/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
:root {
  --link-color: #0345bf;
  --link-color-fade3: rgba(3, 69, 191, 0.7);
  --link-color-fade1: rgba(3, 69, 191, 0.85);
  --link-color-fade9: rgba(3, 69, 191, 0.1);
  --text-color: #252525;
}
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: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  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;
}
#sp-top-bar {
  padding: 25px 0;
  font-weight: 600;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin-right: 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;
}
ul.social-icons > li a {
  color: #fff;
  opacity: 0.5;
  transition: 0.3s;
}
ul.social-icons > li a:hover, ul.social-icons > li a:focus {
  opacity: 1;
  color: #fff !important;
}
ul.social-icons > li a span {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px 0px;
  text-align: center;
}
.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-contact-info li:not(:last-child) {
  border-right: 1px solid rgba(1, 5, 40, 0.1);
  padding-right: 20px;
}
.sp-header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.sp-header-wrap .container {
  max-width: 1300px;
}
#sp-header {
  height: 100px;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
}
#sp-header .logo {
  height: 100px;
  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;
  top: 0px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header.header-sticky > .container > div {
  border-bottom: none;
}
#sp-header > .container > div {
  border-bottom: 1px solid rgba(1, 9, 68, .1);
  transition: 0.3s;
}
#sp-menu > .sp-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sp-menu > .sp-column .sp-module {
  margin-left: 20px;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 5px 0px 20px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title > .container {
  max-width: 1300px;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(1, 9, 68, 0.7);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: rgba(1, 9, 68, 0.7);
}
.sp-page-title .breadcrumb > li {
  margin-right: 5px;
}
.sp-page-title .breadcrumb > li:nth-child(2) {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 5px;
}
.body-innerwrapper {
  overflow-x: hidden;
  padding-top: 185px;
}
.body-innerwrapper:after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  right: 0px;
  height: 550px;
  background: linear-gradient(180deg, #fff4f2 0%, #fff 100%);
  z-index: -1;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  padding: 85px 0;
  background-color: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
  border-radius: 9px;
}
#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;
  padding: 0 25px;
  position: relative;
}
#sp-left .sp-module ul > li h4, #sp-right .sp-module ul > li h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 15px 0;
}
#sp-left .sp-module ul > li h4 > a, #sp-right .sp-module ul > li h4 > a {
  display: block;
  padding: 2px 0;
  color: rgba(1, 9, 68, 0.5);
}
#sp-left .sp-module ul > li:before, #sp-right .sp-module ul > li:before {
  position: absolute;
  content: "";
  background-color: #0345bf;
  width: 3px;
  height: 30px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
#sp-left .sp-module ul > li:hover:before, #sp-right .sp-module ul > li:hover:before, #sp-left .sp-module ul > li.active:before, #sp-right .sp-module ul > li.active:before {
  opacity: 1;
}
#sp-left .sp-module ul > li:hover h4 a, #sp-right .sp-module ul > li:hover h4 a, #sp-left .sp-module ul > li.active h4 a, #sp-right .sp-module ul > li.active h4 a {
  color: #0345bf;
}
#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;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.view-registration #sp-left {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.view-registration #sp-left .sp-module {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.view-registration #sp-component {
  background: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
  border-radius: 9px;
  padding: 48px 67px 40px 53px;
  margin: 0px -30px 0px 30px;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.view-registration .registration legend {
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
}
.view-registration .registration .row > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.view-registration .registration button.btn.btn-primary, .view-registration .registration button.btn-success.btn, .view-registration .registration .btn-secondary {
  width: 100%;
  border-radius: 7px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.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.articles-leading .article {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  border-radius: 9px;
  margin-bottom: 60px;
}
.article-list.articles-leading .article a {
  width: 100%;
}
.article-list.articles-leading .article a .article-intro-image > img {
  border-radius: 9px 0 0 9px;
  margin-bottom: 0;
}
.article-list.articles-leading .article .article-body {
  padding: 0 60px;
}
.article-list.articles-leading .article .article-body .article-header > h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
}
.article-list .article {
  margin-bottom: 45px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  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: 9px 9px 9px 9px;
  width: 100%;
  margin-bottom: 20px;
  transition: 0.4s ease-out;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  color: #010944;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.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: #0345bf;
}
.article-list .article .article-introtext {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}
.article-list .article .article-introtext > p {
  margin-bottom: 0;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #0d2b80;
}
.article-list .article:hover .article-intro-image > img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.article-info > span {
  display: none;
  font-weight: 600;
  font-size: 14px;
  color: rgba(1, 9, 68, 0.5);
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "|";
  color: rgba(1, 5, 40, 0.703289);
  opacity: 0.2;
}
.article-info > span a {
  color: rgba(1, 9, 68, 0.5);
}
.article-info > span a:hover {
  color: #0345bf;
}
.article-info span.category-name, .article-info span.reading-time-wrap {
  display: block;
}
.article-info span.category-name .reading-time, .article-info span.reading-time-wrap .reading-time {
  margin-right: 3px;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 61px;
  line-height: 83px;
  letter-spacing: -0.5px;
  width: 80%;
}
.article-details .article-info {
  margin-bottom: 1rem;
  padding-left: 95px;
}
.article-details .article-info span {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #010944;
}
.article-details .article-info span a {
  color: #010944;
}
.article-details .article-info span a:hover {
  color: #0345bf;
}
.article-details .fortune-article-details-content .sppb-col-md-1 {
  margin-top: -40px;
}
.article-details .fortune-article-details-content .sppb-col-md-1 .sppb-addon-social-share ul li {
  margin-bottom: 20px;
}
.article-details .fortune-article-details-content .sppb-col-md-1 .sppb-addon-social-share ul li a {
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.article-details .fortune-article-details-content .sppb-addon-social-share ul > li > a {
  border-radius: 100%;
  color: #010944;
}
.article-details .fortune-article-details-content .sppb-addon-social-share ul > li > a:hover {
  color: #0345bf;
  border-color: #0345bf !important;
}
.article-details .fortune-article-details-content .sppb-addon-testimonial .sppb-addon-testimonial-review {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  padding-left: 125px;
  margin-bottom: 35px;
}
.related-article-list-container .related-article-list .row > [class*="col-"] {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.related-article-list-container .related-article-list .article .article-full-image > img {
  width: 340px;
  border-radius: 9px;
  margin-bottom: 20px;
}
.related-article-list-container .related-article-list .article .article-info > span {
  display: block;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 66px 0;
  border-top: 1px solid rgba(1, 9, 68, 0.1);
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: none;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  background-color: #0d2b80;
  color: #fff;
  border-color: #0d2b80;
  padding: 12px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
.pager > li a:hover {
  background-color: #0345bf;
  border-color: #0345bf;
}
#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: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  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;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper > .mr-auto {
  margin-right: 0px !important;
}
.pagination {
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}
.pagination .page-item {
  padding: 0px 15px;
}
.pagination .page-item.active .page-link {
  border: solid 2px #0345bf;
  border-radius: 50%;
  color: #0345bf;
  width: 48px;
  height: 48px;
  padding-top: 12px;
}
.pagination .page-item.active .page-link:hover, .pagination .page-item.active .page-link:focus, .pagination .page-item.active .page-link:active {
  background-color: #0345bf;
  color: #fff;
}
.pagination .page-item .page-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
  color: #718390;
  background-color: transparent;
  border: none;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link:active {
  color: #0345bf;
  box-shadow: none;
}
.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: 110px 0 100px;
  font-size: 20px;
  line-height: 1.6;
}
#sp-bottom .container {
  max-width: 1300px;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 45px;
  text-transform: uppercase;
  opacity: 0.6;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 30px;
}
#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.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline 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, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon .coming-soon-title, html.offline .coming-soon-title {
  color: #0345bf;
}
html.coming-soon .coming-soon-content, html.offline .coming-soon-content {
  font-size: 30px;
  margin-top: 30px;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #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.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1;
  color: #0345bf;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #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, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 4rem;
}
html.coming-soon .social-icons li a, html.offline .social-icons li a {
  font-size: 20px;
  color: #252525;
}
html.coming-soon .social-icons li a:hover, html.offline .social-icons li a:hover {
  color: #0345bf;
}
html.coming-soon .coming-soon-login form, html.offline .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 {
  font-size: 170px;
  font-weight: bold;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
html.error-page .btn.btn-secondary {
  background: #0345bf;
  border-color: #0345bf;
}
html.error-page .btn.btn-secondary:hover, html.error-page .btn.btn-secondary:focus, html.error-page .btn.btn-secondary:active {
  background-color: #0d2b80;
  border-color: #0d2b80;
  color: #fff;
}
.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;
}
.form-control, 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%;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #252525;
  background-color: #fff;
  border: 1px solid rgba(1, 9, 68, 0.3);
  padding: 17px 20px 16px 20px;
  border-radius: 7px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, 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 {
  box-shadow: none;
  border-color: #0345bf;
  outline: transparent;
}
::-webkit-input-placeholder {
  color: rgba(37, 37, 37, 0.4);
  font-weight: normal;
}
.input-group-prepend {
  display: none;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .input-group > input[type="text"]:not(.form-control):not(:first-child), .input-group > input[type="email"]:not(.form-control):not(:first-child), .input-group > input[type="url"]:not(.form-control):not(:first-child), .input-group > input[type="date"]:not(.form-control):not(:first-child), .input-group > input[type="password"]:not(.form-control):not(:first-child), .input-group > input[type="search"]:not(.form-control):not(:first-child), .input-group > input[type="tel"]:not(.form-control):not(:first-child), .input-group > input[type="number"]:not(.form-control):not(:first-child), .input-group > select:not(.form-control):not(:first-child) {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.sppb-form-group label, .form-group label {
  color: #252525;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  font-weight: normal;
}
.sppb-form-group label .sppb-field-required, .form-group label .sppb-field-required {
  color: #0345bf;
}
.sppb-form-group, .form-group {
  margin-bottom: 30px;
}
select.form-control:not([multiple]), select:not(.form-control):not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  -webkit-appearance: none;
  padding: 20px 20px 19px 20px;
  border-radius: 0px;
  background-color: #fff;
  color: #252525;
  background-image: url("../images/caret-down.svg");
  background-repeat: no-repeat;
  background-position: 95% 15px;
  background-size: 14px;
  border-radius: 7px;
}
select.form-control:not([multiple]):focus, select:not(.form-control):not([multiple]):focus, select.inputbox:not([multiple]):focus, select:not([multiple]):focus {
  border-color: #0345bf;
}
select.sppb-form-control:not([size]):not([multiple]) {
  height: 60px;
}
.sppb-form-group textarea.sppb-form-control {
  color: #252525;
  background-color: #fff;
  padding: 10px 20px 19px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}
.sppb-form-group textarea.sppb-form-control:focus {
  border-color: #0345bf;
}
.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: "Font Awesome 5 Free";
  font-weight: 900;
  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: "Font Awesome 5 Free";
  font-weight: 900;
  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: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
/*----------------------------------------------- Elements Style -----------------------------------------------*/
body .sppb-btn, body .btn {
  padding: 13px 40px 12px 40px;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
  padding-top: 13px;
  padding-bottom: 12px;
}
body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  padding: 16px 48px 15px 47px;
}
body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
  padding: 16px 48px 15px 47px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
  padding: 10px 30px 10px 30px;
}
body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
  padding: 7px 20px 7px 20px;
}
body .sppb-btn.sppb-btn-default, body .btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn-success.sppb-btn, body .btn.btn-primary, body .btn-success.btn {
  background-color: #0345bf;
  color: #fff;
  border-color: #0345bf;
  border-radius: 0px;
}
body .sppb-btn.sppb-btn-default:hover, body .btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:hover, body .sppb-btn.btn-primary:hover, body .btn-success.sppb-btn:hover, body .btn.btn-primary:hover, body .btn-success.btn:hover, body .sppb-btn.sppb-btn-default:focus, body .btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:focus, body .sppb-btn.btn-primary:focus, body .btn-success.sppb-btn:focus, body .btn.btn-primary:focus, body .btn-success.btn:focus, body .sppb-btn.sppb-btn-default:active, body .btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:active, body .btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:active, body .btn-success.sppb-btn:active, body .btn.btn-primary:active, body .btn-success.btn:active {
  background-color: #0d2b80;
  border-color: #0d2b80;
}
body .sppb-btn.sppb-btn-default.sppb-btn-gradient, body .btn.sppb-btn-default.sppb-btn-gradient, body .sppb-btn.sppb-btn-primary.sppb-btn-gradient, body .btn.sppb-btn-primary.sppb-btn-gradient, body .sppb-btn.btn-primary.sppb-btn-gradient, body .btn-success.sppb-btn.sppb-btn-gradient, body .btn.btn-primary.sppb-btn-gradient, body .btn-success.btn.sppb-btn-gradient {
  background-image: linear-gradient(0deg, #0345bf 0, #0d2b80 100%);
  color: #fff;
}
body .sppb-btn.sppb-btn-default.sppb-btn-rounded, body .btn.sppb-btn-default.sppb-btn-rounded, body .sppb-btn.sppb-btn-primary.sppb-btn-rounded, body .btn.sppb-btn-primary.sppb-btn-rounded, body .sppb-btn.btn-primary.sppb-btn-rounded, body .btn-success.sppb-btn.sppb-btn-rounded, body .btn.btn-primary.sppb-btn-rounded, body .btn-success.btn.sppb-btn-rounded {
  border-radius: 3px;
}
body .sppb-btn.sppb-btn-default.sppb-btn-round, body .btn.sppb-btn-default.sppb-btn-round, body .sppb-btn.sppb-btn-primary.sppb-btn-round, body .btn.sppb-btn-primary.sppb-btn-round, body .sppb-btn.btn-primary.sppb-btn-round, body .btn-success.sppb-btn.sppb-btn-round, body .btn.btn-primary.sppb-btn-round, body .btn-success.btn.sppb-btn-round {
  border-radius: 30px;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline, body .btn.sppb-btn-default.sppb-btn-outline, body .sppb-btn.sppb-btn-primary.sppb-btn-outline, body .btn.sppb-btn-primary.sppb-btn-outline, body .sppb-btn.btn-primary.sppb-btn-outline, body .btn-success.sppb-btn.sppb-btn-outline, body .btn.btn-primary.sppb-btn-outline, body .btn-success.btn.sppb-btn-outline {
  background-color: transparent;
  color: #0345bf;
  border-color: #0345bf;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline:hover, body .btn.sppb-btn-default.sppb-btn-outline:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover, body .btn.sppb-btn-primary.sppb-btn-outline:hover, body .sppb-btn.btn-primary.sppb-btn-outline:hover, body .btn-success.sppb-btn.sppb-btn-outline:hover, body .btn.btn-primary.sppb-btn-outline:hover, body .btn-success.btn.sppb-btn-outline:hover {
  background-color: #0345bf;
  color: #fff;
}
body .sppb-btn.sppb-btn-default.sppb-btn-3d, body .btn.sppb-btn-default.sppb-btn-3d, body .sppb-btn.sppb-btn-primary.sppb-btn-3d, body .btn.sppb-btn-primary.sppb-btn-3d, body .sppb-btn.btn-primary.sppb-btn-3d, body .btn-success.sppb-btn.sppb-btn-3d, body .btn.btn-primary.sppb-btn-3d, body .btn-success.btn.sppb-btn-3d {
  border-bottom-color: #0d2b80;
}
body .sppb-btn.sppb-btn-default.sppb-btn-3d:hover, body .btn.sppb-btn-default.sppb-btn-3d:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-3d:hover, body .btn.sppb-btn-primary.sppb-btn-3d:hover, body .sppb-btn.btn-primary.sppb-btn-3d:hover, body .btn-success.sppb-btn.sppb-btn-3d:hover, body .btn.btn-primary.sppb-btn-3d:hover, body .btn-success.btn.sppb-btn-3d:hover {
  border-bottom-color: transparent;
}
body .sppb-btn.sppb-btn-default.color-black, body .btn.sppb-btn-default.color-black, body .sppb-btn.sppb-btn-primary.color-black, body .btn.sppb-btn-primary.color-black, body .sppb-btn.btn-primary.color-black, body .btn-success.sppb-btn.color-black, body .btn.btn-primary.color-black, body .btn-success.btn.color-black {
  color: #252525;
}
body .sppb-btn.sppb-btn-default.color-black:hover, body .btn.sppb-btn-default.color-black:hover, body .sppb-btn.sppb-btn-primary.color-black:hover, body .btn.sppb-btn-primary.color-black:hover, body .sppb-btn.btn-primary.color-black:hover, body .btn-success.sppb-btn.color-black:hover, body .btn.btn-primary.color-black:hover, body .btn-success.btn.color-black:hover, body .sppb-btn.sppb-btn-default.color-black:focus, body .btn.sppb-btn-default.color-black:focus, body .sppb-btn.sppb-btn-primary.color-black:focus, body .btn.sppb-btn-primary.color-black:focus, body .sppb-btn.btn-primary.color-black:focus, body .btn-success.sppb-btn.color-black:focus, body .btn.btn-primary.color-black:focus, body .btn-success.btn.color-black:focus, body .sppb-btn.sppb-btn-default.color-black:active, body .btn.sppb-btn-default.color-black:active, body .sppb-btn.sppb-btn-primary.color-black:active, body .btn.sppb-btn-primary.color-black:active, body .sppb-btn.btn-primary.color-black:active, body .btn-success.sppb-btn.color-black:active, body .btn.btn-primary.color-black:active, body .btn-success.btn.color-black:active {
  color: #fff;
  background-color: #02338d;
}
body .sppb-btn.sppb-btn-secondary, body .btn.sppb-btn-secondary {
  background-color: #252525;
  color: #fff;
  border-color: #252525;
}
body .sppb-btn.sppb-btn-secondary:hover, body .btn.sppb-btn-secondary:hover, body .sppb-btn.sppb-btn-secondary:focus, body .btn.sppb-btn-secondary:focus, body .sppb-btn.sppb-btn-secondary:active, body .btn.sppb-btn-secondary:active {
  background-color: #0c0c0c;
  border-color: #0c0c0c;
  color: #fff;
}
body .sppb-btn.sppb-btn-secondary.sppb-btn-outline, body .btn.sppb-btn-secondary.sppb-btn-outline {
  border-color: #252525;
  background-color: transparent;
  color: #252525;
}
body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:hover, body .btn.sppb-btn-secondary.sppb-btn-outline:hover, body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:focus, body .btn.sppb-btn-secondary.sppb-btn-outline:focus, body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:active, body .btn.sppb-btn-secondary.sppb-btn-outline:active {
  background-color: #252525;
  border-color: #252525;
  color: #fff;
}
body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white, body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white:hover, body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white:hover, body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white:focus, body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white:focus, body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white:active, body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white:active {
  background-color: #0345bf;
  color: #fff;
  border-color: #0345bf;
}
body .sppb-btn.sppb-btn-warning, body .btn.sppb-btn-warning {
  background-color: #f7c845;
  border-color: #f7c845;
  color: #252525;
}
body .sppb-btn.sppb-btn-warning:hover, body .btn.sppb-btn-warning:hover, body .sppb-btn.sppb-btn-warning:focus, body .btn.sppb-btn-warning:focus, body .sppb-btn.sppb-btn-warning:active, body .btn.sppb-btn-warning:active {
  background-color: #f2b200;
  border-color: #f2b200;
}
body .sppb-btn.sppb-btn-link, body .btn.sppb-btn-link {
  padding: 0px;
  color: #0345bf;
  font-weight: bold;
  letter-spacing: 1px !important;
  text-decoration-line: underline !important;
  transition: all 0.3s ease;
}
body .sppb-btn.sppb-btn-link:hover, body .btn.sppb-btn-link:hover {
  transform: translateX(2px);
}
body .sppb-btn.sppb-btn-info, body .btn.sppb-btn-info {
  background-color: #00d9c4;
  border-color: #00d9c4;
}
.btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline:hover, .btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline:focus, .btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline:active {
  background-color: #0345bf;
  color: #fff;
  border-color: #0345bf;
}
body .sppb-btn, body .btn {
  box-shadow: none !important;
  outline: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
.sppb-form-builder-btn .sppb-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding: 16px 23px 15px 24px;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .sppb-form-builder-btn .sppb-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 13px 23px 12px 24px;
  }
}
@media (max-width: 767px) {
  .sppb-form-builder-btn .sppb-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px 9px 20px;
  }
}
.view-login .form-group .btn {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding: 16px 23px 15px 24px;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .view-login .form-group .btn {
    font-size: 18px;
    line-height: 26px;
    padding: 13px 23px 12px 24px;
  }
}
@media (max-width: 767px) {
  .view-login .form-group .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px 9px 20px;
  }
}
.btn:focus {
  box-shadow: none !important;
}
.styled-title, .related-article-list-container {
  position: relative;
}
.styled-title .sppb-addon-title, .related-article-list-container .sppb-addon-title, .styled-title .related-article-title, .related-article-list-container .related-article-title {
  font-size: 52px;
  line-height: 67px;
  font-weight: 600;
}
.styled-title .sppb-addon-title:before, .related-article-list-container .sppb-addon-title:before, .styled-title .related-article-title:before, .related-article-list-container .related-article-title:before {
  position: absolute;
  content: "";
  background-color: #0345bf;
  width: 95px;
  height: 3px;
  left: 0;
  top: 30px;
}
.active-campaign-wrap {
  position: relative;
}
.active-campaign-wrap .sppb-addon-feature .sppb-img-container {
  position: relative;
}
.active-campaign-wrap .sppb-addon-feature .sppb-img-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(3, 69, 191, 0.85);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.active-campaign-wrap .sppb-addon-feature .sppb-media-content a.sppb-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 25%;
  background-color: #fff;
  color: #0345bf;
  border-radius: 3.5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.active-campaign-wrap .sppb-addon-feature .sppb-media-content a.sppb-btn:hover {
  background-color: #0d2b80;
  color: #fff;
}
.active-campaign-wrap:hover .sppb-img-container:after {
  opacity: 1;
}
.active-campaign-wrap:hover .sppb-media-content a.sppb-btn {
  opacity: 1;
}
.volunteer-register-form {
  padding: 0;
}
.volunteer-register-form .sppb-optin-form {
  display: flex;
}
.volunteer-register-form .sppb-optin-form .sppb-form-group {
  padding-right: 15px;
}
.volunteer-register-form .sppb-optin-form .button-wrap .sppb-btn {
  background-color: #0345bf;
  color: #fff;
  border-radius: 9px;
  border: solid 1px #0345bf;
  padding: 22px 33px 23px;
}
.volunteer-register-form .sppb-optin-form .button-wrap .sppb-btn:hover {
  background-color: #0d2b80;
  border: solid 1px #0d2b80;
  cursor: pointer;
}
.header-bar-short, .header-bar-long {
  position: relative;
  display: flex;
}
.header-bar-short:before, .header-bar-long:before {
  content: "";
  display: inline-block;
  width: 95px;
  background: #0345bf;
  height: 3px;
  position: relative;
  top: 33px;
  margin-right: 30px;
}
.header-bar-long:before {
  flex: 1 0 auto;
}
.fortune-client-wrapper .sppb-addon-content > .sppb-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.fortune-client-wrapper .sppb-addon-content > .sppb-row > div {
  flex: 1 0 auto;
  width: auto;
  background: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  border-radius: 9px;
  padding: 28px 0px;
  text-align: center;
  transition: all 0.3s ease;
}
.fortune-client-wrapper .sppb-addon-content > .sppb-row > div:hover {
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.fortune-client-wrapper .sppb-addon-content > .sppb-row > div:not(:last-child) {
  margin-right: 35px;
}
.feature-image-shadow .sppb-img-container {
  background: #fff;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
  border-radius: 3.5px;
  padding: 32px;
  border-radius: 100%;
}
.fortune-section-radius {
  border-radius: 90px 90px 0px 0px;
}
.fortune-optin-form .sppb-optin-form-details {
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.fortune-optin-form .sppb-optin-form input {
  padding: 13px 20px 14px 20px;
}
.fortune-optin-form .sppb-optin-form.form-inline .button-wrap {
  margin-bottom: 30px;
}
.fortune-optin-form .sppb-btn {
  padding: 17px 40px;
}
.fortune-testimonial .fa-quote-left {
  display: inline-block;
  border-radius: 100%;
  padding: 28px;
  position: relative;
  top: -45px;
  background-color: #fff;
}
.fortune-testimonial .sppb-addon-testimonial-client:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #010944;
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: 15px;
}
.fortune-chart ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.fortune-chart ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #252525;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.fortune-chart ul li:last-child {
  margin-top: 10px;
}
.fortune-chart ul li:last-child:before {
  background-color: #f7c845;
}
.fortune-donation-wrapper .sppb-nav-tabs li:first-child {
  margin-right: 15px;
}
.fortune-donation-wrapper .sppb-nav-tabs li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding: 16px 82px;
  border: 1px solid #010944;
  box-sizing: border-box;
  border-radius: 7px;
  background-color: transparent;
  color: #252525;
}
.fortune-donation-wrapper .sppb-nav-tabs li.active a {
  background-color: #fbede7;
  color: #0345bf;
  border: 1px solid #0345bf;
}
.fortune-donation-wrapper .sppb-addon-donation .donation-input {
  max-width: 120px;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  border-color: #252525;
  margin-bottom: 10px;
}
.fortune-donation-wrapper .sppb-addon-donation .donation-input:focus {
  background: #fbede7;
  color: #0345bf;
  border-color: #0345bf;
}
.fortune-donation-wrapper .sppb-addon-donation .donation-input:not(:last-child) {
  margin-right: 14px;
}
.fortune-donation-wrapper .sppb-addon-donation .donation-button .btn.btn-primary, .fortune-donation-wrapper .sppb-addon-donation .donation-button .btn-success.btn {
  width: 100%;
  margin-top: 20px;
  border-radius: 3px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
.fortune-donation-wrapper .sppb-nav-tabs {
  border-bottom: none;
}
.fortune-donation-wrapper .sppb-tab-tabs-content .sppb-addon-content {
  background: #dedfe5;
  padding: 17px 33px;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
  margin-top: 10px;
}
.fortune-donation-wrapper .sppb-tab-tabs-content .sppb-addon-content:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: 110px;
  background-color: #dedfe5;
  transform: rotate(45deg);
}
.sppb-addon.sppb-addon-single-image .sppb-addon-image-overlay {
  background-color: var(--link-color-fade3) !important;
}
.sppb-addon.sppb-addon-single-image .sppb-magnific-popup.sppb-addon-image-overlay-icon {
  background: #fff;
  color: #000;
  line-height: 36px;
  transition: transform 0.3s ease-out;
}
.sppb-addon.sppb-addon-single-image .sppb-magnific-popup.sppb-addon-image-overlay-icon:hover, .sppb-addon.sppb-addon-single-image .sppb-magnific-popup.sppb-addon-image-overlay-icon:focus {
  transform: scale(1.3);
}
.sp-custom-login-on {
  position: relative;
}
.sp-custom-login-on .icons-wrap {
  display: flex;
  align-items: center;
}
.sp-custom-login-on .icons-wrap .user-icon {
  font-size: 20px;
  margin-right: 5px;
}
.sp-custom-login-on .icons-wrap .log-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.sp-custom-login-on .arrow-icon {
  font-size: 12px;
  margin-left: 5px;
}
.sp-custom-login-on .form-login-wrap {
  position: absolute;
  top: 100%;
  display: none;
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  right: -15px;
  padding-top: 23px;
}
.sp-custom-login-on .form-login-wrap .login-greeting {
  margin-bottom: 10px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper {
  font-size: 14px;
  min-width: 150px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu {
  list-style: none;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #efeff3;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li:not(:last-child) {
  margin-bottom: 15px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button {
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 10px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:hover, .sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:focus {
  color: #0345bf;
  cursor: pointer;
  text-decoration: none;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:hover input[type="submit"], .sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:focus input[type="submit"] {
  color: #0345bf !important;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button i.fa {
  font-size: 18px;
  margin-right: 10px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button input[type="submit"] {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #252525 !important;
}
.sp-custom-login-on:hover .form-login-wrap {
  display: block;
}
.view-article #sp-main-body {
  padding: 40px 0px 90px 0px;
}
.view-article #sp-main-body .container {
  max-width: 1270px;
  padding-left: 0;
}
.view-article ul.categories-module {
  padding: 85px 0;
  background-color: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
  border-radius: 9px;
}
.view-article ul.categories-module > li {
  display: block;
  padding: 0 25px;
  position: relative;
}
.view-article ul.categories-module > li h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 15px 0;
}
.view-article ul.categories-module > li h4 > a {
  display: block;
  padding: 2px 0;
  color: rgba(1, 9, 68, 0.5);
}
.view-article ul.categories-module > li:before {
  position: absolute;
  content: "";
  background-color: #0345bf;
  width: 3px;
  height: 30px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.view-article ul.categories-module > li:hover:before, .view-article ul.categories-module > li.active:before {
  opacity: 1;
}
.view-article ul.categories-module > li:hover h4 a, .view-article ul.categories-module > li.active h4 a {
  color: #0345bf;
}
.fortune-feature-article .sppb-addon-article {
  background: #f8f9f9;
  border-radius: 9px;
  padding: 35px 35px 45px 35px;
  transition: all 0.3s ease;
}
.fortune-feature-article .sppb-addon-article:hover {
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.fortune-feature-article .sppb-addon-article .sppb-article-img-wrap img {
  border-radius: 7px 7px 0px 0px;
}
.fortune-feature-article .sppb-addon-article .sppb-article-info-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.fortune-feature-article .sppb-addon-article .sppb-article-info-wrap h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 20px;
}
.fortune-feature-article .sppb-addon-article .sppb-article-info-wrap h3 a {
  color: #252525;
}
.fortune-feature-article .sppb-addon-article .sppb-article-info-wrap h3 a:hover {
  color: #0345bf;
}
.fortune-feature-article .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  order: -1;
}
.fortune-feature-article .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #010944;
}
.fortune-feature-article .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
  line-height: 27px;
}
.fortune-article-list .sppb-addon-article {
  background: #f8f9f9;
  border-radius: 9px;
  display: flex;
  padding: 20px 30px 20px 20px;
  transition: all 0.3s ease;
}
.fortune-article-list .sppb-addon-article:hover {
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.fortune-article-list .sppb-addon-article .sppb-article-img-wrap {
  flex: 1 0 190px;
  max-width: 190px;
  margin-right: 25px;
}
.fortune-article-list .sppb-addon-article .sppb-article-img-wrap img {
  border-radius: 7px 0px 0px 7px;
}
.fortune-article-list .sppb-addon-article .sppb-article-info-wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.fortune-article-list .sppb-addon-article .sppb-article-info-wrap h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
}
.fortune-article-list .sppb-addon-article .sppb-article-info-wrap h3 a {
  color: #252525;
}
.fortune-article-list .sppb-addon-article .sppb-article-info-wrap h3 a:hover {
  color: #0345bf;
}
.fortune-article-list .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  margin: 0px 0px 5px 0px;
}
.fortune-article-list .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #252525;
  margin: 0px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
  background: #0345bf;
  width: 4px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
  max-width: 217px;
  line-height: normal;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
  top: 55px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
  line-height: normal;
  max-width: 217px;
  margin-left: auto;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-panel:before {
  top: 50px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
  display: none;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
  height: 40px;
  width: 40px;
  border: none;
  background-color: #0345bf;
  top: 100%;
  transform: translate(-45%, -50%);
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  background: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
  border-radius: 9px;
  margin-left: 70px;
  text-align: left;
  padding: 40px 30px 45px 40px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
  margin-right: 70px;
  margin-left: 0px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
  border-width: 25px;
  top: 75px;
  box-shadow: none;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  width: 475px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
}
.fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}
.fortune-timeline.sppb-addon-timeline .timeline-date {
  background: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
  border-radius: 9px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #0345bf;
  padding: 25px 25px 25px 25px;
  position: relative;
  top: 40px;
}
.fortune-pricing-btn-group .sppb-btn.sppb-btn-primary {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding: 16px 30px;
}
.fortune-evnts .article-list .article {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid rgba(1, 5, 40, 0.07);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
}
.fortune-evnts .article-list .article > a {
  width: 75%;
}
.fortune-evnts .article-list .article .article-intro-image > img {
  margin-bottom: 0;
  border-radius: 9px 0 0 9px;
}
.fortune-evnts .article-list .article .article-body {
  padding: 30px;
}
.fortune-evnts .article-list .article .article-body .fortune-article-title-wrapper .article-info {
  display: none;
}
.fortune-evnts .article-list .article .article-body .fortune-article-title-wrapper .article-header h2 {
  font-weight: 500;
}
.fortune-evnts .article-list .article .article-body dl.fields-container .field-entry span.field-label {
  display: none;
}
.fortune-evnts .article-list .article .article-body dl.fields-container .field-entry span.field-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #010944;
}
.fortune-evnts .article-list .article .article-body .article-introtext {
  color: rgba(1, 5, 40, 0.7);
}
.view-article.fortune-evnts .article-details .article-header {
  width: 65%;
  margin-bottom: 50px;
}
.view-article.fortune-evnts .article-details .article-header h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
}
.view-article.fortune-evnts .article-details .article-info, .view-article.fortune-evnts .article-details .fields-container {
  display: none;
}
.view-article.fortune-evnts .article-details .leaflet-popup-content-wrapper {
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
  border-radius: 9px;
}
.view-article.fortune-evnts .article-details .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 20px;
  margin: 30px 100px;
}
.view-article.fortune-evnts .article-details .leaflet-container a.leaflet-popup-close-button {
  top: 5px;
  right: 5px;
}
.view-article.fortune-evnts .article-details .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  margin-bottom: 35px;
}
.view-article.fortune-evnts .article-details .sppb-addon-openstreetmap {
  border-radius: 9px;
}
.view-article.fortune-evnts .related-article-list-container, .view-article.fortune-evnts ul.pager {
  display: none;
}
.view-category .container {
  max-width: 1285px;
  padding-left: 0;
  padding-right: 0;
}
.view-category .container .blog {
  padding-right: 170px;
}
.view-category.blog-sidebar .blog {
  padding-right: 105px;
}
.view-category.fortune-evnts .blog {
  padding-right: 190px;
}
.view-category .blog-listing-top-title-wrapper h3 {
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
  margin-bottom: 50px;
}
.view-category .blog-listing-top-title-wrapper h3.event-listing-top-title {
  display: none;
}
.view-category.fortune-evnts h3.event-listing-top-title {
  display: block;
}
.view-category.fortune-evnts h3.blog-listing-top-title {
  display: none;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  padding: 30px;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  left: 8px;
  right: auto;
  font-size: 18px;
  color: #010944;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-title {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 27px;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active + .sppb-panel-collapse {
  background: rgba(243, 243, 243, .7);
  border-radius: 0px 0px 9px 9px;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
  border-bottom: none;
  background: rgba(243, 243, 243, .7);
  border-radius: 9px 9px 0px 0px;
}
.sppb-addon-accordion .sppb-panel-body {
  border: none;
  padding: 0px 30px 30px 30px;
  font-weight: 500;
}
.old-age-home #offcanvas-toggler > .fa {
  color: #fff;
}
.old-age-home .sp-header-wrap .container {
  max-width: 1430px;
}
.old-age-home .body-innerwrapper {
  padding-top: 170px;
}
.old-age-home #sp-header {
  background: #104040;
}
.old-age-home #sp-header > .container > div {
  border-bottom: none;
}
.old-age-home .sp-megamenu-parent > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.old-age-home .sp-megamenu-parent > li.active > a, .old-age-home .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}
.old-age-home .sp-megamenu-parent > li:hover > a {
  color: #fff;
}
.old-age-home .sp-custom-login .sppb-btn.sppb-btn-default {
  border-color: #fff;
  color: #fff;
}
.old-age-home .sp-custom-login .sppb-btn.sppb-btn-default:hover, .old-age-home .sp-custom-login .sppb-btn.sppb-btn-default:focus, .old-age-home .sp-custom-login .sppb-btn.sppb-btn-default:active {
  border-color: #0345bf;
}
.old-age-home .sp-custom-login-on {
  color: rgba(255, 255, 255, 0.5);
}
.old-age-home .sp-custom-login-on:hover {
  color: #fff;
}
.left-radious {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.right-radious {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.recommended-price {
  transform: scale(1.1);
  position: relative;
  z-index: 10;
}
.recommended-price .sppb-pricing-price-container {
  border: none !important;
  padding-bottom: 0px !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.fortune-pricing .sppb-tab-content > .sppb-tab-pane.active {
  display: flex;
}
.fortune-pricing .sppb-tab-content > .sppb-tab-pane > div {
  flex: 1;
}
.fortune-pricing .sppb-addon-pricing-table {
  background: #fff;
  border: 1px solid rgba(1, 5, 40, 0.07);
  border-radius: 10px;
  text-align: left;
  transition: 0.3s;
}
.fortune-pricing .sppb-addon-pricing-table:hover {
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
}
.fortune-pricing .sppb-addon-pricing-table:hover .sppb-btn {
  background-color: #0345bf !important;
  border-color: #0345bf !important;
  color: #fff !important;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-price-container {
  border-bottom: 1px solid rgba(1, 9, 68, 0.07);
  padding: 55px 55px 35px 55px;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-price-container .sppb-pricing-price {
  display: flex;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-price-container .sppb-pricing-price small {
  font-size: 20px;
  margin-left: 10px;
  opacity: 0.5;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-duration {
  display: block;
  margin-top: 25px;
  text-transform: uppercase;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-features {
  font-weight: 500;
  padding: 15px 55px 15px 55px;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-features i.fa {
  background: rgba(94, 172, 122, 0.1);
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
  font-size: 11px;
  margin-right: 10px;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-features i.fa.fa-close {
  background: var(--link-color-fade9);
  color: var(--link-color);
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-footer {
  padding: 5px 55px 55px 55px;
}
.fortune-pricing .sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn {
  border-radius: 9px !important;
}
.fortune-pricing .recommended.sppb-addon-pricing-table {
  transform: scale(1.1);
}
.fortune-pricing .recommended.sppb-addon-pricing-table .sppb-pricing-price-container {
  border: none !important;
  padding-bottom: 0px !important;
  padding-top: 90px;
}
.fortune-pricing .sppb-tab {
  text-align: center;
}
.fortune-pricing .sppb-tab .sppb-nav {
  margin-bottom: 80px;
  text-align: center;
  display: inline-block;
  background: #f3f3f3;
  border-radius: 9px;
  padding: 10px;
}
.fortune-pricing .sppb-tab .sppb-nav > li > a {
  font-size: 20px;
  color: rgba(1, 9, 68, .5);
  padding: 16px 50px;
}
.fortune-pricing .sppb-tab .sppb-nav > li.active > a {
  color: #010944;
  background-color: #fff !important;
}
.custom-table-pricing .table td, .custom-table-pricing .table th {
  border: none !important;
  border-bottom: none !important;
  padding: 17px;
  vertical-align: middle;
}
.custom-table-pricing .table thead th:nth-child(2), .custom-table-pricing .table thead th:nth-child(3), .custom-table-pricing .table td {
  border-left: 1px solid rgba(1, 5, 40, 0.07) !important;
  border-right: 1px solid rgba(1, 5, 40, 0.07) !important;
  text-align: center;
}
.custom-table-pricing .table thead th:nth-child(2), .custom-table-pricing .table thead th:nth-child(3) {
  border-top: 1px solid rgba(1, 5, 40, 0.07) !important;
}
.custom-table-pricing .table .price {
  font-weight: bold;
  font-family: Lora;
  font-size: 61px;
  line-height: 83px;
  display: block;
}
.custom-table-pricing .table .title {
  font-family: Lora;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 27px;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.custom-table-pricing .table i.fa {
  background: rgba(9, 172, 122, 0.1);
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  margin-right: 10px;
  color: #5eac7a;
}
.custom-table-pricing .table i.fa.fa-close {
  background: var(--link-color-fade9);
  color: var(--link-color);
}
.custom-table-pricing .table .sppb-btn {
  font-weight: 700;
  border-radius: 9px;
}
.custom-table-pricing .table .sppb-btn:hover, .custom-table-pricing .table .sppb-btn:focus {
  background-color: #0345bf !important;
  border-color: #0345bf !important;
  color: #fff !important;
}
.custom-table-pricing .table tr:last-child td {
  border-bottom: 1px solid rgba(1, 5, 40, 0.07) !important;
}
.fortune-tab-wrapper .sppb-addon-content {
  flex-direction: row-reverse;
}
.fortune-tab-wrapper .sppb-addon-title {
  width: 40%;
  margin-left: auto;
  margin-bottom: 40px;
}
.fortune-tab-wrapper .sppb-nav {
  flex: 1 0 40%;
  max-width: 40%;
  padding-right: 0px !important;
}
.fortune-tab-wrapper .sppb-nav li.active a {
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.fortune-tab-wrapper .sppb-nav li:first-child a {
  border-radius: 9px 9px 0px 0px;
}
.fortune-tab-wrapper .sppb-nav li:last-child a {
  border-radius: 0px 0px 9px 9px;
}
.fortune-tab-wrapper .sppb-nav li a {
  z-index: 1;
}
.fortune-tab-wrapper .sppb-nav li a .sppb-tab-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: #010944;
  margin-top: 10px;
}
.fortune-tab-wrapper .sppb-tab-content {
  position: relative;
  flex: 1 0 60%;
  max-width: 60%;
  width: auto !important;
  margin-right: 190px;
  margin-top: -160px;
}
.fortune-tab-wrapper .sppb-tab-content:before {
  background: rgba(24, 77, 77, 0.1);
  border-radius: 7px;
  width: 540px;
  height: 690px;
  display: block;
  top: 0px;
  left: 190px;
  content: "";
  position: absolute;
  border-radius: 9px 9px 90px 9px;
}
.fortune-tab-wrapper .sppb-tab-content:after {
  content: url("../images/wave-shape-black.png");
  position: absolute;
  bottom: -35px;
  right: -98px;
  z-index: -1;
}
.fortune-tab-wrapper .sppb-tab-content .sppb-addon-content {
  margin-top: 65px;
}
.fortune-tab-wrapper .sppb-tab-content .sppb-addon-content img {
  border-radius: 7px;
}
.old-age-home #sp-bottom {
  background: #fafafa;
  color: #252525;
}
.old-age-home #sp-bottom .sp-module .sp-module-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  margin: 0 0 45px;
  text-transform: uppercase;
  color: #252525;
  opacity: 0.7;
}
.old-age-home #sp-bottom .sp-module ul > li > a {
  display: block;
  color: #252525;
  opacity: 0.7;
}
.old-age-home #sp-bottom5 .sppb-optin-form .sppb-btn.sppb-btn-default {
  color: #010944;
  background-color: #f7c845;
  border-color: #f7c845;
  letter-spacing: 0px;
  padding: 15px 40px 15px 40px;
}
.old-age-home #sp-bottom5 .social-icons li a {
  color: rgba(37, 37, 37, 0.4);
}
.old-age-home #sp-bottom5 .social-icons li a:hover {
  color: #0345bf;
}
.old-age-home #sp-bottom5 .social-icons li a:hover span {
  border-color: #0345bf;
}
.old-age-home #sp-bottom5 .social-icons li a span {
  padding: 10px;
  border: 1px solid rgba(37, 37, 37, 0.4);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px 0px;
  text-align: center;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 100px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.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 {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.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) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 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 {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  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: "Font Awesome 5 Free";
  font-weight: 900;
  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;
  }
}
#offcanvas-toggler {
  display: block;
  height: 100px;
  line-height: 100px;
  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: 45px;
  left: 40px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #252525;
}
.close-offcanvas:hover {
  color: #252525;
}
.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 .logo {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
  margin: 40px 30px 0px 0px;
}
.offcanvas-menu .logo .sppb-addon-single-image img {
  width: 30px;
  height: 30px;
}
.offcanvas-menu .logo .sp-custom-login .sppb-btn.sppb-btn-default {
  border: 0px;
  padding: 0px;
  border-bottom: 1px solid;
  margin-left: 15px;
}
.offcanvas-menu .offcanvas-inner {
  padding: 0px 0px 0px 45px;
  margin-top: 50px;
}
.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.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active span {
  color: #0345bf;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(166, 167, 179, 0.5);
  padding-bottom: 15px;
  padding-top: 15px;
}
.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: "Font Awesome 5 Free";
  font-weight: 900;
}
.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: "\f0d7";
  position: relative;
  right: 130px;
  color: rgba(1, 5, 40, 0.5);
  font-size: 16px;
  top: 3px;
}
.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: "\f0da";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f0da";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
/*==========================================================================================*/
@media (max-width: 1400px) {
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div {
    padding: 18px 0px;
  }
}
@media (max-width: 1200px) {
  #sp-bottom .sp-module ul > li {
    margin-bottom: 10px;
  }
  #sp-bottom .sp-module .sp-module-title {
    margin: 0 0 15px;
  }
}
/*========================     Below 1200Px      ===========================================*/
@media (max-width: 1199px) and (min-width: 992px) {
  .volunteer-register-form .sppb-optin-form {
    display: inherit;
  }
  .marin-left {
    margin-left: -60px !important;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div:not(:last-child) {
    margin-right: 15px;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div {
    padding: 10px 0px;
    margin-bottom: 20px;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div {
    flex: 1 0 23%;
  }
  .article-list.articles-leading .article .article-body .article-header > h2 {
    font-size: 32px;
    line-height: 41px;
  }
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 22px;
    line-height: 31px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 51px;
    line-height: 73px;
  }
  .styled-title .sppb-addon-title, .related-article-list-container .sppb-addon-title, .styled-title .related-article-title, .related-article-list-container .related-article-title {
    font-size: 42px;
    line-height: 57px;
  }
  .fortune-tab-wrapper .sppb-tab-content:before {
    left: 95px;
  }
  .fortune-tab-wrapper .sppb-tab-content {
    margin-right: 115px;
  }
  #sp-left .sp-module, #sp-right .sp-module {
    padding: 65px 0;
  }
  .fortune-evnts .article-list .article .article-body {
    padding: 20px;
  }
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .fortune-evnts .article-list .article .article-body dl.fields-container .field-entry span.field-value, .article-list .article .article-introtext {
    font-size: 12px;
    line-height: 23px;
  }
  .old-age-home #sp-bottom5 .sppb-optin-form .sppb-btn.sppb-btn-default {
    padding: 15px 30px 15px 30px;
  }
  .view-category .container {
    max-width: inherit;
    padding-right: 15px;
    padding-left: 15px;
  }
  .view-category .container .blog {
    padding-right: 15px;
  }
  .view-article #sp-main-body .container {
    max-width: inherit;
    padding-left: 15px;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 8px;
  }
}
/*==========================================================================================*/
/*========================     Below 992Px      ===========================================*/
@media (max-width: 991px) {
  body .sppb-btn, body .btn {
    padding: 11px 30px 10px 30px;
  }
  body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
    padding: 10px 20px 10px 20px;
  }
  body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
    padding: 7px 15px 7px 15px;
    font-size: 12px;
  }
  .form-control, 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) {
    padding: 13px 15px 12px 15px;
  }
  .sppb-form-group label, .form-group label {
    font-size: 18px;
    line-height: 26px;
  }
  .volunteer-register-form .sppb-optin-form {
    display: inherit;
  }
  .active-campaign-wrap .sppb-addon-feature .sppb-media-content a.sppb-btn {
    top: 40%;
  }
  .volunteer-register-form .sppb-optin-form .button-wrap .sppb-btn {
    padding: 14px 33px 15px;
    margin-right: 15px;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div:not(:last-child) {
    margin-right: 15px;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div {
    padding: 10px 0px;
    margin-bottom: 20px;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div {
    flex: 1 0 22%;
  }
  .fortune-section-radius {
    border-radius: 10px 10px 0px 0px;
  }
  .fortune-testimonial .fa-quote-left {
    padding: 20px;
    top: -30px;
  }
  .view-registration #sp-component {
    padding: 30px 20px 30px 20px;
    margin: 0px;
  }
  .view-registration .registration button.btn.btn-primary, .view-registration .registration button.btn-success.btn, .view-registration .registration .btn-secondary {
    font-size: 16px;
    line-height: 26px;
  }
  .fortune-optin-form .sppb-optin-form-details {
    font-size: 24px;
    line-height: 34px;
  }
  .article-list.articles-leading .article {
    display: inherit;
  }
  .article-list.articles-leading .article a .article-intro-image > img {
    border-radius: 9px 9px 0 0;
  }
  .article-list.articles-leading .article .article-body {
    padding: 40px;
  }
  .article-list.articles-leading .article .article-body .article-header > h2 {
    font-size: 32px;
    line-height: 41px;
  }
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .article-info > span {
    font-size: 12px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    width: 312px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    padding: 20px 20px 25px 20px;
    margin-left: 30px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    margin-right: 30px;
    margin-left: 0px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 41px;
    line-height: 63px;
  }
  .article-details .article-info {
    padding-left: 0;
  }
  .article-details .fortune-article-details-content .sppb-col-md-1 {
    margin-top: 0;
  }
  .view-article ul.categories-module {
    padding: 35px 0;
  }
  .styled-title .sppb-addon-title, .related-article-list-container .sppb-addon-title, .styled-title .related-article-title, .related-article-list-container .related-article-title {
    font-size: 42px;
    line-height: 57px;
  }
  .view-article #sp-main-body {
    padding: 30px 0px 0px 0px;
  }
  #sp-left .sp-module, #sp-right .sp-module {
    padding: 40px 0;
  }
  .fortune-evnts .article-list .article {
    display: inherit;
  }
  .fortune-evnts .article-list .article .article-intro-image > img {
    border-radius: 9px 9px 0 0;
  }
  .fortune-pricing .sppb-addon-pricing-table .sppb-pricing-features {
    padding: 20px;
  }
  .fortune-tab-wrapper .sppb-tab-content:before {
    display: none;
  }
  .fortune-tab-wrapper .sppb-tab-content:before {
    display: none;
  }
  .fortune-tab-wrapper .sppb-tab-content:after {
    display: none;
  }
  .fortune-tab-wrapper .sppb-addon-content {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .fortune-tab-wrapper .sppb-nav {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .fortune-tab-wrapper .sppb-tab-content:after {
    display: none;
  }
  .fortune-tab-wrapper .sppb-addon-content {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .fortune-tab-wrapper .sppb-nav {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .fortune-tab-wrapper .sppb-tab-content {
    position: relative;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .fortune-tab-wrapper .sppb-addon-title {
    width: 100%;
  }
  .fortune-tab-wrapper .sppb-tab-content {
    margin-right: 0px;
    margin-top: 0px;
  }
  .fortune-pricing .sppb-addon-pricing-table .sppb-pricing-features {
    padding: 20px;
  }
  .fortune-pricing .sppb-addon-pricing-table .sppb-pricing-price-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fortune-pricing .sppb-addon-pricing-table .sppb-pricing-features {
    padding: 20px;
  }
  .fortune-pricing .sppb-addon-pricing-table .sppb-pricing-price-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .view-category .container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .old-age-home #sp-bottom5 .sppb-optin-form .sppb-btn.sppb-btn-default {
    padding: 9px 30px 8px 30px;
  }
  .old-age-home #sp-bottom5 .social-icons li a span {
    width: 40px;
    height: 40px;
    padding: 12px 0px;
  }
  .fortune-donation-wrapper .sppb-addon-donation .donation-input {
    max-width: 100px;
    font-size: 16px;
    line-height: 26px;
  }
  .fortune-donation-wrapper .sppb-addon-donation .donation-button .btn.btn-primary, .fortune-donation-wrapper .sppb-addon-donation .donation-button .btn-success.btn {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    top: 35px;
    margin-left: 20px;
  }
  .view-category .container {
    max-width: inherit;
    padding-right: 15px;
    padding-left: 15px;
  }
  .view-category .container .blog {
    padding-right: 0;
  }
  .view-article #sp-main-body .container {
    max-width: inherit;
    padding-left: 15px;
  }
  .body-innerwrapper {
    overflow-x: hidden;
    padding-top: 220px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
    border-width: 15px;
    top: 70px;
    box-shadow: none;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-panel:before {
    top: 65px;
  }
  #sp-bottom {
    padding: 60px 0 60px;
  }
}
/*==========================================================================================*/
/*========================     Below 768Px      ===========================================*/
@media (max-width: 767px) {
  body .sppb-btn, body .btn {
    padding: 11px 20px 10px 20px;
  }
  body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
    padding: 11px 30px 10px 30px;
    font-size: 16px;
  }
  body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
    padding: 11px 30px 10px 30px;
  }
  body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
    padding: 8px 15px 7px 15px;
  }
  body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
    padding: 6px 10px 5px 10px;
    font-size: 12px;
  }
  .form-control, 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) {
    padding: 10px 10px 9px 10px;
  }
  .sppb-form-group label, .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
  .sppb-form-group, .form-group {
    margin-bottom: 20px;
  }
  .header-bar-long:before {
    max-width: 50px;
    top: 15px;
    margin-right: 20px;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div {
    flex: 1 0 45%;
  }
  .fortune-client-wrapper .sppb-addon-content > .sppb-row > div:last-child {
    margin-right: 15px;
  }
  .feature-image-shadow .sppb-img-container {
    padding: 22px;
  }
  .sppb-addon-optin-forms {
    padding: 20px;
  }
  .fortune-optin-form .sppb-btn.sppb-btn-primary {
    padding: 13px 20px;
  }
  .fortune-optin-form .sppb-optin-form.form-inline .button-wrap {
    margin-bottom: 20px;
  }
  .fortune-optin-form .sppb-optin-form-details {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .view-registration #sp-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-registration #sp-component {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-registration #sp-component {
    padding: 20px 20px 20px 20px;
  }
  .view-registration .registration legend {
    font-size: 20px;
    line-height: 30px;
  }
  .view-registration .registration button.btn.btn-primary, .view-registration .registration button.btn-success.btn, .view-registration .registration .btn-secondary {
    font-size: 14px;
    line-height: 22px;
  }
  .fortune-article-list .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .fortune-article-list .sppb-addon-article .sppb-article-img-wrap {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .fortune-article-list .sppb-addon-article .sppb-article-img-wrap img {
    border-radius: 7px 7px 0px 0px;
  }
  .fortune-article-list .sppb-addon-article {
    flex-direction: column;
  }
  .fortune-feature-article .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .fortune-feature-article .sppb-addon-article {
    padding: 25px 20px 30px 20px;
  }
  .header-bar-short:before, .header-bar-long:before {
    width: 50px;
    top: 15px;
    margin-right: 20px;
  }
  .fortune-pricing-btn-group .sppb-btn.sppb-btn-primary {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 24px;
  }
  .fortune-donation-wrapper .sppb-nav-tabs li a {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 40px;
  }
  .fortune-donation-wrapper .sppb-tab-tabs-content .sppb-addon-content:before {
    right: auto;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
    display: none;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
    display: none;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    top: 35px;
    margin-left: 20px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    margin-left: 20px;
    top: 30px;
  }
  .recommended-price {
    transform: scale(1);
  }
  .fortune-tab-wrapper .sppb-tab-content .sppb-addon-content {
    margin-top: 30px;
  }
  .old-age-home #sp-bottom5 .sppb-optin-form .sppb-btn.sppb-btn-default {
    padding: 9px 30px 8px 30px;
  }
  .old-age-home #sp-bottom5 .social-icons li a span {
    width: 40px;
    height: 40px;
    padding: 12px 0px;
  }
  .fortune-donation-wrapper .sppb-addon-donation .donation-input {
    max-width: 100px;
    font-size: 16px;
    line-height: 26px;
  }
  .fortune-donation-wrapper .sppb-addon-donation .donation-button .btn.btn-primary, .fortune-donation-wrapper .sppb-addon-donation .donation-button .btn-success.btn {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .fortune-optin-form .sppb-btn {
    padding: 12px 30px;
  }
  .old-age-home #sp-bottom .sp-module .sp-module-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
    height: 30px;
    width: 30px;
    border: none;
  }
  .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    width: 290px;
  }
  html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem;
  }
  html.coming-soon .coming-soon-title, html.offline .coming-soon-title {
    color: #0345bf;
    font-size: 40px;
  }
  html.coming-soon .coming-soon-content, html.offline .coming-soon-content {
    font-size: 20px;
    margin-top: 20px;
  }
  html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
    margin-top: 4rem;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
    margin: 0;
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    width: 100%;
    font-size: 40px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 20px;
  }
}
/*==========================================================================================*/
/*========================     Below 575Px      ===========================================*/
@media (max-width: 575px) {
  .fortune-optin-form .sppb-optin-form .sppb-form-group {
    width: 100%;
  }
  .fortune-pricing .sppb-tab-content > .sppb-tab-pane.active {
    flex-direction: column;
  }
  .fortune-pricing .sppb-tab-content > .sppb-tab-pane.active .fortune-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    margin-left: 20px;
    top: 30px;
  }
  .fortune-pricing .sppb-tab-content > .sppb-tab-pane.active .recommended-price {
    transform: scale(1);
  }
  .fortune-pricing .sppb-tab-content > .sppb-tab-pane.active > div {
    margin-bottom: 20px !important;
  }
  .fortune-pricing .recommended.sppb-addon-pricing-table {
    transform: scale(1);
  }
  .fortune-pricing .sppb-addon-pricing-table .sppb-pricing-price-container {
    padding-top: 20px !important;
  }
}
/*==========================================================================================*/
/*========================     Below 480Px      ===========================================*/
@media (max-width: 480px) {
  .volunteer-register-form .sppb-optin-form .button-wrap .sppb-btn {
    padding: 12px 33px 13px;
    margin-right: 15px;
  }
  #sp-bottom {
    padding: 30px 0 30px;
    font-size: 14px;
  }
  #sp-bottom .sp-module .sp-module-title {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #sp-bottom .sp-module ul > li {
    display: block;
    margin-bottom: 5px;
  }
  .view-category .blog-listing-top-title-wrapper h3 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 30px;
  }
  .article-list.articles-leading .article .article-body {
    padding: 20px;
  }
  .article-list.articles-leading .article .article-body .article-header > h2 {
    font-size: 22px;
    line-height: 31px;
  }
  .article-list .article .article-introtext {
    font-size: 12px;
    line-height: 23px;
  }
  .article-list.articles-leading .article {
    margin-bottom: 40px;
  }
  .article-list .article {
    margin-bottom: 25px;
  }
  .view-category #sp-main-body {
    padding: 20px 0px 40px 0px !important;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 31px;
    line-height: 53px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    width: 100%;
  }
  .article-list .article {
    margin-bottom: 25px;
  }
  .view-category #sp-main-body {
    padding: 20px 0px 40px 0px !important;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 31px;
    line-height: 53px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    width: 100%;
  }
  .styled-title .sppb-addon-title, .related-article-list-container .sppb-addon-title, .styled-title .related-article-title, .related-article-list-container .related-article-title {
    font-size: 32px;
    line-height: 57px;
  }
  .styled-title .sppb-addon-title:before, .related-article-list-container .sppb-addon-title:before, .styled-title .related-article-title:before, .related-article-list-container .related-article-title:before {
    width: 50px;
  }
  .related-article-list-container .related-article-list .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-article-list-container .related-article-title {
    padding-left: 70px;
  }
  .article-details .pager {
    display: none;
  }
  .view-article.fortune-evnts .article-details .article-header {
    width: 100%;
    margin-bottom: 20px;
  }
  .view-article.fortune-evnts .article-details .article-header h1 {
    font-size: 32px;
    line-height: 41px;
  }
  .fortune-pricing .sppb-tab .sppb-nav > li > a {
    font-size: 14px;
    padding: 9px 15px;
  }
  .styled-title .sppb-addon-title, .related-article-list-container .sppb-addon-title, .styled-title .related-article-title, .related-article-list-container .related-article-title {
    font-size: 32px;
    line-height: 57px;
  }
  .styled-title .sppb-addon-title:before, .related-article-list-container .sppb-addon-title:before, .styled-title .related-article-title:before, .related-article-list-container .related-article-title:before {
    width: 50px;
  }
  .related-article-list-container .related-article-list .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-article-list-container .related-article-title {
    padding-left: 70px;
  }
  .article-details .pager {
    display: none;
  }
  .view-article.fortune-evnts .article-details .article-header {
    width: 100%;
    margin-bottom: 20px;
  }
  .view-article.fortune-evnts .article-details .article-header h1 {
    font-size: 32px;
    line-height: 41px;
  }
  .view-article.fortune-evnts .article-details .article-header h1 .fortune-pricing .sppb-tab .sppb-nav > li > a {
    font-size: 14px;
    padding: 9px 15px;
  }
  .view-article.fortune-evnts .article-details .article-header h1 .fortune-pricing .sppb-tab .sppb-nav {
    margin-bottom: 10px;
  }
  .fortune-pricing .sppb-tab .sppb-nav > li > a {
    font-size: 14px;
    padding: 9px 15px;
  }
  .fortune-pricing .sppb-tab .sppb-nav {
    margin-bottom: 10px;
  }
  ul.social-icons > li a span {
    width: 30px;
    height: 30px;
    padding: 2px 0px;
    line-height: 25px;
    font-size: 12px;
  }
  .sp-custom-login-on {
    margin-left: 20px;
  }
}
