@charset "UTF-8";
*, *::before, *::after {
  box-sizing: inherit;
}
html, body {
  box-sizing: border-box;
  font-family: "ProximaNova-Regular", sans-serif;
  min-height: 100vh;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: block;
}
ul[class], ol[class] {
  padding-left: 0;
  list-style: none;
}
html .home-heading-color, body .home-heading-color {
  color: #0e2244;
}
html .semi-bold, body .semi-bold {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
}
html h1, html .h1, body h1, body .h1 {
  font-size: inherit;
  color: #0045a6;
  line-height: 1.6;
}
html h2, html .h2, body h2, body .h2 {
  font-size: inherit;
  color: #0045a6;
  line-height: 1.6;
}
html h3, html .h3, body h3, body .h3 {
  font-size: inherit;
  color: #0045a6;
  line-height: 1.6;
}
html h4, html .h4, body h4, body .h4 {
  font-size: inherit;
  color: #0045a6;
  line-height: 1.6;
}
html p, html .p, body p, body .p {
  font-size: inherit;
  color: #848484;
  line-height: 1.6 !important;
}
@media (max-width: 575px) {
  html h1, html .h1, body h1, body .h1 {
    font-size: 28px;
  }
  html h2, html .h2, body h2, body .h2 {
    font-size: 26px;
  }
  html h3, html .h3, body h3, body .h3 {
    font-size: 24px;
  }
  html h4, html .h4, body h4, body .h4 {
    font-size: 22px;
  }
  html p, html .p, body p, body .p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html h1, html .h1, body h1, body .h1 {
    font-size: 28px;
  }
  html h2, html .h2, body h2, body .h2 {
    font-size: 26px;
  }
  html h3, html .h3, body h3, body .h3 {
    font-size: 24px;
  }
  html h4, html .h4, body h4, body .h4 {
    font-size: 22px;
  }
  html p, html .p, body p, body .p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html h1, html .h1, body h1, body .h1 {
    font-size: 44px;
  }
  html h2, html .h2, body h2, body .h2 {
    font-size: 38px;
  }
  html h3, html .h3, body h3, body .h3 {
    font-size: 32px;
  }
  html h4, html .h4, body h4, body .h4 {
    font-size: 26px;
  }
  html p, html .p, body p, body .p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html h1, html .h1, body h1, body .h1 {
    font-size: 60px;
  }
  html h2, html .h2, body h2, body .h2 {
    font-size: 48px;
  }
  html h3, html .h3, body h3, body .h3 {
    font-size: 36px;
  }
  html h4, html .h4, body h4, body .h4 {
    font-size: 24px;
  }
  html p, html .p, body p, body .p {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  html h1, html .h1, body h1, body .h1 {
    font-size: 64px;
  }
  html h2, html .h2, body h2, body .h2 {
    font-size: 60px;
  }
  html h3, html .h3, body h3, body .h3 {
    font-size: 44px;
  }
  html h4, html .h4, body h4, body .h4 {
    font-size: 28px;
  }
}
.col-left-to-right {
  padding-right: calc((100vw - 1200px) / 2);
  padding-left: calc(50vw - 48vw);
}
.col-right-to-left {
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: calc(50vw - 48vw);
}
@media (max-width: 1024px) {
  .col-left-to-right {
    padding-right: calc((100vw - 1025px) / 2);
    padding-left: calc(50vw - 48vw);
  }
  .col-right-to-left {
    padding-left: calc((100vw - 1025px) / 2);
    padding-right: calc(50vw - 48vw);
  }
}
@media (min-width: 1200px) {
  .page-section-top {
    left: auto !important;
    width: 100% !important;
  }
  .page-id-4953 #main > .container, .page-id-392 #main > .container, .page-id-8939 #main > .container, .page-id-6237 #main > .container, .page-id-6464 #main > .container, .page-id-5687 #main > .container, .page-id-5745 #main > .container, .page-id-7765 #main > .container, .page-id-9362 #main > .container, .page-id-9955 #main > .container, .page-id-12772 #main > .container, .page-id-13704 #main > .container {
    max-width: 100%;
    padding: 0;
  }
  .page-section-sec > .elementor-container {
    margin: 0 auto !important;
  }
}
.h-100 {
  height: 100%;
}
.nomargin {
  margin: 0 !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.tp-carousal .swiper-slide-inner img {
  margin: auto;
}
#back_to_top {
  display: inline-block;
  background-color: #003c91;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #ffffff;
  line-height: 50px;
}
#back_to_top::after {
  content: "";
  width: 35px;
  height: 33px;
  margin: auto;
  display: block;
  z-index: 1;
  background-image: url(https://10pearlsuniversity.org/wp-content/uploads/2021/11/pull-up-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  margin-top: 8px;
}
#back_to_top:hover {
  cursor: pointer;
  background-color: #003e95;
}
#back_to_top:active {
  background-color: #003e95;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}
/* Styles for the content section */
.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #back_to_top {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
body.home {
  padding-bottom: 0px !important;
}
body.home #wrapper #main {
  background-color: #fff;
}
.transparent_header {
  position: relative;
  width: inherit;
  padding-bottom: 0px;
}
.transparent_header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  z-index: 10;
  bottom: -3px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.main-header .search-toggler {
  margin-left: 10px;
  border: none;
}
.main-header .search-toggler:after {
  display: none;
}
.main-header .search-toggler:hover i {
  color: inherit;
}
body .navbar-toggle .icon-bar {
  background-color: #0045a6 !important;
}
body .navbar-toggle .icon-bar:hover {
  background-color: #0045a6 !important;
}
body .header_5 .header_main_menu_wrapper .header-menu > li {
  margin: 0px 3px;
  padding: 0 13px;
}
body .header_5 .header_main_menu_wrapper .header-menu > li > a {
  color: #0e2244 !important;
  font-size: 18px !important;
  font-weight: bold;
}
body .header_5 .header_main_menu_wrapper .header-menu > li > a:hover {
  color: #0045a6 !important;
}
body .header_5 .header_main_menu_wrapper .header-menu > li > a:active {
  color: #0045a6 !important;
}
body .header_5 .header_main_menu_wrapper .header-menu > li > ul.sub-menu li a {
  font-size: 16px;
}
body .header_5 .header_main_menu_wrapper .header-menu > li:hover > a {
  color: #0045a6 !important;
}
body .header_5 .header_main_menu_wrapper .header-menu > li:hover > ul.sub-menu {
  margin-top: 24px;
}
body .header_5 .header_main_menu_wrapper .header-menu > li:hover > ul.sub-menu li a:hover {
  color: #0045a6;
}
body .header_5 .header_main_menu_wrapper .header-menu > li.current-menu-item > a {
  color: #0045a6 !important;
}
body .header_5 .header_main_menu_wrapper .right_buttons {
  margin-left: 45px;
}
body .header_5 .header_main_menu_wrapper .right_buttons .app_link {
  background: linear-gradient(to left, #0045a6, #002353);
  background-color: #0045a6;
  color: #fff;
  padding: 13px 12px;
  margin-left: 10px;
  width: 135px;
  text-align: center;
}
@media (min-width: 1920px) {
  body .header_5 .header_main_menu_wrapper .right_buttons .app_link {
    line-height: 26px;
    padding: 13px 15px;
  }
}
body .header_5 .mobile-login-container {
  margin-top: 15px;
  text-align: right;
}
body .header_5 .mobile-login-container .app_link {
  background: linear-gradient(to left, #0045a6, #002353);
  background-color: #0045a6;
  color: #fff;
  padding: 10px 45px;
  display: block;
  text-align: center;
}
li.mobile-login-container a {
  color: white !important;
}
.header_main_menu_wrapper .header-menu > li > ul.sub-menu {
  width: 235px;
}
.header_main_menu_wrapper .header-menu > li > ul.sub-menu > li a {
  padding: 7px 22px 7px 24px;
}
body.home #footer {
  position: relative !important;
}
.footer_wrapper .footer_widgets_wrapper .footer-divider {
  margin-bottom: 50px;
}
.footer_wrapper .footer_widgets_wrapper .footer-divider .part-blue {
  border-top: 4px solid #0045a6;
  display: inline-block;
  width: 24%;
  float: left;
  margin-right: 1%;
}
.footer_wrapper .footer_widgets_wrapper .footer-divider .part-grey {
  border-top: 2px solid #848484;
  display: inline-block;
  width: 74%;
  float: left;
  margin-left: 1%;
}
.footer_wrapper .footer_widgets_wrapper .widgets aside .widget_title {
  color: #0e2244;
}
.footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(1) {
  width: 34%;
}
.footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(1) .widget_title {
  display: none;
}
@media (min-width: 0) and (max-width: 992px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(1) {
    width: 100% !important;
  }
}
.footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(2) {
  width: 22%;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(2) {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(2) {
    width: 35% !important;
  }
}
.footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(3) {
  width: 22%;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(3) {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(3) {
    width: 35% !important;
  }
}
.footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(4) {
  width: 22%;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(4) {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(4) {
    width: 30% !important;
  }
}
@media (min-width: 0) and (max-width: 992px) {
  .footer_wrapper .footer_widgets_wrapper .widgets aside:nth-child(2n+1) {
    clear: none !important;
  }
}
.footer_wrapper .footer_widgets_wrapper .widgets .textwidget p {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1920px) {
  .footer_wrapper .footer_widgets_wrapper .widgets .textwidget p {
    font-size: 24px;
  }
}
.footer_wrapper .widget ul li a {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: normal;
  font-size: 18px !important;
  padding: 0px !important;
}
.footer_wrapper .widget ul li a:hover {
  color: #0045a6;
}
@media (min-width: 1920px) {
  .footer_wrapper .widget ul li a {
    font-size: 24px !important;
  }
}
.footer_wrapper .widget ul li a span {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: normal;
  font-size: 18px !important;
}
@media (min-width: 1920px) {
  .footer_wrapper .widget ul li a span {
    font-size: 24px !important;
  }
}
.footer_wrapper ul.style_1, .footer_wrapper ul.menu {
  padding: 5px 20px;
  padding-left: 0px;
  margin: 0px;
  list-style: disc;
}
.footer_wrapper ul.style_1 li, .footer_wrapper ul.menu li {
  margin-bottom: 10px;
  list-style: none;
}
.footer_wrapper .widget_pages ul.style_1 li a:hover, .footer_wrapper .widget_pages ul.menu li a:hover {
  color: #0045a6;
}
.footer_wrapper .widget_pages ul.style_1 li a:after, .footer_wrapper .widget_pages ul.menu li a:after {
  display: none;
}
.footer_wrapper .widget_socials .front a {
  background: transparent !important;
}
.footer_wrapper .widget_socials .back a {
  background: transparent !important;
}
.footer_wrapper .widget_socials li a i {
  font-size: 40px;
  background: #fff;
  border-radius: 100%;
  color: #0e2244;
}
.accounts-screen .login, .accounts-screen .sign-up {
  position: relative;
}
.accounts-screen .leftimage {
  position: absolute;
  left: calc(((100vw - 1200px) / -2) - 20px);
  top: 50%;
  transform: translateY(-50%);
  width: 50vw;
}
.accounts-screen .leftimage img {
  width: 95%;
  max-height: 100%;
}
.accounts-screen .flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.accounts-screen .flex-row-center .flex-col {
  flex: 1 1 50%;
  max-width: 50%;
  width: 50%;
}
.accounts-screen .stm-lms-login, .accounts-screen #stm-lms-register {
  padding-left: calc((50vw - 48vw) + 20px);
}
.accounts-screen .stm-lms-login .account-form label, .accounts-screen #stm-lms-register .account-form label {
  font-size: 18px;
  font-weight: bold;
  color: #0e2244;
}
.accounts-screen .stm-lms-login .account-form .label-sub, .accounts-screen #stm-lms-register .account-form .label-sub {
  font-family: ProximaNova-Regular;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
}
.accounts-screen .stm-lms-login .account-form input, .accounts-screen #stm-lms-register .account-form input {
  background: #eff6ff;
  font-size: 18px;
}
.accounts-screen .stm-lms-login .account-form .lostpassword, .accounts-screen #stm-lms-register .account-form .lostpassword {
  color: #da0b0b;
  font-size: 18px;
  margin: 15px 0;
  display: block;
  cursor: pointer;
}
.accounts-screen .stm-lms-login .account-form .lg-btn, .accounts-screen #stm-lms-register .account-form .lg-btn {
  width: 100%;
  background: linear-gradient(to left, #0045a6, #002353);
  margin-top: 10px;
}
.accounts-screen .stm-lms-login .account-form .lg-send, .accounts-screen #stm-lms-register .account-form .lg-send {
  width: 100%;
  background: transparent;
  border: 1px solid #0045a6;
  color: #0045a6;
}
.accounts-screen .stm-lms-login .account-form .lg-send:hover, .accounts-screen #stm-lms-register .account-form .lg-send:hover {
  color: #fff;
}
.accounts-screen .stm-lms-login .account-form .lg-send:hover::after, .accounts-screen #stm-lms-register .account-form .lg-send:hover::after {
  background: linear-gradient(to left, #0045a6, #002353);
}
.accounts-screen .stm-lms-login .account-form .lg-send.loading::after, .accounts-screen #stm-lms-register .account-form .lg-send.loading::after {
  background: linear-gradient(to left, #0045a6, #002353);
  left: 0;
}
.accounts-screen .stm-lms-login .account-form .signup-form-trigger, .accounts-screen .stm-lms-login .account-form .login-form-trigger, .accounts-screen #stm-lms-register .account-form .signup-form-trigger, .accounts-screen #stm-lms-register .account-form .login-form-trigger {
  font-size: 18px;
  color: #0045a6;
  cursor: pointer;
}
.accounts-screen .stm-lms-login .account-form .stm_lms_styled_checkbox .stm_lms_styled_checkbox__inner, .accounts-screen #stm-lms-register .account-form .stm_lms_styled_checkbox .stm_lms_styled_checkbox__inner {
  border-radius: 50%;
  border-color: #0045a6;
  border-width: 2px;
}
.accounts-screen .stm-lms-login .account-form .stm_lms_styled_checkbox .stm_lms_styled_checkbox__inner span, .accounts-screen #stm-lms-register .account-form .stm_lms_styled_checkbox .stm_lms_styled_checkbox__inner span {
  background-color: transparent;
  border-radius: inherit;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.accounts-screen .stm-lms-login .account-form .stm_lms_styled_checkbox .stm_lms_styled_checkbox__inner span i, .accounts-screen #stm-lms-register .account-form .stm_lms_styled_checkbox .stm_lms_styled_checkbox__inner span i {
  color: transparent;
  background: #0045a6;
  border-radius: 50%;
  border: 1px solid #fff;
}
.accounts-screen .stm-lms-login .account-form .stm_lms_styled_checkbox span, .accounts-screen #stm-lms-register .account-form .stm_lms_styled_checkbox span {
  color: #848484;
}
.accounts-screen .stm-lms-login .account-form .stm_lms_lost_password_form, .accounts-screen #stm-lms-register .account-form .stm_lms_lost_password_form {
  padding: 0 0 20px 0;
}
.accounts-screen .padding-tops, .accounts-screen #stm-lms-reset-password {
  padding: 20% 0;
}
.accounts-screen .new-view {
  background: transparent;
  padding: 0;
}
.accounts-screen .new-view label {
  font-size: 18px;
  font-weight: bold;
  color: #0e2244;
}
.accounts-screen .new-view input {
  background: #eff6ff;
  font-size: 18px;
}
.accounts-screen .new-view .lg-send {
  width: 100%;
  background: transparent !important;
  border: 1px solid #0045a6;
  color: #0045a6;
}
.accounts-screen .new-view .lg-send:hover {
  color: #fff;
}
.accounts-screen .new-view .lg-send:hover::after {
  background: linear-gradient(to left, #0045a6, #002353);
}
.accounts-screen .new-view .d-none {
  display: none;
}
@media (min-width: 576px) and (max-width: 768px) {
  .accounts-screen .flex-row-center {
    flex-direction: column;
  }
  .accounts-screen .flex-row-center .flex-col {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .accounts-screen .leftimage {
    position: unset;
    transform: translateY(0%);
    width: auto;
    margin: 0 -4%;
  }
  .accounts-screen .leftimage img {
    width: 100%;
  }
  .accounts-screen .stm-lms-login, .accounts-screen #stm-lms-register {
    padding: 20px 0;
  }
  .accounts-screen .sm-row {
    justify-content: start;
    text-align: left !important;
  }
  .accounts-screen .sm-row .text-right {
    text-align: right !important;
    margin: 0px 0;
  }
}
@media (max-width: 575px) {
  .accounts-screen .flex-row-center {
    flex-direction: column;
  }
  .accounts-screen .flex-row-center .flex-col {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .accounts-screen .leftimage {
    position: unset;
    transform: translateY(0%);
    width: auto;
    margin: 0 -11%;
  }
  .accounts-screen .leftimage img {
    width: 100%;
  }
  .accounts-screen .stm-lms-login, .accounts-screen #stm-lms-register {
    padding: 20px 0;
  }
  .accounts-screen .sm-row {
    justify-content: start;
    text-align: left !important;
  }
  .accounts-screen .sm-row .text-right {
    text-align: left !important;
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  .accounts-screen .leftimage {
    left: calc(((100vw - 970px) / -2) - 20px);
  }
}
@media (min-width: 1200px) {
  .accounts-screen .leftimage {
    left: calc(((100vw - 1200px) / -2) - 20px);
  }
}
@media (min-width: 2200px) {
  .accounts-screen .login, .accounts-screen .sign-up {
    padding: 20% 0 20% 0;
  }
}
.d-nones {
  display: none;
}
#stm-lms-register .form-info {
  font-size: 14px;
  font-style: italic;
  color: #989494;
  line-height: 18px;
  padding-top: 4px;
}
.stm-lms-modal-login #stm-lms-register .form-info {
  color: rgba(255, 255, 255, 0.8);
}
.stm-lms-reset-password .new-view .heading_font {
  text-transform: none !important;
  font-size: 16px !important;
  color: #0e2244 !important;
}
/*courses page start*/
.courses-view .stm_lms_courses_grid .stm_lms_courses__grid {
  justify-content: flex-start;
}
.courses-view .stm_lms_courses__single--price {
  display: none;
}
.courses-view .stm_lms_courses__single__inner a, .courses-view .stm_lms_courses__single--title a {
  pointer-events: none !important;
}
.courses-view .stm_lms_courses__single .stm_lms_courses__single--info_title {
  pointer-events: none !important;
}
/*end*/
.change .elementor-custom-embed-play i {
  color: #0045a6 !important;
}
.change .elementor-6732 .elementor-element.elementor-element-9269aca .elementor-custom-embed-play i {
  color: #0045a6 !important;
}
/*----- Country ----*/
#user_country, #user_city, #user_emp_status, #user_gender {
  clip: auto !important;
  position: static !important;
  height: 45px !important;
  width: 100% !important;
  background: #eff6ff;
  font-size: 18px;
  cursor: pointer;
  clip-path: none !important;
}
.select2-container {
  display: none;
}
/*========== SSO Login =======*/
.sso-login button {
  display: flex;
  border: 1px solid #8c8c8c;
  background: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  max-height: 41px;
  min-height: 41px;
  height: 41px;
}
@media (max-width: 575px) {
  .sso-login button {
    width: 100%;
  }
}
.sso-login .wpo365-mssignin-logo {
  padding-left: 12px;
  padding-right: 6px;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  width: 21px;
  height: 21px;
  box-sizing: content-box;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sso-login .wpo365-mssignin-label {
  padding-left: 6px;
  padding-right: 12px;
  font-weight: 600;
  color: #5e5e5e;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  height: 21px;
  line-height: 21px;
}
.sso-login .sso-note {
  font-size: 13px;
  font-style: italic;
  padding: 4px 0;
  color: #707070;
}
.home-banner h1, .home-banner h2 {
  color: #0e2244;
}
.home-banner h4 {
  font-family: "ProximaNova-Regular", sans-serif;
  color: #848484;
}
.home-banner .stm_lms_courses_search__button {
  background: linear-gradient(to left, #0045a6, #002353);
  background-color: #0045a6;
}
.home-banner .autocomplete ul {
  position: relative;
  margin: 0px;
}
.home-banner .autocomplete ul:before {
  left: 5%;
}
.home-banner-blocks .post_list_main_section_wrapper .post_list_item_title {
  color: #fff;
}
.home-banner-blocks .post_list_main_section_wrapper .post_list_item_title:hover {
  color: #fff;
}
.home-banner-blocks .post_list_main_section_wrapper .post_list_item_excerpt p {
  color: #fff;
}
.unclickable a {
  pointer-events: none;
}
.home-avialable-courses .stm_lms_courses__single--term {
  color: #848484;
  font-size: 16px;
}
.home-avialable-courses .average-rating-stars__av {
  display: none;
}
.home-avialable-courses .stm_lms_courses__single--title h5 {
  color: #0e2244;
  font-size: 18px;
}
.home-avialable-courses .stm_lms_courses__single--price strong {
  font-weight: normal;
  font-size: 16px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.home-avialable-courses .stm_lms_courses_carousel__button {
  border-color: #0045a6 !important;
  border-width: 2px;
}
.home-avialable-courses .stm_lms_courses_carousel__button i {
  color: #0045a6 !important;
}
.home-avialable-courses .stm_lms_courses_carousel__button:hover {
  background-color: #0045a6 !important;
}
.home-avialable-courses .stm_lms_courses_carousel__button:hover i {
  color: #fff !important;
}
.home-event-section .stm_zoom_grid_container .stm_zoom_grid__item .zoom_date {
  background: #f1efe0 !important;
  color: #0e2244 !important;
}
.home-event-section .stm_zoom_grid_container .stm_zoom_grid__item .info .title {
  padding: 0px 25px;
}
.home-event-section .stm_zoom_grid_container .stm_zoom_grid__item .info .title h3 {
  color: #848484;
}
.home-about-section .elementor-widget-video .elementor-custom-embed-image-overlay img {
  max-width: 100%;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .home-about-section .elementor-widget-video .elementor-custom-embed-image-overlay img {
    border-radius: 0 15px 15px 0;
  }
}
.home-about-section .elementor-custom-embed-play {
  left: 50%;
}
.home-about-section .elementor-custom-embed-play .eicon-play {
  opacity: 1;
}
@media (max-width: 575px) {
  .home-about-section .elementor-custom-embed-play {
    left: 50%;
  }
}
.home-about-section .eicon-play {
  color: #fff !important;
}
.home-about-section .eicon-play:before {
  content: "";
  background-color: #0045a6;
  border-radius: 100%;
}
.newsletter-section .stm_subscribe .widget_mailchimp .stm_mailchimp_unit .stm_subscribe_preloader {
  background: #0045a6;
}
.newsletter-section .stm_subscribe .success_message {
  color: green;
}
.blue-bordered-btn .elementor-button {
  background: transparent !important;
  color: #0045a6 !important;
  border: 2px solid #0045a6 !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.blue-bordered-btn .elementor-button:hover {
  background: #0045a6 !important;
  color: #fff !important;
  border: 2px solid #0045a6 !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.webinar-home .post-grid-thumbnail img {
  height: 190px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.wpcap-grid-container .post-grid-thumbnail {
  margin-bottom: 4px;
}
.webinar-home h3.title {
  font-size: 18px;
  color: #757575;
  font-family: ProximaNova-Bold;
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: center;
  line-height: 1.4;
  padding-top: 20px !important;
}
.webinar-home {
  background-color: #eff6ff;
  padding: 133px 20px;
  padding-bottom: 70px;
  text-align: center;
}
.webinar-home .post-grid-inner {
  background-color: white;
  min-height: 316px;
  border-radius: 10px;
}
.web-view-all a {
  background-color: transparent;
  color: #0347a7 !important;
  padding: 12px 30px;
  border: 1px solid;
  font-size: 18px;
  margin-top: 30px;
}
.webinar-home .post-grid-text-wrap {
  min-height: 115px;
  display: flex;
  justify-content: center;
}
.webinar-home .elementor-grid-3 .elementor-grid {
  grid-column-gap: 30px !important;
}
.web-view-all a:hover {
  background-color: #0045a6;
  color: white !important;
  padding: 12px 30px !important;
  border: 1px solid #6b62fd !important;
  border-radius: 3px !important;
}
.webinar-home h3.title a:hover {
  color: #1454ad;
}
.home-page .post_list_main_section_wrapper .post_list_content_unit .post_list_featured_image:hover {
  transform: translateY(0px);
}
#back_to_top::after {
  display: none !important;
}
.dots-left .owl-dots {
  text-align: left;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .dots-left .owl-dots {
    text-align: center;
  }
  .home-events-section .owl-dots .owl-dot {
    margin: 0 3px !important;
  }
}
.npu--courses__section-certificate p {
  /* color: #0045a6;*/
  max-width: 600px;
}
.npu--courses__section-certificate h2 {
  color: #0e2244;
}
.npu--courses__section-certificate .elementor-button-link {
  background-color: white;
  border: 1px solid;
  min-width: 250px;
  border-radius: 4px;
  color: #0045ae;
  font-size: 17px;
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
  padding: 15px 20px;
  transition: 0.3s;
}
.npu--courses__section-certificate .elementor-button-link:hover {
  background-color: #0045ae;
  color: #ffffff;
  border-radius: 4px;
  transition: 0.3s;
  border: 1px solid;
}
.courses-view.cus-courses-page {
  background-color: #EFF6FF;
  background-image: url(https://10pearlsuniversity.org/wp-content/uploads/2021/08/courses-cover.jpg);
  background-size: cover;
  background-position-x: -101px;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .courses-view.cus-courses-page {
    background-position-x: -225px;
  }
}
.npu-courses__mater-slider .tp-bullets rs-bullet.tp-bullet {
  border: none !important;
  background: #d6d6d6 !important;
}
.npu-courses__mater-slider .tp-bullets rs-bullet.tp-bullet.selected {
  background: #ffffff !important;
}
.npu-courses__slider .stm_lms_courses_carousel_wrapper .stm_lms_courses__single:hover .stm_lms_courses__single__inner {
  background: #ffffff;
}
.npu-courses__mater-slider .tp-bullets {
  transform: translateY(-115px) !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .npu-courses__mater-slider .tp-bullets {
    transform: translateY(-47px) !important;
  }
}
.npu-courses__slider .stm_lms_courses_carousel__buttons {
  right: auto;
  left: 0;
  bottom: -31px;
  top: auto;
  left: -41%;
  display: none !important;
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .npu-courses__slider .stm_lms_courses_carousel__buttons {
    bottom: -41px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .npu-courses__slider .stm_lms_courses_carousel__buttons {
    bottom: -71px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .npu-courses__slider .stm_lms_courses_carousel__buttons {
    bottom: -56px;
    left: 11px;
  }
}
@media (min-width: 991px) and (max-width: 1079px) {
  .npu-courses__slider .stm_lms_courses_carousel__buttons {
    bottom: -68px;
    left: 11px;
  }
}
@media (min-width: 320px) and (max-width: 990px) {
  .npu-courses__slider .stm_lms_courses_carousel__buttons {
    bottom: -61px;
    left: 11px;
  }
}
.npu-courses__slider .stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button, .npu-courses__slider .stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button i {
  color: #ffffff;
}
.npu-courses__slider-content p {
  color: #ffffff;
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .npu-courses__slider-content p {
    font-size: 20px;
  }
}
.npu-courses__slider-content {
  padding-left: 6%;
  padding-right: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .npu-courses__slider-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.npu-courses__slider .stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button:hover {
  background: none;
}
.npu-courses__slider .stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button {
  border-color: #ffffff;
}
.npu-courses__slider-cat .stm_lms_courses_carousel__term.active, .npu-courses__slider-cat .stm_lms_courses_carousel__term:hover {
  background-color: #e3e3e3;
  color: #003d92 !important;
  font-family: ProximaNova-Bold;
  border-radius: 0px;
  padding: 15px 22px;
}
.npu-courses__slider .stm_lms_courses_carousel__buttons.hidden {
  display: none !important;
}
.npu-courses__slider-cat .stm_lms_courses_carousel__term {
  padding: 15px 22px;
  color: #0e2244;
  font-family: ProximaNova-Bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  .npu-courses__slider-cat .stm_lms_courses_carousel__term {
    justify-content: center !important;
  }
}
.npu-courses__slider-cat .stm_lms_courses_carousel__top .stm_lms_courses_carousel__terms {
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .npu-courses__slider-cat .stm_lms_courses_carousel__top .stm_lms_courses_carousel__terms {
    justify-content: center;
  }
}
.npu-courses__slider-cat .stm_lms_courses_carousel__buttons {
  right: 0;
  left: 0;
  bottom: -90px;
  top: auto;
  display: none;
}
.npu-courses__banner-content p {
  color: #0045a6;
  font-size: 22px;
}
@media (max-width: 575px) {
  .npu-courses__banner-content p {
    font-size: 20px;
  }
}
.npu-courses__banner-content h1 {
  color: #0e2244;
}
.npu-courses__slider-cat .stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button, .npu-courses__slider-cat .stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button i {
  border-color: #0045a6;
  color: #0045a6;
}
.npu-courses__slider-cat .stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button:hover {
  background: #ffffff;
}
.npu-courses__slider-cat .stm_lms_courses_carousel__terms {
  margin: auto;
}
.npu-courses__slider-cat .stm_lms_lazy_image {
  padding-bottom: 50% !important;
}
.npu-courses__slider .stm_lms_lazy_image {
  padding-bottom: 51% !important;
}
.stm_lms_courses_carousel_wrapper .stm_lms_courses_carousel__top {
  margin-bottom: 43px;
}
.npu-courses__slider .stm_lms_courses_carousel__buttons.hidden {
  display: none !important;
}
.npu-courses__slider-cat .stm_lms_recent_courses__term.secondary_color.active, .npu-courses__slider-cat .stm_lms_recent_courses__term.secondary_color:hover {
  background-color: #e3e3e3;
  color: #003d92 !important;
  font-family: ProximaNova-Bold;
  border-radius: 0px;
  padding: 15px 22px;
}
.npu-courses__slider-cat .stm_lms_recent_courses__term.secondary_color {
  padding: 15px 22px;
  color: #0e2244;
  font-family: ProximaNova-Bold;
}
.npu-courses__slider-cat .stm_lms_recent_courses__term.secondary_color.active, .npu-courses__slider-cat .stm_lms_recent_courses__term.secondary_color:hover {
  background-color: #e3e3e3;
  color: #003d92 !important;
  font-family: ProximaNova-Bold;
  border-radius: 0px;
  padding: 15px 22px;
}
.npu-courses__slider-cat a.btn.btn-default {
  display: none;
}
.npu-courses__slider-cat .stm_lms_courses__grid_found_4 {
  margin-bottom: 0px !important;
}
.stm_lms_courses__single--info_preview a {
  background-color: #0045a6 !important;
}
.stm_lms_courses__single--info_preview a:hover {
  background-color: #003e95 !important;
}
rs-layer.proxima-sr-bold {
  font-family: ProximaNova-Bold !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  rs-layer.proxima-sr-bold {
    font-size: 20px !important;
    line-height: 28px;
  }
}
rs-layer.proxima-sr {
  font-family: ProximaNova-Regular !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  rs-layer.proxima-sr {
    font-size: 16px !important;
    line-height: 21px;
  }
}
.stm_lms_courses__single--title h5 {
  font-size: 18px !important;
  line-height: 26px !important;
  min-height: 71px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .stm_lms_courses__single--title h5 {
    min-height: auto;
  }
}
.stm_lms_courses__single--info_title h4 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.stm_lms_courses__single--info_excerpt {
  font-size: 16px !important;
}
.npu-courses__slider-cat .owl-controls, .npu-courses__slider .owl-controls {
  right: 0;
  left: 0;
  bottom: -90px;
  top: auto;
  position: absolute;
}
.npu-courses__slider-cat .owl-controls .owl-nav, .npu-courses__slider .owl-controls .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.npu-courses__slider-cat .owl-controls .owl-nav .owl-prev, .npu-courses__slider .owl-controls .owl-nav .owl-prev {
  left: -7px;
  position: relative;
}
.npu-courses__slider-cat .owl-controls .owl-nav .owl-next, .npu-courses__slider .owl-controls .owl-nav .owl-next {
  position: relative;
  right: -7px;
}
.npu-courses__slider-cat .owl-controls .owl-nav .courses_btn-slide, .npu-courses__slider .owl-controls .owl-nav .courses_btn-slide {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #0045a6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.npu-courses__slider-cat .owl-controls .owl-nav .courses_btn-slide i.fa, .npu-courses__slider .owl-controls .owl-nav .courses_btn-slide i.fa {
  color: #0045a6;
}
.npu-courses__slider .owl-controls {
  left: 0;
  right: initial;
  left: -88%;
  bottom: -33px;
}
@media (min-width: 0) and (max-width: 768px) {
  .npu-courses__slider .owl-controls {
    left: 50px;
    bottom: -20%;
  }
}
.npu-courses__slider .owl-controls .courses_btn-slide i.fa {
  color: #ffffff !important;
}
.npu-courses__slider .owl-controls .courses_btn-slide {
  border: 1px solid #ffffff !important;
}
/*ul.stm_product_list_widget.widget_woo_stm_style_2 li:last-child {
    display: none;
}*/
/*======== Course Page Custom Tabs =======*/
.course-page-tabs, .course-page-tabs .nav-tabs {
  margin: 0 !important;
}
.ctab-content.active {
  display: block;
}
.course-page-tabs .nav-tabs li a.activelink, .course-page-tabs .nav-tabs li a.activelink:hover {
  background-color: #eff6ff !important;
  color: #003d92 !important;
}
.ctab-content .stm_lms_courses__grid_4 .stm_lms_courses__single--image .stm_lms_lazy_image {
  padding-bottom: 54%;
}
html body.distance-learning .ctab-content .stm_lms_load_more_courses {
  color: #0045a6;
  background-color: #fff;
  border: solid 1px #0045a6;
  border-radius: 4px;
  min-width: 250px;
  padding: 12px 15px;
  font-size: 17px;
}
html body.distance-learning .ctab-content .stm_lms_load_more_courses:hover {
  background-color: #0045ae;
  color: #fff;
  transition: 0.3s;
}
html body.distance-learning .ctab-content .stm_lms_load_more_courses.loading {
  background-color: #0045ae;
  color: #fff;
}
.ctab-content .stm_lms_load_more_courses .btn.btn-default:after {
  display: none;
}
/*======== Course Page Search =======*/
.course-search .search-form input[type=search] {
  padding: 0 50px 0 15px;
  height: 46px;
  line-height: 46px;
  background-color: #f2f2f2;
}
.course-search .search-form .course-search-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 47px;
  border: none;
  background: none;
  right: 0;
}
.course-search-page .stm_lms_courses__single--info_title h4 {
  font-size: 24px !important;
  line-height: 32px !important;
}
@media (max-width: 575px) {
  .course-search-page .stm_lms_courses__single--info_title h4 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
.course-search-page .stm_lms_courses__grid .stm_lms_courses__single--image .stm_lms_lazy_image {
  padding-bottom: 54% !important;
}
/*======== All Courses Page ===========*/
.stm_lms_courses_wrapper .stm_lms_courses__grid_4 .stm_lms_courses__single--image .stm_lms_lazy_image, .stm_lms_courses_wrapper .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--image .stm_lms_lazy_image {
  padding-bottom: 54%;
}
@media (min-width: 576px) {
  .stm_lms_courses_wrapper .courses_filters {
    margin: 30px 0px 25px !important;
  }
}
.stm_lms_courses_wrapper .stm_lms_courses__archive {
  margin-top: 30px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stm_lms_courses_wrapper .courses_filters .courses_filters__activities {
    display: none;
  }
}
@media (max-width: 767px) {
  .stm_lms_courses_wrapper .stm_lms_courses__single {
    margin: 0 0 30px;
  }
}
.stm_lms_courses_wrapper .courses_filters {
  margin: 50px 0px;
}
@media (max-width: 575px) {
  .stm_lms_courses_wrapper .courses_filters {
    margin: 0px;
  }
}
.stm_lms_courses_wrapper .courses_filters .courses_filters__activities {
  margin-top: 15px;
  margin-bottom: 0px;
}
.stm_lms_courses_wrapper .courses_filters .courses_filters__activities .stm_lms_courses_grid__sort .sort_label {
  margin-right: 20px;
}
.stm_lms_courses_wrapper .stm_lms_courses__single--meta .average-rating-stars__av {
  display: none;
}
.stm_lms_courses_wrapper .courses_filters .stm_lms_courses_grid__sort, .stm_lms_courses__archive_wrapper .stm_lms_courses__single--price, .stm_lms_classic_title .average-rating-stars {
  display: none;
}
.webinar-view .stm_zoom_grid_container .stm_zoom_grid__item .single_meeting {
  height: 100%;
}
.stm_lms_courses_wrapper .courses_filters__activities {
  flex-grow: inherit;
}
.cus-courses-page .stm_lms_courses .stm_lms_load_more_courses, .cus-courses-page .stm_lms_courses.all_loaded .stm_lms_courses__grid {
  margin-bottom: 0;
}
.offine_10u .apss-theme-3 .apss-single-icon a {
  position: relative;
  display: block;
  float: left;
  margin: 7px 4px;
  color: #fff;
}
.offine_10u .apss-theme-3 .apss-single-icon a:hover .apss-social-text {
  color: #fff;
}
/*---- My account page ---*/
.stm-lms-user-courses .stm_lms_instructor_courses__single--enroll .btn.continue, .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll .btn.btn-default {
  background-color: #0045a6 !important;
}
#buddypress .tab-content #my-courses {
  position: relative;
}
#mycoursesloader {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 55555;
  background-color: #fff;
  width: 850px;
  height: 500px;
  top: -50px;
}
/*---- course page sidebar ----*/
.stm-lms-dynamic_sidebar .lms-sidebar-title {
  margin: 35px 0 0;
}
.stm-lms-dynamic_sidebar .lms-sidebar-title + .multiseparator {
  margin-top: 10px;
}
/*---- Lesson page ---*/
.stm-lms-course__curriculum {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
html.lesson-10pearls-header body {
  color: #707070;
}
html.lesson-10pearls-header .stm-lms-course__sidebar {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
html.lesson-10pearls-header .stm_lms_finish_score_popup .stm_lms_finish_score__score h3 {
  font-size: 60px !important;
}
.offine_10u .stm_lms_course_completed_summary__label.heading_font {
  display: none;
}
html.stm_lms_type_video body #stm-lms-lessons a.video-page-link {
  color: #0045a6;
}
html.stm_lms_type_video body #stm-lms-lessons a.video-page-link:hover {
  text-decoration: underline !important;
}
.cil_content {
  background-color: #0e2245;
  background: url("https://10pearlsuniversity.org/wp-content/themes/masterstudy-child/assets/img/course-login-bg.jpg") left center no-repeat #0e2245;
  min-height: 160px;
  width: 100%;
  padding: 10px 60px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-size: contain;
}
.cil_content .cil_left {
  flex-grow: 6;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cil_content .cil_left {
    padding-left: 100px;
  }
}
.cil_content .cil_left h6 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: #eff6ff;
}
.cil_content .cil_right {
  padding-left: 50px;
  flex-grow: 4;
}
.cil_content a {
  border-radius: 4px;
  padding: 20px 50px !important;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .cil_content {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .cil_content {
    flex-direction: column;
  }
  .cil_content .cil_left {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .cil_content .cil_left h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .cil_content .cil_left h6 br {
    display: none;
  }
  .cil_content .cil_right {
    padding: 0;
  }
  .cil_content a {
    padding: 15px 50px !important;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cil_content .average-rating-stars {
  display: none;
}
.course_invite_login {
  padding: 0;
}
.course_invite_login .cil_content {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .course_invite_login .cil_content .cil_left {
    padding-left: 30px;
  }
}
/********************************* Course Landing page Design **************************/
.offine_10u h1.stm_lms_course__title {
  margin-bottom: 15px !important;
  font-size: 32px;
  text-transform: capitalize;
  line-height: 1.4;
  color: #0045a6;
}
h3.offline_10pu_heading {
  text-transform: capitalize;
}
.offine_10u .pull-left i {
  color: #eab830 !important;
}
.offine_10u .single_product_after_title .meta-unit .label {
  font-size: 13px;
  color: #aaa;
}
.offine_10u .value.h6 a {
  color: #555;
}
.offine_10u h3.offline_10pu_heading {
  line-height: 18px;
  font-weight: 700;
  /*font-size: 26px;
                color: black;*/
  margin-bottom: 30px;
  margin-top: 60px;
}
.offine_10u #reviews .form-group-rating .star-rating {
  transform: scale(1.75);
  transform-origin: left;
  cursor: pointer;
}
.offine_10u a.btn.btn-default, .offine_10u a .btn, .offine_10u a.stm_preview_certificate {
  background-color: #0045A6 !important;
  border-radius: 4px !important;
}
body .offine_10u .stm-lms-dynamic_sidebar div.multiseparator:after {
  background-color: #0045a6;
}
.offine_10u .stm_lms_course__content p strong {
  font-family: "ProximaNova-Bold", sans-serif;
}
.stm_lms_course__content p {
  font-size: 18px !important;
}
.offine_10u a.btn.btn-default, .offine_10u a.stm_preview_certificate {
  padding: 18px 24px;
  font-size: 18px;
}
.offine_10u a.stm_preview_certificate, .offine_10u a.stm_share_certificate {
  font-family: ProximaNova-Bold;
  font-size: 16px;
  border-radius: 4px;
  padding: 17px 24px;
}
.offine_10u .elementor-widget-wrap {
  padding-left: 0px !important;
}
h1.lesson10pu_heading {
  font-size: 44px;
  line-height: 1.6;
  margin-bottom: 0px !important;
}
.stm-lms-course__lesson-content__top h3 {
  text-transform: capitalize !important;
  margin-bottom: 10px !important;
}
#stm-lms-lessons {
  padding-top: 0px !important;
  min-height: 300px;
}
.stm_lms_course__content li::marker {
  color: #0045a6;
}
.offine_10u .stm-lms-wishlist {
  display: none;
}
.lesson-slide__type {
  margin-bottom: 41px;
}
.lesson-slide__type .stm-lms-course__lesson-content__top {
  text-align: center;
}
.offine_10u .stm_product_list_widget li a .meta {
  overflow: initial;
}
.lesson-slide__type h1.lesson10pu_heading {
  line-height: 1.4;
}
.offine_10u p, .offine_10u span {
  color: #707070;
  font-size: 15px;
}
.offine_10u li {
  font-size: 18px;
}
.offine_10u li a {
  font-size: 18px;
  color: #0045a6;
}
.offine_10u ul li ol {
  padding-left: 25px;
  margin: 20px 0;
}
.lesson-10pearls-header .stm_lms_lesson_header__right {
  justify-content: flex-end;
}
span.login-form-trigger {
  display: none;
}
.offine_10u .stm-curriculum-section h3 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 20px;
}
body .offine_10u #curriculum .stm-curriculum-section, body .offine_10u #curriculum .stm-curriculum-item {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.offine_10u .stm-curriculum-item {
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: 1px solid #d9d7d7;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px !important;
}
.offine_10u .stm-curriculum-section {
  padding: 6px 25px;
  background-color: #eff6ff;
  border: 1px solid #d9d7d7;
}
.offine_10u .stm-curriculum-item__preview a {
  background-color: #6c63ff;
  font-size: 16px;
}
.offine_10u .stmlms-slides, .offine_10u .fa-angle-down, .offine_10u .average_rating_num, .offine_10u td.key, .offine_10u h4.panel-title a, body .offine_10u .stm-lms-course-info__single .fa-icon-stm_icon_users:before {
  color: #0045a6 !important;
}
.offine_10u .bar_filler, .offine_10u a.btn.btn-default, .offine_10u .fa-angle-down, .offine_10u .price.price-free {
  background-color: #0045a6 !important;
}
.offine_10u a.btn.btn-default span {
  color: #fff;
}
.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price.price-free {
  background-color: #0045a6 !important;
}
.offine_10u .average_rating_unit.heading_font .average_rating_value {
  color: #0045a6;
  font-size: 60px !important;
}
.offine_10u .media p {
  font-size: 20px;
  color: #707070;
}
.offine_10u .stm_lms_related_courses h2 {
  font-size: 26px;
}
.offine_10u .stm-lms-course-info {
  background-color: #eff6ff;
}
body .offine_10u .stm-lms-course-info__single .fa-icon-stm_icon_clock:before {
  content: "";
  color: #2c75e4;
  content: url(https://10pearlsuniversity.org/wp-content/uploads/2021/08/Icon-ionic-ios-time.svg);
}
body .offine_10u .stm-lms-course-info__single .fa-icon-stm_icon_bullhorn:before {
  content: url(https://10pearlsuniversity.org/wp-content/uploads/2021/08/Icon-ionic-ios-book.svg);
}
body .offine_10u .stm_lms_course__content p {
  margin-bottom: 18px;
}
.offine_10u .lnricons-chart-growth:before {
  content: url(https://10pearlsuniversity.org/wp-content/uploads/2021/08/Icon-awesome-level-up-alt.svg);
}
body .offine_10u .stm-curriculum-item:before {
  display: none !important;
}
.offine_10u .stm_product_list_widget li a .meta .expert {
  display: none;
}
.stm-lms-wishlist {
  display: none;
}
body .offine_10u #curriculum {
  padding-top: 0px;
}
.offine_10u .stm-curriculum-item__excerpt span {
  font-size: 15px;
}
bodyhtml.lesson-10pearls-header .stm-lms-wrapper {
  padding-bottom: 0px !important;
}
.offine_10u .stm-lms-course-info__single_label span {
  color: #0e2244;
}
.stm_lms_courses__grid .stm_lms_courses__single--meta .stm_lms_courses__level {
  margin-left: auto;
  font-size: 13px;
}
.disp-sm {
  display: none;
}
.courses-view .stm_lms_courses__single__inner a, .courses-view .stm_lms_courses__single--title a {
  pointer-events: initial;
}
@media (min-width: 1200px) {
  .offine_10u h3 {
    line-height: 44px;
    margin-bottom: 13px;
    font-size: 24px;
    margin-top: 0px;
  }
  .offine_10u .stm_lms_classic_title .inner .price {
    margin-bottom: 5px;
    width: 26%;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  body .offine_10u #reviews .stm_lms_average__rating {
    padding-top: 0px;
    margin-top: -20px;
  }
  bodyhtml.lesson-10pearls-header .stm-lms-wrapper {
    padding-bottom: 0px;
  }
  body .offine_10u .stm_lms_related_courses {
    margin-bottom: -102px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  body .offine_10u .stm-curriculum-item .stm-curriculum-item__meta {
    margin-right: auto !important;
  }
  .disp-sm {
    display: block;
  }
  .disp-desktop {
    display: none;
    margin-bottom: 50px;
  }
  .offine_10u .stm-lms-course-info {
    background-color: #eff6ff;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .stm_lms_lesson_header__right {
    margin-top: 30px;
    justify-content: flex-end !important;
  }
}
/************************************* end Course Landing page Design ************************************/
/********************************** Lesson Detail page *****************************************/
html.stm_lms_type_video body #stm-lms-lessons h1, html.stm_lms_type_video body #stm-lms-lessons h2 {
  color: #0045a6;
}
html.no-jshtml.lesson-10pearls-header body {
  background-color: white;
  background: none;
}
html.lesson-10pearls-header .stm_lms_lesson_header__center {
  text-align: center;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
}
html.lesson-10pearls-header h3, html.lesson-10pearls-header h1, html.lesson-10pearls-header .stm_lms_lesson_header__center a {
  color: #0045a6 !important;
}
html.lesson-10pearls-header h3 {
  font-size: 20px !important;
}
html.lesson-10pearls-header .stm_lms_lesson_header__center a {
  font-size: 16px !important;
}
html.lesson-10pearls-header h1 {
  font-size: 21px !important;
}
html.lesson-10pearls-header p {
  color: #707070;
  font-size: 18px;
}
html.lesson-10pearls-header .stm-lms-lesson_navigation.completed {
  background-color: #6c63ff;
}
html.lesson-10pearls-header .stm_lms_video i.stm_lms_play, html.lesson-10pearls-header .stm-lms-course__sidebar_toggle, html.lesson-10pearls-header .stm-lms-lesson_navigation_side a:hover i, html.lesson-10pearls-header .btn.stm_lms_complete_lesson {
  background-color: #0045a6 !important;
}
html.lesson-10pearls-header.stm_lms_type_slide .stm-lms-course__content_wrapper {
  background-color: #ffffff;
}
html.lesson-10pearls-header .stm-quizzes.stm-lms-wrapper {
  background: none;
  background-color: #ffffff;
}
html.lesson-10pearls-header .stm-lms-lesson_navigation.completed .stm_lms_complete_lesson span {
  color: #0045a6 !important;
}
html.lesson-10pearls-header .stm-lms-course__lesson-content__top {
  text-align: center;
}
html.lesson-10pearls-header .stm-lms-course__lesson-content__top {
  margin-bottom: 25px !important;
}
html.lesson-10pearls-header .stm-lms-course__lesson-content__top h3 {
  color: #4678be !important;
  font-size: 20px !important;
  margin-bottom: -4px !important;
}
html.lesson-10pearls-header .stm-lms-course__lesson-content__top h1 {
  font-size: 24px !important;
  line-height: 1.4;
}
html.lesson-10pearls-header .stm-lms-curriculum-trigger {
  bottom: -141px;
  left: 14px;
}
html.lesson-10pearls-header a.btn.btn-default {
  background-color: #0045a6 !important;
}
html.lesson-10pearls-header .completed .stm-lms-lesson_navigation_side a:hover i, html.lesson-10pearls-header .completed a.btn.btn-default.stm_lms_complete_lesson.completed {
  background-color: #ffffff !important;
}
html.lesson-10pearls-header body .stm_lms_lesson_header .stm_lms_account_dropdown .dropdown button {
  background-color: #0045a6;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  border-radius: 4px;
}
html.lesson-10pearls-header .stm_lms_account_dropdown .dropdown {
  width: 170px;
}
html.lesson-10pearls-header .stm_lms_wishlist_button.logged-in {
  display: none;
}
html.lesson-10pearls-header .stm_lms_lesson_header .logo-unit {
  display: block;
  max-width: 100%;
}
html.lesson-10pearls-header .stm-lms-lesson_navigation {
  background-color: #6c63ff;
}
html.lesson-10pearls-header .stm-lms-lesson_navigation_side a span {
  color: white !important;
}
html.lesson-10pearls-header .stm-lms-lesson_navigation_side a:hover i {
  background-color: white !important;
  color: #0045a6 !important;
}
html.lesson-10pearls-header .stm-lms-course__content_wrapper {
  padding-top: 0px !important;
}
html.lesson-10pearls-header .stm_lms_account_dropdown .dropdown span {
  color: white;
}
html.lesson-10pearls-header .stm-lms-lesson_navigation_side a i {
  border-color: white;
  color: white;
}
body .offine_10u .stm-curriculum-section {
  margin-top: 30px;
}
.offine_10u .stm-curriculum .stm-curriculum-section:nth-child(1) {
  margin-top: 0px !important;
}
.offine_10u a.btn, body .header_5 .header_main_menu_wrapper .right_buttons .app_link {
  border-radius: 4px;
}
.offine_10u .stm_lms_teachers h6 {
  text-transform: capitalize;
}
html.lesson-10pearls-header .stm-lms-single-answer.correct_answer label, html.lesson-10pearls-header .stm-lms-single-answer.correctly_answered label, html.lesson-10pearls-header .stm_lms_result__round, .stm_lms_timer {
  background-color: #0045a6;
}
.lesson-10pearls-header .stm_lms_result__round_down svg {
  max-width: 70px;
  position: relative;
  top: -10px;
}
.lesson-10pearls-header .stm_lms_result__round, .lesson-10pearls-header .stm_lms_timer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  left: 3%;
  padding: 54px 30px;
}
.lesson-10pearls-header .stm_lms_result__round .stm_lms_timer__time_h {
  text-align: center;
  margin-left: 0;
  margin-top: 20px;
}
html.lesson-10pearls-header .stm-curriculum-section .stm-curriculum-item__section.opened, html.lesson-10pearls-header .stm-curriculum-section .stm-curriculum-item__section:hover, html.lesson-10pearls-header .stm-lms-course__curriculum .stm-curriculum-item__completed.completed {
  background-color: #0045a6;
}
html.lesson-10pearls-header .stm_lms_question_item_match__answer.correct::before {
  background-color: #0045a6;
}
html.lesson-10pearls-header .stm-lms-user_message_btn__counter, html.lesson-10pearls-header .stm_lms_settings_button {
  display: none;
}
html.lesson-10pearls-header .stm-lms-lesson_navigation.completed .stm_lms_complete_lesson:before {
  border-color: #0045a6;
  color: #0045a6;
}
html.lesson-10pearls-header .stm-lms-modal-login .modal-body, html.lesson-10pearls-header .stm_lms_login_wrapper {
  background-color: #0045a6;
}
html.lesson-10pearls-header .stm_lms_login_wrapper input.form-control {
  border-radius: 0px;
}
html.lesson-10pearls-header .stm_lms_login_wrapper .stm_lms_lost_password_form .btn, html.lesson-10pearls-header .stm_lms_login_wrapper__actions .btn {
  background-color: #0045a6 !important;
  margin-left: auto;
  border: 2px solid white;
  opacity: 1;
}
html.stm_lms_type_video body .stm-lms-lesson_navigation_side > a:hover i {
  background-color: #195ec8;
  border-color: #195ec8 !important;
  color: #0045a6 !important;
}
html.lesson-10pearls-header a.btn.btn-default.stm_lms_complete_lesson.uncompleted {
  background-color: white !important;
  color: #0045a6;
}
html.lesson-10pearls-header .stm_lms_complete_lesson.btn:before {
  border: 2px solid #0045a6;
}
html.lesson-10pearls-header .stm_lms_complete_lesson span {
  top: 1px !important;
}
html.lesson-10pearls-header .stm-lms-single_quiz .stm_lms_complete_lesson.btn:before {
  border-color: #fff;
}
.offine_10u .stm-curriculum-item__meta {
  min-width: 120px;
  font-size: 16px;
}
html.lesson-10pearls-header .passed .stm-lms-quiz__result_number span, html.lesson-10pearls-header .not-passed .stm-lms-quiz__result_number span {
  color: #0045a6;
}
.stm-lms-quiz__result_actions a {
  width: 164px;
  border-radius: 4px;
}
html.lesson-10pearls-header .not-passed .stm-lms-quiz__result, html.lesson-10pearls-header .passed .stm-lms-quiz__result {
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  padding: 25px 30px 15px;
  margin: auto !important;
  z-index: 999999;
  padding-bottom: 40px;
  padding-top: 40px;
}
html.lesson-10pearls-header .stm_lms_account_dropdown .dropdown button .login_name {
  display: inline !important;
}
html.lesson-10pearls-header .stm_lms_courses__single--info_preview a:hover {
  background-color: #0045a6;
  color: #fff !important;
}
html.lesson-10pearls-header .stm_lms_finish_score__stat_quiz i, html.lesson-10pearls-header .stm_lms_finish_score__stat_multimedia i, html.lesson-10pearls-header .stm_lms_finish_score__stat > * i {
  color: #0045a6;
}
.offine_10u .stm_lms_courses__grid_found_3 {
  margin-bottom: 0px !important;
}
.offine_10u .stm_lms_course_completed_summary {
  background-color: #eff6ff;
  border-color: white;
  border-radius: 0;
}
.offine_10u .stm_lms_course_completed_summary__certificate, .offine_10u .stm_lms_course_completed_summary__certificate:hover {
  border: 1px solid #0045a6;
  background-color: #0045a6;
  color: #ffffff;
}
.offine_10u .stm_lms_course_completed_summary__certificate i {
  color: #ffffff;
  margin-right: 10px;
}
.offine_10u .stm_lms_finish_score__stat_multimedia i, .offine_10u .stm_lms_finish_score__stat_quiz i, .offine_10u .stm_lms_finish_score__stat > * i {
  color: #0045a6;
}
html.lesson-10pearls-header .stm_lms_lesson_header {
  box-shadow: 0 3px 6px 0 #00000033;
  padding-top: 23px;
  padding-bottom: 23px;
}
.stm-curriculum-item__excerpt p, .stm-curriculum-item__excerpt li {
  font-size: 15px;
}
.lesson-10pearls-header .stm_lms_account_dropdown {
  margin-right: 0px;
}
.offine_10u .stm_featured_product_price .price {
  background-color: #0045a6 !important;
}
.offine_10u .stm_product_list_widget.widget_woo_stm_style_2 li a:hover .title.h5 {
  color: #0045a6;
}
html.lesson-10pearls-header .stm-lms-modal-login .modal-body .account-form.test, html.lesson-10pearls-header .modal-body .account-form {
  padding: 20px;
}
html.lesson-10pearls-header .stm-lms-modal-login .modal-body .stm-lms-login__top h2 {
  display: none;
}
html.lesson-10pearls-header .stm-lms-modal-login .modal-body label {
  color: #ffffff;
  padding-bottom: 10px;
}
html.lesson-10pearls-header .stm-lms-modal-login a.btn.btn-default, .stm-lms-modal-login a.btn.btn-default:focus, .stm-lms-modal-login a.btn.btn-default:active {
  background-color: #0045a6;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}
html.lesson-10pearls-header .stm-lms-modal-login .text-right span.lostpassword {
  color: #ffffff;
}
html.lesson-10pearls-header span.signup-form-trigger, html.lesson-10pearls-header .modal-body .vue_is_disabled span.login-form-trigger {
  display: none;
}
html.lesson-10pearls-header .stm_lms_account_dropdown .dropdown button i {
  color: #ffffff;
}
.stm_lms_complete_lesson.btn {
  padding: 15px 30px;
  border-radius: 30px;
}
html.stm_lms_type_video body {
  background: none;
}
html.lesson-10pearls-header .stm-lms-modal-login .modal-content {
  background-color: #0045a6;
}
/******** SideBar Toggle CSS */
.lesson-10pearls-header .stm-lms-course__curriculum .stm-curriculum {
  background-color: #ffffff;
}
.lesson-10pearls-header .stm-lms-course__curriculum .stm-curriculum-item {
  background-color: #f0f4fa;
}
.lesson-10pearls-header .stm-lms-course__curriculum .stm-curriculum-item:hover {
  background-color: #0045a6;
}
.lesson-10pearls-header .stm-lms-course__curriculum .stm-curriculum-item:hover div {
  color: #ffffff;
}
.stm-lms-modal-login .modal-body .stm-lms-login .account-form.test, .modal-body .account-form {
  padding: 20px;
}
.stm-lms-modal-login .modal-body .stm-lms-login .stm-lms-login__top h2 {
  display: none;
}
.stm-lms-modal-login .modal-body label {
  color: #ffffff;
  padding-bottom: 10px;
}
.stm-lms-modal-login a.btn.btn-default {
  background-color: #0045a6;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}
.stm-lms-modal-login .stm-lms-login .text-right span.lostpassword {
  color: #ffffff;
}
.single-stm-courses .modal-body .stm-lms-login.vue_is_disabled span.signup-form-trigger {
  display: none;
}
.stm-lms-modal-login .modal-body {
  background-color: #0045a6;
}
.offine_10u .stm-lms-dynamic_sidebar .widget {
  padding: 0px 0 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/********End SideBar Toggle CSS */
/*********************** Locked PopUp CSS*/
html.lesson-10pearls-header body.lesson-locked .stm_lms_locked_lesson__popup_inner {
  background-color: #0045a6;
  color: #ffffff;
}
html.lesson-10pearls-header body.lesson-locked .stm_lms_locked_lesson__popup_inner h3, html.lesson-10pearls-header body.lesson-locked .stm_lms_locked_lesson__popup_inner p {
  color: #ffffff !important;
}
html.lesson-10pearls-header body.lesson-locked .stm_lms_locked_lesson__popup_inner a.btn.btn-default {
  border-radius: 4px;
  border: 1px solid #ffffff;
}
html.lesson-10pearls-header body.lesson-locked .stm_lms_locked_lesson__popup_close:hover, html.lesson-10pearls-header body.lesson-locked .stm_lms_locked_lesson__popup_close {
  background-color: #0045a6;
  color: #fff;
}
.lesson-10pearls-header .stm_lms_downloadable_content__url, .offine_10u .stm_lms_downloadable_content__url {
  border: 1px solid #0045a6;
  background-color: #0045a6;
}
.lesson-10pearls-header .stm_lms_downloadable_content__url i, .offine_10u .stm_lms_downloadable_content__url i {
  color: #ffffff;
}
.custom10pu-user.not-logged-in a {
  background: linear-gradient(to left, #0045a6, #002353);
  background: #0045a6 !important;
  color: #fff;
  padding: 13px 15px;
  margin-left: 10px;
  width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding: 13px 15px;
  display: inline-block;
  border-radius: 4px;
  height: auto;
  opacity: 1 !important;
}
.custom10pu-user.not-logged-in a i {
  font-size: 18px;
}
.lesson-10pearls-header .stm-lms-modal-login .nav.nav-tabs > li a {
  background-color: #273044;
  border-top: 3px solid #273044 !important;
  color: white;
}
.lesson-10pearls-header .stm-lms-modal-login .nav.nav-tabs > li a:hover {
  color: #ffffff !important;
}
.lesson-10pearls-header .stm-lms-modal-login .nav.nav-tabs > li.active a {
  border-top-color: #385bce !important;
  background-color: #fff;
  color: #273044 !important;
}
.lesson-10pearls-header .stm-lms-modal-login .nav-tabs > li.active > a, .lesson-10pearls-header .stm-lms-modal-login .nav-tabs > li.active > a:focus, .lesson-10pearls-header .stm-lms-modal-login .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.lesson-10pearls-header h4.stm_lms_downloadable_content__title {
  color: #0045a6 !important;
}
.lesson-10pearls-header .stm_lms_finish_score__face {
  display: none;
}
#stm_lms_edit_account .stm_lms_user_info_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.stm-lms-logout-button i.fa-door-open {
  margin-right: 5px;
  color: #385bce;
  color: white;
}
.stm_lms_edit_account button.btn.btn-default {
  background-color: #0045a6;
}
.stm_lms_finish_score__score {
  text-align: center;
}
.stm_lms_finish_score__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stm-lms-user-courses .stm_lms_instructor_courses__single--progress_top {
  display: block !important;
}
.lesson-10pearls-header .lesson-locked .stm_lms_locked_lesson__popup .stm-lms-buy-buttons a > span {
  font-size: 0;
  text-align: center;
  display: inline-block;
}
.lesson-10pearls-header .lesson-locked .stm_lms_locked_lesson__popup .stm-lms-buy-buttons a > span:before {
  content: "Login";
  display: inline-block;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
/***********************End Locked PopUp CSS*/
/*****************Courses Hover PopuP *********/
.course-le {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .course-le .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.course-le .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.course-le .owl-carousel .owl-stage-outer .owl-item .stm_lms_courses__single__inner .stm_lms_courses__single--info {
  display: block;
}
.course-le .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
/*****************Slide Type Lesson *********/
/*****************End Courses Hover PopuP *********/
.lesson-10pearls-header span.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}
.lesson-10pearls-header .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: -12px;
}
.lesson-10pearls-header .swiper-pagination-bullet {
  background: #0045a6;
}
/*****************End of Slide type Lesson************ **/
@media (min-width: 1025px) and (max-width: 1800px) {
  html.lesson-10pearls-header .stm-lms-curriculum-trigger {
    bottom: -141px !important;
  }
}
@media (min-width: 320px) and (max-width: 1025px) {
  html.lesson-10pearls-header .stm_lms_account_dropdown .dropdown {
    width: 100%;
    margin-top: 0px;
  }
  html.lesson-10pearls-header .stm_lms_lesson_header__right {
    margin-top: 5px;
  }
}
@media (min-width: 1025px) {
  .offine_10u .stm_lms_classic_title .inner {
    align-items: end;
  }
}
@media (min-width: 1200px) {
  html.lesson-10pearls-header .stm_lms_video iframe {
    min-height: 658px;
  }
}
@media (max-width: 767px) {
  .offine_10u .single_product_after_title .meta_pull .pull-left {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  html.lesson-10pearls-header .stm_lms_video iframe {
    min-height: 550px !important;
  }
}
@media (min-width: 540px) and (max-width: 1025px) {
  html.lesson-10pearls-header .stm-lms-curriculum-trigger {
    bottom: -74px;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  html.lesson-10pearls-header .stm_lms_video iframe {
    min-height: 340px !important;
  }
  html.lesson-10pearls-header .stm-lms-curriculum-trigger {
    position: initial;
  }
  html.lesson-10pearls-header .stm_lms_lesson_header__left {
    padding-left: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 320px) and (max-width: 540px) {
  html.lesson-10pearls-header .stm_lms_video iframe {
    min-height: 240px !important;
  }
  html.lesson-10pearls-header .stm-lms-curriculum-trigger {
    position: initial;
  }
  html.lesson-10pearls-header .stm_lms_lesson_header__left {
    padding-left: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
/*----- Lesson Page Review -----*/
.stm_lms_review_popup__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.stm_lms_review_popup {
  display: none;
}
.stm_lms_review_popup.active {
  display: block !important;
}
.stm_lms_review_popup .stm_lms_average__rating, .stm_lms_review_popup .stm-lms-reviews, .stm_lms_review_popup .quillWrapper .ql-snow.ql-toolbar {
  display: none;
}
.stm_lms_review_popup .stm_lms_finish_score_popup__inner {
  padding: 30px 40px !important;
  width: 500px;
  max-width: 100%;
}
.stm_lms_review_popup .ql-toolbar + .ql-container {
  border-top: solid 1px #ccc !important;
}
.stm_lms_review_popup .ql-editor {
  min-height: 150px;
}
.stm_lms_review_popup h5 {
  display: block !important;
  font-size: 18px;
}
.stm_lms_review_popup h3 {
  display: none !important;
}
.stm_lms_review_popup #stm_lms_add_review > div {
  display: flex;
  flex-direction: column-reverse;
}
.stm_lms_review_popup .star-rating {
  transform: scale(1.75);
  transform-origin: left;
  cursor: pointer;
}
.stm_lms_review_popup .star-rating span {
  height: 100%;
}
/*----- End Lesson Page Review -----*/
/*---- Lessson Page Quiz --------*/
.stm-quizzes .stm-lms-single-answer label {
  cursor: pointer;
  margin-bottom: 0px;
  border-bottom: solid 1px #eee;
}
.stm-quizzes .stm-lms-single-answer label:hover {
  z-index: 3;
}
.stm-quizzes .stm-lms-single-answer:last-child label {
  border-bottom-width: 0;
}
.stm-quizzes .stm-lms-course__content h3 {
  margin: 0 0 5px;
}
.stm-quizzes .stm-lms-single_quiz__label {
  padding: 15px 0 0;
  margin: 40px 0 20px;
}
.stm-quizzes .stm_lms_start_quiz {
  width: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 18px;
}
.lesson-10pearls-header .stm-lms-wrapper.stm-quizzes {
  min-height: calc(100vh - 234px);
}
/*---- End Lessson Page Quiz --------*/
/*---- Lesson Page Comments ---*/
html.lesson-10pearls-header .stm-lms-course__sidebar_toggle {
  z-index: 4;
}
@media (min-width: 1200px) {
  html.lesson-10pearls-header .stm-lms-course__sidebar_toggle {
    right: auto;
    left: 50%;
    margin-left: 536px;
    top: 65px;
  }
}
.lesson-10pearls-header .stm-lms-course__sidebar .stm_lms_lesson_comments {
  padding: 35px 20px 30px 25px;
}
.stm-lms-course__sidebar .stm_lms_lesson_comments .stm_lms_btn_icon .form-control {
  margin-bottom: 0;
  border-color: #385bce;
}
.stm_lms_lesson_comments.addQuestion .stm_lms_lesson_comments__inner {
  display: block !important;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__inner {
  display: block;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__top a, .stm_lms_lesson_comments .stm_lms_lesson_comments__add_back {
  display: none !important;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__inner1 {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 30px;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__top {
  display: flex;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__top h3 {
  margin: 0;
  line-height: 45px;
}
.stm_lms_lesson_comments .search-question-form {
  margin-left: auto;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__list_single_inner > .stm_lms_lesson_comments__list_single__info {
  font-size: 14px;
  margin-top: -6px;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__add__section {
  display: block !important;
  margin-top: 25px;
  border-top: solid 2px #0045a6;
  position: absolute;
  bottom: 0;
  width: calc(100% - 45px);
  margin-bottom: 20px;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__add__form {
  display: block;
  margin-bottom: 0;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__add__form a {
  display: block;
}
.stm_lms_lesson_comments .stm_lms_lesson_comments__add__form textarea {
  padding: 10px 15px !important;
  min-height: 116px;
}
.stm_lms_lesson_comments .stm-lms-message {
  animation: hideAnimation 0s ease-in 2s;
  animation-fill-mode: forwards;
  position: fixed;
  z-index: 999;
  margin-top: -111px;
  width: calc(100% - 45px);
  padding: 12px 20px;
  border-radius: 2px;
}
.stm_lms_lesson_comments .search-question-form .search-question-btn.loading {
  min-height: 45px;
  pointer-events: none;
}
.stm_lms_lesson_comments .search-question-form .search-question-btn.loading i {
  opacity: 0;
}
.stm_lms_lesson_comments .search-question-form .search-question-btn.loading:before {
  top: 8px;
  border-color: white;
}
.stm_lms_lesson_comments__list .stm_lms_lesson_comments__list_single_expanded {
  padding-top: 5px;
}
.stm_lms_lesson_comments__list .stm_lms_lesson_comments__list_single__reply textarea {
  padding: 8px 12px 6px !important;
  margin: 0 0 10px;
  min-height: 44px;
}
.stm_lms_lesson_comments__list .stm_lms_lesson_comments__replies .stm_lms_lesson_comments__reply {
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #eff6ff;
}
.stm_lms_lesson_comments__list .stm_lms_lesson_comments__replies .stm_lms_lesson_comments__list_single__info {
  margin: 0 0 5px;
  font-size: 14px;
}
.stm_lms_lesson_comments__wrapper {
  height: auto;
  max-height: calc(100vh - 350px);
  overflow: auto;
  padding-right: 5px;
}
.stm_lms_lesson_comments__wrapper .stm_lms_lesson_comments__list:first-child .stm_lms_lesson_comments__list_single {
  margin-top: 0;
}
.stm_lms_lesson_comments__wrapper .stm_lms_lesson_comments__list:last-of-type .stm_lms_lesson_comments__list_single {
  margin-bottom: 0;
}
.stm_lms_lesson_comments__wrapper::-webkit-scrollbar {
  width: 8px;
}
.stm_lms_lesson_comments__wrapper::-webkit-scrollbar-track {
  background: #e7ecf3;
}
.stm_lms_lesson_comments__wrapper::-webkit-scrollbar-thumb {
  background: #d7dde7;
}
.stm_lms_lesson_comments__wrapper::-webkit-scrollbar-thumb:hover {
  background: #c9d0db;
}
@keyframes hideAnimation {
  to {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    display: none;
  }
}
/*---- End Lesson Page Comments ---*/
/*---- Lesson Page Finish Popup  ---*/
.lesson-10pearls-header .stm_lms_finish_score_popup__inner {
  padding: 40px 0 0;
}
.lesson-10pearls-header .stm_lms_finish_score_popup__inner .loading {
  padding: 20px 30px;
}
.lesson-10pearls-header .stm_lms_finish_score__content {
  padding: 0 35px 40px;
}
@media (max-width: 767px) {
  .lesson-10pearls-header .stm_lms_finish_score__content {
    padding: 0 30px 30px;
  }
}
.lesson-10pearls-header .stm_lms_finish_score__head {
  margin-bottom: 20px;
}
.lesson-10pearls-header .stm_lms_finish_score__notice {
  margin-bottom: 15px;
}
.lesson-10pearls-header .stm_lms_finish_score__title {
  margin-bottom: 20px;
}
.lesson-10pearls-header .stm_lms_finish_score__stats {
  max-width: 400px;
  margin: 0 auto;
}
.lesson-10pearls-header .stm_lms_finish_score__stat {
  text-align: center;
}
.lesson-10pearls-header .stm_lms_finish_score__buttons .inner {
  margin-top: 35px;
}
.lesson-10pearls-header .stm_lms_finish_score_popup .btn-stm-course {
  display: none;
}
.lesson-10pearls-header .stm_lms_finish_score__career {
  text-align: center;
  border-top: solid 1px #c8ced6;
  padding: 20px 30px 25px;
  background-color: #e7eef7;
}
.lesson-10pearls-header .stm_lms_finish_score__career p {
  font-family: ProximaNova-Bold;
  color: black;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .lesson-10pearls-header .stm_lms_finish_score__career {
    padding: 20px 15px 25px;
  }
}
.lesson-10pearls-header .btn-stm-career {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #0045a6;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-family: ProximaNova-Bold;
  letter-spacing: 0.05rem;
  color: #0045a6 !important;
  border-radius: 0;
}
.lesson-10pearls-header .btn-stm-career:hover {
  background-color: #eff6ff;
}
@media (max-width: 768px) {
  .lesson-10pearls-header .stm_lms_finish_score__title {
    font-size: 30px;
    line-height: 36px;
  }
}
/*---- End Lesson Page Finish Popup ---*/
/**********************************End Lesson Detail page *****************************************/
/**********************************Course Builder *****************************************/
.stm_lms_manage_course_page {
  /*---- curriculum ---*/
  /*---- FAQ ---*/
  /*---- Sidebar ----*/
}
.stm_lms_manage_course_page .back-to-account {
  margin-bottom: 40px;
}
.stm_lms_manage_course_page h1 {
  font-size: 42px;
  padding: 0 10px;
}
.stm_lms_manage_course_page .stm-lms-buy-buttons .btn:not(.start-course).btn_big {
  padding: 17px 16px 18px;
  background-color: #0045a6 !important;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
}
.stm_lms_manage_course_page .stm_lms_course__file_attachment .addArea {
  float: right;
}
.stm_lms_manage_course_page .stm_lms_manage_course__actions {
  text-align: right;
}
.stm_lms_manage_course_page .stm_lms_manage_course__actions a.btn-default {
  border-radius: 4px;
  padding: 13px 22px 12px;
}
.stm_lms_manage_course_page .save-as-draft {
  margin: 14px 25px 0 0;
}
.stm_lms_manage_course_page .save-as-draft .stm_lms_styled_checkbox {
  color: #0045a6;
}
.stm_lms_manage_course_page .stm_metaboxes_grid .stm_metaboxes_grid__inner .wpcfto-repeater .addArea {
  background-color: white;
  color: #0045a6;
  padding: 12px 14px;
  float: right;
  border: solid 1px #0045a6;
}
.stm_lms_manage_course_page .stm_metaboxes_grid .stm_metaboxes_grid__inner .wpcfto-repeater .addArea:hover {
  background-color: #0045a6;
}
.stm_lms_manage_course_page .stm-lms-course-info__single_enrolled, .stm_lms_manage_course_page .stm-lms-course-info__single_lectures {
  background-color: #eff6ff;
}
.stm_lms_manage_course_page .stm_lms_samples_categories .stm_lms_manage_course__form {
  min-width: 310px;
}
.stm_lms_manage_course_page .stm_lms_samples_categories h4, .stm_lms_manage_course_page .stm_lms_samples_categories h5 {
  font-size: 17px;
  color: #0045a6;
}
.stm_lms_manage_course_page .stm_lms_samples_categories h4 {
  margin-top: 0;
}
.stm_lms_manage_course_page .stm_lms_samples_categories .is_child {
  margin-top: 25px;
}
.stm_lms_manage_course_page .stm_lms_samples_categories .stm_lms_manage_course__add > .form-control {
  background: #eff6ff;
}
.stm_lms_manage_course_page .stm_lms_add_new_category__wrapper {
  background-color: #eff6ff;
}
.stm_lms_manage_course_page .stm-lms-course__sidebar .form-control, .stm_lms_manage_course_page .stm-lms-course__sidebar input[type=number], .stm_lms_manage_course_page .stm-lms-course__sidebar input[type=text] {
  border-color: #eff6ff;
  background: #eff6ff;
}
.stm_lms_manage_course_page .tab-content .stm_lms_curriculum_v2_wrapper {
  padding: 12px;
  background-color: #f0f4fa;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .sections .section {
  padding-top: 10px;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .sections .section_count {
  font-family: "ProximaNova-Bold", sans-serif;
  color: #0045a6;
  font-size: 17px;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .sections .section_data_add .section_title {
  border: dashed 2px #ccc;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .section_items .items .item {
  background-color: #f0f4fa;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_items .add_item.stm-lessons, .stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_items .add_item.stm-quizzes, .stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_items_nav .add_item_nav_title.active.lessons, .stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_items_nav .add_item_nav_title.active.quizzes {
  background-color: #f0f4fa;
  color: inherit;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_items .add_item_input input {
  box-shadow: none;
  border: solid 2px #0045a6;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_items_nav .add_item_nav_title.active svg path, .stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_items_nav .add_item_nav_title.lessons svg path {
  fill: #0045a6;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_section {
  font-size: 15px;
  color: #fff;
  border: none;
  background-color: #0045a6;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_section i {
  background-color: #fff;
  color: #0045a6;
}
.stm_lms_manage_course_page .stm_lms_curriculum_v2 .add_section:hover {
  background-color: #003e95;
}
.stm_lms_manage_course_page .stm_metaboxes_grid .stm_metaboxes_grid__inner .stm-lms-faq-wrapper .stm-lms-faq .stm_lms_faq__single {
  padding: 20px 20px 15px;
  background-color: #f0f4fa !important;
}
.stm_lms_manage_course_page .stm_metaboxes_grid .stm_metaboxes_grid__inner .stm-lms-faq-wrapper .stm-lms-faq .addArea {
  background-color: #f0f4fa;
}
.stm_lms_manage_course_page .stm_metaboxes_grid .stm_metaboxes_grid__inner .stm-lms-faq-wrapper .stm-lms-faq .addArea:hover {
  border-color: #0045a6;
  background-color: #0045a6;
}
.stm_lms_manage_course_page .stm_lms_faq .wpcfto_generic_field_flex_input input, .stm_lms_manage_course_page .stm_lms_faq .wpcfto_generic_field_flex_input textarea {
  border-color: rgba(0, 69, 166, 0.3);
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s linear;
}
.stm_lms_manage_course_page .stm_lms_faq .wpcfto_generic_field_flex_input input:focus, .stm_lms_manage_course_page .stm_lms_faq .wpcfto_generic_field_flex_input textarea:focus {
  border-color: #0045a6;
}
.stm_lms_manage_course_page #stm_lms_manage_course .stm-lms-course__sidebar {
  margin-top: 0;
}
/********************************** End Course Builder *****************************************/
.curriculam-custom-btn {
  width: 100%;
  margin-bottom: 18px;
  margin-top: 30px;
}
.curriculam-custom-btn h3 {
  margin-top: 0px !important;
}
.curriculam-custom-btn .price a {
  margin-bottom: 60px;
  max-width: 100%;
  min-width: 250px;
  width: 250px !important;
}
.curriculam-custom-btn .price {
  margin-bottom: 0px;
  max-width: 100%;
  min-width: 250px !important;
}
h3.no-quiz-title {
  color: black;
  font-size: 20px;
  margin-bottom: 25px;
}
.pmpro-login span.login-form-trigger {
  display: block;
}
/*------- Temporary hide new course for review from category page ------ */
.page-id-4930 .stm_lms_courses__grid_4 .stm_lms_courses__single:nth-child(11), .tax-stm_lms_course_taxonomy.term-technology .stm_lms_courses__grid_4 .stm_lms_courses__single:nth-child(11) {
  /* display: none; */
}
.h-100 {
  height: 100%;
}
.hover-close .icon_box p {
  opacity: 1 !important;
}
.student-feedback .media-top {
  display: none !important;
}
.student-feedback .simple_carousel_next {
  margin-left: 30px;
}
.student-feedback .short_separator {
  background-color: #0045a6 !important;
}
@media (max-width: 575px) {
  .student-feedback .pull-left {
    width: 100%;
    text-align: center;
  }
  .student-feedback .testimonials_control_bar {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.headingr h4 {
  margin: 0;
}
.theme-slider {
  /* figure.swiper-slide-inner{
      width: 140px;
      margin: 0 auto !important;
      
      img{
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
        height: 100%;      
      }
    }*/
}
.theme-slider figure.swiper-slide-inner {
  width: 180px;
  margin: 0 auto !important;
}
.theme-slider .elementor-swiper-button-prev {
  top: calc(100% + 30px);
  left: calc(50% - 30px);
  opacity: 1;
}
.theme-slider .elementor-swiper-button-next {
  top: calc(100% + 30px);
  left: calc(50% + 30px);
  opacity: 1;
}
.theme-slider .elementor-swiper-button-prev, .theme-slider .elementor-swiper-button-next {
  border: 0 !important;
  outline: none !important;
}
.theme-slider .elementor-swiper-button-prev i, .theme-slider .elementor-swiper-button-next i {
  padding: 5px;
  border: 1px solid #0045a6;
  transition: all 0.3s ease-in-out;
}
.theme-slider .elementor-swiper-button-prev i:hover, .theme-slider .elementor-swiper-button-next i:hover {
  background: #0045a6;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .theme-slider .elementor-swiper-button-prev {
    left: calc(50% - 60px);
  }
  .theme-slider .elementor-swiper-button-next {
    left: calc(50% + 20px);
  }
}
.map {
  min-height: 400px;
}
.map .elementor-widget-google_maps .elementor-widget-container {
  height: 100%;
}
.map .elementor-widget-google_maps .elementor-widget-container .elementor-custom-embed {
  height: 100%;
}
.map .elementor-widget-google_maps .elementor-widget-container .elementor-custom-embed iframe {
  height: 100%;
}
.contact-info .icon_box.dark a, .contact-info .icon_box.dark p {
  color: #848484 !important;
  opacity: 1;
}
.contact-info .icon_box.dark a:hover, .contact-info .icon_box.dark p:hover {
  color: #848484 !important;
}
.request-quote-form .row {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .request-quote-form .row {
    margin-bottom: 0px;
  }
}
.request-quote-form .row label {
  color: #0e2244;
  font-weight: bold;
}
.request-quote-form .row label sup i {
  margin: 0px 2px;
  font-size: 8px;
  color: #a30606;
}
.request-quote-form .row input[type=email], .request-quote-form .row input[type=url], .request-quote-form .row input[type=number], .request-quote-form .row input[type=password], .request-quote-form .row input[type=tel], .request-quote-form .row input[type=text], .request-quote-form .row textarea {
  width: 100%;
  border: 1px solid #c6c6c6;
  background: #f9f9f4;
  padding: 6px 12px !important;
  height: 45px;
}
.request-quote-form .row input[type=email]:focus, .request-quote-form .row input[type=url]:focus, .request-quote-form .row input[type=number]:focus, .request-quote-form .row input[type=password]:focus, .request-quote-form .row input[type=tel]:focus, .request-quote-form .row input[type=text]:focus, .request-quote-form .row textarea:focus {
  border: 1px solid #c6c6c6 !important;
  border-radius: 0px;
}
@media (max-width: 991px) {
  .request-quote-form .row input[type=email], .request-quote-form .row input[type=url], .request-quote-form .row input[type=number], .request-quote-form .row input[type=password], .request-quote-form .row input[type=tel], .request-quote-form .row input[type=text], .request-quote-form .row textarea {
    margin-bottom: 15px;
  }
}
.request-quote-form .row .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.request-quote-form .row .wpcf7-submit {
  background: linear-gradient(to left, #0045a6, #002353);
  background-color: #0045a6;
  color: #fff;
  border: 0px;
  padding: 10px 75px;
  display: block;
  margin: 0px auto;
}
.request-quote-form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #a30606;
  background-color: #a30606;
  color: #fff;
}
.my-account .stm_lms_user_bio h3 {
  display: none;
}
.my-account .stm_lms_private_information {
  padding-bottom: 10px;
}
.my-account .stm_lms_user_info_top {
  border-bottom: none;
  margin: 0;
  display: block;
}
.my-account .stm_lms_user_info_top h1 {
  max-width: 100%;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .my-account .stm_lms_user_info_top h1 {
    font-size: 48px;
  }
}
.my-account .stm_lms_user_info_top h1 .pos {
  margin: 0;
  font-size: 16px;
  color: #707070;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .my-account .stm_lms_user_info_top {
    padding-bottom: 10px;
  }
}
.my-account .stm_lms_user_info_top__wrapper {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  justify-content: space-between;
}
.my-account .stm_lms_user_info_top__wrapper .stm-lms-user_rating__total {
  display: none;
}
.my-account .stm_lms_user_bio {
  border: none;
  margin: 0 0 20px;
  font-size: 16px;
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .my-account .stm_lms_user_bio {
    font-size: 18px;
    line-height: 28px;
  }
}
.my-account .stm_lms_user_side .stm_lms_become_instructor, .my-account .stm_lms_user_side .stm-lms-user_group_btn {
  display: none;
}
.my-account .stm_lms_user_side .stm-lms-user_message_btn .btn {
  background-color: #0045a6 !important;
}
.my-account .stm_lms_user_side .stm-lms-user_message_btn {
  display: inline-block !important;
}
.my-account .instructor_no_course {
  margin-bottom: 80px;
}
.my-account .stm_lms_instructor_courses.is_vue_loaded + .instructor_no_course {
  display: none;
}
.my-account #buddypress #item-nav, .my-account #buddypress .sstm_lms_instructor_courses__top .btn {
  display: none;
}
.my-account #buddypress .stm_lms_bd_student_private_profile {
  margin: 0 0 30px 0;
}
.my-account #buddypress .stm_lms_instructor_courses {
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.my-account #buddypress #item-body .nav.nav-tabs {
  margin: 10px 0 50px 0;
  border: none;
}
.my-account #buddypress #item-body .nav.nav-tabs > li {
  flex-grow: 1;
  margin-right: 0;
  flex: 1 0;
}
.my-account #buddypress #item-body .nav.nav-tabs > li > a {
  background-color: #f0f4fa;
  font-size: 16px;
  color: #0045a6;
  padding: 14px 10px 15px;
  border-bottom: none !important;
  border-top: solid 3px transparent !important;
}
.my-account #buddypress #item-body .nav.nav-tabs > li.active a {
  border-bottom: none !important;
  border-top-color: #195ec8 !important;
  background-color: transparent;
  color: #0045a6 !important;
  font-family: "ProximaNova-Regular";
  font-weight: 400;
}
@media (min-width: 993px) {
  .my-account #buddypress #item-body .stm_lms_instructor_courses__single, .my-account #buddypress .stm_lms_bd_student_private_profile .stm_lms_instructor_courses__single {
    width: 33%;
  }
}
.my-account .stm-lms-user_delete_profile_btn a span {
  display: contents !important;
}
.my-account .stm_lms_edit_account .btn {
  background: linear-gradient(to left, #0045a6, #002353);
  background-color: #0045a6;
  color: #fff;
  padding: 13px 15px;
  margin-left: 10px;
  width: 150px;
  text-align: center;
}
@media (min-width: 1920px) {
  .my-account .stm_lms_edit_account .btn {
    line-height: 26px;
    padding: 13px 15px;
  }
}
.my-account .stm_lms_edit_account .btn-cancel {
  background: #fff;
  border: solid 1px #aaa;
  color: #444;
  padding: 12px 15px;
  border-radius: 4px;
  text-transform: uppercase;
}
.my-account .stm_lms_edit_account .stm_lms_user_info_top {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .my-account .stm_lms_user_info_top h1 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .my-account .stm_lms_user_side {
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .my-account .stm_lms_private_information {
    padding-bottom: 0px;
  }
}
.my-account .myaccount-nav-sm {
  display: none;
}
@media (max-width: 767px) {
  .my-account .myaccount-nav-sm {
    /*display: block;*/
    margin-right: 0;
    margin-left: 0;
  }
}
.my-account .myaccount-nav-lg {
  /*display: none;*/
}
@media (max-width: 575px) {
  .my-account #my-orders .stm-lms-user-order__title {
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  .my-account .profile-buddypress-wrapper {
    width: 100%;
  }
}
.stm_lms_user_side .stm_lms_become_instructor, .stm_lms_user_side .stm-lms-user_group_btn {
  display: none;
}
.stm-lms-user-certificates .affiliate_points {
  display: none;
}
@media (max-width: 575px) {
  .profile-buddypress-wrapper {
    padding: 0;
  }
}
.profile-dd-toggle {
  border: solid 1px #ddd;
  font-size: 15px;
  font-family: "ProximaNova-Bold", sans-serif;
  background-color: #f5f5f5;
}
.profile-dd-toggle .caret {
  float: right;
  margin-top: 8px;
}
.navbar-nav .open .profile-dd-menu {
  border: solid 1px #ddd;
  border-top: none;
  padding: 0;
  position: absolute;
  background: #fff;
  width: 100%;
}
.profile-dd-menu > li > a {
  font-size: 15px;
  font-family: "ProximaNova-Bold", sans-serif;
  padding: 10px 15px 10px 15px !important;
}
.profile-dd-menu li {
  margin-bottom: 0;
}
#pum-8116 .pum-content p {
  color: rgba(255, 255, 255, 0.85);
  font-family: "ProximaNova-Light";
  font-size: 26px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
}
#pum-8116 .pum-container .pum-title {
  font-family: "ProximaNova-Bold";
  margin-bottom: 25px;
  margin-top: 20px;
  text-align: center;
}
/*========== Instructor Profile ==========*/
.instructor-10p .stm_lms_user_side {
  padding: 0;
}
.instructor-10p .stm_lms_user_side .stm-lms-user_avatar .avatar.photo {
  border-radius: 14px;
  margin: 0 auto;
}
.instructor-10p .stm_lms_user_side h3, .instructor-10p .stm_lms_user_side h5 {
  display: none;
}
.instructor-10p .stm_lms_user_info_top {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.instructor-10p .stm_lms_user_info_top h1 {
  max-width: 100%;
}
.instructor-10p h1 {
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .instructor-10p h1 {
    font-size: 48px;
  }
}
.instructor-10p .student_name_pos {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 400;
}
.instructor-10p .stm_lms_user_bio {
  border: none;
  font-size: 18px;
  margin-bottom: 20px;
}
.instructor-10p .stm_lms_user_bio h3 {
  display: none;
}
.instructor-10p .user-login-prompt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  padding: 20px 30px;
  color: #0045a6;
  border: solid 1px #0045a6;
  background: #f0f2f5;
}
.instructor-10p .stm-lms-user_message_btn {
  display: block !important;
  min-height: inherit !important;
  margin: 10px 0 20px;
}
.instructor-10p .stm_lms_fast_message {
  position: static;
  display: none;
  width: 100%;
  margin: 10px 0 0 0;
  transition: none;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  padding: 20px 30px 30px;
}
.instructor-10p .stm_lms_fast_message h4 {
  margin-bottom: 20px;
}
.instructor-10p .stm_lms_fast_message:after, .instructor-10p .stm_lms_fast_message:before {
  display: none;
}
.instructor-10p .stm-lms-user_message_btn .btn {
  background-color: #0045a6 !important;
}
.instructor-10p .stm_lms_fast_message_btns {
  justify-content: end;
}
.instructor-10p .stm_lms_fast_message_btns .btn-cancel {
  display: none;
}
.instructor-10p .stm_lms_fast_message_btns .btn-default {
  background-color: #0045a6 !important;
}
.instructor-10p div.multiseparator {
  margin-top: 50px 0;
}
.instructor-10p .stm_lms_courses__grid_4 .stm_lms_courses__single--image .stm_lms_lazy_image {
  padding-bottom: 51%;
}
@media (min-width: 992px) {
  .inst-user-pic-col {
    width: auto;
  }
  .inst-user-bio-col {
    width: calc(100% - 240px);
  }
}
.chat-wrapper h3 {
  margin-top: 0;
}
.chat-wrapper .stm_lms_chat__conversations {
  border-bottom: 3px solid #eee;
}
.chat-wrapper .stm_lms_chat__conversations .stm_lms_chat__conversation__date {
  font-size: 14px;
}
.chat-wrapper .stm_lms_chat__conversations .stm_lms_chat__conversation__title h5 {
  font-size: 17px;
}
.chat-wrapper .stm_lms_chat__conversations .stm_lms_chat__conversation {
  border-top-color: #eee;
  padding: 21px 50px 21px 25px;
  margin: 0;
  transition-property: box-shadow;
}
.chat-wrapper .stm_lms_chat__conversations .stm_lms_chat__conversation:hover {
  border-top-color: #eee;
  box-shadow: 0 5px 10px #d1d1d1;
}
.chat-wrapper .stm_lms_chat__conversations .stm_lms_chat__conversation.active {
  border-top-color: #385bce !important;
  box-shadow: 0 5px 10px #d1d1d1;
}
.chat-wrapper .stm_lms_chat__conversations .stm_lms_chat__conversation:hover + .stm_lms_chat__conversation, .chat-wrapper .stm_lms_chat__conversations .active + .stm_lms_chat__conversation {
  border-top-color: transparent;
}
.chat-wrapper .stm_lms_chat__conversations .active + .stm_lms_chat__conversation:hover {
  border-top-color: #eee;
}
.chat-wrapper .stm_lms_chat__conversations_empty {
  border-bottom: none;
}
.chat-wrapper .stm_lms_chat_companion {
  margin-bottom: 15px;
}
.chat-wrapper .stm_lms_chat_messages {
  background-color: #eff6ff;
}
.chat-wrapper .stm_lms_chat_messages::-webkit-scrollbar {
  width: 8px;
}
.chat-wrapper .stm_lms_chat_messages::-webkit-scrollbar-track {
  background: #e7ecf3;
}
.chat-wrapper .stm_lms_chat_messages::-webkit-scrollbar-thumb {
  background: #d7dde7;
}
.chat-wrapper .stm_lms_chat_messages::-webkit-scrollbar-thumb:hover {
  background: #c9d0db;
}
.chat-wrapper .stm_lms_chat_messages__single.companion_message .stm_lms_chat_messages__single_message {
  background-color: #dae0ef;
  color: inherit;
}
.chat-wrapper .stm_lms_chat_messages__single.companion_message .stm_lms_chat_messages__single_message:after {
  background-color: #dae0ef;
}
.chat-wrapper .stm_lms_chat_messages__single_message {
  margin-bottom: 22px;
}
.chat-wrapper .stm_lms_chat_messages__single_user label {
  font-size: 14px;
}
.chat-wrapper .stm_lms_chat_messages__send h4 {
  margin-bottom: 8px;
}
.chat-wrapper .stm_lms_chat_messages__send .btn-default, .chat-wrapper .stm_lms_chat_messages__send .btn-default:hover {
  background-color: #0045a6;
  border-color: #0045a6;
}
.webinar-view .stm_zoom_grid_container .stm_zoom_grid__item .info {
  padding: 20px 20px;
}
.webinar-view .stm_zoom_grid_container .stm_zoom_grid__item .info .title {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webinar-view .stm_zoom_grid_container .stm_zoom_grid__item .info .title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.webinar-view .stm_zoom_grid_container .stm_zoom_grid__item .single_meeting {
  box-shadow: 0 10px 30px 0 #00000033;
}
.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-color: #fff;
}
.comments-area .comments-title {
  display: none;
}
.comments-area .form-submit input[type="submit"] {
  background: transparent !important;
  color: #0045a6;
  border: 1px solid #0045a6;
  padding: 10px 30px;
  transition: all 0.3s ease;
}
.comments-area .form-submit input[type="submit"]:hover {
  background: #0045a6 !important;
  color: #fff;
  transition: all 0.3s ease;
}
.stm_single_post .category-webinars .form-submit {
  margin-bottom: 0;
}
.stm_single_post .apss-social-share {
  padding: 30px;
}
.stm_single_post .apss-theme-3 .apss-single-icon a {
  position: relative;
  display: block;
  float: left;
  margin: 7px 4px;
  color: #fff;
}
.stm_single_post .apss-theme-3 .apss-single-icon:hover .apss-social-text {
  color: #fff;
}
@media (min-width: 992px) {
  .webinar-inner {
    margin-top: 20px;
  }
}
.webinar-inner-content {
  margin: 30px 0 100px;
}
@media (max-width: 992px) {
  .webinar-inner .elementor-column-gap-default > .elementor-column > .elementor-element-populated, .webinar-inner .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .webinar-inner-content ol li, .webinar-inner-content ul li {
    font-size: 16px;
  }
}
.webinar-inner-content h2 {
  line-height: 1.3;
}
@media (min-width: 992px) {
  .webinar-inner-content h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .webinar-inner-content h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .webinar-inner-content h3 {
    font-size: 32px;
  }
  .comment-reply-title {
    font-size: 32px;
  }
}
/*---- webinar page tabs ------ */
.webinar-tabs .elementor-tabs {
  border-top: none;
}
.webinar-tabs .elementor-tab-title:not(.elementor-active) {
  color: #0e2244;
  background: none;
}
.webinar-tabs .elementor-tabs .elementor-tab-desktop-title {
  font-family: ProximaNova-Bold;
  text-transform: capitalize;
  font-size: 18px;
}
.webinar-tabs .elementor-tabs .elementor-tab-desktop-title.elementor-active {
  background-color: #eff6ff;
  color: #003d92 !important;
}
.webinar-tabs .elementor-tabs .elementor-tab-title:after, .webinar-tabs .elementor-tabs .elementor-tab-title:before {
  border: none !important;
}
@media (min-width: 1024px) {
  .webinar-tabs .elementor-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    justify-content: center;
  }
  .webinar-tabs .elementor-tabs-wrapper .elementor-tab-title {
    flex-grow: inherit;
    padding: 20px 45px;
  }
  .webinar-tabs .elementor-tabs-content-wrapper {
    min-height: 300px;
  }
}
.page-template-bootcamp-courses-page h1, .page-template-bootcamp-courses-page .h1, .page-template-bootcamp-courses-page h2, .page-template-bootcamp-courses-page .h2, .page-template-bootcamp-courses-page h3, .page-template-bootcamp-courses-page .h3, .page-template-bootcamp-courses-page h4, .page-template-bootcamp-courses-page .h4 {
  color: #292C6D;
}
@media (min-width: 1200px) {
  .page-template-bootcamp-courses-page h3, .page-template-bootcamp-courses-page .h3 {
    font-size: 40px;
  }
}
.page-template-bootcamp-courses-page .stm_lms_courses__single__inner, .page-template-bootcamp-courses-page .stm_lms_courses__single--image {
  border-radius: 15px;
}
.page-template-bootcamp-courses-page .stm_zoom_grid_container .stm_zoom_grid {
  justify-content: center;
}
.section-bootcamp_top p {
  color: #292C6D;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .section-bootcamp_top p {
    font-size: 22px;
  }
}
.section-bootcamp_top a {
  background-color: #a2da8d;
  color: #0e2244;
  padding: 19px 60px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-bootcamp_top a:hover {
  color: #fff !important;
}
.npu-courses__slider.bootcamp-courses_section .owl-controls {
  left: initial;
  right: -138px;
  bottom: 0;
}
@media (min-width:768px) and @media (max-width:1000px) {
  .npu-courses__slider.bootcamp-courses_section .owl-controls {
    right: -29.3%;
  }
}
@media (min-width: 1600px) {
  .npu-courses__slider.bootcamp-courses_section .owl-controls {
    left: initial;
  }
}
@media (max-width: 767px) {
  .npu-courses__slider.bootcamp-courses_section .owl-controls {
    right: initial;
    left: 20px;
    bottom: -60px;
  }
}
.npu-courses__slider.bootcamp-courses_section .owl-controls .courses_btn-slide {
  border: 2px solid #292C6D !important;
  border-radius: 5px;
}
.npu-courses__slider.bootcamp-courses_section .owl-controls .courses_btn-slide i.fa {
  color: #292C6D !important;
}
.bootcamp-top-inner .elementor-container {
  margin-left: auto !important;
  margin-right: auto !important;
}
.boot-camp-slider-content {
  position: relative;
}
.boot-camp-slider-content:before {
  position: absolute;
  content: "";
  top: -21%;
  right: 0;
  width: 520px;
  height: 519px !important;
  background-image: url(https://10pearlsuniversity.org/wp-content/uploads/2022/01/10pearl-place-img.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bootcamp-courses_section .npu-courses__slider-content {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .bootcamp-courses_section .npu-courses__slider-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bootcamp-courses_section .npu-courses__slider-content p {
  color: #292C6D;
}
@media (min-width: 768px) {
  .bootcamp-courses_section .npu-courses__slider-content p {
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  .bootcamp-courses_section .npu-courses__slider-content p {
    font-size: 18px;
    line-height: 1.3 !important;
  }
}
@media (max-width: 767px) {
  .bootcamp-courses_section .bc-course-section-title {
    font-size: 26px;
  }
  .bootcamp-courses_section > .elementor-container {
    flex-direction: column-reverse;
  }
}
.bc-icon-services .elementor-icon-box-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .bc-icon-services .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .bc-icon-services .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .break-line-md {
    display: none;
  }
}
/*---- text carousel ---*/
.bc-text-car .bc-text-car-item h3 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bc-text-car .bc-text-car-item p {
    font-size: 22px;
  }
}
.bc-text-car .slick-arrow {
  background-color: transparent;
  position: absolute;
  border: 2px solid #292c6d;
  width: 40px;
  border-radius: 5px;
  height: 40px;
  top: 106%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
  color: #292c6d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.bc-text-car .slick-prev {
  left: 2px;
}
.bc-text-car .slick-prev:before {
  content: "";
  font-size: 20px;
}
.bc-text-car .slick-next {
  left: 54px;
}
.bc-text-car .slick-next:before {
  content: "";
  font-size: 20px;
}
/****************************New Webinars CSS*************************/
.Nwebinar-filters .caf-filter-layout li a {
  background-color: transparent !important;
  color: black !Important;
  font-size: 18px !important;
  border-radius: 0px;
  padding: 15px 22px;
}
.Nwebinar-filters .caf-filter-layout li a.active, .Nwebinar-filters .caf-filter-layout li a:hover {
  font-size: 18px !important;
  background-color: #eff6ff !important;
  color: #003d92 !important;
  font-family: ProximaNova-Bold;
  border-radius: 0px;
  padding: 15px 22px;
}
input.webi-quicksearch {
  width: 90%;
  margin: 40px auto 40px auto;
  padding: 28px 18px !important;
  display: block;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.page-id-9955 .quick-search-webinar {
  display: none;
}
.quick-search-webinar {
  position: relative;
}
.quick-search-webinar::after {
  content: "";
  color: white;
  position: absolute;
  right: 5%;
  width: 60px;
  cursor: pointer;
  font-size: 29px;
  height: 100%;
  font-weight: 700;
  background-color: #003c91;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://10pearlsuniversity.org/wp-content/uploads/2021/11/icons8-search-white.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.Nwebinar-filters .caf-content, .Nwebinar-filters .caf-content-read-more, .Nwebinar-filters .caf-meta-content .date, .Nwebinar-filters .caf-meta-content .comment {
  display: none !important;
}
.Nwebinar-filters .caf-post-title h2 {
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #333 !important;
}
.Nwebinar-filters .caf-post-title {
  background-color: white !important;
  text-align: center;
  padding-top: 40px !important;
}
.Nwebinar-filters .caf-meta-content {
  display: block !important;
  text-align: center;
  padding-bottom: 10px !important;
}
.Nwebinar-filters .manage-layout1 {
  min-height: 386px;
}
.npu--courses__section-certificate .elementor-image {
  text-align: left;
  margin-left: -25px;
}
.no-record {
  text-align: center;
  font-size: 35px;
  color: #003c91;
  font-weight: 800;
}
/*********************************************************** Webinar Shortcode Css**************************************/
.clearfix div#comments {
  display: none;
}
.webinar-filter-wrapper .nav-tabs {
  margin-bottom: 25px;
  justify-content: center;
}
.webinar-filter-wrapper .nav-tabs li {
  margin-left: 8px;
  margin-right: 8px;
  flex: initial;
}
.webinar-filter-wrapper .nav-tabs li a {
  background-color: transparent !important;
  padding: 15px 22px;
  font-family: ProximaNova-Bold;
  font-size: 18px !important;
  border-radius: 0px;
  border-top: 0px !important;
}
.webinar-filter-wrapper .nav-tabs li a.active {
  background-color: #eff6ff !important;
  color: #003d92 !important;
}
.webinar-filter-wrapper .nav-tabs li.active a, .webinar-filter-wrapper .nav-tabs li.active a:hover {
  background-color: #eff6ff !important;
  color: #003d92 !important;
}
.webinar-item-box-row {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.webinar-item-box-row .wbinar-items-box {
  box-shadow: 0 0 8px -5px #000;
  margin-bottom: 15PX;
  margin-top: 15PX;
  min-height: 290px;
  flex: 0 0 22.33%;
  max-width: 22.33%;
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .webinar-item-box-row .wbinar-items-box {
    flex: 0 0 29.33%;
    max-width: 29.33%;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .webinar-item-box-row .wbinar-items-box {
    flex: 0 0 44.33%;
    max-width: 44.33%;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .webinar-item-box-row .wbinar-items-box {
    flex: 0 0 95%;
    max-width: 95%;
  }
}
.webinar-item-box-row .wbinar-items-box span.webinar__date {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #0045a6;
  padding: 12px;
  font-size: 30px;
  color: white;
  font-weight: 700;
  width: 110px;
  text-align: center;
  border-radius: 10px;
}
.webinar-item-box-row .wbinar-items-box .webinar-item-thumb {
  position: relative;
}
.webinar-item-box-row .wbinar-items-box .webinar-item-thumb img {
  object-fit: cover;
  width: 100%;
}
.webinar-item-box-row .wbinar-items-box .webinar-item-content {
  padding-left: 15px;
  padding-right: 15px;
}
.webinar-item-box-row .wbinar-items-box .webinar-item-content h3 {
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #333 !important;
  text-align: center;
  padding-bottom: 0px;
}
.npu-courses__slider .webinar-item-box-row .wbinar-items-box {
  box-shadow: 0 0 8px -5px #fff;
}
.npu-courses__slider .webinar-item-content h3 a {
  color: white !important;
}
.webinar__tabs-categeory .elementor-tabs {
  border-top: 0px;
}
.webinar__tabs-categeory .elementor-tabs-wrapper .elementor-tab-title:not(.elementor-active) {
  background-color: transparent;
  padding: 15px 22px;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  border-radius: 0px;
  color: #0e2244;
  margin-left: 10px;
  margin-roght: 10px;
  border-bottom: 0px !important;
}
.webinar__tabs-categeory .elementor-tabs-wrapper .elementor-tab-desktop-title.elementor-active, .webinar__tabs-categeory .elementor-tabs-wrapper .elementor-tab-desktop-title:hover {
  background-color: #eff6ff;
  color: #003d92;
  padding: 15px 22px;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  border-radius: 0px;
}
.webinar-filter-wrapper {
  margin-bottom: 93px;
}
.webinar-filter-wrapper .webinar-item-box-row button.slick-arrow {
  background-color: transparent;
  position: absolute;
  border: 2px solid #0045a6;
  width: 33px;
  border-radius: 5px;
  height: 34px;
  top: 110%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
}
.webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-prev {
  left: 46.8%;
}
.webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-prev:before {
  content: "";
  font-size: 22px;
}
@media (min-width: 500px) and (max-width: 768px) {
  .webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-prev {
    left: 42.8%;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-prev {
    left: 39%;
  }
}
.webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-next {
  right: 46.8% !important;
}
.webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-next:before {
  content: "";
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-next {
    right: 46.8% !important;
    transform: translate(21px, 0px);
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-next {
    right: 42.8% !important;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .webinar-filter-wrapper .webinar-item-box-row button.slick-arrow.slick-next {
    right: 39% !important;
  }
}
.webinar-filter-wrapper .webinar-item-box-row button.slick-arrow:before {
  color: #0045a6;
}
.webinars__list button.slick-arrow {
  background-color: transparent;
  position: absolute;
  border: 2px solid #ffffff;
  width: 33px;
  border-radius: 5px;
  height: 34px;
  top: 98%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
}
.webinars__list button.slick-arrow.slick-prev {
  left: -39.2%;
}
.webinars__list button.slick-arrow.slick-prev:before {
  content: "";
  font-size: 22px;
}
@media (min-width: 500px) and (max-width: 768px) {
  .webinars__list button.slick-arrow.slick-prev {
    left: 42.8%;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .webinars__list button.slick-arrow.slick-prev {
    left: 39%;
  }
}
.webinars__list button.slick-arrow.slick-next {
  right: 132.8% !important;
}
.webinars__list button.slick-arrow.slick-next:before {
  content: "";
  font-size: 22px;
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .webinars__list button.slick-arrow.slick-next {
    right: 131.8% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .webinars__list button.slick-arrow.slick-next {
    right: 128.8% !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .webinars__list button.slick-arrow.slick-next {
    right: 124.8% !important;
    transform: translate(4px, 1px);
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .webinars__list button.slick-arrow.slick-next {
    right: 42.8% !important;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .webinars__list button.slick-arrow.slick-next {
    right: 39% !important;
  }
}
.webinars__list button.slick-arrow:before {
  color: #ffffff;
}
@media (min-width: 1243px) and (max-width: 1300px) {
  .webinars__list button.slick-arrow {
    top: 110%;
  }
}
@media (min-width: 1201px) and (max-width: 1243px) {
  .webinars__list button.slick-arrow {
    top: 118%;
  }
}
@media (min-width: 1061px) and (max-width: 1200px) {
  .webinars__list button.slick-arrow {
    top: 97%;
  }
}
@media (min-width: 823px) and (max-width: 1060px) {
  .webinars__list button.slick-arrow {
    top: 112%;
  }
}
@media (min-width: 768px) and (max-width: 823px) {
  .webinars__list button.slick-arrow {
    top: 127%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .webinars__list button.slick-arrow {
    top: 105%;
  }
}
@media (max-width: 767px) {
  .webinar-page-header .elementor-container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 540px) {
  .webinar-filter-wrapper .nav-tabs {
    margin-bottom: 15px;
  }
  .webinar-filter-wrapper .nav-tabs li {
    margin-left: 1px;
    margin-right: 1px;
  }
  .webinar-filter-wrapper .nav-tabs li a {
    font-size: 16px !important;
    padding: 10px 18px;
  }
}
@media (max-width: 420px) {
  .webinar-filter-wrapper .nav-tabs li a {
    font-size: 15px !important;
    padding: 8px 10px;
  }
}
.blog_layout_grid .plugin_style .post_list_inner_content_unit {
  padding-left: 0;
}
.blog_layout_grid .plugin_style .post_list_inner_content_unit .post_list_meta_unit {
  width: auto;
  padding-top: 0;
  position: static;
  border: none;
  line-height: 1;
}
.blog_layout_grid .plugin_style .post_list_inner_content_unit .post_list_meta_date {
  margin-bottom: 3px;
}
.blog_layout_grid .plugin_style .post_list_inner_content_unit .post_list_meta_author {
  color: #0045a6;
  font-size: 13px;
}
.blog_layout_grid .plugin_style .post_list_inner_content_unit .post_list_meta_unit .date-d {
  display: inline;
  color: #0045a6;
  font-size: 13px;
  padding: 0px;
}
.blog_layout_grid .plugin_style .post_list_inner_content_unit .post_list_meta_unit .date-m {
  color: #0045a6;
  display: inline;
}
.blog_layout_grid .post_list_item_title {
  padding-right: 0px;
  font-size: 23px;
  line-height: 1.3;
}
.blog_layout_grid .post_list_cats a {
  color: #0045a6 !important;
}
.blog_layout_grid .post_list_cats a:hover {
  text-decoration: underline;
}
.blog #wrapper #main {
  padding-bottom: 0px;
}
.blog .entry-header {
  padding: 30px 0 15px;
}
.blog .entry-header .entry-title h1 {
  text-transform: none;
}
.blog .blog_layout_grid .post_list_content_unit {
  margin-bottom: 50px;
}
.blog .blog_layout_grid .post_list_content_unit:before, .blog .blog_layout_grid .post_list_content_unit:after {
  display: none;
}
.stm_single_post .stm_post_info .post_title {
  padding: 15px 0 0;
  text-transform: none;
  line-height: 1.2;
  font-size: 42px;
  border: none;
}
@media (max-width: 575px) {
  .stm_single_post .stm_post_info .post_title {
    font-size: 28px;
  }
}
.stm_single_post ol li a, .stm_single_post ul li a {
  color: #0045a6;
  font-size: inherit;
}
.stm_single_post ol li a:hover, .stm_single_post ul li a:hover {
  text-decoration: underline !important;
  color: #0045a6 !important;
}
.stm_single_post .post_meta i {
  color: #707070;
}
.stm_single_post .stm_post_info .stm_post_details .post_by, .stm_single_post .stm_post_info .stm_post_details .comments_num {
  display: none;
}
.stm_single_post a:hover {
  text-decoration: underline !important;
  color: #0045a6 !important;
}
.stm_single_post .blog-author-title h4 {
  margin: 10px 0;
  font-size: 20px;
}
@media (max-width: 575px) {
  .stm_single_post .blog-author-title h4 {
    font-size: 18px;
  }
}
.stm_single_post .custom_post_info .post_thumbnail {
  margin-bottom: 20px;
  margin-top: 15px;
}
.stm_single_post .custom_post_info .stm_post_details .post_meta li {
  margin-right: 12px;
}
.stm_single_post .custom_post_info .cat-link {
  font-weight: 600;
  padding: 10px 15px;
  background: #f0f4fa;
  margin-right: 6px;
  border-radius: 50px;
  font-size: 14px;
  display: inline-block;
}
.stm_single_post .custom_post_info .cat-link span {
  margin: 0 !important;
}
.stm_single_post .custom_post_info .stm_post_share {
  float: right;
}
@media (max-width: 575px) {
  .stm_single_post .custom_post_info .stm_post_share {
    float: left;
  }
}
.stm_single_post .custom_post_info .stm_post_details .post_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.stm_single_post .custom_post_info .apss-social-share {
  padding: 0;
  display: flex;
}
.blog-item p {
  margin-bottom: 20px;
}
.blog-item li {
  color: #848484;
}
.blog-item li h4 {
  margin-top: 36px;
}
.blog-item li:first-child h4 {
  margin-top: 10px;
}
.blog-item strong {
  font-family: "ProximaNova-Bold", sans-serif;
}
.blog-item .stm_author_box .author_avatar .author_info {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  html .stm_single_post h2, body .stm_single_post h2, html .stm_single_post .h2, body .stm_single_post .h2 {
    font-size: 42px;
  }
}
.tenpu_blog_slider i {
  color: #003c91;
  font-size: 35px;
}
.tenpu_blog_slider span.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.tenpu_blog_slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
}
.single-post.postid-11288 .elementor-widget:not(:last-child) {
  margin-bottom: auto;
}
.tenpu_blog_slider .elementor-image-carousel.swiper-wrapper {
  margin-bottom: 20px;
}
.post_list_auther {
  font-size: 13px;
  color: #0045a6;
  position: relative;
  top: -11px;
}
@media (min-width: 993px) {
  .explore-box {
    position: relative;
  }
  .explore-box a {
    transition: none;
  }
  .explore-box .elementor-image-box-content {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    padding: 10px 40px;
  }
  .explore-box .elementor-image-box-description {
    font-size: 0;
    opacity: 0;
    text-align: left;
    color: #fff;
    font-family: "ProximaNova-Light";
  }
  .explore-box .elementor-image-box-description a {
    color: #fff !important;
    display: block;
    padding: 0px 40px;
  }
  .explore-box h3 {
    margin: 0;
    color: #0e2244;
    color: #0045a6;
    font-size: 46px;
  }
  .explore-box h3 a {
    background-color: rgba(255, 255, 255, 0.45);
    display: inline-block;
    min-width: 300px;
  }
  .explore-box .elementor-image-box-img {
    margin: 0 !important;
    position: relative;
  }
  .explore-box .elementor-image-box-img:before {
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    position: absolute;
    background-color: rgba(28, 29, 68, 0);
    transition: all 0.1s ease-in-out;
  }
  .explore-box .elementor-image-box-wrapper:hover .elementor-image-box-img:before {
    background-color: rgba(28, 29, 68, 0.7);
  }
  .explore-box .elementor-image-box-wrapper:hover .elementor-image-box-description {
    font-size: 20px;
    opacity: 1;
    padding-top: 25px;
  }
  .explore-box .elementor-image-box-wrapper:hover h3 {
    color: #fff;
    text-align: left;
    font-size: 40px;
  }
  .explore-box .elementor-image-box-wrapper:hover h3 a {
    color: #fff !important;
    background: none;
  }
  .explore-section {
    width: 100% !important;
    margin: 0 auto !important;
    position: static !important;
  }
}
@media (max-width: 767px) {
  .explore-box .elementor-image-box-content {
    padding: 0 30px;
  }
  .explore-box h3 {
    margin-top: 0;
  }
  .explore-section .elementor-button-wrapper {
    text-align: center;
  }
}
.expolre__hero-banner {
  display: block !important;
}
.explore-hero__iconbox {
  display: flex;
  justify-content: flex-end;
}
.explore-hero__iconbox ul {
  margin: 15px 12px;
  padding: 0;
}
.explore-hero__iconbox ul li {
  background-color: #0045a6;
  padding: 25px;
  border-radius: 28px;
  color: white;
  list-style: none;
  display: inline-block;
  width: 170px;
  height: 171px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.explore-hero__iconbox ul li:hover img, .explore-hero__iconbox ul li:hover h5 {
  opacity: 0.5;
  transition: 0.3s;
}
.explore-hero__iconbox ul li .explore_icon-img {
  max-width: 91px;
  margin: auto;
}
.explore-hero__iconbox ul li .explore_icon-img img {
  transition: 0.3s;
}
.explore-hero__iconbox ul li h5 {
  font-size: 18px;
  padding: 0;
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: 0.3s;
}
.explore-hero__iconbox .explore__icon-box-mb-30 {
  margin-top: 50px;
}
@media (min-width: 991px) and (max-width: 1100px) {
  .explore-hero__iconbox {
    flex-wrap: wrap;
  }
  .explore-hero__iconbox .explore__ul3 {
    margin-top: -28px;
  }
  .explore-hero__iconbox .explore__icon-box-mb-30 {
    margin-top: 0px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .expolre__hero-banner {
    margin-bottom: 45px !important;
    padding: 45px 0px 25px 0px !important;
  }
  .expolre__hero-banner h1 {
    line-height: 38px !important;
    font-size: 28px !important;
  }
  .expolre__hero-banner .explore-hero__iconbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .expolre__hero-banner .explore-hero__iconbox ul {
    margin: 15px 6px;
    margin-top: 0px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul li {
    padding: 15px;
    width: 110px;
    height: 110px;
    border-radius: 12px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul li .explore_icon-img img {
    max-width: 60%;
    margin: auto;
  }
  .expolre__hero-banner .explore-hero__iconbox ul li h5 {
    font-size: 12px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul.explore__icon-box-mb-30 {
    margin-top: 0px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul.explore__ul3 {
    margin-top: 0px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  .expolre__hero-banner .explore-hero__iconbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .expolre__hero-banner .explore-hero__iconbox ul {
    margin: 15px 3px;
    margin-top: 0px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul li {
    padding: 15px;
    width: 100px;
    height: 98px;
    border-radius: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul li .explore_icon-img img {
    max-width: 60%;
    margin: auto;
  }
  .expolre__hero-banner .explore-hero__iconbox ul li h5 {
    font-size: 12px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul.explore__icon-box-mb-30 {
    margin-top: 0px;
  }
  .expolre__hero-banner .explore-hero__iconbox ul.explore__ul3 {
    margin-top: 0px;
  }
}
.npu-courses__mater-slider .fireside-slider__btn {
  padding: 7px 62px !important;
  margin-left: 20px !important;
  margin-top: 30px !important;
  margin-left: 20px !important;
  font-family: ProximaNova-Regular !important;
}
@media (min-width: 480px) and (max-width: 768px) {
  .npu-courses__mater-slider .fireside-slider__btn {
    margin-left: 13px !important;
  }
}
.npu-courses__mater-slider .fireside-slider__btn a {
  color: white;
  font-family: ProximaNova-Regular !important;
}
.npu-courses__mater-slider .fireside-slider__btn a:hover {
  color: white !important;
}
@media (min-width: 0px) and (max-width: 800px) {
  .npu-courses__mater-slider .fireside-slider__btn a {
    font-size: 16px !important;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .npu-courses__mater-slider .fireside-slider__btn {
    margin-top: 28px !important;
    padding: 7px 30px !important;
  }
}
rs-layer.proxima-sr {
  line-height: initial !important;
  padding-left: 20px !important;
}
@media (min-width: 0px) and (max-width: 800px) {
  rs-layer.proxima-sr {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    top: -20px !important;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  rs-layer.proxima-sr {
    max-width: 229px !important;
  }
  rs-layer.proxima-sr br {
    display: none;
  }
}
rs-layer.proxima-sr-bold {
  padding-left: 20px !important;
}
@media (min-width: 0px) and (max-width: 800px) {
  rs-layer.proxima-sr-bold {
    top: -30px !important;
    line-height: initial !important;
  }
}
rs-layer.proxima-sr-bold span {
  font-size: 45px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  rs-layer.proxima-sr-bold span {
    font-size: 35px !important;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  rs-layer.proxima-sr-bold span {
    font-size: 16px !important;
  }
}
.npu-courses__slider-cat .webinar-home {
  background-color: transparent;
  padding: 0px 0px;
}
.npu-courses__slider-cat .webinar-home .wpcap-grid {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.npu-courses__slider-cat .webinar-home .wpcap-grid .elementor-grid {
  width: 100%;
  display: flex !important;
}
.npu-courses__slider-cat .webinar-home .wpcap-grid .elementor-grid .wpcap-post {
  max-width: 350px;
}
.npu-courses__slider-cat .webinar-home .wpcap-grid .elementor-grid .wpcap-post .post-grid-thumbnail img {
  height: 241px;
}
.npu-courses__slider-cat .webinar-home .post-grid-text-wrap {
  min-height: 115px;
  display: flex;
  justify-content: center;
  border: solid 1px #cacaca;
  margin-top: -5px;
  border-top: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767px) {
  .orbit-logo img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .orbit-top-sec h1 {
    font-size: 28px;
  }
}
.orbit-tech-sec p {
  font-size: 24px;
  font-family: ProximaNova-Bold;
  color: white;
}
@media (max-width: 767px) {
  .orbit-tech-sec p {
    font-size: 20px;
  }
}
.orbit-tech-sec h5 {
  font-family: ProximaNova-Bold;
  color: white;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .orbit-events-sec .orbit-bg > .elementor-element-populated {
    background: none !important;
  }
}
.orbit-events-sec .elementor-icon-box-wrapper {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .orbit-events-sec .elementor-icon-box-wrapper {
    margin-bottom: 15px;
  }
}
.orbit-events-sec .elementor-icon-box-icon {
  margin-top: 12px;
}
.orbit-events-sec .elementor-icon-box-content h4 {
  margin-top: 5px;
}
.orbit-opp-sec .elementor-icon-box-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .orbit-opp-sec .elementor-icon-box-wrapper {
    margin-bottom: 15px;
  }
}
.orbit-opp-sec .elementor-icon-box-icon {
  margin-top: 15px;
}
.orbit-form .row input[type=email], .orbit-form .row input[type=tel], .orbit-form .row input[type=text], .orbit-form .row textarea {
  background: #fff;
}
.orbit-form .row .wpcf7-submit:active {
  box-shadow: inset 0 1px 3px #fff;
  border: solid 1px #002353;
}
.orbit-form .wpcf7 .ajax-loader {
  display: block;
  background: url(https://10pearlsuniversity.org/wp-content/themes/masterstudy-child/assets/img/ajax_loader_2.gif);
  text-align: center;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  margin: 10px 0;
  height: 30px;
  background-size: 30px 30px;
}
.events-top-sec .elementor-inner-section .elementor-container {
  margin: 0 auto !important;
}
.events-top-sec .event__banner-content p {
  color: white;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .events-top-sec .event__banner-content p {
    font-size: 20px;
  }
}
.events-top-sec .event__banner-content img {
  max-width: 170px;
}
.events__slider_section .ess-content p {
  color: #848484;
  font-size: 24px;
}
.events-grid {
  color: white;
}
.events-grid .event_archive_item {
  background-color: #002a63;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.events-grid .event-grid-thumb-bg {
  background-size: auto 400px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.25;
  border-radius: 6px;
  background-position: center center;
  filter: brightness(0.5);
}
.events-grid .event-grid-content {
  position: relative;
  z-index: 2;
  padding: 0 25px;
}
.events-grid .event-col {
  width: 33.33333333%;
  width: 32.33333333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .events-grid .event-col {
    width: 47.33333333%;
  }
}
@media (max-width: 575px) {
  .events-grid .event-col {
    width: 94%;
  }
}
.events-grid .event-col .event_archive_item .title {
  font-size: 21px;
  line-height: 26px;
  color: #aeddd3;
  height: 78px;
  overflow: hidden;
  margin: 25px 0 15px;
}
@media (max-width: 575px) {
  .events-grid .event-col .event_archive_item .title {
    height: auto;
  }
}
.events-grid .event-col .event_archive_item .event_location, .events-grid .event-col .event_archive_item .event_start {
  color: #fff;
  font-size: 16px;
}
.events-grid .event-col .event_archive_item .event_start {
  font-weight: bold;
}
.events-grid .event-col .event_archive_item .btn {
  background: none;
  border: solid 2px #fff;
  border-radius: 3px;
  display: block;
  padding: 10px 10px;
  margin-bottom: 25px;
}
.events-grid .event-col .event_archive_item .btn:hover {
  background: #0045a6;
}
.events-grid .event-grid-summ {
  margin-top: 10px;
}
.events-grid .event-grid-summ p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .events-grid .event-grid-summ p {
    line-height: 24px !important;
    height: 74px;
    overflow: hidden;
  }
}
.events-grid .nav.nav-tabs {
  max-width: 350px;
  margin-left: -10px;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.events-grid .nav.nav-tabs > li a {
  border: none !important;
  font-size: 20px;
  background: none;
  text-align: center;
  color: #707070;
}
.events-grid .nav.nav-tabs > li.active a {
  background-color: #eff6ff;
  color: #0045a6 !important;
}
.events-grid .tab-content {
  position: relative;
}
.events-grid .tab-content > .tab-pane {
  display: block;
  opacity: 0;
  position: absolute;
  width: 835px;
  z-index: -1;
}
.events-grid .tab-content > .tab-pane .event-col {
  /*position: absolute; */
}
.events-grid .tab-content > .active {
  opacity: 1;
  z-index: 1;
  position: static;
}
.events-grid .tab-content > .active .event-col {
  /* position: relative; */
}
.events-grid .owl-carousel .event-col {
  width: 100%;
}
.events__slider_section .event-nav-btn {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.events__slider_section .event_btn-slide, .events__slider_section .up_event_btn-slide {
  border: 2px solid #292c6d !important;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #292c6d;
}
.events__slider_section .event_btn-slide:hover, .events__slider_section .up_event_btn-slide:hover {
  background-color: #eff6ff;
}
.events__slider_section .owl-nav {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .events__slider_section .owl-nav {
    /*position: absolute;
            left: -495px;
            margin-top: -100px;*/
  }
}
.events__slider_section .owl-nav .owl-prev, .events__slider_section .owl-nav .owl-next {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.events__slider_section .page-numbers {
  display: none;
}
.events-upcoming-grid .owl-nav {
  display: none;
}
/*=========== Inner Event Page ===========*/
.single-event-page {
  padding: 45px 0 10px 0;
}
.event-heading-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.event-date-container {
  min-width: 74px;
  width: 74px;
  height: 74px;
  background-color: #0045a6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.event-date-container .event-date {
  line-height: 1.3 !important;
  color: white;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  text-align: center;
  padding: 0 1px;
}
.event-main-heading {
  padding-left: 19px;
  color: #0045a6;
}
.event-main-heading span {
  font-size: 20px;
  font-weight: bold;
}
.event-main-heading h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
}
.event-details-row {
  display: flex;
  justify-content: space-between;
}
.event-left-col {
  width: 68.5%;
}
.event-left-col ol li, .event-left-col ul li {
  color: #848484;
}
.event-img-container {
  margin-bottom: 30px;
}
.event-img-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.event-right-col {
  width: 28%;
}
.event-right-col .event-details {
  border: 2px solid #0045a6;
  padding: 30px 22px 10px 25px;
  border-radius: 12px;
  margin-bottom: 21px;
}
.event-right-col h4 {
  color: #0045a6;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px 0;
  line-height: 1.2;
}
.event-right-col ul {
  padding: 0px;
}
.event-right-col ul li {
  display: flex;
  margin-bottom: 25px;
}
.event-right-col ul li img {
  width: 34px;
  height: auto;
  margin-top: 5px;
}
.event-right-col .event-detail {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  font-size: 17px;
}
.event-right-col .event-detail .event-detail-val {
  font-weight: bold;
}
.event-right-col .event-detail span:nth-child(1) {
  color: #707070;
}
.event-right-col .event-detail span:nth-child(2) {
  color: #0045a6;
}
.event-right-col .alert-success {
  background-color: #66BB6A;
  color: white;
}
.event-right-col .alert-success.loading {
  background-color: white;
  border: none;
}
.join-event-btn {
  border-radius: 4px;
  width: 100%;
  padding: 15px 20px;
  text-transform: uppercase;
}
.single-event-page .join-event-btn:hover, .join-event-btn:hover {
  text-decoration: none !important;
  color: white !important;
}
.event-desc h3 {
  margin-top: 0;
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .events__slider_section .events__slider-left-col {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .single-event-page {
    padding: 30px 0 10px 0;
  }
  .single-event-page .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .event-date-container {
    width: 78px;
    height: 78px;
  }
  .event-left-col, .event-right-col {
    width: 100%;
  }
  .event-details-row {
    flex-direction: column;
  }
  .events-grid .tab-content > .tab-pane {
    width: 96vw;
  }
}
@media screen and (max-width: 576px) {
  .event-main-heading h1 {
    font-size: 28px;
  }
  .event-main-heading span {
    font-size: 18px;
    font-weight: normal;
  }
  .event-date-container .event-date {
    font-size: 18px;
  }
  .event-right-col h4 {
    font-size: 24px;
  }
  .event-desc p {
    font-size: 18px;
  }
  .events-grid .tab-content > .tab-pane {
    width: 94vw;
  }
  .events-upcoming-grid .owl-nav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .events__slider_section > .elementor-container {
    max-width: 1350px;
  }
}
@media screen and (min-width: 1400px) {
  .events__slider_section > .elementor-container {
    max-width: 1440px;
  }
}
/*=========== Form Event Page ===========*/
.event-sponsor-form {
  background-color: #eff6ff;
  margin-top: 50px;
}
.event-sponsor-form h3 {
  margin: 40px 0 30px;
}
.event-sponsor-form .wpcf7-form-control-wrap.sponsor {
  padding-top: 8px;
  display: block;
}
/*=========== Homepage Events ===========*/
.event_hp_item {
  padding-right: 35px;
}
.event_hp_item .event_hp_item_title h3 {
  font-size: 20px;
  line-height: 1.35;
}
.event_hp_item .event_hp_item_org {
  font-size: 17px;
  margin-bottom: 15px;
}
.event_hp_item p .btn-default {
  background: none !important;
  color: #0045a6 !important;
  padding: 8px 25px;
  width: auto;
  min-width: inherit;
  border: solid 2px #0045a6;
  border-radius: 2px;
  display: none;
}
.event_hp_item p .btn-default:hover {
  color: #fff !important;
  background: #0045a6 !important;
}
.home-events-section .event-date-container {
  opacity: 0.65;
}
.home-events-section .upcoming {
  opacity: 1;
}
.home-events-section .owl-dots {
  margin-top: 15px;
}
.home-events-section .owl-dots .owl-dot {
  border: none;
  background: #0045a6;
  opacity: 0.2;
  width: 10px;
  height: 10px;
}
@media (max-width: 575px) {
  .home-events-section .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}
.home-events-section .owl-dots .owl-dot.active {
  opacity: 1;
}
.page-template-view_certificate .container, .page-template-share_certificate .container {
  max-width: 1242px;
  padding: 0;
}
.cer-cols {
  display: flex;
}
.cer-col-left {
  width: 932px;
}
.cer-col-right {
  width: 305px;
  padding-left: 30px;
}
.certificate-wrapper {
  padding: 15px;
  border: solid 1px #aaa;
}
#certificate {
  width: 100%;
  height: 600px;
  margin: auto;
  position: relative;
  background: url("/wp-content/uploads/2022/10/certificate_bg_3.png") top center no-repeat;
  font-size: 20px;
  max-width: 900px;
}
.cert-content {
  position: absolute;
  left: 24%;
  height: auto;
  top: 10%;
  width: 67%;
  pointer-events: none;
}
.cert-id {
  text-align: right;
  font-size: 13px;
  font-size: 0.655em;
  margin-bottom: 30px;
}
.cert-id span {
  text-transform: uppercase;
}
.cert-content h3 {
  font-size: 1.25em;
  margin: 0;
}
.cert-content h4 {
  font-size: 1.75em;
  color: #002147;
  margin-top: 6px;
}
.cert-content p {
  font-size: 0.925em;
  margin: 10px 0;
  line-height: 1.2 !important;
  color: #000000;
}
.cert-content h1 {
  font-size: 2em;
  line-height: 1.17;
  color: #0045a6;
  margin: 0 0 20px 0;
}
.cert-content h5 {
  font-size: 0.925em;
  margin: 0;
  margin-top: 5px;
  color: #002147;
}
.cert-footer {
  margin-top: 20px;
}
.cert-footer img {
  max-width: 100%;
  height: auto;
}
.cer-val-note {
  margin: 20px 0 10px;
}
.bold-blue {
  color: #0045a6;
  font-family: ProximaNova-Bold;
}
.cer-val-note strong {
  font-family: ProximaNova-Bold;
}
.cer-col-right h2 {
  font-size: 24px;
  margin-top: 0;
}
.cer-user-info {
  margin-bottom: 30px;
}
.cer-user {
  display: flex;
  align-items: center;
}
.cer-user .cer-user-title {
  margin: 0;
}
.cer-user img {
  border-radius: 50%;
  height: auto;
  max-width: 40px;
  margin-right: 10px;
}
.cer-course .cer-course-title {
  color: #0045a6;
  line-height: 1.36;
  font-family: ProximaNova-Bold;
  margin: 10px 0 0;
}
.cer-course .cer-course-author {
  font-size: 14px;
}
.cer-course .stm_lms_courses__single--info_rate {
  display: flex;
  align-items: center;
}
.cer-course .average-rating-stars__av {
  margin: 6px 0 0 6px;
}
.cer-download .stm_lms_course_completed_summary__certificate {
  padding: 18px 12px;
  margin: 20px 0;
  background: #0045a6;
  color: white;
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
  border-radius: 4px !important;
}
.cer-download .stm_lms_course_completed_summary__certificate i {
  color: white;
}
.cer-download .stm_cus_download_certificate {
  display: block;
  /* margin: 20px 0; */
  font-size: 17px;
  text-align: center;
  text-transform: capitalize;
  padding: 17px 12px;
  color: white !important;
}
.cer-download .stm_cus_download_certificate i {
  margin-right: 5px;
}
.cer-download .stm_cus_download_certificate:hover {
  background: #08377a;
}
.cer-download .loader-container {
  width: 100%;
  height: 70px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 115;
  position: relative;
  top: -84px;
  min-height: 70px;
  background-color: rgba(255, 255, 255, 0.75);
}
.cer-download .loader-container.loading {
  display: block;
  min-height: 70px;
}
.cer-share {
  margin: 20px 0 10px;
}
.cer-share:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.75;
}
.cer-share.loading:after {
  display: block;
}
.cer-share-row {
  display: flex;
  padding: 10px 0px;
}
.cer-share-title {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 15px;
  width: 150px;
}
.cer-share-val {
  flex-grow: 1;
  flex-basis: content;
}
.cer-share-val button {
  position: absolute;
  left: 6px;
  top: 5px;
  padding: 10px 15px;
  border: none;
  background: none;
  background: #0045a6;
  color: white;
  border-radius: 4px;
  width: 225px;
  text-align: center;
  transition: all 0.25s ease;
}
.cer-share-val button i {
  margin-left: 12px;
}
.cer-share-val button:hover {
  background: #08377a;
}
.certificate-url {
  padding-left: 250px;
  position: relative;
  overflow: hidden;
}
#certificateURL {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  opacity: 1;
}
.cer-share.loading #certificateURL {
  opacity: 0;
}
#copiedMsge {
  position: fixed;
  left: 50%;
  top: 90px;
  z-index: 99999;
  margin-left: -100px;
  width: 200px;
  text-align: center;
}
.cer-download .stm_lms_course_completed_summary, .cer-download .stm_share_certificate, .cer-col-left .socials--secondary {
  display: none !important;
}
.cer-social-share {
  width: 300px;
}
.cer-social-share ul {
  list-style-type: none;
  padding: 0;
}
.cer-social-share ul li {
  display: inline-block;
}
.cer-social-share ul li a {
  font-size: 18px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333;
  line-height: 32px;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  border-radius: 4px;
  margin-left: 2px;
}
.cer-social-share ul li a:hover {
  color: #fff !important;
  top: -3px;
}
.cer-social-share ul li.cer-facebook a {
  background-color: #3b5998;
  margin-left: 20px;
}
.cer-social-share ul li.cer-twitter a {
  background-color: #1dcaff;
}
.cer-social-share ul li.cer-linkedin a {
  background-color: #3f729b;
}
.cer-social-share:before {
  top: 4px;
  left: 141px;
  border-color: rgba(0, 0, 0, 0.15);
  width: 24px;
  height: 24px;
}
.cer-social-share:after {
  content: "";
  width: 100%;
  display: none;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.05;
  z-index: 2;
}
.cer-social-share.loading:after {
  display: block;
}
/*=========== Pathway Certificate =======*/
.pathway-certificate .certificate-wrapper {
  padding: 0;
  border: none;
}
.pathway-certificate #certificate {
  /*background: url('/wp-content/uploads/2024/03/pathway_certificate_bg.png') top right no-repeat;*/
  background: none;
  background-size: contain;
  height: 588px;
  display: flex;
  align-items: center;
}
.pathway-certificate .certificate-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pathway-certificate .cert-content {
  position: static;
  width: 71%;
  margin-left: 8%;
}
.pathway-certificate .cert-content h1 {
  margin: 0 0 35px 0;
}
.pathway-certificate .cert-content h4 {
  margin-bottom: 12px;
  margin-top: 6px;
}
.pathway-certificate .cert-content h5 {
  margin-top: 25px;
}
.pathway-certificate .cert-footer {
  margin-top: 10px;
}
@media (max-width: 980px) {
  .page-template-view_certificate .container, .page-template-share_certificate .container {
    padding: 0 10px;
  }
  .cer-cols {
    flex-direction: column;
  }
  .cer-col-left, .cer-col-right {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cer-col-right {
    padding-top: 30px;
  }
  .certificate-wrapper {
    padding: 5px;
  }
  #certificate {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  #certificate {
    height: 490px;
    max-width: 735px;
    font-size: 0.825em;
  }
}
@media (max-width: 980px) {
  #certificate {
    height: 600px;
    max-width: 900px;
    font-size: 1em;
  }
  .cert-footer {
    margin-top: 15px;
  }
  .pathway-certificate #certificate {
    margin: 0;
    background-position: center left;
  }
}
@media (max-width: 900px) {
  #certificate {
    height: 572px;
    max-width: 858px;
    font-size: 0.915em;
  }
  .pathway-certificate #certificate {
    height: 572px;
  }
}
@media (max-width: 820px) {
  #certificate {
    height: 511px;
    max-width: 766px;
    font-size: 0.905em;
  }
  .pathway-certificate #certificate {
    height: 510px;
  }
}
@media (max-width: 768px) {
  .cer-col-right h2 {
    font-size: 20px;
  }
  #certificate {
    height: 484px;
    max-width: 726px;
    font-size: 0.815em;
  }
  .cert-id {
    font-size: 0.755em;
    margin-bottom: 15px;
  }
  .cert-content h4 {
    margin: 0;
  }
  .cert-content p {
    margin: 7px 0;
  }
  .cert-content h1 {
    margin: 0 0 10px 0;
  }
  .cert-footer {
    margin-top: 5px;
  }
  .pathway-certificate #certificate {
    height: 484px;
  }
  .pathway-certificate .cert-content h1 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 700px) {
  #certificate {
    height: 439px;
    max-width: 658px;
    font-size: 0.685em;
  }
  .pathway-certificate #certificate {
    height: 438px;
  }
  .cert-id {
    font-size: 0.805em;
  }
}
@media (max-width: 640px) {
  #certificate {
    height: 399px;
    max-width: 598px;
  }
  .pathway-certificate #certificate {
    height: 398px;
  }
}
@media (max-width: 600px) {
  #certificate {
    height: 372px;
    max-width: 558px;
    font-size: 0.585em;
  }
  .pathway-certificate #certificate {
    height: 372px;
  }
  .cert-content p {
    margin: 5px 0;
  }
}
@media (max-width: 576px) {
  #certificate {
    height: 356px;
    max-width: 534px;
  }
  .pathway-certificate #certificate {
    height: 356px;
  }
  .cert-id {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #certificate {
    height: 295px;
    max-width: 450px;
  }
  .pathway-certificate #certificate {
    height: 292px;
  }
  .pathway-certificate .cert-content h1 {
    margin: 0 0 15px 0;
  }
  .pathway-certificate .cert-content h4 {
    margin-bottom: 6px;
    margin-top: 0px;
  }
  .pathway-certificate .cert-content h5 {
    margin-top: 25px;
  }
  .cert-content {
    top: 9%;
  }
}
@media (max-width: 420px) {
  #certificate {
    height: 275px;
    font-size: 0.525em;
    max-width: 390px;
  }
  .cert-content h1 {
    margin: 0 0 6px 0;
  }
  .pathway-certificate #certificate {
    height: 254px;
  }
  .pathway-certificate .cert-content h5 {
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  #certificate {
    height: 248px;
    font-size: 0.485em;
    max-width: 340px;
  }
  .cert-content {
    left: 22%;
    width: 72%;
  }
  .cert-id {
    margin-bottom: 5px;
  }
  .cert-content p {
    margin: 0 0 4px 0;
  }
  .cert-content h1 {
    font-size: 1.65em;
    margin: 0 0 5px 0;
  }
  .pathway-certificate #certificate {
    height: 228px;
  }
}
#buddypress .stm_lms_instructor_courses__grid {
  animation: lateAnim 0s 1s forwards;
  visibility: hidden;
}
#buddypress .stm-lms-user-courses h4 {
  animation: lateAnim 0s 1.2s forwards;
  visibility: hidden;
}
@keyframes lateAnim {
  to {
    visibility: visible;
  }
}
/*# sourceMappingURL=custom-style.css.map */