/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  color: #575179;
  line-height: 1.8em;
  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;
  outline: none;
}
a, a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar, #sp-topbar {
  padding: 12px 0;
  color: #fff;
}
#sp-top-bar .sp-module, #sp-topbar .sp-module {
  display: inline;
  margin: 0;
}
@media (min-width: 576px) {
  #sp-top-bar, #sp-topbar {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #sp-top-bar, #sp-topbar {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #sp-top-bar, #sp-topbar {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #sp-top-bar, #sp-topbar {
    font-size: 16px;
  }
}
#sp-top-bar a, #sp-topbar a {
  color: #fff;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 100px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.10);
}
#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;
  z-index: 9999;
}
#sp-header.header-sticky ~ section#sp-main-body, #sp-header.header-sticky ~ section#sp-page-title {
  padding-top: 110px;
}
.com-sppagebuilder #sp-main-body, .com-sppagebuilder .header-sticky #sp-main-body {
  padding: 0 !important;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 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: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 110px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #252767;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.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 .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #70719a;
}
.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: #ff6839;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #70719a;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #ff6839;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #70719a;
}
.article-info > span a:hover {
  color: #ff6839;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "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 {
  margin-top: 45px;
}
.pagination-wrapper .pagination-counter {
  display: none;
}
.pagination-wrapper .mr-auto {
  margin: auto !important;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.page-item:not(.active):first-child .page-link, .page-item:not(.active):last-child .page-link {
  min-width: auto;
  background-color: transparent;
}
.page-item:not(.active):first-child .page-link:hover, .page-item:not(.active):last-child .page-link:hover, .page-item:not(.active):first-child .page-link:focus, .page-item:not(.active):last-child .page-link:focus {
  color: #ff6839;
  box-shadow: none;
}
.page-item:not(.active):first-child .page-link {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
.page-item:not(.active):last-child .page-link {
  text-align: right;
  padding-right: 0;
  margin-right: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 100%;
}
.page-item .page-link {
  font-size: 16px;
  font-weight: inherit;
  color: #70719a;
  min-width: 36px;
  max-height: 36px;
  padding: 0.563rem 0.5rem;
  margin: 0px 3px;
  text-align: center;
  border-radius: 100%;
  border: 0;
  background-color: transparent;
}
.page-item .page-link.next, .page-item .page-link.previous {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-item .page-link.next:hover, .page-item .page-link.previous:hover, .page-item .page-link.next:focus, .page-item .page-link.previous:focus {
  color: #ff6839;
  background-color: transparent;
}
.page-item .page-link:hover {
  color: #ff6839;
  background-color: transparent;
}
.page-item .page-link:focus, .page-item.active .page-link, .page-item.active .page-link:hover {
  color: #fff;
  background-color: #ff6839;
}
.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: 10px 0;
  text-transform: capitalize;
  font-size: 18px;
}
.category-module li h4 a, .categories-module li h4 a, .archive-module li h4 a, .latestnews li h4 a, .newsflash-horiz li h4 a, .mostread li h4 a, .form-links li h4 a, .list-striped li h4 a {
  display: block;
  color: #70719a;
}
.category-module li h4 a:before, .categories-module li h4 a:before, .archive-module li h4 a:before, .latestnews li h4 a:before, .newsflash-horiz li h4 a:before, .mostread li h4 a:before, .form-links li h4 a:before, .list-striped li h4 a:before {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ff6839;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 2px 15px 2px 0;
  transition: all 0.5s ease 0s;
  width: 8px;
}
.category-module li h4 a:hover, .categories-module li h4 a:hover, .archive-module li h4 a:hover, .latestnews li h4 a:hover, .newsflash-horiz li h4 a:hover, .mostread li h4 a:hover, .form-links li h4 a:hover, .list-striped li h4 a:hover {
  color: #ff6839;
}
.category-module li h4 a:hover:before, .categories-module li h4 a:hover:before, .archive-module li h4 a:hover:before, .latestnews li h4 a:hover:before, .newsflash-horiz li h4 a:hover:before, .mostread li h4 a:hover:before, .form-links li h4 a:hover:before, .list-striped li h4 a:hover:before {
  background: #ff6839;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 0px;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
  background: #fff;
}
#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-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: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
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 .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 {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.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: 116px;
  right: 39px;
  width: 38px;
  height: 44px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "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;
}
.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;
  text-align: left;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li > ul, .sp-megamenu-parent > li > div {
  text-align: left;
}
.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;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
  background-color: #257bd1;
}
.sp-megamenu-parent > li .sp-dropdown .menu_item.item-header > a {
  font-size: 18px !important;
}
.sp-megamenu-parent > li .sp-dropdown li.sp-menu-item > a {
  font-weight: 400;
}
.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: capitalize;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0px 8px;
}
.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: 0px;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 15px !important;
  line-height: 1;
  cursor: pointer;
  text-transform: capitalize;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover {
  border-radius: 5px;
  background-color: rgba(246, 250, 255, 0.73);
}
.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: capitalize;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a {
  display: block;
  padding: 15px 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  display: inline-block;
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .menu_item.item-header > a {
  color: #252767;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 18px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #252767;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
  border-right: 1px solid #eaeaea;
}
.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: 40px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "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: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "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;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .menu-image-title {
  display: inline-block !important;
}
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);
  }
}
/**
 * @package Helix Ultimate Framework
 * @author Joomlabuff https://www.joomlabuff.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
/**
 Joomlabuff CSS
 */
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0px;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: 0px;
}
#sp-header-block {
  padding: 26px 0;
}
#sp-header-block div {
  align-items: center;
}
#sp-topbar #sp-top1 .sp-column {
  align-items: center;
  display: flex;
}
.header-default#sp-header {
  height: 70px !important;
}
.header-default#sp-header .sp-megamenu-parent > li > a, .header-default#sp-header .sp-megamenu-parent > li > span {
  line-height: 70px !important;
}
.header-default#sp-header #offcanvas-toggler {
  height: 70px !important;
  line-height: 70px !important;
}
#sp-header .row {
  align-items: center;
}
#sp-header .search .form-control {
  width: auto;
  float: right;
  border: 1px solid #dae3ed;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  background: #fff !important;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}
#sp-logo-centered .sp-column .logo {
  text-align: center;
}
#sp-logo-centered .sp-column .logo .logo-image {
  display: inline;
}
#sp-logo-centered .sp-column .sp-contact-info {
  margin: 3px -10px;
}
#sp-logo-centered .sp-column .sp-contact-info li span {
  color: #ff6839;
}
#sp-header.header-transparent {
  background: transparent !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: none;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  #sp-header.header-transparent {
    position: relative !important;
  }
}
@media (min-width: 768px) {
  #sp-header.header-transparent {
    position: relative !important;
  }
}
@media (max-width: 992px) {
  #sp-header.header-transparent {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  #sp-header.header-transparent {
    position: absolute !important;
  }
}
#sp-header.header-transparent .logo {
  height: 100px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header.header-transparent .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header.header-transparent .logo p {
  margin: 5px 0 0;
}
#sp-header.header-transparent .row {
  align-items: center;
}
#sp-header.header-transparent .search .form-control {
  width: auto;
  float: right;
  border: 1px solid #252767;
  background: transparent;
}
#sp-header.header-transparent.header-sticky {
  position: fixed !important;
  z-index: 9999;
  background-color: #fff !important;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}
#sp-header.header-video {
  background: transparent !important;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  #sp-header.header-video {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  #sp-header.header-video {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  #sp-header.header-video {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  #sp-header.header-video {
    padding: 0 100px;
  }
}
#sp-header.header-video .logo {
  height: 100px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header.header-video .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header.header-video .logo p {
  margin: 5px 0 0;
}
#sp-header.header-video .row {
  align-items: center;
}
#sp-header.header-video .search .form-control {
  width: auto;
  float: right;
  border: 1px solid #252767;
  background: transparent;
}
#sp-header.header-video.header-sticky {
  position: fixed !important;
  z-index: 9999;
  background-color: #252767 !important;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}
#sp-header.header-video .sp-megamenu-wrapper .sp-megamenu-parent li a {
  color: #fff;
}
#sp-header.header-video .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-menu-item a {
  color: #252767;
  font-size: 15px;
  display: block;
  font-weight: 400;
  border-radius: 4px;
  text-transform: capitalize;
}
#sp-header.header-video .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-menu-item a:hover {
  color: #ff6839;
}
#sp-header.header-video #offcanvas-toggler > .fa {
  color: #fff;
}
#sp-top3 .single-item {
  position: relative;
  display: block;
}
#sp-top3 .single-item .icon {
  width: 25px;
}
#sp-top3 .single-item .icon span:before {
  position: relative;
  display: inline-block;
  top: 1px;
  left: 1px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
#sp-top3 .single-item .text {
  padding-left: 20px;
}
#sp-top3 .single-item .text h6 {
  color: #252767;
}
#sp-top3 .single-item .text p {
  margin: 0 0 1px;
  font-size: 14px;
}
#sp-top3 .single-item .icon, #sp-top3 .single-item .text {
  display: table-cell;
  vertical-align: middle;
}
.sppb-addon-sp-slider .sppb-sp-slider-button .sp-slider-btn-text {
  background: transparent;
  padding: 0px;
}
.sppb-addon-sp-slider .sp-nav-control {
  left: -50px !important;
  right: -50px !important;
}
.sppb-addon-sp-slider .sp-nav-control .nav-control {
  background: #fff !important;
  opacity: 0.9;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  border-width: 2px !important;
}
.sppb-addon-sp-slider .sp-nav-control .nav-control:hover {
  color: #fff !important;
  opacity: 0.9;
  border-color: rgba(255, 255, 255, 0.5);
}
.sppb-addon-sp-slider .sp-nav-control .prev-control.nav-control {
  left: -60px;
  position: absolute;
  transition: 0.3s;
  transform: translateX(-25%);
}
.sppb-addon-sp-slider .sp-nav-control .prev-control.nav-control .fa {
  margin-left: 35px;
}
.sppb-addon-sp-slider .sp-nav-control .next-control.nav-control {
  right: -60px;
  position: absolute;
  transition: 0.3s;
  transform: translateX(25%);
}
.sppb-addon-sp-slider .sp-nav-control .next-control.nav-control .fa {
  margin-right: 35px;
}
.sppb-addon-sp-slider:hover .prev-control.nav-control {
  left: 25px;
}
.sppb-addon-sp-slider:hover .next-control.nav-control {
  right: 25px;
}
.sppb-btn, .btn, a.tpFilterItem {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
.sppb-btn-lg {
  padding: 13px 32px 14px 33px !important;
}
.sppb-btn-sm {
  padding: 15px 20px !important;
}
.sppb-btn-default {
  background: #fff !important;
}
.sppb-btn-default:hover {
  background: #fff !important;
}
.sppb-btn-link {
  box-shadow: none !important;
  color: #ff6839;
}
.sppb-btn-link:hover {
  color: #ff6839;
}
.title-decor .sppb-addon-title, .title-decor .sppb-title-heading {
  position: relative;
  padding-bottom: 26px !important;
  display: inline-block;
}
.title-decor .sppb-addon-title:before, .title-decor .sppb-title-heading:before {
  content: '';
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff6839;
}
.title-decor .sppb-addon-title:after, .title-decor .sppb-title-heading:after {
  content: "";
  right: -17px;
  color: #ff6839;
  font-size: 60px;
}
.title-decor .no-title-decor .sppb-addon-title {
  padding-bottom: 0px !important;
}
.title-decor .no-title-decor .sppb-addon-title:before, .title-decor .no-title-decor .sppb-addon-title:after {
  display: none;
}
.dynamic-services .sppb-addon-wrapper div {
  overflow: hidden;
}
.dynamic-features .sppb-icon .sppb-icon-container {
  display: flex !important;
}
.sppb-testimonial-carousel-testi_layout1 .sppb-carousel-extended-item {
  background: #eee;
  border-radius: 10px;
}
.sppb-testimonial-carousel-testi_layout3 .active:nth-child(odd) {
  opacity: 1 !important;
}
.sppb-testimonial-carousel-testi_layout3 .active:nth-child(odd) .sppb-testimonial-carousel-item-content {
  border-radius: 10px;
  padding: 50px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
.sppb-testimonial-carousel-testi_layout3 .active:nth-child(odd) .sppb-testimonial-carousel-item-content .sppb-testimonial-carousel-message {
  color: #fff !important;
  font-style: italic;
}
.sppb-testimonial-carousel-testi_layout3 .sppb-carousel-extended-item .sppb-testimonial-carousel-item-content {
  background: rgba(246, 250, 255, 0.73);
}
.sppb-testimonial-carousel-testi_layout3 .sppb-carousel-extended-item .sppb-testimonial-carousel-item-content:before {
  border-top: 15px solid rgba(246, 250, 255, 0.73);
}
.sppb-testimonial-carousel-testi_layout3 .sppb-carousel-extended-item .sppb-testimonial-carousel-item-content .sppb-testimonial-carousel-message {
  font-style: italic;
}
.single-team-member {
  position: relative;
  display: block;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 500ms ease;
}
.single-team-member .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px !important;
  border-bottom: 3px solid #39345a;
  transition: all 0.4s ease-in-out 0s;
}
.single-team-member .img-holder img {
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}
.single-team-member .img-holder:before {
  background: #ff6839;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}
.single-team-member .name {
  position: relative;
  display: block;
  background: #fff;
  padding: 24px;
  z-index: 1;
  transform: translateX(0%) translateY(0px) scale(1);
  transition: all 500ms ease;
  transition-delay: 0.4s;
}
.single-team-member .name h3 {
  display: block;
  color: #252767;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  transition: all 500ms ease;
  transition-delay: 0.4s;
}
.single-team-member .name p {
  margin: 0px 6px;
  line-height: 14px;
  display: inline-block;
}
.single-team-member .name.overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  display: block;
  z-index: 3;
  padding: 24px 0px 5px;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-top-width: 3px;
  border-top-style: solid;
  margin: 0;
}
.single-team-member ul.sociallinks-style-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 0 20px;
  text-align: center;
}
.single-team-member ul.sociallinks-style-one li {
  display: inline-block;
  float: none;
  margin-right: 0px;
  margin: 0 7px;
  line-height: 30px;
}
.single-team-member:hover .img-holder img {
  transform: translateX(0%) translateY(0px) scale(1);
}
.single-team-member:hover .img-holder:before {
  opacity: 0.8;
}
.single-team-member:hover .name {
  transform: translateX(0%) translateY(0px) scale(0);
}
.single-team-member:hover .name.overlay-content {
  opacity: 1;
  transform: translateX(0%) translateY(-77px) scale(1);
}
.sppb-addon-accordion .sppb-panel-faq {
  border-radius: 8px;
  border: solid 1px #f8f1f8;
  padding: 10px 0px 10px 17px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
  background: #fff;
  border: none;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  transform: translateY(0) rotate(180deg);
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction i.fa-chevron-right:before {
  content: "\f068";
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ff6839;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  font-size: 20px;
  color: #252767;
  position: relative;
  font-weight: normal;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction {
  top: 10px;
  right: 30px;
  transform: translateY(0) rotate(0deg);
}
.sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction i.fa-chevron-right {
  font-size: 14px;
  color: #000;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction i.fa-chevron-right:before {
  content: "\f067";
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-body {
  border: none;
  padding: 25px 45px 25px 15px;
}
.single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-item .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-item .img-holder .overlay-style-one .box .content a i {
  color: #fff;
  font-size: 15px;
  opacity: 0;
  transform: scale(0.7);
  transition: all 500ms ease 0.1s;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  line-height: 34px;
}
.single-item:hover .overlay-style-one {
  opacity: 0.8;
}
.single-item:hover .img-holder img {
  transform: scale(1, 1);
}
.single-item:hover .img-holder .overlay-style-one .box .content a i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-item .text-holder {
  padding-top: 29px;
  position: relative;
  padding-bottom: 13px;
}
.single-item .text-holder:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #f7f7f7;
}
.single-item .text-holder:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  transition: all 500ms ease 0.15s;
}
.single-item .text-holder h3 {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 13px;
}
.single-item:hover .text-holder:after {
  width: 100%;
}
/* Overlay styles one */
.overlay-style-one {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  transition-delay: 0.1s;
}
.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay-style-one .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.sidebar-menu .sppb-addon-content .menu {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0px;
}
.sidebar-menu .sppb-addon-content .menu li.current a {
  color: #fff;
  border-color: #1f1f1f;
}
.sidebar-menu .sppb-addon-content .menu li.current a::before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.sidebar-menu .sppb-addon-content .menu li {
  margin-top: 5px;
}
.sidebar-menu .sppb-addon-content .menu li:last-child {
  margin-bottom: 0px;
}
.sidebar-menu .sppb-addon-content .menu li:last-child a {
  border-bottom: none;
}
.sidebar-menu .sppb-addon-content .menu li a {
  border-bottom: 2px solid #fff;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #222;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  border-left: 5px solid #f7f7f7;
  border-bottom: 0px;
  font-weight: 600;
  padding: 17px 20px 15px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  transition-delay: 0.15s;
}
.sidebar-menu .sppb-addon-content .menu li a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 56px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  line-height: 58px;
  font-size: 18px;
  transform: translate3d(-30px, 0px, 0px);
  transition-delay: 0.5s;
  transition: all 500ms ease;
  opacity: 0;
}
.sidebar-menu .sppb-addon-content .menu li a:hover {
  color: #fff;
  border-color: #252767;
}
.sidebar-menu .sppb-addon-content .menu li a:hover::before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.sidebar-menu .sppb-addon-content .menu li a:hover:before, .sidebar-menu .sppb-addon-content .menu li a.active:before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.image-layout-preset-style-poster {
  text-align: left;
}
.image-layout-preset-style-poster .sppb-addon-image-layout-content {
  background: transparent;
  margin: 0px;
}
.sppb-addon-testimonial .sppb-addon-testimonial-review {
  position: relative;
  padding: 30px;
  background: rgba(246, 250, 255, 0.73);
}
.sppb-addon-testimonial .sppb-addon-testimonial-review:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40px;
  top: 100%;
  border: 0 solid transparent;
  border-width: 25px 30px;
  border-left-width: 0;
  border-top-color: rgba(246, 250, 255, 0.73);
}
.services ul {
  padding: 0px;
}
.services ul li {
  line-height: 30px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}
.services ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  background: #ff6839;
}
.quote {
  display: inline-block;
  margin: 1em;
  overflow: hidden;
}
.quote blockquote {
  background-color: #fff;
  border: solid 2px #ff6839;
  display: inline-block;
  margin: 0;
  padding: 1em;
  font-style: italic;
  position: relative;
}
.quote blockquote:before {
  background-color: #fff;
  bottom: -10%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -10%;
  transform: rotate(-15deg) skew(5deg);
}
.quote blockquote cite {
  display: block;
  font-style: italic;
  text-align: right;
}
.quote blockquote cite:before {
  content: "- ";
}
.quote blockquote > * {
  position: relative;
  z-index: 1;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs li.active > a {
  border-bottom-color: transparent;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs li a {
  border: 2px solid #f7f7f7;
}
.sppb-addon-tab .sppb-tab .sppb-tab-content {
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #f7f7f7;
  padding: 20px;
  margin-top: 0px;
}
#tpPortfolio .tpFilter {
  margin-bottom: 50px;
}
#tpPortfolio .tpFilter .option-combo #filter .btn {
  padding: 10px 14px;
  color: #252767;
  border-width: 2px;
}
#tpPortfolio .tpFilter .option-combo #filter a.tpFilterItem {
  padding: 10px 14px;
  color: #252767;
  border-radius: 3px;
  display: inline-block;
  border: 2px solid transparent !important;
}
#tpPortfolio .tpFilter .option-combo #filter a.tpFilterItem:hover {
  border-color: transparent;
}
#tpPortfolio .tpFilter .option-combo #filter .selected {
  color: #fff !important;
}
#tpPortfolio .tp-item-box-container .tp-thumb .tpPortfolioDescription .tpInfo .TzPortfolioTitle {
  text-transform: capitalize;
}
#tpPortfolio .tp-item-box-container .tp-thumb .tpPortfolioDescription .tpInfo .TzPortfolioTitle a {
  color: #252767;
  font-weight: bold;
}
.tpItemPage #tz-portfolio-template-head {
  border: none;
  text-align: center;
  padding: 0 0 40px 0;
}
.tpItemPage #tz-portfolio-template-head .tpTitle {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #252767;
}
.tpItemPage #tz-portfolio-template-head .muted {
  display: inline-block;
  text-align: center;
  color: #70719a;
}
.tpItemPage #tz-portfolio-template-head .muted a {
  color: #70719a;
}
.tpItemPage #tz-portfolio-template-body {
  border: none;
  padding: 30px;
  box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
}
.tpItemPage #tz-portfolio-template-body .container-fluid {
  padding: 0px;
}
.tpItemPage #tz-portfolio-template-body .container-fluid .tpArticleExtraField {
  background: #ff6839;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.tpItemPage #tz-portfolio-template-body .container-fluid .tpArticleExtraField ul {
  padding: 20px;
}
.tpItemPage #tz-portfolio-template-body .container-fluid .tpArticleExtraField ul li {
  border: none;
  padding: 10px 0;
}
.tpItemPage #tz-portfolio-template-body .container-fluid .tpPortfolioLink a {
  color: #ff6839;
}
.tpItemPage #tz-portfolio-template-body .container-fluid .tpPortfolioLink a:hover {
  background: #ff6839;
  color: #fff;
  border-color: #ff6839;
}
.blog .article-list .article {
  box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.blog .article-list .article:hover {
  box-shadow: 0 2px 4px 0 rgba(205, 205, 205, 0.33);
}
.blog .article-list .article .article-body .article-header h2 a {
  color: #252767;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
}
.blog .article-list .article .article-body .article-header h2 a:hover {
  color: #ff6839;
}
.article-details .article-header h1 {
  color: #252767;
  font-weight: bold;
  font-size: 46px;
}
.article-details h1, .article-details h2, .article-details h3, .article-details h4, .article-details h5, .article-details h6 {
  color: #252767;
  margin: 20px 0;
}
.article-details .sppb-addon-optin-forms {
  background: #ff6839;
  color: #fff;
  border-radius: 10px;
}
.article-details .sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0px !important;
}
.article-details .sppb-addon-optin-forms .sppb-addon-title {
  margin: 20px 0 30px 0;
}
.article-details .sppb-addon-optin-forms .sppb-optin-form-details {
  margin-bottom: 20px;
}
.article-details .sppb-addon-optin-forms .sppb-optin-form-content .sppb-optin-form {
  width: 80%;
  margin: 0 auto;
}
.article-details .sppb-addon-optin-forms .sppb-optin-form-content .sppb-form-control {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 54px !important;
  margin-bottom: 0px;
  padding: 0 20px;
  padding-right: 55px;
  border: 1px solid #dae3ed;
  transition: all 500ms ease;
}
.article-details .sppb-addon-optin-forms .sppb-optin-form-content .button-wrap .sppb-btn {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 3px 3px 0px;
}
.article-details .article-author-information {
  padding: 2rem 0;
  border: 4px solid #f7f8f9;
}
.article-details .article-author-information .media img {
  margin: 30px !important;
}
.j2store-product-list .form-inline {
  margin-bottom: 20px;
}
.j2store-product-list .form-inline .j2store-product-search-input, .j2store-product-list .form-inline select {
  width: 25% !important;
  height: 40px;
  float: left;
  border: 2px solid #f7f7f7;
  border-radius: 0;
}
.j2store-product-list .form-inline select {
  width: auto;
  position: absolute;
  right: 10px;
}
.j2store-product-list .j2store-sidebar-filters-container {
  border-radius: 5px;
  background: rgba(246, 250, 255, 0.73);
  padding: 0px 20px 0px 20px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters {
  padding: 30px 35px;
  margin: 0 -20px;
  display: grid;
  border-bottom: 2px solid #f0f0f0;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters .product-filter-heading {
  text-transform: uppercase;
  color: #252767;
  font-size: 20px;
  font-weight: 700;
  padding: 0px 0px 30px 0;
  margin: 0px;
  display: block;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters .price-input-box .price-wrap {
  margin-bottom: 20px;
  font-size: 14px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters .price-input-box .btn {
  margin-bottom: 10px;
}
.j2store-product-list .j2store-sidebar-filters-container .ui-slider {
  height: 2px !important;
  background-color: #e5e5e5 !important;
}
.j2store-product-list .j2store-sidebar-filters-container .ui-slider .ui-slider-range {
  height: 2px !important;
  background-color: #e5e5e5 !important;
}
.j2store-product-list .j2store-sidebar-filters-container .ui-slider a.ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  top: -7px !important;
  border-radius: 0px !important;
  background: #ff6839 !important;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list {
  display: block;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories {
  margin-bottom: 20px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories:last-child {
  margin-bottom: 0;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a {
  color: #70719a;
  padding: 5px 0px;
  font-size: 16px;
  position: relative;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a:before {
  background: #f9f9f9;
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
  border-radius: 0px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a:hover, .j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a:focus {
  color: #ff6839;
  background: transparent;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a {
  background: transparent;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a:after {
  font-family: FontAwesome;
  content: '\f00c';
  position: absolute;
  left: 4.5px;
  top: 0px;
  font-size: 12px;
  color: #ff6839;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a:before {
  border: 1px solid #ff6839;
  border-radius: 0px;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-label, .j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-productfilter-label, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label {
  display: block;
  position: relative;
  margin: 0 0 0px;
  text-transform: capitalize;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-brand-checkboxes, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-brand-checkboxes, .j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-pfilter-checkboxes-color_1, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-pfilter-checkboxes-color_1, .j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-pfilter-checkboxes-size_2, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-pfilter-checkboxes-size_2 {
  position: relative;
  top: 30px;
  z-index: 1;
  opacity: 0;
  width: 20px;
  height: 20px;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label:before, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-label:before, .j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-productfilter-label:before, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label:before {
  content: '';
  background: #f9f9f9;
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
  border-radius: 0px;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label:after, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-label:after, .j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-productfilter-label:after, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label:after {
  font-family: FontAwesome;
  content: '\f00c';
  position: absolute;
  left: 3px;
  top: 7px;
  font-size: 10px;
  opacity: 0;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters input:checked + label:after, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list input:checked + label:after {
  opacity: 1;
  top: 0px;
  font-size: 12px;
  color: #ff6839;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters input:checked + label:before, .j2store-product-list .j2store-sidebar-filters-container .productfilters-list input:checked + label:before {
  border: 1px solid #ff6839;
  border-radius: 0px;
}
.j2store-product-list .j2store-single-product {
  margin-bottom: 20px;
}
.j2store-product-list .j2store-single-product .j2store-product-images {
  background: rgba(246, 250, 255, 0.73);
  padding: 30px;
}
.j2store-product-list .j2store-single-product .jb-product-content-wrapper {
  margin: 20px 0;
  text-align: center;
}
.j2store-product-list .j2store-single-product .jb-product-content-wrapper .product-title {
  font-size: 20px;
  font-weight: bold;
}
.j2store-product-list .j2store-single-product .jb-product-content-wrapper .product-title a {
  color: #252767;
}
.j2store-product-list .j2store-single-product .jb-product-content-wrapper .product-price-container .base-price {
  display: inline-block;
  color: #70719a;
  font-weight: bold;
}
.j2store-product-list .j2store-single-product .jb-product-content-wrapper .product-price-container .sale-price {
  display: inline-block;
  color: #252767;
  font-size: 20px;
}
.j2store-product-list .j2store-single-product .jb-product-content-wrapper .j2store-addtocart-form .j2store-add-to-cart {
  margin-left: 0px;
}
.j2store-product-list .j2store-single-product .jb-product-content-wrapper .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: none;
}
.j2store-product-list .pagination {
  margin: 20px auto;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  display: inline-block;
}
.j2store-single-product .jb-product-info-right {
  padding: 40px;
  border-left: 1px solid #f5f5f5;
}
.j2store-single-product .jb-product-info-right .product-title {
  color: #252767;
  font-weight: bold;
  margin: 20px 0;
}
.j2store-single-product .jb-product-info-right .price-sku-brand-container .product-price-container .base-price {
  color: #70719a;
  font-weight: bold;
}
.j2store-single-product .jb-product-info-right .price-sku-brand-container .product-price-container .sale-price {
  color: #ff6839;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options span.j2error {
  display: inline-block;
  font-style: normal;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 35px;
  border-radius: 0px;
  text-transform: capitalize;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options br {
  display: none;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options input {
  display: none;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options b {
  font-size: 16px;
  color: #252767;
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 10px;
  width: 15%;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options label {
  font-size: 14px;
  border: 1px solid #ededed;
  display: inline-block;
  text-transform: capitalize;
  padding: 9px 18px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 4px;
  cursor: pointer;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options label:hover {
  background: #ff6839;
  color: #fff;
  border-color: #ff6839;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options .option {
  margin: 30px 0;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options .option input:checked + label {
  background: #ff6839;
  color: #fff;
  border-color: #ff6839;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options .jb-option-color label {
  padding: 0px;
  margin: -12px 4px -12px 0px;
}
.j2store-single-product .jb-product-info-right .j2store-addtocart-form .options .jb-option-color label span {
  display: none;
}
.j2store-single-product .jb-product-info-right .j2store-details-sdesc {
  margin: 30px 0;
  padding: 15px 0 0 0;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.j2store-single-product .jb-product-info-right .share-title {
  text-align: right;
}
.j2store-single-product .jb-product-info-right .share-title .app_socialmedia .fa {
  font-size: 22px;
}
.j2store-single-product .jb-product-info-right #j2store_app_shareButton, .j2store-single-product .jb-product-info-right .share-title h5 {
  display: inline;
}
.j2store-single-product .jb-product-info-right .app_socialmedia .fa-twitter-square {
  color: #00acee;
}
.j2store-single-product .jb-product-info-right .app_socialmedia .fa-facebook-square {
  color: #3b5998;
}
.j2store-single-product .jb-product-info-right .app_socialmedia .fa-pinterest-square {
  color: #c8232c;
}
.j2store-single-product .jb-product-info-right .app_socialmedia .fa-google-plus-square {
  color: #db4a39;
}
.j2store-single-product .jb-product-info-right .app_socialmedia .fa-linkedin-square {
  color: #0e76a8;
}
.j2store-single-product .tab-container {
  display: block;
  position: relative;
  width: 100%;
  margin: 100px auto;
  background-color: #fff;
}
.j2store-single-product .tab-container .nav-tabs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  overflow: hidden;
  border-bottom: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.j2store-single-product .tab-container .nav-tabs li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  width: 20%;
}
.j2store-single-product .tab-container .nav-tabs li a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 0px;
  padding: 20px;
  color: #252767;
  background-color: rgba(246, 250, 255, 0.73);
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #edeff7;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}
.j2store-single-product .tab-container .nav-tabs li:first-child a.active {
  border-right: transparent;
}
.j2store-single-product .tab-container .nav-tabs li:last-child a.active {
  border-left: transparent;
}
.j2store-single-product .tab-container .nav-tabs li a.active {
  background-color: #fff;
  color: #ff6839;
  border-color: #edeff7 #edeff7 #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.j2store-single-product .tab-container .tab-content {
  padding: 30px;
  border-right: 1px solid #edeff7;
  border-left: 1px solid #edeff7;
  border-bottom: 1px solid #edeff7;
}
.j2store-single-product .tab-container .tab-content h3 {
  color: #ff6839;
  font-weight: bold;
}
.j2store-single-product .j2store-product-details-tab .nav-tabs .tab-content .fade:not(.show) {
  opacity: 1;
}
.j2store-single-product .tab-content > .active {
  opacity: 1 !important;
}
.j2store-single-product .fade:not(.show) {
  opacity: 0;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(246, 250, 255, 0.73);
}
.table td, .table th {
  border-top: 1px solid #f7f7f7;
}
.j2store-cart h3 {
  font-weight: bold;
  color: #252767;
}
.j2store-cart .j2store-cart-table thead {
  background: #252767;
  color: #fff;
}
.j2store-cart .j2store-cart-table .product-qty {
  display: inline-block;
}
.j2store-cart .j2store-cart-table .product-qty .input-mini {
  width: 50px !important;
  height: 50px;
}
.j2store-cart .j2store-cart-table td.cart-line-subtotal {
  text-align: center;
}
.j2store-cart .j2store-cart-table tr td {
  font-weight: bold;
  color: #252767;
}
.j2store-cart .cart-footer {
  color: #252767;
  font-weight: bold;
}
.checkout h1 {
  font-weight: bold;
  color: #252767;
  text-align: center;
  margin-bottom: 30px;
}
.checkout .checkout-heading {
  border-color: #252767;
  background: #252767;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
}
.checkout label {
  margin: 20px 0;
  color: #252767;
  font-weight: bold;
}
.checkout .checkout-content h3 {
  color: #252767;
  font-weight: bold;
  margin-bottom: 30px;
}
.checkout .checkout-content .j2storeOrderSummary {
  font-weight: bold;
  color: #252767;
}
.checkout .checkout-content .j2storeOrderSummary thead {
  background: #252767;
  color: #fff;
}
.sppb-addon-articles .sppb-addon-article {
  box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img {
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
  padding: 30px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
  font-size: 20px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 a {
  color: #252767;
}
.sppb-addon-articles .sppb-addon-article:hover {
  box-shadow: 0 2px 4px 0 rgba(205, 205, 205, 0.33);
}
.sp-module-content .mod-languages .btn-group:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: 5px;
  z-index: 1;
  font-size: 15px;
}
.sp-module-content .mod-languages .btn-group .dropdown-toggle {
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 5px 5px 0px;
}
.sp-module-content .mod-languages .btn-group .dropdown-toggle:hover, .sp-module-content .mod-languages .btn-group .dropdown-toggle:focus {
  box-shadow: none;
}
.sp-module-content .mod-languages .btn-group .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 14px;
  top: 4px;
  border: none;
  position: relative;
  font-weight: bold;
}
.sp-module-content .mod-languages ul.lang-block {
  margin: 0;
  padding: 0;
  min-width: auto;
  max-width: 50px;
}
.sp-module-content .mod-languages ul.lang-block li {
  border: none;
  display: block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-block li a {
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.92;
  letter-spacing: 0.26px;
}
.sp-module-content .mod-languages ul.lang-block li > a:before {
  display: none;
}
.sppb-addon-form-builder-form .sppb-form-group label {
  display: none;
}
.sppb-addon-form-builder-form .sppb-form-group input, .sppb-addon-form-builder-form .sppb-form-group select, .sppb-addon-form-builder-form .sppb-form-group textarea {
  background-color: rgba(246, 250, 255, 0.73);
  color: #70719a;
  border: none;
  padding: 16px 16px 16px 16px;
}
.sppb-addon-form-builder-form .sppb-form-group input:focus, .sppb-addon-form-builder-form .sppb-form-group select:focus, .sppb-addon-form-builder-form .sppb-form-group textarea:focus {
  background: rgba(246, 250, 255, 0.73);
  box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
}
.sppb-addon-form-builder-form .sppb-form-group select {
  height: 53px !important;
}
.error-page body, .coming-soon body {
  padding: 0px !important;
  background-size: cover;
}
.error-page body .error-page-wrapper, .coming-soon body .error-page-wrapper {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  margin: 0 auto;
  padding: 80px;
  width: 74%;
}
.error-page body .social-icons li a, .coming-soon body .social-icons li a {
  color: #ff6839;
}
#sp-footer, #sp-bottom {
  background: #fff;
  color: #70719a;
}
#sp-footer a, #sp-bottom a {
  color: #70719a;
}
#sp-bottom {
  background: rgba(246, 250, 255, 0.73) !important;
}
#sp-bottom .sppb-addon-title {
  font-size: 25px;
  font-weight: bold;
  color: #252767;
  margin-bottom: 30px;
}
#sp-bottom .sppb-addon-optin-forms {
  padding: 0px !important;
}
#sp-bottom .sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0px !important;
}
#sp-bottom .sppb-addon-optin-forms .sppb-optin-form-details {
  margin-bottom: 20px;
}
#sp-bottom .sppb-addon-optin-forms .sppb-optin-form-content .sppb-form-control {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 55px !important;
  margin-bottom: 0px;
  padding: 0 20px;
  padding-right: 55px;
  border: 1px solid #dae3ed;
  transition: all 500ms ease;
}
#sp-bottom .sppb-addon-optin-forms .sppb-optin-form-content .button-wrap .sppb-btn {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 3px 3px 0px;
}
#sp-right .search .input-group .form-control, #sp-left .search .input-group .form-control {
  border-right: none;
}
#sp-right .search .input-group .btn, #sp-left .search .input-group .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#sp-right .no-padding, #sp-left .no-padding {
  padding: 0px !important;
}
#sp-right .sp-module, #sp-left .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}
#sp-right .sp-module .sp-module-content .latestnews .jb-popular-news-list, #sp-left .sp-module .sp-module-content .latestnews .jb-popular-news-list {
  display: table;
  padding: 14px 0;
  width: 100%;
}
#sp-right .sp-module .sp-module-content .latestnews .jb-popular-news-list .article-list-img, #sp-left .sp-module .sp-module-content .latestnews .jb-popular-news-list .article-list-img {
  width: 55px;
}
#sp-right .sp-module .sp-module-content .latestnews .jb-popular-news-list .article-list-img img, #sp-left .sp-module .sp-module-content .latestnews .jb-popular-news-list .article-list-img img {
  width: 55px;
  height: 55px;
  margin: 5px 0;
  border-radius: 50%;
}
#sp-right .sp-module .sp-module-content .latestnews .jb-popular-news-list .jb-news-title, #sp-left .sp-module .sp-module-content .latestnews .jb-popular-news-list .jb-news-title {
  float: left;
  padding-left: 26px;
  width: 230px;
}
/***
 =============================================
 Home page Projects Slider
 =============================================
 ***/
.sp-simpleportfolio {
  margin: -15px;
}
.sp-simpleportfolio .carousel-inner {
  margin: 0 15px !important;
}
.sp-simpleportfolio .single-project-style1 {
  position: relative;
  display: block;
}
.sp-simpleportfolio .single-project-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.sp-simpleportfolio .single-project-style1 .img-holder img {
  width: 100%;
  transition: all 500ms ease;
}
.sp-simpleportfolio .single-project-style1:hover .img-holder img {
  transform: scale(1.1);
}
.sp-simpleportfolio .single-project-style1:hover .overlay-content {
  opacity: 1;
}
.sp-simpleportfolio .single-project-style1:hover .overlay-content .project-details {
  -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  -moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  opacity: 1;
  transition-delay: 0.2s;
}
.sp-simpleportfolio .single-project-style1 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  transition-delay: 0.3s;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 35%, rgba(30, 87, 153, 0.02) 36%, rgba(30, 87, 153, 0.09) 40%, rgba(30, 87, 153, 0.13) 42%, rgba(30, 87, 153, 0.26) 49%, rgba(12, 10, 39, 0.67) 71%, rgba(11, 7, 34, 0.68) 72%, rgba(11, 7, 34, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 35%, rgba(30, 87, 153, 0.02) 36%, rgba(30, 87, 153, 0.09) 40%, rgba(30, 87, 153, 0.13) 42%, rgba(30, 87, 153, 0.26) 49%, rgba(12, 10, 39, 0.67) 71%, rgba(11, 7, 34, 0.68) 72%, rgba(11, 7, 34, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 35%, rgba(30, 87, 153, 0.02) 36%, rgba(30, 87, 153, 0.09) 40%, rgba(30, 87, 153, 0.13) 42%, rgba(30, 87, 153, 0.26) 49%, rgba(12, 10, 39, 0.67) 71%, rgba(11, 7, 34, 0.68) 72%, rgba(11, 7, 34, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#0b0722',GradientType=0);
  /* IE6-9 */
}
.sp-simpleportfolio .single-project-style1 .overlay-content .project-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 32px;
  transition: all 700ms ease;
  transition-delay: 0.6s;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
}
.sp-simpleportfolio .single-project-style1 .overlay-content .project-details .left {
  display: block;
}
.sp-simpleportfolio .single-project-style1 .overlay-content .project-details .left h5 a {
  color: #fff;
  font-size: 26px !important;
  margin: 0 0 3px;
}
.sp-simpleportfolio .single-project-style1 .overlay-content .project-details .left span {
  text-transform: capitalize;
  color: #ff6839;
}
.sp-simpleportfolio .single-project-style1 .overlay-content .project-details .right {
  margin: 11px 0;
}
.sp-simpleportfolio .single-project-style1 .overlay-content .project-details .right a {
  line-height: 15px;
  display: block;
}
.sp-simpleportfolio .single-project-style1 .overlay-content .project-details .right a span:before {
  font-size: 34px;
  line-height: 34px;
}
.sp-simpleportfolio .jb-carousel-nav a {
  width: 100px;
  font-size: 24px !important;
  height: 120px;
  line-height: 24px;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
  transition: 0.3s;
}
.sp-simpleportfolio .jb-carousel-nav a .carousel-control-prev-icon {
  background-image: none;
}
.sp-simpleportfolio .jb-carousel-nav a .carousel-control-prev-icon .fa {
  margin: 0 16px;
  display: flex;
}
.sp-simpleportfolio .jb-carousel-nav a .carousel-control-next-icon {
  background-image: none;
}
.sp-simpleportfolio .jb-carousel-nav a .carousel-control-next-icon .fa {
  margin: 0 -6px;
  display: flex;
}
.sp-simpleportfolio .jb-carousel-nav .carousel-control-prev {
  left: -60px !important;
  background: #fff !important;
  opacity: 0.9;
  color: #222;
  position: absolute;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  transition: 0.3s;
  top: 35%;
  transform: translateX(-25%);
}
.sp-simpleportfolio .jb-carousel-nav .carousel-control-prev:hover {
  color: #fff;
  background: #ff6839 !important;
}
.sp-simpleportfolio .jb-carousel-nav .carousel-control-next {
  right: -60px !important;
  left: auto;
  background: #fff !important;
  opacity: 0.9;
  color: #222;
  position: absolute;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  transition: 0.3s;
  top: 35%;
  transform: translateX(25%);
}
.sp-simpleportfolio .jb-carousel-nav .carousel-control-next:hover {
  color: #fff;
  background: #ff6839 !important;
}
.sp-simpleportfolio:hover .jb-carousel-nav .carousel-control-prev {
  left: 0px !important;
}
.sp-simpleportfolio:hover .jb-carousel-nav .carousel-control-next {
  right: 0px !important;
}
/***
 =============================================
 Portfolio list
 =============================================
 ***/
.sp-simpleportfolio-filter {
  text-align: center;
}
.sp-simpleportfolio-filter .active a {
  color: #0A7EDD !important;
  background: transparent !important;
  border-radius: 0px !important;
  border-color: #0A7EDD;
  transition: 0.5s ease;
}
.sp-simpleportfolio-filter ul {
  padding: 0 20px !important;
  background: #f7f7f7;
}
.sp-simpleportfolio-filter ul li a {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: capitalize;
  display: block;
  padding: 18px 18px 16px !important;
  border-bottom: 2px solid #f7f7f7;
  background: transparent !important;
  outline: none;
  transition: 0.5s ease;
}
.sp-simpleportfolio-filter ul li a:hover {
  background: transparent !important;
  border-radius: 0px !important;
  transition: 0.5s ease;
}
/***
 =============================================
 Portfolio details page
 =============================================
 ***/
.sp-simpleportfolio-meta {
  border: 3px solid #f0eef9;
  padding: 30px;
  text-transform: capitalize;
}
.sp-simpleportfolio-meta h4 {
  color: #252767;
  margin: 0 0 30px;
  font-size: 18px;
}
.sp-simpleportfolio-meta .sp-simpleportfolio-client .sp-simpleportfolio-client-avatar {
  padding: 20px 0;
}
.sp-simpleportfolio-meta .sp-simpleportfolio-link {
  margin: 30px 0;
}
.sp-simpleportfolio-description {
  width: 100% !important;
}
.sp-simpleportfolio-description h2 {
  color: #ff6839;
  margin: 30px 0 !important;
}
.sppb-testimonial-pro .sppb-carousel-control {
  border: 1px solid #fff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  cursor: pointer;
  outline: 0;
}
.sppb-testimonial-pro .left {
  left: -140px;
}
.sppb-testimonial-pro .right {
  right: -140px;
}
