/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #252525;
}
a {
  transition: all 0.3s;
  text-decoration: none;
}
*:focus {
  outline: none !important;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
label {
  font-weight: normal;
  color: #0a0a0a;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
#sp-header .logo {
  height: 90px;
  margin: 0;
  transition: all 0.3s;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-header.type-overlay {
  position: fixed;
}
#sp-header.style-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (min-width: 1400px) {
  #sp-header.style-1 .container {
    max-width: 1700px;
  }
}
#sp-header.style-1 .container-inner {
  display: flex;
  justify-content: space-between;
}
#sp-header.style-1 .header-left {
  display: flex;
}
#sp-header.style-1 .header-right {
  display: flex;
  align-items: center;
  color: #fff;
}
#sp-header.style-1 .header-right a {
  color: #fff;
}
#sp-header.style-1 .header-right .sp-module {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
#sp-header.style-1 .header-right .sp-module .search_icon {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sp-header.style-1 .header-right .sp-module:before {
  position: absolute;
  top: 10px;
  right: 1px;
  bottom: 10px;
  width: 1px;
  content: "";
  background-color: rgba(255, 255, 255, .3);
}
#sp-header.style-1 .header-right .sp-module i {
  font-size: 24px;
}
#sp-header.style-1 .header-right .sp-module:last-child {
  margin-right: 0;
  padding-right: 0;
}
#sp-header.style-1 .header-right .sp-module:last-child:before {
  display: none;
}
#sp-header.style-1 .header-right .sp-module .vmCartModule .icon {
  padding-bottom: 10px;
  padding-top: 10px;
}
#sp-header.style-1 .header-right .sp-module .vmCartModule a {
  color: initial;
}
#sp-header.style-1 #sp-logo {
  margin-right: 50px;
}
#sp-header.style-1.header-sticky {
  background-color: #000;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
#sp-header.style-1 .login_link i {
  margin-right: 5px;
}
#sp-header.style-1 .login_link a {
  color: #fff;
}
#sp-header.style-1.type-overlay:not(.header-sticky) {
  background-color: transparent;
}
#sp-header.style-2 .vmCartModule .icon > span {
  background-color: #fff;
  color: #0a0a0a;
}
#sp-header.style-2 #sp-logo .logo-area {
  display: flex;
  align-items: center;
}
#sp-header.style-2 #sp-logo .logo-area .mod-splms-course-search {
  margin-left: 50px;
}
#sp-header.style-2 #sp-logo .logo-area .mod-splms-course-search .course-search-inner .splms-coursesearch-input {
  margin-top: 0;
  border: none;
  border-radius: 30px;
  width: 500px;
  padding: 0 25px;
}
#sp-header.style-2 #sp-logo .header-right {
  display: flex;
  align-items: center;
}
#sp-header.style-2 #sp-logo .header-right a {
  color: #a4a4a4;
}
#sp-header.style-2 #sp-logo .header-right a:hover {
  color: #fff;
}
#sp-header.style-2 #sp-logo .header-right .sp-module {
  margin-left: 15px;
  position: relative;
  padding-left: 15px;
}
#sp-header.style-2 #sp-logo .header-right .sp-module:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, .3);
  width: 1px;
  height: 26px;
  transform: translate(0, -50%);
}
#sp-header.style-2 #sp-logo .header-right .sp-module:first-child:before {
  display: none;
}
#sp-header.style-2 #sp-logo .sp-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sp-header.style-2 #sp-menu {
  background-color: #141414;
}
#sp-header.style-2 #sp-menu .menu-right {
  display: flex;
  align-items: center;
}
#sp-header.style-2 #sp-menu .menu-right .sp-module {
  margin-left: 30px;
}
#sp-header.style-2 #sp-menu .menu-right a {
  color: #a4a4a4;
}
#sp-header.style-2 #sp-menu .menu-right a:hover {
  color: #fff;
}
#sp-header.style-2 #sp-menu .sp-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sp-header.style-2 .header-area {
  padding-bottom: 20px;
  padding-top: 20px;
}
#sp-header.style-2 .logo {
  height: 58px;
}
#sp-header.style-2 .login_link a {
  color: #a4a4a4;
}
#sp-header.style-2 .login_link a:hover {
  color: #fff;
}
#sp-header.style-2 .sp-megamenu-parent {
  float: none;
}
#sp-header.style-2 .sp-megamenu-parent > li > a, #sp-header.style-2 .sp-megamenu-parent > li > span {
  line-height: 65px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
#sp-header.style-2 .custom p {
  margin-bottom: 0;
}
#sp-header.style-3 .custom p {
  margin-bottom: 0;
}
#sp-header.style-3 .sp-top-bar {
  padding-top: 15px;
  padding-bottom: 5px;
}
#sp-header.style-3 .sp-top-bar a {
  color: #fff;
}
#sp-header.style-3 .sp-top-bar ul {
  margin-bottom: 0;
  padding-left: 0;
}
#sp-header.style-3 .sp-top-bar ul li {
  list-style: none;
  line-height: 30px;
  padding-right: 15px;
  display: inline-block;
}
#sp-header.style-3 .sp-top-bar .container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sp-header.style-3 .sp-top-bar .top-bar-2 {
  display: flex;
  align-items: center;
}
#sp-header.style-3 .sp-top-bar .top-bar-2 .sp-module {
  padding-left: 15px;
}
#sp-header.style-3.type-overlay {
  background-color: transparent;
  position: absolute;
  color: #fff;
}
#sp-header.style-3 .element-sticky {
  padding-top: 15px;
  padding-bottom: 15px;
}
#sp-header.style-3 .element-sticky .container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sp-header.style-3 .element-sticky.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
}
#sp-header.style-3 .sp-megamenu-parent {
  float: none;
}
#sp-header.style-3 .logo-area {
  display: flex;
  align-items: center;
}
#sp-header.style-3 .logo-area .mod-splms-course-search {
  margin-left: 20px;
}
#sp-header.style-3 .logo-area .mod-splms-course-search .course-search-inner .splms-coursesearch-input {
  margin-top: 0;
  border-radius: 25px;
  width: 400px;
  padding: 0 30px;
  border: none;
}
#sp-header.style-4 .custom p {
  margin-bottom: 0;
}
#sp-header.style-4 .sp-top-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2441e7;
}
#sp-header.style-4 .sp-top-bar a {
  color: #fff;
}
#sp-header.style-4 .sp-top-bar ul {
  margin-bottom: 0;
  padding-left: 0;
}
#sp-header.style-4 .sp-top-bar ul li {
  list-style: none;
  line-height: 30px;
  padding-right: 15px;
  display: inline-block;
}
#sp-header.style-4 .sp-top-bar .container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sp-header.style-4 .sp-top-bar .top-bar-2 {
  display: flex;
  align-items: center;
}
#sp-header.style-4 .sp-top-bar .top-bar-2 .sp-module {
  padding-left: 15px;
}
#sp-header.style-4.type-overlay {
  background-color: transparent;
  position: absolute;
  color: #fff;
}
#sp-header.style-4 .element-sticky {
  padding-top: 15px;
  padding-bottom: 15px;
}
#sp-header.style-4 .element-sticky .container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sp-header.style-4 .element-sticky.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
}
#sp-header.style-4 .sp-megamenu-parent {
  float: none;
}
#sp-header.style-4 .logo-area {
  display: flex;
  align-items: center;
}
#sp-header.style-4 .logo-area .mod-splms-course-search {
  margin-left: 20px;
}
#sp-header.style-4 .logo-area .mod-splms-course-search .course-search-inner .splms-coursesearch-input {
  margin-top: 0;
  border: none;
  border-radius: 30px;
}
#sp-header.style-4 .menu-area {
  display: flex;
  align-items: center;
}
#sp-header.style-4 .menu-area .sp-module {
  margin-left: 25px;
}
#sp-header.style-5 .logo {
  height: 58px;
}
@media (min-width: 1400px) {
  #sp-header.style-5 .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
#sp-header.style-5 .custom p {
  margin-bottom: 0;
}
#sp-header.style-5.type-overlay {
  background-color: transparent;
  position: absolute;
  color: #fff;
}
#sp-header.style-5 .element-sticky {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
#sp-header.style-5 .element-sticky .container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sp-header.style-5 .element-sticky.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}
#sp-header.style-5 .sp-megamenu-parent {
  float: none;
}
#sp-header.style-5 .sp-megamenu-parent > li > a, #sp-header.style-5 .sp-megamenu-parent > li > span {
  text-transform: none;
}
#sp-header.style-5 .logo-area {
  display: flex;
  align-items: center;
}
#sp-header.style-5 .logo-area .mod-splms-course-search {
  margin-left: 20px;
}
#sp-header.style-5 .logo-area .mod-splms-course-search .course-search-inner .splms-coursesearch-input {
  margin-top: 0;
  border: none;
  border-radius: 30px;
  background-color: #edeff7;
  width: 232px;
}
@media (min-width: 1400px) {
  #sp-header.style-5 .logo-area .mod-splms-course-search .course-search-inner .splms-coursesearch-input {
    width: 400px;
  }
}
#sp-header.style-5 .menu-area {
  display: flex;
  align-items: center;
}
#sp-header.style-5 .menu-area > .sp-module {
  margin-left: 25px;
  color: #0a0a0a;
}
#sp-header.style-5 .menu-area > .sp-module a {
  color: #0a0a0a;
}
#login_form_popup {
  background-color: #fff;
  max-width: 530px;
  padding: 50px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}
#login_form_popup h2 {
  margin-bottom: 30px;
}
#login_form_popup ul {
  margin-bottom: 0;
  padding-left: 0;
}
#login_form_popup ul li {
  display: inline-block;
  list-style: none;
}
#login_form_popup .remember {
  display: flex;
  justify-content: space-between;
}
#login_form_popup .form-control {
  padding: 0 15px;
  line-height: 45px;
  border-left: none;
  border-radius: 0 5px 5px 0px;
}
#login_form_popup .input-group-text {
  background-color: transparent;
  border-radius: 5px 0 0 5px;
  padding-left: 20px;
  border: 1px solid #ececec;
  padding-right: 0;
}
#login_form_popup button {
  width: 100%;
  padding: 0;
  line-height: 50px;
}
#login_form_popup .mfp-close {
  display: none;
}
#search_popup {
  max-width: 650px;
  margin: 0 auto;
}
#search_popup .mfp-close {
  display: none;
}
#search_popup input[name="searchword"] {
  line-height: 50px;
  padding: 0 30px;
  border: none;
  border-radius: 25px;
}
#search_popup .mod-splms-course-search .splms-course-search-results ul {
  margin: 0;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 115px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 48px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.sp-page-title.header-style-1 {
  text-align: center;
}
.sp-page-title.header-style-1.header-overlay {
  padding-top: 210px;
  padding-bottom: 100px;
}
.sp-page-title.header-style-1 .container {
  position: relative;
}
.sp-page-title.header-style-1 .breadcrumb {
  display: inline-flex;
}
.sp-page-title.header-style-1:before {
  content: '';
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: -webkit-linear-gradient(left, #2441e7 0%, #ff1053 100%);
  background-image: -o-linear-gradient(left, #2441e7 0%, #ff1053 100%);
  background-image: linear-gradient(to right, #2441e7 0%, #ff1053 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2441E7', endColorstr='#FFFF1053', GradientType=1);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 20px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#sp-left .sp-module .tagspopular, #sp-right .sp-module .tagspopular {
  margin: 20px 0 5px;
}
#sp-left .sp-module .tagspopular ul li, #sp-right .sp-module .tagspopular ul li {
  display: inline-block;
  border: none;
}
#sp-left .sp-module .tagspopular ul li a, #sp-right .sp-module .tagspopular ul li a {
  border: 1px solid #f3f3f3;
  padding: 0 10px;
  margin: 4px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  padding: 20px;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin-bottom: 20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 26px;
  font-weight: 600;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #8c0000;
}
.article-list .article .readmore a {
  color: #2d343e;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #8c0000;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #2d343e;
}
.article-info > span a:hover {
  color: #8c0000;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 80px 0 15px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-bottom.bottom_home_3 {
  border-bottom: 1px solid #e5e8ef;
}
#sp-bottom.bottom_home_3 .sp-module .sp-module-title {
  color: #252525;
  text-transform: uppercase;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 15px 0;
}
#sp-footer .container-inner > .row {
  align-items: center;
}
#sp-footer .social-icons li {
  margin-right: 0;
  margin-left: 30px;
}
#sp-footer .social-icons li .fa {
  font-size: 18px;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer1 > .sp-column {
  display: flex;
  align-items: center;
}
#sp-footer #sp-footer1 > .sp-column .sp-module {
  margin-right: 15px;
}
#sp-footer #sp-footer1 > .sp-column .sp-module p {
  margin-bottom: 0;
}
#sp-footer #sp-footer1 > .sp-column .sp-module p img {
  max-height: 56px;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
#sp-copyright {
  text-align: center;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 230px;
}
html.error-page .error-message {
  margin: 0 0 15px;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}
html.error-page span {
  font-size: 16px;
  line-height: 28px;
  max-width: 900px;
  color: #7e7e7e;
  display: block;
  margin: 0 auto 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control), textarea:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus, textarea:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
textarea {
  height: 145px;
}
input[type="submit"] {
  background: #2441e7;
  color: #fff;
  line-height: 50px;
  border: none;
  padding: 0 40px;
  cursor: pointer;
  border-radius: 4px;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
@media (min-width: 1400px) {
  body.helix-ultimate .sppb-row-container, .container {
    max-width: 1350px;
    width: 100%;
  }
}
#rev_slider_1_1.rev_slider:before {
  background-image: -moz-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -webkit-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -ms-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.sppb-btn {
  padding: 10px 30px;
}
.sppb-addon.sppb-addon-module .mod-splms-course-search {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sppb-addon.sppb-addon-module .mod-splms-course-search .course-search-inner input {
  border-radius: 25px;
  border: none;
  padding: 0 30px;
}
.sppb-addon.sppb-addon-module .mod-splms-course-search .splms-course-search-icons {
  right: 20px;
}
.sppb-section.section_z_index_2 {
  z-index: 2 !important;
}
.sppb-section.highlighter-bkg-1:after {
  content: '';
  background-image: url(../images/highlighter-bkg-1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -13px;
  z-index: -1;
  right: 0;
  width: 535px;
  height: 930px;
}
.sppb-section.highlighter-bkg-2:after {
  content: '';
  background-image: url(../images/highlighter-bkg-2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  bottom: -38%;
  z-index: -1;
  left: 0;
  width: 727px;
  height: 987px;
}
.sppb-section.highlighter-bkg-3:after {
  content: '';
  background-image: url(../images/highlighter-bkg-3.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -52%;
  z-index: -1;
  right: 0;
  width: 897px;
  height: 867px;
}
.sppb-section.highlighter-bkg-4:after {
  content: '';
  background-image: url(../images/highlighter-bkg-4.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -34%;
  right: 20px;
  width: 409px;
  height: 677px;
}
.sppb-section.highlighter-bkg-5:after {
  content: '';
  background-image: url(../images/highlighter-bkg-5.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -80%;
  z-index: -1;
  right: 0;
  width: 535px;
  height: 923px;
}
.sppb-section.highlighter-bkg-6:after {
  content: '';
  background-image: url(../images/highlighter-bkg-6.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -65px;
  z-index: -1;
  left: 0;
  width: 727px;
  height: 987px;
}
.sppb-section.highlighter-bkg-7:after {
  content: '';
  background-image: url(../images/highlighter-bkg-7.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 85px;
  z-index: -1;
  right: 0;
  width: 897px;
  height: 867px;
}
.sppb-btn-round {
  padding-left: 30px;
  padding-right: 30px;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  color: #0a0a0a;
}
#sp-page-builder .sppb-section-title .sppb-title-subheading {
  line-height: 1.2;
}
.sp-page-builder .page-content .sppb-section {
  color: #6f7074;
}
.sppb-btn.sppb-btn-link {
  border: 2px solid;
  line-height: 45px;
  padding: 0 55px;
}
.sppb-btn.sppb-btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.sppb-btn.sppb-btn-link.color_white {
  color: #fff;
}
.art_brands.layout_slider_1 .item-logo {
  text-align: center;
}
.art_brands.layout_slider_1 .item-logo img {
  display: inline-block;
}
.addon_art_counter .counter-box {
  text-align: center;
}
.addon_art_counter .counter-box span {
  color: #7e7e7e;
  text-transform: uppercase;
}
.addon_art_counter .counter-box .countup {
  color: #0a0a0a;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 5px;
}
.addon_art_counter.icon_white {
  color: #fff;
}
.addon_art_counter.icon_white .counter-box h4 {
  font-size: 18px;
  color: #fff;
}
.addon_art_counter.icon_white .counter-box .countup {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}
.addon_art_counter.icon_white .counter-box i {
  font-size: 76px;
}
.art_addon_articles.layout_grid1 .item-article {
  position: relative;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.art_addon_articles.layout_grid1 .item-article .post-thumbnail {
  position: relative;
}
.art_addon_articles.layout_grid1 .item-article .post-thumbnail:before {
  top: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #000;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.art_addon_articles.layout_grid1 .item-article .entry-date-time {
  position: absolute;
  top: 22px;
  bottom: auto;
  left: 30px;
  right: auto;
  z-index: 1;
}
.art_addon_articles.layout_grid1 .item-article .entry-date-time .day {
  color: #fff;
}
.art_addon_articles.layout_grid1 .item-article .entry-date-time span {
  display: inline;
  font-weight: 400;
}
.art_addon_articles.layout_grid1 .item-article .content {
  z-index: 1;
  bottom: 22px;
  position: absolute;
  left: 30px;
  width: auto;
  height: auto;
  right: 0;
  padding-right: 30px;
}
.art_addon_articles.layout_grid1 .item-article .content .bottom-info a {
  color: #fafafa;
}
.art_addon_articles.layout_grid1 .item-article .content .bottom-info .list-categories {
  margin-bottom: 5px;
}
.art_addon_articles.layout_grid1 .item-article .content .bottom-info .list-categories a {
  font-size: 14px;
}
.art_addon_articles.layout_grid1 .item-article .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.art_addon_articles.layout_grid1 .item-article .content .title a {
  color: #fff;
}
.art_addon_articles.layout_grid1 .item-article:hover .post-thumbnail:before {
  background-color: #0345bf;
  opacity: 0.8;
}
.art_addon_articles.layout_grid1 .post-thumbnail img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.art_addon_articles.layout_grid2 .item-article {
  position: relative;
}
.art_addon_articles.layout_grid2 .item-article .entry-date-time {
  position: absolute;
  top: 30px;
  font-size: 16px;
  min-width: 78px;
  background-color: #fff;
  left: 30px;
  text-align: center;
  padding: 8px 0;
  border-radius: 5px;
}
.art_addon_articles.layout_grid2 .item-article .entry-date-time .day {
  font-size: 16px;
  margin-bottom: 0px;
}
.art_addon_articles.layout_grid2 .item-article .entry-date-time .month {
  font-size: 14px;
}
.art_addon_articles.layout_grid2 .item-article .post-thumbnail {
  margin-bottom: 20px;
}
.art_addon_articles.layout_grid2 .item-article .title {
  font-size: 26px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 8px;
}
.art_addon_articles.layout_grid2 .item-article .introtext p {
  margin-bottom: 0;
  line-height: 28px;
}
.art_testimonials .slider1 .wrap_addon {
  text-align: center;
  position: relative;
}
.art_testimonials .slider1 .wrap_addon .symbol {
  top: 0;
  display: block;
  position: absolute;
  font-family: nunito, Arial, sans-serif;
  font-weight: 700;
  color: #f1f3f7;
  font-size: 604px;
  line-height: 460px;
  width: auto;
  height: 100%;
  left: calc(100% - 95%);
}
.art_testimonials .slider1 .wrap_addon .slide-thumb {
  margin-bottom: 40px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.art_testimonials .slider1 .wrap_addon .slide-thumb .item-slick {
  display: inline-block;
}
.art_testimonials .slider1 .wrap_addon .slide-thumb .item-slick img {
  display: inline-block;
  border: none;
  padding: 0;
  border-radius: 50%;
  width: 60px;
}
.art_testimonials .slider1 .wrap_addon .slide-thumb .item-slick.slick-center img {
  width: 80px;
}
.art_testimonials .slider1 .wrap_addon .slide-content {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.art_testimonials .slider1 .wrap_addon .slide-content .client {
  margin-bottom: 15px;
}
.art_testimonials .slider1 .wrap_addon .slide-content .client h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.art_testimonials .slider1 .wrap_addon .slide-content .client span {
  font-size: 13px;
  margin-bottom: 20px;
  color: #2441e7;
}
.art_testimonials .slider1 .wrap_addon .slide-content .content {
  line-height: 30px;
}
.art_testimonials .slider2 {
  text-align: center;
}
.art_testimonials .slider2 .slick-list {
  padding: 0 !important;
}
.art_testimonials .slider2 .wrap-dot-slick ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.art_testimonials .slider2 .wrap-dot-slick ul li {
  list-style: none;
  display: inline-block;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  background: #c7c7c7;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 50%;
}
.art_testimonials .slider2 .wrap-dot-slick ul li.slick-active {
  background-color: #2441e7;
  width: 12px;
  height: 12px;
}
.art_testimonials .slider2 .wrap-item {
  opacity: 0.5;
}
.art_testimonials .slider2 .wrap-item .content {
  text-align: left;
  padding: 37px 47px 37px 123px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}
.art_testimonials .slider2 .wrap-item .content:before {
  top: 70px;
  line-height: 60px;
  content: '“';
  font-size: 180px;
  position: absolute;
  color: #d4d4d4;
  font-family: nunito, Arial, sans-serif;
  left: 40px;
}
.art_testimonials .slider2 .wrap-item img {
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 20px;
}
.art_testimonials .slider2 .wrap-item .client {
  margin-bottom: 15px;
}
.art_testimonials .slider2 .wrap-item .client h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.art_testimonials .slider2 .wrap-item .client span {
  font-size: 13px;
  margin-bottom: 20px;
  color: #2441e7;
}
.art_testimonials .slider2 .wrap-item.slick-center {
  opacity: 1;
}
.art_testimonials .slider2 .wrap-item.slick-center .content {
  color: #fff;
  background-color: #2441e7;
}
.art_testimonials .slider2 .wrap-item.slick-center .content:before {
  color: #fff;
}
.art_call_to_action.style_app > h3 {
  color: #fff;
}
.art_call_to_action.style_app .des {
  color: #fff;
}
.art_call_to_action.style_app .list_button {
  display: flex;
  margin-top: 38px;
}
.art_call_to_action.style_app .list_button .app_button {
  padding: 20px 38px;
  margin-right: 30px;
  position: relative;
  color: #fff;
  padding-left: 75px;
}
.art_call_to_action.style_app .list_button .app_button .icon {
  position: absolute;
  left: 30px;
}
.art_call_to_action.style_app .list_button .app_button .icon i {
  font-size: 38px;
}
.art_call_to_action.style_app .list_button .app_button .link_item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, .5);
}
.art_call_to_action.style_app .list_button .app_button .link_item:hover {
  border-color: #fff;
}
.art_call_to_action.style_app .list_button .app_button .content_button h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.art_call_to_action.style_app .list_button .app_button .content_button .content {
  font-size: 14px;
}
.art_call_to_action.style_app_footer .list_button {
  margin-top: -15px;
}
.art_call_to_action.style_app_footer .list_button .app_button {
  color: #969696;
  background-color: #0a0a0a;
  padding: 15px 23px 15px 63px;
  border-radius: 5px;
  position: relative;
  margin-right: -20px;
  margin-bottom: 15px;
}
.art_call_to_action.style_app_footer .list_button .app_button .link_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.art_call_to_action.style_app_footer .list_button .app_button .icon {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 38px;
}
.art_call_to_action.style_app_footer .list_button .app_button .content_button h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.art_call_to_action.style_app_footer .list_button .app_button .content_button .content {
  font-size: 13px;
  line-height: 24px;
}
.sppb-addon-accordion .sppb-panel-modern {
  border: none;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-title {
  font-size: 18px;
  font-weight: 400;
  color: #3b3b3b;
  font-family: Nunito;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-toggle-direction {
  display: none;
}
.sppb-addon-accordion .sppb-panel-modern > .sppb-panel-heading {
  border-radius: 4px;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: #f9fafc;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-body {
  border-top: none;
}
.art_addon_icon_box.layout_contact {
  text-align: center;
}
.art_addon_icon_box.layout_contact .icon_box i {
  font-size: 46px;
  color: #0a0a0a;
}
.art_addon_icon_box.layout_contact h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.art_addon_icon_box.layout_style-1, .art_addon_icon_box.layout_style-2, .art_addon_icon_box.layout_style-3, .art_addon_icon_box.layout_style-4 {
  background: #ecd06f;
  color: #fff;
  padding: 30px 35px;
  border-radius: 5px;
}
.art_addon_icon_box.layout_style-1 .icon_box i, .art_addon_icon_box.layout_style-2 .icon_box i, .art_addon_icon_box.layout_style-3 .icon_box i, .art_addon_icon_box.layout_style-4 .icon_box i {
  color: #fff;
  font-size: 73px;
  line-height: 80px;
}
.art_addon_icon_box.layout_style-1 h3, .art_addon_icon_box.layout_style-2 h3, .art_addon_icon_box.layout_style-3 h3, .art_addon_icon_box.layout_style-4 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.art_addon_icon_box.layout_style-1 .description, .art_addon_icon_box.layout_style-2 .description, .art_addon_icon_box.layout_style-3 .description, .art_addon_icon_box.layout_style-4 .description {
  font-size: 15px;
  line-height: 24px;
}
.art_addon_icon_box.layout_style-2 {
  background: #00a78e;
}
.art_addon_icon_box.layout_style-3 {
  background: #ff1053;
}
.art_addon_icon_box.layout_style-4 {
  background: #00bce4;
}
.art_addon_icon_box.layout_white-icon-left {
  color: #fff;
  display: flex;
  align-items: center;
}
.art_addon_icon_box.layout_white-icon-left .icon_box {
  margin-right: 20px;
}
.art_addon_icon_box.layout_white-icon-left .icon_box i {
  font-size: 40px;
  line-height: 50px;
}
.art_addon_icon_box.layout_white-icon-left h3 {
  color: #fff;
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 400;
}
.section_oveflow_hidden {
  overflow: hidden;
}
.splms .splms-courses-list .splms-course .splms-course-info h3 {
  margin-bottom: 8px;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-courses-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.splms .splms-courses-list .splms-course .splms-course-info small {
  color: #7e7e7e;
  font-size: 15px;
  margin-bottom: 5px;
  padding-top: 0;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  position: relative;
  margin-top: 15px;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta .tc_meta {
  margin-bottom: 0;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta .tc_meta > li {
  margin-right: 0;
  font-size: 15px;
  color: #7e7e7e;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta .tc_meta > li i {
  margin-right: 0px;
  margin-left: 10px;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta .tc_meta > li:first-child i {
  margin-left: 0;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta .tc_price {
  font-size: 18px;
  font-weight: bold;
  color: #c75533;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta .tc_price del {
  color: #7e7e7e;
  font-weight: normal;
}
.splms .splms-courses-list .splms-course .splms-course-info .splms-course-meta:before {
  border-top: 1px solid #efefef;
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: auto;
  content: "";
}
.splms .splms-courses-list .splms-course .reviews .rate_area {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.splms .splms-courses-list .splms-course .reviews .rate_area .tc_review {
  padding-left: 0;
  margin-bottom: 0;
}
.splms .splms-courses-list .splms-course .reviews .rate_area .tc_review li {
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
  font-size: 14px;
}
.splms .splms-courses-list .splms-course .reviews .rate_area .tc_review li i {
  color: #dadada;
}
.splms .splms-courses-list .splms-course .reviews .rate_area .tc_review.active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.splms .splms-courses-list .splms-course .reviews .rate_area .tc_review.active li i {
  color: #d0d23c;
}
.splms .splms-courses-list .splms-course .reviews .number_rate {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
  color: #7e7e7e;
}
.splms.course-details .course-header {
  display: flex;
  margin-top: 0;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}
.splms.course-details .course-header h2.course-title {
  margin-bottom: 10px;
  font-size: 26px;
}
.splms.course-details .course-header .apply-now {
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-top: 0;
}
.splms.course-details .course-header .apply-now .price_info {
  margin-bottom: 10px;
  align-items: baseline;
}
.splms.course-details .course-header .apply-now .price_info .splms-price-box {
  font-size: 30px;
  font-weight: 600;
}
.splms.course-details .course-header .apply-now .price_info .splms-price-box ins {
  font-size: 30px;
  font-weight: 600;
}
.splms.course-details .course-header .apply-now .price_info.free_course {
  color: #93ab3d;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0;
}
.splms.course-details .course-header .apply-now .btn {
  color: #fff;
  border: 2px solid transparent;
  background-color: #ff1053;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 0px 65px;
  line-height: 50px;
  border-radius: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.splms.course-details .course-header .course-meta {
  display: flex;
}
.splms.course-details .course-header .course-meta .course-info {
  margin-top: 0;
}
.splms.course-details .course-header .course-meta .course-info li {
  color: #7e7e7e;
}
.splms.course-details .course-header .course-meta .course-info li i {
  color: #7e7e7e;
}
.splms.course-details .course-header .course-meta .rating-star {
  margin: 0;
  margin-right: 20px;
}
.splms.course-details .course-header .course-meta .rating-star span.title {
  color: #7e7e7e;
}
.splms.course-details .course-header .course-meta .rating-star .sp-lms-rating {
  letter-spacing: 3px;
  color: #d0d23c;
}
.splms.course-details .course-list-tab {
  display: flex;
}
.splms.course-details .course-list-tab ul li {
  line-height: 42px;
  position: relative;
}
.splms.course-details .course-list-tab ul.course-list-tab-none {
  margin-left: 2px;
  padding-left: 18px;
}
.splms.course-details .course-list-tab ul.course-list-tab-icon {
  width: 50%;
}
.splms.course-details .course-list-tab ul.course-list-tab-icon li {
  padding-left: 26px;
}
.splms.course-details .course-list-tab ul.course-list-tab-icon li:before {
  content: '';
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.splms.course-details .course-lessons h3 {
  margin-bottom: 20px;
}
.splms.course-details .course-lessons li > span {
  color: #7e7e7e;
}
.splms.course-details .course-lessons li > span a {
  color: #252525;
}
.splms.course-details .course-lessons li > span a:hover {
  color: #2441e7;
}
.splms.course-details .course-lessons li > span:first-child:before {
  content: "\f148";
  font-family: flaticon;
  color: #7e7e7e;
  margin-right: 5px;
}
.splms.course-details .course-lessons li:before {
  display: none;
}
.splms.course-details .course-lessons li:hover {
  margin-left: 0;
}
.splms.course-details .user-reviews .reviews-menu {
  border-bottom: none;
  margin-top: 30px;
}
.splms.course-details .user-reviews .reviews-menu .title-wrap {
  margin-bottom: 10px;
}
.splms.course-details .user-reviews .reviews-menu .btn-primary {
  background: none;
  border: none;
  color: #0345bf;
  padding: 0;
}
.splms.course-details .user-reviews .reviews-wrapper .reviews-status {
  padding: 42px 40px;
  text-align: center;
  background-color: #edeff7;
}
.splms.course-details .user-reviews .reviews-wrapper .reviews-status .total {
  display: block;
}
.splms.course-details .user-reviews .reviews-wrapper .total-reviews {
  display: none;
}
.splms.course-details .user-reviews .review-item {
  border-bottom: none;
}
.splms.course-details .splms-similar-courses {
  margin-top: 60px;
}
.splms.course-details .splms-similar-courses .splms-title {
  margin-bottom: 35px;
}
.splms .splms-common-overlay-wrapper .splms-badge-free {
  display: none;
}
.splms .splms-common-overlay-wrapper .btn {
  background-color: #0345bf;
  color: #fff;
  border: none;
  padding: 0 25px;
  font-weight: 500;
  line-height: 40px;
}
.splms .splms-common-overlay-wrapper .btn:hover {
  background-color: #02338d;
  color: #fff;
}
.splms.splms-techers-list .splms-teacher {
  padding: 18px;
  text-align: center;
  margin-bottom: 30px;
  border: 2px solid #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.splms.splms-techers-list .splms-teacher .splms-teacher-img {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
}
.splms.splms-techers-list .splms-teacher .splms-teacher-info h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
}
.splms.splms-techers-list .splms-teacher .splms-teacher-info h3 a {
  color: #252525;
}
.splms.splms-techers-list .splms-teacher .splms-teacher-info h3 a:hover {
  color: #0345bf;
}
.splms.splms-techers-list .splms-teacher .splms-teacher-info span {
  color: #7e7e7e;
}
.splms.splms-techers-list .splms-teacher:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(32, 32, 32, .15);
  box-shadow: 0 0 30px 0 rgba(32, 32, 32, .15);
}
.splms.view-splms-teacher .splms-teacher-heading {
  display: flex;
  margin-bottom: 25px;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-image {
  border-radius: 100%;
  margin-right: 30px;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name h3 {
  margin-bottom: 0;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name span {
  color: #7e7e7e;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name .splms-teacher-meta {
  display: flex;
  margin-top: 10px;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name .splms-teacher-meta > p {
  margin-left: 20px;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name .splms-teacher-meta .splms-persion-social-icons {
  margin: 0;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name .splms-teacher-meta .splms-persion-social-icons > li {
  margin: 0;
  padding-right: 10px;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name .splms-teacher-meta .splms-persion-social-icons > li > a {
  color: #252525;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name .splms-teacher-meta .splms-persion-social-icons > li > a:hover {
  color: #0345bf;
}
.splms.view-splms-teacher .splms-teacher-heading .splms-teacher-name .splms-teacher-meta p {
  margin-bottom: 0;
}
.splms.splms-view-events .splms-event {
  border: 2px solid #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.splms.splms-view-events .splms-event .thumbnail {
  position: relative;
}
.splms.splms-view-events .splms-event .thumbnail .start-date {
  background-color: #0345bf;
  color: #fff;
  display: inline-block;
  padding: 10px 15px 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}
.splms.splms-view-events .splms-event .thumbnail .start-date span {
  display: block;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.splms.splms-view-events .splms-event .splms-event-details {
  padding: 32px 20px;
}
.splms.splms-view-events .splms-event .splms-event-details .splms-event-info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 5px;
}
.splms.splms-view-events .splms-event .splms-event-details .splms-event-info-list li [class*=icon]:before {
  font-size: 22px;
  margin-left: 0;
  margin-right: 12px;
}
.splms.splms-view-event .event-content .splms-event-title {
  padding-top: 25px;
  margin-bottom: 15px;
}
.splms.splms-view-event .event-content .splms-event-gallery {
  padding-top: 20px;
}
.splms.splms-view-event .event-content .splms-event-gallery .splms-event-title {
  margin-bottom: 15px;
  padding-top: 0;
}
.splms.splms-view-event .event-content .splms-event-gallery .splms-event-gallery-list {
  margin: 0 -10px;
}
.splms.splms-view-event .event-content .splms-event-gallery .splms-event-gallery-list .item_wrap {
  width: 33.33%;
  float: left;
  padding: 10px;
}
.splms.splms-view-event .event-content .splms-event-gallery .splms-event-gallery-list .lightboxgallery-gallery-item {
  margin: 10px;
  width: 100%;
}
.splms.splms-view-event .event-content .splms-event-gallery .splms-event-gallery-list:after {
  display: table;
  content: "";
  clear: both;
}
.splms.splms-view-event .event-sidebar {
  border: 2px solid #eee;
  border-radius: 5px;
}
.splms.splms-view-event .event-sidebar .splms-event-detail-list {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #eee;
}
.splms.splms-view-event .event-sidebar .splms-event-detail-list li {
  padding: 0;
  display: block;
  margin-bottom: 5px;
}
.splms.splms-view-event .event-sidebar .splms-event-detail-list li:last-child {
  margin-bottom: 0;
}
.splms.splms-view-event .event-sidebar .splms-event-detail-list li i {
  font-size: 22px;
  margin-left: 0;
  margin-right: 5px;
}
.splms.splms-view-event .event-sidebar .splms-event-shares {
  padding: 20px;
}
.splms.splms-view-event .event-sidebar .splms-event-shares ul {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}
.splms.splms-view-event .event-sidebar .splms-event-shares ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
}
.splms.splms-view-event .event-sidebar .splms-event-purchase-btn {
  padding: 20px 0;
  margin: 0 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.splms .btn.btn-primary {
  background: #0345bf;
  color: #fff;
  line-height: 50px;
  border: none;
  font-weight: 600;
  padding: 0 30px;
}
.splms .btn.btn-primary:hover {
  background-color: #022a74;
}
.vs_ajax_form .form_item {
  margin-bottom: 15px;
}
.vmCartModule {
  position: relative;
}
.vmCartModule .icon {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 12px;
}
.vmCartModule .icon i {
  font-size: 24px;
}
.vmCartModule .icon > span {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #0345bf;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.vmCartModule .content_cart {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 20px 20px 30px;
  width: 290px;
  color: #7e7e7e;
  border-radius: 5px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
}
.vmCartModule .content_cart .vm_cart_products {
  margin-bottom: 15px;
}
.vmCartModule .content_cart .vm_cart_products .product_row {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.vmCartModule .content_cart .show_cart {
  margin-top: 20px;
}
.vmCartModule .content_cart .show_cart:after {
  clear: both;
  display: table;
  content: "";
}
.vmCartModule .content_cart a {
  color: #252525;
}
.vmCartModule:hover .content_cart {
  display: block;
}
.mod_splms_teachers {
  margin: 0 -15px;
  position: relative;
}
.mod_splms_teachers .mod-splms-teacher {
  padding: 20px;
  border: 2px solid #eee;
  border-radius: 5px;
  text-align: center;
  margin: 0 15px;
}
.mod_splms_teachers .mod-splms-teacher .splms-teacher-img {
  border-radius: 100%;
  display: inline-block;
}
.mod_splms_teachers .mod-splms-teacher .splms-teacher-title {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 5px;
}
.mod_splms_teachers .arrow-slick .slick-arrow {
  margin: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 4px;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
}
.mod_splms_teachers .arrow-slick .slick-arrow:hover {
  background-color: #0345bf;
  color: #fff;
}
.mod_splms_teachers .arrow-slick .slick-arrow.prev-slick {
  left: -70px;
}
.mod_splms_teachers .arrow-slick .slick-arrow.next-slick {
  right: -70px;
}
.mod-splms-course-search .course-search-inner .splms-coursesearch-input {
  border: 1px solid #efefef;
  padding: 0 15px;
  line-height: 50px;
  margin-top: 20px;
}
.mod-splms-course-search .course-search-inner .splms-course-search-icons {
  cursor: pointer;
  color: #0a0a0a;
}
.sp-mega-group .sppb-addon-module .menu {
  padding-left: 0;
  list-style: none;
}
.sp-mega-group .sppb-addon-module .menu li {
  border-bottom: 1px solid #eee;
  width: 50%;
  display: inline-block;
}
.sp-mega-group .sppb-addon-module .menu li a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  font-size: 15px;
}
.cmc-signup form {
  text-align: center;
}
.cmc-signup form .row-fluid {
  display: inline-block;
  vertical-align: middle;
}
.cmc-signup form .control-label {
  display: none;
}
.cmc-signup form .control-group {
  margin-bottom: 0;
}
.cmc-signup form input[type=text] {
  width: 400px;
  font-size: 14px;
  border: 0;
  border-radius: 5px;
  height: 50px;
  margin-right: 30px;
  padding: 0px 18px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .07);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .07) !important;
}
.cmc-signup form button.btn-primary {
  background-color: #2441e7;
  background-image: none;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 32px;
  box-shadow: none !important;
}
.art_mod_events.layout_slider {
  position: relative;
}
.art_mod_events.layout_slider .event-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.art_mod_events.layout_slider .event-item .event-thumbnail {
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.art_mod_events.layout_slider .event-item .event-thumbnail:before {
  top: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #000;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.art_mod_events.layout_slider .event-item .startdate {
  position: absolute;
  z-index: 1;
  color: #0a0a0a;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: nunito, Arial, sans-serif;
  background-color: #fff;
  min-width: 80px;
  top: 25px;
  left: auto;
  right: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.art_mod_events.layout_slider .event-item .startdate .day {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.art_mod_events.layout_slider .event-item .startdate .month {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
.art_mod_events.layout_slider .event-item .event-meta {
  z-index: 1;
  position: absolute;
  bottom: 22px;
  padding-right: 30px;
  left: 30px;
}
.art_mod_events.layout_slider .event-item .event-meta .time-location {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.art_mod_events.layout_slider .event-item .event-meta .time-location > div {
  float: left;
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.art_mod_events.layout_slider .event-item .event-meta .time-location > div [class*=icon]:before {
  font-size: 18px;
  margin: 0 5px 0 0;
}
.art_mod_events.layout_slider .event-item .event-meta .time-location > div:last-child {
  margin-right: 0;
}
.art_mod_events.layout_slider .event-item .event-meta .time-location .event-time {
  margin: 0;
}
.art_mod_events.layout_slider .event-item .event-meta .time-location .event-address {
  margin-left: 15px;
}
.art_mod_events.layout_slider .event-item .event-meta .entry-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
}
.art_mod_events.layout_slider .event-item .event-meta .entry-title a {
  color: #fff;
}
.art_mod_events.layout_slider .event-item:hover .event-thumbnail:before {
  background-color: #0345bf;
  opacity: 0.8;
}
.art_mod_events.layout_slider img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.art_mod_events.layout_slider .arrow-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  cursor: pointer;
}
.art_mod_events.layout_slider .arrow-slick .slick-arrow.next-slick {
  right: 30px;
}
.art_mod_events.layout_slider .arrow-slick .slick-arrow.prev-slick {
  left: 30px;
}
.art_mod_events.layout_slider .arrow-slick .slick-arrow i {
  font-size: 24px;
}
.art_mod_events.layout_slider.item_3 .slide-slick {
  margin-left: -15px;
  margin-right: -15px;
}
.art_mod_events.layout_slider.item_3 .slide-slick .item {
  padding-left: 15px;
  padding-right: 15px;
}
.mod-splms-course-categoies ul > li a span {
  padding-left: 0;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat {
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat .overlay .details-cat {
  display: block;
  position: relative;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat .overlay .details-cat h5 {
  font-size: 18px;
  font-weight: bold;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat .overlay .details-cat h5 a {
  color: #fff;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat .overlay .details-cat p {
  font-size: 15px;
  color: #fff;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat:before {
  background-color: rgba(10, 10, 10, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat:hover {
  margin-top: -10px;
}
.mod-splms-course-categoies.layout-addon-1 .item_cat:hover:before {
  background-color: rgba(36, 65, 231, .8);
}
.mod-splms-courses.layout_isotop .alpha-pag {
  margin-bottom: 35px;
  text-align: center;
}
.mod-splms-courses.layout_isotop .alpha-pag ul {
  margin-bottom: 0;
}
.mod-splms-courses.layout_isotop .alpha-pag ul.option-set li {
  margin-right: 40px;
}
.mod-splms-courses.layout_isotop .alpha-pag ul.option-set li a {
  padding: 0 0 5px;
}
.mod-splms-courses.layout_isotop .alpha-pag ul.option-set li a.selected {
  border-bottom: 2px solid #2441e7;
  color: #2441e7;
}
.mod-splms-courses.layout_isotop .alpha-pag ul.option-set li:last-child {
  margin-right: 0;
}
.mod-splms-courses.layout_isotop .alpha-pag li {
  display: inline-block;
}
.mod-splms-courses.layout_isotop .alpha-pag li a {
  color: #0a0a0a;
  padding: 0 8px;
}
.mod-splms-courses.layout_isotop .alpha-pag li a:hover {
  color: #221f1f;
}
.mod-splms-courses.layout_isotop .top_courses {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_isotop .top_courses .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.mod-splms-courses.layout_isotop .top_courses .thumb .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-splms-courses.layout_isotop .top_courses .thumb .overlay .tag {
  background-color: #c75533;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  height: 30px;
  line-height: 10px;
  margin-top: 15px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  width: 90px;
}
.mod-splms-courses.layout_isotop .top_courses .thumb .overlay a.tc_preview_course {
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.mod-splms-courses.layout_isotop .top_courses .thumb .overlay .tag, .mod-splms-courses.layout_isotop .top_courses .thumb .overlay a.tc_preview_course {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mod-splms-courses.layout_isotop .top_courses .thumb .overlay .icon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.mod-splms-courses.layout_isotop .top_courses .thumb:before {
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-splms-courses.layout_isotop .top_courses .details-course {
  position: relative;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content {
  padding: 20px;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content p {
  color: #7e7e7e;
  font-size: 15px;
  margin-bottom: 5px;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content h5 {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content h5 a {
  color: #0a0a0a;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content .rate_area {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content .rate_area .tc_review {
  margin-bottom: 0;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content .rate_area .tc_review li {
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
  font-size: 14px;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content .rate_area .tc_review li i {
  color: #dadada;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content .rate_area .tc_review.active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content .rate_area .tc_review.active li i {
  color: #d0d23c;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_content .number_rate {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer {
  border-top: 1px solid #eee;
  display: flow-root;
  padding: 10px 20px;
  position: relative;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer .tc_meta {
  margin-bottom: 0;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer .tc_meta li {
  display: inline-block;
  margin-top: 0;
  margin-right: 4px;
  color: #7e7e7e;
  font-size: 14px;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer .tc_meta li:nth-child(2) {
  margin-right: 10px;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer .tc_meta li .flaticon-comment {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer .tc_price {
  color: #c75533;
  font-size: 18px;
  font-weight: 600;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer .tc_price ins {
  text-decoration: none;
}
.mod-splms-courses.layout_isotop .top_courses .details-course .tc_footer .tc_price del {
  display: none;
}
.mod-splms-courses.layout_isotop .top_courses:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_isotop .top_courses:hover .thumb .overlay .tag, .mod-splms-courses.layout_isotop .top_courses:hover .thumb .overlay a.tc_preview_course {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_isotop .top_courses:hover .thumb .overlay:before {
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_slider .top_courses {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_slider .top_courses .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.mod-splms-courses.layout_slider .top_courses .thumb .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-splms-courses.layout_slider .top_courses .thumb .overlay .tag {
  background-color: #c75533;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  height: 30px;
  line-height: 10px;
  margin-top: 15px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  width: 90px;
}
.mod-splms-courses.layout_slider .top_courses .thumb .overlay a.tc_preview_course {
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.mod-splms-courses.layout_slider .top_courses .thumb .overlay .tag, .mod-splms-courses.layout_slider .top_courses .thumb .overlay a.tc_preview_course {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mod-splms-courses.layout_slider .top_courses .thumb .overlay .icon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.mod-splms-courses.layout_slider .top_courses .thumb:before {
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-splms-courses.layout_slider .top_courses .details-course {
  position: relative;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content {
  padding: 20px;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content p {
  color: #7e7e7e;
  font-size: 15px;
  margin-bottom: 5px;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content h5 {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content h5 a {
  color: #0a0a0a;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content .rate_area {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content .rate_area .tc_review {
  margin-bottom: 0;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content .rate_area .tc_review li {
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
  font-size: 14px;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content .rate_area .tc_review li i {
  color: #dadada;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content .rate_area .tc_review.active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content .rate_area .tc_review.active li i {
  color: #d0d23c;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_content .number_rate {
  display: inline-block;
  font-size: 14px;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer {
  border-top: 1px solid #eee;
  display: flow-root;
  padding: 10px 20px;
  position: relative;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer .tc_meta {
  margin-bottom: 0;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer .tc_meta li {
  display: inline-block;
  margin-top: 0;
  margin-right: 4px;
  color: #7e7e7e;
  font-size: 14px;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer .tc_meta li:nth-child(2) {
  margin-right: 10px;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer .tc_meta li .flaticon-comment {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer .tc_price {
  color: #c75533;
  font-size: 18px;
  font-weight: 600;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer .tc_price ins {
  text-decoration: none;
}
.mod-splms-courses.layout_slider .top_courses .details-course .tc_footer .tc_price del {
  display: none;
}
.mod-splms-courses.layout_slider .top_courses:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_slider .top_courses:hover .thumb .overlay .tag, .mod-splms-courses.layout_slider .top_courses:hover .thumb .overlay a.tc_preview_course {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_slider .top_courses:hover .thumb .overlay:before {
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-splms-courses.layout_slider .slide-slick .wrap-item {
  padding-right: 15px;
  padding-left: 15px;
}
.mod-splms-courses.layout_slider .slide-content {
  padding: 0 100px;
}
@media (max-width: 1400px) {
  .mod-splms-courses.layout_slider .slide-content {
    padding: 0;
  }
}
.mod-splms-courses.layout_slider .slick-list {
  padding: 0 !important;
}
.mod-splms-courses.layout_slider .arrow-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  background-color: #fff;
  color: #7e7e7e;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  cursor: pointer;
}
.mod-splms-courses.layout_slider .arrow-slick .slick-arrow.next-slick {
  right: 30px;
}
.mod-splms-courses.layout_slider .arrow-slick .slick-arrow.prev-slick {
  left: 30px;
}
.mod-splms-courses.layout_slider .arrow-slick .slick-arrow i {
  font-size: 16px;
}
.latestnews.layout_sidebar {
  margin: 25px 0 10px;
}
.latestnews.layout_sidebar .post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.latestnews.layout_sidebar .post .post-thumb img {
  width: 105px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
}
.latestnews.layout_sidebar .post .entry-content {
  width: calc(100% - 125px);
}
.latestnews.layout_sidebar .post .entry-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.latestnews.layout_sidebar .post .entry-content span {
  font-size: 15px;
}
.latestnews.layout_sidebar .post:last-child {
  margin-bottom: 0;
}
.sp-module .tagspopular ul li {
  display: inline-block;
}
.categories-module.mod-list li a {
  display: flex !important;
  justify-content: space-between;
}
.categories-module.mod-list li a strong {
  font-weight: normal;
}
.category-view .orderby-displaynumber {
  padding: 15px 0;
}
.category-view .orderby-displaynumber .orderlistcontainer .title {
  display: inline-block;
  margin-right: 10px;
}
.category-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  display: inline-block;
}
.category-view .orderby-displaynumber .display-number {
  line-height: 30px;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.category-view .orderby-displaynumber .display-number select {
  width: auto;
  margin-left: 10px;
}
.category-view .browse-view > .row {
  margin-right: -15px;
  margin-left: -15px;
}
.category-view .product {
  padding: 0 15px;
}
.category-view .vm-pagination .vm-page-counter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.category-view .vm-pagination .pagination {
  vertical-align: middle;
  margin-right: 15px;
}
.vm-product-details-container {
  width: 55%;
}
.vm-product-container .vm-product-media-container {
  width: 45%;
}
.productdetails .vm-product-details-container .spacer-buy-area .ratingbox {
  margin-top: 15px;
  position: relative;
  background: none;
  margin-bottom: 0;
  width: auto;
}
.productdetails .vm-product-details-container .spacer-buy-area .ratingbox:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  font: normal normal normal 18px/1 FontAwesome;
  letter-spacing: 4px;
  color: #f9d100;
}
.productdetails .vm-product-details-container .spacer-buy-area .single-product-price h4 {
  display: inline-block;
}
.productdetails .vm-product-details-container .spacer-buy-area .single-product-price del {
  display: inline-block;
  color: #999;
  margin-left: 5px;
  font-size: 18px;
}
.productdetails .vm-product-details-container .spacer-buy-area .addtocart-bar {
  margin-bottom: 30px;
}
.recent-products .item-product .thumb-product {
  float: left;
  width: 90px;
}
.recent-products .item-product .content-product {
  float: right;
  width: calc(100% - 110px);
  text-align: left;
}
.recent-products .item-product .content-product .title-product {
  font-size: 14px;
  font-weight: 500;
}
.cart-view .total_price {
  line-height: 40px;
}
.cart-view .total_price label {
  display: inline-block;
}
.cart-view .total_price .price_total {
  display: inline-block;
  font-size: 22px;
}
.cart-view .coupon_code input.coupon {
  display: inline-block;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  font: 15px/23px 'Lato', sans-serif;
  color: #404040;
  height: 39px;
  padding: 6px 10px;
  vertical-align: middle;
}
.cart-view .coupon_code span.details-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.cart-view .coupon_code span.details-button input {
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 0 30px;
  background-color: #2c2c2c;
  height: 39px;
  border-radius: 0;
}
.cart-view .checkout-button-top {
  border-top: none;
  padding-top: 0;
}
.cart-view .checkout-button-top button {
  border: 0;
  background: #2991d6;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
}
.cart-view .checkout-button-top button:hover {
  background-color: #2991d6;
}
.cart-view .action_cart .continue_link {
  display: inline-block;
  margin-right: 10px;
}
.cart-view .action_cart .checkout-button-top {
  display: inline-block;
}
table.cart-summary td, table.cart-summary th {
  border: none;
  padding: 20px 0;
  border-bottom: solid 1px #dadada;
}
table.cart-summary td.vm-cart-item-name, table.cart-summary th.vm-cart-item-name {
  width: 30%;
}
table.cart-summary td.vm-cart-item-sku, table.cart-summary th.vm-cart-item-sku, table.cart-summary td.vm-cart-item-basicprice, table.cart-summary th.vm-cart-item-basicprice {
  width: 5%;
  text-align: center;
}
table.cart-summary td span.vm-price-desc, table.cart-summary th span.vm-price-desc {
  display: none;
}
table.cart-summary td.vm-cart-item-quantity, table.cart-summary th.vm-cart-item-quantity {
  width: 5%;
  padding-left: 20px;
  padding-right: 20px;
}
table.cart-summary td.vm-cart-item-quantity input[type="text"], table.cart-summary th.vm-cart-item-quantity input[type="text"] {
  display: inline-block;
}
table.cart-summary tr th {
  background: none;
  border-bottom: solid 1px #dadada;
}
table.cart-summary span.cart-images img {
  width: 120px;
  margin-right: 20px;
}
/*-----------------------------------------
 33. Shop Single
 -------------------------------------------*/
.single-product {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .single-product {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.single-product h2 {
  font-size: 31px;
  font-weight: 500;
  color: #111;
}
.single-product p {
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  color: #aaa;
  margin-top: 20px;
}
.product-review-area {
  margin-top: 15px;
}
.product-review-area i {
  color: #f9d100;
  font-size: 18px;
  margin-right: 2px;
}
.product-review-area span {
  color: #111;
  font-size: 14px;
  margin-left: 10px;
}
.single-product-price {
  margin-top: 20px;
}
.single-product-price h4 {
  font-size: 25px;
  font-weight: 500;
  color: #111;
}
.product-categories {
  display: block;
  margin-top: 35px;
  border-top: 1px solid #eee;
  padding: 20px 5px 0px 5px;
}
.product-categories ul {
  display: block;
}
.product-categories span {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 2;
}
.product-categories ul {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0px;
}
.product-categories ul li {
  list-style-type: none;
  display: inline-block;
  color: #aaa;
  font-weight: 500;
}
.product-categories ul li a {
  color: #aaa;
  font-size: 14px;
}
.product-categories ul li a:hover {
  color: #0345bf;
}
.product-categories ul li:after {
  content: ' / ';
  display: inline-block;
  font-size: 10px;
  color: #aaa;
  margin: 0px 5px;
}
.product-categories ul li:last-child:after {
  content: none;
}
.product-tags {
  display: block;
  padding: 0px 5px;
}
.product-tags ul {
  display: block;
}
.product-tags span {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 2;
}
.product-tags ul {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0px;
}
.product-tags ul li {
  list-style-type: none;
  display: inline-block;
  color: #aaa;
  font-weight: 500;
}
.product-tags ul li a {
  color: #aaa;
  font-size: 14px;
}
.product-tags ul li a:hover {
  color: #0345bf;
}
.product-tags ul li:after {
  content: ', ';
  display: inline-block;
  font-size: 10px;
  color: #aaa;
  margin: 0px 5px;
}
.product-tags ul li:last-child:after {
  content: none;
}
.quantity {
  position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.productdetails .quantity input {
  width: 85px;
  height: 62px;
  line-height: 1.65;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  background: none;
  border-radius: 0;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 2px solid #eee;
}
.productdetails .quantity input:focus {
  outline: 0;
}
.productdetails .quantity-nav {
  float: left;
  position: relative;
  height: 62px;
}
.productdetails span.quantity-button {
  position: relative;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #111;
  background: #fff;
  border: 2px solid #ececec;
  font-size: 17px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.productdetails .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  background: none;
  top: 0;
}
.productdetails .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
  border-top: none;
}
.add-to-cart-button {
  display: inline-block;
  background: #0345bf;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 24px 30px;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.add-to-cart-button:hover {
  background: #111;
  color: #fff;
}
.product-share {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 20px 15px;
}
.product-share span {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin-right: 15px;
}
.product-share a i {
  color: #111;
  font-size: 15px;
  padding: 0px 7px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product-share a i:hover {
  color: #0345bf;
}
/*---------------
 Shop Tabs
 -----------------*/
.shop-tabs {
  margin-top: 70px;
}
.shop-tabs .tabs {
  position: relative;
}
.shop-tabs .tabs .tab-menu {
  padding-left: 0;
  text-align: center;
}
.shop-tabs .tabs .tab-menu li {
  display: inline-block;
  text-align: center;
}
.shop-tabs .tabs .tab-menu li a {
  color: #111;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 24px;
  text-decoration: none;
}
.shop-tabs .tabs .tab-menu li:hover a, .tabs li:hover i {
  color: #0345bf;
}
.shop-tabs .tab-menu .active-tab a, .shop-tabs .active-tab a i {
  color: #0345bf !important;
}
.shop-tabs .tab-menu {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .shop-tabs .tabs .tab-menu li {
    background: #f7f7f7;
    display: inline-block;
    text-align: center;
    width: auto;
  }
  .shop-tabs .tabs .tab-menu li a {
    color: #111;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 24px;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .shop-tabs .tabs .tab-menu li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
  .shop-tabs .tab-menu .tabs li a {
    display: block;
  }
  .shop-tabs .tab-menu .tabs li i {
    font-size: 25px;
  }
}
.product-tab-body {
  display: block;
  position: relative;
  padding: 25px;
  background: #f7f7f7 !important;
}
.product-tab-body h2 {
  font-size: 30px;
  color: #111;
  font-weight: 300;
  margin-bottom: 10px;
}
.product-tab-body h3 {
  font-size: 25px;
  color: #111;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-tab-body h4 {
  font-size: 20px;
  color: #111;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-tab-body h5 {
  font-size: 15px;
  color: #111;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-tab-body h2:after, .product-tab-body h3:after, .product-tab-body h4:after, .product-tab-body h5:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #0345bf;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-tab-body ul {
  margin-top: 15px;
}
.product-tab-body ul li {
  display: block;
  font-size: 15px;
  color: #111;
  border-bottom: 1px dashed #ddd;
  line-height: 1.9;
  font-weight: 500;
  padding: 15px 5px;
}
.product-tab-body ul li span {
  display: inline-block;
  width: 200px;
  max-width: 100%;
}
.product-tab-body ul li:before {
  content: "●";
  display: inline-block;
  color: #0345bf;
  font-size: 14px;
  margin-right: 10px;
  line-height: 1;
}
.product-tab-body p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  font-weight: 400;
  margin: 15px 0px;
}
/*-------------------
 Shop Product Review Form
 ---------------------*/
.shop-form-title {
  font-size: 15px;
  color: #111;
  font-weight: 500;
  line-height: 1;
}
.rating {
  display: inline-block;
  position: relative;
  height: 25px;
  font-size: 25px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  line-height: 1;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .icon {
  float: left;
  color: transparent;
}
.rating label:last-child .icon {
  color: #ccc;
}
.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
  color: #f9d100;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ccc;
  text-shadow: 0 0 5px #f9d100;
}
.review-input input {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 13px 15px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  transition: 0.3s;
}
.review-input input:focus {
  border-color: #ccc;
}
.review-input textarea {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 13px 15px;
  background: #fff;
  width: 100%;
  min-height: 100px;
  transition: 0.3s;
}
.review-input textarea:focus {
  border-color: #ccc;
}
.review-input button {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 12px 35px 12px 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
}
.review-input button:hover {
  background: #0345bf;
}
.customer-review {
  margin-top: 30px;
}
.customer-review-block {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 20px;
}
.customer-review-block h5 {
  display: inline-block;
  color: #111;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin: 0px;
}
.customer-review-block h5:after {
  content: none;
}
.customer-review-block strong {
  display: inline-block;
  color: #0345bf;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
}
.customer-review-block p {
  font-size: 15px;
  color: #888;
  line-height: 1.9;
  font-weight: 400;
  margin-bottom: 15px;
}
.customer-review-stars {
  text-align: center;
  margin: 10px 0px;
}
.customer-review-stars i {
  color: #f9d100;
  font-size: 13.5px;
}
/*-----------------------------------------
 34. Shop Products
 -------------------------------------------*/
/*-----------
 Grid Style
 -------------*/
.shop-grid {
  border: 1px solid #ececec;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  padding: 15px;
  margin: 20px 0px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.shop-grid:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.20);
}
.shop-grid-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.shop-grid-img img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.shop-grid:hover .shop-grid-img img {
  transform: scale(1.06);
}
.shop-grid-info {
  padding: 5px 0px 20px 0px;
}
.shop-grid-info h4 {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}
.shop-grid-info h4 a {
  color: #111;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.shop-grid-info h4 a:hover {
  color: #0345bf;
}
.shop-grid-info span {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.shop-grid-info > .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.shop-grid-info .vm-price-value span {
  color: #0345bf;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
  margin-top: 7px;
  word-break: break-word;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.shop-grid-info .vm-price-value span.vm-price-desc {
  display: none;
}
.shop-grid:hover .shop-grid-info h5 {
  color: #0345bf;
}
/*-----------------
 Grid Classic Style
 -------------------*/
.classic-shop {
  border: 1px solid #ececec;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.10);
  margin: 20px 0px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.classic-shop:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.20);
}
.classic-shop-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.classic-shop-img img {
  display: block;
  width: 100%;
  height: auto;
}
.shop-box-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.classic-shop:hover .classic-shop-img img {
  transform: scale(1.06);
}
.shop-box-overlay h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.shop-box-overlay h4 span {
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.shop-to-card {
  background: #0345bf;
  padding: 15px 5px 15px 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.shop-to-card:hover {
  background: rgba(255, 255, 255, 0.5);
}
.shop-to-card:hover h4 {
  color: #0345bf;
}
.shop-to-card:hover h4 span {
  color: #111;
}
.shop-buy {
  background: #111;
  padding: 15px 5px 15px 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.shop-buy:hover {
  background: rgba(255, 255, 255, 0.5);
}
.shop-buy:hover h4 {
  color: #0345bf;
}
.shop-buy:hover h4 span {
  color: #111;
}
.classic-shop-text {
  text-align: center;
  padding: 15px 0;
}
.classic-shop-text h4 a {
  color: #111;
  font-size: 22px;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.classic-shop:hover .classic-shop-text h4 a {
  color: #0345bf;
}
.classic-shop-text h5 {
  color: #0345bf;
  font-size: 18px;
  font-weight: 500;
  margin-top: 7px;
}
.shop-grid-rating {
  margin-top: 15px;
}
.shop-grid-rating li {
  display: inline-block;
}
.shop-grid-rating li i {
  color: #111;
  font-size: 17px;
  margin: 0px 1px;
}
/*-----------
 Shop Cart
 -------------*/
.shop-cart-box {
  display: inline-block;
  border: 1px solid #ececec;
  margin: 5px 0px;
  padding: 10px 0px;
}
.button-close {
  display: block;
  padding: 35px 12px;
}
@media (max-width: 991px) {
  .button-close {
    display: block;
    padding: 5px 0px;
  }
}
@media (max-width: 767px) {
  .button-close {
    display: block;
    padding: 35px 0px;
  }
}
.button-close a i {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  background: #0345bf;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.button-close a i:hover {
  background: #888;
}
.shop-cart-box-img img {
  width: 100%;
  height: auto;
}
.shop-cart-box-info {
  display: block;
  padding: 20px 0px 0px 20px;
}
@media (max-width: 767px) {
  .shop-cart-box-info {
    display: block;
    padding: 20px 0px 0px 0px;
  }
}
.shop-cart-box-info h4 {
  color: #111;
  font-size: 20px;
  font-weight: 500;
}
.shop-cart-box-info span {
  color: #0345bf;
  font-size: 15px;
  font-weight: 400;
}
.shop-cart-box-quantity {
  padding-top: 20px;
}
.shop-cart-box-quantity input {
  max-width: 60px;
  box-shadow: none;
  display: inline-block;
}
.form-control {
  color: #999;
  font-size: 14px;
  line-height: inherit;
  border: 1px solid #ececec;
  border-radius: 2px;
  padding: 5px 12px;
  transition: 0.2s linear;
}
.form-control:focus {
  box-shadow: none;
  border-color: #999;
}
.shop-cart-box-quantity h6 {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}
.shop-cart-box-price {
  display: block;
  padding-top: 20px;
}
.shop-cart-box-price h5 {
  color: #666;
  font-size: 25px;
  font-weight: 300;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .shop-cart-box-price h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .shop-cart-box-price h5 {
    color: #666;
    font-size: 25px;
    font-weight: 300;
    margin-right: 15px;
  }
}
.shop-cart-info-price {
  padding: 20px;
  border: 1px solid #ececec;
  margin: 5px 0px;
}
.right-info-price li {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding: 10px 0px;
}
.right-info-price li h6 {
  float: right;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
.total-price {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ececec;
}
.total-price p {
  color: #444;
  font-size: 17px;
  font-weight: 500;
}
.total-price p strong {
  float: right;
  color: #444;
  font-size: 17px;
  font-weight: 500;
}
.additional-images img {
  margin-right: 25px;
  width: 71px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 90px;
  font-size: 15px;
  margin: 0;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  border-radius: 5px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items > .sp-menu-item {
  border-bottom: 1px solid #eee;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items > .sp-menu-item > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 15px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: -10px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: -10px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
