.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  height: 60px;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.sp-megamenu-parent > li.sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  content: " \f107";
  font-weight: 600;
}
.sp-megamenu-parent > li.sp-has-child > a:before {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: -15px;
  z-index: 999;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: #ededed #ededed transparent transparent;
  border-style: solid;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  box-sizing: border-box;
  margin-left: -15px;
  z-index: -999;
}
.sp-megamenu-parent > li.sp-has-child:hover > a:before {
  opacity: 1;
  bottom: -10px;
  z-index: 1;
}
.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 .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background-color: #ededed;
  box-shadow: 0px 18px 27px 0px rgba(0,0,0,0.2);
  position: relative;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 2px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  display: block;
  padding: 0 25px;
  line-height: 45px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
  background: #f7f7f7;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 25px 0 25px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {
  border-bottom: none;
}
.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-fade .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 60px;
}
#offcanvas-toggler > i {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler > i:hover {
  color: #fff;
}
.offcanvas-overlay {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.body-innerwrapper {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body.offcanvas .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  opacity: 1;
  z-index: 9999;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  background: rgba(0,0,0,0.3);
}
.close-offcanvas:hover {
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  color: #5f5f5f;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 99999;
  overflow-y: auto;
  visibility: visible;
}
.offcanvas-menu .offcanvas-inner {
  padding: 60px 20px 20px 20px;
}
.offcanvas-menu .offcanvas-inner .nav.menu {
  flex-direction: column;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(255,255,255,0.07);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover .offcanvas-menu-toggler {
  color: #333;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
  padding-left: 30px;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #999;
}
.ltr .offcanvas-menu {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -340px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  visibility: visible;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.layout-boxed #sp-main-menu .container.sp-dropdown-mega {
  position: absolute;
}
.layout-boxed .is-sticky #sp-main-menu > .container > .row:first-child:before,
.layout-boxed .is-sticky #sp-main-menu > .container > .row:first-child:after {
  display: none;
}
.layout-boxed .is-sticky #sp-main-menu > .container {
  width: 100%;
}
.layout-boxed .is-sticky #sp-main-menu .container.sp-dropdown-mega {
  margin: 0 35px;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.btn,
.sppb-btn {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #24252a;
  border-radius: 2px;
  line-height: 50px;
  padding: 0 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn:hover,
.btn:focus,
.sppb-btn:hover,
.sppb-btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  line-height: 50px;
  height: 50px;
}
input.btn,
input.sppb-btn {
  height: 50px !important;
  line-height: 50px !important;
  border: none;
}
input.btn:hover,
input.btn:focus,
input.btn:active,
input.btn:focus:active,
input.sppb-btn:hover,
input.sppb-btn:focus,
input.sppb-btn:active,
input.sppb-btn:focus:active {
  outline: none;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 40px;
  padding: 0 30px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 30px;
  padding: 0 50px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  font-size: 16px;
  line-height: 60px;
  padding: 0 55px;
}
.btn-default,
.sppb-btn-default {
  background-color: #fff;
}
.btn-primary,
.sppb-btn-primary {
  background-color: transparent;
  border: 1px solid #24252a !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:active {
  background-color: #24252a;
}
.btn-success,
.sppb-btn-success {
  color: #fff;
  background-color: #58cf68;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.sppb-btn-success:hover,
.sppb-btn-success:focus,
.sppb-btn-success:active {
  background-color: #36be49;
}
.btn-info,
.sppb-btn-info {
  color: #fff;
  background-color: #24252a;
}
.btn-warning,
.sppb-btn-warning {
  color: #fff;
  background-color: #ff3d00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.sppb-btn-warning:hover,
.sppb-btn-warning:focus,
.sppb-btn-warning:active {
  background-color: #cc3100;
}
.btn-danger,
.sppb-btn-danger {
  color: #fff;
  background-color: #e35358;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.sppb-btn-danger:hover,
.sppb-btn-danger:focus,
.sppb-btn-danger:active {
  background-color: #dc272d;
}
.btn-link,
.sppb-btn-link {
  background-color: transparent;
  padding: 0;
  color: #4e283f;
  font-weight: 700;
  letter-spacing: 5px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.sppb-btn-link:hover,
.sppb-btn-link:focus,
.sppb-btn-link:active {
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px !important;
  padding: 6px 20px;
  border-color: #e5dfdf;
  background-color: #f7f7f7 !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sppb-form-control {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e5dfdf;
}
.sppb-form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
a,
i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
body {
  line-height: 24px;
  background-color: #ededed;
  color: #706d6d;
}
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;
}
ul.pagination li {
  margin: 0 10px 0 0 !important;
}
ul.pagination li .page-link {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li a {
  margin-right: 10px;
  background: transparent;
  color: #adadad;
  border: solid 2px #e1e1e1 !important;
  font-weight: 700;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px;
  padding: 8px 18px !important;
  background: none !important;
  color: #706d6d !important;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
  border-radius: 0 !important;
}
ul.pagination li a:hover {
  background: transparent;
  color: #706d6d;
  border: solid 2px #706d6d;
}
ul.pagination li.active a,
ul.pagination li:hover a {
  border-color: #706d6d !important;
}
ul.pagination li.disabled a {
  border-color: #e1e1e1 !important;
}
ul.pagination li span.page-link {
  width: 40px;
  height: 40px;
}
.alert-message,
.sppb-alert-info {
  background-color: #d9edf7;
  color: #31708f;
}
.alert-message div,
.sppb-alert-info div {
  font-size: 14px;
  font-weight: 400;
}
.alert-warning,
.sppb-alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.alert-danger,
.sppb-alert-danger {
  background-color: #f2dede;
  color: #a94442;
}
.alert .close {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.login button[type="submit"],
.logout button[type="submit"] {
  color: #fff;
}
.login button[type="submit"].btn,
.logout button[type="submit"].btn {
  border: none !important;
}
.login button[type="submit"]:hover,
.login button[type="submit"]:focus,
.logout button[type="submit"]:hover,
.logout button[type="submit"]:focus {
  outline: none;
}
.form-links li {
  display: inline-block;
}
.form-links li a {
  font-size: 14px;
  color: #24252a;
}
#sp-top-bar {
  padding: 8px 0;
  letter-spacing: 1px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
#sp-top-bar .sp-contact-info {
  font-size: 12px;
}
#sp-top-bar .sp-contact-info > li i {
  margin-right: 10px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
  font-size: 14px;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  color: #706d6d;
}
.sp-module-content ul.nav.menu {
  flex-direction: column;
}
.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-contact-info {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header .logo {
  display: inline-block;
  height: 105px;
  display: table;
}
#sp-header .logo span {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-menu-right {
  padding-right: 0;
}
#sp-main-menu-sticky-wrapper {
  position: relative;
}
#sp-main-menu-sticky-wrapper #sp-main-menu {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
}
.aspasia-slider .sppb-row {
  display: block;
}
.layout-boxed #sp-main-menu .container {
  position: relative;
}
#sp-main-menu {
  position: relative;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.is-sticky #sp-main-menu {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  height: 60px;
}
.is-sticky #sp-main-menu > .container > .row:first-child {
  height: 60px;
}
.is-sticky #sp-main-menu > .container > .row:first-child:before,
.is-sticky #sp-main-menu > .container > .row:first-child:after {
  position: absolute;
  content: "";
  height: 60px;
  width: 100%;
  left: -100%;
}
.is-sticky #sp-main-menu > .container > .row:first-child:after {
  left: inherit;
  right: -100%;
}
.aspasia-top-search .searchwrapper {
  position: inherit;
  float: right;
  width: 80px;
}
.aspasia-top-search .searchwrapper input {
  width: 80px;
}
.aspasia-top-search .icon-top-wrapper {
  float: right;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 140px 0 110px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-color: #666;
  text-align: center;
  z-index: 10;
}
.sp-page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: -1;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
}
.sp-page-title h2 {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.sp-page-title h3 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  justify-content: center;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(0,0,0,0.5);
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #606060;
}
.sp-page-title .breadcrumb > li + li:before {
  content: ">";
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-title {
  line-height: 1.3;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-cta .sppb-btn-default {
  margin-top: 20px;
}
.sppb-text-left * {
  text-align: left;
}
.aspasia-small-title .sppb-addon-title > span {
  font-size: 16px;
}
.aspasia-background-color {
  position: relative;
}
.aspasia-background-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspasia-custom-line-height * {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper {
  position: relative;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-stage .owl-item.active .sppb-slideshow-fullwidth-item-text {
  z-index: 100;
  opacity: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper {
  text-align: center;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
  height: 680px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg > .container {
  position: relative;
  height: 100%;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  color: #ffffff;
  z-index: -999;
  opacity: 0;
  display: inline-block;
  text-transform: capitalize;
  text-align: left;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slidehsow-sub-title {
  margin-top: 20px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text a,
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  color: #ffffff;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p.details {
  margin-bottom: 80px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text a.btn {
  color: #2a2b30;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation .container {
  position: relative;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 33px;
  width: 55px;
  height: 55px;
  background: #fff;
  text-align: center;
  line-height: 55px;
  z-index: 999;
  color: #24252a;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
  right: 70px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper:hover .customNavigation a {
  opacity: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-controls {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  border-radius: 0px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: block;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated.sppb-slideshow-fullwidth-read-more {
  display: inline-block;
}
.sppb-addon-thumb-gallery {
  overflow: hidden;
}
.sppb-addon-thumb-gallery.default .flexslider.sppb-tg-slider:before,
.sppb-addon-thumb-gallery.default .flexslider.sppb-tg-slider:after {
  display: none;
}
.sppb-addon-thumb-gallery .sppb-addon-title {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 400;
}
.sppb-addon-thumb-gallery .flexslider {
  background: transparent;
  border: 0;
  margin: 0 0 15px;
}
.sppb-addon-thumb-gallery .flexslider:hover .flex-direction-nav a.flex-prev {
  left: 0 !important;
}
.sppb-addon-thumb-gallery .flexslider:hover .flex-direction-nav a.flex-next {
  right: 0 !important;
}
.slides.sppb-addon-thumb-gallery .flexslider:hover:after {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .slides {
  position: relative;
  overflow: hidden;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:hover:after {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:hover:before {
  opacity: 0.7;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .flex-direction-nav .flex-prev {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: -50px !important;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .flex-direction-nav .flex-next {
  right: -50px !important;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.sppb-addon-thumb-gallery #carousel.flexslider {
  margin-bottom: 0;
}
.sppb-addon-thumb-gallery .flex-direction-nav .flex-prev {
  left: auto !important;
}
.sppb-addon-thumb-gallery .flex-direction-nav .flex-next {
  right: 0 !important;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a {
  left: 0;
  text-shadow: none;
  width: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  content: "\f104";
  color: #fff;
  font-size: 28px;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:hover {
  color: transparent;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a {
  right: 0;
  text-shadow: none;
  width: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  content: "\f105";
  font-size: 28px;
  color: #fff;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:hover {
  color: transparent;
  text-shadow: none;
}
.sppb-addon-thumb-gallery #carousel ul li {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
  position: relative;
}
.sppb-addon-thumb-gallery #carousel ul li.flex-active-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background-color: rgba(0,0,0,0);
}
.sppb-addon-thumb-gallery #carousel ul li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-thumb-gallery #carousel ul li:hover {
  cursor: pointer;
}
.sppb-addon-thumb-gallery #carousel ul li:hover:after {
  opacity: 1;
}
.sppb-addon-thumb-gallery #carousel li.flex-active-slide {
  position: relative;
  opacity: 1;
}
.sppb-addon-thumb-gallery #carousel li.flex-active-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev .flex-prev {
  left: 25px !important;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a {
  top: inherit;
  bottom: 20px;
  left: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
  top: inherit;
  bottom: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.sppb-addon-gallery {
  margin-bottom: 30px;
}
.sppb-addon-gallery .sppb-gallery {
  margin: 0 -15px;
}
.sppb-addon-gallery .sppb-gallery > li {
  padding: 0 15px;
  width: 25%;
}
.sppb-addon-gallery .sppb-gallery > li a {
  position: relative;
}
.sppb-addon-gallery .sppb-gallery > li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-gallery .sppb-gallery > li a:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  font-size: 72px;
  color: #fff;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-gallery .sppb-gallery > li a img {
  width: 100% !important;
}
.sppb-addon-gallery .sppb-gallery > li:hover a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sppb-addon-gallery .sppb-gallery > li:hover a:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
.sppb-addon-gallery .sppb-gallery > li img {
  width: 100%;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 100px 50px 100px 0;
}
.sppb-addon-feature .sppb-feature-box-title {
  margin: 0 0 30px 0;
}
.sppb-addon-feature:hover {
  cursor: pointer;
}
.aspasia-feature-box .sppb-feature-box-title {
  margin-top: 30px !important;
}
.aspasia-feature-box .sppb-addon-content > span {
  overflow: hidden;
}
.aspasia-feature-box .sppb-addon-content > span img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.aspasia-feature-box .sppb-addon-content:hover > span img {
  opacity: 0.5;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.aspasia-feature-box ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 20px;
}
.aspasia-feature-box ul li {
  line-height: 30px;
}
.aspasia-feature-box ul li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
}
.sppb-addon-feature-with-icon .sppb-feature-box-title {
  margin-bottom: 25px;
}
.sppb-feature-boder-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.sppb-nav {
  flex-wrap: wrap;
}
.aspasia-animated-number .sppb-animated-number-title {
  margin-top: 15px;
}
.sppb-nav-pills,
.sppb-addon-tab .sppb-nav-tabs {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}
.sppb-nav-pills > li,
.sppb-addon-tab .sppb-nav-tabs > li {
  margin: 0;
}
.sppb-nav-pills > li + li,
.sppb-addon-tab .sppb-nav-tabs > li + li {
  margin: 0;
}
.sppb-nav-pills > li.active a,
.sppb-nav-pills > li.active a:hover,
.sppb-nav-pills > li.active a:focus,
.sppb-addon-tab .sppb-nav-tabs > li.active a,
.sppb-addon-tab .sppb-nav-tabs > li.active a:hover,
.sppb-addon-tab .sppb-nav-tabs > li.active a:focus {
  border-radius: 0;
  color: #fff;
}
.sppb-nav-pills > li > a,
.sppb-addon-tab .sppb-nav-tabs > li > a {
  background: transparent;
  color: #24252a;
  border-radius: 0;
  padding: 0 30px;
  line-height: 50px;
  margin: 0;
}
.sppb-nav-pills > li > a:hover,
.sppb-nav-pills > li > a:focus,
.sppb-addon-tab .sppb-nav-tabs > li > a:hover,
.sppb-addon-tab .sppb-nav-tabs > li > a:focus {
  background-color: transparent;
}
.sppb-addon-tab.aspasia-nav-pills .sppb-tab-content {
  background: transparent;
  padding: 0;
}
.sppb-addon-tab.aspasia-nav-pills .sppb-tab-content .sppb-tab-pane {
  padding: 20px 0;
}
.aspasia-nav-pills-one .sppb-nav-pills {
  background-color: #fff;
}
.sppb-addon-tab .sppb-nav-tabs {
  border: none;
  background: #e1e1e1;
  margin-bottom: 0;
}
.sppb-addon-tab .sppb-nav-tabs > li.active > a,
.sppb-addon-tab .sppb-nav-tabs > li.active a:hover,
.sppb-addon-tab .sppb-nav-tabs > li.active a:focus {
  background-color: #fff;
}
.sppb-addon-tab .sppb-nav-tabs > li > a {
  font-size: 14px;
  line-height: 60px;
  border: none;
}
.sppb-addon-tab .sppb-nav-tabs > li > a:hover,
.sppb-addon-tab .sppb-nav-tabs > li > a:focus {
  background-color: transparent;
  border: none;
  outline: none;
}
.sppb-addon-tab .sppb-tab-content {
  background: #fff;
  padding: 40px 30px;
}
.sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
  padding: 0;
}
.aspasia-nav-tabs-one .sppb-nav-tabs > li.active > a,
.aspasia-nav-tabs-one .sppb-nav-tabs > li.active a:hover,
.aspasia-nav-tabs-one .sppb-nav-tabs > li.active a:focus {
  color: #24252a;
  background-color: #fff !important;
}
.aspasia-nav-tabs-one .sppb-nav-tabs > li > a {
  color: #fff;
}
span.sppb-tab-icon {
  display: block;
}
span.sppb-tab-icon i {
  text-align: center;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs {
  background: transparent;
  text-align: center;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
  height: 175px;
  position: relative;
  display: inline-block;
  margin-right: 90px;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li:last-child {
  margin-right: 0;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active a {
  color: #24252a;
  background: none !important;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  z-index: 1;
  border-width: 15px;
  border-color: #fafafa #fafafa transparent transparent;
  border-style: solid;
  -webkit-transform: rotate(-45deg) translate(-50%);
  transform: rotate(-45deg) translate(-50%);
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #706d6d;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 1.2;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a i {
  display: block;
  font-size: 42px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active > a,
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active a:hover,
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active a:focus {
  background: transparent;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content {
  padding: 0;
  position: relative;
  background: #fafafa;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content:before,
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  width: 2000px;
  background: #fafafa;
  height: 100%;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content:after {
  left: inherit;
  right: -2000px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
  padding: 100px 0;
  background-color: #fafafa;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .details {
  color: #24252a;
  margin-top: 50px;
  margin-bottom: 30px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .details:first-letter {
  font-size: 52px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul li {
  width: 50%;
  padding: 0;
  float: left;
  color: #706d6d;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
}
.sppb-addon-accordion .sppb-panel {
  border: 0;
  box-shadow: none;
  background: none;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  border-radius: 0;
  padding: 0 20px;
  line-height: 46px;
  background-color: transparent;
  border: solid 1px #706d6d;
  position: relative;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
  background-color: #fff;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active:before {
  content: "\f068";
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f067";
  right: 0;
  top: 0;
  font-size: 12px;
  color: #24252a;
  padding: 0 17px;
  border-left: 1px solid #706d6d;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading span.sppb-panel-title {
  color: #38434a;
  font-size: 16px;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  display: none;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-body {
  padding: 30px 20px 10px;
  border-top: 0 !important;
  font-size: 16px;
  line-height: 24px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 20px;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading {
  border-color: #cfcfcf;
  background-color: #e1e1e1;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active {
  background-color: #24252a;
  border-color: #24252a;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active:before {
  color: #fff;
  border-color: #393b42;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading:before {
  border-color: #cfcfcf;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading {
  color: #fff;
  border-color: #36be49;
  background-color: #36be49;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading.active {
  border-color: #36be49;
  background-color: #36be49;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading:before {
  color: #fff;
  border-color: #30aa41;
  background-color: #30aa41;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading {
  color: #000;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading span {
  color: #000;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading.active {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading:before {
  border: none;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading {
  color: #fff;
  border-color: #dc272d;
  background-color: #dc272d;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading.active {
  border-color: #dc272d;
  background-color: #dc272d;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading:before {
  color: #fff;
  border-color: #c92126;
  background-color: #c92126;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading {
  color: #fff;
  border-color: #ff3d00;
  background-color: #ff3d00;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading.active {
  border-color: #ff3d00;
  background-color: #ff3d00;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading:before {
  color: #fff;
  border-color: #e63700;
  background-color: #e63700;
}
.sppb-progress {
  margin-bottom: 5px;
  height: 4px;
  background-color: #706d6d;
  border-radius: 0;
}
.sppb-progress-wrap {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.aspasia-progress-wrapper {
  padding-bottom: 60px;
  padding-left: 30px;
}
.aspasia-progress-wrapper .sppb-addon-text-block {
  color: #fff;
}
.aspasia-progress-wrapper .sppb-progress-wrap {
  color: #fff;
}
.sppb-addon-person * {
  color: #706d6d;
}
.sppb-addon-person .sppb-person-image {
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.sppb-addon-person .sppb-person-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.sppb-addon-person .sppb-person-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.sppb-addon-person:hover {
  cursor: pointer;
}
.sppb-addon-person:hover .sppb-person-image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sppb-addon-person:hover .sppb-person-image:before {
  opacity: 1;
}
.sppb-addon-person .sppb-person-information > span.sppb-person-name {
  font-size: 24px;
  font-weight: 400;
  color: #24252a;
}
.sppb-addon-person .sppb-person-information > span.sppb-person-designation {
  font-size: 16px;
  color: #706d6d;
  margin-top: 5px;
}
.sppb-addon-person .sppb-person-social-icons {
  margin-top: 20px;
}
.sppb-addon-person .sppb-person-social-icons ul > li {
  margin: 0 12px 0 0;
}
.sppb-addon-person .sppb-person-social-icons ul > li:first-child {
  margin-left: 0;
}
.sppb-addon-person .sppb-person-social-icons ul > li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  background-color: #fff;
  color: #24252a;
  padding: 60px 30px;
  border: none;
}
.sppb-addon-pricing-table .sppb-pricing-header > i {
  font-size: 72px;
  display: block;
  margin-bottom: 30px;
}
.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-title {
  font-size: 22px;
}
.sppb-addon-pricing-table .sppb-pricing-features {
  margin: 30px 0;
  color: #706d6d;
}
.sppb-addon-pricing-table .sppb-pricing-wrapper {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sppb-addon-pricing-table .sppb-pricing-curency {
  vertical-align: super;
  font-size: 22px;
}
.sppb-addon-pricing-table .sppb-pricing-duration {
  margin-bottom: 30px;
  font-weight: 500;
}
.sppb-addon-pricing-table .sppb-btn {
  padding: 0 70px;
  white-space: normal;
}
.sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
  background-color: #24252a;
  color: #fff;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-features {
  color: #e1e1e1;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-btn {
  background-color: #fff;
  color: #24252a;
}
.pricing-style2 .sppb-addon-pricing-table .sppb-pricing-box {
  background-color: #ededed;
}
.pricing-style2 .sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
  color: #fff;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.pricing-style2 .sppb-row > div {
  padding: 0;
  z-index: 1;
}
.pricing-style2 .sppb-row > div:nth-child(2) {
  z-index: 10;
}
.pricing-style3 .sppb-addon-pricing-table .sppb-pricing-box {
  background-color: #ededed;
  border: 2px solid #24252a;
}
.pricing-style3 .sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
  background-color: #24252a;
  border: none;
  color: #fff;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.pricing-style3 .sppb-row > div {
  padding: 0;
  z-index: 1;
}
.pricing-style3 .sppb-row > div:nth-child(2) {
  z-index: 10;
}
.sp-animated-number-content {
  background-color: #fff;
  padding: 50px 50px 60px 50px;
}
.sp-animated-number-content .sppb-cta-text {
  margin-bottom: 50px;
}
.aspasia-animated-number {
  width: 100%;
  height: 220px;
  display: table;
}
.aspasia-animated-number .sppb-addon-content {
  display: table-cell;
  vertical-align: middle;
  padding: 40px !important;
  color: #fff;
}
.aspasia-animated-number .sppb-addon-content .sppb-animated-number {
  font-weight: 700;
}
.aspasia-animated-number .sppb-addon-content .sppb-animated-number-title {
  font-weight: 700;
}
.aspasia-animated-number-style-two .sppb-icon > span > i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-animated-number-style-two:hover {
  cursor: pointer;
}
.aspasia-animated-number-style-two:hover .sppb-animated-number-title {
  color: #24252a !important;
}
.aspasia-animated-number-style-two .sppb-animated-number {
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-animated-number-style-two .sppb-animated-number-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3 !important;
}
.aspasia-single-image-with-caption {
  position: relative;
}
.aspasia-single-image-with-caption .sppb-addon-single-image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  margin: 0;
  width: 100%;
  z-index: 10;
}
.aspasia-single-image-with-caption .sppb-addon-title {
  position: relative;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-single-image-with-caption .sppb-addon-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #fff;
  transform: translate(-50%);
}
.aspasia-single-image-with-caption .sppb-addon-img-subtitle {
  margin-bottom: -20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.aspasia-single-image-with-caption .sppb-addon-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36,37,42,0.8);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-single-image-with-caption:hover .sppb-addon-title {
  margin-top: -20px;
}
.aspasia-single-image-with-caption:hover .sppb-addon-img-subtitle {
  opacity: 1;
  margin-bottom: 0;
}
.aspasia-cta {
  padding-left: 35px;
}
.aspasia-cta .sppb-cta-text {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .sppb-addon-cta .sppb-row > div {
    float: left;
  }
  .sppb-addon-cta .sppb-row > div.sppb-text-right {
    margin-top: 30px;
  }
}
.aspasia-get-in-touch {
  text-align: center;
}
.aspasia-get-in-touch > div {
  display: inline-block;
  max-width: 360px;
  padding: 65px;
  color: #fff;
  margin-top: -20px;
}
.aspasia-get-in-touch > div .sppb-cta-title {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.aspasia-image-with-content {
  color: #fff;
}
.aspasia-image-with-content a {
  color: #fff;
}
.aspasia-image-with-content .sppb-content-holder {
  position: relative;
}
.aspasia-image-with-content .sppb-content-holder:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1000%;
  height: 100%;
  z-index: -1;
}
.aspasia-image-with-content .sppb-content-holder h2 {
  margin-bottom: 50px;
}
.aspasia-image-with-content .sppb-content-holder .details {
  margin-bottom: 50px;
}
.aspasia-image-with-content .sppb-content-holder .aspasia-link-border {
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-testimonial {
  text-align: center;
}
.sppb-addon-testimonial * {
  color: #fff;
}
.sppb-addon-testimonial .sppb-addon-testimonial-review span {
  font-size: 24px;
  font-weight: 600;
  margin: 0 130px;
  padding: 0;
  display: block;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer {
  margin: 0;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer .sppb-addon-testimonial-client {
  font-size: 24px;
  margin-top: 50px;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer .sppb-addon-testimonial-client:before {
  content: "\2014 \00A0";
}
.sppb-addon-testimonial .sppb-media > a.pull-left {
  width: 100%;
}
.sppb-addon-testimonial .sppb-media > a.pull-left img {
  display: inline-block;
}
.sppb-addon-testimonial .sppb-media .sppb-media-body {
  width: 100%;
}
.sppb-addon-articles {
  text-align: center;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta {
  margin-top: 20px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta * {
  font-size: 14px;
  font-weight: 600;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-title a {
  color: #24252a;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-introtext {
  font-size: 14px;
  margin-bottom: 30px;
}
.about-modal .sppb-modal-selector:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: rgba(0,0,0,0.3);
  border-radius: 100%;
  font-size: 25px;
  color: #fff;
}
#clients-slider {
  text-align: center;
  padding: 0 100px;
  position: relative;
}
#clients-slider .item a {
  display: block;
  text-align: center;
}
#clients-slider .item img {
  display: inline-block;
  width: inherit !important;
}
#clients-slider .owl-prev,
#clients-slider .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  background: transparent;
}
#clients-slider .owl-prev:before,
#clients-slider .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-indent: 1px;
  position: absolute;
  top: 0;
  left: 0;
  color: #24252a;
  font-size: 34px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#clients-slider .owl-next {
  left: inherit;
  right: 0;
}
#clients-slider .owl-next:before {
  content: "\f105";
}
#clients-slider .owl-dots .owl-dot span {
  width: 30px !important;
  height: 8px !important;
}
.sppb-carousel-extended-nav-control .next-control.nav-control,
.sppb-carousel-extended-nav-control .prev-control.nav-control {
  color: #c2c0c0;
  border: 0;
  font-size: 38px;
}
.sppb-carousel-extended-nav-control .next-control.nav-control {
  margin-right: -90px;
}
.sppb-carousel-extended-nav-control .prev-control.nav-control {
  margin-left: -90px;
}
.sppb-addon-clients .sppb-carousel-extended-dots li {
  height: 8px;
  width: 30px;
  border-radius: 0%;
  border-radius: 30px;
}
.sppb-addon-clients .sppb-carousel-extended-dots li.active span {
  background: #869791;
}
.sppb-addon-clients .sppb-carousel-extended-dots li span {
  background: #d6d6d6;
}
.aspasia-contact-info .sppb-addon-feature .sppb-icon > span i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-contact-info .sppb-addon-feature .sppb-feature-box-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-contact-info .sppb-addon-feature:hover .sppb-icon > span i {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.aspasia-contact-details {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.aspasia-contact-details .sppb-addon-content {
  max-width: 360px;
  display: inline-block;
  color: #fff;
  padding: 70px 90px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}
.aspasia-contact-details .sppb-addon-content p {
  margin-bottom: 30px;
  line-height: 1.3;
}
.aspasia-contact-details .contact-social-icons {
  list-style: none;
  margin-top: 50px;
  padding: 0;
}
.aspasia-contact-details .contact-social-icons li {
  display: inline-block;
  margin-right: 25px;
}
.aspasia-contact-details .contact-social-icons li:last-child {
  margin-right: 0;
}
.aspasia-contact-details .contact-social-icons li a i {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-ajax-contact form {
  max-width: 750px;
  display: inline-block;
  width: 100%;
}
.sppb-addon-ajax-contact textarea {
  height: 190px !important;
}
.sppb-addon-ajax-contact .sppb-btn {
  background-color: #24252a;
  margin-top: 20px;
}
.view-category .hikashop_category_information {
  margin: 0;
}
.view-category .hikashop_category_information .hikashop_submodules {
  padding-top: 0;
}
.view-category .hikashop_products_listing .hikashop_product_list {
  padding: 0;
}
.view-category .hikashop_products_listing .hikashop_product_list > li {
  width: 33.33333% !important;
  list-style: none;
  margin: 0 !important;
}
.view-category .filters.btn-toolbar {
  display: flex;
  justify-content: space-between;
}
.view-category .filters.btn-toolbar .btn-group {
  flex-direction: column;
}
.view-category .content-category .filters.btn-toolbar.clearfix {
  justify-content: flex-start;
}
.view-category .hasTooltip a {
  margin-bottom: 30px;
}
.view-form .edit.item-page .btn-toolbar {
  display: flex;
  gap: 30px;
}
.list-footer .counter {
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-footer.pagination.pagination-toolbar {
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
}
.com-hikashop #sp-main-body {
  background-color: #ededed;
}
.com-hikashop #sp-left .custom-class .sp-module {
  margin-top: 30px;
}
.shop-search {
  margin-top: 0 !important;
}
.shop-search form {
  position: relative;
}
.shop-search form:after {
  position: absolute;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #706d6d;
  font-size: 16px;
  right: 20px;
  top: 12px;
}
.shop-search .mod-search-searchword {
  width: 100%;
  background-color: #fff !important;
  border: none;
}
.featured-info > div {
  background-color: #e1e1e1;
  padding: 16px 20px;
  margin-bottom: 10px;
  color: #a39e9e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.featured-info > div:hover {
  background-color: #fff;
  cursor: pointer;
}
.featured-info > div p {
  margin: 0;
  font-size: 14px;
}
.featured-info > div p strong {
  font-size: 16px;
  text-transform: uppercase;
}
.featured-info > div i {
  font-size: 40px;
}
.featured-info > div .dummy {
  display: none;
}
.aspasia-catagories {
  background-color: #fff;
  padding: 18px;
  margin-bottom: 25px;
}
.aspasia-catagories .sp-module-title {
  padding: 0 0 25px 25px;
  border-bottom: 1px solid #f7f7f7 !important;
}
.aspasia-catagories .accordion-group {
  border: none;
  border-radius: 0;
}
.aspasia-catagories .accordion-group .accordion-heading {
  background: none;
}
.aspasia-catagories .accordion-heading a.accordion-toggle {
  padding-left: 5px;
}
.aspasia-top-products {
  background-color: #fff;
  padding: 10px;
}
.aspasia-top-products .sp-module-title {
  padding: 0 0 25px 25px;
  border-bottom: 1px solid #f7f7f7 !important;
}
.aspasia-top-products .aspasia-top-products {
  padding: 0 0 0 12px;
  text-align: left;
}
.aspasia-top-products .thumbnails > li {
  border: none;
}
.aspasia-top-products .thumbnails > li .hikashop_container {
  margin: 0 5px !important;
}
.aspasia-top-products .hikashop_product_image {
  float: left;
  margin: 0 15px 0 0 !important;
}
.aspasia-top-products .hikashop_product_name a {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.aspasia-top-products .hikashop_product_price_full {
  display: inline-table;
}
.aspasia-top-products .hikashop_product_price_full > span {
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info > dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags > span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.contact-category ul {
  list-style: none;
}
.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;
}
.layout-blog article.item,
.view-article article.item,
.layout-shaper_aspasiablogfullwidth article.item {
  margin-bottom: 80px;
}
.layout-blog article.item p,
.view-article article.item p,
.layout-shaper_aspasiablogfullwidth article.item p {
  color: #606060;
}
.layout-blog article.item .entry-header,
.view-article article.item .entry-header,
.layout-shaper_aspasiablogfullwidth article.item .entry-header {
  margin-bottom: 35px;
}
.layout-blog article.item .entry-header dl.article-info,
.view-article article.item .entry-header dl.article-info,
.layout-shaper_aspasiablogfullwidth article.item .entry-header dl.article-info {
  margin: 0;
}
.layout-blog article.item .entry-header dl.article-info > dd,
.view-article article.item .entry-header dl.article-info > dd,
.layout-shaper_aspasiablogfullwidth article.item .entry-header dl.article-info > dd {
  margin: 0;
  font-size: 14px;
  color: #606060;
  font-weight: 500;
}
.layout-blog article.item .entry-header h2,
.view-article article.item .entry-header h2,
.layout-shaper_aspasiablogfullwidth article.item .entry-header h2 {
  margin: 30px 0 0 0;
  line-height: 36px;
}
.layout-blog article.item .entry-header h2 a,
.view-article article.item .entry-header h2 a,
.layout-shaper_aspasiablogfullwidth article.item .entry-header h2 a {
  font-size: 28px;
  color: #24252a;
}
.layout-blog article.item .tags,
.view-article article.item .tags,
.layout-shaper_aspasiablogfullwidth article.item .tags {
  margin-top: 30px;
}
.layout-blog article.item .tags span,
.view-article article.item .tags span,
.layout-shaper_aspasiablogfullwidth article.item .tags span {
  text-transform: capitalize;
  letter-spacing: inherit;
}
.layout-blog article.item .tags a.label-info,
.view-article article.item .tags a.label-info,
.layout-shaper_aspasiablogfullwidth article.item .tags a.label-info {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: inherit;
}
.layout-blog article.item p.readmore a.btn.btn-secondary,
.view-article article.item p.readmore a.btn.btn-secondary,
.layout-shaper_aspasiablogfullwidth article.item p.readmore a.btn.btn-secondary {
  color: #706d6d;
  padding: 0 0 10px;
  line-height: inherit;
  background-color: transparent;
  line-height: 100%;
  border-bottom: solid 2px #706d6d;
  border-radius: 0;
}
.blog-variation-two .pagination-wrapper {
  margin-left: 196px;
}
ul {
  list-style: none;
}
.layout-shaper_aspasiablogfullwidth .page-header {
  display: none;
  margin: 0;
}
.layout-shaper_aspasiablogfullwidth .page-header h1 {
  font-size: 32px;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #24252a;
  padding-bottom: 20px;
  color: #24252a;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info {
  margin: 0;
  text-align: right;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info > dd {
  margin: 0 0 30px 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.published {
  margin-bottom: 185px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #24252a;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.published span.entry-date-day {
  display: block;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.createdby span.info-block-title {
  display: block;
  text-transform: lowercase;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.category-name span.info-block-title {
  display: none;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.category-name a {
  font-weight: 500;
}
.com-content p.readmore {
  margin-top: 45px;
}
.com-content p.readmore a.btn-default {
  color: #706d6d;
  padding: 0 0 10px 0;
  line-height: inherit;
  background-color: transparent;
  line-height: 100%;
  border-bottom: solid 2px #706d6d;
  border-radius: 0;
}
.view-article .page-header {
  display: none;
}
.view-article .entry-image img {
  width: 100%;
}
.view-article .entry-header h2 {
  color: #24252a;
  font-size: 32px;
}
.view-article blockquote {
  font-size: 20px;
  font-style: italic;
  padding: 0 20px;
  margin: 0;
  line-height: 36px;
  border-left: 6px solid #0e429c;
}
.view-article .pagenavigation .pagination {
  margin: 40px 0px 40px -30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.view-article .pagenavigation .pagination a.previous,
.view-article .pagenavigation .pagination a.next {
  font-size: 14px;
  font-weight: 500;
  color: #adadad;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  display: block !important;
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 2px solid #adadad !important;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-article .pagenavigation .pagination a.previous:hover,
.view-article .pagenavigation .pagination a.next:hover {
  color: #706d6d;
  border: 2px solid #706d6d !important;
}
.view-article ul.pagenav {
  background-color: rebeccapurple;
  margin: 40px 0px 40px -30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.view-article ul.pagenav li.previous a,
.view-article ul.pagenav li.next a {
  font-size: 14px;
  font-weight: 500;
  color: #adadad;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  display: block !important;
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 2px solid #adadad !important;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-article ul.pagenav li.previous a:hover,
.view-article ul.pagenav li.next a:hover {
  color: #706d6d;
  border: 2px solid #706d6d !important;
}
.groupPrimary {
  padding: 0 15px !important;
}
.com-users.view-profile.layout-edit form {
  background: #fff;
  padding: 30px;
}
.com-users.view-profile.layout-edit form table.admintable tr td {
  padding: 10px 30px;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a:hover {
  background: none;
}
.sp-module ul > li > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul > li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.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;
}
.top-search-wrapper {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.top-search-wrapper .icon-top-wrapper {
  width: 75px;
  height: 60px;
  margin: 0;
  background-color: rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-search-wrapper .icon-top-wrapper i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-search-wrapper .icon-top-wrapper i:hover {
  cursor: pointer;
}
.top-search-wrapper .icon-top-wrapper i.fa-times {
  display: none;
}
.top-search-wrapper .searchwrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.top-search-wrapper .searchwrapper input {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-radius: 0px;
  height: 100% !important;
  padding: 10px 20px;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-search-wrapper .searchwrapper input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-search-wrapper .searchwrapper .icon-remove-wrapper i {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 10px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-search-wrapper .searchwrapper .icon-remove-wrapper i:hover {
  cursor: pointer;
}
.searchaspasia-top-search .top-search-wrapper {
  display: block;
}
.top-search-input-wrap {
  display: none;
  background-color: rgba(250,250,250,0.95);
  padding: 0px 0px;
  margin: 0px 0px;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100%;
}
.top-search-input-wrap .awesomplete {
  width: 100%;
  height: 100%;
}
.top-search-input-wrap input {
  background-color: transparent;
  border-radius: 0px;
  width: 100%;
  height: 100px;
  font-size: 14px;
  border: none;
  color: #999;
  text-align: center;
  appearance: auto;
  -webkit-appearance: auto;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 50px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin-right: 40px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before {
  width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  border-radius: 0;
  padding: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 15px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  z-index: 2;
  background: #24252a;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .img-wrapper {
  display: block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .img-wrapper:focus {
  outline: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
  top: inherit !important;
  padding: 30px !important;
  background: none !important;
  text-align: left !important;
  z-index: -1 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 5;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background-color: transparent;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-link {
  position: absolute;
  bottom: 42px;
  right: 20px;
  border: none;
  background: none;
  font-size: 20px;
  padding: 0;
  z-index: 10;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-link:hover {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
  margin-bottom: 10px !important;
  overflow: hidden;
  text-overflow: "222";
  display: -webkit-box !important;
  line-height: 21px;
  max-height: 40px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(50px,0,0) !important;
  transform: translate3d(50px,0,0) !important;
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #706d6d;
  opacity: 0;
  -webkit-transform: translate3d(50px,0,0) !important;
  transform: translate3d(50px,0,0) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .img-wrapper {
  -webkit-transform: translateY(-115px) !important;
  transform: translateY(-115px) !important;
  opacity: 0.4;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title,
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  opacity: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.sp-simpleportfolio .sp-simpleportfolio-image {
  margin-bottom: 60px;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
  float: none;
}
.sp-simpleportfolio .sp-simpleportfolio-description h2 {
  font-size: 32px;
  color: #24252a;
  margin-bottom: 40px;
}
.sp-simpleportfolio .sp-simpleportfolio-description p {
  font-family: inherit !important;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
  width: 100%;
  padding-left: 0;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-meta > div {
  float: left;
  display: inline-block;
  margin: 0 45px 0 0;
  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
  display: inline-block;
  color: #24252a;
  font-weight: 500;
}
.aspasia-newsletters > .sppb-row-container {
  max-width: 945px;
  padding: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  top: -20px;
}
.aspasia-newsletters .sppb-title-subheading {
  color: #fff;
}
.aspasia-newsletters .sppb-section-title {
  margin-bottom: 30px !important;
}
.aspasia-newsletters .acymailing_form {
  text-align: center;
}
.aspasia-newsletters .acymailing_form input {
  max-width: 500px;
  color: #24252a;
  display: inline-block;
  text-align: left !important;
}
.aspasia-newsletters .acymailing_form input:focus {
  color: #24252a;
}
.aspasia-newsletters .acymailing_form .acysubbuttons input {
  background: #fff;
  color: #24252a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  border: none !important;
}
.aspasia-search {
  text-align: center;
}
.aspasia-search form {
  max-width: 800px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.aspasia-search form:after {
  content: "\f002";
  font-family: "fontawesome";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  color: #24252a;
  pointer-events: none;
}
.aspasia-search .mod-search-searchword {
  width: 100%;
  background-color: #fff;
  padding-right: 50px;
  padding: auto;
}
#mod-search-searchword {
  border: 0px solid transparent !important;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.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;
}
#sp-right h3.sp-module-title,
#sp-left h3.sp-module-title {
  font-size: 16px;
  color: #24252a;
  font-weight: 700;
}
#sp-right .mod-finder label,
#sp-left .mod-finder label {
  font-size: 16px;
  color: #24252a;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-right ul.categories-module,
#sp-left ul.categories-module {
  position: relative;
  padding: 5px;
}
#sp-right ul.categories-module li,
#sp-left ul.categories-module li {
  border-bottom: solid 1px #e6dfdf;
}
#sp-right ul.categories-module li a,
#sp-left ul.categories-module li a {
  font-size: 14px;
  font-weight: 100;
  line-height: 45px;
}
#sp-right ul.categories-module li a:before,
#sp-left ul.categories-module li a:before {
  display: none;
}
#sp-right ul.categories-module li a:after,
#sp-left ul.categories-module li a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #706d6d;
  font-size: 16px;
  right: 5px;
}
#sp-right ul.categories-module li a:focus,
#sp-left ul.categories-module li a:focus {
  outline: 0;
}
#sp-right .tagspopular,
#sp-left .tagspopular {
  margin-top: 20px;
}
#sp-right .tagspopular ul,
#sp-left .tagspopular ul {
  padding: 0px;
}
#sp-right .tagspopular ul li,
#sp-left .tagspopular ul li {
  display: inline-block;
  border-bottom: 0;
  margin: 0 10px 10px 0;
  font-size: 12px;
}
#sp-right .tagspopular ul li a,
#sp-left .tagspopular ul li a {
  border: solid 1px #e6dfdf;
  line-height: 35px;
  padding: 5px 20px;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-right .tagspopular ul li a:before,
#sp-left .tagspopular ul li a:before {
  display: none;
}
#sp-bottom {
  font-size: 14px;
}
#sp-bottom p {
  color: #706d6d;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
#sp-bottom .sp-module ul > li {
  border: none;
}
#sp-bottom .sp-module ul > li a {
  display: inline-block;
  line-height: 28px;
}
#sp-bottom .sp-module ul > li a:before {
  display: none;
}
#sp-bottom #sp-bottom2 {
  padding-left: 100px;
}
#sp-bottom #sp-bottom4 {
  padding-left: 60px;
}
#sp-bottom .footer-logo {
  margin-bottom: 30px;
}
.bottom-social li {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.bottom-social li:last-child {
  margin-right: 0;
}
.bottom-social li a {
  font-size: 32px;
}
.bottom-social li a span {
  display: none;
}
#sp-footer {
  text-align: left;
  padding-bottom: 100px;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
  display: table;
  font-family: Poppins, sans-serif;
}
.sp-comingsoon body > div {
  display: table-cell;
  vertical-align: middle;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap {
  background-size: cover;
  background-position: 50% 50%;
}
.sp-comingsoon .comingsoon-page-logo {
  display: inline-block;
  margin-bottom: 140px;
}
.sp-comingsoon .sp-comingsoon-countdown {
  margin-bottom: 100px;
}
.sp-comingsoon .sp-comingsoon-countdown > div {
  display: inline-block;
  margin-right: 40px;
}
.sp-comingsoon .sp-comingsoon-countdown > div:last-child {
  margin-right: 0;
}
.sp-comingsoon .sp-comingsoon-countdown > div span.number {
  font-size: 42px;
  font-weight: 600;
  margin-right: 15px;
}
.sp-comingsoon .sp-comingsoon-countdown > div span.string {
  font-size: 16px;
  font-weight: 600;
}
.sp-comingsoon h1.sp-comingsoon-title {
  display: inline-block;
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 15px;
  background: rgba(255,255,255,0.1);
  padding: 20px 65px;
}
.sp-comingsoon .sp-comingsoon-content {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .sp-position-comingsoon {
  margin: 60px 0 125px 0;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_introtext {
  margin-bottom: 30px !important;
  font-size: 16px;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form {
  margin: 0 250px !important;
  position: relative;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.fieldacyemail .acy_requiredField input {
  width: 75% !important;
  background-color: rgba(255,255,255,0.1) !important;
  border: solid 1px #595e63;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons {
  position: absolute;
  top: -1px;
  right: 0;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons input {
  background: #fff;
  color: #24252a;
  height: 52px !important;
  border-radius: 0 2px 2px 0;
}
.sp-comingsoon ul.social-icons {
  display: block;
  margin-top: 20px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.sp-comingsoon .social-icons li:last-child {
  margin: 0;
}
.sp-comingsoon .social-icons li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  color: #fff;
  font-family: Poppins, sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../images/404-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner .error-logo {
  display: block;
}
.error-page .error-page-inner .error-logo img {
  margin: 0 auto;
}
.error-page .error-page-inner .error-details {
  margin: 65px 0 80px 0;
}
.error-page .error-page-inner .error-footer p {
  font-weight: 100;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 70px;
  font-weight: 500;
}
.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;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
.page-header span.badge {
  color: #000;
}
table.category {
  width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
  border: 1px solid #d4d4d4;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
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;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
#clients-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.photo-gallery {
  overflow: visible;
}
.photo-gallery .sp-dots ul {
  display: flex;
  margin: 5px;
}
.list-hits .badge.badge-info {
  color: #000 !important;
}
#system-message-container {
  position: fixed;
  bottom: 0px;
  right: 15px;
  max-width: 350px;
  z-index: 100;
}
#system-message-container .alert {
  font-size: 13px;
  line-height: 1.5;
}
#system-message-container .alert > .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#system-message-container joomla-alert {
  font-size: 13px;
}
.view-login .login form > div {
  margin-bottom: 20px;
}
.view-login .login form button[type="submit"] {
  width: 100%;
}
.view-login .login form .input-password-toggle {
  display: none;
}
.view-registration .registration form .input-password-toggle {
  display: none;
}
#search-form .input-group {
  flex-wrap: wrap;
  gap: 20px;
}
#search-form .input-group input.js-finder-search-query {
  max-width: 500px;
}
.com-tags.view-tag .com-tags-tag__category {
  margin-top: 30px;
}
.helix-social-share .helix-social-share-icon ul {
  display: flex;
  gap: 30px;
  padding: 0px;
}
.alert.alert-error.alert-block {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #e6c0c0;
  border-color: #de7a7b;
  color: #cc0000;
}
.alert.alert-error.alert-block button.close {
  line-height: 20px;
  height: 30px;
}
.alert.alert-success.alert-block {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert.alert-success.alert-block button.close {
  line-height: 20px;
  height: 30px;
}
.com-content-category__navigation {
  margin-top: 30px;
}
.addon-root-easystore-common-productlist .sppb-collection-item .easystore-btn-add-to-cart {
  z-index: 3;
  border: none !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-finder .awesomplete {
  width: 100%;
}
.easystore-product-filter .easystore-filter-title.easystore-h4 {
  font-size: 16px;
  color: #24252a;
  font-weight: 700;
  text-transform: uppercase;
}
.easystore-product-filter .easystore-filter-list {
  border-top: 1px solid #f7f7f7;
  padding-top: 20px;
}
.addon-root-easystore-common-productlist .sppb-collection-item {
  position: relative;
}
.addon-root-easystore-common-productlist .sppb-collection-item .addon-root-easystore-list-addtocart {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-40%,-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.addon-root-easystore-common-productlist .sppb-collection-item:hover .addon-root-easystore-list-addtocart {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,-50%);
}
.easystore-product-single .addon-root-easystore-single-quantity .easystore-block-label {
  font-size: 16px;
  line-height: 24px;
  color: #706d6d;
}
.easystore-product-single .addon-root-easystore-single-quantity .easystore-quantity-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.easystore-product-single .easystore-btn-add-to-cart {
  line-height: 1;
  font-size: 14px;
  background-color: #0e429c;
  border: 1px solid #0e429c !important;
  color: #fff;
  max-width: 170px;
  max-width: 160px;
  border-radius: 6px;
  padding: 0px 0px;
  height: 40px;
}
.easystore-product-single .easystore-btn-add-to-cart:hover,
.easystore-product-single .easystore-btn-add-to-cart:focus {
  background-color: rgba(14,66,156,0.9);
  border-color: rgba(14,66,156,0.9);
}
.addon-root-easystore-single-review-form .easystore-btn-review-form {
  line-height: 1;
  font-size: 14px;
  background-color: #0e429c;
  border-color: #0e429c;
  color: #fff;
  border-radius: 6px;
  padding: 20px 40px;
}
#sp-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.easystore-cart-icon {
  color: #706d6d;
}
.easystore-drawer .btn-outline-primary {
  line-height: 1;
  font-size: 14px;
  background-color: #0e429c;
  border-color: #0e429c;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
}
#sp-main-menu-sticky-wrapper {
  position: relative;
  width: inherit !important;
}
.easystore-cart-summary .btn-primary.btn-lg {
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
}
.easystore-cart-summary .btn.btn-link {
  letter-spacing: 2px;
}
.easystore-checkout-wrapper {
  margin-top: 50px;
}
#sp-top2 .social-icons {
  display: flex;
  justify-content: flex-end;
}
.aspasia-image-layout .sppb-addon-title {
  max-width: 60%;
  margin: 0 auto;
  transform: translate3d(0px,0px,0px);
}
.aspasia-image-layout .sppb-addon-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #fff;
  transform: translate(-50%);
}
.aspasia-image-layout .sppb-addon-subtitle {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.aspasia-image-layout:hover .sppb-addon-subtitle {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}
.aspasia-image-layout:hover .sppb-addon-title {
  transform: translate3d(0px,-15px,0px) !important;
}
.aspaisa-progress {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.aspaisa-progress .sppb-progress-label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  order: 1;
  margin-top: 6px;
}
.aspasia-testimonial .sppb-carousel-extended-item .sppb-testimonial-carousel-rating {
  display: none;
}
.aspasia-testimonial .sppb-carousel-extended-item .sppb-testimonial-carousel-message {
  background: #fff;
  padding: 40px;
  margin-top: 30px;
  font-size: 14px;
  position: relative;
}
.aspasia-testimonial .sppb-carousel-extended-item .sppb-testimonial-carousel-message:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}
.aspasia-testimonial .sppb-carousel-extended-item.active + .aspasia-testimonial .sppb-carousel-extended-item.active .sppb-testimonial-carousel-message:before {
  visibility: visible;
  opacity: 1;
}
.aspasia-articles .sppb-addon-article h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.aspasia-articles .sppb-addon-article h3 a {
  color: #706d6d;
}
.aspasia-articles .sppb-addon-article .sppb-article-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aspasia-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  order: -1;
}
.aspasia-articles .sppb-addon-article .sppb-readmore {
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  line-height: 1;
  padding: 10px 20px;
  color: #24252a;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #706d6d;
}
.aspasia-articles .sppb-addon-article .sppb-readmore:hover {
  background-color: #24252a;
  color: #fff;
}
.sppb-section-title .sppb-title-heading {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.easystore-drawer .easystore-cart-item-title {
  padding-right: 40px;
}
@media (min-width: 1400px) {
  .sppb-container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1200px) {
  .sppb-modal-selector img {
    margin-top: 60px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    padding: 0 10px;
  }
  .sppb-testimonial-pro .sppb-carousel-control {
    bottom: 125px;
    left: -35px;
  }
  .sppb-testimonial-pro .sppb-carousel-control.right {
    right: -35px;
    left: inherit;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info dd.published {
    font-size: 20px;
    line-height: 25px;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info .article-info > dd {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .hikashop_product_page .hk-row.row {
    padding: 0px 15px;
  }
  #offcanvas-toggler {
    float: left;
  }
  .ltr .offcanvas-menu {
    left: -340px;
  }
  .ltr.offcanvas .offcanvas-menu {
    left: 0;
  }
  .top-search-input-wrap {
    padding: 0;
    min-width: 100%;
    margin: 0 -15px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
    margin-right: 30px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
    font-size: 16px;
  }
  .sppb-modal-selector img {
    margin-top: 100px;
  }
  .sppb-modal-selector:before {
    top: 65%;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 0 10px;
  }
  .sppb-addon-accordion
        .sppb-panel
        .sppb-panel-heading
        span.sppb-panel-title {
    font-size: 12px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-body {
    font-size: 12px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    line-height: 48px;
  }
  .hikashop_products .hikashop_product .hikashop_product_image {
    height: inherit !important;
  }
  .hikashop_products .hikashop_product .hikashop_product_image .hikashop_product_image_subdiv {
    margin-bottom: -5px !important;
  }
  .featured-info > div i {
    font-size: 25px;
  }
  .sppb-addon-pricing-table .sppb-btn {
    padding: 0 30px;
  }
  .blog-variation-two article.item .article-info > dd {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-variation-two article.item .article-info dd.published {
    font-size: 17px;
    line-height: 25px;
  }
  .blog-variation-two article.item .article-info dd.published span.entry-date-day {
    display: inline-block;
  }
  .blog-variation-two article.item .article-info dd.createdby span.info-block-title {
    display: inline-block;
  }
  .blog-variation-two article.item .article-info > dd {
    display: inline-block;
  }
  .blog-variation-two .pagination-wrapper {
    margin-left: 0;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_form {
    margin: 0 50px !important;
    position: relative;
  }
  #sp-bottom1,
  #sp-bottom2 {
    margin-bottom: 30px;
  }
  #sp-bottom2,
  #sp-bottom4 {
    padding-left: 0 !important;
  }
  .sppb-testimonial-pro .sppb-carousel-control {
    position: absolute;
    left: inherit;
    right: 30px;
    bottom: -80px;
  }
  .sppb-testimonial-pro .sppb-carousel-control.right {
    right: 0;
    left: inherit;
  }
  .sppb-addon-cta .sppb-btn {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sppb-testimonial-pro .sppb-item.active {
    display: block;
  }
  .blog-variation-two article.item .article-info {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  #sp-header {
    height: 95px;
  }
  #sp-header .logo {
    height: 60px;
  }
  .top-cart-wrapper .cart-toggle {
    line-height: 60px;
    font-size: 18px;
  }
  .top-cart-wrapper .hikashop_cart_module {
    right: -5px;
  }
  .sp-page-title {
    padding: 80px 0 50px 0;
  }
  .sp-page-title .breadcrumb {
    margin: 20px 0 0 0;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg {
    height: 580px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text {
    padding: 0 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    font-size: 22px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slidehsow-sub-title {
    margin-top: 10px;
    font-size: 35px;
    letter-spacing: 0px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p.details {
    margin-bottom: 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
    right: 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    right: 100px;
  }
  .sppb-section-title .sppb-title-heading {
    font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 50px !important;
  }
  .sp-less-padding {
    padding: 100px 0 100px 0 !important;
  }
  .sp-less-padding .sppb-addon-cta {
    margin-bottom: 30px;
  }
  .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .sppb-addon-cta .sppb-cta-title {
    font-size: 25px;
    line-height: 25px;
  }
  .sppb-animated-number {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .aspasia-animated-number {
    height: 140px;
  }
  .aspasia-single-image-with-caption img {
    width: 100%;
  }
  .aspasia-single-image-with-caption .sppb-addon-img-subtitle {
    padding: 0 15px;
  }
  .aspasia-cta {
    padding-left: 0;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
    height: 130px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
    font-size: 14px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a i {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
    padding: 50px 0 100px 0;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane img {
    width: 100%;
  }
  .aspasia-image-with-content > div {
    background-image: none !important;
    background-color: #0e429c;
  }
  .aspasia-image-with-content .sppb-content-holder {
    padding: 50px 0 !important;
  }
  .aspasia-left-content {
    padding: 0 !important;
  }
  .sppb-addon-articles .sppb-addon-article img {
    width: 100%;
  }
  .aspasia-top-products {
    margin-bottom: 30px;
  }
  .sppb-modal-selector img {
    margin-top: 30px;
    width: 100%;
  }
  .sppb-modal-selector:before {
    top: 50%;
  }
  .aspasia-animated-number-style-two {
    margin-bottom: 60px;
  }
  .aspasia-about-page-progress-wrapper {
    background-image: none !important;
  }
  .aspasia-about-team .sppb-addon-person {
    float: left;
  }
  .aspasia-about-team .sppb-empty-space {
    margin-bottom: 0 !important;
  }
  .aspasia-cta-two .sppb-text-right {
    text-align: inherit;
  }
  .aspasia-cta-two .sppb-text-right .sppb-btn-default {
    margin-top: 30px;
  }
  .aspasia-feature-box span {
    width: 100%;
  }
  .aspasia-feature-box span img {
    width: 100%;
  }
  .service-page-accordion {
    background-image: none !important;
  }
  .sppb-addon-single-image {
    margin-top: 60px;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div {
    text-align: center;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div img {
    width: 70px;
  }
  #hikashop_checkout_cart table tr {
    margin-bottom: 30px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part #form-login-remember {
    margin-bottom: 15px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part #form-login-remember label[for="modlgn-remember"] {
    margin-right: 10px;
  }
  #sbox-content {
    height: 180px;
  }
  .blog-variation-two article.item .article-info dd.published {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .blog-variation-two .pagination-wrapper {
    margin-left: 0;
  }
  .error-page .error-page-inner {
    padding: 100px 0;
  }
  #sp-footer {
    padding-top: 30px;
  }
  .pricing-style1 .sppb-addon-pricing-table {
    margin-bottom: 30px;
  }
  #sp-bottom2,
  #sp-bottom4 {
    padding-left: 15px !important;
  }
  .aspasia-slider .sppb-container-inner > .sppb-row {
    width: 100%;
    margin: 0px;
  }
  .aspasia-slider .sppb-container-inner > .sppb-row > div {
    padding: 0px;
  }
  .sppb-addon-testimonial .sppb-addon-testimonial-review span {
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 480px) {
  ul.social-icons {
    width: 100%;
    text-align: left;
    font-size: 12px;
  }
  .top-search-input-wrap .sp_search_input input {
    height: 50px !important;
    font-size: 16px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
    bottom: 20px;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    right: 80px;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a,
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
    bottom: 10px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
    margin-right: 8px;
    height: 100px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
    font-size: 12px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active:before {
    display: none;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-bottom: 10px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    padding: 0;
  }
  .hikashop_products_listing .thumbnails {
    margin: -15px;
  }
  .hikashop_products_listing .thumbnails .hikashop_product {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part {
    margin-bottom: 30px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part,
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_right_part {
    width: 100%;
  }
  .aspasia-contact-details .sppb-addon-content {
    padding: 50px;
  }
  .sppb-addon-pricing-table .sppb-pricing-header > i {
    font-size: 40px;
  }
  .sppb-addon-pricing-table .sppb-pricing-curency {
    vertical-align: super;
    font-size: 18px;
  }
  .sppb-addon-pricing-table .sppb-pricing-wrapper {
    font-size: 30px;
  }
  .sp-comingsoon h1.sp-comingsoon-title {
    padding: 20px;
    letter-spacing: 1px;
  }
  .sp-comingsoon
        .sp-position-comingsoon
        .acymailing_form
        p.fieldacyemail
        .acy_requiredField
        input {
    width: 100% !important;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons {
    top: 60px;
    right: 0;
    left: 0;
  }
  .sp-comingsoon .sp-comingsoon-countdown > div span.number {
    font-size: 25px;
  }
  .sp-comingsoon ul.social-icons {
    text-align: center;
  }
  #clients-slider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 5px !important;
  }
  .photo-gallery .sp-dots ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sppb-addon-tab .sppb-nav-tabs > li > a {
    line-height: 50px;
  }
  .sppb-nav-pills > li > a,
  .sppb-addon-tab .sppb-nav-tabs > li > a {
    padding: 0 20px;
  }
  .addon-root-easystore-single-review-form .easystore-btn-review-form {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 320px) {
  .top-cart-wrapper .hikashop_cart_module form {
    width: 250px;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a,
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
    bottom: 0;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_right_part
        .form-horizontal
        .control-label {
    width: 100%;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part span.add-on {
    display: block;
    height: 40px;
    text-align: left;
  }
  .hikashop_checkout_payment_image {
    display: block;
    margin-top: 10px;
  }
  .aspasia-contact-details .sppb-addon-content {
    width: 360px;
    padding: 30px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 0 10px 15px 10px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    line-height: 22px;
  }
  .sppb-addon-person .sppb-person-image {
    margin-bottom: 30px;
    width: 100%;
  }
  .sppb-addon-person .sppb-person-image img {
    width: 100%;
  }
  .service-page-accordion
        .sppb-addon-accordion
        .sppb-panel
        .sppb-panel-heading:before {
    border-left: 0;
  }
  .sppb-addon-gallery .sppb-gallery > li {
    padding: 0 10px;
  }
}
