/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
html {
  overflow-y: scroll;
}
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
.tm-page, .body-wrapper {
  position: relative;
  z-index: 0;
}
/*
 * Page Container
 */
@media (min-width: 1240px) {
  .body-wrapper .tm-page {
    max-width: 1240px;
  }
  .tm-page-width {
    max-width: 1240px;
    padding: 0;
  }
  .tm-page-margin-top {
    margin-top: 60px;
  }
  .tm-page-margin-bottom {
    margin-bottom: 60px;
  }
}
a, a:hover, a:focus, a:active {
  text-decoration: none !important;
}
.tm-toolbar {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  position: relative;
}
.tm-toolbar .uk-subnav > * > :first-child {
  text-transform: none;
}
#tm-navbar .uk-nav-center .uk-nav-parent-icon > .uk-parent > a::after, #tm-mobile .uk-nav-center .uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}
.tm-cookie-bar {
  z-index: 9;
}
.tm-cookie-bar.uk-section-xsmall {
  padding: 15px 0;
}
.tm-header .uk-navbar-primary .uk-navbar-nav > li > a {
  font-size: 24px;
}
.tm-social > li > a > span {
  font-size: 16px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.tm-header, .tm-header-mobile {
  position: relative;
}
/*
 * Headerbars
 */
.tm-headerbar-top {
  padding: 20px 0;
}
.tm-headerbar-bottom {
  padding: 20px 0;
}
.tm-headerbar-stacked {
  margin-top: 20px;
}
.tm-header-overlay {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.tm-header-transparent .tm-headerbar-top, .tm-header-transparent .tm-headerbar-bottom {
  background: transparent;
}
.tm-header-transparent .tm-headerbar-top {
  border-bottom-color: transparent;
}
.uk-navbar-toggle span {
  text-transform: uppercase;
}
.navbar .brand, .uk-logo {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  min-height: 80px;
}
#sp-title {
  min-height: 0;
}
#sp-main-body {
  padding: 50px 0;
}
.com-sppagebuilder #sp-main-body, .com-quix #sp-main-body {
  padding: 0;
}
.com-quix #sp-main-body > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#sp-left .sp-column > .uk-panel, #sp-right .sp-column > .uk-panel {
  margin-bottom: 30px;
}
#sp-left .uk-panel:first-child, #sp-right .uk-panel:first-child {
  margin-top: 0;
}
#sp-left .uk-panel .uk-search-default, #sp-right .uk-panel .uk-search-default {
  width: 100%;
}
#sp-left .uk-panel .categories-module ul, #sp-right .uk-panel .categories-module ul {
  margin: 0 10px;
}
#sp-left .uk-panel ul, #sp-right .uk-panel ul {
  padding: 0;
  list-style: none;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.view-category .uk-article + .uk-article {
  margin-top: 40px;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before, .article-ratings .rating-symbol a.rating-star:hover:before, .article-ratings .rating-symbol a.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagenavcounter {
  display: none;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  font-size: 15px;
  line-height: 1.6;
}
#sp-bottom .sp-column > .uk-panel {
  margin-bottom: 30px;
}
#sp-bottom .sp-column > .uk-panel .uk-card-title {
  font-weight: 700;
  font-size: 18px;
}
#sp-bottom .sp-column > .uk-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .footer-contact {
  padding-top: 5px;
}
#sp-bottom .footer-contact .ft-contact i {
  float: left;
  font-size: 10px;
  margin-top: 2px;
}
#sp-bottom .footer-contact .ft-contact i:before {
  font-size: 20px;
}
#sp-bottom .footer-contact .ft-contact p {
  margin-left: 45px;
}
#sp-bottom .footer-contact .ft-contact.fax {
  margin-bottom: 30px;
}
#sp-bottom .footer-contact .ft-contact.phone {
  margin-bottom: 5px;
}
#sp-bottom .footer-contact .ft-contact.phone p {
  margin-bottom: 5px;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.back__top.visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
}
.back__top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.5) translateY(50px);
  transform: scale(0.5) translateY(50px);
  -webkit-transform: scale(0.5) translateY(50px);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}
.back__top:hover, .back__top:focus {
  color: #fff;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  background-image: none;
  background-clip: padding-box;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  outline: 0;
  box-shadow: none;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, 0.2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert .alert-heading {
  margin: 0;
}
.related-article-list .related-image div {
  margin-top: 0 !important;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
body.com-content.view-form.layout-edit .nav-tabs .nav-link {
  display: block !important;
}
.no-js img.lazyload {
  display: none;
}
.com-content .blog .uk-subnav > * > :first-child, .com-content .blog-featured .uk-subnav > * > :first-child, .com-content .uk-article .uk-subnav > * > :first-child {
  text-transform: none;
  font-size: 0.95rem;
}
/* ***************************************************** */
/* ***********   END:: Contact Form   ************** */
/* ***************************************************** */
#contact-form textarea {
  height: 120px;
  border-radius: 0;
  border: 1px solid #f1f1f1;
}
.hide-contact-title .contact-title {
  display: none;
}
.com-contact .contact .btn {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.com-contact .contact textarea {
  min-height: 160px;
  display: block;
}
.com-contact .contact-miscinfo ul, .com-contact .contact-miscinfo ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.com-contact .form-control {
  height: 46px;
  border-radius: 0px;
  border: 1px solid #e8eced;
  background-color: #fff;
  width: 100%;
  padding: 0 12px;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.com-contact .form-control:focus {
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ******************************************************** */
/* *********   START:: Login & Registration Form ********** */
/* ******************************************************** */
.error-page .form-control, .remind .form-control, .reset .form-control, .view-login .login .form-control, .view-login .logout .form-control, .view-registration .registration .form-control {
  border-radius: 0;
  padding: 0.65rem 1.75rem;
}
.error-page .form-control:hover, .remind .form-control:hover, .reset .form-control:hover, .view-login .login .form-control:hover, .view-login .logout .form-control:hover, .view-registration .registration .form-control:hover, .error-page .form-control:focus, .remind .form-control:focus, .reset .form-control:focus, .view-login .login .form-control:focus, .view-login .logout .form-control:focus, .view-registration .registration .form-control:focus, .error-page .form-control:active, .remind .form-control:active, .reset .form-control:active, .view-login .login .form-control:active, .view-login .logout .form-control:active, .view-registration .registration .form-control:active {
  box-shadow: none;
}
.error-page .input-group-text, .remind .input-group-text, .reset .input-group-text, .view-login .login .input-group-text, .view-login .logout .input-group-text, .view-registration .registration .input-group-text {
  border-radius: 0;
  padding: 15px;
}
.error-page .btn, .remind .btn, .reset .btn, .view-login .login .btn, .view-login .logout .btn, .view-registration .registration .btn {
  border-radius: 0;
  padding: 0.8rem 2rem;
}
.error-page .btn-primary:hover, .remind .btn-primary:hover, .reset .btn-primary:hover, .view-login .login .btn-primary:hover, .view-login .logout .btn-primary:hover, .view-registration .registration .btn-primary:hover {
  border-color: #000;
  background-color: #000;
}
.error-page .list-group-item, .remind .list-group-item, .reset .list-group-item, .view-login .login .list-group-item, .view-login .logout .list-group-item, .view-registration .registration .list-group-item {
  font-size: 14px;
}
.view-login .logout {
  text-align: center;
}
.view-login .logout .controls {
  margin: 0;
}
.alert {
  border-radius: 0;
}
/* ******************************************************** */
/* ********   END:: Login & Registration Form   *********** */
/* ******************************************************** */
/*Module positions page*/
.mdposition .table {
  margin-bottom: 20px !important;
}
.mdposition .table.table-bordered th {
  padding: 15px 0;
  background-color: #f7f8fa;
  text-align: center;
}
.mdposition .table-bordered th, .mdposition .table-bordered td {
  border: 1px solid #dfe0e7;
  border-bottom: none !important;
}
.mdposition .table-bordered {
  border: 1px solid #dfe0e7;
  border-radius: 0;
}
.mdposition .table-bordered th, .mdposition .table-bordered td {
  border-left: none;
}
.mdposition .table.table-bordered th h4 {
  margin-bottom: 0;
  color: #22232a;
}
.mdposition .table.table-bordered td {
  text-align: center;
}
/* For Extra add-ons*/
.sppb-popover {
  z-index: 9999;
}
.heading-highlighted-wrapper .uk-margin-small-right {
  margin-right: 6px !important;
}
.heading-highlighted-wrapper .uk-margin-small-left {
  margin-left: 6px !important;
}
.uk-card-muted {
  background: #f8f8f8;
}
.ui-simple-pricing .uk-card {
  box-shadow: none;
}
.tm-price-table_featured {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 9;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.tm-price-table_featured-inner {
  text-align: center;
  text-transform: uppercase;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 12px;
  line-height: 2;
  color: #fff;
}
.tm-social-list .uk-icon-button {
  line-height: 36px;
}
.price-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.price-wrapper .currency {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 46px;
}
.price-wrapper .figure {
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  position: relative;
}
.uk-card-muted {
  background: #f7f8fa;
  box-shadow: none;
}
#sp-quickcontact-form textarea#message {
  width: 100%;
  height: 120px;
  font-size: 1rem;
  border: 0 none;
  background: #f7f7f7;
  color: #464646;
}
#sp-quickcontact-form .uk-input {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #f7f7f7;
  color: #464646;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
#sp-quickcontact-form .uk-button {
  text-transform: none;
  font-size: 1rem;
}
.popover .popover-header {
  margin-top: 0;
}
.com-k2 .uk-label {
  text-transform: none;
}
.k2DateTimePickerControl input[type="text"] {
  padding: 10px;
  display: table-cell;
  background: #fbfbfb;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fbfbfb;
}
div.k2CalendarBlock .calendar {
  width: 100%;
  background: #fff;
  color: #343434;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
div.k2CalendarBlock .calendar tr td {
  padding: 5px;
}
div.k2CalendarBlock .calendar tr td a {
  background: transparent;
}
div.k2CalendarBlock .calendar tr td a:hover {
  background: transparent;
}
div.k2CalendarBlock .calendar tr td.calendarDateLinked {
  background: #fafafa;
}
.catItemIsFeatured .uk-label {
  border-radius: 0px;
  text-transform: none;
  font-weight: normal;
}
span.ubUserEmail {
  display: inline;
}
span.ubUserEmail:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
a#fontDecrease:before, a#fontIncrease:before {
  content: "";
}
.tm-itemComments .uk-subnav > * > :first-child, .tm-k2-tags .uk-subnav > * > :first-child, .itemTagsBlock .uk-subnav > * > :first-child, .moduleItemTags .uk-subnav > * > :first-child, .k2ModuleBox .uk-subnav > * > :first-child, .tm-catItemView .uk-subnav > * > :first-child, .userView .uk-subnav > * > :first-child, .latestItemView .uk-subnav > * > :first-child {
  text-transform: none;
  font-size: 15px;
}
div.catItemRatingBlock {
  padding: 15px 0;
}
.itemRatingForm {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  float: none;
}
.k2ModuleBox.uk-card-body {
  padding: 30px 30px;
}
.tm-form-collapse .uk-grid > * {
  padding-left: 0px;
}
.tm-form-collapse .tm-acym-form {
  margin-left: 0px;
}
.tm-form-collapse .acym_module_form input {
  max-width: inherit;
}
.tm-acym-form .cell {
  width: 100%;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.blur .qx-element-blurb {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  position: relative;
}
.blur .qx-element-blurb .icon {
  moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  background-color: #eee;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 95px;
  height: 95px;
  line-height: 95px;
  font-size: 30px;
  display: inline-block;
}
.blur .qx-element-blurb .icon:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.blur .qx-element-blurb .qx-blurb-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.person .qx-element-heading .section-title .qx-title {
  margin-bottom: 10px !important;
}
.person .qx-element-person .qx-person-img {
  position: relative;
}
.person .qx-element-person .qx-person-img:hover .overlay {
  opacity: 1;
}
.person .qx-element-person .qx-person-img:hover .overlay .social-links .qx-icon {
  webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px) !important;
}
.person .qx-element-person .qx-person-img .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(20, 20, 20, 0.7);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.person .qx-element-person .qx-person-img .overlay .qx-person-description {
  position: absolute;
  top: 24%;
  color: #fff;
  z-index: 0;
}
.person .qx-element-person .qx-person-img .overlay .qx-person-description p {
  color: #d4d4d4;
  padding: 0 10px;
}
.person .qx-element-person .qx-person-img .overlay .qx-person-description .social-links a[href*="skype.com/en/"]::before {
  content: "\f17e";
}
.person .qx-element-person .qx-person-img .overlay .qx-person-description .social-links .qx-icon {
  webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 37px;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 14px;
}
.person .qx-element-person .qx-person-img .overlay .qx-person-description .social-links .qx-icon::before {
  color: #fff;
  margin: 5px 7px;
}
.person .qx-element-person .qx-person-img .overlay .qx-person-description .social-links .qx-icon:hover {
  background: #d6b161;
}
.gallery .qx-element-filterable-gallery .qx-fg-items .qx-fg-wrap {
  text-align: center;
}
.gallery .qx-element-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-overlay:hover .qx-fg-title {
  webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) !important;
}
.gallery .qx-element-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-overlay:hover .qx-fg-content .qx-fg-content {
  webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) !important;
  transition-delay: 0.15s !important;
}
.gallery .qx-element-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-overlay .qx-overlay-panel .qx-fg-content .qx-fg-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery .qx-element-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-overlay .qx-overlay-panel .qx-fg-content .qx-fg-content {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery .qx-element-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-overlay .qx-overlay-icon::before {
  display: none;
}
.gallery .qx-fg-filter {
  text-align: left;
}
.gallery .qx-fg-filter li .btn {
  border-radius: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  padding: 0px 20px;
  text-transform: uppercase;
}
.gallery .qx-fg-filter li .btn.active {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #000 !important;
  border-radius: 0;
  color: #000 !important;
}
.gallery .qx-fg-filter li .btn:hover {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #000 !important;
  border-radius: 0;
  color: #000;
}
.testimonial .qx-element-testimonial-pro .slick-list {
  height: 376px;
}
.testimonial .qx-element-testimonial-pro .slick-list .qx-testimonial .qx-img-responsive {
  border-radius: 50%;
}
.testimonial .qx-element-testimonial-pro .slick-list .qx-testimonial .qx-testimony {
  position: relative;
  margin: 30px 0;
  padding: 40px 40px 40px 90px;
  font-size: 16px;
  line-height: 2;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.testimonial .qx-element-testimonial-pro .slick-list .qx-testimonial .qx-testimony::before {
  position: absolute;
  content: "\f10d";
  font-family: fontAwesome;
  top: 10px;
  left: 20px;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 97px;
  transition: all 100ms ease-out;
}
.testimonial .qx-element-testimonial-pro .slick-list .qx-testimonial .qx-testimony::after {
  position: absolute;
  content: " ";
  top: 100%;
  left: 25px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(72, 71, 71, 0);
  border-top-color: #f5f5f5;
  border-width: 15px;
}
.testimonial .qx-element-testimonial-pro .slick-list .qx-testimonial h4 {
  text-align: left;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 14px;
}
.services .qx-element-heading .section-title .qx-subtitle p .btn {
  margin-top: 1rem;
}
.numbercounter {
  background-attachment: fixed;
}
.numbercounter .qx-element-number-counter .fact-counter {
  text-align: center;
  position: relative;
}
.numbercounter .qx-element-number-counter .fact-counter .count-outer .icon {
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  font-size: 30px;
  moz-border-radius: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
  background-color: #eee;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.numbercounter .qx-element-number-counter .fact-counter .count-outer .icon:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.numbercounter .qx-element-number-counter .fact-counter .count-outer .qx-nc-number {
  font-size: 45px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
.numbercounter .qx-element-number-counter .fact-counter .qx-nc-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 812px) {
  .testimonial .qx-element-testimonial-pro .slick-list .qx-testimonial .qx-testimony {
    padding: 40px 0px 40px 0px;
  }
  .slick-slide {
    float: none;
  }
}
.fh-team {
  margin-bottom: 30px;
}
.fh-team .team-member {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.fh-team .team-member:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.fh-team:hover .team-member:before {
  opacity: 0.6;
}
.fh-team ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fh-team ul li {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
}
.fh-team ul li:first-child {
  padding-left: 0;
}
.fh-team ul li:last-child {
  padding-right: 0;
}
.fh-team ul li a {
  display: block;
  text-align: center;
  color: #757575;
  transition: 0.5s;
  font-size: 15px;
}
.fh-team .info {
  margin-bottom: 20px;
}
.fh-team .info p {
  margin-bottom: 0;
}
.fh-team h4 {
  font-size: 20px;
  margin-bottom: 2px;
  margin-top: 0;
  font-weight: 500;
}
.fh-team .job {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
.fh-team .website {
  padding: 15px 0;
  border-top: 1px dashed rgba(56, 56, 56, 0.15);
  border-bottom: 1px dashed rgba(56, 56, 56, 0.15);
}
.fh-team .website i {
  font-size: 16px;
  padding-right: 15px;
}
.fh-team.style-2 {
  text-align: center;
  border: 1px solid #ececec;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
}
.fh-team.style-2 .team-header {
  padding-top: 25px;
}
.fh-team.style-2 .team-member {
  margin-bottom: 0;
}
.fh-team.style-2 .team-content {
  border-top: 1px solid #ececec;
  padding: 25px 20px;
  position: absolute;
  left: 0;
  bottom: -135px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.fh-team.style-2 .website {
  display: none;
}
.fh-team.style-2 .socials-1 {
  display: none;
}
.fh-team.style-2 .socials {
  position: relative;
}
.fh-team.style-2:hover .team-header {
  opacity: 0;
}
.fh-team.style-2:hover .team-content {
  opacity: 1;
  bottom: 0;
}
.list-social > li > a {
  font-family: FontAwesome;
  font-size: 20px;
  text-decoration: none;
  margin: 0 5px;
}
.list-social > li > a:hover {
  text-decoration: none;
}
.list-social > li > a[href*="facebook.com"]:before {
  content: "\f09a";
}
.list-social > li > a[href*="instagram.com"]:before {
  content: "\f16d";
}
.list-social > li > a[href*="twitter.com"]:before {
  content: "\f099";
}
.list-social > li > a[href*="twitter.com"]:hover:before {
  color: #00abf0;
}
.list-social > li > a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.list-social > li > a[href*="linkedin.com"]:hover:before {
  color: #105b88;
}
.list-social > li > a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.list-social > li > a[href*="plus.google.com"]:hover:before {
  color: #df4b38;
}
.list-social > li > a[href*="youtube.com"]:before {
  content: "\f166";
}
.list-social > li > a[href*="youtube.com"]:hover:before {
  color: #e62117;
}
.list-social > li > a[href*="behance.net"]:before {
  content: "\f1b4";
}
.list-social > li > a[href*="behance.net"]:hover:before {
  color: #1478ff;
}
.list-social > li > a[href*="dribbble.com"]:before {
  content: "\f17d";
}
.list-social > li > a[href*="dribbble.com"]:hover:before {
  color: #f16396;
}
.list-social > li > a[href*="flickr.com"]:before {
  content: "\f16e";
}
.list-social > li > a[href*="flickr.com"]:hover:before {
  color: #fe0084;
}
.list-social > li > a[href*="github.com"]:before {
  content: "\f09b";
}
.list-social > li > a[href*="codepen.io"]:before {
  content: "\f1cb";
}
.list-social > li > a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.service-title a {
  transition: 0.5s;
  color: #222;
  text-decoration: none;
}
.single-service .site-content {
  padding-top: 80px;
  padding-bottom: 40px;
}
.service .service-inner {
  margin-bottom: 40px;
  transition: 0.5s;
}
.service .service-summary {
  margin-bottom: 0;
}
.service .service-summary h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
}
.service .service-summary p {
  margin-bottom: 0;
}
.service .service-thumbnail {
  margin-bottom: 27px;
  overflow: hidden;
}
.service .service-thumbnail a {
  position: relative;
  display: block;
  z-index: 9;
}
.service .service-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  z-index: 99;
}
.service .service-thumbnail img {
  transition: 0.5s;
}
.service:hover .service-thumbnail a:before {
  opacity: 0.6;
}
.service:hover .service-thumbnail img {
  transform: scale(1.06);
}
.post-type-archive-service .site-content .content-area, .single-service .site-content .content-area, .tax-service_category .site-content .content-area {
  padding-top: 0;
  padding-bottom: 0;
}
.single-service .aligncenter {
  display: none;
}
.single-service blockquote {
  padding: 20px 75px;
  background-color: #f4f4f4;
  position: relative;
}
.single-service blockquote:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 92%;
  left: 3px;
  top: 0;
}
.single-service blockquote:after {
  content: "\e914";
  font-family: "factoryhub";
  position: absolute;
  top: 22px;
  left: 22px;
  color: #e6e6e6;
  font-style: normal;
  font-size: 32px;
}
.single-service cite {
  display: block;
  font-size: 16px;
  font-style: normal;
  padding-top: 10px;
  color: #222;
}
.fh-icon-box {
  margin-bottom: 30px;
  position: relative;
}
.fh-icon-box h4, .fh-icon-box h4 a {
  transition: 0.5s;
}
.fh-icon-box.style-2 {
  padding: 0 30px;
  border: 1px dashed #ececec;
}
.fh-icon-box.style-2 .fh-icon {
  font-size: 50px;
  float: left;
  margin-top: -5px;
  line-height: 1.6;
}
.fh-icon-box.style-2 .fh-icon i:before {
  font-size: 50px;
}
.fh-icon-box.style-2 .desc {
  padding-left: 70px;
  padding-bottom: 10px;
}
.fh-icon-box.style-2 h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px dashed #ececec;
}
.fh-section-title {
  margin-bottom: 40px;
}
.fh-section-title h2 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
}
.fh-section-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 190px;
  height: 1px;
  border-bottom: 1px dashed rgba(56, 56, 56, 0.15);
}
.fh-section-title.text-center h2:before {
  left: 50%;
  transform: translateX(-50%);
}
.fh-service.style-2 {
  text-align: center;
}
.fh-service.style-2 .entry-thumbnail {
  margin-bottom: 0;
}
.fh-service.style-2 .summary {
  border: 1px solid #ececec;
  padding: 25px;
}
.fh-service.style-2 .summary .fh-btn-3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  min-width: 130px;
  min-height: 45px;
  line-height: 45px;
  border: 1px solid #ececec;
  background-color: #fff;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 15px;
  margin-top: 15px;
}
.fh-service.style-2 .entry-title {
  padding-bottom: 10px;
}
.fh-service.style-2 .service-content:hover .fh-btn-3 {
  color: #fff;
}
.fh-service-2 .summary {
  position: relative;
}
.fh-service-2 .summary .service-link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 999;
}
.fh-service-2.style-1 {
  text-align: center;
}
.fh-service-2.style-1 .short-desc {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 15px;
}
.fh-service-2.style-1 .item-service {
  margin-bottom: 30px;
}
.fh-service-2.style-1 .content-bonus {
  display: none;
}
.fh-service-2.style-1 .service-content {
  border: 2px solid #ececec;
  text-align: center;
  padding: 10px;
}
.fh-service-2.style-1 .service-content .summary {
  padding: 15px 10px;
  transition: 0.5s;
}
.fh-service-2.style-1 .service-content:hover .entry-header {
  transform: translateY(0);
}
.fh-service-2.style-1 .service-content:hover .entry-title a, .fh-service-2.style-1 .service-content:hover .service-icon, .fh-service-2.style-1 .service-content:hover p {
  color: #fff;
}
.fh-service-2.style-1 .service-content:hover p {
  opacity: 1;
}
.fh-service-2.style-1 .entry-thumbnail {
  display: none;
}
.fh-service-2.style-1 .entry-header {
  transform: translateY(25%);
  transition: 0.5s;
}
.fh-service-2.style-1 .service-icon {
  font-size: 64px;
  transition: 0.5s;
  line-height: 1.6;
}
.fh-service-2.style-1 .service-icon i:before {
  font-size: 64px;
}
.fh-service-2.style-1 .entry-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.fh-service-2.style-1 .entry-title a {
  transition: 0.5s;
}
.fh-service-2.style-1 p {
  transition: 0.5s;
  opacity: 0;
}
.fh-section-title.has-icon {
  position: relative;
}
.fh-section-title.has-icon h2 {
  padding-bottom: 40px;
}
.fh-section-title.has-icon .fh-icon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.fh-section-title.has-icon .fh-icon i {
  font-size: 30px;
}
.fh-section-title.has-icon .fh-icon i:before {
  font-size: 30px;
  line-height: 1.6;
}
.fh-counter {
  color: #fff;
  padding: 25px 20px 45px 20px;
  margin-bottom: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  position: relative;
  text-align: center;
}
.fh-counter .counter {
  line-height: 1;
  padding-bottom: 10px;
}
.fh-counter .counter .value, .fh-counter .counter span {
  display: inline-block;
}
.fh-counter h4 {
  margin: 0;
}
.fh-counter .fh-icon {
  font-size: 50px;
  display: block;
  padding-bottom: 20px;
}
.fh-counter .fh-icon i:before {
  font-size: 50px;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*Btn Style One*/
.btn-style-one {
  position: relative;
  padding: 10px 33px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-style-one:hover {
  color: #fff;
}
/*Btn Style Two*/
.btn-style-two {
  position: relative;
  padding: 10px 33px;
  line-height: 24px;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-style-two:hover {
  color: #fe9900;
}
/*Btn Style Three*/
.btn-style-three {
  position: relative;
  padding: 7px 42px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-style-three:hover {
  background: none;
}
/*Btn Style Four*/
.btn-style-four {
  position: relative;
  padding: 7px 42px;
  line-height: 24px;
  background: none;
  font-size: 14px;
  font-weight: 900;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-style-four:hover {
  color: #fff;
}
.rev_slider_wrapper {
  z-index: 1;
}
@media (min-width: 1200px) {
  .qx-container {
    width: 1140px;
  }
}
.tp-dottedoverlay {
  content: "";
  position: absolute;
  background: rgba(30, 32, 45, 0.7) !important;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom-img a.qx-image--lightbox .qx-img {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.main-color.history {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.fh-phone a {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
}
.fh-phone span.fh-icon {
  line-height: 1.4;
}
.fh-phone .hotline {
  padding-left: 200px;
  font-size: 24px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0;
}
.fh-phone .hotline i {
  font-size: 32px;
  padding-right: 10px;
}
.fh-phone .hotline i:before {
  font-size: 32px;
}
.custom-review .testi-item {
  padding: 0 100px;
}
.custom-review .testi-des {
  background-color: #fff;
  color: #848484;
  padding: 30px 40px 30px 100px;
  position: relative;
  margin-bottom: 40px;
}
.custom-review .testi-des .fh-icon {
  position: absolute;
  top: 20px;
  left: 30px;
}
.custom-review .testi-des .fh-icon i {
  font-size: 38px;
  color: #ececec;
}
.custom-review .testi-des .fh-icon i:before {
  font-size: 38px;
}
.custom-review .testi-des:after {
  content: "";
  border-bottom: 20px solid transparent;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  left: 30px;
  bottom: -30px;
  position: absolute;
}
.custom-review .info img {
  display: block;
  border-radius: 50%;
  float: left;
}
.custom-review .info h4, .custom-review .info .testi-job {
  padding-left: 100px;
}
.custom-review .info h4 {
  padding-top: 15px;
}
.custom-review .info .testi-job {
  display: block;
  padding-top: 5px;
}
.custom-joomla-posts .qx-media-body {
  padding: 20px 30px;
  border: 1px solid #f4f4f4;
  border-top: 0;
}
.custom-joomla-posts .qx-btn-default {
  color: #848484;
  border: 1px solid #f4f4f4;
  border-radius: 0;
}
.custom-joomla-posts .entry-thumbnail {
  margin-bottom: 0;
  position: relative;
}
.custom-joomla-posts .entry-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}
.custom-joomla-posts .entry-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.custom-joomla-posts .entry-thumbnail img {
  transition: 0.5s;
}
.custom-joomla-posts .entry-time {
  position: absolute;
  width: 65px;
  height: 65px;
  padding: 10px;
  top: 20px;
  left: 20px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.custom-joomla-posts .entry-time:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
}
.custom-joomla-posts .qx-media-inner:hover .entry-thumbnail a:before {
  opacity: 0.6;
}
.custom-joomla-posts h3.qx-media-heading a {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
  color: #1f1f1f;
  line-height: 1.2;
}
.custom-joomla-posts h3.qx-media-heading a:hover, .custom-joomla-posts h3.qx-media-heading a:focus, .custom-joomla-posts h3.qx-media-heading a:active {
  color: #13baca;
}
.custom-quote blockquote {
  margin-left: 0;
  margin-top: 25px;
  padding: 30px 10px 10px 50px;
  border-left: 2px solid #f4f4f4;
  position: relative;
}
blockquote {
  font-size: 16px;
  font-style: italic;
  padding: 15px 0 15px 20px;
  margin: 35px 0 35px 40px;
  line-height: 2;
}
.custom-quote blockquote:before {
  content: "\f100";
  font-family: Flaticon;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 0;
  font-style: initial;
}
@media (max-width: 991px) {
  .custom-review .testi-item {
    padding: 0 30px;
  }
  .slick-slide {
    float: left !important;
  }
  .qx-element-joomla-articles .qx-col-md-4 {
    margin-bottom: 30px;
  }
}
.qx-element-carousel .slick-next:before, .qx-element-carousel .slick-prev:before {
  border: none;
}
.slick-next, .slick-prev {
  margin-top: 0;
}
@media (max-width: 480px) {
  .custom-review {
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .custom-review .slick-next, .custom-review .slick-prev {
    display: none !important;
  }
  .custom-review .testi-item {
    padding: 0px;
  }
  .slick-dots {
    bottom: -20px !important;
  }
  .gallary .qx-fg-filter li .btn {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #offcanvas-toggler {
    font-size: 20px;
  }
}
.fh-contact-box {
  border: 2px solid #ececec;
  padding: 27px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}
.fh-contact-box h3 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #222;
}
.fh-contact-box .info-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.fh-contact-box .info-item .fh-icon {
  float: left;
}
.fh-contact-box .info-item i {
  font-size: 23px;
}
.fh-contact-box .info-item i:before {
  font-size: 23px;
}
.fh-contact-box .info-item .details {
  padding-left: 35px;
}
.fh-contact-box .info-item:last-child {
  border: none;
  padding-bottom: 0;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: ' ';
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: '';
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a {
  /* @TODO: Remove this */
  /* end @TODO: */
}
.com-media.view-imagesList ul.manager > li.thumbnail > a.selected {
  border: 2px solid green;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  position: relative;
}
.sp-megamenu-parent.uk-navbar-item, .sp-megamenu-parent.uk-navbar-nav > li > a, .sp-megamenu-parent.uk-navbar-toggle {
  text-transform: none;
  font-size: 16px;
}
.sp-megamenu-parent > li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 16px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > span:hover:before, .sp-megamenu-parent > li > a:focus:before, .sp-megamenu-parent > li > span:focus:before {
  background-color: #13baca;
}
.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: calc(50% - (30px / 2));
  height: 30px;
  transition: 0.1s ease-in-out;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 5px;
  right: 5px;
}
.sp-megamenu-parent > li.active > a:before {
  background-color: #13baca;
}
.sp-megamenu-parent > li.sp-has-child:hover > a:before, .sp-megamenu-parent > li.sp-has-child:focus > a:before, .sp-megamenu-parent > li.sp-has-child:hover > span:before, .sp-megamenu-parent > li.sp-has-child:focus > span:before {
  background-color: #13baca;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  margin: 0;
  padding: 10px 20px 10px 20px;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  -webkit-box-shadow: 0 4px 20px rgba(154, 161, 171, 0.25);
  box-shadow: 0 4px 20px rgba(154, 161, 171, 0.25);
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:focus, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:active {
  background-color: #25d9eb;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
  display: block;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 15px 20px 15px 20px;
  line-height: 1;
  outline: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
/* Preloader animations */
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#13baca, #13baca) 0 50%, linear-gradient(#13baca, #13baca) 0.625em 50%, linear-gradient(#13baca, #13baca) 1.25em 50%, linear-gradient(#13baca, #13baca) 1.875em 50%, linear-gradient(#13baca, #13baca) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#13baca, #13baca) 0 50%, linear-gradient(#13baca, #13baca) 0.625em 50%, linear-gradient(#13baca, #13baca) 1.25em 50%, linear-gradient(#13baca, #13baca) 1.875em 50%, linear-gradient(#13baca, #13baca) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#13baca, #13baca) 0 50%, linear-gradient(#13baca, #13baca) 0.625em 50%, linear-gradient(#13baca, #13baca) 1.25em 50%, linear-gradient(#13baca, #13baca) 1.875em 50%, linear-gradient(#13baca, #13baca) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#13baca, #13baca) 0 50%, linear-gradient(#13baca, #13baca) 0.625em 50%, linear-gradient(#13baca, #13baca) 1.25em 50%, linear-gradient(#13baca, #13baca) 1.875em 50%, linear-gradient(#13baca, #13baca) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#13baca, #13baca) 0 50%, linear-gradient(#13baca, #13baca) 0.625em 50%, linear-gradient(#13baca, #13baca) 1.25em 50%, linear-gradient(#13baca, #13baca) 1.875em 50%, linear-gradient(#13baca, #13baca) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.sp-pre-loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #13baca;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: '';
  position: absolute;
  background-color: #13baca;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: '';
  position: absolute;
  background-color: #13baca;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid fade(#13baca, 70%);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #13baca;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #13baca;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: '';
  position: absolute;
  background-color: rgba(19, 186, 202, 0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: '';
  position: absolute;
  background-color: rgba(19, 186, 202, 0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span, .sp-pre-loader .circle-two > span:before, .sp-pre-loader .circle-two > span:after {
  content: '';
  display: block;
  border-radius: 50%;
  border: 2px solid #13baca;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #13baca;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#13baca, #13baca) 0 50%, linear-gradient(#13baca, #13baca) 0.625em 50%, linear-gradient(#13baca, #13baca) 1.25em 50%, linear-gradient(#13baca, #13baca) 1.875em 50%, linear-gradient(#13baca, #13baca) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #13baca;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
}
