/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
:root {
  --text-color: #17161a;
  --link-color: #fd6724;
  --gradient: linear-gradient(95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
}
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.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;
}
body.com-sppagebuilder.view-form.layout-edit-iframe #sp-header {
  display: none !important;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  margin-left: 15px;
  margin-right: 65px;
  display: inline-block;
  font-weight: 700;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px;
}
ul.social-icons > li:not(:last-child):after {
  content: " /";
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 45px 0;
  font-size: 20px;
  font-weight: 700;
}
.sp-contact-info li {
  display: inline-block;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li:not(:last-child) {
  margin-right: 45px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 110px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0 55px;
  transition: 0.3s;
}
#sp-header .logo {
  height: 90px;
  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 .logo .dark-logo {
  display: none !important;
}
#sp-header.classic-header {
  position: fixed;
}
#sp-header.classic-header #sp-menu .sp-column {
  justify-content: flex-start;
}
#sp-header.classic-header #sp-logo .sp-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sp-header.classic-header #sp-logo .sp-column .logo-right-wrap {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sp-header.classic-header .logo-right-wrap {
  font-size: 18px;
}
#sp-header.classic-header .logo-right-wrap a {
  color: #17161a;
}
#sp-header.classic-header .logo-right-wrap a:hover, #sp-header.classic-header .logo-right-wrap a:focus {
  color: #fd6724;
}
#sp-header.classic-header #menu-toggler {
  width: 62px;
  height: 62px;
  display: inline-flex;
  background: #17161a;
  text-align: center;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
#sp-header.classic-header #menu-toggler svg {
  fill: #fff;
}
#sp-header.classic-header #menu-wrapper {
  background: #fff;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  bottom: 120%;
  overflow: hidden;
  display: flex;
  z-index: 10;
}
#sp-header.classic-header #menu-wrapper.active {
  bottom: 0;
}
#sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li > a, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li > span {
  display: block;
}
#sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li > a:after, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li > span:after {
  opacity: 0.3;
  transition: 0.3s;
}
#sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li:hover > a, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li.active > a, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li:hover > span, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li.active > span {
  color: #fd6724;
}
#sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li:hover > a:after, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li.active > a:after, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li:hover > span:after, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li.active > span:after {
  opacity: 1;
}
#sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li > a .nav-counter, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li > span .nav-counter {
  font-size: 16px;
}
#sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li:hover > a:before, #sp-header.classic-header #menu-wrapper .sp-megamenu-parent > li.active > a:before {
  width: 0;
  opacity: 0;
}
#sp-header.classic-header #menu-wrapper .menu-wrapper-inner {
  position: relative !important;
  width: 100%;
}
#sp-header.classic-header #menu-wrapper .menu-wrapper-inner #menu-dismiss {
  position: absolute;
  top: 60px;
  left: 60px;
  cursor: pointer;
}
#sp-header.classic-header #menu-wrapper .menu-wrapper-inner #menu-dismiss svg {
  font-size: 55px;
}
#sp-header.classic-header #menu-wrapper .menu-wrapper-inner > .container {
  display: flex;
  padding: 70px 0;
  align-items: center;
  height: 100%;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent {
  display: flex !important;
  flex-direction: column;
  width: 330px;
  border-right: 2px solid #f8f5f3;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li {
  position: initial;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li:not(:last-child) {
  margin-bottom: 50px;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li > a, #sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li > span {
  font-size: 36px;
  font-weight: 600;
  text-transform: initial;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li.sp-has-child > a:after, #sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li.sp-has-child > span:after {
  content: "";
  background-image: url('../images/arrow.svg');
  background-size: 27px 14px;
  height: 14px;
  width: 27px;
  margin-top: 19px;
  margin-left: 30px;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent li.sp-has-child:hover > .sp-dropdown {
  width: 380px !important;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown {
  left: 100% !important;
  transition: 0.3s;
  width: 0 !important;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 50%;
  transform: translateY(-50%);
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: none;
  background: #f8f5f3;
  border-radius: 0px;
  position: relative;
  padding: 60px;
  overflow: visible !important;
  max-height: initial;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul > li > a {
  font-weight: 500 !important;
  font-size: 20px !important;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:before, #sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:after {
  content: "";
  background: #f8f5f3;
  left: 0;
  height: 2000px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:before {
  top: -2000px;
}
#sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:after {
  bottom: -2000px;
}
#sp-header.transparent-header:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
#sp-header.transparent-header {
  position: fixed;
}
#sp-header.transparent-header .nav-placeholder {
  display: none !important;
}
#sp-header.transparent-header .sp-megamenu-parent > li > a {
  color: #fff;
}
#sp-header.transparent-header.header-sticky:before {
  display: none;
}
#sp-header.transparent-header.header-sticky .logo-image {
  display: none !important;
}
#sp-header.transparent-header.header-sticky .dark-logo {
  display: block !important;
}
#sp-header.transparent-header.header-sticky .sp-megamenu-parent > li > a {
  color: var(--text-color);
}
#sp-header.transparent-header.header-sticky .contact-us-wrap .sppb-btn {
  color: var(--text-color) !important;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
body.default-home #sp-header.transparent-header {
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
body.default-home #sp-header.transparent-header.header-sticky {
  background-image: none;
}
#sp-menu > .sp-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#sp-menu > .sp-column nav.sp-megamenu-wrapper {
  order: -1;
  margin-right: 40px;
  margin-top: 15px;
}
.sp-page-title {
  background-color: transparent !important;
  margin-top: 20px;
}
.sp-page-title .sp-page-title-heading {
  position: relative;
  font-weight: 800;
  font-size: 309px;
  line-height: 309px;
  letter-spacing: -1.5px;
  color: #c9c9c9;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d2d2d2;
  position: absolute;
  margin-left: -58px;
}
.sp-page-title .sp-page-title-heading:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: -138px;
  bottom: 25px;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 10%, #fff 90%);
}
.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: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body.com-users.view-login section#sp-bottom, body.com-users.view-registration section#sp-bottom {
  display: none;
}
.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;
}
.view-login {
  position: relative;
}
.view-login .form-group {
  margin-bottom: 25px;
}
.view-login #sp-left {
  background: #f8f5f3;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 395px;
  z-index: 1;
  height: 100vh;
}
.view-login #sp-left .sp-module {
  padding: 15px;
}
.view-login #sp-bottom {
  z-index: 2;
  position: relative;
}
.view-login .sp-module {
  padding: 0px;
}
.view-login #sp-component {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
}
.view-login .sppb-carousel-extended-dots ul {
  display: flex;
}
.view-login .logout {
  text-align: center;
  margin: 200px 0px;
}
.view-login .list-group .list-group-item {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #17161a;
}
.view-login .list-group .list-group-item:hover {
  color: #fd6724;
}
.view-registration #member-registration > div {
  margin-top: 40px;
}
.view-registration .btn.btn-secondary {
  margin-left: 15px;
}
.view-registration .form-group {
  margin-bottom: 25px;
}
.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: 105px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  overflow: hidden;
}
.article-list .article .article-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: #17161a;
}
.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: #044cd0;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #17161a;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #044cd0;
}
.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: #17161a;
}
.article-info > span a:hover {
  color: #044cd0;
}
.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-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 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: 16px;
  color: #5c5c5c;
}
.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;
}
.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: 35px;
}
.article-social-share .social-share-icon ul li a {
  font-size: 24px;
  display: inline-block;
  color: #fff;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fd6724;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon .coming-soon-title, html.offline .coming-soon-title {
  color: #fd6724;
}
html.coming-soon .coming-soon-content, html.offline .coming-soon-content {
  font-size: 30px;
  margin-top: 30px;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1;
  color: #fd6724;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 4rem;
}
html.coming-soon .social-icons li a, html.offline .social-icons li a {
  font-size: 20px;
  color: #17161a;
}
html.coming-soon .social-icons li a:hover, html.offline .social-icons li a:hover {
  color: #fd6724;
}
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-color: #f8f5f3;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 40px;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 200px;
  line-break: 1;
  display: none;
}
html.error-page .error-message {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}
html.error-page .btn.btn-secondary {
  background: var(--gradient);
  color: #fff;
}
html.error-page .btn.btn-secondary:hover, html.error-page .btn.btn-secondary:focus, html.error-page .btn.btn-secondary:active {
  background: linear-gradient(95.55deg, #ff6d2f 4.25%, #fd6724 93.67%);
}
html.error-page .error-modules {
  margin-top: 145px;
}
.error-page-wrapper .sppb-container-inner > .sppb-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
.form-group .input-group-prepend {
  display: none;
}
.sppb-form-group .sppb-form-control, .form-control, input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  width: 100%;
  color: #17161a;
  border: none;
  border-bottom: 1px solid #bebebe;
  border-radius: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  padding: 0px 0px;
  background: transparent;
}
.sppb-form-group .sppb-form-control:focus, .form-control:focus, input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  box-shadow: none;
  outline: none;
  border-color: #bebebe;
}
label {
  transform: translateY(0px);
  transition: transform 0.3s ease;
  padding: 0px;
  margin: 0px;
  width: 80%;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #5c5c5c;
}
.form-check {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-check .form-check-label {
  transform: translateY(0px);
}
#jform_spacer-lbl {
  transform: translateY(0px);
}
.sppb-form-check {
  margin-top: 40px;
  margin-left: 40p;
}
.sppb-form-check .sppb-form-check-label {
  transform: translateY(0px);
}
.sppb-form-check .sppb-form-check-label:before {
  left: -30px;
}
#password-lbl, #jform_password1-lbl, #jform_password2-lbl {
  position: relative;
  z-index: 4;
}
::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #5c5c5c;
}
.focused {
  transform: translateY(0px);
}
select.form-control:not([multiple]), select:not(.form-control):not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="password"]:before {
  content: "\f023";
}
.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, 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, 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, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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, 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, 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, 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, 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, 0.2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 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, 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, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
/*---------------------------------------- Elements Style -----------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
body .sppb-btn, body .btn, .btn-primary {
  box-shadow: none !important;
  outline: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #fd6724;
  border-color: #fd6724;
}
body .sppb-btn, body .btn {
  padding: 10px 33px 10px 34px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  border: none;
}
body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
  padding-top: 13px;
  padding-bottom: 12px;
}
body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
  font-size: 17px;
  padding: 11px 54px 11px 54px;
}
body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
  padding: 10px 54px 10px 54px;
}
body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
  padding: 6px 24px 6px 25px;
}
body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
  padding: 5px 20px 5px 20px;
  font-size: 12px;
}
body .sppb-btn.sppb-btn-default, body .btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.btn-primary {
  background: var(--gradient);
  color: #fff;
}
body .sppb-btn.sppb-btn-default:hover, body .btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:hover, body .sppb-btn.btn-primary:hover, body .btn.btn-primary:hover, body .sppb-btn.sppb-btn-default:focus, body .btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:focus, body .sppb-btn.btn-primary:focus, body .btn.btn-primary:focus, body .sppb-btn.sppb-btn-default:active, body .btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:active, body .btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:active, body .btn.btn-primary:active {
  background: linear-gradient(95.55deg, #ff6d2f 4.25%, #fd6724 93.67%);
}
body .sppb-btn.sppb-btn-default.sppb-btn-rounded, body .btn.sppb-btn-default.sppb-btn-rounded, body .sppb-btn.sppb-btn-primary.sppb-btn-rounded, body .btn.sppb-btn-primary.sppb-btn-rounded, body .sppb-btn.btn-primary.sppb-btn-rounded, body .btn.btn-primary.sppb-btn-rounded {
  border-radius: 6px;
}
body .sppb-btn.sppb-btn-default.sppb-btn-round, body .btn.sppb-btn-default.sppb-btn-round, body .sppb-btn.sppb-btn-primary.sppb-btn-round, body .btn.sppb-btn-primary.sppb-btn-round, body .sppb-btn.btn-primary.sppb-btn-round, body .btn.btn-primary.sppb-btn-round {
  border-radius: 30px;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline, body .btn.sppb-btn-default.sppb-btn-outline, body .sppb-btn.sppb-btn-primary.sppb-btn-outline, body .btn.sppb-btn-primary.sppb-btn-outline, body .sppb-btn.btn-primary.sppb-btn-outline, body .btn.btn-primary.sppb-btn-outline {
  background-color: #120b25;
  position: relative;
  border: solid 2px transparent;
  border-image: linear-gradient(-95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
  border-image-slice: 1;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 4px;
  color: #fff;
  padding: 8px 31px 8px 32px;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline:hover, body .btn.sppb-btn-default.sppb-btn-outline:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover, body .btn.sppb-btn-primary.sppb-btn-outline:hover, body .sppb-btn.btn-primary.sppb-btn-outline:hover, body .btn.btn-primary.sppb-btn-outline:hover, body .sppb-btn.sppb-btn-default.sppb-btn-outline:focus, body .btn.sppb-btn-default.sppb-btn-outline:focus, body .sppb-btn.sppb-btn-primary.sppb-btn-outline:focus, body .btn.sppb-btn-primary.sppb-btn-outline:focus, body .sppb-btn.btn-primary.sppb-btn-outline:focus, body .btn.btn-primary.sppb-btn-outline:focus, body .sppb-btn.sppb-btn-default.sppb-btn-outline:active, body .btn.sppb-btn-default.sppb-btn-outline:active, body .sppb-btn.sppb-btn-primary.sppb-btn-outline:active, body .btn.sppb-btn-primary.sppb-btn-outline:active, body .sppb-btn.btn-primary.sppb-btn-outline:active, body .btn.btn-primary.sppb-btn-outline:active {
  border-color: #fd6724;
  -webkit-background-clip: border-box;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline.btn-black, body .btn.sppb-btn-default.sppb-btn-outline.btn-black, body .sppb-btn.sppb-btn-primary.sppb-btn-outline.btn-black, body .btn.sppb-btn-primary.sppb-btn-outline.btn-black, body .sppb-btn.btn-primary.sppb-btn-outline.btn-black, body .btn.btn-primary.sppb-btn-outline.btn-black {
  background: transparent;
  border: 2px solid #17161a;
  background-clip: border-box;
  padding: 8px 31px 8px 32px;
  color: #17161a;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline.btn-black:hover, body .btn.sppb-btn-default.sppb-btn-outline.btn-black:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-outline.btn-black:hover, body .btn.sppb-btn-primary.sppb-btn-outline.btn-black:hover, body .sppb-btn.btn-primary.sppb-btn-outline.btn-black:hover, body .btn.btn-primary.sppb-btn-outline.btn-black:hover, body .sppb-btn.sppb-btn-default.sppb-btn-outline.btn-black:focus, body .btn.sppb-btn-default.sppb-btn-outline.btn-black:focus, body .sppb-btn.sppb-btn-primary.sppb-btn-outline.btn-black:focus, body .btn.sppb-btn-primary.sppb-btn-outline.btn-black:focus, body .sppb-btn.btn-primary.sppb-btn-outline.btn-black:focus, body .btn.btn-primary.sppb-btn-outline.btn-black:focus, body .sppb-btn.sppb-btn-default.sppb-btn-outline.btn-black:active, body .btn.sppb-btn-default.sppb-btn-outline.btn-black:active, body .sppb-btn.sppb-btn-primary.sppb-btn-outline.btn-black:active, body .btn.sppb-btn-primary.sppb-btn-outline.btn-black:active, body .sppb-btn.btn-primary.sppb-btn-outline.btn-black:active, body .btn.btn-primary.sppb-btn-outline.btn-black:active {
  background-color: #17161a;
  color: #fff !important;
}
body .sppb-btn.sppb-btn-default.sppb-btn-3d, body .btn.sppb-btn-default.sppb-btn-3d, body .sppb-btn.sppb-btn-primary.sppb-btn-3d, body .btn.sppb-btn-primary.sppb-btn-3d, body .sppb-btn.btn-primary.sppb-btn-3d, body .btn.btn-primary.sppb-btn-3d {
  border-bottom: 4px solid #044cd0;
}
body .sppb-btn.sppb-btn-default.sppb-btn-3d:hover, body .btn.sppb-btn-default.sppb-btn-3d:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-3d:hover, body .btn.sppb-btn-primary.sppb-btn-3d:hover, body .sppb-btn.btn-primary.sppb-btn-3d:hover, body .btn.btn-primary.sppb-btn-3d:hover {
  border-bottom-color: transparent;
}
body .sppb-btn.sppb-btn-default.color-black, body .btn.sppb-btn-default.color-black, body .sppb-btn.sppb-btn-primary.color-black, body .btn.sppb-btn-primary.color-black, body .sppb-btn.btn-primary.color-black, body .btn.btn-primary.color-black {
  color: #17161a;
}
body .sppb-btn.sppb-btn-default.color-black:hover, body .btn.sppb-btn-default.color-black:hover, body .sppb-btn.sppb-btn-primary.color-black:hover, body .btn.sppb-btn-primary.color-black:hover, body .sppb-btn.btn-primary.color-black:hover, body .btn.btn-primary.color-black:hover, body .sppb-btn.sppb-btn-default.color-black:focus, body .btn.sppb-btn-default.color-black:focus, body .sppb-btn.sppb-btn-primary.color-black:focus, body .btn.sppb-btn-primary.color-black:focus, body .sppb-btn.btn-primary.color-black:focus, body .btn.btn-primary.color-black:focus, body .sppb-btn.sppb-btn-default.color-black:active, body .btn.sppb-btn-default.color-black:active, body .sppb-btn.sppb-btn-primary.color-black:active, body .btn.sppb-btn-primary.color-black:active, body .sppb-btn.btn-primary.color-black:active, body .btn.btn-primary.color-black:active {
  color: #fff;
  background-color: #e20056;
}
body .sppb-btn.sppb-btn-link, body .btn.sppb-btn-link {
  padding: 0px;
  color: #fd6724;
  letter-spacing: 1px;
  font-weight: 800;
}
.about-2-box {
  background: var(--gradient);
  opacity: 0.06;
  max-height: 355px;
}
.styled-title .sppb-addon-title {
  position: relative;
}
.styled-title .sppb-addon-title:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background: linear-gradient(95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
  bottom: 9px;
  left: 0;
}
.about-02-total-assets {
  background: linear-gradient(95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
}
.about-02-total-assets-2 {
  background-color: #202528;
}
.about2-2-client-wrapper {
  z-index: 0 !important;
}
.sppb-addon-form-builder.inline-form-style .sppb-form-group {
  display: flex;
  margin: 0px;
  align-items: flex-end;
  margin-bottom: 90px;
  flex-wrap: wrap;
}
.sppb-addon-form-builder.inline-form-style label {
  transform: translate(0px);
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #17161a;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 20px;
  position: relative;
  bottom: 8px;
}
.sppb-addon-form-builder.inline-form-style ::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #5c5c5c;
}
.sppb-addon-form-builder.inline-form-style select.sppb-form-control {
  flex: 1 0 390px;
  max-width: 390px;
  padding: 0px 0px 10px 0px;
}
.sppb-addon-form-builder.inline-form-style textarea.sppb-form-control {
  overflow: hidden;
  flex: 0 0 712px;
  max-width: 712px;
}
.gradient-text {
  background: -webkit-linear-gradient(#e8e8e8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wimble-stoke-text .sppb-addon-title {
  color: #c9c9c9;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d2d2d2;
  position: relative;
}
.wimble-stoke-text .sppb-addon-title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: -138px;
  bottom: 25px;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 10%, #fff 90%);
}
.sppb-addon-wimble-person:hover .sppb-person-introtext {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.sppb-addon-wimble-person:hover .sppb-person-social-icons {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.sppb-addon-wimble-person:hover .sppb-person-information {
  margin-bottom: 0px;
}
.sppb-addon-wimble-person .sppb-addon-content {
  position: relative;
}
.sppb-addon-wimble-person .sppb-person-image {
  margin-bottom: 0px;
}
.sppb-addon-wimble-person .sppb-wimble-person-info-wrapper {
  mix-blend-mode: normal;
  backdrop-filter: blur(50px);
  position: absolute;
  bottom: 0px;
  padding: 30px 0px 38px 35px;
  width: calc(100% - 50px);
}
.sppb-addon-wimble-person .sppb-person-information {
  margin-bottom: -140px;
  transition: all 0.6s ease;
}
.sppb-addon-wimble-person .sppb-person-introtext {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease;
  max-width: 85%;
}
.sppb-addon-wimble-person .sppb-person-social-icons {
  visibility: hidden;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.7s ease;
}
.sppb-addon-wimble-person .sppb-person-name {
  letter-spacing: -0.3px;
}
@keyframes animheight {
  0% {
    height: 0px;
  }
  100% {
    height: auto;
  }
}
.wimble-home-slider.sppb-addon-sp-slider .sp-item.active .sp-slider-content-align-left:before {
  animation: leftAnimation 0.6s ease 1s 1 backwards;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left {
  max-width: 52.5%;
  margin-left: auto;
  position: relative;
  top: -80px;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left:before {
  content: "";
  width: 235px;
  position: absolute;
  height: 896px;
  background: linear-gradient(95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
  mix-blend-mode: lighten;
  display: block;
  bottom: -380px;
  left: -143px;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider_number {
  position: absolute;
  top: 0px;
  left: auto !important;
  right: 28%;
  top: 252px;
  height: 25px;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider_number > .sp-slider_current_number {
  font-size: 22px;
  padding: 0px 0px 0px 0px;
  bottom: 20px;
  left: 20px;
  transition: all 0.5s ease;
  font-weight: 800;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider_number .sp-slider-current-number-slash {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 800;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider_number .sp-slider-current-number-right {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
}
.wimble-home-slider.sppb-addon-sp-slider .sppb-sp-slider-title.arrow-title {
  position: relative;
  display: flex;
  max-width: 53%;
  flex: 1 0 auto;
}
.wimble-home-slider.sppb-addon-sp-slider .sppb-sp-slider-title.arrow-title:after {
  content: "";
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  flex: 1 0;
  top: 18px;
  left: 15px;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-caption {
  position: absolute;
  top: 76px;
  left: 115px;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-text-thumbnail-list {
  position: relative;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators {
  padding: 0px;
  border-radius: 10px 0px 0px 10px;
  background: #1b1f22;
  bottom: 125px;
  overflow: hidden !important;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul {
  display: flex;
  justify-content: space-between;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul li {
  margin: 0 0px;
  float: left;
  cursor: pointer;
  padding: 18px 0px 18px 30px;
  flex: 1 0 auto;
  max-width: 100%;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul li.active {
  background-color: rgba(134, 142, 147, 0.05);
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-number {
  font-weight: 800;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -0.5px;
  opacity: 0.13;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-dot-indicator-wrap {
  display: none;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-dot-indecator-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.wimble-home-slider.sppb-addon-sp-slider .sp-slider-dot-indecator-text.sp-dot-text-key-2 {
  display: none;
}
@keyframes leftAnimation {
  0% {
    width: 0px;
  }
  100% {
    width: 235px;
  }
}
.home-consultency .sp-megamenu-parent > li > a {
  color: #fff;
}
.home-consultency #sp-header.header-sticky .sp-megamenu-parent > li > a {
  color: #17161a;
}
.wimble-home-article-list .sppb-addon-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 45px;
}
.wimble-home-article-list .sppb-addon-article .sppb-article-info-wrap {
  display: flex;
  flex-direction: column;
}
.wimble-home-article-list .sppb-addon-article .sppb-article-meta {
  order: -1;
  display: flex;
  flex-wrap: wrap;
}
.wimble-home-article-list .sppb-addon-article .sppb-meta-category, .wimble-home-article-list .sppb-addon-article .sppb-meta-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(23, 22, 26, 0.5);
}
.wimble-home-article-list .sppb-addon-article .sppb-meta-category a, .wimble-home-article-list .sppb-addon-article .sppb-meta-date a {
  color: rgba(23, 22, 26, 0.5);
}
.wimble-home-article-list .sppb-addon-article .sppb-meta-author {
  flex: 1 0 100%;
  max-width: 100%;
  order: -1;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 20px;
}
.wimble-home-article-list .sppb-addon-article .sppb-meta-author:before {
  content: "By";
  color: #717171;
  margin-right: 5px;
}
.wimble-home-article-list .sppb-addon-article h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin-bottom: 35px;
  padding-right: 15px;
}
.wimble-home-article-list .sppb-addon-article h3 a {
  color: #000;
}
.wimble-home-article-list .sppb-addon-article h3 a:hover {
  color: #fd6724;
}
.wimble-home-article-list .sppb-addon-article .sppb-readmore {
  visibility: hidden;
  position: relative;
}
.wimble-home-article-list .sppb-addon-article .sppb-readmore:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  visibility: visible;
  left: 0px;
  display: inline-block;
  color: #000;
  font-size: 25px;
  opacity: 0.5;
  transition: 0.3s;
}
.wimble-home-article-list .sppb-addon-article .sppb-readmore:hover {
  color: #fd6724;
}
.wimble-home-article-list .sppb-addon-article .sppb-readmore:hover:after {
  opacity: 1;
  color: #fd6724;
}
.wimble-article-thumb-view #sp-main-body {
  padding-top: 0;
}
.wimble-article-thumb-view .wimble-article-author-wrap, .wimble-article-thumb-view .article-info {
  display: none;
}
.wimble-article-thumb-view .article .article-body {
  margin-top: 35px;
}
.wimble-article-thumb-view .article .article-body .article-header h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #17161a;
  padding: 0 10px;
}
.wimble-article-thumb-view .article .article-body .article-header h2 a:hover {
  color: #fd6724;
}
.wimble-article-classic-view .articles-leading {
  padding-top: 100px;
}
.wimble-article-classic-view .articles-leading .article {
  margin-bottom: 85px;
}
.wimble-article-classic-view .articles-leading .article .article-body {
  display: flex;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-author-wrap {
  width: 35%;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-author-wrap .article-author-information .media {
  display: block;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-author-wrap .article-author-information .media img {
  width: 36px;
  border-radius: 100%;
  filter: grayscale(1);
  margin-bottom: 15px;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-author-wrap .article-author-information .media .media-body h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #17161a;
  text-transform: lowercase;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-author-wrap .article-author-information .media .media-body h5 span {
  display: block;
  color: #717171;
  font-weight: 500;
  text-transform: initial;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-wrap .article-info {
  font-weight: 500;
  font-size: 16px;
  color: #17161a;
  opacity: 0.5;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-wrap .article-header h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 65px;
  letter-spacing: -0.5px;
  width: 100%;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-wrap .article-header h2 a {
  color: #17161a;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-wrap .article-header h2 a:hover {
  color: #fd6724;
}
.wimble-article-classic-view .articles-leading .article .article-body .wimble-article-wrap .article-introtext {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #000;
  margin-bottom: 65px;
}
.wimble-article-classic-view .articles-leading .article .article-intro-image {
  display: block;
}
.wimble-article-classic-view .article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.wimble-article-classic-view .article .article-intro-image {
  display: none;
}
.wimble-article-classic-view .article .wimble-article-author-wrap {
  padding-bottom: 65px;
}
.wimble-article-classic-view .article .wimble-article-author-wrap .article-author-information .media {
  align-items: center;
}
.wimble-article-classic-view .article .wimble-article-author-wrap .article-author-information .media img {
  width: 36px;
  border-radius: 100%;
  filter: grayscale(1);
}
.wimble-article-classic-view .article .wimble-article-author-wrap .article-author-information .media-body h5 {
  font-weight: 500;
  font-size: 16px;
  color: #717171;
  margin: 0;
}
.wimble-article-classic-view .article .article-info {
  font-weight: 500;
  font-size: 16px;
  color: #17161a;
  opacity: 0.5;
  margin-bottom: 20px;
}
.wimble-article-classic-view .article .article-header h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  width: 75%;
  margin-bottom: 35px;
}
.wimble-article-classic-view .article .article-header h2 a {
  color: #000 0;
  letter-spacing: -0.5px;
}
.wimble-article-classic-view .article .article-header h2 a:hover {
  color: #fd6724;
}
.wimble-article-classic-view .article .readmore {
  padding-bottom: 40px;
}
.wimble-article-classic-view .article .readmore a i {
  font-size: 25px;
}
.wimble-article-classic-view .article .readmore a:hover {
  color: #fd6724;
}
.wimble-article-list-view .article-list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.wimble-article-list-view .article-list.articles-leading {
  border-top: 0;
}
.wimble-article-list-view .article-list.articles-leading .article {
  padding-left: 85px;
  margin-bottom: 105px;
  padding-top: inherit;
  padding-bottom: inherit;
  border-bottom: 0;
}
.wimble-article-list-view .article-list.articles-leading .article:after {
  position: unset;
}
.wimble-article-list-view .article-list.articles-leading .article .article-intro-image {
  display: block;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-author-wrap {
  display: none;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap {
  display: flex;
  flex-direction: column;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-info {
  display: none;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-header h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 65px;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  width: 100%;
  padding-left: inherit;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-header h2 a {
  color: #17161a;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-header h2 a:hover {
  color: #fd6724 !important;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap dl.fields-container {
  order: -1;
  position: absolute;
  left: 0;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap dl.fields-container dd.field-entry > span.field-label {
  display: none;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap dl.fields-container dd.field-entry > span.field-value {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #17161a;
  opacity: 0.5;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap dl.fields-container dd.field-entry:first-child {
  position: unset;
}
.wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-introtext {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #000;
  margin-bottom: 75px;
}
.wimble-article-list-view .article-list.articles-leading .article:hover .article-body .fields-container > dd.field-entry > span.field-value, .wimble-article-list-view .article-list.articles-leading .article:hover .article-body .fields-container > .field-entry {
  color: inherit;
  opacity: inherit;
}
.wimble-article-list-view .article-list.articles-leading .article:hover .article-body .article-header > h2 > a {
  color: inherit;
}
.wimble-article-list-view .article-list.articles-leading .article:hover .article-body .fields-container > .field-entry {
  opacity: 0.5;
}
.wimble-article-list-view .article-list .article {
  position: relative;
  margin-bottom: 0;
  padding: 65px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.wimble-article-list-view .article-list .article:after {
  position: absolute;
  z-index: -1;
  content: " ";
  background: linear-gradient(95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.wimble-article-list-view .article-list .article .article-intro-image {
  display: none;
}
.wimble-article-list-view .article-list .article .wimble-article-author-wrap, .wimble-article-list-view .article-list .article .article-info {
  display: none;
}
.wimble-article-list-view .article-list .article dd.field-entry > span.field-label {
  display: none;
}
.wimble-article-list-view .article-list .article .fields-container {
  margin-bottom: 0;
  position: absolute;
  left: 65px;
}
.wimble-article-list-view .article-list .article .fields-container .field-entry {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 54px;
  letter-spacing: -0.3px;
  color: #17161a;
  opacity: 0.5;
  transition: 0.5s;
}
.wimble-article-list-view .article-list .article .fields-container .field-entry span.field-label {
  display: none;
}
.wimble-article-list-view .article-list .article .article-header h2 {
  margin-bottom: 0;
  padding-left: 150px;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -0.5px;
  width: 85%;
  transition: 0.5s;
}
.wimble-article-list-view .article-list .article .article-header h2 a {
  color: #17161a;
}
.wimble-article-list-view .article-list .article:hover .article-body .fields-container > .field-entry, .wimble-article-list-view .article-list .article:hover .article-body .article-header > h2 > a {
  color: #fff;
  opacity: 1;
}
.wimble-article-list-view .article-list .article:hover:after {
  opacity: 1;
}
.wimble-article-list-view nav.pagination-wrapper {
  padding-top: 105px;
}
.view-article #sp-position1 {
  display: none;
}
.view-article.wimble-article-thumb-view .article-info {
  display: block;
}
.view-article #sp-main-body {
  padding-top: 0;
}
.view-article .container {
  max-width: 100%;
  padding: 0;
}
.view-article .article-details .wimble-article-details-title-wraper {
  position: relative;
}
.view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap {
  position: absolute;
  top: 150px;
  z-index: 1;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap .article-header h1 {
  font-weight: 800;
  font-size: 88px;
  line-height: 98px;
  text-align: center;
  letter-spacing: -2.5px;
  width: 50%;
  margin: 0 auto 30px;
}
.view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap .article-author-information img {
  display: none;
}
.view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap .article-author-information h5 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap .article-info {
  justify-content: center;
  margin-bottom: 25px;
}
.view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap .article-info span {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap .article-info span a {
  color: #fff;
}
.view-article .article-details .wimble-article-details-title-wraper:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view-article .article-details .fields-container {
  display: none;
}
.view-article .article-details div[itemprop="articleBody"] {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 120px;
}
.view-article .article-details div[itemprop="articleBody"] .wimble-article-dropcap:first-letter {
  font-size: 88px;
  text-align: center;
  letter-spacing: -1.5px;
  color: #000;
  float: left;
  margin: 0 45px 0 0;
  padding: 70px 60px;
  border: 1px solid #17161a;
  box-sizing: border-box;
}
.view-article .article-details div[itemprop="articleBody"] .wimble-highlight-text {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 0;
}
.view-article .article-details div[itemprop="articleBody"] .sppb-addon-optin-forms {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 10px 65px 45px 65px;
}
.view-article .article-details div[itemprop="articleBody"] .sppb-addon-optin-forms .sppb-optin-form-details-wrap .sppb-optin-form-details {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #17161a;
  width: 80%;
}
.view-article .article-details div[itemprop="articleBody"] .sppb-addon-optin-forms .sppb-optin-form-content .button-wrap .sppb-btn {
  background: transparent;
  padding-right: 0;
}
.view-article .article-details div[itemprop="articleBody"] .sppb-addon-optin-forms .sppb-optin-form-content .button-wrap .sppb-btn i {
  color: #000;
  opacity: 0.4;
  transition: 0.5s;
}
.view-article .article-details div[itemprop="articleBody"] .sppb-addon-optin-forms .sppb-optin-form-content .button-wrap .sppb-btn:hover {
  cursor: pointer;
}
.view-article .article-details div[itemprop="articleBody"] .sppb-addon-optin-forms .sppb-optin-form-content .button-wrap .sppb-btn:hover i {
  color: #fd6724;
  opacity: 1;
}
.view-article .related-article-list-container {
  max-width: 730px;
  margin: 0 auto;
}
.view-article .related-article-list-container h3.related-article-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #17161a;
  margin-bottom: 40px;
}
.view-article .related-article-list-container ul.article-list {
  border-top: 0;
}
.view-article .related-article-list-container ul.article-list li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding: 45px 0;
}
.view-article .related-article-list-container ul.article-list li h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.view-article .related-article-list-container ul.article-list li h2 a {
  color: #17161a;
}
.view-article .related-article-list-container ul.article-list li h2 a:hover {
  color: #fd6724;
}
.view-article .related-article-list-container ul.article-list li:last-child {
  border-top: 0;
  border-bottom: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
}
.wimble-sp-simpleportfolio-img {
  width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
  text-align: left;
  margin-bottom: 50px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul > li {
  margin: 0 60px 0 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul > li a {
  position: relative;
  background: transparent;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #000;
  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul > li a:hover {
  color: #fd6724;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul > li a:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background: linear-gradient(95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
  left: 0;
  bottom: -10px;
  opacity: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul > li.active a {
  color: #000;
  background-color: transparent;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul > li.active a:after {
  opacity: 1;
}
.com-spsimpleportfolio.view-item #sp-position1 {
  display: none;
}
.com-spsimpleportfolio.view-item #sp-main-body {
  padding-top: 0;
  padding-bottom: 0;
}
.com-spsimpleportfolio.view-item #sp-main-body .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.com-spsimpleportfolio.view-item #sp-main-body .container .sppb-row-container {
  margin: 0 auto;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper {
  position: relative;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .wimble-sp-simpleportfolio-img-wrapper span {
  display: none;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio {
  position: absolute;
  bottom: 0;
  background: linear-gradient(360deg, #17161a 0%, rgba(23, 22, 26, 0) 100%);
  padding: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-btns, .com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-tags {
  display: none;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-short-info {
  width: 75%;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio a {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio a:hover {
  color: #fd6724;
}
.com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper:hover .sp-simpleportfolio {
  opacity: 1;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 30px;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio .sp-simpleportfolio-filter {
  padding-left: 15px;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper {
  position: relative;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper .wimble-sp-simpleportfolio-img-wrapper span {
  display: none;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper .sp-simpleportfolio {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(360deg, #17161a 0%, rgba(23, 22, 26, 0) 100%);
  padding: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-btns, .com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-short-info {
  display: none;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper .sp-simpleportfolio a {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper .sp-simpleportfolio a:hover {
  color: #fd6724;
}
.com-spsimpleportfolio.portfolio-masonry .sp-simpleportfolio-wrapper:hover .sp-simpleportfolio {
  opacity: 1;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item {
  width: 100%;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-short-info {
  display: none;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .sp-simpleportfolio-wrapper .wimble-sp-simpleportfolio-img-wrapper {
  position: relative;
  transition: 0.3s;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .sp-simpleportfolio-wrapper .wimble-sp-simpleportfolio-img-wrapper span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: 200px;
  letter-spacing: -1.5px;
  z-index: 2;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .sp-simpleportfolio-wrapper .wimble-sp-simpleportfolio-img-wrapper:after {
  position: absolute;
  content: "";
  background: rgba(23, 22, 26, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .sp-simpleportfolio-wrapper .wimble-sp-simpleportfolio-img-wrapper:hover:after {
  background: linear-gradient(95.55deg, #fd6724 4.25%, #ff6d2f 93.67%);
  opacity: 0.8;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 45px;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .sp-simpleportfolio-title-wrap h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.5px;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .sp-simpleportfolio-title-wrap h3 a {
  color: #17161a;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .sp-simpleportfolio-title-wrap h3 a:hover {
  color: #fd6724;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .sp-simpleportfolio-title-wrap .sp-simpleportfolio-tags {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #000;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .sp-simpleportfolio-short-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #5c5c5c;
  opacity: 0.8;
  width: 30%;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .wimble-sp-simpleportfolio-btns {
  display: flex;
  align-items: center;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .wimble-sp-simpleportfolio-btns span {
  font-weight: 500;
  line-height: 26px;
  margin-right: 15px;
}
.com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .wimble-sp-simpleportfolio-btns a:hover {
  color: #fd6724;
}
.animated-heading-text.loading-bar .animated-text-words-wrapper::after {
  background: #fd6724;
  top: 60px;
}
.wimble-portfolio-item {
  position: relative;
}
.wimble-portfolio-item .sppb-media-content {
  position: absolute;
  bottom: 60px;
  left: 45px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.wimble-portfolio-item .sppb-media-content .sppb-addon-text {
  width: 65%;
}
.hero-section {
  overflow: hidden;
}
.hero-section .sppb-row-overlay {
  backdrop-filter: blur(50px);
}
.hero-section .sppb-ripple-effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 1), 0 0 0 60px rgba(255, 255, 255, .8), 0 0 0 90px rgba(255, 255, 255, .6);
  z-index: -1;
  animation: borderRipple 2s infinite;
}
@-webkit-keyframes borderRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes borderRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.classic-left-col .sppb-column-addons, .classic-right-col .sppb-column-addons {
  max-width: 440px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  mix-blend-mode: normal;
  backdrop-filter: blur(50px);
  padding: 60px;
}
.classic-left-col .sppb-column-addons {
  margin-left: auto;
  margin-right: 116px;
  margin-bottom: 80px;
}
.classic-right-col .sppb-column-addons {
  margin-left: 116px;
  margin-right: auto;
  margin-top: 80px;
}
.classic-service {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}
.classic-service > div {
  flex: 1;
}
.classic-service .sppb-media-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.classic-service .sppb-feature-box-title {
  -webkit-text-stroke: 1px rgba(92, 92, 92, 0.3);
  background-color: transparent;
  color: transparent;
  display: inline-block;
  transition: 0.3s;
  font-weight: 700;
  position: absolute;
  top: 30px;
  right: -54px;
}
.classic-service .sppb-btn {
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 15px;
  font-size: 25px !important;
  opacity: 0.5;
  transition: 0.3s;
}
.classic-service .sppb-btn:hover, .classic-service .sppb-btn:focus {
  opacity: 1;
}
.classic-service .sppb-btn i {
  text-indent: 1px;
  position: absolute;
  top: -5px;
  left: 0;
}
.classic-service:hover .sppb-btn {
  opacity: 1;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  display: flex;
  flex-direction: column;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  order: 1;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  order: 3;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer {
  order: 2;
  margin-top: 10px;
  margin-bottom: 60px;
}
.sppb-addon-pricing-table .sppb-pricing-price-container .sppb-pricing-price-symbol {
  margin-right: 20px;
}
.sppb-addon-pricing-table .sppb-pricing-price-container .sppb-pricing-duration {
  margin-left: 20px;
}
.sppb-addon-pricing-table .sppb-pricing-header {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-price-container {
  order: -1;
}
.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-title strong {
  color: var(--text-color);
}
.sppb-addon-pricing-table .sppb-pricing-features {
  font-weight: 600;
}
.sppb-addon-pricing-table .sppb-pricing-features ul > li .no {
  opacity: 0.5;
}
.sppb-addon-pricing-table .sppb-pricing-features ul > li i {
  margin-right: 12px;
  color: #a2a2a2;
}
.sppb-addon-pricing-table .sppb-pricing-features ul > li div > span {
  display: block;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 24px;
}
.wimble-stoke-heading .sppb-addon-title {
  color: #c9c9c9;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c9c9c9;
  position: relative;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
}
.wimble-stoke-heading .sppb-addon-title:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: -138px;
  bottom: 25px;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2) 50%, #f8f5f3 100%);
}
#sp-page-builder .page-content .sppb-section.first-section-margin-top:first-child {
  margin-top: -125px;
}
.service-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.service-list-item .sppb-addon-title .number {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #17161a;
  margin-right: 50px;
  opacity: 0.5;
}
.service-list-item .sppb-addon-title .sppb-addon-title-icon {
  float: right;
  position: relative;
  top: 6px;
}
.wimble-team-page #sp-title {
  min-height: 0;
  padding: 0px;
}
.wimble-team-page .sp-page-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 757px;
  background-color: transparent;
}
.wimble-team-page .sp-page-title-heading {
  font-weight: 800;
  font-size: 338px;
  line-height: 98px;
  letter-spacing: 50px;
  color: #fff;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  padding-top: 145px;
  padding-left: 15px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  margin-left: 0px;
  position: relative;
}
.wimble-team-page .sp-page-title-heading:before {
  display: none;
}
.pagination-wrapper {
  justify-content: center;
  padding-top: 50px;
}
.pagination-wrapper .mr-auto {
  margin-right: inherit !important;
}
.pagination {
  flex-wrap: wrap;
}
.pagination .page-item {
  margin-right: 20px;
  margin-bottom: 10px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0px;
}
.pagination .page-item .page-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border: none;
  background-color: transparent;
  color: #949494;
}
.pagination .page-item .page-link.next {
  position: relative;
  margin-left: 80px;
  color: transparent;
}
.pagination .page-item .page-link.next:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  color: #17161a;
  font-size: 20px;
  right: 10px;
}
.pagination .page-item .page-link.previous {
  position: relative;
  margin-right: 80px;
  color: transparent;
}
.pagination .page-item .page-link.previous:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30a";
  color: #17161a;
  font-size: 20px;
  left: 10px;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  color: #17161a;
}
.pagination .page-item.active .page-link.next, .pagination .page-item:hover .page-link.next, .pagination .page-item.active .page-link.previous, .pagination .page-item:hover .page-link.previous {
  color: transparent;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
  padding: 10px 0;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  // text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.sp-megamenu-parent > li > a .nav-counter, .sp-megamenu-parent > li > span .nav-counter {
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 0.5;
  font-size: 13px;
}
.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #fd6724;
  transition: 0.3s;
  opacity: 0;
}
.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > span:hover:before, .sp-megamenu-parent > li > a:focus:before, .sp-megamenu-parent > li > span:focus:before {
  width: 14px;
  opacity: 1;
}
.sp-megamenu-parent > li:hover > a, .sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li:hover > a:before, .sp-megamenu-parent > li.active > a:before {
  width: 14px;
  opacity: 1;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0px 9px 16px rgba(45, 46, 48, 0.08);
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
  margin-bottom: 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > span:not(.sp-menu-badge):before {
  content: "";
  position: absolute;
  left: -42px;
  width: 0;
  height: 1px;
  background-color: #17161a;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
  padding-left: 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a:before {
  width: 41px;
  opacity: 1;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
  opacity: 0.5;
}
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-full li.sp-menu-item:hover > a:before {
  width: 27px !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full li.sp-menu-item > a:before, body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full li.sp-menu-item > span:not(.sp-menu-badge):before {
  left: -20px !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full > .sp-dropdown-inner {
  border-radius: 0px;
  padding: 70px;
  position: relative;
  overflow: initial;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full > .sp-dropdown-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 58%;
  bottom: 0;
  width: 3000px;
  background-color: #fff;
  background-image: linear-gradient(95.55deg, rgba(255, 22, 111, 0.5) 4.25%, rgba(255, 109, 47, 0.1) 93.67%);
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full > .sp-dropdown-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 3000px;
  background-color: #fff;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-dropdown-inner > .row {
  margin: 0px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-mega-group {
  display: flex;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-mega-group > li {
  flex: 1;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-mega-group .item-header > a {
  margin-bottom: 25px;
  opacity: 0.5;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-mega-group .sp-mega-group-child.sp-dropdown-items > li {
  margin-bottom: 10px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  border-radius: 100%;
  width: 52px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #000;
  right: -25px;
  border-radius: 0px 20px 20px 0px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.close-offcanvas span {
  position: relative;
  left: 9px;
  font-size: 18px;
}
.offcanvas-active .close-offcanvas {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  -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:not(:last-child) {
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #17161a;
}
.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: 5%;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 4;
}
.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;
}
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: -25px;
}
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;
}
.offcanvas-menu .sp-module .sppb-social-share-wrap ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.offcanvas-menu .sp-module .sppb-social-share-wrap ul li {
  border: none !important;
  padding: 0px !important;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1600px) {
  .wimble-home-slider.sppb-addon-sp-slider .sppb-sp-slider-title.arrow-title {
    max-width: 50%;
  }
  .sp-slider-custom-dot-indecators ul li {
    width: 100px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-caption {
    top: 62px;
    left: 70px;
  }
}
@media (max-width: 1450px) {
  #sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li:not(:last-child) {
    margin-bottom: 30px;
  }
  #sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li > a, #sp-header.classic-header #menu-wrapper ul.sp-megamenu-parent > li > span {
    font-size: 22px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sppb-sp-slider-title.arrow-title:after {
    display: none;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/*========================     Below 1200Px      ===========================================*/
@media (max-width: 1199px) and (min-width: 992px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 250px;
  }
  .wimble-team-page .sp-page-title {
    height: 650px;
  }
  #sp-left .sp-module, #sp-right .sp-module {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  #sp-header {
    padding: 0 25px;
  }
  #sp-header #sp-menu > div.sp-column > .sp-module {
    display: none;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    margin-right: 5px;
    margin-left: 10px;
    padding: 10px 0;
    font-size: 14px !important;
  }
  #sp-header.classic-header #offcanvas-toggler > span {
    background: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 60px;
    margin-top: 20px;
  }
  #sp-header.classic-header .logo-wrap {
    margin-right: 15px;
  }
  #sp-header.classic-header .logo-right-wrap {
    font-size: 14px;
  }
  #sp-header.classic-header ul.social-icons {
    margin-left: 5px;
    margin-right: 14px;
  }
  #sp-header.classic-header .sp-contact-info {
    margin: 0 15px 0;
    font-size: 15px;
  }
  #sp-header.classic-header .logo-right-wrap .sp-module {
    display: none;
  }
  #sp-header.classic-header .sp-contact-info li:not(:last-child) {
    margin-right: 10px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left:before {
    bottom: -220px;
    height: 710px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-caption {
    top: 46px;
    left: 40px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-number {
    font-size: 100px;
    line-height: 110px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider_number {
    display: none;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left {
    max-width: 60.5%;
  }
  .wimble-desc-contact-wrapper {
    background-image: linear-gradient(90deg, #fff 0%, #f8f5f3 0%) !important;
  }
  .view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap {
    display: none;
  }
}
/*==========================================================================================*/
/*========================     Below 992Px      ===========================================*/
@media (max-width: 991px) {
  #sp-header.transparent-header #sp-logo > .sp-column {
    display: flex;
    justify-content: space-between;
  }
  #sp-header.transparent-header #sp-logo > .sp-column #offcanvas-toggler {
    font-size: 25px;
  }
  #sp-header.transparent-header #sp-logo > .sp-column #offcanvas-toggler > span {
    color: #fff;
  }
  #sp-header.transparent-header.header-sticky #offcanvas-toggler > span {
    color: #000 !important;
  }
  body .sppb-btn, body .btn {
    padding: 11px 30px 10px 30px;
  }
  body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
    padding: 10px 20px 10px 20px;
  }
  body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
    padding: 7px 15px 7px 15px;
    font-size: 12px;
  }
  .sp-page-title .sp-page-title-heading {
    font-size: 200px;
  }
  .wimble-team-page .sp-page-title {
    height: 500px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-item.active .sp-slider-content-align-left:before {
    display: none;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left {
    max-width: 90%;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-caption {
    position: absolute;
    top: 50px;
    left: 50px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-dot-indecator-text {
    font-size: 13px;
    line-height: 20px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-number {
    font-size: 60px;
    line-height: 85px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left:before {
    display: none;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider_number {
    display: none;
  }
  .wimble-article-classic-view .articles-leading .article .article-body .wimble-article-author-wrap {
    width: 70%;
  }
  .wimble-article-classic-view .article .article-header h2 {
    width: 100%;
  }
  .wimble-article-list-view .article-list .article .article-header h2 {
    font-size: 25px;
    line-height: 43px;
  }
  .wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-header h2 {
    font-size: 35px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-introtext {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .view-article .article-details div[itemprop="articleBody"] .wimble-article-dropcap:first-letter {
    font-size: 70px;
    margin: 0 30px 0 0;
  }
  .wimble-article-details-title-wrap {
    display: none;
  }
  .com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-short-info {
    width: 100%;
    font-size: 14px;
  }
  .com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .sp-simpleportfolio-short-info {
    width: 50%;
  }
  .view-login #sp-left {
    display: none;
  }
  .view-login #sp-component {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .form-horizontal .controls {
    margin-left: 0px;
  }
  .view-login .logout {
    text-align: center;
    margin: 0px 0px;
  }
  .wimble-home-article-list .sppb-addon-article h3 {
    font-size: 20px;
    line-height: 30px;
  }
  #sp-page-builder .page-content .sppb-section.first-section-margin-top:first-child {
    margin-top: 0px;
  }
  .wimble-stoke-heading .sppb-addon-title:after {
    display: none;
  }
  .wimble-team-page .sp-page-title {
    height: 540px;
  }
  .wimble-stoke-text .sppb-addon-title:before {
    bottom: 20px;
  }
  #sp-bottom {
    padding: 20px 0 0px;
  }
  .pagination-wrapper {
    padding-top: 20px;
  }
}
/*==========================================================================================*/
/*========================     Below 768Px      ===========================================*/
@media (max-width: 767px) {
  #sp-header.classic-header .logo-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #sp-header.classic-header .logo-right-wrap {
    display: none !important;
  }
  body .sppb-btn, body .btn {
    padding: 9px 20px 8px 20px;
    font-size: 14px;
  }
  body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
    padding: 11px 30px 10px 30px;
    font-size: 16px;
  }
  body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
    padding: 11px 30px 10px 30px;
  }
  body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
    padding: 8px 15px 7px 15px;
  }
  body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
    padding: 6px 10px 5px 10px;
    font-size: 12px;
  }
  body .sppb-btn.sppb-btn-default.sppb-btn-outline, body .btn.sppb-btn-default.sppb-btn-outline, body .sppb-btn.sppb-btn-primary.sppb-btn-outline, body .btn.sppb-btn-primary.sppb-btn-outline, body .sppb-btn.btn-primary.sppb-btn-outline, body .btn.btn-primary.sppb-btn-outline {
    padding: 8px 20px 8px 20px;
  }
  .sp-page-title .sp-page-title-heading {
    font-size: 120px;
    padding-top: 50px;
    opacity: 1;
    line-height: 15px;
    margin: 0px;
    letter-spacing: 10px;
    position: relative;
  }
  .wimble-team-page .sp-page-title {
    height: 350px;
  }
  .wimble-team-person .sppb-person-information {
    width: calc(70% - 50px);
  }
  .wimble-team-person .sppb-person-information {
    padding: 20px 0px 25px 20px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left {
    max-width: 100%;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators {
    width: 100% !important;
    bottom: 0px;
    border-radius: 0px;
    padding: 0px 10px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul li {
    padding: 10px 0px 10px 10px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-number {
    font-size: 30px;
    line-height: 60px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-dot-indecator-text {
    display: none;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-caption {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul {
    width: 100% !important;
  }
  .sp-slider-custom-dot-indecators ul li {
    width: auto;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider_number {
    display: none;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left {
    top: 0px;
  }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left:before {
    display: none;
  }
  .classic-left-col .sppb-column-addons {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .classic-left-col .sppb-column-addons, .classic-right-col .sppb-column-addons {
    padding: 25px;
  }
  .classic-right-col .sppb-column-addons {
    margin-left: 30px;
    margin-top: 30px;
  }
  html.error-page .error-message {
    font-size: 24px;
    line-height: 34px;
  }
  .error-page-wrapper .sppb-container-inner > .sppb-row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wimble-home-article-list .sppb-addon-article .sppb-meta-author {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .wimble-home-article-list .sppb-addon-article h3 {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .wimble-home-article-list .sppb-addon-article {
    padding-bottom: 30px;
  }
  .wimble-home-article-list .sppb-addon-article h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .sppb-addon-wimble-person .sppb-wimble-person-info-wrapper {
    padding: 20px 0px 30px 20px;
  }
  .wimble-portfolio-item .sppb-media-content {
    bottom: 35px;
    left: 25px;
  }
  .wimble-team-page .sp-page-title {
    height: 270px;
  }
  .sppb-addon-wimble-person .sppb-wimble-person-info-wrapper {
    width: calc(100% - 180px);
  }
  .sppb-addon-form-builder.inline-form-style .sppb-form-group {
    margin-bottom: 50px;
  }
  .sppb-addon-form-builder.inline-form-style label {
    font-size: 16px;
    line-height: 24px;
  }
  .sppb-addon-form-builder.inline-form-style .sppb-form-control, .sppb-addon-form-builder.inline-form-style .sppb-form-group .sppb-form-control {
    font-size: 16px;
    line-height: 24px;
  }
  .sppb-addon-form-builder.inline-form-style select.sppb-form-control {
    flex: 1 0 auto;
    max-width: 265px;
  }
  .sppb-addon-form-builder.inline-form-style textarea.sppb-form-control {
    flex: 0 0 auto;
    max-width: auto;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .wimble-stoke-text .sppb-addon-title:before {
    display: none;
  }
  html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem;
  }
  html.coming-soon .coming-soon-title, html.offline .coming-soon-title {
    color: #fd6724;
    font-size: 40px;
  }
  html.coming-soon .coming-soon-content, html.offline .coming-soon-content {
    font-size: 20px;
    margin-top: 20px;
  }
  html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
    margin-top: 4rem;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
    margin: 0;
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    width: 100%;
    font-size: 40px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 20px;
  }
  .sp-page-title .sp-page-title-heading:before {
    display: none;
  }
  #sp-main-body {
    padding: 50px 0;
  }
}
/*==========================================================================================*/
/*========================     Below 575Px      ===========================================*/
@media (max-width: 575px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 60px;
    text-align: center;
    line-height: 75px;
    padding-top: 20px;
  }
  .wimble-team-page .sp-page-title {
    height: 250px;
  }
  .sppb-addon-wimble-person .sppb-wimble-person-info-wrapper {
    width: calc(100% - 100px);
  }
  .sppb-addon-wimble-person .sppb-wimble-person-info-wrapper {
    width: calc(100% - 40px);
  }
}
/*==========================================================================================*/
/*========================     Below 480Px      ===========================================*/
@media (max-width: 480px) {
  .wimble-team-person .sppb-person-information {
    width: calc(100% - 50px);
  }
  .wimble-team-page .sp-page-title {
    height: 200px;
  }
  .wimble-article-classic-view .articles-leading .article .article-body {
    display: inherit;
  }
  .wimble-article-classic-view .article .wimble-article-author-wrap {
    padding-bottom: 25px;
  }
  .wimble-article-classic-view .articles-leading .article .article-body .wimble-article-wrap .article-header h2 {
    font-size: 30px;
    line-height: 49px;
  }
  .wimble-article-classic-view .article .article-header h2 {
    margin-bottom: 25px;
  }
  .wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap .article-header h2 {
    font-size: 20px;
    line-height: 39px;
  }
  .wimble-article-list-view .article-list.articles-leading .article .wimble-article-wrap dl.fields-container, .wimble-article-list-view .article-list .article .fields-container {
    display: none;
  }
  .wimble-article-list-view .article-list.articles-leading .article, .wimble-article-list-view .article-list .article .article-header h2 {
    padding-left: 0px;
  }
  .wimble-article-list-view .article-list .article .article-header h2 {
    font-size: 18px;
    line-height: 36px;
    width: 100%;
  }
  .wimble-article-list-view .article-list .article {
    padding: 30px 0;
  }
  .wimble-article-list-view .article-list.articles-leading .article {
    margin-bottom: 30px;
  }
  .view-article .article-details div[itemprop="articleBody"] .wimble-article-dropcap:first-letter {
    font-size: 60px;
    margin: 0 30px 0 0;
  }
  .view-article .article-details .wimble-article-details-title-wraper .wimble-article-details-title-wrap {
    display: none;
  }
  .view-article .article-details div[itemprop="articleBody"] {
    padding: 20px 15px 0;
  }
  .view-article .related-article-list-container {
    padding: 0 15px;
  }
  .view-article .related-article-list-container ul.article-list li h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter ul > li {
    margin: 0 30px 0 0;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter ul > li a:after {
    bottom: 0;
  }
  .com-spsimpleportfolio.portfolio-metro .sp-simpleportfolio-wrapper .sp-simpleportfolio .sp-simpleportfolio-short-info {
    width: 100%;
    font-size: 14px;
  }
  .com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info {
    display: block;
    padding: 0;
  }
  .com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .wimble-sp-simpleportfolio-info .sp-simpleportfolio-short-info {
    width: 100%;
  }
  .com-spsimpleportfolio.portfolio-classic .sp-simpleportfolio-item .sp-simpleportfolio-wrapper .wimble-sp-simpleportfolio-img-wrapper span {
    display: none;
  }
}
