/**
 * @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-page-title {
  position: relative;
}
.sp-page-title .container, .sp-page-title .uk-container {
  position: relative;
  z-index: 9;
}
.sp-page-title::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
#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 .uk-search-default .uk-search-input, #sp-right .uk-panel .uk-search-default .uk-search-input {
  background: #fff;
}
#sp-left .uk-panel ul, #sp-right .uk-panel ul {
  margin: 0;
  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;
}
.com-content #sp-main-body {
  background-color: #f7f7f7;
}
.view-article .uk-article {
  background: #fff;
  padding: 20px;
}
.view-category .uk-article {
  padding: 20px;
  background: #fff;
}
.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, .article-ratings .rating-symbol a.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, .article-ratings .rating-symbol a.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before, .article-ratings .rating-symbol a.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;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.pagenavcounter {
  display: 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;
}
.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 .tm-acym-form .cell {
  background-clip: border-box;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer .uk-subnav > * > :first-child {
  text-transform: none;
  font-size: 14px;
}
.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;
}
.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, 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;
}
.popover .popover-header {
  margin-top: 0;
}
/* 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;
}
.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);
}
.com-j2store .uk-label {
  border-radius: 0px;
  text-transform: none;
}
.com-j2store .uk-label:hover, .com-j2store .uk-label:focus, .com-j2store .uk-label:active {
  color: #fff;
}
/* Flat-cooperation
 --------------------------------------------------------*/
.flat-cooperation {
  margin: 0 -15px;
}
.flat-cooperation .post {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.flat-cooperation .post .img-post {
  margin-bottom: 35px;
}
.flat-cooperation .post .post-about {
  text-align: center;
}
.flat-cooperation .post .post-about .post-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.flat-cooperation .post .post-about .post-content {
  margin-bottom: 18px;
  font-size: 14px;
  padding: 0 10px;
}
.flat-cooperation .post .post-about .read-more {
  position: relative;
  color: #032058;
  font-size: 13px;
  letter-spacing: 2.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.flat-cooperation .post .post-about .read-more:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #032058;
  font-weight: 400;
  transition: width 0.3s;
}
.flat-cooperation .post .post-about .read-more:hover:before {
  width: 0;
  transition: width 0.3s;
}
.flat-cooperation .post .post-about .read-more:hover {
  color: #303030;
}
.flat-cooperation .post .post-about .read-more.v1:hover {
  color: #7f7f7f;
}
.images-hover {
  position: relative;
}
.images-hover:hover {
  cursor: pointer;
}
.images-hover:before, .images-hover:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #fff;
  top: 50%;
  left: 50%;
  z-index: 30;
  margin-top: -15px;
  margin-left: -1px;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.images-hover:after {
  height: 1px;
  width: 30px;
  margin-top: -1px;
  margin-left: -15px;
}
.images-hover:hover:after, .images-hover:hover:before {
  z-index: 30px;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.images-hover .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  content: "";
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.images-hover:hover .overlay {
  opacity: 1;
  visibility: visible;
}
/* Flat-title
 --------------------------------------------------------*/
.title-section {
  margin-bottom: 47px;
}
.title-section.custom {
  margin-bottom: 10px;
}
.custom-title .title-section .title {
  padding-top: 20px;
}
.white .title-section .title {
  color: #fff;
}
.title-section.style1 {
  text-align: center;
}
.title-section .title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #303030;
  padding-bottom: 20px;
  font-weight: 500;
}
.title-section.color-style .title {
  color: #fff;
}
.title-section .desc {
  margin-top: 30px;
}
.title-section.style1 .icon img {
  display: inline-block;
}
/* Iconbox
 --------------------------------------------------------*/
.iconbox1.style-3 {
  background-color: #353535;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconbox1.style-3:hover {
  background-color: #032058;
}
.iconbox1.style-3 .box-header:after {
  display: none;
}
.iconbox1.style-3 .box-header {
  padding: 33px 0;
}
.iconbox1.style-3 .box-header img {
  width: 55px;
  height: 56px;
  display: inline-block;
}
.iconbox1.style-3 .box-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
}
.major-background {
  background: #032058;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 32px;
}
.client-area {
  border-top: 1px solid #eaeaea;
}
ul.flat-socials li {
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: inline-block;
  float: left;
  padding-right: 25px;
  font-size: 18px;
  color: #7f7f7f;
}
.widget-categories ul {
  float: left;
}
.widget-categories ul.style1 {
  padding-right: 100px;
}
/* widget instagram */
.widget.widget-instagram ul {
  margin: 0 -5px;
}
.widget.widget-instagram ul li {
  width: 25%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.staff-section {
  position: relative;
}
.staff-member {
  position: relative;
  margin-bottom: 40px;
}
.staff-member .inner-box {
  position: relative;
}
.staff-member .inner-box .image-box {
  position: relative;
}
.staff-member .inner-box .image-box img {
  width: 100%;
  display: block;
}
.staff-member .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.85);
  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;
}
.staff-member .inner-box:hover .overlay-box {
  opacity: 1;
}
.staff-member .inner-box .image-box .overlay-box .social-icon-two {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.staff-member .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 15px 0px 0px;
}
.staff-member .inner-box .lower-content h3 a {
  position: relative;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  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;
}
.staff-member .inner-box .lower-content h3 a:hover {
  color: #032058;
}
.staff-member .inner-box .lower-content .designation {
  position: relative;
  color: #777;
}
.social-icon-two {
  position: relative;
}
.social-icon-two li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}
.social-icon-two a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #443f45;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #443f45;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two a:hover {
  color: #032058;
  border-color: #032058;
}
.custom-portfolio .flat-portfolio.v1 {
  padding: 0 !important;
}
.flat-portfolio .item .overlay {
  background-color: #f9bf3b;
  height: 100px;
  width: 350px;
  opacity: 0;
  position: absolute;
  top: 65%;
  margin-top: -50px;
  right: 0;
  z-index: 100;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.flat-portfolio .item:hover .overlay, .flat-portfolio .item.active .overlay {
  position: absolute;
  top: 65%;
  margin-top: -50px;
  right: 16px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
  opacity: 1;
  transition: transform 250ms ease-out, opacity 250ms ease-out;
}
.flat-portfolio .portfolio-details {
  padding: 10px 0 0 20px;
  text-align: left;
}
.flat-portfolio .item .project-info-wrap .project-title {
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: -6px;
  margin-top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  position: relative;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.flat-portfolio .item .project-info-wrap .project-title a {
  font-size: 18px;
  font-weight: 500;
}
.flat-portfolio .item .project-info-wrap .project-title a:hover {
  color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-portfolio .item .project-info-wrap .project-categories a {
  font-size: 12px;
  color: #333;
}
.flat-portfolio .item .project-info-wrap .project-categories {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  position: relative;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.flat-portfolio .item:hover .project-title, .flat-portfolio .item:hover .project-categories {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
/* overlay */
.flat-portfolio.v1 .item:hover .overlay, .flat-portfolio.v1 .item.active .overlay {
  position: absolute;
  right: 0px;
}
.flat-portfolio .portfolio-filter {
  text-align: center;
  margin-bottom: 70px;
}
.flat-portfolio .portfolio-filter > li {
  padding: 0 21px;
  display: inline-block;
}
.flat-portfolio .portfolio-filter > li a {
  color: #999;
  line-height: 26px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.flat-portfolio .portfolio-filter.color-white > li a {
  color: #fff;
}
.flat-portfolio .portfolio-filter > li a:hover, .flat-portfolio .portfolio-filter > li.active a {
  color: #f9bf3b;
}
.flat-portfolio.v1.item-no-padding .item {
  width: 25%;
  padding: 0;
  float: left;
}
.flat-portfolio.v1 .item .featured-images {
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.portfolio-section .title-section .title {
  color: #fff;
}
.portfolio-section .title-section {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .flat-cooperation .post {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .iconbox1.style-3 {
    margin-bottom: 30px;
  }
  .carousel-image img {
    display: inline-block;
  }
}
.qx-carousel-item img {
  display: inline-block;
}
.swiper-button-next, .swiper-button-prev {
  margin-top: 0;
}
.qx-container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.custom-portfolio .speasyimagegallery-row > div > .speasyimagegallery-gallery-item {
  padding: 0 !important;
}
.sec-title {
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}
.sec-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #1c1c1c;
  line-height: 1.4em;
}
.sec-title .text {
  position: relative;
  color: #888;
  font-size: 14px;
  line-height: 1.8em;
}
.form-custom .form-title {
  position: relative;
  margin-bottom: 40px;
}
.form-custom .form-title h3 {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  color: #1c1c1c;
  padding-bottom: 13px;
  margin-bottom: 25px;
  font-family: "Catamaran", sans-serif;
}
.form-custom .form-title h3:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
  background-color: #032058;
}
/***
 ====================================================================
 Consulting
 ====================================================================
 ***/
.consulting-section {
  position: relative;
}
.consulting-section .image-box {
  position: relative;
  margin-bottom: 50px;
}
.consulting-section .image-box img {
  width: 100%;
  display: block;
}
.consulting-section .image-box:before {
  position: absolute;
  content: "";
  left: -16px;
  bottom: -16px;
  width: 288px;
  height: 182px;
  border: 16px solid #fff;
}
.consulting-section .inner-box {
  position: relative;
  padding-top: 30px;
}
.consulting-section .inner-box .list-style-one {
  margin-top: 30px;
}
.consulting-section .inner-box .text {
  position: relative;
  color: #888;
  font-size: 14px;
  line-height: 1.8em;
}
.consulting-section .inner-box .know-more {
  position: relative;
  margin-top: 36px;
  text-transform: uppercase;
}
.consulting-block {
  position: relative;
  margin-bottom: 40px;
}
.consulting-block .inner {
  position: relative;
  text-align: center;
}
.consulting-block .inner .icon-box {
  position: relative;
  font-size: 42px;
  color: #bcbcbc;
  line-height: 1em;
  width: inherit;
}
.consulting-block .inner h3 {
  position: relative;
}
.consulting-block .inner h3 a {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #1c1c1c;
  padding-bottom: 6px;
  display: inline-block;
  text-transform: uppercase;
  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;
}
.consulting-block .inner h3 a:hover {
  color: #032058;
}
.consulting-block .inner h3:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #bcbcbc;
}
.consulting-block .inner .text {
  position: relative;
  color: #888;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 20px;
}
.consulting-block .inner .read-more {
  position: relative;
  color: #888;
  font-size: 14px;
  margin-top: 20px;
  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;
}
.consulting-block .inner .read-more:hover {
  color: #443f45;
}
/*Services Block */
.services-block-one {
  position: relative;
  margin-bottom: 60px;
}
.services-block-one .inner-box {
  position: relative;
  padding-right: 40px;
  background-color: #fff;
}
.services-block-one .inner-box .content {
  position: relative;
}
.services-block-one .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #888;
  font-size: 40px;
  line-height: 1em;
  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;
}
.services-block-one .inner-box .content h3 {
  position: relative;
  line-height: 1em;
  padding-left: 60px;
  padding-top: 6px;
}
.services-block-one .inner-box .content h3 a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: uppercase;
  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;
}
.services-block-one .inner-box:hover h3 a, .services-block-one .inner-box:hover .icon {
  color: #032058;
}
.services-block-one .inner-box .content .text {
  font-size: 14px;
  color: #888;
  line-height: 1.8em;
  margin-top: 25px;
}
.services-block-one .inner-box .content .read-more {
  position: relative;
  font-size: 14px;
  color: #888;
  margin-top: 15px;
  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;
}
.services-block-one .inner-box .content .read-more:hover {
  color: #443f45;
}
.services-block-two {
  position: relative;
  margin-bottom: 30px;
}
.services-block-two .inner-box {
  position: relative;
  padding: 30px 40px;
  background-color: #fff;
  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;
}
.services-block-two .inner-box:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
}
.services-block-two .inner-box .content {
  position: relative;
}
.services-block-two .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #888;
  font-size: 40px;
  line-height: 1em;
  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;
}
.services-block-two .inner-box .content h3 {
  position: relative;
  line-height: 1em;
  padding-left: 74px;
}
.services-block-two .inner-box .content h3 a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: uppercase;
  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;
}
.services-block-two .inner-box:hover h3 a, .services-block-two .inner-box:hover .icon {
  color: #032058;
}
.services-block-two .inner-box .content h3:before {
  position: absolute;
  content: "";
  left: 50px;
  bottom: -12px;
  width: 50px;
  height: 1px;
  background-color: #bcbcbc;
}
.services-block-two .inner-box .content .text {
  font-size: 14px;
  color: #888;
  line-height: 1.8em;
  margin-top: 40px;
}
.services-block-two .inner-box .content .read-more {
  position: relative;
  font-size: 14px;
  color: #888;
  margin-top: 15px;
  display: inline-block;
}
span.theme_color {
  color: #032058;
}
ul.social-icon-two > li > a {
  font-family: FontAwesome;
  font-size: 20px;
  margin: 0 5px;
}
ul.social-icon-two > li > a[href*="facebook.com"]:before {
  content: "\f09a";
}
ul.social-icon-two > li > a[href*="instagram.com"]:before {
  content: "\f16d";
}
ul.social-icon-two > li > a[href*="twitter.com"]:before {
  content: "\f099";
}
ul.social-icon-two > li > a[href*="twitter.com"]:hover:before {
  color: #00abf0;
}
ul.social-icon-two > li > a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
ul.social-icon-two > li > a[href*="linkedin.com"]:hover:before {
  color: #105b88;
}
ul.social-icon-two > li > a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
ul.social-icon-two > li > a[href*="plus.google.com"]:hover:before {
  color: #df4b38;
}
ul.social-icon-two > li > a[href*="youtube.com"]:before {
  content: "\f166";
}
ul.social-icon-two > li > a[href*="youtube.com"]:hover:before {
  color: #e62117;
}
ul.social-icon-two > li > a[href*="behance.net"]:before {
  content: "\f1b4";
}
ul.social-icon-two > li > a[href*="behance.net"]:hover:before {
  color: #1478ff;
}
ul.social-icon-two > li > a[href*="dribbble.com"]:before {
  content: "\f17d";
}
ul.social-icon-two > li > a[href*="dribbble.com"]:hover:before {
  color: #f16396;
}
ul.social-icon-two > li > a[href*="flickr.com"]:before {
  content: "\f16e";
}
ul.social-icon-two > li > a[href*="flickr.com"]:hover:before {
  color: #fe0084;
}
ul.social-icon-two > li > a[href*="github.com"]:before {
  content: "\f09b";
}
ul.social-icon-two > li > a[href*="codepen.io"]:before {
  content: "\f1cb";
}
ul.social-icon-two > li > a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.qx-person-description {
  bottom: 0;
  position: absolute;
}
.staff-member .inner-box .lower-content h3 {
  position: relative;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  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;
}
.slick-next:before, .slick-prev:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .services-block-one .inner-box, .services-block-two .inner-box {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
  }
  .services-block-one .inner-box .content .icon, .services-block-two .inner-box .content .icon {
    position: relative !important;
    display: block;
    margin: 0px auto 20px;
  }
  .services-block-one .inner-box .content h3, .services-block-two .inner-box .content h3 {
    padding: 0px !important;
  }
  .qx-element-number-counter {
    margin-bottom: 30px;
  }
  .custom-counter .qx-element-number-counter {
    text-align: center;
  }
  .form-mobile .form-horizontal .controls {
    margin-left: 0;
  }
  .form-mobile .form-horizontal .control-label {
    width: 100%;
  }
}
@media only screen and (max-width: 1140px) {
  .services-block-one .inner-box {
    padding-right: 0px;
  }
}
.qx-nc-title {
  position: relative;
  margin-top: 18px;
}
.qx-nc-number {
  position: relative;
}
.qx-nc-number:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 12px;
  height: 1px;
  margin-left: -6px;
  background-color: #032058;
}
.qx-element-accordion .collapsible-header {
  position: relative;
  font-size: 14px;
  margin-bottom: 0px;
  cursor: pointer;
  background: #f4f5f6;
  line-height: 24px;
  padding: 17px 50px 17px 30px;
  overflow: hidden;
  color: #1c1c1c;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.collapsible-header.active {
  background-color: #443f45 !important;
  color: #fff;
}
.contact-info {
  position: relative;
}
.contact-info .text {
  position: relative;
  color: #909ba0;
  font-size: 18px;
  line-height: 1.6em;
}
.contact-info ul {
  position: relative;
  list-style: none;
  padding-left: 0;
}
.contact-info ul li {
  position: relative;
  font-size: 14px;
  color: #777;
  padding-left: 78px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 60px;
  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;
}
.contact-info ul li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  color: #7b7b7b;
  font-size: 20px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #dfdfdf;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.contact-info ul li:hover {
  color: #443f45;
}
.contact-info ul li:hover .icon {
  color: #fff;
  line-height: 50px;
  border: 5px solid #b4b2b5;
  background-color: #443f45;
}
.default-title h3 {
  position: relative;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.separator {
  height: 30px;
}
.slick-next, .slick-prev {
  margin-top: 5px;
}
.qx-element-carousel .slick-next:before, .qx-element-carousel .slick-prev:before {
  border: none;
}
.slick-next:before, .slick-prev:before {
  color: #888;
}
.slide-content span {
  color: #032058;
}
.rev_slider_wrapper {
  z-index: 1;
}
.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;
}
.centered {
  text-align: center;
}
/*Btn Style One*/
.btn-style-one {
  position: relative;
  padding: 12px 38px;
  line-height: 24px;
  text-transform: uppercase;
  background: #443f45;
  color: #fff !important;
  font-size: 14px;
  border-radius: 2px;
  border: 2px solid #443f45 !important;
  font-weight: 800;
}
.btn-style-one .fa {
  position: relative;
  top: 1px;
  padding-left: 7px;
  font-size: 12px !important;
  color: #f7542b;
}
.btn-style-one:hover {
  color: #fff !important;
  border-color: #1c1c1c !important;
  background: #1c1c1c;
}
.btn-style-one:hover .fa {
  color: #fff;
}
.img-circle {
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .qx-container {
    width: 1140px;
  }
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: "";
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
[class*=" icon-"]:before, [class^="icon-"]:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  speak: none;
  font-weight: bold;
}
.icon-asterisk:before, .icon-default:before, .icon-featured:before, .icon-star-empty:before, .icon-star:before, .icon-unfeatured:before {
  content: "\f005";
}
.icon-upload:before {
  content: "\f093";
}
.icon-search:before {
  content: "\f002";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-checkedout:before, .icon-lock:before, .icon-locked:before {
  content: "\f023";
}
.icon-cancel-2:before, .icon-cancel:before, .icon-delete:before, .icon-file-remove:before, .icon-remove:before, .icon-unpublish:before {
  content: "\f00d";
}
.icon-file-add:before, .icon-file-plus:before, .icon-new:before, .icon-plus-2:before, .icon-plus:before, .icon-save-new:before {
  content: "\f067";
}
.icon-out:before, .icon-redo:before, .icon-share-alt:before, .icon-share:before {
  content: "\f064";
}
.icon-address:before, .icon-vcard:before {
  content: "\f15c";
}
.icon-image:before, .icon-images:before, .icon-picture:before, .icon-pictures:before {
  content: "\f03e";
}
.icon-copy:before, .icon-save-copy:before, .icon-stack:before {
  content: "\f0c5";
}
.icon-arrow-down-2:before {
  content: "\f358";
}
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
  content: "\f044";
}
.icon-arrow-left-2:before, .icon-backward-2:before, .icon-reply:before {
  content: "\f359";
}
.icon-apply:before, .icon-save:before {
  content: "\f00c";
}
.icon-eye-open:before, .icon-eye:before {
  content: "\f06e";
}
.icon-arrow-down:before {
  content: "\f358";
}
.icon-white {
  color: #fefefe;
}
.icon-publish {
  color: #438243;
}
.icon-checkmark:before, .icon-file-check:before, .icon-ok:before, .icon-publish:before {
  content: "\f00c";
}
.btn-success {
  color: #fff;
  background-color: #438243;
  border-color: #438243;
}
.btn-warning {
  color: #212529;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.js-stools input#filter_search {
  width: inherit;
  display: inline-block;
}
.js-stools .btn {
  display: inline-block;
  font-size: 15px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.js-stools .btn-primary .caret:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  speak: none;
  font-weight: bold;
}
.js-stools span.caret:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  speak: none;
  font-weight: bold;
}
.js-stools .btn-primary .caret {
  border: none;
}
#modules-form .accordion-inner ul.nav.nav-tabs.nav-stacked {
  display: block;
}
.layout-modal .table th, .layout-modal .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.layout-modal .table caption + thead tr:first-child th, .layout-modal .table caption + thead tr:first-child td, .layout-modal .table colgroup + thead tr:first-child th, .layout-modal .table colgroup + thead tr:first-child td, .layout-modal .table thead:first-child tr:first-child th, .layout-modal .table thead:first-child tr:first-child td {
  border-top: 0;
}
.layout-modal .table th, .layout-modal .table td {
  text-align: right;
}
.layout-modal .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-modal .small {
  font-size: 11px;
}
.layout-modal .nowrap {
  white-space: nowrap;
}
.layout-modal .center, .layout-modal .table td.center, .layout-modal .table th.center {
  text-align: center;
}
.jmoddiv.jmodinside {
  position: relative;
  top: 0;
  left: 0;
}
.btn.jmodedit {
  z-index: 1001;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
html[dir=rtl] .btn.jmodedit {
  right: auto;
  left: 0;
}
.btn.jfedit-menu {
  z-index: 1002;
  display: block;
}
.sp-megamenu-parent {
  position: relative;
}
.sp-megamenu-parent.uk-navbar-nav > li > a {
  text-transform: uppercase;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 13px;
}
.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: 14px;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  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 > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 15px;
  display: block;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  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: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
@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);
  }
}
