/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2019 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;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sppb-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 0px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.sppb-btn:hover, .sppb-btn:focus {
  box-shadow: none;
}
.sppb-btn.sppb-btn-xlg {
  font-size: 18px;
  padding: 20px 60px;
}
.sppb-btn.sppb-btn-lg {
  font-size: 16px;
  padding: 18px 55px;
}
.sppb-btn.sppb-btn-sm {
  padding: 10px 25px;
}
.sppb-btn.sppb-btn-xs {
  padding: 6px 20px;
  font-size: 11px;
}
.sppb-btn.sppb-btn-default {
  color: #1d252d;
  background-color: transparent;
  border-color: #dbdbdb;
}
.sppb-btn.sppb-btn-default:hover, .sppb-btn.sppb-btn-default:focus {
  background-color: #1d252d;
  border-color: #1d252d;
  color: #fff;
}
.sppb-btn.sppb-btn-primary {
  color: #fff;
  background-color: #fe4646;
}
.sppb-btn.sppb-btn-primary:hover, .sppb-btn.sppb-btn-primary:focus {
  color: #fff;
  background-color: #dd0101;
}
.sppb-btn.sppb-btn-link {
  font-weight: 500;
  color: #1d252d;
  background-color: transparent;
  padding: 0;
}
.sppb-btn.sppb-btn-link:focus, .sppb-btn.sppb-btn-link:hover {
  color: #090c0e;
}
.sppb-btn.my-arrow-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #1d252d;
}
.sppb-btn.my-arrow-btn:hover, .sppb-btn.my-arrow-btn:focus {
  background-color: #fe4646;
}
#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: 120px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 120px;
  display: inline-flex;
  margin: 0;
  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-title {
  min-height: 0;
}
.sp-page-title {
  padding: 65px 0 20px 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;
}
.sp-page-title .sp-page-title-heading {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.4px;
  line-height: 1.5;
  margin-top: 8px;
  opacity: 0.6;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  opacity: 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 {
  opacity: 0.8;
}
.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: 50px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  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 30px;
  padding-bottom: 20px;
  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;
}
.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 {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  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: -20px -20px 20px -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: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #1d252d;
}
.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: #d62828;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #1d252d;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #d62828;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #1d252d;
}
.article-info > span a:hover {
  color: #d62828;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.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;
}
.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;
}
ul.pagination {
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  padding: 15px;
  width: 100%;
  justify-content: center;
  display: inline-block;
  text-align: center;
}
ul.pagination li {
  margin-right: 30px;
  display: inline-block;
}
ul.pagination li.page-item.previous {
  margin-left: 7px;
  float: left;
}
ul.pagination li.page-item.next {
  float: right;
  margin-right: 35px;
}
ul.pagination li.active .page-link {
  background-color: transparent;
  color: #fe4646;
  border-radius: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
}
ul.pagination li a.next, ul.pagination li a.previous {
  position: relative;
  text-indent: -9999px;
}
ul.pagination li a.next:hover:after, ul.pagination li a.previous:hover:after, ul.pagination li a.next:focus:after, ul.pagination li a.previous:focus:after {
  content: url(../images/arrow-red.svg);
}
ul.pagination li a.next:after, ul.pagination li a.previous:after {
  position: absolute;
  content: url(../images/arrow-gray.svg);
  font-size: 20px;
  text-indent: 1px;
  top: 5px;
  left: 15px;
  transition: 0.3s;
}
ul.pagination li a.previous:after {
  content: url(../images/arrow-gray.svg);
  transform: rotate(180deg);
  right: 15px;
  top: 0;
}
ul.pagination li a {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
ul.pagination li a[title="Start"], ul.pagination li a[title="End"] {
  display: none;
}
ul.pagination li a:hover, ul.pagination li a:focus {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  color: #fe4646;
}
.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: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  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-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#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-footer2 {
  text-align: right;
}
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 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.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) {
  display: block;
  width: 100%;
  padding: 1px 20px;
  font-size: 1rem;
  line-height: 1.25;
  color: #1d252d;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  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 {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
}
.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;
}
.link-color {
  color: #fe4646;
}
.light-text-color .sppb-addon-content {
  color: rgba(29, 37, 45, .6);
}
.light-feature-text-color .sppb-addon-text {
  color: rgba(29, 37, 45, .6);
}
.col-link-bgcolor {
  background-color: #fe4646;
}
.col-z-index {
  z-index: 2;
}
.my-arrow-btn i.fa {
  margin-top: 16px !important;
}
.my-arrow-btn i.fa:before {
  content: url(../images/arrow-white.svg);
}
.left-border {
  position: relative;
}
.left-border:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  border-right: 1px solid #dbdbdb;
}
.testimonial-slider .sp-item > .sppb-container {
  background-color: #fe4646;
  padding: 35px;
  max-width: 405px;
  margin-left: auto;
  margin-right: 0;
}
.testimonial-slider .sp-nav-control {
  top: inherit !important;
  bottom: 42px !important;
}
.testimonial-slider .sp-nav-control .nav-control {
  opacity: 0.4;
}
.testimonial-slider .sp-nav-control .nav-control:hover {
  opacity: 1;
  color: #fe4646;
}
.testimonial-slider .sp-indicator-container {
  height: 3px;
  border-radius: 10px;
}
.testimonial-slider .sp-indicator-container .sp-indicator.line-indicator {
  height: 3px;
  background-color: #fe4646;
}
.testimonial-slider.testimonial-slider2 .sp-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.testimonial-slider.testimonial-slider2 .sp-nav-control .nav-control:hover, .testimonial-slider.testimonial-slider2 .sp-nav-control .nav-control:focus {
  color: #fff;
}
.cta-section {
  background-color: #fe4646;
  padding: 45px;
}
.opacity6 {
  opacity: 0.6;
}
.sppb-addon-openstreetmap-wrapper .leaflet-popup-content-wrapper {
  border-radius: 0px;
  font-size: 16px;
  width: 240px;
}
.sppb-addon-openstreetmap-wrapper .leaflet-popup-content-wrapper strong {
  font-size: 20px;
  padding-bottom: 14px;
}
.experience-years .sppb-animated-number {
  color: #fe4646;
}
.experience-years .sppb-animated-number-title strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #1d252d;
}
.any-help-feature .sppb-addon-feature .sppb-addon-content > .sppb-media {
  display: flex;
  align-items: center;
}
.any-help-feature .sppb-addon-feature .sppb-addon-content > .sppb-media img {
  border-radius: 100%;
}
.any-help-feature .sppb-ajaxt-contact-form input[type="text"], .any-help-feature .sppb-ajaxt-contact-form input[type="email"], .any-help-feature .sppb-ajaxt-contact-form textarea {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0px 0px 12px 0px;
  border-radius: 0px;
  background-color: transparent;
}
.sppb-addon-blocknumber .sppb-blocknumber-number {
  font-size: 16px;
  font-weight: 600;
}
.sppb-addon-blocknumber .sppb-media-heading {
  font-size: 16px;
  font-weight: 400;
}
.sppb-addon-articles .sppb-row {
  margin-bottom: 25px;
}
.sppb-addon-articles .sppb-addon-article {
  /*border-top: 2px solid #eaeaea;*/
  margin-top: 8px;
  margin-bottom: 20px;
  position: relative;
  /*padding-right: 100px;*/
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 28px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
  order: 2;
  margin-bottom: 20px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 a {
  color: #1d252d;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 a:hover, .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 a:focus {
  color: #f48d1c;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  order: 1;
  margin-bottom: 10px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta .sppb-meta-date {
  font-size: 16px;
  color: #f48d1c;
  font-weight: 700;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
  order: 3;
  opacity: 0.6;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext p:last-of-type {
  margin-bottom: 0;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-readmore {
  position: absolute;
  right: 10px;
  top: -2px;
  bottom: -30px;
  background: #fe4646;
  z-index: 2;
  width: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-readmore i.fa:before {
  content: url(../images/arrow-white.svg);
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-info-wrap .sppb-readmore {
  opacity: 1;
  right: 0;
}
.mod-splms-courses .mod-splms-course .splms-course-img-wrap {
  position: relative;
}
.mod-splms-courses .mod-splms-course .splms-course-info-wrap {
  margin-top: 30px;
}
.mod-splms-courses .mod-splms-course .splms-course-info-wrap .splms-course-title a {
  color: #1d252d;
}
.mod-splms-courses .mod-splms-course .splms-course-info-wrap .splms-course-title a:hover, .mod-splms-courses .mod-splms-course .splms-course-info-wrap .splms-course-title a:focus {
  color: #fe4646;
}
.mod-splms-courses .mod-splms-course .splms-course-info-wrap .splms-course-short-info {
  opacity: 0.6;
  margin-bottom: 20px;
}
.mod-splms-courses .mod-splms-course .splms-course-info-wrap .splms-course-duration {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.mod-splms-courses .mod-splms-course .splms-course-info-wrap .splms-course-time {
  opacity: 0.6;
}
.mod-splms-courses.classic-layout .splms-courses-list.splms-row > div:nth-child(2n+1) {
  clear: left;
}
.mod-splms-courses.classic-layout .mod-splms-course {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.mod-splms-courses.classic-layout .mod-splms-course .splms-course-img-wrap {
  flex: 0 0 auto;
}
.mod-splms-courses.classic-layout .mod-splms-course .splms-course-img-wrap img {
  max-width: 255px;
}
.mod-splms-courses.classic-layout .mod-splms-course .splms-course-info-wrap {
  margin-top: 0;
  padding: 30px;
}
.mod-splms-courses.classic-layout .mod-splms-course .splms-course-info-wrap .splms-course-title {
  margin-bottom: 25px;
  max-width: 130px;
}
.mod-splms-courses.classic-layout .mod-splms-course .splms-course-info-wrap .splms-course-short-info {
  margin-bottom: 60px;
}
.mod-splms-courses.simple-layout .mod-splms-course:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
}
.mod-splms-courses.simple-layout .mod-splms-course .splms-course-info-wrap .splms-course-duration {
  font-size: 14px;
  margin-bottom: 4px;
  color: #fe4646;
}
.mod-splms-courses.simple-layout .mod-splms-course .splms-course-info-wrap .splms-course-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.splms-course-discount-price {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fe4646;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  pointer-events: none;
}
.splms-courses-read-more {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  transition: 0.3s;
}
.splms-courses-read-more:hover, .splms-courses-read-more:focus {
  background-color: #fe4646;
}
.splms-courses-read-more:hover:before, .splms-courses-read-more:focus:before {
  content: url(../images/arrow-white.svg);
}
.splms-courses-read-more:before {
  transition: 0.3s;
  content: url(../images/arrow-red.svg);
}
.sp-module.courses-search-module {
  margin: 70px 0;
}
.view-splms-courses .splms-courses-list + div.pagination {
  margin-top: 60px;
}
.splms-courses-list .splms-course {
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.splms-courses-list .splms-course .splms-common-overlay-wrapper {
  flex: 0 0 auto;
}
.splms-courses-list .splms-course .splms-common-overlay-wrapper img {
  max-width: 255px;
  width: 100%;
  transform: translate(0);
}
.splms-courses-list .splms-course .splms-course-info {
  padding: 0 0 0 30px;
}
.splms-courses-list .splms-course .splms-courses-title {
  font-size: 26px;
  line-height: 1.4;
  max-width: 130px;
  margin-bottom: 20px;
}
.splms-courses-list .splms-course .splms-courses-title a {
  color: #1d252d;
}
.splms-courses-list .splms-course .splms-courses-title a:hover, .splms-courses-list .splms-course .splms-courses-title a:focus {
  color: #fe4646;
}
.splms-courses-list .splms-course .splms-course-short-info {
  opacity: 0.6;
  margin-bottom: 50px;
}
.splms-courses-list .splms-course .splms-course-duration {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.splms-courses-list .splms-course .splms-course-deadline {
  opacity: 0.6;
}
.course-main-info {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: -30px;
}
.course-main-info > li {
  flex: 0 0 50%;
  max-width: 50%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px;
}
.course-main-info > li .info-title {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 7px;
  opacity: 0.6;
}
.view-splms-course.course-details .splms-course-short-info {
  margin-bottom: 60px;
}
.view-splms-course.course-details .splms-course .course-header {
  padding-left: 30px;
}
.view-splms-course.course-details .splms-course .course-short-info .course-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.view-splms-course.course-details .splms-course .course-short-info .short-description {
  margin-bottom: 40px;
  opacity: 0.6;
}
.view-splms-course.course-details .splms-course .splms-course-description {
  padding-right: 40px;
}
.view-splms-course.course-details .splms-course .splms-course-description h1, .view-splms-course.course-details .splms-course .splms-course-description h2, .view-splms-course.course-details .splms-course .splms-course-description h3, .view-splms-course.course-details .splms-course .splms-course-description h4 {
  font-weight: 500;
}
.view-splms-course.course-details .splms-course .splms-course-description p {
  opacity: 0.6;
}
.view-splms-course.course-details .splms-course-sidebar .any-help-feature .sppb-addon-feature .sppb-feature-box-title {
  font-weight: 500;
}
.view-splms-course.course-details .splms-course-sidebar .sppb-addon-blocknumber .sppb-media-heading {
  font-weight: 400;
  margin-bottom: auto;
}
.view-splms-course.course-details .splms-course-teachers {
  margin-top: 70px;
}
.view-splms-course.course-details .splms-course-teachers h3 {
  margin-bottom: 40px;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher {
  justify-content: space-between;
  align-items: center;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-img-wrap {
  flex: 0 0 auto;
  margin-right: 50px;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-img-wrap img {
  border-radius: 100%;
  max-width: 113px;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap {
  flex: 0 0 auto;
  margin-right: auto;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .teacher-title {
  font-size: 14px;
  font-weight: 500;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .teacher-title a {
  color: #1d252d;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .teacher-title a:hover, .view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .teacher-title a:focus {
  color: #fe4646;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .teacher-designation {
  opacity: 0.6;
  margin-bottom: 5px;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .splms-persion-social-icons {
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 12px;
  margin-bottom: 0px;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .splms-persion-social-icons > li:not(:last-child) {
  margin-right: 15px;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .splms-persion-social-icons > li a {
  color: #ccc;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .splms-persion-social-icons > li a:hover, .view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap .splms-persion-social-icons > li a:focus {
  color: #fe4646;
}
.view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc {
  max-width: 255px;
  opacity: 0.6;
  margin-left: 30px;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists {
  background: #fafafa;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event {
  padding: 25px;
  margin: 0;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-info .splms-upcoming-event-date {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fe4646;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-info .splms-upcoming-event-title {
  font-size: 16px;
  display: block;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-info .splms-upcoming-event-title a {
  color: #1d252d;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-info .splms-upcoming-event-title a:hover, .mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-info .splms-upcoming-event-title a:focus {
  color: #fe4646;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap {
  margin-bottom: 5px;
  margin-top: 23px;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker {
  display: flex;
  align-items: center;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker .splms-ue-speaker-media {
  margin-right: 15px;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker .splms-ue-speaker-media img {
  width: 50px;
  border-radius: 100%;
  height: 50px;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker .splms-ue-speaker-info .splms-ue-speaker-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker .splms-ue-speaker-info .splms-ue-speaker-name a {
  color: #1d252d;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker .splms-ue-speaker-info .splms-ue-speaker-name a:hover, .mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker .splms-ue-speaker-info .splms-ue-speaker-name a:focus {
  color: #fe4646;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event .splms-upcoming-event-speakers-wrap .splms-upcoming-event-speaker .splms-ue-speaker-info .splms-ue-speaker-name small {
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event.first-item {
  background: #f6f6f6;
  padding-top: 0;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event.first-item .splms-upcoming-event-title {
  font-size: 20px;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event.first-item .splms-upcoming-event-date-wrap {
  margin: 0 -25px;
  display: flex;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event.first-item .splms-upcoming-event-date-wrap .splms-upcoming-event-date {
  padding: 8px 18px 14px 18px;
  margin: 0px;
  font-size: 20px;
  color: #1d252d;
  font-weight: 300;
  text-align: center;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event.first-item .splms-upcoming-event-date-wrap .splms-upcoming-event-date .splms-upcoming-event-date-day {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #fe4646;
  line-height: 0.8;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event.first-item .splms-upcoming-event-date-wrap .splms-upcoming-event-price-wrap {
  background: #fff;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
.mod-splms-upcoming-events .splms-upcoming-events-lists .splms-upcoming-event.first-item .splms-upcoming-event-price {
  font-size: 16px;
  font-weight: 700;
  color: #fe4646;
  margin-bottom: 3px;
  margin-top: 24px;
}
.splms-badge-free {
  transform: rotate(0deg);
  top: 10px;
  right: 10px;
  background: #fe4646;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  pointer-events: none;
}
.mod-splms-advance-search {
  margin-top: 45px;
  margin-bottom: 70px;
}
.mod-splms-advance-search form.splms-advance-search-form {
  border: 1px solid #dbdbdb;
}
.mod-splms-advance-search form.splms-advance-search-form .my-label {
  opacity: 0.6;
  letter-spacing: -0.5px;
}
.mod-splms-advance-search form.splms-advance-search-form .input-wrap {
  border: none;
}
.mod-splms-advance-search form.splms-advance-search-form .input-wrap input {
  border: none;
  border-left: 1px solid #dbdbdb;
  border-radius: 0px;
  height: 100%;
}
.mod-splms-advance-search form.splms-advance-search-form .level {
  padding: 20px 15px 20px 25px;
}
.mod-splms-advance-search form.splms-advance-search-form .category {
  padding: 20px 15px 20px 25px;
}
.mod-splms-advance-search form.splms-advance-search-form .submit-btn-wrap {
  text-align: right;
}
.mod-splms-advance-search form.splms-advance-search-form .submit-btn-wrap button {
  height: 100%;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  white-space: inherit;
  padding: 25px;
  cursor: pointer;
}
.mod-splms-advance-search.classic-layout {
  margin: 0;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form {
  border: none;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .category, .mod-splms-advance-search.classic-layout form.splms-advance-search-form .level {
  padding: 0;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .input-wrap input {
  background: #d84a4a;
  border: none;
  margin-top: 30px;
  height: auto;
  color: #fff;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .input-wrap input::placeholder {
  color: #fff;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .submit-btn-wrap {
  margin-top: 30px;
  text-align: left;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .submit-btn-wrap button {
  width: auto;
  border: 1px solid;
  padding: 17px 25px;
  border-radius: 3px;
  font-size: 14px;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .submit-btn-wrap button:hover, .mod-splms-advance-search.classic-layout form.splms-advance-search-form .submit-btn-wrap button:focus {
  background: #fff;
  color: #fe4646;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .splms-advance-search-basic .my-label {
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .splms-advance-search-basic .my-select {
  color: #fff;
  background: #d84a4a;
  padding: 15px 20px;
  border-radius: 3px;
  margin-top: 7px;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .splms-advance-search-basic .my-select .my-select-result i.fa {
  right: 10px;
  top: 10px;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .splms-advance-search-basic .my-select ul.my-select-dropdown {
  background: #d84a4a;
  border: none !important;
  font-size: 14px;
}
.mod-splms-advance-search.classic-layout form.splms-advance-search-form .splms-advance-search-basic .my-select ul.my-select-dropdown > li:hover, .mod-splms-advance-search.classic-layout form.splms-advance-search-form .splms-advance-search-basic .my-select ul.my-select-dropdown > li.active {
  background: #bd4040;
}
.my-select {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  width: 100%;
  color: #1d252d;
  font-weight: 600;
}
.my-select .my-select-result {
  text-transform: uppercase;
}
.my-select .my-select-result i.fa {
  font-size: 16px;
  margin-left: 20px;
  margin-top: 4px;
  position: absolute;
  right: 0px;
  top: 0;
}
.my-select ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 41px;
  left: 0;
  min-width: 80px;
  background: #fff;
  z-index: 100;
  padding: 10px 0;
  font-size: 14px;
}
.my-select ul > li {
  display: block;
  height: auto;
  line-height: normal;
  padding: 5px 15px;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.3s;
}
.my-select ul > li:last-child {
  margin-bottom: 0;
}
.my-select ul > li:hover, .my-select ul > li.active {
  background-color: #ddd;
}
.my-select .my-select-dropdown {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  min-width: 140px;
  border: 1px solid #d9d9d9 !important;
  font-size: 12px;
}
.article-list.articles-leading {
  margin-left: -15px;
  margin-right: -15px;
}
.article-list.articles-leading .article {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border: 0;
  margin-bottom: 30px;
}
.article-list.articles-leading .article > a, .article-list.articles-leading .article .article-body {
  width: 100%;
  float: none;
  padding: 0;
}
.article-list.articles-leading .article .readmore {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -56px;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.article-list.articles-leading .article .readmore a {
  display: block;
  font-size: 8px;
  color: transparent;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.article-list.articles-leading .article .readmore a:hover:after, .article-list.articles-leading .article .readmore a:focus:after {
  content: url(../images/arrow-white.svg);
}
.article-list.articles-leading .article .readmore a:after {
  content: url(../images/arrow-red.svg);
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  font-size: 20px;
  line-height: 40px;
  color: #fe4646;
  transition: all 0.3s;
}
.article-list.articles-leading .article .article-body .article-header, .article-list.articles-leading .article .article-body .article-info, .article-list.articles-leading .article .article-body .article-introtext {
  padding-right: 0;
}
.article-list.articles-leading .article .article-body .article-info {
  padding-top: 10px;
  margin-bottom: 2px;
}
.article-list.articles-leading .article .article-body .article-header h2 {
  margin-bottom: 43px;
}
.article-list .article {
  display: table;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid rgba(29, 37, 45, .08);
}
.article-list .article > a, .article-list .article .article-body {
  display: inline-block;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.article-list .article > a {
  width: 38%;
  padding-right: 45px;
}
.article-list .article .article-body {
  width: 62%;
}
.article-list .article .article-body .article-header, .article-list .article .article-body .article-info, .article-list .article .article-body .article-introtext {
  padding-right: 100px;
}
.article-list .article .article-feature-gallery, .article-list .article .article-featured-audio, .article-list .article .article-featured-video, .article-list .article .article-intro-image {
  margin: 0;
  border-radius: 0;
  border-bottom: 0;
  overflow: hidden;
}
.article-list .article .article-feature-gallery img, .article-list .article .article-featured-audio img, .article-list .article .article-featured-video img, .article-list .article .article-intro-image img {
  width: 100%;
  border-radius: 0;
}
.article-list .article .article-body {
  position: relative;
}
.article-list .article .article-body .article-header h2 {
  margin-bottom: 12px;
}
.article-list .article .article-body .article-header h2 a {
  font-size: 26px;
  font-weight: 500;
  color: #1d252d;
  line-height: 35px;
}
.article-list .article .article-body .article-introtext {
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 37, 45, .6);
  letter-spacing: -0.33px;
  line-height: 26px;
}
.article-list .article .article-body .article-info {
  margin-top: 15px;
  margin-bottom: 10px;
}
.article-list .article .article-body .article-info > span a, .article-list .article .article-body .article-info > span {
  font-size: 16px;
  font-weight: 700;
  color: #fe4646;
  line-height: 32px;
  padding-right: 8px;
}
.article-list .article .article-body .article-info > span a + span::before, .article-list .article .article-body .article-info > span + span::before {
  display: none;
  color: #fe4646;
}
.article-list .article .readmore {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  width: 50px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-list .article .readmore a {
  width: 50px;
  height: 100%;
  display: block;
  font-size: 8px;
  color: transparent;
  background-color: #fe4646;
  position: relative;
  text-align: center;
}
.article-list .article .readmore a:hover:after, .article-list .article .readmore a:focus:after {
  content: url(../images/arrow-white.svg);
}
.article-list .article .readmore a:after {
  content: url(../images/arrow-white.svg);
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  left: 0;
  font-size: 20px;
  line-height: 40px;
  transform: translateY(-50%);
  color: #fff;
  transition: all 0.3s;
}
.article-list .article .readmore a:hover {
  color: transparent;
  background-color: #fe4646;
}
.article-list .article .readmore a:hover:after {
  color: #1d252d;
}
.article-list .article:hover .readmore {
  opacity: 1;
  visibility: visible;
}
.article-list h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1d252d;
  letter-spacing: -0.75px;
  line-height: 35px;
  padding-bottom: 43px;
}
.view-article #sp-title {
  display: none;
}
.view-article #sp-main-body {
  padding: 80px 0;
}
.view-article .article-info > span, .view-article .article-info > span a {
  font-size: 20px;
  font-weight: 400;
  color: rgba(29, 37, 45, .6);
  line-height: 32px;
  margin-right: 8px;
}
.view-article .article-info > span + span::before, .view-article .article-info > span a + span::before {
  display: none;
}
.view-article .tags > li {
  margin-right: 3px;
}
.view-article .tags > li a {
  font-size: 20px;
  font-weight: 400;
  color: rgba(29, 37, 45, .6);
  letter-spacing: -0.48px;
  line-height: 32px;
  background-color: transparent;
  padding: 0;
}
.view-article .tags > li a:after {
  content: ",";
}
.view-article .tags > li a:hover {
  color: #fe4646;
  background-color: transparent;
}
.view-article .article-details {
  position: relative;
  padding-top: 30px;
}
.view-article .article-details .article-header h1, .view-article .article-details .article-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1d252d;
  letter-spacing: -0.56px;
  line-height: 65px;
}
.view-article .article-details .article-info .published {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  color: #f48d1c;
}
.view-article .article-details .article-info, .view-article .article-details .tags {
  margin-top: 0;
  margin-bottom: 50px;
  display: inline-block;
}
.view-article .article-details .article-full-audio, .view-article .article-details .article-full-gallery, .view-article .article-details .article-full-image, .view-article .article-details .article-full-video {
  margin-bottom: 80px;
  border-radius: 0;
}
.view-article .article-details .article-full-audio img, .view-article .article-details .article-full-gallery img, .view-article .article-details .article-full-image img, .view-article .article-details .article-full-video img {
  width: 100%;
  border-radius: 0;
}
.view-article .article-details .article-ratings-social-share, .view-article .article-details .page-content, .view-article .article-details .pager {
  width: 730px;
  margin: 0 auto;
}
.view-article .article-social-share .social-share-icon ul li {
  margin-right: 0;
  margin-left: 15px;
}
.view-article .article-social-share .social-share-icon ul li a {
  font-size: 12px;
  color: rgba(29, 37, 45, .4);
  border: 0;
  border-radius: 0;
  width: auto;
}
.view-article .article-social-share .social-share-icon ul li a:hover {
  background-color: transparent;
  color: #fe4646;
}
.pager {
  padding: 30px 0;
}
.pager > li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, );
  letter-spacing: -0.33px;
  line-height: 23px;
  border-radius: 0;
  padding: 18px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pager > li a:hover {
  color: #fe4646;
  border-color: #fe4646;
}
.article-ratings .rating-star, .article-ratings .ratings-label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 37, 45, .6);
  letter-spacing: -0.33px;
  line-height: 23px;
}
.pagination-wrapper {
  padding-top: 60px;
}
.pagination-wrapper .mr-auto {
  width: 100%;
}
.pagination-wrapper .pagination-counter {
  display: none;
}
/****** Login & Registration Page ********/
.view-login .sp-page-title, .view-registration .sp-page-title {
  padding: 150px 0 20px;
}
.view-login #sp-main-body, .view-registration #sp-main-body {
  padding: 20px 0 100px;
}
.view-login .sp-page-title-heading, .view-registration .sp-page-title-heading {
  font-size: 26px;
  font-weight: 500;
  color: #1d252d;
  text-align: center;
  line-height: 35px;
  text-transform: capitalize;
}
.view-login .forget-pass, .view-registration .forget-pass, .view-login .form-check-label, .view-registration .form-check-label {
  color: #1d252d;
}
.view-login .sign-up-link, .view-registration .sign-up-link {
  color: rgba(29, 37, 45, .7);
}
.view-login .forget-pass, .view-registration .forget-pass, .view-login .form-check-label, .view-registration .form-check-label, .view-login .sign-up-link, .view-registration .sign-up-link {
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  letter-spacing: -0.33px;
}
.view-login .forget-pass:hover, .view-registration .forget-pass:hover, .view-login .sign-up-link:hover, .view-registration .sign-up-link:hover {
  color: #fe4646;
}
.view-login .no-account, .view-registration .no-account {
  text-align: center;
}
.view-login .form-horizontal .controls, .view-registration .form-horizontal .controls {
  margin-left: 0;
}
.view-registration .registration {
  text-align: center;
}
.view-registration .registration .form-group label {
  display: none;
}
.view-registration .registration .btn {
  width: 49.667242%;
  margin-bottom: 10px;
}
.view-login .login .form-group, .view-login .logout .form-group, .view-registration .registration .form-group {
  margin-bottom: 30px;
}
.view-login .login .form-control, .view-login .logout .form-control, .view-registration .registration .form-control {
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: rgba(29, 37, 45, .34) !important;
  letter-spacing: -0.38px;
  padding: 12px 20px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #fff !important;
}
.view-login .login .input-group-text, .view-login .logout .input-group-text, .view-registration .registration .input-group-text {
  display: none;
  padding: 0.375rem 1.1rem;
}
.view-login .login .btn, .view-login .logout .btn, .view-registration .registration .btn {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 25px;
  border: 0;
}
/****** 404 Page ********/
html.error-page .error-logo {
  margin-bottom: 45px;
}
html.error-page .error-code {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  line-height: 32px;
  font-weight: 700;
  color: #fe4646;
  margin-bottom: 10px;
}
html.error-page .error-message {
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  line-height: 35px;
  font-weight: 500;
  color: #1d252d;
  margin-bottom: 40px;
}
html.error-page .btn {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  background-color: #fe4646;
  border: 0;
  padding: 15px 25px;
}
html.error-page .btn:hover {
  background-color: #1d252d;
}
/****** Coming Soon Page ********/
html.coming-soon .container {
  max-width: 590px;
  text-align: left;
}
html.coming-soon .container .row [class^='col-lg'] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
html.coming-soon .container #coming-soon-countdown, html.coming-soon .container .coming-soon-content, html.coming-soon .container .coming-soon-logo, html.coming-soon .container .coming-soon-title, html.coming-soon .container [id^='sppb-addon'] {
  padding-left: 105px;
}
html.coming-soon .coming-soon-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  color: #fe4646;
  line-height: 32px;
}
html.coming-soon .coming-soon-content {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #1d252d;
  line-height: 35px;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 1.8rem;
}
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 {
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fe4646;
  letter-spacing: -0.59px;
  line-height: 32px;
}
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: 14px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 200;
  color: #1d252d;
  letter-spacing: -0.32px;
  line-height: 18px;
  text-transform: capitalize;
}
html.coming-soon [id^='sppb-addon'] .sppb-addon-optin-forms {
  padding: 0;
  width: 400px;
}
html.coming-soon [id^='sppb-addon'] .sppb-addon-optin-forms .sppb-form-control {
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: rgba(29, 37, 45, .5);
  letter-spacing: -0.33px;
  line-height: 18px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #dbdbdb;
}
html.coming-soon [id^='sppb-addon'] .sppb-btn {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: left;
  background-color: #fe4646;
  text-transform: uppercase;
  padding: 15px 22px;
  border: 0;
}
html.coming-soon [id^='sppb-addon'] .sppb-btn:hover {
  background-color: rgba(254, 70, 70, .85);
}
/******/
#sp-bottom-top #sp-bottom-top1 .sp-module-title, #sp-bottom-top #sp-bottom-top2 .sp-module-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.7px;
  margin-bottom: 35px;
}
#sp-bottom-top .sppb-addon-optin-forms {
  padding: 0;
  margin-right: 25px;
}
#sp-bottom-top .sppb-addon-optin-forms .sppb-form-group .sppb-form-control {
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: rgba(29, 37, 45, .7);
  letter-spacing: -0.38px;
  line-height: 20px;
  background: #fff;
  padding: 20px 25px;
  border: 0;
  border-radius: 0;
}
#sp-bottom-top .sppb-addon-optin-forms .button-wrap .sppb-btn {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  line-height: 20px;
  background-color: #fe4646;
  padding: 20px 22px;
  border: 0;
  border-radius: 0;
}
#sp-bottom-top .sppb-addon-optin-forms .button-wrap .sppb-btn:hover {
  background-color: rgba(254, 70, 70, .85);
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 600;
  padding: 20px;
  background: #000;
  border-radius: 20px;
  text-transform: uppercase;
}
#sp-bottom a {
  opacity: 1;
}
#sp-bottom a:hover {
  opacity: 1;
}
/*#sp-bottom #sp-bottom4 a {
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid #2b333c;
  border-radius: 2px;
  padding: 10px 20px;
  text-align: left;
}
#sp-bottom #sp-bottom4 a:hover {
  opacity: 0.6;
}*/
#sp-bottom li:not(:last-child) a {
  margin-bottom: 20px;
}
#sp-footer {
  border-top: 1px solid #11171d;
}
#sp-footer .container-inner {
  border: 0;
  padding: 10px 0;
}
#sp-footer ul.menu li {
  position: relative;
}
#sp-footer ul.menu li:not(:last-child) a:after {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
}
#sp-footer .sp-copyright, #sp-footer a, #sp-footer ul.menu li a {
  opacity: 0.6;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: right;
  line-height: 32px;
}
#sp-footer .sp-copyright a {
  font-weight: 600;
  color: #fff;
  float: right;
}
/**** Responsive *****/
@media screen and (max-width: 667px) {
  html.coming-soon .container {
    width: 100%;
  }
  html.coming-soon .container #coming-soon-countdown, html.coming-soon .container .coming-soon-content, html.coming-soon .container .coming-soon-logo, html.coming-soon .container .coming-soon-title, html.coming-soon .container [id^='sppb-addon'] {
    padding-left: 0;
  }
  html.coming-soon [id^='sppb-addon'] .sppb-addon-optin-forms {
    width: 100%;
  }
  #sp-footer .container-inner .sp-copyright, #sp-footer .container-inner .sp-module-content, #sp-footer .container-inner .sppb-addon-single-image {
    text-align: center;
  }
  .article-list.articles-leading .article {
    width: 100%;
  }
  .article-list.articles-leading .article .article-body .article-header, .article-list.articles-leading .article .article-body .article-info, .article-list.articles-leading .article .article-body .article-introtext {
    padding-right: 0;
  }
  .article-list.articles-leading .article .article-body .article-header h2 {
    margin-bottom: 20px;
  }
  .article-list .article .article-body, .article-list .article > a {
    width: 100%;
  }
  .article-list .article > a {
    padding-right: 0;
  }
  .article-list .article .article-body {
    padding-top: 0;
  }
  .article-list .article .article-body .article-header, .article-list .article .article-body .article-info, .article-list .article .article-body .article-introtext {
    padding-right: 70px;
  }
  .article-list .article .article-body .article-header h2 {
    margin-bottom: 20px;
  }
  .article-list .article .article-body .article-header h2 a {
    font-size: 22px;
    line-height: 32px;
  }
  .article-list .article .readmore {
    opacity: 1;
    visibility: visible;
  }
  .article-list h3 {
    font-size: 26px;
  }
  .view-article #sp-main-body {
    padding: 40px 0;
  }
  .view-article .article-details .article-header h1, .view-article .article-details .article-header h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .view-article .article-details .article-info, .view-article .article-details .tags {
    margin-bottom: 10px;
  }
  .view-article .article-details .article-ratings-social-share, .view-article .article-details .page-content, .view-article .article-details .pager {
    width: 100%;
  }
  .view-article .article-details .article-full-audio, .view-article .article-details .article-full-gallery, .view-article .article-details .article-full-image, .view-article .article-details .article-full-video {
    margin-bottom: 30px;
  }
}
#splms-featured-event-countdown {
  margin-top: 48px;
}
.event-over {
  font-size: 20px;
  color: red;
  font-weight: 700;
}
.splms-event-countdown-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.splms-view-events .splms-events-countdown-item h3 {
  padding-top: 82px !important;
  width: 90%;
}
.splms-fevent-countdown-days {
  float: left;
  margin-right: 38px;
}
span.splms-fevent-countdown-number {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  color: #fe4646;
  letter-spacing: -0.59px;
  line-height: 32px;
  font-weight: bold;
}
span.splms-fevent-countdown-string {
  font-family: NunitoSans-ExtraLight;
  font-size: 14px;
  color: #1d252d;
  letter-spacing: -0.32px;
  line-height: 32px;
  font-weight: lighter;
}
.splms-fevent-countdown-days {
  float: left;
  margin-right: 38px;
}
.splms-fevent-countdown-hours {
  float: left;
  margin-right: 38px;
}
.splms-fevent-countdown-minutes {
  float: left;
  margin-right: 38px;
}
.splms-fevent-countdown-seconds {
  float: left;
}
span.splms-fevent-countdown-number {
  display: block;
}
span.splms-fevent-countdown-number {
  display: block;
}
.splms-countdown-event-info .splms-countdown-event-info-left p {
  opacity: 0.7;
  font-family: NunitoSans-Regular;
  font-size: 14px;
  color: #212127;
  letter-spacing: -0.33px;
  line-height: 26px;
}
.splms-countdown-event-info .splms-countdown-event-info-left .splms-event-speakers a {
  font-family: NunitoSans-SemiBold;
  font-size: 16px;
  color: #1d252d;
  letter-spacing: 0;
  line-height: 24px;
}
.splms-countdown-event-info .splms-countdown-event-info-left .splms-event-speakers p {
  opacity: 0.6;
  font-family: NunitoSans-Regular;
  font-size: 14px;
  color: #1d252d;
  letter-spacing: 0;
  line-height: 19px;
}
.splms-view-events .splms-event, .splms-view-event .splms-event {
  margin-bottom: 50px !important;
}
.splms-view-events .splms-events-countdown-item, .splms-view-event .splms-events-countdown-item {
  background-color: #fafafa;
  padding-right: 65px;
}
.splms-view-events .splms-events-countdown-item .splms-countdown-event-info, .splms-view-event .splms-events-countdown-item .splms-countdown-event-info {
  margin-top: 20px;
  color: #212127;
  font-size: 14px;
  letter-spacing: -0.33px;
}
.splms-view-events .splms-events-countdown-item .splms-countdown-event-info p, .splms-view-event .splms-events-countdown-item .splms-countdown-event-info p {
  margin-bottom: 0;
}
.splms-view-events .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-left, .splms-view-event .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-left {
  float: left;
}
.splms-view-events .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-left span, .splms-view-event .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-left span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.splms-view-events .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-right, .splms-view-event .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-right {
  float: right;
}
.splms-view-events .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-right .event-adress, .splms-view-event .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-right .event-adress, .splms-view-events .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-right .event-time, .splms-view-event .splms-events-countdown-item .splms-countdown-event-info .splms-countdown-event-info-right .event-time {
  font-weight: 600;
  font-size: 16px;
}
.splms-view-events .splms-events-filters, .splms-view-event .splms-events-filters {
  margin: 65px 0;
  padding: 20px 25px 5px 25px;
  border: solid 1px #dbdbdb;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype, .splms-view-event .splms-events-filters .splms-event-sorting-etype, .splms-view-events .splms-events-filters .splms-event-sorting-month, .splms-view-event .splms-events-filters .splms-event-sorting-month {
  display: inline-block;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype, .splms-view-event .splms-events-filters .splms-event-sorting-etype {
  margin-right: 60px;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype ul li, .splms-view-event .splms-events-filters .splms-event-sorting-etype ul li {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype ul li a, .splms-view-event .splms-events-filters .splms-event-sorting-etype ul li a {
  color: #919599;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype ul li:first-child, .splms-view-event .splms-events-filters .splms-event-sorting-etype ul li:first-child {
  display: block;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype ul li:last-child, .splms-view-event .splms-events-filters .splms-event-sorting-etype ul li:last-child {
  margin-left: 20px;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype ul li:hover a, .splms-view-event .splms-events-filters .splms-event-sorting-etype ul li:hover a {
  color: #fe4646;
}
.splms-view-events .splms-events-filters .splms-event-sorting-etype ul li.active a, .splms-view-event .splms-events-filters .splms-event-sorting-etype ul li.active a {
  color: #fe4646;
}
.splms-view-events .splms-events-filters .splms-event-sorting-month ul li, .splms-view-event .splms-events-filters .splms-event-sorting-month ul li {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 7px;
}
.splms-view-events .splms-events-filters .splms-event-sorting-month ul li a, .splms-view-event .splms-events-filters .splms-event-sorting-month ul li a {
  color: #919599;
}
.splms-view-events .splms-events-filters .splms-event-sorting-month ul li:last-child, .splms-view-event .splms-events-filters .splms-event-sorting-month ul li:last-child {
  margin-right: 0;
}
.splms-view-events .splms-events-filters .splms-event-sorting-month ul li:hover a, .splms-view-event .splms-events-filters .splms-event-sorting-month ul li:hover a {
  color: #fe4646;
}
.splms-view-events .splms-events-filters .splms-event-sorting-month ul li.active a, .splms-view-event .splms-events-filters .splms-event-sorting-month ul li.active a {
  color: #fe4646;
}
.splms-view-events .splms-event .splms-event-details, .splms-view-event .splms-event .splms-event-details {
  background: #f6f6f6;
  padding: 0 20px;
  padding-top: 0;
  transition: 0.4ms;
}
.splms-view-events .splms-event .splms-event-details .splms-event-info-list, .splms-view-event .splms-event .splms-event-details .splms-event-info-list {
  margin: 0 -25px;
  display: flex;
}
.splms-view-events .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-date, .splms-view-event .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-date, .splms-view-events .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-time-wrap, .splms-view-event .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-time-wrap {
  display: inline-block;
}
.splms-view-events .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-date, .splms-view-event .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-date {
  padding: 8px 18px 14px 18px;
  margin: 0px;
  font-size: 20px;
  color: #1d252d;
  font-weight: 300;
  text-align: center;
}
.splms-view-events .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-date span, .splms-view-event .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-date span {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #fe4646;
  line-height: 0.8;
}
.splms-view-events .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-time-wrap, .splms-view-event .splms-event .splms-event-details .splms-event-info-list .splms-upcoming-event-time-wrap {
  background: #fff;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
.splms-view-events .splms-event .splms-event-details h3, .splms-view-event .splms-event .splms-event-details h3 {
  padding: 35px 5px;
}
.splms-view-events .splms-event .splms-event-details h3 a, .splms-view-event .splms-event .splms-event-details h3 a {
  color: #1d252d;
}
.splms-view-events .splms-event .splms-event-details:hover, .splms-view-event .splms-event .splms-event-details:hover {
  background-color: #fe4646;
}
.splms-view-events .splms-event .splms-event-details:hover .splms-upcoming-event-date, .splms-view-event .splms-event .splms-event-details:hover .splms-upcoming-event-date {
  color: #fff;
}
.splms-view-events .splms-event .splms-event-details:hover .splms-upcoming-event-date span, .splms-view-event .splms-event .splms-event-details:hover .splms-upcoming-event-date span {
  color: #fff;
}
.splms-view-events .splms-event .splms-event-details:hover h3 a, .splms-view-event .splms-event .splms-event-details:hover h3 a {
  color: #fff;
}
.splms-view-events .pagination, .splms-view-event .pagination {
  display: block;
}
.splms-view-events .pagination ul.pagination, .splms-view-event .pagination ul.pagination {
  display: flow-root;
}
ul.chzn-results li {
  text-align: left;
}
body.com-splms.view-event .splms-events-countdown-item-info {
  margin-top: 80px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-location-title {
  font-size: 20px;
  margin-bottom: 25px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-description {
  font-size: 16px;
  opacity: 0.8;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-detail-list {
  font-size: 16px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-location-map {
  margin-top: 30px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-location-map .splms-event-location-title {
  font-size: 20px;
  margin-bottom: 25px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-speakers .splms-event-title {
  font-size: 20px;
  margin-bottom: 30px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-speakers .splms-event-speaker .speaker-img img {
  max-width: 113px;
  border-radius: 100%;
  margin-bottom: 20px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-speakers .splms-event-speaker .title {
  font-size: 16px;
  margin-bottom: 0px;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-speakers .splms-event-speaker .title a {
  color: #1d252d;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-speakers .splms-event-speaker .title a:hover, body.com-splms.view-event .splms-events-countdown-item-info .splms-event-speakers .splms-event-speaker .title a:focus {
  color: #fe4646;
}
body.com-splms.view-event .splms-events-countdown-item-info .splms-event-speakers .splms-event-speaker .designation {
  opacity: 0.6;
}
.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-header {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#sp-header #sp-top-bar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#sp-header .logo {
  margin-right: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#sp-header.header-sticky {
  transform: translateY(-45px);
}
#sp-header.header-sticky #sp-top-bar {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-45px);
}
#sp-header.header-sticky .logo {
  margin-top: 45px;
  height: 70px;
}
#sp-menu-wrapper {
  padding: 0;
  border: 1px transparent;
  border-left: 1px solid rgba(29, 37, 45, .08);
  margin-right: -15px;
}
#sp-menu-wrapper .sppb-btn {
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
  padding: 24px 35px;
  border: 0;
  border-radius: 0;
}
#sp-top-bar {
  padding: 3px 0;
  border-bottom: 1px solid rgba(29, 37, 45, .08);
}
#sp-top-bar #sp-top1 ul.social-icons {
  padding-left: 15px;
}
#sp-top-bar #sp-top1 ul.social-icons > li {
  margin: 13px 7px;
}
#sp-top-bar #sp-top1 ul.social-icons > li a {
  font-size: 12px;
  color: rgba(29, 37, 45, .4);
}
#sp-top-bar #sp-top1 ul.social-icons > li a:hover {
  color: #fe4646;
}
#sp-top-bar #sp-top2 .sp-column {
  display: flex;
  flex-direction: row-reverse;
}
#sp-top-bar #sp-top2 .sp-contact-info, #sp-top-bar #sp-top2 .sp-module {
  display: inline-block;
}
#sp-top-bar #sp-top2 .mod-languages {
  position: relative;
  padding-left: 20px;
}
#sp-top-bar #sp-top2 .mod-languages:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  left: 0;
  background-color: rgba(29, 37, 45, .6);
  transform: translateY(-50%);
}
#sp-top-bar #sp-top2 .mod-languages .pretext, #sp-top-bar #sp-top2 .mod-languages form {
  display: inline-block;
  font-size: 14px;
  color: rgba(29, 37, 45, .6);
}
#sp-top-bar #sp-top2 .mod-languages form .chzn-container {
  width: 60px !important;
}
#sp-top-bar #sp-top2 .mod-languages form .chzn-container .chzn-single {
  background: transparent;
  border: 0;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #1d252d;
}
#sp-top-bar #sp-top2 .mod-languages form .chzn-container .chzn-drop {
  width: 175px;
  right: 10px;
  left: auto;
  border-radius: 0;
  border: 1px solid rgba(29, 37, 45, .08);
  top: calc(100% + 10px);
  padding: 3px;
  text-align: right;
  color: rgba(29, 37, 45, .6);
  display: none;
}
#sp-top-bar #sp-top2 .mod-languages form .chzn-container.chzn-container-active .chzn-drop {
  display: block;
}
#sp-top-bar #sp-top2 .mod-languages i {
  margin-right: 5px;
}
#sp-top-bar #sp-top2 .mod-languages .pretext p {
  margin-bottom: 0;
}
#sp-top-bar #sp-top2 .sp-contact-info .sp-contact-phone, #sp-top-bar #sp-top2 .sp-contact-info .sp-contact-time, #sp-top-bar #sp-top2 .sp-contact-info a {
  font-size: 14px;
  color: rgba(29, 37, 45, .6);
  line-height: 36px;
}
#sp-top-bar #sp-top2 .sp-contact-info span {
  margin-right: 5px;
}
.sp-megamenu-wrapper {
  float: left;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  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 > span, .sp-megamenu-parent > li > a {
  line-height: 75px !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 22px;
  line-height: 120px;
  font-size: 14px;
  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: 14px;
  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 {
  position: absolute;
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  z-index: 10;
  transform-origin: top center;
  -webkit-transform: translateY(-10px) scaleY(0.5);
  transform: translateY(-10px) scaleY(0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.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-main {
  top: 100%;
}
.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) {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 12px 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: 14px;
  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 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) scaleY(1);
  transform: translateY(0px) scaleY(1);
}
.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 #offcanvas-toggler.offcanvas-toggler-right {
  height: 70px;
  line-height: 70px;
  font-size: 28px;
  padding: 2px 30px;
}
body .offcanvas-menu .offcanvas-inner {
  padding: 45px 30px;
}
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: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
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;
  }
}
@media screen and (max-width: 768px) {
  #sp-header.header-sticky {
    transform: translateY(0px);
  }
  #sp-header.header-sticky #sp-top-bar {
    transform: translateY(0px);
  }
  #sp-header.header-sticky .logo {
    height: 80px;
    margin-top: 0;
  }
  #sp-header, #sp-header .logo, #sp-menu-wrapper, body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    height: 80px;
    line-height: 80px;
  }
  #sp-menu-wrapper .sppb-btn, #sp-top-bar {
    display: none;
  }
  .sp-megamenu-wrapper {
    width: 100%;
  }
}
#offcanvas-toggler {
  display: block;
  height: 120px;
  line-height: 120px;
  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 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 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);
  }
}
@media (max-width: 1600px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 12px !important;
  }
  .sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
    padding: 0 11px;
  }
}
@media (max-width: 1200px) {
  .find-my-course-btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-hero-section {
    background-image: none !important;
  }
  .splms-courses-list .splms-course, .mod-splms-courses.classic-layout .mod-splms-course {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .splms-courses-list .splms-course .splms-course-img-wrap img, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-img-wrap img {
    max-width: 100%;
  }
  .splms-courses-list .splms-course .splms-course-info .splms-courses-title, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-info .splms-courses-title {
    max-width: 100%;
  }
  .splms-courses-list .splms-course .splms-course-info, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-info, .splms-courses-list .splms-course .splms-course-info-wrap, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-info-wrap {
    padding: 20px 0 0;
  }
  .splms-courses-list .splms-course .splms-course-info .splms-course-title, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-info .splms-course-title, .splms-courses-list .splms-course .splms-course-info-wrap .splms-course-title, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-info-wrap .splms-course-title {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .splms-courses-list .splms-course .splms-course-info .splms-course-short-info, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-info .splms-course-short-info, .splms-courses-list .splms-course .splms-course-info-wrap .splms-course-short-info, .mod-splms-courses.classic-layout .mod-splms-course .splms-course-info-wrap .splms-course-short-info {
    margin-bottom: 20px;
  }
  .splms-courses-list .splms-course .splms-common-overlay-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px !important;
  }
  body h1 {
    font-size: 35px;
  }
  body h2 {
    font-size: 22px;
  }
  body h3 {
    font-size: 18px;
  }
  body p {
    font-size: 13px;
  }
  .cta-section {
    padding: 20px;
  }
  .view-splms-course.course-details .splms-course .course-header {
    padding-left: 0px;
  }
  .view-splms-course.course-details .splms-course .splms-course-description {
    padding-right: 0px;
  }
  .mod-splms-courses .mod-splms-course .splms-course-img-wrap {
    display: inline-block;
  }
  .mod-splms-courses .mod-splms-course .splms-course-info-wrap {
    margin-top: 10px;
  }
  .mod-splms-advance-search form.splms-advance-search-form .input-wrap {
    flex: 0 0 100%;
  }
  .mod-splms-advance-search form.splms-advance-search-form .input-wrap input {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: none;
  }
  .mod-splms-advance-search form.splms-advance-search-form .submit-btn-wrap {
    flex: 0 0 100%;
  }
  .mod-splms-advance-search form.splms-advance-search-form .submit-btn-wrap button {
    width: 100%;
    padding: 15px;
  }
  .mod-splms-courses .mod-splms-course .splms-course-info-wrap .splms-course-short-info {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .col-cta {
    background-image: none !important;
  }
  .sppb-addon-articles .sppb-addon-article {
    margin-bottom: 15px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
    padding-top: 20px;
  }
  .sp-page-title .sp-page-title-heading {
    font-size: 25px;
  }
  .sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .view-splms-course.course-details .splms-course .course-short-info .short-description {
    margin-bottom: 15px;
  }
  .course-main-info {
    margin: -10px;
  }
  .course-main-info > li {
    padding: 10px;
  }
  .course-main-info > li .info-title {
    margin-top: 3px;
  }
  .view-splms-course.course-details .splms-course-short-info {
    margin-bottom: 30px;
  }
  .splms-courses-list .splms-course .splms-courses-title {
    font-size: 18px;
  }
  .view-splms-courses .splms-courses-list + div.pagination {
    margin-top: 30px;
  }
  .view-splms-course.course-details .splms-course-teachers .splms-course-teacher {
    flex-direction: column;
    align-items: flex-start;
  }
  .view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-img-wrap {
    margin-bottom: 20px;
  }
  .view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc-wrap {
    margin-bottom: 20px;
  }
  .view-splms-course.course-details .splms-course-teachers .splms-course-teacher .teacher-desc {
    margin-left: 0;
  }
  .view-splms-course.course-details .splms-course-teachers h3 {
    margin-bottom: 20px;
  }
  .mod-splms-advance-search form.splms-advance-search-form .level, .mod-splms-advance-search form.splms-advance-search-form .category {
    padding: 10px;
  }
  .my-select ul {
    top: 29px;
  }
  .mod-splms-advance-search form.splms-advance-search-form .submit-btn-wrap button {
    font-size: 11px;
    padding: 10px;
  }
}
