/**
 * @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
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
h1, .h1 {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
h2, .h2 {
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
}
h3, .h3 {
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
}
h4, .h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
h5, .h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
/**
 * @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
 */
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*===============================
 =            BORDERS            =
 ===============================*/
[class*="-double"] {
  border-width: 4px !important;
}
.border-solid {
  border: 1px solid rgba(173, 181, 189, 0.3) !important;
}
.border-double {
  border: 1px double rgba(173, 181, 189, 0.3) !important;
}
.border-dashed {
  border: 1px dashed rgba(173, 181, 189, 0.3) !important;
}
.border-dotted {
  border: 1px dotted rgba(173, 181, 189, 0.3) !important;
}
.border-top-solid {
  border-top: 1px solid rgba(173, 181, 189, 0.3) !important;
}
.border-top-double {
  border-top: 1px double rgba(173, 181, 189, 0.3) !important;
}
.border-top-dashed {
  border-top: 1px dashed rgba(173, 181, 189, 0.3) !important;
}
.border-top-dotted {
  border-top: 1px dotted rgba(173, 181, 189, 0.3) !important;
}
.border-right-solid {
  border-right: 1px solid rgba(173, 181, 189, 0.3) !important;
}
.border-right-double {
  border-right: 1px double rgba(173, 181, 189, 0.3) !important;
}
.border-right-dashed {
  border-right: 1px dashed rgba(173, 181, 189, 0.3) !important;
}
.border-right-dotted {
  border-right: 1px dotted rgba(173, 181, 189, 0.3) !important;
}
.border-bottom-solid {
  border-bottom: 1px solid rgba(173, 181, 189, 0.3) !important;
}
.border-bottom-double {
  border-bottom: 1px double rgba(173, 181, 189, 0.3) !important;
}
.border-bottom-dashed {
  border-bottom: 1px dashed rgba(173, 181, 189, 0.3) !important;
}
.border-bottom-dotted {
  border-bottom: 1px dotted rgba(173, 181, 189, 0.3) !important;
}
.border-left-solid {
  border-left: 1px solid rgba(173, 181, 189, 0.3) !important;
}
.border-left-double {
  border-left: 1px double rgba(173, 181, 189, 0.3) !important;
}
.border-left-dashed {
  border-left: 1px dashed rgba(173, 181, 189, 0.3) !important;
}
.border-left-dotted {
  border-left: 1px dotted rgba(173, 181, 189, 0.3) !important;
}
@media (min-width: 576px) {
  .border-solid-sm {
    border: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-double-sm {
    border: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-dashed-sm {
    border: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-dotted-sm {
    border: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-solid-sm {
    border-top: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-double-sm {
    border-top: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dashed-sm {
    border-top: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dotted-sm {
    border-top: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-solid-sm {
    border-right: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-double-sm {
    border-right: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dashed-sm {
    border-right: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dotted-sm {
    border-right: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-solid-sm {
    border-bottom: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-double-sm {
    border-bottom: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dashed-sm {
    border-bottom: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dotted-sm {
    border-bottom: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-solid-sm {
    border-left: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-double-sm {
    border-left: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dashed-sm {
    border-left: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dotted-sm {
    border-left: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
}
@media (min-width: 768px) {
  .border-solid-md {
    border: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-double-md {
    border: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-dashed-md {
    border: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-dotted-md {
    border: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-solid-md {
    border-top: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-double-md {
    border-top: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dashed-md {
    border-top: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dotted-md {
    border-top: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-solid-md {
    border-right: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-double-md {
    border-right: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dashed-md {
    border-right: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dotted-md {
    border-right: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-solid-md {
    border-bottom: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-double-md {
    border-bottom: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dashed-md {
    border-bottom: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dotted-md {
    border-bottom: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-solid-md {
    border-left: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-double-md {
    border-left: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dashed-md {
    border-left: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dotted-md {
    border-left: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
}
@media (min-width: 992px) {
  .border-solid-lg {
    border: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-double-lg {
    border: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-dashed-lg {
    border: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-dotted-lg {
    border: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-solid-lg {
    border-top: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-double-lg {
    border-top: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dashed-lg {
    border-top: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dotted-lg {
    border-top: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-solid-lg {
    border-right: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-double-lg {
    border-right: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dashed-lg {
    border-right: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dotted-lg {
    border-right: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-solid-lg {
    border-bottom: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-double-lg {
    border-bottom: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dashed-lg {
    border-bottom: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dotted-lg {
    border-bottom: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-solid-lg {
    border-left: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-double-lg {
    border-left: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dashed-lg {
    border-left: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dotted-lg {
    border-left: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
}
@media (min-width: 1200px) {
  .border-solid-xl {
    border: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-double-xl {
    border: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-dashed-xl {
    border: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-dotted-xl {
    border: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-solid-xl {
    border-top: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-double-xl {
    border-top: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dashed-xl {
    border-top: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-top-dotted-xl {
    border-top: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-solid-xl {
    border-right: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-double-xl {
    border-right: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dashed-xl {
    border-right: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-right-dotted-xl {
    border-right: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-solid-xl {
    border-bottom: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-double-xl {
    border-bottom: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dashed-xl {
    border-bottom: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-bottom-dotted-xl {
    border-bottom: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-solid-xl {
    border-left: 1px solid rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-double-xl {
    border-left: 1px double rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dashed-xl {
    border-left: 1px dashed rgba(173, 181, 189, 0.3) !important;
  }
  .border-left-dotted-xl {
    border-left: 1px dotted rgba(173, 181, 189, 0.3) !important;
  }
}
/*=======================================
 =            LETTER SPACINGS            =
 =======================================*/
.letter-spacing--2 {
  letter-spacing: -2px !important;
}
.letter-spacing--1 {
  letter-spacing: -1px !important;
}
.letter-spacing-0 {
  letter-spacing: 0px !important;
}
.letter-spacing-1 {
  letter-spacing: 1px !important;
}
.letter-spacing-2 {
  letter-spacing: 2px !important;
}
.letter-spacing-3 {
  letter-spacing: 3px !important;
}
.letter-spacing-4 {
  letter-spacing: 4px !important;
}
.letter-spacing-5 {
  letter-spacing: 5px !important;
}
/*================================
 =            PADDINGS            =
 ================================*/
.pt-0, .py-0 {
  padding-top: 0px !important;
}
.pr-0, .px-0 {
  padding-right: 0px !important;
}
.pb-0, .py-0 {
  padding-bottom: 0px !important;
}
.pl-0, .px-0 {
  padding-left: 0px !important;
}
.pt-10, .py-10 {
  padding-top: 10px !important;
}
.pr-10, .px-10 {
  padding-right: 10px !important;
}
.pb-10, .py-10 {
  padding-bottom: 10px !important;
}
.pl-10, .px-10 {
  padding-left: 10px !important;
}
.pt-20, .py-20 {
  padding-top: 20px !important;
}
.pr-20, .px-20 {
  padding-right: 20px !important;
}
.pb-20, .py-20 {
  padding-bottom: 20px !important;
}
.pl-20, .px-20 {
  padding-left: 20px !important;
}
.pt-30, .py-30 {
  padding-top: 30px !important;
}
.pr-30, .px-30 {
  padding-right: 30px !important;
}
.pb-30, .py-30 {
  padding-bottom: 30px !important;
}
.pl-30, .px-30 {
  padding-left: 30px !important;
}
.pt-40, .py-40 {
  padding-top: 40px !important;
}
.pr-40, .px-40 {
  padding-right: 40px !important;
}
.pb-40, .py-40 {
  padding-bottom: 40px !important;
}
.pl-40, .px-40 {
  padding-left: 40px !important;
}
.pt-50, .py-50 {
  padding-top: 50px !important;
}
.pr-50, .px-50 {
  padding-right: 50px !important;
}
.pb-50, .py-50 {
  padding-bottom: 50px !important;
}
.pl-50, .px-50 {
  padding-left: 50px !important;
}
.pt-60, .py-60 {
  padding-top: 60px !important;
}
.pr-60, .px-60 {
  padding-right: 60px !important;
}
.pb-60, .py-60 {
  padding-bottom: 60px !important;
}
.pl-60, .px-60 {
  padding-left: 60px !important;
}
.pt-70, .py-70 {
  padding-top: 70px !important;
}
.pr-70, .px-70 {
  padding-right: 70px !important;
}
.pb-70, .py-70 {
  padding-bottom: 70px !important;
}
.pl-70, .px-70 {
  padding-left: 70px !important;
}
.pt-80, .py-80 {
  padding-top: 80px !important;
}
.pr-80, .px-80 {
  padding-right: 80px !important;
}
.pb-80, .py-80 {
  padding-bottom: 80px !important;
}
.pl-80, .px-80 {
  padding-left: 80px !important;
}
.pt-90, .py-90 {
  padding-top: 90px !important;
}
.pr-90, .px-90 {
  padding-right: 90px !important;
}
.pb-90, .py-90 {
  padding-bottom: 90px !important;
}
.pl-90, .px-90 {
  padding-left: 90px !important;
}
.pt-100, .py-100 {
  padding-top: 100px !important;
}
.pr-100, .px-100 {
  padding-right: 100px !important;
}
.pb-100, .py-100 {
  padding-bottom: 100px !important;
}
.pl-100, .px-100 {
  padding-left: 100px !important;
}
.pt-110, .py-110 {
  padding-top: 110px !important;
}
.pr-110, .px-110 {
  padding-right: 110px !important;
}
.pb-110, .py-110 {
  padding-bottom: 110px !important;
}
.pl-110, .px-110 {
  padding-left: 110px !important;
}
.pt-120, .py-120 {
  padding-top: 120px !important;
}
.pr-120, .px-120 {
  padding-right: 120px !important;
}
.pb-120, .py-120 {
  padding-bottom: 120px !important;
}
.pl-120, .px-120 {
  padding-left: 120px !important;
}
.pt-130, .py-130 {
  padding-top: 130px !important;
}
.pr-130, .px-130 {
  padding-right: 130px !important;
}
.pb-130, .py-130 {
  padding-bottom: 130px !important;
}
.pl-130, .px-130 {
  padding-left: 130px !important;
}
.pt-140, .py-140 {
  padding-top: 140px !important;
}
.pr-140, .px-140 {
  padding-right: 140px !important;
}
.pb-140, .py-140 {
  padding-bottom: 140px !important;
}
.pl-140, .px-140 {
  padding-left: 140px !important;
}
.pt-150, .py-150 {
  padding-top: 150px !important;
}
.pr-150, .px-150 {
  padding-right: 150px !important;
}
.pb-150, .py-150 {
  padding-bottom: 150px !important;
}
.pl-150, .px-150 {
  padding-left: 150px !important;
}
.pt-160, .py-160 {
  padding-top: 160px !important;
}
.pr-160, .px-160 {
  padding-right: 160px !important;
}
.pb-160, .py-160 {
  padding-bottom: 160px !important;
}
.pl-160, .px-160 {
  padding-left: 160px !important;
}
.pt-170, .py-170 {
  padding-top: 170px !important;
}
.pr-170, .px-170 {
  padding-right: 170px !important;
}
.pb-170, .py-170 {
  padding-bottom: 170px !important;
}
.pl-170, .px-170 {
  padding-left: 170px !important;
}
.pt-180, .py-180 {
  padding-top: 180px !important;
}
.pr-180, .px-180 {
  padding-right: 180px !important;
}
.pb-180, .py-180 {
  padding-bottom: 180px !important;
}
.pl-180, .px-180 {
  padding-left: 180px !important;
}
.pt-190, .py-190 {
  padding-top: 190px !important;
}
.pr-190, .px-190 {
  padding-right: 190px !important;
}
.pb-190, .py-190 {
  padding-bottom: 190px !important;
}
.pl-190, .px-190 {
  padding-left: 190px !important;
}
.pt-200, .py-200 {
  padding-top: 200px !important;
}
.pr-200, .px-200 {
  padding-right: 200px !important;
}
.pb-200, .py-200 {
  padding-bottom: 200px !important;
}
.pl-200, .px-200 {
  padding-left: 200px !important;
}
.mt-0, .my-0 {
  margin-top: 0px !important;
}
.mr-0, .mx-0 {
  margin-right: 0px !important;
}
.mb-0, .my-0 {
  margin-bottom: 0px !important;
}
.ml-0, .mx-0 {
  margin-left: 0px !important;
}
.mt-10, .my-10 {
  margin-top: 10px !important;
}
.mr-10, .mx-10 {
  margin-right: 10px !important;
}
.mb-10, .my-10 {
  margin-bottom: 10px !important;
}
.ml-10, .mx-10 {
  margin-left: 10px !important;
}
.mt-20, .my-20 {
  margin-top: 20px !important;
}
.mr-20, .mx-20 {
  margin-right: 20px !important;
}
.mb-20, .my-20 {
  margin-bottom: 20px !important;
}
.ml-20, .mx-20 {
  margin-left: 20px !important;
}
.mt-30, .my-30 {
  margin-top: 30px !important;
}
.mr-30, .mx-30 {
  margin-right: 30px !important;
}
.mb-30, .my-30 {
  margin-bottom: 30px !important;
}
.ml-30, .mx-30 {
  margin-left: 30px !important;
}
.mt-40, .my-40 {
  margin-top: 40px !important;
}
.mr-40, .mx-40 {
  margin-right: 40px !important;
}
.mb-40, .my-40 {
  margin-bottom: 40px !important;
}
.ml-40, .mx-40 {
  margin-left: 40px !important;
}
.mt-50, .my-50 {
  margin-top: 50px !important;
}
.mr-50, .mx-50 {
  margin-right: 50px !important;
}
.mb-50, .my-50 {
  margin-bottom: 50px !important;
}
.ml-50, .mx-50 {
  margin-left: 50px !important;
}
.mt-60, .my-60 {
  margin-top: 60px !important;
}
.mr-60, .mx-60 {
  margin-right: 60px !important;
}
.mb-60, .my-60 {
  margin-bottom: 60px !important;
}
.ml-60, .mx-60 {
  margin-left: 60px !important;
}
.mt-70, .my-70 {
  margin-top: 70px !important;
}
.mr-70, .mx-70 {
  margin-right: 70px !important;
}
.mb-70, .my-70 {
  margin-bottom: 70px !important;
}
.ml-70, .mx-70 {
  margin-left: 70px !important;
}
.mt-80, .my-80 {
  margin-top: 80px !important;
}
.mr-80, .mx-80 {
  margin-right: 80px !important;
}
.mb-80, .my-80 {
  margin-bottom: 80px !important;
}
.ml-80, .mx-80 {
  margin-left: 80px !important;
}
.mt-90, .my-90 {
  margin-top: 90px !important;
}
.mr-90, .mx-90 {
  margin-right: 90px !important;
}
.mb-90, .my-90 {
  margin-bottom: 90px !important;
}
.ml-90, .mx-90 {
  margin-left: 90px !important;
}
.mt-100, .my-100 {
  margin-top: 100px !important;
}
.mr-100, .mx-100 {
  margin-right: 100px !important;
}
.mb-100, .my-100 {
  margin-bottom: 100px !important;
}
.ml-100, .mx-100 {
  margin-left: 100px !important;
}
.mt-110, .my-110 {
  margin-top: 110px !important;
}
.mr-110, .mx-110 {
  margin-right: 110px !important;
}
.mb-110, .my-110 {
  margin-bottom: 110px !important;
}
.ml-110, .mx-110 {
  margin-left: 110px !important;
}
.mt-120, .my-120 {
  margin-top: 120px !important;
}
.mr-120, .mx-120 {
  margin-right: 120px !important;
}
.mb-120, .my-120 {
  margin-bottom: 120px !important;
}
.ml-120, .mx-120 {
  margin-left: 120px !important;
}
.mt-130, .my-130 {
  margin-top: 130px !important;
}
.mr-130, .mx-130 {
  margin-right: 130px !important;
}
.mb-130, .my-130 {
  margin-bottom: 130px !important;
}
.ml-130, .mx-130 {
  margin-left: 130px !important;
}
.mt-140, .my-140 {
  margin-top: 140px !important;
}
.mr-140, .mx-140 {
  margin-right: 140px !important;
}
.mb-140, .my-140 {
  margin-bottom: 140px !important;
}
.ml-140, .mx-140 {
  margin-left: 140px !important;
}
.mt-150, .my-150 {
  margin-top: 150px !important;
}
.mr-150, .mx-150 {
  margin-right: 150px !important;
}
.mb-150, .my-150 {
  margin-bottom: 150px !important;
}
.ml-150, .mx-150 {
  margin-left: 150px !important;
}
.mt-160, .my-160 {
  margin-top: 160px !important;
}
.mr-160, .mx-160 {
  margin-right: 160px !important;
}
.mb-160, .my-160 {
  margin-bottom: 160px !important;
}
.ml-160, .mx-160 {
  margin-left: 160px !important;
}
.mt-170, .my-170 {
  margin-top: 170px !important;
}
.mr-170, .mx-170 {
  margin-right: 170px !important;
}
.mb-170, .my-170 {
  margin-bottom: 170px !important;
}
.ml-170, .mx-170 {
  margin-left: 170px !important;
}
.mt-180, .my-180 {
  margin-top: 180px !important;
}
.mr-180, .mx-180 {
  margin-right: 180px !important;
}
.mb-180, .my-180 {
  margin-bottom: 180px !important;
}
.ml-180, .mx-180 {
  margin-left: 180px !important;
}
.mt-190, .my-190 {
  margin-top: 190px !important;
}
.mr-190, .mx-190 {
  margin-right: 190px !important;
}
.mb-190, .my-190 {
  margin-bottom: 190px !important;
}
.ml-190, .mx-190 {
  margin-left: 190px !important;
}
.mt-200, .my-200 {
  margin-top: 200px !important;
}
.mr-200, .mx-200 {
  margin-right: 200px !important;
}
.mb-200, .my-200 {
  margin-bottom: 200px !important;
}
.ml-200, .mx-200 {
  margin-left: 200px !important;
}
.mt-n0 {
  margin-top: 0px !important;
}
.mt-n5 {
  margin-top: -5px !important;
}
.mt-n10 {
  margin-top: -10px !important;
}
.mt-n15 {
  margin-top: -15px !important;
}
.mt-n20 {
  margin-top: -20px !important;
}
.mt-n25 {
  margin-top: -25px !important;
}
.mt-n30 {
  margin-top: -30px !important;
}
.mt-n35 {
  margin-top: -35px !important;
}
.mt-n40 {
  margin-top: -40px !important;
}
.mt-n45 {
  margin-top: -45px !important;
}
.mt-n50 {
  margin-top: -50px !important;
}
.mt-n55 {
  margin-top: -55px !important;
}
.mt-n60 {
  margin-top: -60px !important;
}
.mt-n65 {
  margin-top: -65px !important;
}
.mt-n70 {
  margin-top: -70px !important;
}
.mt-n75 {
  margin-top: -75px !important;
}
.mt-n80 {
  margin-top: -80px !important;
}
.mt-n85 {
  margin-top: -85px !important;
}
.mt-n90 {
  margin-top: -90px !important;
}
.mt-n95 {
  margin-top: -95px !important;
}
.mt-n100 {
  margin-top: -100px !important;
}
.mt-n105 {
  margin-top: -105px !important;
}
.mt-n110 {
  margin-top: -110px !important;
}
.mt-n115 {
  margin-top: -115px !important;
}
.mt-n120 {
  margin-top: -120px !important;
}
.mt-n125 {
  margin-top: -125px !important;
}
.mt-n130 {
  margin-top: -130px !important;
}
.mt-n135 {
  margin-top: -135px !important;
}
.mt-n140 {
  margin-top: -140px !important;
}
.mt-n145 {
  margin-top: -145px !important;
}
.mt-n150 {
  margin-top: -150px !important;
}
.mt-n155 {
  margin-top: -155px !important;
}
.mt-n160 {
  margin-top: -160px !important;
}
.mt-n165 {
  margin-top: -165px !important;
}
.mt-n170 {
  margin-top: -170px !important;
}
.mt-n175 {
  margin-top: -175px !important;
}
.mt-n180 {
  margin-top: -180px !important;
}
.mt-n185 {
  margin-top: -185px !important;
}
.mt-n190 {
  margin-top: -190px !important;
}
.mt-n195 {
  margin-top: -195px !important;
}
.mt-n200 {
  margin-top: -200px !important;
}
.mt-n205 {
  margin-top: -205px !important;
}
.mt-n210 {
  margin-top: -210px !important;
}
.mt-n215 {
  margin-top: -215px !important;
}
.mt-n220 {
  margin-top: -220px !important;
}
.mt-n225 {
  margin-top: -225px !important;
}
.mt-n230 {
  margin-top: -230px !important;
}
.mt-n235 {
  margin-top: -235px !important;
}
.mt-n240 {
  margin-top: -240px !important;
}
.mt-n245 {
  margin-top: -245px !important;
}
.mt-n250 {
  margin-top: -250px !important;
}
.mt-n255 {
  margin-top: -255px !important;
}
.mt-n260 {
  margin-top: -260px !important;
}
.mt-n265 {
  margin-top: -265px !important;
}
.mt-n270 {
  margin-top: -270px !important;
}
.mt-n275 {
  margin-top: -275px !important;
}
.mt-n280 {
  margin-top: -280px !important;
}
@media (min-width: 576px) {
  .pt-sm-0, .py-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0px !important;
  }
  .pt-sm-10, .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10, .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10, .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10, .px-sm-10 {
    padding-left: 10px !important;
  }
  .pt-sm-20, .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20, .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20, .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20, .px-sm-20 {
    padding-left: 20px !important;
  }
  .pt-sm-30, .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30, .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30, .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30, .px-sm-30 {
    padding-left: 30px !important;
  }
  .pt-sm-40, .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40, .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40, .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40, .px-sm-40 {
    padding-left: 40px !important;
  }
  .pt-sm-50, .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50, .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50, .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50, .px-sm-50 {
    padding-left: 50px !important;
  }
  .pt-sm-60, .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60, .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60, .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60, .px-sm-60 {
    padding-left: 60px !important;
  }
  .pt-sm-70, .py-sm-70 {
    padding-top: 70px !important;
  }
  .pr-sm-70, .px-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70, .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70, .px-sm-70 {
    padding-left: 70px !important;
  }
  .pt-sm-80, .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80, .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80, .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80, .px-sm-80 {
    padding-left: 80px !important;
  }
  .pt-sm-90, .py-sm-90 {
    padding-top: 90px !important;
  }
  .pr-sm-90, .px-sm-90 {
    padding-right: 90px !important;
  }
  .pb-sm-90, .py-sm-90 {
    padding-bottom: 90px !important;
  }
  .pl-sm-90, .px-sm-90 {
    padding-left: 90px !important;
  }
  .pt-sm-100, .py-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100, .px-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100, .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100, .px-sm-100 {
    padding-left: 100px !important;
  }
  .pt-sm-110, .py-sm-110 {
    padding-top: 110px !important;
  }
  .pr-sm-110, .px-sm-110 {
    padding-right: 110px !important;
  }
  .pb-sm-110, .py-sm-110 {
    padding-bottom: 110px !important;
  }
  .pl-sm-110, .px-sm-110 {
    padding-left: 110px !important;
  }
  .pt-sm-120, .py-sm-120 {
    padding-top: 120px !important;
  }
  .pr-sm-120, .px-sm-120 {
    padding-right: 120px !important;
  }
  .pb-sm-120, .py-sm-120 {
    padding-bottom: 120px !important;
  }
  .pl-sm-120, .px-sm-120 {
    padding-left: 120px !important;
  }
  .pt-sm-130, .py-sm-130 {
    padding-top: 130px !important;
  }
  .pr-sm-130, .px-sm-130 {
    padding-right: 130px !important;
  }
  .pb-sm-130, .py-sm-130 {
    padding-bottom: 130px !important;
  }
  .pl-sm-130, .px-sm-130 {
    padding-left: 130px !important;
  }
  .pt-sm-140, .py-sm-140 {
    padding-top: 140px !important;
  }
  .pr-sm-140, .px-sm-140 {
    padding-right: 140px !important;
  }
  .pb-sm-140, .py-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140, .px-sm-140 {
    padding-left: 140px !important;
  }
  .pt-sm-150, .py-sm-150 {
    padding-top: 150px !important;
  }
  .pr-sm-150, .px-sm-150 {
    padding-right: 150px !important;
  }
  .pb-sm-150, .py-sm-150 {
    padding-bottom: 150px !important;
  }
  .pl-sm-150, .px-sm-150 {
    padding-left: 150px !important;
  }
  .pt-sm-160, .py-sm-160 {
    padding-top: 160px !important;
  }
  .pr-sm-160, .px-sm-160 {
    padding-right: 160px !important;
  }
  .pb-sm-160, .py-sm-160 {
    padding-bottom: 160px !important;
  }
  .pl-sm-160, .px-sm-160 {
    padding-left: 160px !important;
  }
  .pt-sm-170, .py-sm-170 {
    padding-top: 170px !important;
  }
  .pr-sm-170, .px-sm-170 {
    padding-right: 170px !important;
  }
  .pb-sm-170, .py-sm-170 {
    padding-bottom: 170px !important;
  }
  .pl-sm-170, .px-sm-170 {
    padding-left: 170px !important;
  }
  .pt-sm-180, .py-sm-180 {
    padding-top: 180px !important;
  }
  .pr-sm-180, .px-sm-180 {
    padding-right: 180px !important;
  }
  .pb-sm-180, .py-sm-180 {
    padding-bottom: 180px !important;
  }
  .pl-sm-180, .px-sm-180 {
    padding-left: 180px !important;
  }
  .pt-sm-190, .py-sm-190 {
    padding-top: 190px !important;
  }
  .pr-sm-190, .px-sm-190 {
    padding-right: 190px !important;
  }
  .pb-sm-190, .py-sm-190 {
    padding-bottom: 190px !important;
  }
  .pl-sm-190, .px-sm-190 {
    padding-left: 190px !important;
  }
  .pt-sm-200, .py-sm-200 {
    padding-top: 200px !important;
  }
  .pr-sm-200, .px-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200, .py-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200, .px-sm-200 {
    padding-left: 200px !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0px !important;
  }
  .mt-sm-10, .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10, .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10, .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10, .mx-sm-10 {
    margin-left: 10px !important;
  }
  .mt-sm-20, .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20, .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20, .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20, .mx-sm-20 {
    margin-left: 20px !important;
  }
  .mt-sm-30, .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30, .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30, .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30, .mx-sm-30 {
    margin-left: 30px !important;
  }
  .mt-sm-40, .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40, .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40, .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40, .mx-sm-40 {
    margin-left: 40px !important;
  }
  .mt-sm-50, .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50, .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50, .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50, .mx-sm-50 {
    margin-left: 50px !important;
  }
  .mt-sm-60, .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60, .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60, .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60, .mx-sm-60 {
    margin-left: 60px !important;
  }
  .mt-sm-70, .my-sm-70 {
    margin-top: 70px !important;
  }
  .mr-sm-70, .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mb-sm-70, .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70, .mx-sm-70 {
    margin-left: 70px !important;
  }
  .mt-sm-80, .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80, .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80, .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80, .mx-sm-80 {
    margin-left: 80px !important;
  }
  .mt-sm-90, .my-sm-90 {
    margin-top: 90px !important;
  }
  .mr-sm-90, .mx-sm-90 {
    margin-right: 90px !important;
  }
  .mb-sm-90, .my-sm-90 {
    margin-bottom: 90px !important;
  }
  .ml-sm-90, .mx-sm-90 {
    margin-left: 90px !important;
  }
  .mt-sm-100, .my-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100, .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100, .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100, .mx-sm-100 {
    margin-left: 100px !important;
  }
  .mt-sm-110, .my-sm-110 {
    margin-top: 110px !important;
  }
  .mr-sm-110, .mx-sm-110 {
    margin-right: 110px !important;
  }
  .mb-sm-110, .my-sm-110 {
    margin-bottom: 110px !important;
  }
  .ml-sm-110, .mx-sm-110 {
    margin-left: 110px !important;
  }
  .mt-sm-120, .my-sm-120 {
    margin-top: 120px !important;
  }
  .mr-sm-120, .mx-sm-120 {
    margin-right: 120px !important;
  }
  .mb-sm-120, .my-sm-120 {
    margin-bottom: 120px !important;
  }
  .ml-sm-120, .mx-sm-120 {
    margin-left: 120px !important;
  }
  .mt-sm-130, .my-sm-130 {
    margin-top: 130px !important;
  }
  .mr-sm-130, .mx-sm-130 {
    margin-right: 130px !important;
  }
  .mb-sm-130, .my-sm-130 {
    margin-bottom: 130px !important;
  }
  .ml-sm-130, .mx-sm-130 {
    margin-left: 130px !important;
  }
  .mt-sm-140, .my-sm-140 {
    margin-top: 140px !important;
  }
  .mr-sm-140, .mx-sm-140 {
    margin-right: 140px !important;
  }
  .mb-sm-140, .my-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140, .mx-sm-140 {
    margin-left: 140px !important;
  }
  .mt-sm-150, .my-sm-150 {
    margin-top: 150px !important;
  }
  .mr-sm-150, .mx-sm-150 {
    margin-right: 150px !important;
  }
  .mb-sm-150, .my-sm-150 {
    margin-bottom: 150px !important;
  }
  .ml-sm-150, .mx-sm-150 {
    margin-left: 150px !important;
  }
  .mt-sm-160, .my-sm-160 {
    margin-top: 160px !important;
  }
  .mr-sm-160, .mx-sm-160 {
    margin-right: 160px !important;
  }
  .mb-sm-160, .my-sm-160 {
    margin-bottom: 160px !important;
  }
  .ml-sm-160, .mx-sm-160 {
    margin-left: 160px !important;
  }
  .mt-sm-170, .my-sm-170 {
    margin-top: 170px !important;
  }
  .mr-sm-170, .mx-sm-170 {
    margin-right: 170px !important;
  }
  .mb-sm-170, .my-sm-170 {
    margin-bottom: 170px !important;
  }
  .ml-sm-170, .mx-sm-170 {
    margin-left: 170px !important;
  }
  .mt-sm-180, .my-sm-180 {
    margin-top: 180px !important;
  }
  .mr-sm-180, .mx-sm-180 {
    margin-right: 180px !important;
  }
  .mb-sm-180, .my-sm-180 {
    margin-bottom: 180px !important;
  }
  .ml-sm-180, .mx-sm-180 {
    margin-left: 180px !important;
  }
  .mt-sm-190, .my-sm-190 {
    margin-top: 190px !important;
  }
  .mr-sm-190, .mx-sm-190 {
    margin-right: 190px !important;
  }
  .mb-sm-190, .my-sm-190 {
    margin-bottom: 190px !important;
  }
  .ml-sm-190, .mx-sm-190 {
    margin-left: 190px !important;
  }
  .mt-sm-200, .my-sm-200 {
    margin-top: 200px !important;
  }
  .mr-sm-200, .mx-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200, .my-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200, .mx-sm-200 {
    margin-left: 200px !important;
  }
  .mt-sm-n0 {
    margin-top: 0px !important;
  }
  .mt-sm-n5 {
    margin-top: -5px !important;
  }
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .mt-sm-n25 {
    margin-top: -25px !important;
  }
  .mt-sm-n30 {
    margin-top: -30px !important;
  }
  .mt-sm-n35 {
    margin-top: -35px !important;
  }
  .mt-sm-n40 {
    margin-top: -40px !important;
  }
  .mt-sm-n45 {
    margin-top: -45px !important;
  }
  .mt-sm-n50 {
    margin-top: -50px !important;
  }
  .mt-sm-n55 {
    margin-top: -55px !important;
  }
  .mt-sm-n60 {
    margin-top: -60px !important;
  }
  .mt-sm-n65 {
    margin-top: -65px !important;
  }
  .mt-sm-n70 {
    margin-top: -70px !important;
  }
  .mt-sm-n75 {
    margin-top: -75px !important;
  }
  .mt-sm-n80 {
    margin-top: -80px !important;
  }
  .mt-sm-n85 {
    margin-top: -85px !important;
  }
  .mt-sm-n90 {
    margin-top: -90px !important;
  }
  .mt-sm-n95 {
    margin-top: -95px !important;
  }
  .mt-sm-n100 {
    margin-top: -100px !important;
  }
  .mt-sm-n105 {
    margin-top: -105px !important;
  }
  .mt-sm-n110 {
    margin-top: -110px !important;
  }
  .mt-sm-n115 {
    margin-top: -115px !important;
  }
  .mt-sm-n120 {
    margin-top: -120px !important;
  }
  .mt-sm-n125 {
    margin-top: -125px !important;
  }
  .mt-sm-n130 {
    margin-top: -130px !important;
  }
  .mt-sm-n135 {
    margin-top: -135px !important;
  }
  .mt-sm-n140 {
    margin-top: -140px !important;
  }
  .mt-sm-n145 {
    margin-top: -145px !important;
  }
  .mt-sm-n150 {
    margin-top: -150px !important;
  }
  .mt-sm-n155 {
    margin-top: -155px !important;
  }
  .mt-sm-n160 {
    margin-top: -160px !important;
  }
  .mt-sm-n165 {
    margin-top: -165px !important;
  }
  .mt-sm-n170 {
    margin-top: -170px !important;
  }
  .mt-sm-n175 {
    margin-top: -175px !important;
  }
  .mt-sm-n180 {
    margin-top: -180px !important;
  }
  .mt-sm-n185 {
    margin-top: -185px !important;
  }
  .mt-sm-n190 {
    margin-top: -190px !important;
  }
  .mt-sm-n195 {
    margin-top: -195px !important;
  }
  .mt-sm-n200 {
    margin-top: -200px !important;
  }
  .mt-sm-n205 {
    margin-top: -205px !important;
  }
  .mt-sm-n210 {
    margin-top: -210px !important;
  }
  .mt-sm-n215 {
    margin-top: -215px !important;
  }
  .mt-sm-n220 {
    margin-top: -220px !important;
  }
  .mt-sm-n225 {
    margin-top: -225px !important;
  }
  .mt-sm-n230 {
    margin-top: -230px !important;
  }
  .mt-sm-n235 {
    margin-top: -235px !important;
  }
  .mt-sm-n240 {
    margin-top: -240px !important;
  }
  .mt-sm-n245 {
    margin-top: -245px !important;
  }
  .mt-sm-n250 {
    margin-top: -250px !important;
  }
  .mt-sm-n255 {
    margin-top: -255px !important;
  }
  .mt-sm-n260 {
    margin-top: -260px !important;
  }
  .mt-sm-n265 {
    margin-top: -265px !important;
  }
  .mt-sm-n270 {
    margin-top: -270px !important;
  }
  .mt-sm-n275 {
    margin-top: -275px !important;
  }
  .mt-sm-n280 {
    margin-top: -280px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-0, .py-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0px !important;
  }
  .pt-md-10, .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10, .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10, .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10, .px-md-10 {
    padding-left: 10px !important;
  }
  .pt-md-20, .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20, .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20, .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20, .px-md-20 {
    padding-left: 20px !important;
  }
  .pt-md-30, .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30, .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30, .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30, .px-md-30 {
    padding-left: 30px !important;
  }
  .pt-md-40, .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40, .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40, .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40, .px-md-40 {
    padding-left: 40px !important;
  }
  .pt-md-50, .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50, .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50, .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50, .px-md-50 {
    padding-left: 50px !important;
  }
  .pt-md-60, .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60, .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60, .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60, .px-md-60 {
    padding-left: 60px !important;
  }
  .pt-md-70, .py-md-70 {
    padding-top: 70px !important;
  }
  .pr-md-70, .px-md-70 {
    padding-right: 70px !important;
  }
  .pb-md-70, .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70, .px-md-70 {
    padding-left: 70px !important;
  }
  .pt-md-80, .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80, .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80, .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80, .px-md-80 {
    padding-left: 80px !important;
  }
  .pt-md-90, .py-md-90 {
    padding-top: 90px !important;
  }
  .pr-md-90, .px-md-90 {
    padding-right: 90px !important;
  }
  .pb-md-90, .py-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90, .px-md-90 {
    padding-left: 90px !important;
  }
  .pt-md-100, .py-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100, .px-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100, .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100, .px-md-100 {
    padding-left: 100px !important;
  }
  .pt-md-110, .py-md-110 {
    padding-top: 110px !important;
  }
  .pr-md-110, .px-md-110 {
    padding-right: 110px !important;
  }
  .pb-md-110, .py-md-110 {
    padding-bottom: 110px !important;
  }
  .pl-md-110, .px-md-110 {
    padding-left: 110px !important;
  }
  .pt-md-120, .py-md-120 {
    padding-top: 120px !important;
  }
  .pr-md-120, .px-md-120 {
    padding-right: 120px !important;
  }
  .pb-md-120, .py-md-120 {
    padding-bottom: 120px !important;
  }
  .pl-md-120, .px-md-120 {
    padding-left: 120px !important;
  }
  .pt-md-130, .py-md-130 {
    padding-top: 130px !important;
  }
  .pr-md-130, .px-md-130 {
    padding-right: 130px !important;
  }
  .pb-md-130, .py-md-130 {
    padding-bottom: 130px !important;
  }
  .pl-md-130, .px-md-130 {
    padding-left: 130px !important;
  }
  .pt-md-140, .py-md-140 {
    padding-top: 140px !important;
  }
  .pr-md-140, .px-md-140 {
    padding-right: 140px !important;
  }
  .pb-md-140, .py-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140, .px-md-140 {
    padding-left: 140px !important;
  }
  .pt-md-150, .py-md-150 {
    padding-top: 150px !important;
  }
  .pr-md-150, .px-md-150 {
    padding-right: 150px !important;
  }
  .pb-md-150, .py-md-150 {
    padding-bottom: 150px !important;
  }
  .pl-md-150, .px-md-150 {
    padding-left: 150px !important;
  }
  .pt-md-160, .py-md-160 {
    padding-top: 160px !important;
  }
  .pr-md-160, .px-md-160 {
    padding-right: 160px !important;
  }
  .pb-md-160, .py-md-160 {
    padding-bottom: 160px !important;
  }
  .pl-md-160, .px-md-160 {
    padding-left: 160px !important;
  }
  .pt-md-170, .py-md-170 {
    padding-top: 170px !important;
  }
  .pr-md-170, .px-md-170 {
    padding-right: 170px !important;
  }
  .pb-md-170, .py-md-170 {
    padding-bottom: 170px !important;
  }
  .pl-md-170, .px-md-170 {
    padding-left: 170px !important;
  }
  .pt-md-180, .py-md-180 {
    padding-top: 180px !important;
  }
  .pr-md-180, .px-md-180 {
    padding-right: 180px !important;
  }
  .pb-md-180, .py-md-180 {
    padding-bottom: 180px !important;
  }
  .pl-md-180, .px-md-180 {
    padding-left: 180px !important;
  }
  .pt-md-190, .py-md-190 {
    padding-top: 190px !important;
  }
  .pr-md-190, .px-md-190 {
    padding-right: 190px !important;
  }
  .pb-md-190, .py-md-190 {
    padding-bottom: 190px !important;
  }
  .pl-md-190, .px-md-190 {
    padding-left: 190px !important;
  }
  .pt-md-200, .py-md-200 {
    padding-top: 200px !important;
  }
  .pr-md-200, .px-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200, .py-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200, .px-md-200 {
    padding-left: 200px !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0px !important;
  }
  .mt-md-10, .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10, .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10, .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10, .mx-md-10 {
    margin-left: 10px !important;
  }
  .mt-md-20, .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20, .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20, .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20, .mx-md-20 {
    margin-left: 20px !important;
  }
  .mt-md-30, .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30, .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30, .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30, .mx-md-30 {
    margin-left: 30px !important;
  }
  .mt-md-40, .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40, .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40, .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40, .mx-md-40 {
    margin-left: 40px !important;
  }
  .mt-md-50, .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50, .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50, .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50, .mx-md-50 {
    margin-left: 50px !important;
  }
  .mt-md-60, .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60, .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60, .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60, .mx-md-60 {
    margin-left: 60px !important;
  }
  .mt-md-70, .my-md-70 {
    margin-top: 70px !important;
  }
  .mr-md-70, .mx-md-70 {
    margin-right: 70px !important;
  }
  .mb-md-70, .my-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70, .mx-md-70 {
    margin-left: 70px !important;
  }
  .mt-md-80, .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80, .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80, .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80, .mx-md-80 {
    margin-left: 80px !important;
  }
  .mt-md-90, .my-md-90 {
    margin-top: 90px !important;
  }
  .mr-md-90, .mx-md-90 {
    margin-right: 90px !important;
  }
  .mb-md-90, .my-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90, .mx-md-90 {
    margin-left: 90px !important;
  }
  .mt-md-100, .my-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100, .mx-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100, .my-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100, .mx-md-100 {
    margin-left: 100px !important;
  }
  .mt-md-110, .my-md-110 {
    margin-top: 110px !important;
  }
  .mr-md-110, .mx-md-110 {
    margin-right: 110px !important;
  }
  .mb-md-110, .my-md-110 {
    margin-bottom: 110px !important;
  }
  .ml-md-110, .mx-md-110 {
    margin-left: 110px !important;
  }
  .mt-md-120, .my-md-120 {
    margin-top: 120px !important;
  }
  .mr-md-120, .mx-md-120 {
    margin-right: 120px !important;
  }
  .mb-md-120, .my-md-120 {
    margin-bottom: 120px !important;
  }
  .ml-md-120, .mx-md-120 {
    margin-left: 120px !important;
  }
  .mt-md-130, .my-md-130 {
    margin-top: 130px !important;
  }
  .mr-md-130, .mx-md-130 {
    margin-right: 130px !important;
  }
  .mb-md-130, .my-md-130 {
    margin-bottom: 130px !important;
  }
  .ml-md-130, .mx-md-130 {
    margin-left: 130px !important;
  }
  .mt-md-140, .my-md-140 {
    margin-top: 140px !important;
  }
  .mr-md-140, .mx-md-140 {
    margin-right: 140px !important;
  }
  .mb-md-140, .my-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140, .mx-md-140 {
    margin-left: 140px !important;
  }
  .mt-md-150, .my-md-150 {
    margin-top: 150px !important;
  }
  .mr-md-150, .mx-md-150 {
    margin-right: 150px !important;
  }
  .mb-md-150, .my-md-150 {
    margin-bottom: 150px !important;
  }
  .ml-md-150, .mx-md-150 {
    margin-left: 150px !important;
  }
  .mt-md-160, .my-md-160 {
    margin-top: 160px !important;
  }
  .mr-md-160, .mx-md-160 {
    margin-right: 160px !important;
  }
  .mb-md-160, .my-md-160 {
    margin-bottom: 160px !important;
  }
  .ml-md-160, .mx-md-160 {
    margin-left: 160px !important;
  }
  .mt-md-170, .my-md-170 {
    margin-top: 170px !important;
  }
  .mr-md-170, .mx-md-170 {
    margin-right: 170px !important;
  }
  .mb-md-170, .my-md-170 {
    margin-bottom: 170px !important;
  }
  .ml-md-170, .mx-md-170 {
    margin-left: 170px !important;
  }
  .mt-md-180, .my-md-180 {
    margin-top: 180px !important;
  }
  .mr-md-180, .mx-md-180 {
    margin-right: 180px !important;
  }
  .mb-md-180, .my-md-180 {
    margin-bottom: 180px !important;
  }
  .ml-md-180, .mx-md-180 {
    margin-left: 180px !important;
  }
  .mt-md-190, .my-md-190 {
    margin-top: 190px !important;
  }
  .mr-md-190, .mx-md-190 {
    margin-right: 190px !important;
  }
  .mb-md-190, .my-md-190 {
    margin-bottom: 190px !important;
  }
  .ml-md-190, .mx-md-190 {
    margin-left: 190px !important;
  }
  .mt-md-200, .my-md-200 {
    margin-top: 200px !important;
  }
  .mr-md-200, .mx-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200, .my-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200, .mx-md-200 {
    margin-left: 200px !important;
  }
  .mt-md-n0 {
    margin-top: 0px !important;
  }
  .mt-md-n5 {
    margin-top: -5px !important;
  }
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  .mt-md-n25 {
    margin-top: -25px !important;
  }
  .mt-md-n30 {
    margin-top: -30px !important;
  }
  .mt-md-n35 {
    margin-top: -35px !important;
  }
  .mt-md-n40 {
    margin-top: -40px !important;
  }
  .mt-md-n45 {
    margin-top: -45px !important;
  }
  .mt-md-n50 {
    margin-top: -50px !important;
  }
  .mt-md-n55 {
    margin-top: -55px !important;
  }
  .mt-md-n60 {
    margin-top: -60px !important;
  }
  .mt-md-n65 {
    margin-top: -65px !important;
  }
  .mt-md-n70 {
    margin-top: -70px !important;
  }
  .mt-md-n75 {
    margin-top: -75px !important;
  }
  .mt-md-n80 {
    margin-top: -80px !important;
  }
  .mt-md-n85 {
    margin-top: -85px !important;
  }
  .mt-md-n90 {
    margin-top: -90px !important;
  }
  .mt-md-n95 {
    margin-top: -95px !important;
  }
  .mt-md-n100 {
    margin-top: -100px !important;
  }
  .mt-md-n105 {
    margin-top: -105px !important;
  }
  .mt-md-n110 {
    margin-top: -110px !important;
  }
  .mt-md-n115 {
    margin-top: -115px !important;
  }
  .mt-md-n120 {
    margin-top: -120px !important;
  }
  .mt-md-n125 {
    margin-top: -125px !important;
  }
  .mt-md-n130 {
    margin-top: -130px !important;
  }
  .mt-md-n135 {
    margin-top: -135px !important;
  }
  .mt-md-n140 {
    margin-top: -140px !important;
  }
  .mt-md-n145 {
    margin-top: -145px !important;
  }
  .mt-md-n150 {
    margin-top: -150px !important;
  }
  .mt-md-n155 {
    margin-top: -155px !important;
  }
  .mt-md-n160 {
    margin-top: -160px !important;
  }
  .mt-md-n165 {
    margin-top: -165px !important;
  }
  .mt-md-n170 {
    margin-top: -170px !important;
  }
  .mt-md-n175 {
    margin-top: -175px !important;
  }
  .mt-md-n180 {
    margin-top: -180px !important;
  }
  .mt-md-n185 {
    margin-top: -185px !important;
  }
  .mt-md-n190 {
    margin-top: -190px !important;
  }
  .mt-md-n195 {
    margin-top: -195px !important;
  }
  .mt-md-n200 {
    margin-top: -200px !important;
  }
  .mt-md-n205 {
    margin-top: -205px !important;
  }
  .mt-md-n210 {
    margin-top: -210px !important;
  }
  .mt-md-n215 {
    margin-top: -215px !important;
  }
  .mt-md-n220 {
    margin-top: -220px !important;
  }
  .mt-md-n225 {
    margin-top: -225px !important;
  }
  .mt-md-n230 {
    margin-top: -230px !important;
  }
  .mt-md-n235 {
    margin-top: -235px !important;
  }
  .mt-md-n240 {
    margin-top: -240px !important;
  }
  .mt-md-n245 {
    margin-top: -245px !important;
  }
  .mt-md-n250 {
    margin-top: -250px !important;
  }
  .mt-md-n255 {
    margin-top: -255px !important;
  }
  .mt-md-n260 {
    margin-top: -260px !important;
  }
  .mt-md-n265 {
    margin-top: -265px !important;
  }
  .mt-md-n270 {
    margin-top: -270px !important;
  }
  .mt-md-n275 {
    margin-top: -275px !important;
  }
  .mt-md-n280 {
    margin-top: -280px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-0, .py-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0px !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10, .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10, .px-lg-10 {
    padding-left: 10px !important;
  }
  .pt-lg-20, .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20, .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20, .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20, .px-lg-20 {
    padding-left: 20px !important;
  }
  .pt-lg-30, .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30, .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30, .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30, .px-lg-30 {
    padding-left: 30px !important;
  }
  .pt-lg-40, .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40, .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40, .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40, .px-lg-40 {
    padding-left: 40px !important;
  }
  .pt-lg-50, .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50, .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50, .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50, .px-lg-50 {
    padding-left: 50px !important;
  }
  .pt-lg-60, .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60, .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60, .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60, .px-lg-60 {
    padding-left: 60px !important;
  }
  .pt-lg-70, .py-lg-70 {
    padding-top: 70px !important;
  }
  .pr-lg-70, .px-lg-70 {
    padding-right: 70px !important;
  }
  .pb-lg-70, .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70, .px-lg-70 {
    padding-left: 70px !important;
  }
  .pt-lg-80, .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80, .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80, .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80, .px-lg-80 {
    padding-left: 80px !important;
  }
  .pt-lg-90, .py-lg-90 {
    padding-top: 90px !important;
  }
  .pr-lg-90, .px-lg-90 {
    padding-right: 90px !important;
  }
  .pb-lg-90, .py-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90, .px-lg-90 {
    padding-left: 90px !important;
  }
  .pt-lg-100, .py-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100, .px-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100, .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100, .px-lg-100 {
    padding-left: 100px !important;
  }
  .pt-lg-110, .py-lg-110 {
    padding-top: 110px !important;
  }
  .pr-lg-110, .px-lg-110 {
    padding-right: 110px !important;
  }
  .pb-lg-110, .py-lg-110 {
    padding-bottom: 110px !important;
  }
  .pl-lg-110, .px-lg-110 {
    padding-left: 110px !important;
  }
  .pt-lg-120, .py-lg-120 {
    padding-top: 120px !important;
  }
  .pr-lg-120, .px-lg-120 {
    padding-right: 120px !important;
  }
  .pb-lg-120, .py-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120, .px-lg-120 {
    padding-left: 120px !important;
  }
  .pt-lg-130, .py-lg-130 {
    padding-top: 130px !important;
  }
  .pr-lg-130, .px-lg-130 {
    padding-right: 130px !important;
  }
  .pb-lg-130, .py-lg-130 {
    padding-bottom: 130px !important;
  }
  .pl-lg-130, .px-lg-130 {
    padding-left: 130px !important;
  }
  .pt-lg-140, .py-lg-140 {
    padding-top: 140px !important;
  }
  .pr-lg-140, .px-lg-140 {
    padding-right: 140px !important;
  }
  .pb-lg-140, .py-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140, .px-lg-140 {
    padding-left: 140px !important;
  }
  .pt-lg-150, .py-lg-150 {
    padding-top: 150px !important;
  }
  .pr-lg-150, .px-lg-150 {
    padding-right: 150px !important;
  }
  .pb-lg-150, .py-lg-150 {
    padding-bottom: 150px !important;
  }
  .pl-lg-150, .px-lg-150 {
    padding-left: 150px !important;
  }
  .pt-lg-160, .py-lg-160 {
    padding-top: 160px !important;
  }
  .pr-lg-160, .px-lg-160 {
    padding-right: 160px !important;
  }
  .pb-lg-160, .py-lg-160 {
    padding-bottom: 160px !important;
  }
  .pl-lg-160, .px-lg-160 {
    padding-left: 160px !important;
  }
  .pt-lg-170, .py-lg-170 {
    padding-top: 170px !important;
  }
  .pr-lg-170, .px-lg-170 {
    padding-right: 170px !important;
  }
  .pb-lg-170, .py-lg-170 {
    padding-bottom: 170px !important;
  }
  .pl-lg-170, .px-lg-170 {
    padding-left: 170px !important;
  }
  .pt-lg-180, .py-lg-180 {
    padding-top: 180px !important;
  }
  .pr-lg-180, .px-lg-180 {
    padding-right: 180px !important;
  }
  .pb-lg-180, .py-lg-180 {
    padding-bottom: 180px !important;
  }
  .pl-lg-180, .px-lg-180 {
    padding-left: 180px !important;
  }
  .pt-lg-190, .py-lg-190 {
    padding-top: 190px !important;
  }
  .pr-lg-190, .px-lg-190 {
    padding-right: 190px !important;
  }
  .pb-lg-190, .py-lg-190 {
    padding-bottom: 190px !important;
  }
  .pl-lg-190, .px-lg-190 {
    padding-left: 190px !important;
  }
  .pt-lg-200, .py-lg-200 {
    padding-top: 200px !important;
  }
  .pr-lg-200, .px-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200, .py-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200, .px-lg-200 {
    padding-left: 200px !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0px !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10, .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10, .mx-lg-10 {
    margin-left: 10px !important;
  }
  .mt-lg-20, .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20, .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20, .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20, .mx-lg-20 {
    margin-left: 20px !important;
  }
  .mt-lg-30, .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30, .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30, .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30, .mx-lg-30 {
    margin-left: 30px !important;
  }
  .mt-lg-40, .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40, .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40, .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40, .mx-lg-40 {
    margin-left: 40px !important;
  }
  .mt-lg-50, .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50, .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50, .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50, .mx-lg-50 {
    margin-left: 50px !important;
  }
  .mt-lg-60, .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60, .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60, .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60, .mx-lg-60 {
    margin-left: 60px !important;
  }
  .mt-lg-70, .my-lg-70 {
    margin-top: 70px !important;
  }
  .mr-lg-70, .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mb-lg-70, .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70, .mx-lg-70 {
    margin-left: 70px !important;
  }
  .mt-lg-80, .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80, .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80, .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80, .mx-lg-80 {
    margin-left: 80px !important;
  }
  .mt-lg-90, .my-lg-90 {
    margin-top: 90px !important;
  }
  .mr-lg-90, .mx-lg-90 {
    margin-right: 90px !important;
  }
  .mb-lg-90, .my-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90, .mx-lg-90 {
    margin-left: 90px !important;
  }
  .mt-lg-100, .my-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100, .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100, .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100, .mx-lg-100 {
    margin-left: 100px !important;
  }
  .mt-lg-110, .my-lg-110 {
    margin-top: 110px !important;
  }
  .mr-lg-110, .mx-lg-110 {
    margin-right: 110px !important;
  }
  .mb-lg-110, .my-lg-110 {
    margin-bottom: 110px !important;
  }
  .ml-lg-110, .mx-lg-110 {
    margin-left: 110px !important;
  }
  .mt-lg-120, .my-lg-120 {
    margin-top: 120px !important;
  }
  .mr-lg-120, .mx-lg-120 {
    margin-right: 120px !important;
  }
  .mb-lg-120, .my-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120, .mx-lg-120 {
    margin-left: 120px !important;
  }
  .mt-lg-130, .my-lg-130 {
    margin-top: 130px !important;
  }
  .mr-lg-130, .mx-lg-130 {
    margin-right: 130px !important;
  }
  .mb-lg-130, .my-lg-130 {
    margin-bottom: 130px !important;
  }
  .ml-lg-130, .mx-lg-130 {
    margin-left: 130px !important;
  }
  .mt-lg-140, .my-lg-140 {
    margin-top: 140px !important;
  }
  .mr-lg-140, .mx-lg-140 {
    margin-right: 140px !important;
  }
  .mb-lg-140, .my-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140, .mx-lg-140 {
    margin-left: 140px !important;
  }
  .mt-lg-150, .my-lg-150 {
    margin-top: 150px !important;
  }
  .mr-lg-150, .mx-lg-150 {
    margin-right: 150px !important;
  }
  .mb-lg-150, .my-lg-150 {
    margin-bottom: 150px !important;
  }
  .ml-lg-150, .mx-lg-150 {
    margin-left: 150px !important;
  }
  .mt-lg-160, .my-lg-160 {
    margin-top: 160px !important;
  }
  .mr-lg-160, .mx-lg-160 {
    margin-right: 160px !important;
  }
  .mb-lg-160, .my-lg-160 {
    margin-bottom: 160px !important;
  }
  .ml-lg-160, .mx-lg-160 {
    margin-left: 160px !important;
  }
  .mt-lg-170, .my-lg-170 {
    margin-top: 170px !important;
  }
  .mr-lg-170, .mx-lg-170 {
    margin-right: 170px !important;
  }
  .mb-lg-170, .my-lg-170 {
    margin-bottom: 170px !important;
  }
  .ml-lg-170, .mx-lg-170 {
    margin-left: 170px !important;
  }
  .mt-lg-180, .my-lg-180 {
    margin-top: 180px !important;
  }
  .mr-lg-180, .mx-lg-180 {
    margin-right: 180px !important;
  }
  .mb-lg-180, .my-lg-180 {
    margin-bottom: 180px !important;
  }
  .ml-lg-180, .mx-lg-180 {
    margin-left: 180px !important;
  }
  .mt-lg-190, .my-lg-190 {
    margin-top: 190px !important;
  }
  .mr-lg-190, .mx-lg-190 {
    margin-right: 190px !important;
  }
  .mb-lg-190, .my-lg-190 {
    margin-bottom: 190px !important;
  }
  .ml-lg-190, .mx-lg-190 {
    margin-left: 190px !important;
  }
  .mt-lg-200, .my-lg-200 {
    margin-top: 200px !important;
  }
  .mr-lg-200, .mx-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200, .my-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200, .mx-lg-200 {
    margin-left: 200px !important;
  }
  .mt-lg-n0 {
    margin-top: 0px !important;
  }
  .mt-lg-n5 {
    margin-top: -5px !important;
  }
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .mt-lg-n25 {
    margin-top: -25px !important;
  }
  .mt-lg-n30 {
    margin-top: -30px !important;
  }
  .mt-lg-n35 {
    margin-top: -35px !important;
  }
  .mt-lg-n40 {
    margin-top: -40px !important;
  }
  .mt-lg-n45 {
    margin-top: -45px !important;
  }
  .mt-lg-n50 {
    margin-top: -50px !important;
  }
  .mt-lg-n55 {
    margin-top: -55px !important;
  }
  .mt-lg-n60 {
    margin-top: -60px !important;
  }
  .mt-lg-n65 {
    margin-top: -65px !important;
  }
  .mt-lg-n70 {
    margin-top: -70px !important;
  }
  .mt-lg-n75 {
    margin-top: -75px !important;
  }
  .mt-lg-n80 {
    margin-top: -80px !important;
  }
  .mt-lg-n85 {
    margin-top: -85px !important;
  }
  .mt-lg-n90 {
    margin-top: -90px !important;
  }
  .mt-lg-n95 {
    margin-top: -95px !important;
  }
  .mt-lg-n100 {
    margin-top: -100px !important;
  }
  .mt-lg-n105 {
    margin-top: -105px !important;
  }
  .mt-lg-n110 {
    margin-top: -110px !important;
  }
  .mt-lg-n115 {
    margin-top: -115px !important;
  }
  .mt-lg-n120 {
    margin-top: -120px !important;
  }
  .mt-lg-n125 {
    margin-top: -125px !important;
  }
  .mt-lg-n130 {
    margin-top: -130px !important;
  }
  .mt-lg-n135 {
    margin-top: -135px !important;
  }
  .mt-lg-n140 {
    margin-top: -140px !important;
  }
  .mt-lg-n145 {
    margin-top: -145px !important;
  }
  .mt-lg-n150 {
    margin-top: -150px !important;
  }
  .mt-lg-n155 {
    margin-top: -155px !important;
  }
  .mt-lg-n160 {
    margin-top: -160px !important;
  }
  .mt-lg-n165 {
    margin-top: -165px !important;
  }
  .mt-lg-n170 {
    margin-top: -170px !important;
  }
  .mt-lg-n175 {
    margin-top: -175px !important;
  }
  .mt-lg-n180 {
    margin-top: -180px !important;
  }
  .mt-lg-n185 {
    margin-top: -185px !important;
  }
  .mt-lg-n190 {
    margin-top: -190px !important;
  }
  .mt-lg-n195 {
    margin-top: -195px !important;
  }
  .mt-lg-n200 {
    margin-top: -200px !important;
  }
  .mt-lg-n205 {
    margin-top: -205px !important;
  }
  .mt-lg-n210 {
    margin-top: -210px !important;
  }
  .mt-lg-n215 {
    margin-top: -215px !important;
  }
  .mt-lg-n220 {
    margin-top: -220px !important;
  }
  .mt-lg-n225 {
    margin-top: -225px !important;
  }
  .mt-lg-n230 {
    margin-top: -230px !important;
  }
  .mt-lg-n235 {
    margin-top: -235px !important;
  }
  .mt-lg-n240 {
    margin-top: -240px !important;
  }
  .mt-lg-n245 {
    margin-top: -245px !important;
  }
  .mt-lg-n250 {
    margin-top: -250px !important;
  }
  .mt-lg-n255 {
    margin-top: -255px !important;
  }
  .mt-lg-n260 {
    margin-top: -260px !important;
  }
  .mt-lg-n265 {
    margin-top: -265px !important;
  }
  .mt-lg-n270 {
    margin-top: -270px !important;
  }
  .mt-lg-n275 {
    margin-top: -275px !important;
  }
  .mt-lg-n280 {
    margin-top: -280px !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-0, .py-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0px !important;
  }
  .pt-xl-10, .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10, .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10, .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10, .px-xl-10 {
    padding-left: 10px !important;
  }
  .pt-xl-20, .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20, .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20, .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20, .px-xl-20 {
    padding-left: 20px !important;
  }
  .pt-xl-30, .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30, .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30, .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30, .px-xl-30 {
    padding-left: 30px !important;
  }
  .pt-xl-40, .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40, .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40, .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40, .px-xl-40 {
    padding-left: 40px !important;
  }
  .pt-xl-50, .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50, .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50, .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50, .px-xl-50 {
    padding-left: 50px !important;
  }
  .pt-xl-60, .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60, .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60, .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60, .px-xl-60 {
    padding-left: 60px !important;
  }
  .pt-xl-70, .py-xl-70 {
    padding-top: 70px !important;
  }
  .pr-xl-70, .px-xl-70 {
    padding-right: 70px !important;
  }
  .pb-xl-70, .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70, .px-xl-70 {
    padding-left: 70px !important;
  }
  .pt-xl-80, .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80, .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80, .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80, .px-xl-80 {
    padding-left: 80px !important;
  }
  .pt-xl-90, .py-xl-90 {
    padding-top: 90px !important;
  }
  .pr-xl-90, .px-xl-90 {
    padding-right: 90px !important;
  }
  .pb-xl-90, .py-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90, .px-xl-90 {
    padding-left: 90px !important;
  }
  .pt-xl-100, .py-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100, .px-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100, .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100, .px-xl-100 {
    padding-left: 100px !important;
  }
  .pt-xl-110, .py-xl-110 {
    padding-top: 110px !important;
  }
  .pr-xl-110, .px-xl-110 {
    padding-right: 110px !important;
  }
  .pb-xl-110, .py-xl-110 {
    padding-bottom: 110px !important;
  }
  .pl-xl-110, .px-xl-110 {
    padding-left: 110px !important;
  }
  .pt-xl-120, .py-xl-120 {
    padding-top: 120px !important;
  }
  .pr-xl-120, .px-xl-120 {
    padding-right: 120px !important;
  }
  .pb-xl-120, .py-xl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xl-120, .px-xl-120 {
    padding-left: 120px !important;
  }
  .pt-xl-130, .py-xl-130 {
    padding-top: 130px !important;
  }
  .pr-xl-130, .px-xl-130 {
    padding-right: 130px !important;
  }
  .pb-xl-130, .py-xl-130 {
    padding-bottom: 130px !important;
  }
  .pl-xl-130, .px-xl-130 {
    padding-left: 130px !important;
  }
  .pt-xl-140, .py-xl-140 {
    padding-top: 140px !important;
  }
  .pr-xl-140, .px-xl-140 {
    padding-right: 140px !important;
  }
  .pb-xl-140, .py-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140, .px-xl-140 {
    padding-left: 140px !important;
  }
  .pt-xl-150, .py-xl-150 {
    padding-top: 150px !important;
  }
  .pr-xl-150, .px-xl-150 {
    padding-right: 150px !important;
  }
  .pb-xl-150, .py-xl-150 {
    padding-bottom: 150px !important;
  }
  .pl-xl-150, .px-xl-150 {
    padding-left: 150px !important;
  }
  .pt-xl-160, .py-xl-160 {
    padding-top: 160px !important;
  }
  .pr-xl-160, .px-xl-160 {
    padding-right: 160px !important;
  }
  .pb-xl-160, .py-xl-160 {
    padding-bottom: 160px !important;
  }
  .pl-xl-160, .px-xl-160 {
    padding-left: 160px !important;
  }
  .pt-xl-170, .py-xl-170 {
    padding-top: 170px !important;
  }
  .pr-xl-170, .px-xl-170 {
    padding-right: 170px !important;
  }
  .pb-xl-170, .py-xl-170 {
    padding-bottom: 170px !important;
  }
  .pl-xl-170, .px-xl-170 {
    padding-left: 170px !important;
  }
  .pt-xl-180, .py-xl-180 {
    padding-top: 180px !important;
  }
  .pr-xl-180, .px-xl-180 {
    padding-right: 180px !important;
  }
  .pb-xl-180, .py-xl-180 {
    padding-bottom: 180px !important;
  }
  .pl-xl-180, .px-xl-180 {
    padding-left: 180px !important;
  }
  .pt-xl-190, .py-xl-190 {
    padding-top: 190px !important;
  }
  .pr-xl-190, .px-xl-190 {
    padding-right: 190px !important;
  }
  .pb-xl-190, .py-xl-190 {
    padding-bottom: 190px !important;
  }
  .pl-xl-190, .px-xl-190 {
    padding-left: 190px !important;
  }
  .pt-xl-200, .py-xl-200 {
    padding-top: 200px !important;
  }
  .pr-xl-200, .px-xl-200 {
    padding-right: 200px !important;
  }
  .pb-xl-200, .py-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200, .px-xl-200 {
    padding-left: 200px !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0px !important;
  }
  .mt-xl-10, .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10, .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10, .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10, .mx-xl-10 {
    margin-left: 10px !important;
  }
  .mt-xl-20, .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20, .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20, .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20, .mx-xl-20 {
    margin-left: 20px !important;
  }
  .mt-xl-30, .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30, .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30, .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30, .mx-xl-30 {
    margin-left: 30px !important;
  }
  .mt-xl-40, .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40, .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40, .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40, .mx-xl-40 {
    margin-left: 40px !important;
  }
  .mt-xl-50, .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50, .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50, .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50, .mx-xl-50 {
    margin-left: 50px !important;
  }
  .mt-xl-60, .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60, .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60, .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60, .mx-xl-60 {
    margin-left: 60px !important;
  }
  .mt-xl-70, .my-xl-70 {
    margin-top: 70px !important;
  }
  .mr-xl-70, .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mb-xl-70, .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70, .mx-xl-70 {
    margin-left: 70px !important;
  }
  .mt-xl-80, .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80, .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80, .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80, .mx-xl-80 {
    margin-left: 80px !important;
  }
  .mt-xl-90, .my-xl-90 {
    margin-top: 90px !important;
  }
  .mr-xl-90, .mx-xl-90 {
    margin-right: 90px !important;
  }
  .mb-xl-90, .my-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90, .mx-xl-90 {
    margin-left: 90px !important;
  }
  .mt-xl-100, .my-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100, .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100, .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100, .mx-xl-100 {
    margin-left: 100px !important;
  }
  .mt-xl-110, .my-xl-110 {
    margin-top: 110px !important;
  }
  .mr-xl-110, .mx-xl-110 {
    margin-right: 110px !important;
  }
  .mb-xl-110, .my-xl-110 {
    margin-bottom: 110px !important;
  }
  .ml-xl-110, .mx-xl-110 {
    margin-left: 110px !important;
  }
  .mt-xl-120, .my-xl-120 {
    margin-top: 120px !important;
  }
  .mr-xl-120, .mx-xl-120 {
    margin-right: 120px !important;
  }
  .mb-xl-120, .my-xl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xl-120, .mx-xl-120 {
    margin-left: 120px !important;
  }
  .mt-xl-130, .my-xl-130 {
    margin-top: 130px !important;
  }
  .mr-xl-130, .mx-xl-130 {
    margin-right: 130px !important;
  }
  .mb-xl-130, .my-xl-130 {
    margin-bottom: 130px !important;
  }
  .ml-xl-130, .mx-xl-130 {
    margin-left: 130px !important;
  }
  .mt-xl-140, .my-xl-140 {
    margin-top: 140px !important;
  }
  .mr-xl-140, .mx-xl-140 {
    margin-right: 140px !important;
  }
  .mb-xl-140, .my-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140, .mx-xl-140 {
    margin-left: 140px !important;
  }
  .mt-xl-150, .my-xl-150 {
    margin-top: 150px !important;
  }
  .mr-xl-150, .mx-xl-150 {
    margin-right: 150px !important;
  }
  .mb-xl-150, .my-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-150, .mx-xl-150 {
    margin-left: 150px !important;
  }
  .mt-xl-160, .my-xl-160 {
    margin-top: 160px !important;
  }
  .mr-xl-160, .mx-xl-160 {
    margin-right: 160px !important;
  }
  .mb-xl-160, .my-xl-160 {
    margin-bottom: 160px !important;
  }
  .ml-xl-160, .mx-xl-160 {
    margin-left: 160px !important;
  }
  .mt-xl-170, .my-xl-170 {
    margin-top: 170px !important;
  }
  .mr-xl-170, .mx-xl-170 {
    margin-right: 170px !important;
  }
  .mb-xl-170, .my-xl-170 {
    margin-bottom: 170px !important;
  }
  .ml-xl-170, .mx-xl-170 {
    margin-left: 170px !important;
  }
  .mt-xl-180, .my-xl-180 {
    margin-top: 180px !important;
  }
  .mr-xl-180, .mx-xl-180 {
    margin-right: 180px !important;
  }
  .mb-xl-180, .my-xl-180 {
    margin-bottom: 180px !important;
  }
  .ml-xl-180, .mx-xl-180 {
    margin-left: 180px !important;
  }
  .mt-xl-190, .my-xl-190 {
    margin-top: 190px !important;
  }
  .mr-xl-190, .mx-xl-190 {
    margin-right: 190px !important;
  }
  .mb-xl-190, .my-xl-190 {
    margin-bottom: 190px !important;
  }
  .ml-xl-190, .mx-xl-190 {
    margin-left: 190px !important;
  }
  .mt-xl-200, .my-xl-200 {
    margin-top: 200px !important;
  }
  .mr-xl-200, .mx-xl-200 {
    margin-right: 200px !important;
  }
  .mb-xl-200, .my-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200, .mx-xl-200 {
    margin-left: 200px !important;
  }
  .mt-xl-n0 {
    margin-top: 0px !important;
  }
  .mt-xl-n5 {
    margin-top: -5px !important;
  }
  .mt-xl-n10 {
    margin-top: -10px !important;
  }
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  .mt-xl-n20 {
    margin-top: -20px !important;
  }
  .mt-xl-n25 {
    margin-top: -25px !important;
  }
  .mt-xl-n30 {
    margin-top: -30px !important;
  }
  .mt-xl-n35 {
    margin-top: -35px !important;
  }
  .mt-xl-n40 {
    margin-top: -40px !important;
  }
  .mt-xl-n45 {
    margin-top: -45px !important;
  }
  .mt-xl-n50 {
    margin-top: -50px !important;
  }
  .mt-xl-n55 {
    margin-top: -55px !important;
  }
  .mt-xl-n60 {
    margin-top: -60px !important;
  }
  .mt-xl-n65 {
    margin-top: -65px !important;
  }
  .mt-xl-n70 {
    margin-top: -70px !important;
  }
  .mt-xl-n75 {
    margin-top: -75px !important;
  }
  .mt-xl-n80 {
    margin-top: -80px !important;
  }
  .mt-xl-n85 {
    margin-top: -85px !important;
  }
  .mt-xl-n90 {
    margin-top: -90px !important;
  }
  .mt-xl-n95 {
    margin-top: -95px !important;
  }
  .mt-xl-n100 {
    margin-top: -100px !important;
  }
  .mt-xl-n105 {
    margin-top: -105px !important;
  }
  .mt-xl-n110 {
    margin-top: -110px !important;
  }
  .mt-xl-n115 {
    margin-top: -115px !important;
  }
  .mt-xl-n120 {
    margin-top: -120px !important;
  }
  .mt-xl-n125 {
    margin-top: -125px !important;
  }
  .mt-xl-n130 {
    margin-top: -130px !important;
  }
  .mt-xl-n135 {
    margin-top: -135px !important;
  }
  .mt-xl-n140 {
    margin-top: -140px !important;
  }
  .mt-xl-n145 {
    margin-top: -145px !important;
  }
  .mt-xl-n150 {
    margin-top: -150px !important;
  }
  .mt-xl-n155 {
    margin-top: -155px !important;
  }
  .mt-xl-n160 {
    margin-top: -160px !important;
  }
  .mt-xl-n165 {
    margin-top: -165px !important;
  }
  .mt-xl-n170 {
    margin-top: -170px !important;
  }
  .mt-xl-n175 {
    margin-top: -175px !important;
  }
  .mt-xl-n180 {
    margin-top: -180px !important;
  }
  .mt-xl-n185 {
    margin-top: -185px !important;
  }
  .mt-xl-n190 {
    margin-top: -190px !important;
  }
  .mt-xl-n195 {
    margin-top: -195px !important;
  }
  .mt-xl-n200 {
    margin-top: -200px !important;
  }
  .mt-xl-n205 {
    margin-top: -205px !important;
  }
  .mt-xl-n210 {
    margin-top: -210px !important;
  }
  .mt-xl-n215 {
    margin-top: -215px !important;
  }
  .mt-xl-n220 {
    margin-top: -220px !important;
  }
  .mt-xl-n225 {
    margin-top: -225px !important;
  }
  .mt-xl-n230 {
    margin-top: -230px !important;
  }
  .mt-xl-n235 {
    margin-top: -235px !important;
  }
  .mt-xl-n240 {
    margin-top: -240px !important;
  }
  .mt-xl-n245 {
    margin-top: -245px !important;
  }
  .mt-xl-n250 {
    margin-top: -250px !important;
  }
  .mt-xl-n255 {
    margin-top: -255px !important;
  }
  .mt-xl-n260 {
    margin-top: -260px !important;
  }
  .mt-xl-n265 {
    margin-top: -265px !important;
  }
  .mt-xl-n270 {
    margin-top: -270px !important;
  }
  .mt-xl-n275 {
    margin-top: -275px !important;
  }
  .mt-xl-n280 {
    margin-top: -280px !important;
  }
}
/*===============================
 =            Z-INDEX            =
 ===============================*/
.zindex-0 {
  z-index: 0 !important;
}
.zindex-5 {
  z-index: 5 !important;
}
.zindex-10 {
  z-index: 10 !important;
}
.zindex-15 {
  z-index: 15 !important;
}
.zindex-20 {
  z-index: 20 !important;
}
.zindex-25 {
  z-index: 25 !important;
}
.zindex-30 {
  z-index: 30 !important;
}
.zindex-35 {
  z-index: 35 !important;
}
.zindex-40 {
  z-index: 40 !important;
}
.zindex-45 {
  z-index: 45 !important;
}
.zindex-50 {
  z-index: 50 !important;
}
.zindex-55 {
  z-index: 55 !important;
}
.zindex-60 {
  z-index: 60 !important;
}
.zindex-65 {
  z-index: 65 !important;
}
.zindex-70 {
  z-index: 70 !important;
}
.zindex-75 {
  z-index: 75 !important;
}
.zindex-80 {
  z-index: 80 !important;
}
.zindex-85 {
  z-index: 85 !important;
}
.zindex-90 {
  z-index: 90 !important;
}
.zindex-95 {
  z-index: 95 !important;
}
.zindex-100 {
  z-index: 100 !important;
}
/*===================================
 =            BACKGROUNDS            =
 ===================================*/
.bg-black {
  background-color: #000;
}
.bg-gray-90 {
  background-color: #212529;
}
.bg-gray-80 {
  background-color: #343a40;
}
.bg-gray-70 {
  background-color: #495057;
}
.bg-gray-60 {
  background-color: #6c757d;
}
.bg-gray-50 {
  background-color: #adb5bd;
}
.bg-gray-40 {
  background-color: #ced4da;
}
.bg-gray-30 {
  background-color: #dee2e6;
}
.bg-gray-20 {
  background-color: #e9ecef;
}
.bg-gray-10 {
  background-color: #f8f9fa;
}
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background: #007bff !important;
}
.bg-indigo {
  background: #6610f2 !important;
}
.bg-purple {
  background: #6f42c1 !important;
}
.bg-pink {
  background: #e83e8c !important;
}
.bg-red {
  background: #dc3545 !important;
}
.bg-orange {
  background: #fd7e14 !important;
}
.bg-yellow {
  background: #ffc107 !important;
}
.bg-green {
  background: #28a745 !important;
}
.bg-teal {
  background: #20c997 !important;
}
.bg-cyan {
  background: #17a2b8 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #6c757d !important;
}
.bg-gray-dark {
  background: #343a40 !important;
}
.bg-primary-10 {
  background-color: #e6f2ff;
}
.bg-primary-20 {
  background-color: #cce5ff;
}
.bg-primary-30 {
  background-color: #b3d7ff;
}
.bg-primary-40 {
  background-color: #99caff;
}
.bg-primary-50 {
  background-color: #80bdff;
}
.bg-primary-60 {
  background-color: #66b0ff;
}
.bg-primary-70 {
  background-color: #4da3ff;
}
.bg-primary-80 {
  background-color: #3395ff;
}
.bg-primary-90 {
  background-color: #1a88ff;
}
.bg-primary-110 {
  background-color: #006fe6;
}
.bg-primary-120 {
  background-color: #0062cc;
}
.bg-primary-130 {
  background-color: #0056b3;
}
.bg-primary-140 {
  background-color: #004a99;
}
.bg-primary-150 {
  background-color: #003e80;
}
.bg-primary-160 {
  background-color: #003166;
}
.bg-primary-170 {
  background-color: #00254d;
}
.bg-primary-180 {
  background-color: #001933;
}
.bg-primary-190 {
  background-color: #000c1a;
}
.bg-secondary-10 {
  background-color: #f0f1f2;
}
.bg-secondary-20 {
  background-color: #e2e3e5;
}
.bg-secondary-30 {
  background-color: #d3d6d8;
}
.bg-secondary-40 {
  background-color: #c4c8cb;
}
.bg-secondary-50 {
  background-color: #b6babe;
}
.bg-secondary-60 {
  background-color: #a7acb1;
}
.bg-secondary-70 {
  background-color: #989ea4;
}
.bg-secondary-80 {
  background-color: #899197;
}
.bg-secondary-90 {
  background-color: #7b838a;
}
.bg-secondary-110 {
  background-color: #616971;
}
.bg-secondary-120 {
  background-color: #565e64;
}
.bg-secondary-130 {
  background-color: #4c5258;
}
.bg-secondary-140 {
  background-color: #41464b;
}
.bg-secondary-150 {
  background-color: #363b3f;
}
.bg-secondary-160 {
  background-color: #2b2f32;
}
.bg-secondary-170 {
  background-color: #202326;
}
.bg-secondary-180 {
  background-color: #161719;
}
.bg-secondary-190 {
  background-color: #0b0c0d;
}
.bg-success-10 {
  background-color: #eaf6ec;
}
.bg-success-20 {
  background-color: #d4edda;
}
.bg-success-30 {
  background-color: #bfe5c7;
}
.bg-success-40 {
  background-color: #a9dcb5;
}
.bg-success-50 {
  background-color: #94d3a2;
}
.bg-success-60 {
  background-color: #7eca8f;
}
.bg-success-70 {
  background-color: #69c17d;
}
.bg-success-80 {
  background-color: #53b96a;
}
.bg-success-90 {
  background-color: #3eb058;
}
.bg-success-110 {
  background-color: #24963e;
}
.bg-success-120 {
  background-color: #208637;
}
.bg-success-130 {
  background-color: #1c7530;
}
.bg-success-140 {
  background-color: #186429;
}
.bg-success-150 {
  background-color: #145423;
}
.bg-success-160 {
  background-color: #10431c;
}
.bg-success-170 {
  background-color: #0c3215;
}
.bg-success-180 {
  background-color: #08210e;
}
.bg-success-190 {
  background-color: #041107;
}
.bg-info-10 {
  background-color: #e8f6f8;
}
.bg-info-20 {
  background-color: #d1ecf1;
}
.bg-info-30 {
  background-color: #b9e3ea;
}
.bg-info-40 {
  background-color: #a2dae3;
}
.bg-info-50 {
  background-color: #8bd1dc;
}
.bg-info-60 {
  background-color: #74c7d4;
}
.bg-info-70 {
  background-color: #5dbecd;
}
.bg-info-80 {
  background-color: #45b5c6;
}
.bg-info-90 {
  background-color: #2eabbf;
}
.bg-info-110 {
  background-color: #1592a6;
}
.bg-info-120 {
  background-color: #128293;
}
.bg-info-130 {
  background-color: #107181;
}
.bg-info-140 {
  background-color: #0e616e;
}
.bg-info-150 {
  background-color: #0c515c;
}
.bg-info-160 {
  background-color: #09414a;
}
.bg-info-170 {
  background-color: #073137;
}
.bg-info-180 {
  background-color: #052025;
}
.bg-info-190 {
  background-color: #021012;
}
.bg-warning-10 {
  background-color: #fff9e6;
}
.bg-warning-20 {
  background-color: #fff3cd;
}
.bg-warning-30 {
  background-color: #ffecb5;
}
.bg-warning-40 {
  background-color: #ffe69c;
}
.bg-warning-50 {
  background-color: #ffe083;
}
.bg-warning-60 {
  background-color: #ffda6a;
}
.bg-warning-70 {
  background-color: #ffd451;
}
.bg-warning-80 {
  background-color: #ffcd39;
}
.bg-warning-90 {
  background-color: #ffc720;
}
.bg-warning-110 {
  background-color: #e6ae06;
}
.bg-warning-120 {
  background-color: #cc9a06;
}
.bg-warning-130 {
  background-color: #b38705;
}
.bg-warning-140 {
  background-color: #997404;
}
.bg-warning-150 {
  background-color: #806104;
}
.bg-warning-160 {
  background-color: #664d03;
}
.bg-warning-170 {
  background-color: #4d3a02;
}
.bg-warning-180 {
  background-color: #332701;
}
.bg-warning-190 {
  background-color: #1a1301;
}
.bg-danger-10 {
  background-color: #fcebec;
}
.bg-danger-20 {
  background-color: #f8d7da;
}
.bg-danger-30 {
  background-color: #f5c2c7;
}
.bg-danger-40 {
  background-color: #f1aeb5;
}
.bg-danger-50 {
  background-color: #ee9aa2;
}
.bg-danger-60 {
  background-color: #ea868f;
}
.bg-danger-70 {
  background-color: #e7727d;
}
.bg-danger-80 {
  background-color: #e35d6a;
}
.bg-danger-90 {
  background-color: #e04958;
}
.bg-danger-110 {
  background-color: #c6303e;
}
.bg-danger-120 {
  background-color: #b02a37;
}
.bg-danger-130 {
  background-color: #9a2530;
}
.bg-danger-140 {
  background-color: #842029;
}
.bg-danger-150 {
  background-color: #6e1b23;
}
.bg-danger-160 {
  background-color: #58151c;
}
.bg-danger-170 {
  background-color: #421015;
}
.bg-danger-180 {
  background-color: #2c0b0e;
}
.bg-danger-190 {
  background-color: #160507;
}
.bg-light-10 {
  background-color: #fefeff;
}
.bg-light-20 {
  background-color: #fefefe;
}
.bg-light-30 {
  background-color: #fdfdfe;
}
.bg-light-40 {
  background-color: #fcfdfd;
}
.bg-light-50 {
  background-color: #fcfcfd;
}
.bg-light-60 {
  background-color: #fbfbfc;
}
.bg-light-70 {
  background-color: #fafbfc;
}
.bg-light-80 {
  background-color: #f9fafb;
}
.bg-light-90 {
  background-color: #f9fafb;
}
.bg-light-110 {
  background-color: #dfe0e1;
}
.bg-light-120 {
  background-color: #c6c7c8;
}
.bg-light-130 {
  background-color: #aeaeaf;
}
.bg-light-140 {
  background-color: #959596;
}
.bg-light-150 {
  background-color: #7c7d7d;
}
.bg-light-160 {
  background-color: #636464;
}
.bg-light-170 {
  background-color: #4a4b4b;
}
.bg-light-180 {
  background-color: #323232;
}
.bg-light-190 {
  background-color: #191919;
}
.bg-dark-10 {
  background-color: #ebebec;
}
.bg-dark-20 {
  background-color: #d6d8d9;
}
.bg-dark-30 {
  background-color: #c2c4c6;
}
.bg-dark-40 {
  background-color: #aeb0b3;
}
.bg-dark-50 {
  background-color: #9a9da0;
}
.bg-dark-60 {
  background-color: #85898c;
}
.bg-dark-70 {
  background-color: #717579;
}
.bg-dark-80 {
  background-color: #5d6166;
}
.bg-dark-90 {
  background-color: #484e53;
}
.bg-dark-110 {
  background-color: #2f343a;
}
.bg-dark-120 {
  background-color: #2a2e33;
}
.bg-dark-130 {
  background-color: #24292d;
}
.bg-dark-140 {
  background-color: #1f2326;
}
.bg-dark-150 {
  background-color: #1a1d20;
}
.bg-dark-160 {
  background-color: #15171a;
}
.bg-dark-170 {
  background-color: #101113;
}
.bg-dark-180 {
  background-color: #0a0c0d;
}
.bg-dark-190 {
  background-color: #050606;
}
/*===========================================
 =            OVERLAY BACKGROUNDS            =
 ===========================================*/
[class*="overlay-bg-"] {
  position: relative;
}
[class*="overlay-bg-"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-black-10:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-bg-black-20:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-bg-black-30:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-bg-black-40:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-bg-black-50:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-bg-black-60:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-bg-black-70:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-bg-black-80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-bg-black-90:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay-bg-white-10:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay-bg-white-20:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlay-bg-white-30:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-bg-white-40:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay-bg-white-50:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-bg-white-60:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-bg-white-70:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay-bg-white-80:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.overlay-bg-white-90:before {
  background-color: rgba(255, 255, 255, 0.9);
}
/*===============================
 =            OPACITY            =
 ===============================*/
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-20 {
  opacity: 0.2 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
/*==============================
 =            COLORS            =
 ==============================*/
.white-color p, .white-color a, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color span, .white-color strong, .white-color div {
  color: #fff;
}
/*====================================
 =            CUSTOM SIZES            =
 ====================================*/
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
@media (min-width: 576px) {
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
/*============================================
 =            ANIMATION FOR ADDONS            =
 ============================================*/
.ut-versuscarousel .sppb-addon-content .utZoomIn, .ut-owlgallery .sppb-addon-content .utZoomIn, .ut-carouselcontent .sppb-addon-content .utZoomIn, .ut-versuscarousel .sppb-addon-content .utZoomOut, .ut-owlgallery .sppb-addon-content .utZoomOut, .ut-carouselcontent .sppb-addon-content .utZoomOut, .ut-versuscarousel .sppb-addon-content .utFlipX, .ut-owlgallery .sppb-addon-content .utFlipX, .ut-carouselcontent .sppb-addon-content .utFlipX {
  position: relative;
  display: inline-block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.ut-versuscarousel .sppb-addon-content:hover .utZoomIn, .ut-owlgallery .sppb-addon-content:hover .utZoomIn, .ut-carouselcontent .sppb-addon-content:hover .utZoomIn, .ut-versuscarousel .sppb-addon-content:focus .utZoomIn, .ut-owlgallery .sppb-addon-content:focus .utZoomIn, .ut-carouselcontent .sppb-addon-content:focus .utZoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.ut-versuscarousel .sppb-addon-content:hover .utZoomOut, .ut-owlgallery .sppb-addon-content:hover .utZoomOut, .ut-carouselcontent .sppb-addon-content:hover .utZoomOut, .ut-versuscarousel .sppb-addon-content:focus .utZoomOut, .ut-owlgallery .sppb-addon-content:focus .utZoomOut, .ut-carouselcontent .sppb-addon-content:focus .utZoomOut {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.ut-versuscarousel .sppb-addon-content:hover .utFlipX, .ut-owlgallery .sppb-addon-content:hover .utFlipX, .ut-carouselcontent .sppb-addon-content:hover .utFlipX, .ut-versuscarousel .sppb-addon-content:focus .utFlipX, .ut-owlgallery .sppb-addon-content:focus .utFlipX, .ut-carouselcontent .sppb-addon-content:focus .utFlipX {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
/*===========================================
 =            BOOTSTRAP UTILITIES            =
 ===========================================*/
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
.badge-success {
  background-color: #28a745;
  color: #fff;
}
.badge-warning {
  background-color: #ffc107;
  color: #333;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
/*==========================================
 =            LEGACY FROM JOOMLA            =
 ==========================================*/
.alert-notice {
  background: #ffd454;
  border-color: #ffce3a;
  color: #211800;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*==========================================
 =            UNITEMPLATES BASIC            =
 ==========================================*/
/*----------  MENU CLASSES  ----------*/
.menu-left .sp-megamenu-parent {
  float: left;
}
.menu-center .sp-megamenu-parent {
  float: none;
  text-align: center;
}
/*----------  LOGO CLASSES  ----------*/
@media (min-width: 992px) {
  .logo-center > .sp-column {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .logo-right > .sp-column {
    text-align: right;
  }
}
/*----------  CUSTOM LOGO STICKY  ----------*/
.sticky-logo {
  display: none !important;
}
#sp-header.header-sticky .overlaplogo .overlap-logo {
  display: none !important;
}
#sp-header:not(.header-sticky) .overlaplogo .logo-image {
  display: none !important;
}
/*----------  HEADER OVERLAP CLASSES  ----------*/
.header-overlap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
/*=====================================
 =            HEADER STYLES            =
 =====================================*/
#sp-top-bar[class*="header-"] .container .container-inner .row {
  align-items: center;
  -webkit-align-items: center;
}
#sp-top-bar .logo {
  font-size: 0;
}
#sp-top-bar .logo a {
  display: inline-block;
}
#sp-top-bar .sp-module + .sp-module, #sp-top-bar .sp-module + .social-icons, #sp-top-bar .sp-module + .sp-contact-info, #sp-top-bar .sp-contact-info + .sp-module, #sp-top-bar .social-icons + .sp-module {
  margin-left: 15px;
}
#sp-top-bar a[class*="btn-"] {
  display: inline-block;
  line-height: 1;
}
#sp-header .sp-module {
  display: inline-flex;
  float: right;
  margin-left: 15px;
  height: 80px;
  -webkit-align-items: center;
  align-items: center;
}
#sp-header a[class*="btn-"] {
  display: inline-block;
}
#sp-header #sp-logo .sp-column {
  font-size: 0;
}
#sp-header.header-sticky .logo a img {
  max-height: 70px;
}
.header-1#sp-top-bar {
  padding: 0;
}
.header-1#sp-top-bar .container > .container-inner > .row > div {
  line-height: 40px;
}
.header-1#sp-top-bar .container > .container-inner > .row .logo-col {
  min-height: 40px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.header-1#sp-top-bar .container > .container-inner > .row .logo-col:before {
  content: "";
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1920px;
}
.header-1#sp-top-bar .container > .container-inner > .row .logo-col:after {
  content: "";
  border-left: 25px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.header-1#sp-top-bar .sp-contact-info {
  margin: 0 -15px;
}
.header-1#sp-top-bar .sp-contact-info li {
  margin: 0;
  padding: 0 15px;
}
.header-1#sp-top-bar ul.social-icons {
  margin: 0;
}
.header-1#sp-top-bar ul.social-icons > li {
  width: 40px;
  text-align: center;
  margin: 0;
}
.header-1#sp-top-bar ul.social-icons > li a {
  display: block;
}
.header-1#sp-header {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);
}
@media (min-width: 992px) {
  .header-1#sp-header:not(.header-sticky) .logo {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  .header-1.header-overlap #sp-top-bar {
    background: transparent;
  }
}
.header-1.header-overlap #sp-top-bar .container > .container-inner > .row .logo-col {
  background: rgba(255, 255, 255, .1);
}
.header-1.header-overlap #sp-top-bar .container > .container-inner > .row .logo-col:before {
  background: rgba(255, 255, 255, .1);
}
.header-1.header-overlap #sp-top-bar #sp-top2 {
  position: relative;
}
.header-1.header-overlap #sp-top-bar #sp-top2:after {
  content: "";
  height: 100%;
  width: 1920px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1920px;
}
.header-1.header-overlap #sp-header:not(.header-sticky) {
  background: rgba(255, 255, 255, .1);
}
.header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li > a, .header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li > span {
  color: rgba(255, 255, 255, 0.8);
}
.header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a, .header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a, .header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > span, .header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > span {
  color: #fff;
}
.header-1.header-overlap #sp-header:not(.header-sticky) #offcanvas-toggler > .fa {
  color: rgba(255, 255, 255, 0.8);
}
.header-1.header-overlap #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:hover {
  color: #fff;
}
.header-2#sp-top-bar ul.social-icons {
  margin: -4;
}
.header-2#sp-top-bar ul.social-icons > li {
  margin: 4px;
}
.header-2#sp-top-bar ul.social-icons > li a {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: block;
}
@media (min-width: 1200px) {
  .header-2#sp-header.header-sticky {
    background: transparent;
    box-shadow: none;
  }
  .header-2#sp-header:before {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-2#sp-header > .container {
    position: relative;
  }
  .header-2#sp-header > .container:before {
    content: "";
    border-bottom: 0 solid transparent;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    bottom: 0;
    left: -25px;
  }
  .header-2#sp-header > .container:after {
    content: "";
    border-bottom: 0 solid transparent;
    border-right: 25px solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .header-2.header-overlap #sp-header {
    background: transparent;
    box-shadow: none;
  }
}
.header-2 + #sp-titles .sp-page-title {
  text-align: left;
}
.header-2 + #sp-titles .sp-page-title .breadcrumb {
  padding-left: 15px;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
}
@media (min-width: 1200px) {
  .header-3.header-overlap #sp-header:not(.header-sticky) {
    background: transparent;
    box-shadow: none;
  }
  .header-3.header-overlap #sp-header:not(.header-sticky) > .container {
    position: relative;
  }
  .header-3.header-overlap #sp-header:not(.header-sticky) > .container:before {
    content: "";
    border-top: 0px solid transparent;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    top: 0;
    left: -25px;
  }
  .header-3.header-overlap #sp-header:not(.header-sticky) > .container:after {
    content: "";
    width: 1920px;
    position: absolute;
    top: 0;
    right: -1920px;
  }
}
.header-4#sp-top-bar {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .header-4#sp-header {
    height: 70px;
  }
  .header-4#sp-header .menu-left {
    padding-right: 35px;
  }
  .header-4#sp-header .menu-right {
    padding-left: 35px;
  }
  .header-4#sp-header .logo-center {
    position: relative;
  }
  .header-4#sp-header .logo-center:before {
    content: "";
    border-left: 25px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0;
    left: -25px;
  }
  .header-4#sp-header .logo-center:after {
    content: "";
    border-right: 25px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    top: 0;
    right: -25px;
  }
  .header-4#sp-header .logo {
    height: 90px;
  }
  .header-4#sp-header .logo .logo-image {
    margin-top: -10px;
  }
  .header-4#sp-header .sp-megamenu-parent > li > a, .header-4#sp-header .sp-megamenu-parent > li > span {
    line-height: 70px;
  }
  .header-4#sp-header #offcanvas-toggler {
    height: 70px;
    line-height: 70px;
  }
}
.header-4#sp-header:not(.header-sticky) {
  box-shadow: none;
}
.header-4#sp-header.header-sticky + section {
  margin-top: 70px;
}
.header-4.header-overlap #sp-header:not(.header-sticky) {
  background: transparent;
}
.header-4.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li:not(.active):not(:hover) > a, .header-4.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li:not(.active):not(:hover) > span {
  color: rgba(255, 255, 255, 0.8);
}
.header-4.header-overlap #sp-header:not(.header-sticky) #offcanvas-toggler:not(:hover) > .fa {
  color: rgba(255, 255, 255, 0.8);
}
/*======================================
 =            Section Titles            =
 ======================================*/
.title-1.sppb-section .sppb-section-title .sppb-title-heading, .title-1.sppb-addon .sppb-addon-title {
  font-size: 42px;
}
.title-1.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]), .title-1.sppb-addon .sppb-addon-title span:not([class*="sp-"]) {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
[class*="title-2"].sppb-section .sppb-section-title .sppb-title-heading, [class*="title-2"].sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
[class*="title-2"].sppb-section .sppb-section-title .sppb-title-heading:after, [class*="title-2"].sppb-addon .sppb-addon-title:after {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
[class*="title-2"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, [class*="title-2"].sppb-addon.sppb-text-left .sppb-addon-title:after, [class*="title-2"].sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0px;
}
[class*="title-2"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, [class*="title-2"].sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.title-2-white.sppb-section .sppb-section-title .sppb-title-heading:after, .title-2-white.sppb-addon .sppb-addon-title:after {
  border-left-color: #fff !important;
}
.title-2-dark.sppb-section .sppb-section-title .sppb-title-heading:after, .title-2-dark.sppb-addon .sppb-addon-title:after {
  border-right-color: #111 !important;
}
.title-3.sppb-section .sppb-section-title .sppb-title-heading, .title-3.sppb-addon .sppb-addon-title {
  font-size: 42px;
}
.title-3.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]), .title-3.sppb-addon .sppb-addon-title span:not([class*="sp-"]) {
  font-size: 80px;
  display: block;
  line-height: 1;
  margin-bottom: -35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #adb5bd;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .title-3.sppb-section .sppb-section-title .sppb-title-heading, .title-3.sppb-addon .sppb-addon-title {
    font-size: 36px;
  }
  .title-3.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]), .title-3.sppb-addon .sppb-addon-title span:not([class*="sp-"]) {
    font-size: 70px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767.98px) {
  .title-3.sppb-section .sppb-section-title .sppb-title-heading, .title-3.sppb-addon .sppb-addon-title {
    font-size: 30px;
  }
  .title-3.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]), .title-3.sppb-addon .sppb-addon-title span:not([class*="sp-"]) {
    font-size: 60px;
    margin-bottom: -25px;
  }
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading, .title-4.sppb-addon .sppb-addon-title {
  font-size: 42px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 18px;
  margin-bottom: 25px;
  z-index: 0;
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading .sp-inline-editable-element, .title-4.sppb-addon .sppb-addon-title .sp-inline-editable-element {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]), .title-4.sppb-addon .sppb-addon-title span:not([class*="sp-"]) {
  margin: 0 10px 5px;
  padding: 5px 10px;
  position: relative;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-align-self: center;
  align-self: center;
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]):before, .title-4.sppb-addon .sppb-addon-title span:not([class*="sp-"]):before, .title-4.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]):after, .title-4.sppb-addon .sppb-addon-title span:not([class*="sp-"]):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]):before, .title-4.sppb-addon .sppb-addon-title span:not([class*="sp-"]):before {
  left: -6px;
  right: 6px;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]):after, .title-4.sppb-addon .sppb-addon-title span:not([class*="sp-"]):after {
  left: 6px;
  right: -6px;
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading:after, .title-4.sppb-addon .sppb-addon-title:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.title-4.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading span:not([class*="sp-"]), .title-4.sppb-addon.sppb-text-left .sppb-addon-title span:not([class*="sp-"]), .title-4.sppb-addon .sppb-text-left .sppb-addon-title span:not([class*="sp-"]) {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.title-4.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-4.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-4.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0px;
}
.title-4.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading span:not([class*="sp-"]), .title-4.sppb-addon.sppb-text-right .sppb-addon-title span:not([class*="sp-"]) {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.title-4.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-4.sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
[class*="title-5"].sppb-section .sppb-section-title .sppb-title-heading, [class*="title-5"].sppb-addon .sppb-addon-title {
  font-size: 26px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 25px !important;
  z-index: 0;
}
[class*="title-5"].sppb-section .sppb-section-title .sppb-title-heading .sp-inline-editable-element, [class*="title-5"].sppb-addon .sppb-addon-title .sp-inline-editable-element {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
[class*="title-5"].sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]), [class*="title-5"].sppb-addon .sppb-addon-title span:not([class*="sp-"]) {
  margin-bottom: 7px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-align-self: center;
  align-self: center;
}
[class*="title-5"].sppb-section .sppb-section-title .sppb-title-heading:after, [class*="title-5"].sppb-addon .sppb-addon-title:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  border-radius: 3px;
}
[class*="title-5"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading span:not([class*="sp-"]), [class*="title-5"].sppb-addon.sppb-text-left .sppb-addon-title span:not([class*="sp-"]), [class*="title-5"].sppb-addon .sppb-text-left .sppb-addon-title span:not([class*="sp-"]) {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
[class*="title-5"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, [class*="title-5"].sppb-addon.sppb-text-left .sppb-addon-title:after, [class*="title-5"].sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0px;
}
[class*="title-5"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading span:not([class*="sp-"]), [class*="title-5"].sppb-addon.sppb-text-right .sppb-addon-title span:not([class*="sp-"]) {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
[class*="title-5"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, [class*="title-5"].sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.title-5-light.sppb-section .sppb-section-title .sppb-title-heading, .title-5-light.sppb-addon .sppb-addon-title {
  color: #fff !important;
}
.title-5-light.sppb-section .sppb-section-title .sppb-title-heading span:not([class*="sp-"]), .title-5-light.sppb-addon .sppb-addon-title span:not([class*="sp-"]) {
  color: #ced4da !important;
}
.title-5-light.sppb-section .sppb-title-subheading, .title-5-light.sppb-addon .sppb-addon-content {
  color: #dee2e6;
}
@media (min-width: 992px) {
  .title-w-50 .sppb-section-title.sppb-text-left .sppb-title-subheading {
    padding-right: 50% !important;
  }
  .title-w-50 .sppb-section-title.sppb-text-center .sppb-title-subheading {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
  .title-w-50 .sppb-section-title.sppb-text-right .sppb-title-subheading {
    padding-left: 50% !important;
  }
}
@media (min-width: 992px) {
  .title-w-55 .sppb-section-title.sppb-text-left .sppb-title-subheading {
    padding-right: 45% !important;
  }
  .title-w-55 .sppb-section-title.sppb-text-center .sppb-title-subheading {
    padding-left: 22.5% !important;
    padding-right: 22.5% !important;
  }
  .title-w-55 .sppb-section-title.sppb-text-right .sppb-title-subheading {
    padding-left: 45% !important;
  }
}
.title-fluid .sppb-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.title-white.sppb-section .sppb-section-title, .title-white.sppb-section .sppb-section-title .sppb-title-heading, .title-white.sppb-addon .sppb-addon-title, .title-white.sp-column .sp-module-title, .title-white.sp-module .sp-module-title {
  color: #fff !important;
}
.text-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
}
/*===================================
 =            SKEW BLOCKS            =
 ===================================*/
div[class*="skew-block"] {
  position: relative !important;
}
div[class*="skew-block"]:before, div[class*="skew-block"]:after {
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -1px;
  z-index: 0;
}
div[class*="skew-block"] > * {
  z-index: 1;
  position: relative;
}
.skew-block-right:after {
  width: 160px;
  right: -40px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.skew-block-right-full:before {
  width: 3840px !important;
  right: -40px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.skew-block-left:before {
  width: 160px;
  left: -40px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.skew-block-left-full:after {
  width: 3840px !important;
  left: -40px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.skew-block-x:before {
  width: 160px;
  left: -40px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.skew-block-x:after {
  width: 160px;
  right: -40px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.skew-block-x-invert:before {
  width: 160px;
  left: -40px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.skew-block-x-invert:after {
  width: 160px;
  right: -40px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.skew-light {
  background: #e9ecef;
}
.skew-light:before, .skew-light:after {
  background: #e9ecef !important;
}
.skew-dark {
  background: #343a40;
}
.skew-dark:before, .skew-dark:after {
  background: #343a40 !important;
}
.skew-white {
  background: #fff;
}
.skew-white:before, .skew-white:after {
  background: #fff !important;
}
/*====================================
 =            MODULES.LESS            =
 ====================================*/
/*===================================
 =            LIST STYLES            =
 ===================================*/
.list-style-1 ul, ul.list-style-1 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-1 ul > li, ul.list-style-1 > li {
  padding-left: 22px;
  position: relative;
}
.list-style-1 ul > li:before, ul.list-style-1 > li:before {
  content: "\f14a";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-1 ul > li:not(:last-child), ul.list-style-1 > li:not(:last-child) {
  margin-bottom: 10px;
}
.list-style-1 ul > li ul, ul.list-style-1 > li ul {
  padding-left: 40px !important;
}
.list-style-2 ul, ul.list-style-2 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-2 ul > li, ul.list-style-2 > li {
  padding-left: 22px;
  position: relative;
}
.list-style-2 ul > li:before, ul.list-style-2 > li:before {
  content: "\f30b";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-2 ul > li:not(:last-child), ul.list-style-2 > li:not(:last-child) {
  margin-bottom: 8px;
}
.list-style-2 ul > li ul, ul.list-style-2 > li ul {
  padding-left: 40px !important;
}
.list-style-3 ul, ul.list-style-3 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-3 ul > li, ul.list-style-3 > li {
  padding-left: 22px;
  position: relative;
}
.list-style-3 ul > li:before, ul.list-style-3 > li:before {
  content: "\f35a";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-3 ul > li:not(:last-child), ul.list-style-3 > li:not(:last-child) {
  margin-bottom: 8px;
}
.list-style-3 ul > li ul, ul.list-style-3 > li ul {
  padding-left: 40px !important;
}
/*=============================
 =            FORMS            =
 =============================*/
.form-style-1 input[type="text"]:not(.form-control), .form-style-1 input[type="email"]:not(.form-control), .form-style-1 input[type="url"]:not(.form-control), .form-style-1 input[type="date"]:not(.form-control), .form-style-1 input[type="password"]:not(.form-control), .form-style-1 input[type="search"]:not(.form-control), .form-style-1 input[type="tel"]:not(.form-control), .form-style-1 input[type="number"]:not(.form-control), .form-style-1 select:not(.form-control), .form-style-1 textarea:not(.form-control) {
  border-width: 0;
  border-bottom-width: 1px;
  background-color: transparent;
  padding-left: 0;
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .3);
}
.form-style-1 input[type="text"]::placeholder, .form-style-1 input[type="email"]::placeholder, .form-style-1 input[type="url"]::placeholder, .form-style-1 input[type="date"]::placeholder, .form-style-1 input[type="password"]::placeholder, .form-style-1 input[type="search"]::placeholder, .form-style-1 input[type="tel"]::placeholder, .form-style-1 input[type="number"]::placeholder, .form-style-1 select::placeholder, .form-style-1 textarea::placeholder {
  color: rgba(0, 0, 0, .5);
}
.form-style-1 input[type="text"]::-ms-input-placeholder, .form-style-1 input[type="email"]::-ms-input-placeholder, .form-style-1 input[type="url"]::-ms-input-placeholder, .form-style-1 input[type="date"]::-ms-input-placeholder, .form-style-1 input[type="password"]::-ms-input-placeholder, .form-style-1 input[type="search"]::-ms-input-placeholder, .form-style-1 input[type="tel"]::-ms-input-placeholder, .form-style-1 input[type="number"]::-ms-input-placeholder, .form-style-1 select::-ms-input-placeholder, .form-style-1 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.form-style-1 input[type="text"]:-ms-input-placeholder, .form-style-1 input[type="email"]:-ms-input-placeholder, .form-style-1 input[type="url"]:-ms-input-placeholder, .form-style-1 input[type="date"]:-ms-input-placeholder, .form-style-1 input[type="password"]:-ms-input-placeholder, .form-style-1 input[type="search"]:-ms-input-placeholder, .form-style-1 input[type="tel"]:-ms-input-placeholder, .form-style-1 input[type="number"]:-ms-input-placeholder, .form-style-1 select:-ms-input-placeholder, .form-style-1 textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.form-style-2 input[type="text"]:not(.form-control), .form-style-2 input[type="email"]:not(.form-control), .form-style-2 input[type="url"]:not(.form-control), .form-style-2 input[type="date"]:not(.form-control), .form-style-2 input[type="password"]:not(.form-control), .form-style-2 input[type="search"]:not(.form-control), .form-style-2 input[type="tel"]:not(.form-control), .form-style-2 input[type="number"]:not(.form-control), .form-style-2 select:not(.form-control), .form-style-2 textarea:not(.form-control) {
  color: #fff;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
  padding-left: 0;
}
.form-style-2 input[type="text"]::placeholder, .form-style-2 input[type="email"]::placeholder, .form-style-2 input[type="url"]::placeholder, .form-style-2 input[type="date"]::placeholder, .form-style-2 input[type="password"]::placeholder, .form-style-2 input[type="search"]::placeholder, .form-style-2 input[type="tel"]::placeholder, .form-style-2 input[type="number"]::placeholder, .form-style-2 select::placeholder, .form-style-2 textarea::placeholder {
  color: #e9ecef;
}
.form-style-2 input[type="text"]::-ms-input-placeholder, .form-style-2 input[type="email"]::-ms-input-placeholder, .form-style-2 input[type="url"]::-ms-input-placeholder, .form-style-2 input[type="date"]::-ms-input-placeholder, .form-style-2 input[type="password"]::-ms-input-placeholder, .form-style-2 input[type="search"]::-ms-input-placeholder, .form-style-2 input[type="tel"]::-ms-input-placeholder, .form-style-2 input[type="number"]::-ms-input-placeholder, .form-style-2 select::-ms-input-placeholder, .form-style-2 textarea::-ms-input-placeholder {
  color: #e9ecef;
}
.form-style-2 input[type="text"]:-ms-input-placeholder, .form-style-2 input[type="email"]:-ms-input-placeholder, .form-style-2 input[type="url"]:-ms-input-placeholder, .form-style-2 input[type="date"]:-ms-input-placeholder, .form-style-2 input[type="password"]:-ms-input-placeholder, .form-style-2 input[type="search"]:-ms-input-placeholder, .form-style-2 input[type="tel"]:-ms-input-placeholder, .form-style-2 input[type="number"]:-ms-input-placeholder, .form-style-2 select:-ms-input-placeholder, .form-style-2 textarea:-ms-input-placeholder {
  color: #e9ecef;
}
.form-style-3 input[type="text"]:not(.form-control), .form-style-3 input[type="email"]:not(.form-control), .form-style-3 input[type="url"]:not(.form-control), .form-style-3 input[type="date"]:not(.form-control), .form-style-3 input[type="password"]:not(.form-control), .form-style-3 input[type="search"]:not(.form-control), .form-style-3 input[type="tel"]:not(.form-control), .form-style-3 input[type="number"]:not(.form-control), .form-style-3 select:not(.form-control), .form-style-3 textarea:not(.form-control) {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  background: transparent;
}
.form-style-3 input[type="text"]:not(.form-control):focus, .form-style-3 input[type="email"]:not(.form-control):focus, .form-style-3 input[type="url"]:not(.form-control):focus, .form-style-3 input[type="date"]:not(.form-control):focus, .form-style-3 input[type="password"]:not(.form-control):focus, .form-style-3 input[type="search"]:not(.form-control):focus, .form-style-3 input[type="tel"]:not(.form-control):focus, .form-style-3 input[type="number"]:not(.form-control):focus, .form-style-3 select:not(.form-control):focus, .form-style-3 textarea:not(.form-control):focus {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.form-style-4 input[type="text"]:not(.form-control), .form-style-4 input[type="email"]:not(.form-control), .form-style-4 input[type="url"]:not(.form-control), .form-style-4 input[type="date"]:not(.form-control), .form-style-4 input[type="password"]:not(.form-control), .form-style-4 input[type="search"]:not(.form-control), .form-style-4 input[type="tel"]:not(.form-control), .form-style-4 input[type="number"]:not(.form-control), .form-style-4 select:not(.form-control), .form-style-4 textarea:not(.form-control) {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.form-style-4 input[type="text"]:not(.form-control):focus, .form-style-4 input[type="email"]:not(.form-control):focus, .form-style-4 input[type="url"]:not(.form-control):focus, .form-style-4 input[type="date"]:not(.form-control):focus, .form-style-4 input[type="password"]:not(.form-control):focus, .form-style-4 input[type="search"]:not(.form-control):focus, .form-style-4 input[type="tel"]:not(.form-control):focus, .form-style-4 input[type="number"]:not(.form-control):focus, .form-style-4 select:not(.form-control):focus, .form-style-4 textarea:not(.form-control):focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.form-style-4 input[type="text"]::placeholder, .form-style-4 input[type="email"]::placeholder, .form-style-4 input[type="url"]::placeholder, .form-style-4 input[type="date"]::placeholder, .form-style-4 input[type="password"]::placeholder, .form-style-4 input[type="search"]::placeholder, .form-style-4 input[type="tel"]::placeholder, .form-style-4 input[type="number"]::placeholder, .form-style-4 select::placeholder, .form-style-4 textarea::placeholder {
  color: #f8f9fa;
}
.form-style-4 input[type="text"]::-ms-input-placeholder, .form-style-4 input[type="email"]::-ms-input-placeholder, .form-style-4 input[type="url"]::-ms-input-placeholder, .form-style-4 input[type="date"]::-ms-input-placeholder, .form-style-4 input[type="password"]::-ms-input-placeholder, .form-style-4 input[type="search"]::-ms-input-placeholder, .form-style-4 input[type="tel"]::-ms-input-placeholder, .form-style-4 input[type="number"]::-ms-input-placeholder, .form-style-4 select::-ms-input-placeholder, .form-style-4 textarea::-ms-input-placeholder {
  color: #f8f9fa;
}
.form-style-4 input[type="text"]:-ms-input-placeholder, .form-style-4 input[type="email"]:-ms-input-placeholder, .form-style-4 input[type="url"]:-ms-input-placeholder, .form-style-4 input[type="date"]:-ms-input-placeholder, .form-style-4 input[type="password"]:-ms-input-placeholder, .form-style-4 input[type="search"]:-ms-input-placeholder, .form-style-4 input[type="tel"]:-ms-input-placeholder, .form-style-4 input[type="number"]:-ms-input-placeholder, .form-style-4 select:-ms-input-placeholder, .form-style-4 textarea:-ms-input-placeholder {
  color: #f8f9fa;
}
.form-style-4 label {
  color: #f8f9fa;
}
.form-style-4 label a {
  font-weight: 700;
  color: #fff;
}
.form-style-4.sppb-addon-form-builder .sppb-form-check-label:before {
  border-color: #fff !important;
}
.form-style-4 .form-builder-checkbox-item input:checked + label::before, .form-style-4 .form-builder-radio-item input:checked + label::before, .form-style-4.sppb-addon-form-builder .sppb-form-check-input:checked + label::before {
  background: transparent;
}
.form-style-4 .form-builder-checkbox-item label:before, .form-style-4 .form-builder-radio-item label:before, .form-style-4.sppb-addon-form-builder .sppb-form-check-label:before {
  border-color: #fff;
}
/*=====================================
 =            OTHER CLASSES            =
 =====================================*/
@media (max-width: 991.98px) {
  .bg-image-responsive {
    background-image: none !important;
  }
}
.cols-auto-width > .sppb-container-inner > .sppb-row > div[id*="column-wrap-id-"] {
  width: auto;
  max-width: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.columns-grid .sppb-row-container > .sppb-row, .columns-grid .sppb-container-inner > .sppb-row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-2, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-2 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-2:nth-child(6n+6), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-2:nth-child(6n+6) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-2:nth-child(n+7), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-2:nth-child(n+7) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-3, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-3 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-3:nth-child(4n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-3:nth-child(4n+4) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-3:nth-child(n+5), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-3:nth-child(n+5) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-4, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-4 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-4:nth-child(3n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-4:nth-child(3n+3) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-4:nth-child(n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-4:nth-child(n+4) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(odd), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-6:nth-child(odd) {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-6:nth-child(n+3) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-3, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-3 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-3:nth-child(4n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-3:nth-child(4n+4) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-3:nth-child(n+5), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-3:nth-child(n+5) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-4, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-4 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-4:nth-child(3n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-4:nth-child(3n+3) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-4:nth-child(n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-4:nth-child(n+4) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-6:nth-child(odd), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-6:nth-child(odd) {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-6:nth-child(n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-6:nth-child(n+3) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
}
@media (max-width: 767.98px) {
  .columns-grid .sppb-row-container > .sppb-row > div[class*="sppb-col"]:not(:first-child), .columns-grid .sppb-container-inner > .sppb-row > div[class*="sppb-col"]:not(:first-child) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
}
div[class*="responsive-addons"] .sppb-column-addons {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  div[class*="responsive-addons"] .sppb-column-addons > div {
    max-width: 505px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div[class*="responsive-addons"] .sppb-column-addons {
    -webkit-align-items: center;
    align-items: center;
  }
  div[class*="responsive-addons"] .sppb-column-addons > div {
    max-width: 690px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  div[class*="responsive-addons"] .sppb-column-addons {
    -webkit-align-items: center;
    align-items: center;
  }
  div[class*="responsive-addons"] .sppb-column-addons > div {
    max-width: 510px;
  }
}
@media (min-width: 992px) {
  .responsive-addons-right .sppb-column-addons {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.hide-labels label:not(.sppb-form-check-label) {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hide-badge .sp-menu-badge {
    display: none !important;
  }
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*===============================
 =            Sections           =
 ===============================*/
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
  clear: both;
}
#sp-page-builder .sppb-section .sppb-section-title, .mod-sppagebuilder .sppb-section .sppb-section-title {
  margin-bottom: 40px;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-heading, .mod-sppagebuilder .sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-subheading, .mod-sppagebuilder .sppb-section .sppb-section-title .sppb-title-subheading {
  max-width: 100%;
  font-size: 1rem;
}
#sp-page-builder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading, .mod-sppagebuilder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #sp-page-builder .sppb-section:not([class*="title-w-"]):not(.title-fluid) .sppb-text-left .sppb-title-subheading, .mod-sppagebuilder .sppb-section:not([class*="title-w-"]):not(.title-fluid) .sppb-text-left .sppb-title-subheading {
    padding-right: 33.333333%;
  }
  #sp-page-builder .sppb-section:not([class*="title-w-"]):not(.title-fluid) .sppb-text-center .sppb-title-subheading, .mod-sppagebuilder .sppb-section:not([class*="title-w-"]):not(.title-fluid) .sppb-text-center .sppb-title-subheading {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }
  #sp-page-builder .sppb-section:not([class*="title-w-"]):not(.title-fluid) .sppb-text-right .sppb-title-subheading, .mod-sppagebuilder .sppb-section:not([class*="title-w-"]):not(.title-fluid) .sppb-text-right .sppb-title-subheading {
    padding-left: 33.333333%;
  }
}
.sppb-form-control, .sppb-form-group .sppb-form-control {
  background: transparent;
  border-color: #ced4da;
  border-radius: 0.125rem;
  color: inherit;
}
select.sppb-form-control:not([size]):not([multiple]) {
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}
/*==============================
 =            MODULE            =
 ==============================*/
.mod-sppagebuilder {
  vertical-align: middle;
}
/*===================================
 =            CORE ADDONS            =
 ===================================*/
.sppb-addon-raw-html ul, .sppb-addon-text-block ul {
  padding-left: 15px;
}
.sppb-addon-raw-html ul li, .sppb-addon-text-block ul li {
  margin-bottom: 12px;
}
.sppb-addon-raw-html ul li ul, .sppb-addon-text-block ul li ul {
  margin-top: 12px;
  padding-left: 40px;
}
.sppb-addon-raw-html ol, .sppb-addon-text-block ol {
  padding-left: 15px;
}
.sppb-addon-raw-html ol li, .sppb-addon-text-block ol li {
  margin-bottom: 12px;
}
.sppb-addon-raw-html ol li ol, .sppb-addon-text-block ol li ol {
  margin-top: 12px;
  padding-left: 40px;
}
.sppb-addon-articles-ticker .sppb-articles-ticker-heading svg path {
  fill: currentColor;
}
.sppb-addon-articles-carousel .sppb-articles-carousel-img img {
  width: 100%;
}
.sppb-addon-countdown .sppb-countdown-timer > [class*="sppb-col"] {
  margin-bottom: 30px;
}
.sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-finishedtext {
  margin: 0;
}
.sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-text {
  margin-top: 5px;
  font-size: 1rem;
}
.sppb-addon-feature .sppb-img-container {
  display: block !important;
}
.sppb-addon-feature .sppb-img-container img {
  display: block;
  width: 100%;
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) {
  display: flex !important;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded):before {
  content: "EDITOR MESSAGE: Here you see only the design, to see the carousel working make your changes in the addon and save, then close the editor or open this same page but without editor in a new tab.";
  display: block;
  text-align: center;
  color: #dc3545;
  padding: 0 15%;
  width: 100%;
  margin-bottom: 15px;
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
  position: relative;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(33.333333% - 30px);
  -ms-flex: 0 0 calc(33.333333% - 30px);
  max-width: calc(33.333333% - 30px);
}
@media (max-width: 991.98px) {
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
    flex: 0 0 calc(50% - 30px);
    -ms-flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded):before {
    padding: 0 15px;
  }
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
    flex: 0 0 calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.sppb-modal-selector {
  justify-content: center;
}
/**
 * $package Helix Framework
 * $author Unitemplates http://www.Unitemplates.com
 * $copyright Copyright (c) 2010 - 2013 Unitemplates
 * $license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*=================================
 =            SLIDESHOW            =
 =================================*/
.sppb-addon-sp-slider .sppb-sp-slider-button .sp-slider-btn-text {
  border-radius: 0.125rem;
}
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control .nav-control {
  background: transparent !important;
  border-color: transparent !important;
  z-index: 1;
}
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control:before, .sppb-addon-sp-slider.slideshow-1 .sp-nav-control:after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control:before {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  left: -20px;
}
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control:after {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  right: -20px;
}
.sppb-addon-sp-slider.slideshow-1 .sp-slider-current-number-right {
  font-size: 75%;
  font-weight: 700;
}
/*=========================================
 =            FEATUREBOX STYLES            =
 =========================================*/
.sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container {
  line-height: 1;
}
.sppb-addon-feature.feature-box-1 {
  background: rgba(33, 37, 41, .85);
  padding: 15px;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content {
  position: relative;
  padding: 20px;
  border: 1px dashed rgba(173, 181, 189, 0.3);
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content > div {
  position: relative;
  z-index: 1;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content:before, .sppb-addon-feature.feature-box-1 .sppb-addon-content:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-1 .sppb-addon-content:before, .sppb-addon-feature.feature-box-1 .sppb-addon-content:after {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content:before {
  top: -1px;
  left: -1px;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content:after {
  bottom: -1px;
  right: -1px;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon {
  margin-bottom: 1rem;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-addon-title {
  color: #fff;
  margin-bottom: 1rem;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-addon-text {
  color: rgba(255, 255, 255, .7);
}
.sppb-addon-feature.feature-box-1:hover .sppb-addon-content:before, .sppb-addon-feature.feature-box-1:hover .sppb-addon-content:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content {
  padding: 50px 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(173, 181, 189, 0.2);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-2 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon {
  margin-bottom: 10px;
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon-container {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon-container > i {
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 20px;
  color: #212529;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-text {
  padding-top: 25px;
  color: #6c757d;
  position: relative;
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-text:before, .sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-text:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #e9ecef;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  position: absolute;
  top: 0;
  right: -35px;
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-text:after {
  width: 0;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-text:after {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-btn.sppb-btn-link {
  padding: 0;
  text-transform: none;
  font-size: 1rem;
  margin-top: 15px;
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-btn.sppb-btn-link:not(:hover) {
  color: #212529;
}
.sppb-addon-feature.feature-box-2:hover .sppb-addon-content {
  box-shadow: 0 15px 30px rgba(173, 181, 189, 0.5);
}
.sppb-addon-feature.feature-box-2:hover .sppb-addon-content .sppb-icon-container {
  color: #212529;
}
.sppb-addon-feature.feature-box-2:hover .sppb-addon-content .sppb-addon-text:after {
  width: 100%;
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content {
  background: #f8f9fa;
  color: #495057;
  padding: 0 30px 30px;
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-icon {
  margin-bottom: 15px;
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-icon-container {
  padding: 25px 30px !important;
  background: #343a40;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-icon-container i {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-addon-title {
  color: #212529;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content {
  padding: 50px 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(33, 37, 41, 0.1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-4 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-icon {
  margin-bottom: 25px;
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-icon-container {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-icon-container > i {
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 15px;
  color: #212529;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-addon-text {
  color: #6c757d;
  position: relative;
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-btn.sppb-btn-link {
  padding: 0;
  text-transform: none;
  font-size: 1rem;
  margin-top: 15px;
}
.sppb-addon-feature.feature-box-4 .sppb-addon-content .sppb-btn.sppb-btn-link:not(:hover) {
  color: #212529;
}
.sppb-addon-feature.feature-box-4:hover .sppb-addon-content {
  box-shadow: 0 15px 25px rgba(33, 37, 41, 0.25);
}
.sppb-addon-feature.feature-box-4:hover .sppb-addon-content .sppb-icon-container {
  color: #212529;
}
.sppb-addon-feature.feature-box-4:hover .sppb-addon-content .sppb-addon-text:after {
  width: 100%;
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content {
  box-shadow: 0 10px 25px rgba(73, 80, 87, 0.2);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-5 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-img-container {
  overflow: hidden;
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-media-content {
  padding: 30px 20px;
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-media-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-5:hover .sppb-addon-content {
  box-shadow: 0 15px 25px rgba(73, 80, 87, 0.35);
}
.sppb-addon-feature.feature-box-5:hover .sppb-addon-content .sppb-img-responsive {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-icon {
  margin-bottom: -48px;
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-icon-container {
  display: block;
  position: relative;
  padding: 20px;
  border-radius: 50%;
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-icon-container:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-icon-container:before {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-icon-container i {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-media-content {
  padding: 70px 20px 30px;
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 1rem;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-6:hover .sppb-addon-content .sppb-icon-container:before {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.sppb-addon-feature.feature-box-7 .sppb-addon-content {
  padding: 50px 40px;
}
.sppb-addon-feature.feature-box-7 .sppb-addon-content .sppb-icon {
  margin-bottom: 20px;
}
.sppb-addon-feature.feature-box-7 .sppb-addon-content .sppb-icon-container i {
  font-size: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.sppb-addon-feature.feature-box-8 {
  background: #000;
  color: rgba(255, 255, 255, .8);
}
.sppb-addon-feature.feature-box-8 .sppb-addon-content {
  padding: 50px 40px;
}
.sppb-addon-feature.feature-box-8 .sppb-addon-content .sppb-icon {
  margin-bottom: 20px;
}
.sppb-addon-feature.feature-box-8 .sppb-addon-content .sppb-icon-container i {
  font-size: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.sppb-addon-feature.feature-box-8 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-8 .sppb-addon-content .sppb-addon-title a {
  color: #fff;
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-media > .pull-left {
  margin-right: 20px;
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-media > .pull-right {
  margin-left: 20px;
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-icon-container {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-icon-container i {
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-addon-title a {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-addon-title a {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-img-container {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-img-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-media-content {
  padding: 30px 20px;
  background: #212529;
  color: #adb5bd;
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  margin-bottom: 15px;
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-media-content .sppb-addon-title, .sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-media-content .sppb-addon-title a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-media-content .sppb-addon-title, .sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-media-content .sppb-addon-title a {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-10:hover .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  mix-blend-mode: multiply;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-icon {
  padding: 15px;
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-icon-container {
  padding: 15px !important;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-icon-container i {
  display: flex;
  display: -webkit-flex;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-media-body {
  overflow: visible;
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-11:hover .sppb-addon-content .sppb-icon-container {
  background: transparent;
}
.sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content {
  display: flex;
  display: -webkit-flex;
  box-shadow: 0 10px 25px rgba(73, 80, 87, 0.2);
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-img-container {
  overflow: hidden;
}
.sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-icon {
  padding: 30px 20px 0px;
  margin-bottom: -10px !important;
}
.sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-icon .sppb-icon-container {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-icon .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-media-content {
  padding: 30px 20px;
}
.sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-media-content .sppb-addon-title {
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-12"] .sppb-addon-content .sppb-media-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-12"]:hover .sppb-addon-content {
  box-shadow: 0 15px 25px rgba(73, 80, 87, 0.35);
}
.sppb-addon-feature[class*="feature-box-12"]:hover .sppb-addon-content .sppb-img-responsive {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.sppb-addon-feature.feature-box-12-invert .sppb-addon-content .sppb-media-content {
  -webkit-order: -1;
  order: -1;
}
.sppb-addon-feature.feature-box-13 {
  padding: 50px 30px;
  color: #495057;
  background: #fff;
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-icon {
  margin-bottom: 20px;
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-media > .pull-left {
  margin-right: 20px;
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-media > .pull-right {
  margin-left: 20px;
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-icon-container {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-icon-container i {
  font-size: 65px;
  line-height: 65px;
  width: 65px;
  height: 65px;
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-addon-title a {
  color: #212529;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-addon-title a {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-addon-text {
  position: relative;
  padding-bottom: 17px;
}
.sppb-addon-feature.feature-box-13 .sppb-addon-content .sppb-addon-text:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.sppb-addon-feature.feature-box-13:hover .sppb-addon-content .sppb-icon-container {
  color: #212529;
}
/*=========================================
 =            SPPB PERSON ADDON            =
 =========================================*/
.sppb-addon-person.person-1 .sppb-person-addon-content-wrap {
  background: #212529;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.sppb-addon-person.person-1 .sppb-person-information .sppb-person-name {
  font-size: 1.25rem;
  line-height: 1.5;
}
.sppb-addon-person.person-1 .sppb-person-information .sppb-person-designation {
  color: #e9ecef;
}
.sppb-addon-person.person-1 .sppb-person-introtext {
  color: #adb5bd;
}
.sppb-addon-person.person-1 .sppb-person-social {
  margin-top: 10px;
}
.sppb-addon-person.person-1 .sppb-person-social li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(173, 181, 189, 0.3);
  color: #fff;
}
/*==================================
 =            TEXT ADDON            =
 ==================================*/
.sppb-addon-text-block.text-block-1 {
  padding: 20px;
  background: rgba(173, 181, 189, .2);
  position: relative;
}
@media (min-width: 992px) {
  .sppb-addon-text-block.text-block-1:before {
    content: "";
    width: 32px;
    height: 16px;
    border: 16px solid transparent;
    border-left-color: rgba(173, 181, 189, .2);
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -32px;
  }
  .sppb-addon-text-block.text-block-1:after {
    content: "";
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 4px rgba(173, 181, 189, .2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -8px;
  }
  .sppb-addon-text-block.text-block-1.sppb-text-right:before {
    right: auto;
    left: -32px;
    border-right-color: rgba(173, 181, 189, .2);
    border-left-color: transparent;
  }
  .sppb-addon-text-block.text-block-1.sppb-text-right:after {
    right: auto;
    left: -40px;
  }
}
.sppb-addon-text-block.text-block-1 .sppb-addon-title {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-text-block.text-block-1 .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-text-block.text-block-1:hover:after {
  -webkit-animation-name: utExpand;
  animation-name: utExpand;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
/*===================================
 =            SP CLIENTES            =
 ===================================*/
.sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(3n+3) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(n+4) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(-n + 3) {
    padding-top: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(6n+6) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(n+7) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(-n + 6) {
    padding-top: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-last-child(-n+6) {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"] {
    padding: 30px;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3:nth-child(4n+4) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3:nth-child(n+5) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3:nth-child(-n + 4) {
    padding-top: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3:nth-last-child(-n+4) {
    padding-bottom: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4 {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4:nth-child(3n+3) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4:nth-child(n+4) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4:nth-child(-n + 3) {
    padding-top: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-6:nth-child(odd) {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-6:nth-child(n+3) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-6:nth-child(-n + 2) {
    padding-top: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-6:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"]:nth-child(odd) {
    border-right: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"]:nth-child(n+3) {
    border-top: 1px solid rgba(173, 181, 189, 0.3);
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"]:nth-child(-n + 2) {
    padding-top: 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"]:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
/*==========================================
 =            SINGLE IMAGE ADDON            =
 ==========================================*/
@media (min-width: 992px) {
  .sppb-addon-single-image.single-image-1 .sppb-addon-single-image-container {
    padding: 25px 0;
    perspective: 1000px;
    text-align: center;
    position: relative;
    margin-left: 6%;
  }
  .sppb-addon-single-image.single-image-1 .sppb-addon-single-image-container:after {
    content: '';
    position: absolute;
    right: 6%;
    top: 0;
    height: 100%;
    width: 100%;
    border-width: 10px;
    border-style: solid;
    transform: rotateY(0);
    transform-origin: right;
    z-index: -1;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
  }
  .sppb-addon-single-image.single-image-1:hover .sppb-addon-single-image-container:after {
    transform: rotateY(35deg);
    opacity: 0;
    visibility: hidden;
  }
}
.sppb-addon-single-image.single-image-2 {
  text-align: left;
}
.sppb-addon-single-image.single-image-2 .sppb-addon-content {
  padding: 30px 30px 0 0;
}
.sppb-addon-single-image.single-image-2 .sppb-addon-single-image-container {
  background: #495057;
  display: inline-block;
}
.sppb-addon-single-image.single-image-2 .sppb-addon-single-image-container:after {
  content: "";
  width: 200px;
  height: 200px;
  border: 100px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.sppb-addon-single-image.single-image-2 .sppb-addon-single-image-container img {
  -webkit-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
  position: relative;
  z-index: 0;
}
.sppb-addon-single-image.single-image-3 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.sppb-addon-single-image.single-image-3 .sppb-addon-title {
  padding: 40px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -35px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container {
  position: relative;
  padding: 0 35px 35px 0;
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 35px;
  right: 0;
  bottom: 0;
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container img {
  position: relative;
  z-index: 1;
}
/*========================================
 =            NAVIGATION ADDON            =
 ========================================*/
.sppb-link-list-wrap.navigation-1 .sppb-responsive-bars {
  background: #dee2e6;
}
.sppb-link-list-wrap.navigation-1 .sppb-responsive-bars > span {
  background: #212529;
}
.sppb-link-list-wrap.navigation-1 > ul > li {
  display: block;
}
.sppb-link-list-wrap.navigation-1 > ul > li > a {
  font-size: 1rem;
  line-height: 2;
  padding: 7px 17px;
  background: #f8f9fa;
  margin-bottom: 1px;
  border-radius: 0;
  color: #212529;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sppb-link-list-wrap.navigation-2 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.navigation-2 ul li a {
  border: 1px solid #222;
  color: #222;
  border-radius: 0 !important;
  padding: 8px 20px;
  font-size: 1rem;
}
.sppb-link-list-wrap.navigation-2 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.navigation-2 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.navigation-2 ul li a:hover {
  background: #222;
  color: #fff;
}
.sppb-link-list-wrap.navigation-2 ul li.sppb-active a {
  background: #222;
  color: #fff;
}
.sppb-link-list-wrap.navigation-3 {
  padding: 15px 15px;
  font-size: 1rem;
}
.sppb-link-list-wrap.navigation-3 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.navigation-3 ul li a {
  padding: 9px 20px;
  color: #fff;
  border-radius: 3px;
}
.sppb-link-list-wrap.navigation-3 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.navigation-3 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.navigation-3 ul li a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}
.sppb-link-list-wrap.navigation-3 ul li.sppb-active a {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}
.sppb-link-list-wrap.navigation-4 ul {
  margin: -5px;
}
.sppb-link-list-wrap.navigation-4 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.navigation-4 ul li a {
  padding: 8px 20px;
  font-size: 1rem;
  border-radius: 0 !important;
}
.sppb-link-list-wrap.navigation-4 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.navigation-4 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.navigation-4 ul li a:hover {
  color: #fff !important;
}
.sppb-link-list-wrap.navigation-4 ul li.sppb-active a {
  color: #fff !important;
}
/*========================================
 =            SP FLIPBOX ADDON            =
 ========================================*/
.sppb-addon-sppb-flibox.overlay-front-20 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-20 .threeD-flip-front:before {
  opacity: 0.2;
}
.sppb-addon-sppb-flibox.overlay-back-20 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-20 .threeD-flip-back:before {
  opacity: 0.2;
}
.sppb-addon-sppb-flibox.overlay-front-30 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-30 .threeD-flip-front:before {
  opacity: 0.3;
}
.sppb-addon-sppb-flibox.overlay-back-30 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-30 .threeD-flip-back:before {
  opacity: 0.3;
}
.sppb-addon-sppb-flibox.overlay-front-40 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-40 .threeD-flip-front:before {
  opacity: 0.4;
}
.sppb-addon-sppb-flibox.overlay-back-40 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-40 .threeD-flip-back:before {
  opacity: 0.4;
}
.sppb-addon-sppb-flibox.overlay-front-50 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-50 .threeD-flip-front:before {
  opacity: 0.5;
}
.sppb-addon-sppb-flibox.overlay-back-50 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-50 .threeD-flip-back:before {
  opacity: 0.5;
}
.sppb-addon-sppb-flibox.overlay-front-60 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-60 .threeD-flip-front:before {
  opacity: 0.6;
}
.sppb-addon-sppb-flibox.overlay-back-60 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-60 .threeD-flip-back:before {
  opacity: 0.6;
}
.sppb-addon-sppb-flibox.overlay-front-70 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-70 .threeD-flip-front:before {
  opacity: 0.7;
}
.sppb-addon-sppb-flibox.overlay-back-70 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-70 .threeD-flip-back:before {
  opacity: 0.7;
}
.sppb-addon-sppb-flibox.overlay-front-80 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-80 .threeD-flip-front:before {
  opacity: 0.8;
}
.sppb-addon-sppb-flibox.overlay-back-80 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-80 .threeD-flip-back:before {
  opacity: 0.8;
}
.sppb-addon-sppb-flibox.overlay-front-90 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-90 .threeD-flip-front:before {
  opacity: 0.9;
}
.sppb-addon-sppb-flibox.overlay-back-90 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-90 .threeD-flip-back:before {
  opacity: 0.9;
}
.sppb-addon-sppb-flibox.front-dark .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.front-dark .threeD-flip-front:before {
  background-color: #343a40 !important;
}
.sppb-addon-sppb-flibox.back-dark .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.back-dark .threeD-flip-back:before {
  background-color: #343a40 !important;
}
/*===========================================
 =            BLOCK NUMBER STYLES            =
 ===========================================*/
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-text-center:not(.sppb-media-body), .sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .pull-left, .sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .pull-right {
  margin: 20px;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  font-weight: 700;
  border: none !important;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number:before {
  content: "";
  display: block;
  border-radius: inherit;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number:before {
    transition: none;
  }
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-media-heading {
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-media-heading {
    transition: none;
  }
}
.sppb-addon-blocknumber.block-number-2:hover .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number:before {
  -webkit-animation: utExpand 1s infinite;
  animation: utExpand 1s infinite;
}
.sppb-addon-blocknumber.block-number-3 {
  padding: 50px 30px;
  background: #fff;
  color: #495057;
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 0;
  border-width: 0;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
    transition: none;
  }
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-media-heading {
  color: #212529;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-media-heading {
    transition: none;
  }
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-media-body {
  margin-top: 20px;
}
.sppb-addon-blocknumber.block-number-3:hover .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  background: #212529;
  color: #fff;
}
/*=======================================
 =            ACCORDION ADDON            =
 =======================================*/
.sppb-addon-accordion .sppb-panel.sppb-panel-default {
  border-color: rgba(173, 181, 189, 0.3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default > .sppb-panel-heading {
  background: rgba(222, 226, 230, .15);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default .sppb-panel-body {
  border-top-color: rgba(173, 181, 189, 0.3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-modern > .sppb-panel-heading {
  color: #495057;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success {
  border-color: rgba(40, 167, 69, .3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success > .sppb-panel-heading {
  color: #28a745;
  background: rgba(40, 167, 69, .1);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-body {
  border-top-color: rgba(40, 167, 69, .3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info {
  border-color: rgba(23, 162, 184, .3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info > .sppb-panel-heading {
  color: #17a2b8;
  background: rgba(23, 162, 184, .1);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-body {
  border-top-color: rgba(23, 162, 184, .3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning {
  border-color: rgba(255, 193, 7, .3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning > .sppb-panel-heading {
  color: #ffc107;
  background: rgba(255, 193, 7, .1);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-body {
  border-top-color: rgba(255, 193, 7, .3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger {
  border-color: rgba(220, 53, 69, .3);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger > .sppb-panel-heading {
  color: #dc3545;
  background: rgba(220, 53, 69, .1);
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-body {
  border-top-color: rgba(220, 53, 69, .3);
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq {
  margin-bottom: 0;
  border-top-width: 0;
  background: transparent;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq .sppb-panel-heading {
  padding: 0 15px 0 64px;
  line-height: 50px;
  position: relative;
  border-bottom: none;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  font-size: 18px;
  line-height: 1;
  color: #212529;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  width: 49px;
  line-height: 50px;
  text-align: center;
  top: 0;
  right: auto;
  left: 0;
  background: #495057;
  color: #fff;
  transform: none !important;
  -webkit-transform: none !important;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq .sppb-panel-heading.active i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq .sppb-panel-collapse .sppb-panel-body {
  border-bottom: none;
  border-left: 5px solid rgba(173, 181, 189, 0.3);
  margin-left: 22px;
  padding: 15px 15px 15px 36px;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border-color: transparent;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: rgba(173, 181, 189, 0.3);
  padding: 15px 55px 15px 15px;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading:after {
  content: "+";
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active:after {
  content: "-";
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  display: none;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  padding: 20px 15px;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border-color: rgba(173, 181, 189, 0.3);
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: transparent;
  padding: 10px 35px 10px 20px;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-size: 1.125rem;
  font-weight: 400;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-color: rgba(173, 181, 189, 0.3);
  padding: 20px;
}
/*=================================
 =            TAB ADDON            =
 =================================*/
.sppb-addon-tab .sppb-addon-content .sppb-tab-content {
  margin-top: 20px;
}
.sppb-addon-tab .sppb-addon-content.sppb-tabs-tab .sppb-nav-tabs > li {
  margin-bottom: -2px;
  margin: 0 1px -2px;
}
.sppb-addon-tab .sppb-addon-content.sppb-tabs-tab .sppb-nav-tabs > li:first-child {
  margin-left: 0;
}
.sppb-addon-tab .sppb-addon-content.sppb-tabs-tab .sppb-nav-tabs > li a {
  background: rgba(173, 181, 189, 0.3);
  border: none;
}
.sppb-addon-tab .sppb-addon-content.sppb-tabs-tab .sppb-nav-tabs > li.active a, .sppb-addon-tab .sppb-addon-content.sppb-tabs-tab .sppb-nav-tabs > li.active a:hover, .sppb-addon-tab .sppb-addon-content.sppb-tabs-tab .sppb-nav-tabs > li.active a:focus {
  border-bottom-color: transparent;
}
.sppb-addon-tab .sppb-addon-content.sppb-pills-tab .sppb-nav-pills > li a {
  background: rgba(173, 181, 189, 0.3);
}
.sppb-addon-tab .sppb-addon-content.sppb-lines-tab .sppb-nav-lines > li.active a, .sppb-addon-tab .sppb-addon-content.sppb-lines-tab .sppb-nav-lines > li.active a:focus, .sppb-addon-tab .sppb-addon-content.sppb-lines-tab .sppb-nav-lines > li.active a:hover {
  background: transparent;
}
.sppb-addon-tab .sppb-addon-content.sppb-lines-tab .sppb-nav-lines > li a {
  font-size: 1.125rem;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
}
.sppb-addon-tab .sppb-addon-content.sppb-modern-tab .sppb-nav-modern > li > a {
  border-color: #adb5bd;
  background: rgba(173, 181, 189, 0.3);
}
.sppb-addon-tab .sppb-addon-content.sppb-modern-tab .sppb-nav-modern > li.active a, .sppb-addon-tab .sppb-addon-content.sppb-modern-tab .sppb-nav-modern > li.active a:hover, .sppb-addon-tab .sppb-addon-content.sppb-modern-tab .sppb-nav-modern > li.active a:focus {
  background: transparent;
}
/*===================================
 =            OPTIN ADDON            =
 ===================================*/
body .sppb-addon-optin-forms {
  padding: 0;
}
body .sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0;
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.recaptcha-wrap {
  flex: 100%;
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.email-wrap {
  padding-right: 0;
}
@media (min-width: 768px) {
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .button-wrap {
    order: 3;
    -webkit-order: 3;
    padding-left: 20px;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group {
    order: 5;
    -webkit-order: 5;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.name-wrap {
    order: 1;
    -webkit-order: 1;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.email-wrap {
    order: 2;
    -webkit-order: 2;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.recaptcha-wrap {
    order: 4;
    -webkit-order: 4;
  }
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline label {
  display: inherit;
}
/*======================================
 =            TIMELINE ADDON            =
 ======================================*/
.sppb-addon-timeline.timeline-1 .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  border-color: rgba(173, 181, 189, 0.3);
  width: 100%;
}
.sppb-addon-timeline.timeline-1 .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
  box-shadow: 3px -3px 1px -2px rgba(173, 181, 189, 0.3);
}
.sppb-addon-timeline.timeline-1 .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
  font-weight: 700;
}
/*======================================
 =            PROGRESS ADDON            =
 ======================================*/
.sppb-addon-progress .sppb-progress {
  background: #e9ecef;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-success {
  background-color: #28a745;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-info {
  background-color: #17a2b8;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-warning {
  background-color: #ffc107;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-danger {
  background-color: #dc3545;
}
.sppb-addon-progress.progress-bar-1 .sppb-progress-label {
  font-size: 1rem;
  font-weight: 400;
}
.sppb-addon-progress.progress-bar-1 .sppb-progress {
  border-radius: 0;
  height: 10px;
}
/*================================================
 =            UT ANIMATED NUMBER ADDON            =
 ================================================*/
.ut-addon-animated-number.ut-animated-number-1:hover .sppb-addon-content .icon-container {
  -webkit-animation-name: utSlideInUp;
  animation-name: utSlideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.ut-addon-animated-number.ut-animated-number-2 .icon-container i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-animated-number {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-animated-number-title {
  color: #fff;
}
/*=======================================
 =            UT PERSON ADDON            =
 =======================================*/
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay {
  background: rgba(33, 37, 41, .8);
  color: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div {
    transition: none;
  }
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  mix-blend-mode: color-dodge;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons:before, .ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons:after {
  content: "";
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons:before {
  left: -10px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons:after {
  right: -10px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social {
  margin: 0;
  position: relative;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social > li {
  margin: 0;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after {
  padding: 20px;
  background: #e9ecef;
  border-bottom: 5px solid rgba(173, 181, 189, 0.3);
  position: relative;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after:after {
  content: "";
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-1 .sppb-addon-content .person-after:after {
    transition: none;
  }
}
.ut-person.ut-person-1 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after .person-name {
  color: #212529;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-name {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-designation {
  font-size: 1rem;
  line-height: 1;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -3px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 40px;
  height: 40px;
  padding: 12px;
  text-align: center;
}
.ut-person.ut-person-1:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-1:hover .person-image .person-overlay .person-overlay-inner > div:not(.person-social-icons) {
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}
.ut-person.ut-person-1:hover .person-image .person-overlay .person-overlay-inner .person-social-icons {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ut-person.ut-person-1:hover .person-after:after {
  width: 100%;
}
.ut-person.ut-person-2 .sppb-addon-content {
  box-shadow: 0 10px 25px rgba(33, 37, 41, 0.1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-2 .sppb-addon-content {
    transition: none;
  }
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay {
  padding: 20px;
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-2 .sppb-addon-content .person-after {
  padding: 30px 20px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-2 .sppb-addon-content .person-information .person-name {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -3px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 40px;
  height: 40px;
  padding: 12px;
  text-align: center;
  background: #e9ecef;
}
.ut-person.ut-person-2:hover .sppb-addon-content {
  box-shadow: 0 15px 25px rgba(33, 37, 41, 0.25);
}
.ut-person.ut-person-2:hover .sppb-addon-content .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-2:hover .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .sppb-img-responsive {
  width: 100%;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay {
  padding: 25px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  border: 2px solid #fff;
  padding: 20px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-30px) scale(0);
  transform: translateY(-30px) scale(0);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social {
  margin: -10px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li {
  margin: 10px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li > a {
  width: auto;
  height: auto;
  padding: 0;
  color: #fff;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-information .person-name {
  color: #fff;
}
.ut-person.ut-person-3 .sppb-addon-content .person-after {
  margin: -50px 25px 0;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(73, 80, 87, .2);
}
.ut-person.ut-person-3 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-3 .sppb-addon-content .person-information .person-name {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 3px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-information .person-designation {
  font-size: 1rem;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -3px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 32px;
  height: 32px;
  padding: 12px;
  font-size: 20px;
  text-align: center;
}
.ut-person.ut-person-3:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-3:hover .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: translateY(-30px) scale(1);
  transform: translateY(-30px) scale(1);
}
/*======================================
 =            UT TESTIMONIAL            =
 ======================================*/
.ut-testimonial.ut-testimonial-1 .client-name {
  font-size: 1.375rem;
  font-weight: 700;
}
.ut-testimonial.ut-testimonial-1 .client-position {
  font-weight: 500;
}
.ut-testimonial.ut-testimonial-1 .message + .ut-testimonial-rating {
  margin-top: 15px !important;
}
.ut-testimonial.ut-testimonial-1 .owl-nav, .ut-testimonial.ut-testimonial-1 .owl-dots {
  margin-top: 20px !important;
}
.ut-testimonial.ut-testimonial-1 .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: #e9ecef;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
div[id*="outsidenav"] {
  margin: -5px;
}
div[id*="outsidenav"] div[class*="owl-"] {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  display: inline-block;
  margin: 5px;
  background: #343a40;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div[id*="outsidenav"] div[class*="owl-"] {
    transition: none;
  }
}
div[id*="outsidenav"] div[class*="owl-"].disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
div[id*="outsidedot"] {
  margin: -3px;
}
div[id*="outsidedot"] div[class*="owl-"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  margin: 3px;
  background: #343a40;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div[id*="outsidedot"] div[class*="owl-"] {
    transition: none;
  }
}
div[id*="outsidedot"] div[class*="owl-"].disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/*===================================
 =            ALERT ADDON            =
 ===================================*/
.sppb-addon-alert .sppb-alert-success {
  background: rgba(40, 167, 69, .1);
  color: #28a745;
}
.sppb-addon-alert .sppb-alert-info {
  background: rgba(23, 162, 184, .1);
  color: #17a2b8;
}
.sppb-addon-alert .sppb-alert-warning {
  background: rgba(255, 193, 7, .1);
  color: #ffc107;
}
.sppb-addon-alert .sppb-alert-danger {
  background: rgba(220, 53, 69, .1);
  color: #dc3545;
}
/**
 * @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
 */
/*=====================================
 =            BUTTON COLORS            =
 =====================================*/
body {
  /*====================================
   =            BUTTON SIZES            =
   ====================================*/
  /*=====================================
   =            BUTTON COLORS            =
   =====================================*/
}
body .btn, body .sppb-btn {
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: none !important;
  letter-spacing: 0.5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .btn, body .sppb-btn {
    transition: none;
  }
}
body .btn, body .sppb-btn {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.125rem;
}
body .btn.sppb-btn-3d, body .sppb-btn.sppb-btn-3d {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  border-bottom-width: 0.3125rem !important;
}
body .btn-sm, body .sppb-btn-sm {
  padding: 0.4375rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 2;
  border-radius: 0rem;
}
body .btn-sm.sppb-btn-3d, body .sppb-btn-sm.sppb-btn-3d {
  padding-top: 0.34375rem !important;
  padding-bottom: 0.34375rem !important;
  border-bottom-width: 0.25rem !important;
}
body .btn-lg, body .sppb-btn-lg {
  padding: 0.5625rem 2.125rem;
  font-size: 0.9375rem;
  line-height: 2;
  border-radius: 0rem;
}
body .btn-lg.sppb-btn-3d, body .sppb-btn-lg.sppb-btn-3d {
  padding-top: 0.40625rem !important;
  padding-bottom: 0.40625rem !important;
  border-bottom-width: 0.375rem !important;
}
body .sppb-btn-xs {
  padding: 0.3125rem 1.375rem;
  font-size: 0.75rem;
  line-height: 2;
  border-radius: 0rem;
}
body .sppb-btn-xs.sppb-btn-3d {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  border-bottom-width: 0.1875rem !important;
}
body .sppb-btn-xlg {
  padding: 0.625rem 3.125rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0rem;
}
body .sppb-btn-xlg.sppb-btn-3d {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  border-bottom-width: 0.4375rem !important;
}
body .sppb-btn-link:hover {
  text-decoration: none;
}
body .btn-success, body .sppb-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-success:hover, body .sppb-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
body .btn-success:focus, body .sppb-btn-success:focus, body .btn-success.focus, body .sppb-btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, .5);
}
body .btn-success.disabled, body .sppb-btn-success.disabled, body .btn-success:disabled, body .sppb-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-success:not(:disabled):not(.disabled):active, body .sppb-btn-success:not(:disabled):not(.disabled):active, body .btn-success:not(:disabled):not(.disabled).active, body .sppb-btn-success:not(:disabled):not(.disabled).active, .show > body .btn-success.dropdown-toggle, .show > body .sppb-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
body .btn-success:not(:disabled):not(.disabled):active:focus, body .sppb-btn-success:not(:disabled):not(.disabled):active:focus, body .btn-success:not(:disabled):not(.disabled).active:focus, body .sppb-btn-success:not(:disabled):not(.disabled).active:focus, .show > body .btn-success.dropdown-toggle:focus, .show > body .sppb-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, .5);
}
body .btn-success.sppb-btn-outline, body .sppb-btn-success.sppb-btn-outline {
  color: #28a745;
  border-color: #28a745;
}
body .btn-success.sppb-btn-outline:hover, body .sppb-btn-success.sppb-btn-outline:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-success.sppb-btn-outline:focus, body .sppb-btn-success.sppb-btn-outline:focus, body .btn-success.sppb-btn-outline.focus, body .sppb-btn-success.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}
body .btn-success.sppb-btn-outline.disabled, body .sppb-btn-success.sppb-btn-outline.disabled, body .btn-success.sppb-btn-outline:disabled, body .sppb-btn-success.sppb-btn-outline:disabled {
  color: #28a745;
  background-color: transparent;
}
body .btn-success.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled):active, body .btn-success.sppb-btn-outline:not(:disabled):not(.disabled).active, body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .btn-success.sppb-btn-outline.dropdown-toggle, .show > body .sppb-btn-success.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-success.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .btn-success.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .btn-success.sppb-btn-outline.dropdown-toggle:focus, .show > body .sppb-btn-success.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}
body .btn-success.sppb-btn-3d, body .sppb-btn-success.sppb-btn-3d {
  border-bottom-color: #218838;
}
body .btn-success.sppb-btn-gradient, body .sppb-btn-success.sppb-btn-gradient {
  background-image: linear-gradient(#34ce57, #1e7e34);
}
body .btn-success.sppb-btn-gradient:hover, body .sppb-btn-success.sppb-btn-gradient:hover {
  background-image: linear-gradient(#28a745, #28a745);
}
body .btn-success.sppb-btn-outline-hover:hover:hover, body .sppb-btn-success.sppb-btn-outline-hover:hover:hover {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
body .btn-info, body .sppb-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-info:hover, body .sppb-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
body .btn-info:focus, body .sppb-btn-info:focus, body .btn-info.focus, body .sppb-btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, .5);
}
body .btn-info.disabled, body .sppb-btn-info.disabled, body .btn-info:disabled, body .sppb-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-info:not(:disabled):not(.disabled):active, body .sppb-btn-info:not(:disabled):not(.disabled):active, body .btn-info:not(:disabled):not(.disabled).active, body .sppb-btn-info:not(:disabled):not(.disabled).active, .show > body .btn-info.dropdown-toggle, .show > body .sppb-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
body .btn-info:not(:disabled):not(.disabled):active:focus, body .sppb-btn-info:not(:disabled):not(.disabled):active:focus, body .btn-info:not(:disabled):not(.disabled).active:focus, body .sppb-btn-info:not(:disabled):not(.disabled).active:focus, .show > body .btn-info.dropdown-toggle:focus, .show > body .sppb-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, .5);
}
body .btn-info.sppb-btn-outline, body .sppb-btn-info.sppb-btn-outline {
  color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-info.sppb-btn-outline:hover, body .sppb-btn-info.sppb-btn-outline:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-info.sppb-btn-outline:focus, body .sppb-btn-info.sppb-btn-outline:focus, body .btn-info.sppb-btn-outline.focus, body .sppb-btn-info.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
body .btn-info.sppb-btn-outline.disabled, body .sppb-btn-info.sppb-btn-outline.disabled, body .btn-info.sppb-btn-outline:disabled, body .sppb-btn-info.sppb-btn-outline:disabled {
  color: #17a2b8;
  background-color: transparent;
}
body .btn-info.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled):active, body .btn-info.sppb-btn-outline:not(:disabled):not(.disabled).active, body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .btn-info.sppb-btn-outline.dropdown-toggle, .show > body .sppb-btn-info.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body .btn-info.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .btn-info.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .btn-info.sppb-btn-outline.dropdown-toggle:focus, .show > body .sppb-btn-info.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
body .btn-info.sppb-btn-3d, body .sppb-btn-info.sppb-btn-3d {
  border-bottom-color: #138496;
}
body .btn-info.sppb-btn-gradient, body .sppb-btn-info.sppb-btn-gradient {
  background-image: linear-gradient(#1fc8e3, #117a8b);
}
body .btn-info.sppb-btn-gradient:hover, body .sppb-btn-info.sppb-btn-gradient:hover {
  background-image: linear-gradient(#17a2b8, #17a2b8);
}
body .btn-info.sppb-btn-outline-hover:hover:hover, body .sppb-btn-info.sppb-btn-outline-hover:hover:hover {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
body .btn-warning, body .sppb-btn-warning {
  color: #333;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning:hover, body .sppb-btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}
body .btn-warning:focus, body .sppb-btn-warning:focus, body .btn-warning.focus, body .sppb-btn-warning.focus {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, .5);
}
body .btn-warning.disabled, body .sppb-btn-warning.disabled, body .btn-warning:disabled, body .sppb-btn-warning:disabled {
  color: #333;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning:not(:disabled):not(.disabled):active, body .sppb-btn-warning:not(:disabled):not(.disabled):active, body .btn-warning:not(:disabled):not(.disabled).active, body .sppb-btn-warning:not(:disabled):not(.disabled).active, .show > body .btn-warning.dropdown-toggle, .show > body .sppb-btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}
body .btn-warning:not(:disabled):not(.disabled):active:focus, body .sppb-btn-warning:not(:disabled):not(.disabled):active:focus, body .btn-warning:not(:disabled):not(.disabled).active:focus, body .sppb-btn-warning:not(:disabled):not(.disabled).active:focus, .show > body .btn-warning.dropdown-toggle:focus, .show > body .sppb-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, .5);
}
body .btn-warning.sppb-btn-outline, body .sppb-btn-warning.sppb-btn-outline {
  color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning.sppb-btn-outline:hover, body .sppb-btn-warning.sppb-btn-outline:hover {
  color: #333;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning.sppb-btn-outline:focus, body .sppb-btn-warning.sppb-btn-outline:focus, body .btn-warning.sppb-btn-outline.focus, body .sppb-btn-warning.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}
body .btn-warning.sppb-btn-outline.disabled, body .sppb-btn-warning.sppb-btn-outline.disabled, body .btn-warning.sppb-btn-outline:disabled, body .sppb-btn-warning.sppb-btn-outline:disabled {
  color: #ffc107;
  background-color: transparent;
}
body .btn-warning.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled):active, body .btn-warning.sppb-btn-outline:not(:disabled):not(.disabled).active, body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .btn-warning.sppb-btn-outline.dropdown-toggle, .show > body .sppb-btn-warning.sppb-btn-outline.dropdown-toggle {
  color: #333;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .btn-warning.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .btn-warning.sppb-btn-outline.dropdown-toggle:focus, .show > body .sppb-btn-warning.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}
body .btn-warning.sppb-btn-3d, body .sppb-btn-warning.sppb-btn-3d {
  border-bottom-color: #e0a800;
}
body .btn-warning.sppb-btn-gradient, body .sppb-btn-warning.sppb-btn-gradient {
  background-image: linear-gradient(#ffce3a, #d39e00);
}
body .btn-warning.sppb-btn-gradient:hover, body .sppb-btn-warning.sppb-btn-gradient:hover {
  background-image: linear-gradient(#ffc107, #ffc107);
}
body .btn-warning.sppb-btn-outline-hover:hover:hover, body .sppb-btn-warning.sppb-btn-outline-hover:hover:hover {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
body .btn-danger, body .sppb-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-danger:hover, body .sppb-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
body .btn-danger:focus, body .sppb-btn-danger:focus, body .btn-danger.focus, body .sppb-btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, .5);
}
body .btn-danger.disabled, body .sppb-btn-danger.disabled, body .btn-danger:disabled, body .sppb-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-danger:not(:disabled):not(.disabled):active, body .sppb-btn-danger:not(:disabled):not(.disabled):active, body .btn-danger:not(:disabled):not(.disabled).active, body .sppb-btn-danger:not(:disabled):not(.disabled).active, .show > body .btn-danger.dropdown-toggle, .show > body .sppb-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
body .btn-danger:not(:disabled):not(.disabled):active:focus, body .sppb-btn-danger:not(:disabled):not(.disabled):active:focus, body .btn-danger:not(:disabled):not(.disabled).active:focus, body .sppb-btn-danger:not(:disabled):not(.disabled).active:focus, .show > body .btn-danger.dropdown-toggle:focus, .show > body .sppb-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, .5);
}
body .btn-danger.sppb-btn-outline, body .sppb-btn-danger.sppb-btn-outline {
  color: #dc3545;
  border-color: #dc3545;
}
body .btn-danger.sppb-btn-outline:hover, body .sppb-btn-danger.sppb-btn-outline:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-danger.sppb-btn-outline:focus, body .sppb-btn-danger.sppb-btn-outline:focus, body .btn-danger.sppb-btn-outline.focus, body .sppb-btn-danger.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
body .btn-danger.sppb-btn-outline.disabled, body .sppb-btn-danger.sppb-btn-outline.disabled, body .btn-danger.sppb-btn-outline:disabled, body .sppb-btn-danger.sppb-btn-outline:disabled {
  color: #dc3545;
  background-color: transparent;
}
body .btn-danger.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled):active, body .btn-danger.sppb-btn-outline:not(:disabled):not(.disabled).active, body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .btn-danger.sppb-btn-outline.dropdown-toggle, .show > body .sppb-btn-danger.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-danger.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .btn-danger.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .btn-danger.sppb-btn-outline.dropdown-toggle:focus, .show > body .sppb-btn-danger.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
body .btn-danger.sppb-btn-3d, body .sppb-btn-danger.sppb-btn-3d {
  border-bottom-color: #c82333;
}
body .btn-danger.sppb-btn-gradient, body .sppb-btn-danger.sppb-btn-gradient {
  background-image: linear-gradient(#e4606d, #bd2130);
}
body .btn-danger.sppb-btn-gradient:hover, body .sppb-btn-danger.sppb-btn-gradient:hover {
  background-image: linear-gradient(#dc3545, #dc3545);
}
body .btn-danger.sppb-btn-outline-hover:hover:hover, body .sppb-btn-danger.sppb-btn-outline-hover:hover:hover {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
body .btn-light, body .sppb-btn-light {
  color: #333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light:hover, body .sppb-btn-light:hover {
  color: #333;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
body .btn-light:focus, body .sppb-btn-light:focus, body .btn-light.focus, body .sppb-btn-light.focus {
  color: #333;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, .5);
}
body .btn-light.disabled, body .sppb-btn-light.disabled, body .btn-light:disabled, body .sppb-btn-light:disabled {
  color: #333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light:not(:disabled):not(.disabled):active, body .sppb-btn-light:not(:disabled):not(.disabled):active, body .btn-light:not(:disabled):not(.disabled).active, body .sppb-btn-light:not(:disabled):not(.disabled).active, .show > body .btn-light.dropdown-toggle, .show > body .sppb-btn-light.dropdown-toggle {
  color: #333;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
body .btn-light:not(:disabled):not(.disabled):active:focus, body .sppb-btn-light:not(:disabled):not(.disabled):active:focus, body .btn-light:not(:disabled):not(.disabled).active:focus, body .sppb-btn-light:not(:disabled):not(.disabled).active:focus, .show > body .btn-light.dropdown-toggle:focus, .show > body .sppb-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, .5);
}
body .btn-light.sppb-btn-outline, body .sppb-btn-light.sppb-btn-outline {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light.sppb-btn-outline:hover, body .sppb-btn-light.sppb-btn-outline:hover {
  color: #333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light.sppb-btn-outline:focus, body .sppb-btn-light.sppb-btn-outline:focus, body .btn-light.sppb-btn-outline.focus, body .sppb-btn-light.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
body .btn-light.sppb-btn-outline.disabled, body .sppb-btn-light.sppb-btn-outline.disabled, body .btn-light.sppb-btn-outline:disabled, body .sppb-btn-light.sppb-btn-outline:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
body .btn-light.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled):active, body .btn-light.sppb-btn-outline:not(:disabled):not(.disabled).active, body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .btn-light.sppb-btn-outline.dropdown-toggle, .show > body .sppb-btn-light.sppb-btn-outline.dropdown-toggle {
  color: #333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .btn-light.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .btn-light.sppb-btn-outline.dropdown-toggle:focus, .show > body .sppb-btn-light.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
body .btn-light.sppb-btn-3d, body .sppb-btn-light.sppb-btn-3d {
  border-bottom-color: #e2e6ea;
}
body .btn-light.sppb-btn-gradient, body .sppb-btn-light.sppb-btn-gradient {
  background-image: linear-gradient(#fff, #dae0e5);
}
body .btn-light.sppb-btn-gradient:hover, body .sppb-btn-light.sppb-btn-gradient:hover {
  background-image: linear-gradient(#f8f9fa, #f8f9fa);
}
body .btn-light.sppb-btn-outline-hover:hover:hover, body .sppb-btn-light.sppb-btn-outline-hover:hover:hover {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
body .btn-dark, body .sppb-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark:hover, body .sppb-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
body .btn-dark:focus, body .sppb-btn-dark:focus, body .btn-dark.focus, body .sppb-btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
body .btn-dark.disabled, body .sppb-btn-dark.disabled, body .btn-dark:disabled, body .sppb-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark:not(:disabled):not(.disabled):active, body .sppb-btn-dark:not(:disabled):not(.disabled):active, body .btn-dark:not(:disabled):not(.disabled).active, body .sppb-btn-dark:not(:disabled):not(.disabled).active, .show > body .btn-dark.dropdown-toggle, .show > body .sppb-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .btn-dark:not(:disabled):not(.disabled):active:focus, body .sppb-btn-dark:not(:disabled):not(.disabled):active:focus, body .btn-dark:not(:disabled):not(.disabled).active:focus, body .sppb-btn-dark:not(:disabled):not(.disabled).active:focus, .show > body .btn-dark.dropdown-toggle:focus, .show > body .sppb-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
body .btn-dark.sppb-btn-outline, body .sppb-btn-dark.sppb-btn-outline {
  color: #343a40;
  border-color: #343a40;
}
body .btn-dark.sppb-btn-outline:hover, body .sppb-btn-dark.sppb-btn-outline:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark.sppb-btn-outline:focus, body .sppb-btn-dark.sppb-btn-outline:focus, body .btn-dark.sppb-btn-outline.focus, body .sppb-btn-dark.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
body .btn-dark.sppb-btn-outline.disabled, body .sppb-btn-dark.sppb-btn-outline.disabled, body .btn-dark.sppb-btn-outline:disabled, body .sppb-btn-dark.sppb-btn-outline:disabled {
  color: #343a40;
  background-color: transparent;
}
body .btn-dark.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled):active, body .btn-dark.sppb-btn-outline:not(:disabled):not(.disabled).active, body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .btn-dark.sppb-btn-outline.dropdown-toggle, .show > body .sppb-btn-dark.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .btn-dark.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .btn-dark.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .btn-dark.sppb-btn-outline.dropdown-toggle:focus, .show > body .sppb-btn-dark.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
body .btn-dark.sppb-btn-3d, body .sppb-btn-dark.sppb-btn-3d {
  border-bottom-color: #23272b;
}
body .btn-dark.sppb-btn-gradient, body .sppb-btn-dark.sppb-btn-gradient {
  background-image: linear-gradient(#4b545c, #1d2124);
}
body .btn-dark.sppb-btn-gradient:hover, body .sppb-btn-dark.sppb-btn-gradient:hover {
  background-image: linear-gradient(#343a40, #343a40);
}
body .btn-dark.sppb-btn-outline-hover:hover:hover, body .sppb-btn-dark.sppb-btn-outline-hover:hover:hover {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
body .sppb-btn-square {
  border-radius: 0 !important;
}
body .sppb-btn-rounded {
  border-radius: 0.25rem !important;
}
body .sppb-btn-round {
  border-radius: 6.25rem !important;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2012 - 2017 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Animated Numbers
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2014-2020 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
/*======================================
 =            Basic settings            =
 ======================================*/
.ut-addon-animated-number .sppb-addon-content .icon-container {
  display: inline-block;
}
.ut-addon-animated-number .sppb-addon-content .icon-container i {
  text-align: center;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.left {
  margin-right: 15px;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.left + .number-container {
  text-align: left;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.right {
  margin-left: 15px;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.right + .number-container {
  text-align: right;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.top {
  margin-bottom: 15px;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.bottom {
  margin-top: 15px;
}
.ut-addon-animated-number .sppb-addon-content .number-container {
  overflow: hidden;
}
.ut-addon-animated-number .sppb-animated-number, .ut-addon-animated-number .sppb-animated-number-title {
  line-height: 1;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Person
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.ut-person .sppb-addon-content .person-image {
  position: relative;
  overflow: hidden;
}
.ut-person .sppb-addon-content .person-image .person-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ut-person .sppb-addon-content .person-information {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-information span {
  display: block;
}
.ut-person .sppb-addon-content .person-information .person-name {
  font-size: 16px;
  font-weight: 700;
}
.ut-person .sppb-addon-content .person-information .person-designation {
  font-size: 12px;
}
.ut-person .sppb-addon-content .person-social-icons {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 -8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li {
  display: inline-block;
  margin: 0 8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li > a {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.ut-person .sppb-addon-content .person-description {
  margin-top: 15px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Testimonials
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.ut-testimonial .ut-testimonial-item .ut-testimonial-message > div:nth-child(2) {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item .author-avatar {
  display: flex;
  display: -webkit-flex;
}
.ut-testimonial .ut-testimonial-item .author-avatar img {
  width: auto;
  display: inline-block;
}
.ut-testimonial .ut-testimonial-item .avatar-author-before {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-after {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-left {
  margin-left: 15px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-right {
  margin-right: 15px;
}
.ut-testimonial .ut-testimonial-item .author-top {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-bottom {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-before {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-after {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-left {
  align-items: center;
  -webkit-align-items: center;
}
.ut-testimonial .ut-testimonial-item .author-right {
  align-items: center;
  -webkit-align-items: center;
}
.ut-testimonial .ut-testimonial-item .ut-testimonial-rating {
  margin: -3px;
}
.ut-testimonial .ut-testimonial-item .ut-testimonial-rating i {
  margin: 3px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-avatar {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .row {
  display: flex;
  display: -webkit-flex;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .author-avatar {
  padding-right: 0;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .row {
  display: flex;
  display: -webkit-flex;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .author-avatar {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .ut-testimonial .ut-testimonial-item > .row > div:last-child {
    margin-top: 15px;
  }
}
.ut-testimonial .ut-testimonial-item.effect-on-static .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.ut-testimonial .ut-testimonial-item.effect-on-static:hover .blur, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .blur, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .grayscale, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .grayscale, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .opacity, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .opacity, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .sepia, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .sepia, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .sepia50, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .sepia50, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .saturate, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .saturate, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .contrast, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .contrast, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .hue-rotate, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .hue-rotate {
  filter: none;
  -webkit-filter: none;
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .blur, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .grayscale, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .opacity, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .sepia, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .sepia50, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .saturate, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .contrast, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .hue-rotate, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .hue-rotate {
  filter: hue-rotate(-50%);
  -webkit-filter: hue-rotate(-50%);
}
.ut-testimonial .ut-testimonial-item:hover .utZoomIn, .ut-testimonial .ut-testimonial-item:focus .utZoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.ut-testimonial .ut-testimonial-item:hover .utZoomOut, .ut-testimonial .ut-testimonial-item:focus .utZoomOut {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.ut-testimonial .ut-testimonial-item:hover .utFlipX, .ut-testimonial .ut-testimonial-item:focus .utFlipX {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
.ut-testimonial .ut-testimonial-item .blur, .ut-testimonial .ut-testimonial-item .grayscale, .ut-testimonial .ut-testimonial-item .opacity, .ut-testimonial .ut-testimonial-item .sepia, .ut-testimonial .ut-testimonial-item .sepia50, .ut-testimonial .ut-testimonial-item .saturate, .ut-testimonial .ut-testimonial-item .contrast, .ut-testimonial .ut-testimonial-item .hue-rotate, .ut-testimonial .ut-testimonial-item .utZoomIn, .ut-testimonial .ut-testimonial-item .utZoomOut, .ut-testimonial .ut-testimonial-item .utFlipX {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Social Links
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2014-2017 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.square {
  border-radius: 0;
}
.rounded {
  border-radius: 4px;
}
.circle {
  border-radius: 50%;
}
a[class*="btn-"].white, a[class*="btn-"].white-hover:hover, a[class*="btn-"].white-hover:focus {
  background: #fff;
  border-color: #fff;
  color: #212529;
}
a[class*="btn-"].white-outline, a[class*="btn-"].white-outline-hover:hover, a[class*="btn-"].white-hover:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
a[class*="btn-"].white-border, a[class*="btn-"].white-border-hover:hover, a[class*="btn-"].white-hover:focus {
  border-color: #fff;
}
a[class*="btn-"].white-content, a[class*="btn-"].white-content-hover:hover, a[class*="btn-"].white-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
a[class*="btn-"].light, a[class*="btn-"].light-hover:hover, a[class*="btn-"].light-hover:focus {
  background: #e9ecef;
  border-color: #e9ecef;
  color: #212529;
}
a[class*="btn-"].light-outline, a[class*="btn-"].light-outline-hover:hover, a[class*="btn-"].light-hover:focus {
  background: transparent;
  border-color: #e9ecef;
  color: #e9ecef;
}
a[class*="btn-"].light-border, a[class*="btn-"].light-border-hover:hover, a[class*="btn-"].light-hover:focus {
  border-color: #e9ecef;
}
a[class*="btn-"].light-content, a[class*="btn-"].light-content-hover:hover, a[class*="btn-"].light-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #e9ecef;
}
a[class*="btn-"].dark, a[class*="btn-"].dark-hover:hover, a[class*="btn-"].dark-hover:focus {
  background: #212529;
  border-color: #212529;
  color: #fff;
}
a[class*="btn-"].dark-outline, a[class*="btn-"].dark-outline-hover:hover, a[class*="btn-"].dark-hover:focus {
  background: transparent;
  border-color: #212529;
  color: #212529;
}
a[class*="btn-"].dark-border, a[class*="btn-"].dark-border-hover:hover, a[class*="btn-"].dark-hover:focus {
  border-color: #212529;
}
a[class*="btn-"].dark-content, a[class*="btn-"].dark-content-hover:hover, a[class*="btn-"].dark-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #212529;
}
/*a[class*="btn-"]{&.primary, &.primary-hover:hover, &.primary-hover:focus{background: $primary_color;border-color:$primary_color;color: #fff;}}
 a[class*="btn-"]{&.primary-outline, &.primary-outline-hover:hover, &.primary-hover:focus{background: transparent;border-color:$primary_color;color: $primary_color;}}
 a[class*="btn-"]{&.primary-border, &.primary-border-hover:hover, &.primary-hover:focus{border-color:$primary_color;}}
 a[class*="btn-"]{&.primary-content, &.primary-content-hover:hover, &.primary-content-hover:focus{background: transparent;border-color: transparent;color: $primary_color;}}*/
.btn-behance.color, .btn-behance.color-hover:hover, .btn-behance.color-hover:focus {
  background: #053eff;
  border-color: #053eff;
  color: #fff;
}
.btn-behance.color-outline, .btn-behance.color-outline-hover:hover, .btn-behance.color-hover:focus {
  background: transparent;
  border-color: #053eff;
  color: #053eff;
}
.btn-behance.color-border, .btn-behance.color-border-hover:hover, .btn-behance.color-hover:focus {
  border-color: #053eff;
}
.btn-behance.color-content, .btn-behance.color-content-hover:hover, .btn-behance.color-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #053eff;
}
.btn-dribbble.color, .btn-dribbble.color-hover:hover, .btn-dribbble.color-hover:focus {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble.color-outline, .btn-dribbble.color-outline-hover:hover, .btn-dribbble.color-hover:focus {
  background: transparent;
  border-color: #ea4c89;
  color: #ea4c89;
}
.btn-dribbble.color-border, .btn-dribbble.color-border-hover:hover, .btn-dribbble.color-hover:focus {
  border-color: #ea4c89;
}
.btn-dribbble.color-content, .btn-dribbble.color-content-hover:hover, .btn-dribbble.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ea4c89;
}
.btn-facebook.color, .btn-facebook.color-hover:hover, .btn-facebook.color-hover:focus {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook.color-outline, .btn-facebook.color-outline-hover:hover, .btn-facebook.color-hover:focus {
  background: transparent;
  border-color: #3b5998;
  color: #3b5998;
}
.btn-facebook.color-border, .btn-facebook.color-border-hover:hover, .btn-facebook.color-hover:focus {
  border-color: #3b5998;
}
.btn-facebook.color-content, .btn-facebook.color-content-hover:hover, .btn-facebook.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #3b5998;
}
.btn-flickr.color, .btn-flickr.color-hover:hover, .btn-flickr.color-hover:focus {
  background: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
.btn-flickr.color-outline, .btn-flickr.color-outline-hover:hover, .btn-flickr.color-hover:focus {
  background: transparent;
  border-color: #ff0084;
  color: #ff0084;
}
.btn-flickr.color-border, .btn-flickr.color-border-hover:hover, .btn-flickr.color-hover:focus {
  border-color: #ff0084;
}
.btn-flickr.color-content, .btn-flickr.color-content-hover:hover, .btn-flickr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff0084;
}
.btn-google.color, .btn-google.color-hover:hover, .btn-google.color-hover:focus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn-google.color-outline, .btn-google.color-outline-hover:hover, .btn-google.color-hover:focus {
  background: transparent;
  border-color: #dd4b39;
  color: #dd4b39;
}
.btn-google.color-border, .btn-google.color-border-hover:hover, .btn-google.color-hover:focus {
  border-color: #dd4b39;
}
.btn-google.color-content, .btn-google.color-content-hover:hover, .btn-google.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #dd4b39;
}
.btn-linkedin.color, .btn-linkedin.color-hover:hover, .btn-linkedin.color-hover:focus {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin.color-outline, .btn-linkedin.color-outline-hover:hover, .btn-linkedin.color-hover:focus {
  background: transparent;
  border-color: #007bb6;
  color: #007bb6;
}
.btn-linkedin.color-border, .btn-linkedin.color-border-hover:hover, .btn-linkedin.color-hover:focus {
  border-color: #007bb6;
}
.btn-linkedin.color-content, .btn-linkedin.color-content-hover:hover, .btn-linkedin.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #007bb6;
}
.btn-instagram.color, .btn-instagram.color-hover:hover, .btn-instagram.color-hover:focus {
  background: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.btn-instagram.color-outline, .btn-instagram.color-outline-hover:hover, .btn-instagram.color-hover:focus {
  background: transparent;
  border-color: #517fa4;
  color: #517fa4;
}
.btn-instagram.color-border, .btn-instagram.color-border-hover:hover, .btn-instagram.color-hover:focus {
  border-color: #517fa4;
}
.btn-instagram.color-content, .btn-instagram.color-content-hover:hover, .btn-instagram.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #517fa4;
}
.btn-pinterest.color, .btn-pinterest.color-hover:hover, .btn-pinterest.color-hover:focus {
  background: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
.btn-pinterest.color-outline, .btn-pinterest.color-outline-hover:hover, .btn-pinterest.color-hover:focus {
  background: transparent;
  border-color: #cb2027;
  color: #cb2027;
}
.btn-pinterest.color-border, .btn-pinterest.color-border-hover:hover, .btn-pinterest.color-hover:focus {
  border-color: #cb2027;
}
.btn-pinterest.color-content, .btn-pinterest.color-content-hover:hover, .btn-pinterest.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #cb2027;
}
.btn-rss.color, .btn-rss.color-hover:hover, .btn-rss.color-hover:focus {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #fff;
}
.btn-rss.color-outline, .btn-rss.color-outline-hover:hover, .btn-rss.color-hover:focus {
  background: transparent;
  border-color: #ff8a00;
  color: #ff8a00;
}
.btn-rss.color-border, .btn-rss.color-border-hover:hover, .btn-rss.color-hover:focus {
  border-color: #ff8a00;
}
.btn-rss.color-content, .btn-rss.color-content-hover:hover, .btn-rss.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff8a00;
}
.btn-soundcloud.color, .btn-soundcloud.color-hover:hover, .btn-soundcloud.color-hover:focus {
  background: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}
.btn-soundcloud.color-outline, .btn-soundcloud.color-outline-hover:hover, .btn-soundcloud.color-hover:focus {
  background: transparent;
  border-color: #ff3a00;
  color: #ff3a00;
}
.btn-soundcloud.color-border, .btn-soundcloud.color-border-hover:hover, .btn-soundcloud.color-hover:focus {
  border-color: #ff3a00;
}
.btn-soundcloud.color-content, .btn-soundcloud.color-content-hover:hover, .btn-soundcloud.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff3a00;
}
.btn-tumblr.color, .btn-tumblr.color-hover:hover, .btn-tumblr.color-hover:focus {
  background: #547f9d;
  border-color: #547f9d;
  color: #fff;
}
.btn-tumblr.color-outline, .btn-tumblr.color-outline-hover:hover, .btn-tumblr.color-hover:focus {
  background: transparent;
  border-color: #547f9d;
  color: #547f9d;
}
.btn-tumblr.color-border, .btn-tumblr.color-border-hover:hover, .btn-tumblr.color-hover:focus {
  border-color: #547f9d;
}
.btn-tumblr.color-content, .btn-tumblr.color-content-hover:hover, .btn-tumblr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #547f9d;
}
.btn-twitter.color, .btn-twitter.color-hover:hover, .btn-twitter.color-hover:focus {
  background: #55acee;
  border-color: #55acee;
  color: #fff;
}
.btn-twitter.color-outline, .btn-twitter.color-outline-hover:hover, .btn-twitter.color-hover:focus {
  background: transparent;
  border-color: #55acee;
  color: #55acee;
}
.btn-twitter.color-border, .btn-twitter.color-border-hover:hover, .btn-twitter.color-hover:focus {
  border-color: #55acee;
}
.btn-twitter.color-content, .btn-twitter.color-content-hover:hover, .btn-twitter.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #55acee;
}
.btn-vimeo.color, .btn-vimeo.color-hover:hover, .btn-vimeo.color-hover:focus {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo.color-outline, .btn-vimeo.color-outline-hover:hover, .btn-vimeo.color-hover:focus {
  background: transparent;
  border-color: #1ab7ea;
  color: #1ab7ea;
}
.btn-vimeo.color-border, .btn-vimeo.color-border-hover:hover, .btn-vimeo.color-hover:focus {
  border-color: #1ab7ea;
}
.btn-vimeo.color-content, .btn-vimeo.color-content-hover:hover, .btn-vimeo.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #1ab7ea;
}
.btn-youtube.color, .btn-youtube.color-hover:hover, .btn-youtube.color-hover:focus {
  background: #e52d27;
  border-color: #e52d27;
  color: #fff;
}
.btn-youtube.color-outline, .btn-youtube.color-outline-hover:hover, .btn-youtube.color-hover:focus {
  background: transparent;
  border-color: #e52d27;
  color: #e52d27;
}
.btn-youtube.color-border, .btn-youtube.color-border-hover:hover, .btn-youtube.color-hover:focus {
  border-color: #e52d27;
}
.btn-youtube.color-content, .btn-youtube.color-content-hover:hover, .btn-youtube.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #e52d27;
}
/*======================================
 =            Basic settings            =
 ======================================*/
.sppb-addon-ut-social-links .sppb-addon-content a i + span {
  margin-left: 10px;
}
.sppb-addon-ut-social-links .sppb-addon-content a span {
  text-transform: capitalize;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Clients
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2020 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.sppb-addon-ut-clients div[class*="ut-clients-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-item a .sppb-img-responsive {
  width: auto;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-dots, .sppb-addon-ut-clients div[class*="ut-clients-"] .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.sppb-addon-ut-clients .client-item.effect-on-static .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.sppb-addon-ut-clients .client-item.effect-on-static .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.sppb-addon-ut-clients .client-item.effect-on-static .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-static .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.sppb-addon-ut-clients .client-item.effect-on-static .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-static .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.sppb-addon-ut-clients .client-item.effect-on-static .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.sppb-addon-ut-clients .client-item.effect-on-static .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.sppb-addon-ut-clients .client-item.effect-on-static:hover .blur, .sppb-addon-ut-clients .client-item.effect-on-static:focus .blur, .sppb-addon-ut-clients .client-item.effect-on-static:hover .grayscale, .sppb-addon-ut-clients .client-item.effect-on-static:focus .grayscale, .sppb-addon-ut-clients .client-item.effect-on-static:hover .opacity, .sppb-addon-ut-clients .client-item.effect-on-static:focus .opacity, .sppb-addon-ut-clients .client-item.effect-on-static:hover .sepia, .sppb-addon-ut-clients .client-item.effect-on-static:focus .sepia, .sppb-addon-ut-clients .client-item.effect-on-static:hover .sepia50, .sppb-addon-ut-clients .client-item.effect-on-static:focus .sepia50, .sppb-addon-ut-clients .client-item.effect-on-static:hover .saturate, .sppb-addon-ut-clients .client-item.effect-on-static:focus .saturate, .sppb-addon-ut-clients .client-item.effect-on-static:hover .contrast, .sppb-addon-ut-clients .client-item.effect-on-static:focus .contrast, .sppb-addon-ut-clients .client-item.effect-on-static:hover .hue-rotate, .sppb-addon-ut-clients .client-item.effect-on-static:focus .hue-rotate {
  filter: none;
  -webkit-filter: none;
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .blur, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .grayscale, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .opacity, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .sepia, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .sepia50, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .saturate, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .contrast, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .hue-rotate, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.sppb-addon-ut-clients .client-item.effect-on-both .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.sppb-addon-ut-clients .client-item.effect-on-both .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.sppb-addon-ut-clients .client-item.effect-on-both .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-both .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.sppb-addon-ut-clients .client-item.effect-on-both .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-both .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.sppb-addon-ut-clients .client-item.effect-on-both .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.sppb-addon-ut-clients .client-item.effect-on-both .hue-rotate {
  filter: hue-rotate(-50%);
  -webkit-filter: hue-rotate(-50%);
}
.sppb-addon-ut-clients .client-item:hover .utZoomIn, .sppb-addon-ut-clients .client-item:focus .utZoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.sppb-addon-ut-clients .client-item:hover .utZoomOut, .sppb-addon-ut-clients .client-item:focus .utZoomOut {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.sppb-addon-ut-clients .client-item:hover .utFlipX, .sppb-addon-ut-clients .client-item:focus .utFlipX {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
.sppb-addon-ut-clients .client-item .blur, .sppb-addon-ut-clients .client-item .grayscale, .sppb-addon-ut-clients .client-item .opacity, .sppb-addon-ut-clients .client-item .sepia, .sppb-addon-ut-clients .client-item .sepia50, .sppb-addon-ut-clients .client-item .saturate, .sppb-addon-ut-clients .client-item .contrast, .sppb-addon-ut-clients .client-item .hue-rotate, .sppb-addon-ut-clients .client-item .utZoomIn, .sppb-addon-ut-clients .client-item .utZoomOut, .sppb-addon-ut-clients .client-item .utFlipX {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Image Lazy
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.ut-addon-imagelazy {
  overflow: hidden;
}
.ut-addon-imagelazy .imagelazy-description, .ut-addon-imagelazy .imagelazy-button {
  margin-bottom: 20px;
}
.ut-addon-imagelazy .imagelazy-image-ct {
  position: relative;
  overflow: hidden;
}
.ut-addon-imagelazy .imagelazy-image-ct > a {
  display: block;
}
.ut-addon-imagelazy .imagelazy-image-ct > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-addon-imagelazy .imagelazy-image-ct > a:after {
    transition: none;
  }
}
.ut-addon-imagelazy .imagelazy-image-ct .sppb-img-responsive {
  display: block;
  width: 100%;
}
.ut-addon-imagelazy .imagelazy-overlay {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ut-addon-imagelazy .imagelazy-overlay {
    transition: none;
  }
}
.ut-addon-imagelazy .imagelazy-overlay-inner > div:last-of-type {
  margin-bottom: 0;
}
.ut-addon-imagelazy:hover .imagelazy-overlay, .ut-addon-imagelazy:focus .imagelazy-overlay {
  opacity: 1;
}
.ut-addon-imagelazy:hover .imagelazy-image-ct > a:after, .ut-addon-imagelazy:focus .imagelazy-image-ct > a:after {
  opacity: 1;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
.horizontal-menu.menu > li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.horizontal-menu.menu > li > a {
  line-height: 1;
  padding: 0;
}
.horizontal-menu.menu > li > a:before {
  display: none;
}
.horizontal-menu.menu > li > ul {
  display: none;
}
.horizontal-menu.menu > li + li {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #6c757d;
}
.itp-share-mod {
  display: inline-block;
}
.itp-share-mod div[class*="itp-share"] {
  margin: 10px 5px 0 0;
}
.itp-share-mod div[class*="itp-share"] iframe {
  display: block !important;
}
.itp-share-mod div[class*="itp-share"] > div, .itp-share-mod div[class*="itp-share"] > span, .itp-share-mod div[class*="itp-share"] > a {
  display: block !important;
  line-height: 20px;
  max-height: 20px;
}
.itp-share-mod div[class*="itp-share"]:nth-last-child(1) {
  margin-right: 0;
}
/*=========================================
 =            REVOLUTION SLIDER            =
 =========================================*/
.rev_slider_wrapper .tp-bullets.preview1 .bullet, .rev_slider_wrapper .tp-bullets.round .bullet {
  border: 8px solid #fff;
}
.splitted {
  overflow: hidden !important;
}
.wave {
  width: 100% !important;
}
.wave img {
  width: 100% !important;
}
div.tagspopular ul {
  margin: -2px !important;
}
div.tagspopular ul li {
  display: inline-block !important;
  margin: 3px 2px !important;
  border: none !important;
}
div.tagspopular ul li a {
  line-height: 1 !important;
  padding: 10px 15px !important;
  border: 1px solid rgba(173, 181, 189, 0.3);
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}
/*=========================================
 =            ARTICLES CATEGORY            =
 =========================================*/
/* for IE Only
 .article-intro-image{
 max-width:100%;
 }*/
.category-module .article-intro-image.float-left {
  float: none !important;
}
.category-module.sidebar-list p {
  margin-bottom: 0;
}
.category-module.sidebar-list .article {
  margin-bottom: 25px;
}
.category-module.sidebar-list .article img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .category-module .article-content {
    margin-top: 1rem;
  }
}
.blog-carousel .items-list .item-ct {
  position: relative;
}
.blog-carousel .items-list .item-ct .article-date {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.blog-carousel .items-list .item-ct .article-date span {
  display: block;
}
.blog-carousel .items-list .item-ct .article-date span:first-child {
  font-size: 24px;
}
.blog-carousel .items-list .item-ct .media-ct {
  margin-bottom: 20px;
}
.blog-carousel .items-list .item-ct .content-ct.text-only > h3 {
  padding: 10px 70px 35px 0;
}
.blog-carousel .items-list .item-ct .content-ct > h3 {
  text-transform: uppercase;
  font-size: 1rem;
}
.blog-carousel .items-list .item-ct .content-ct .mod-articles-category-introtext {
  margin-top: 15px;
  margin-bottom: 0;
}
.blog-carousel .items-list .item-ct .content-ct .mod-articles-category-readmore {
  margin-bottom: 0;
  margin-top: 1rem;
}
.blog-carousel .owl-dots {
  margin-top: 25px !important;
}
/*==================================================
 =            ARTICLES CATEGORIES MODULE            =
 ==================================================*/
ul.categories-module li h4 {
  margin: 0;
  font-size: 1rem;
}
ul.categories-module li a {
  display: block;
  line-height: 38px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}
ul.categories-module li a span {
  float: right;
}
/*======================================
 =            CUSTOM MODULES            =
 ======================================*/
.module-search-overlay > a > i {
  padding: 0 4px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.search-overlay .close {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: 1;
}
.search-overlay .close span {
  font-family: initial;
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-shadow: none;
}
.search-overlay .close:hover, .search-overlay .close:focus {
  opacity: 1;
}
.search-overlay .modal-content {
  border-radius: 0;
}
.search-overlay .modal-content .modal-body {
  padding: 25px;
}
.modal-open .header-sticky.modal-scroll {
  padding-right: 17px;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*======================================
 =            JOOMLA CONTACT            =
 ======================================*/
.contact .contact-address dd i {
  width: 20px;
  text-align: margin-left;
  color: #222;
}
.contact .thumbnail {
  text-align: center;
}
.contact .thumbnail img {
  margin: 0 auto;
}
/*======================================
 =            USER COMPONENT            =
 ======================================*/
#jform_privacyconsent_privacy-lbl a.modal, #jform_consentbox-lbl a.modal, #consentbox-lbl a.modal {
  display: inline-block;
  position: relative;
}
/*========================================
 =            COMPONENT SEARCH            =
 ========================================*/
.search .phrases label {
  margin: 0 10px 10px 0;
}
.search .phrases input {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.search .only .form-check-inline {
  margin-bottom: 10px;
}
/*=======================================================
 =            COMPONENT FINDER (Smart Search)            =
 =======================================================*/
.finder #finder-filter-window .filter-branch {
  margin: 0 -10px 10px;
}
.finder #finder-filter-window .filter-branch .finder-selects {
  padding: 0 10px;
}
/*======================================
 =            TAGS COMPONENT            =
 ======================================*/
.tag-category form .filters {
  margin-top: 0 !important;
}
.tag-category form .filters .input-group {
  width: calc(100% - 100px);
  float: left;
}
.tag-category form .filters .limit-box {
  width: max-content;
  float: right;
}
@media screen and (max-width: 479.98px) {
  .tag-category form .filters .input-group {
    width: 100%;
    float: none;
  }
  .tag-category form .filters .limit-box {
    width: 100%;
    float: none;
  }
}
/*=======================================
 =            GENERAL CLASSES            =
 =======================================*/
#sbox-window iframe {
  max-width: 100%;
  max-height: 100%;
}
body {
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  vertical-align: middle;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 80px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  -webkit-animation-name: spFadeInDown;
  animation-name: spFadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#sp-header.header-sticky + section {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  #sp-header {
    height: 70px;
  }
  #sp-header .logo {
    height: 70px;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  background-color: #212529;
  padding: 50px 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin: -15px auto 0;
  max-width: 65%;
}
.sp-page-title .sp-page-title-sub-heading + .breadcrumb {
  margin-top: 30px;
}
.sp-page-title .breadcrumb {
  padding: 10px 40px;
  margin: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 2;
  display: inline-block;
  text-align: left;
  clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
}
.sp-page-title .breadcrumb > li {
  display: inline-block;
}
.sp-page-title .breadcrumb span.divider {
  margin-right: 10px;
}
.sp-page-title.title-image-bg {
  position: relative;
}
.sp-page-title.title-image-bg:before {
  content: "";
  display: block;
  background: rgba(33, 37, 41, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.sp-page-title.title-image-bg > div {
  position: relative;
  z-index: 1;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid rgba(173, 181, 189, 0.3);
}
#sp-left .sp-module .sp-module-title:after, #sp-right .sp-module .sp-module-title:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid rgba(173, 181, 189, 0.3);
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #sp-left, #sp-right {
    margin-top: 50px;
  }
  #sp-component {
    -webkit-order: -1;
    order: -1;
  }
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid rgba(173, 181, 189, 0.3);
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -25px -25px 25px -25px;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  width: 100%;
}
.article-list .article .article-intro-image.float-left {
  float: none !important;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 0.625rem 0;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.article-info > span {
  font-size: 0.875rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "|";
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.article-details .article-info {
  margin-bottom: 1.25rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
}
.article-details .article-full-image.float-left {
  float: none !important;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid rgba(173, 181, 189, 0.3);
  border-bottom: 1px solid rgba(173, 181, 189, 0.3);
  margin: 1.5rem 0 0;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(173, 181, 189, 0.3);
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.article-details blockquote {
  margin: 2rem 0;
}
.article-details .tags {
  margin-top: 1.5rem;
}
.article-details .article-ratings-social-share {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .article-details .article-ratings-social-share {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .article-details .article-ratings-social-share .article-social-share {
    float: none;
    margin-top: 0.5rem;
  }
}
.article-details .article-print-email {
  margin-top: 1.5rem;
}
.related-article-list-container {
  margin-top: 2rem;
  margin-bottom: -30px;
}
.related-article-list-container .related-article-title {
  position: relative;
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(173, 181, 189, 0.3);
  margin-bottom: 25px;
}
.related-article-list-container .related-article-title:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.related-article-list-container .article-info {
  margin-bottom: 0;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  margin: -3px;
  list-style: none;
  padding: 0;
  display: block;
}
.tags > li {
  display: inline-block;
  margin: 3px !important;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 10px 12px;
  line-height: 1;
}
.pager {
  list-style: none;
  padding: 1.5rem 0 0 0;
  margin: 1.5rem 0 0 0;
  border-top: 1px solid rgba(173, 181, 189, 0.3);
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border: 1px solid rgba(173, 181, 189, 0.3);
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(173, 181, 189, 0.3);
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  display: flex;
  display: -webkit-flex;
  margin-top: 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid rgba(173, 181, 189, 0.3);
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
/*=============================
 =            UBLOG            =
 =============================*/
.ublog .article-list .article {
  border: none;
  box-shadow: 0px 10px 40px 0px rgba(73, 80, 87, 0.2);
}
/*================================
 =            PROJECTS            =
 ================================*/
.projects .filter-options {
  margin: -5px -8px;
  text-align: center;
}
.projects .filter-options a {
  padding: 5px 8px;
  font-weight: 700;
  font-size: 1rem;
}
.projects .projects-list .project {
  margin-bottom: 40px;
}
.projects .project-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.projects .project-media img {
  width: 100%;
}
.projects .project-media div[class*="float"] {
  float: none !important;
}
.projects .project-media .fa-play {
  background: rgba(0, 0, 0, .8);
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -21px;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .projects .project-media .fa-play {
    transition: none;
  }
}
.projects .project-media .fa-play:before {
  position: relative;
  left: 2px;
}
.projects .project-header h2, .projects .project-header h3 {
  font-size: 20px;
  margin-bottom: 3px;
}
.projects .project-body {
  margin-top: 15px;
}
.projects .project:hover .project-media .fa-play {
  opacity: 0;
}
.projects.construction-layout .project-media img {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .projects.construction-layout .project-media img {
    transition: none;
  }
}
.projects.construction-layout .project:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.projects.mining-layout .project-media {
  margin-bottom: 0;
}
.projects.mining-layout .project-media:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .projects.mining-layout .project-media:before {
    transition: none;
  }
}
.projects.mining-layout .project-media .article-feature-gallery, .projects.mining-layout .project-media .article-intro-image {
  position: relative;
}
.projects.mining-layout .project-header {
  padding: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .projects.mining-layout .project-header {
    transition: none;
  }
}
.projects.mining-layout .project {
  margin-bottom: 30px;
}
.projects.mining-layout .project:hover .project-media:before {
  height: 100%;
  bottom: 0;
}
.projects.mining-layout .project:hover .project-media img {
  mix-blend-mode: luminosity;
  opacity: 0.95;
}
.projects.mining-layout .project:hover .project-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.projects.architect-layout .project {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.projects.architect-layout .project .project-media {
  margin-bottom: 0;
}
.projects.architect-layout .project .project-content {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .projects.architect-layout .project .project-content {
    transition: none;
  }
}
.projects.architect-layout .project .project-content .link-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.projects.architect-layout .project .project-content > * {
  z-index: 2;
}
.projects.architect-layout .project:hover .project-content, .projects.architect-layout .project:focus .project-content {
  opacity: 1;
}
.projects.architect-layout .project:hover .project-content .link-icon, .projects.architect-layout .project:focus .project-content .link-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.projects.interior-layout .project {
  margin-bottom: 30px;
}
.projects.interior-layout .project .project-media {
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .projects.interior-layout .project .project-media {
    transition: none;
  }
}
.projects.interior-layout .project .project-header {
  padding: 15px;
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .projects.interior-layout .project .project-header {
    transition: none;
  }
}
.projects.interior-layout .project:hover .project-media, .projects.interior-layout .project:focus .project-media {
  background: #495057;
}
.projects.interior-layout .project:hover .project-media img, .projects.interior-layout .project:focus .project-media img {
  mix-blend-mode: multiply;
}
.projects.interior-layout .project:hover .project-header, .projects.interior-layout .project:focus .project-header {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.single-project .article-full-image, .single-project .article-featured-video, .single-project .article-featured-audio, .single-project .article-feature-gallery {
  margin-bottom: 1.5rem;
}
.single-project .article-full-image {
  float: none !important;
}
.single-project .project-gallery {
  margin-bottom: 20px;
}
.single-project .project-gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}
.single-project .project-gallery .row > div {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.single-project .project-gallery .row > div > a {
  display: block;
  position: relative;
}
.single-project .project-gallery .row > div > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .single-project .project-gallery .row > div > a:before {
    transition: none;
  }
}
.single-project .project-gallery .row > div > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .single-project .project-gallery .row > div > a:after {
    transition: none;
  }
}
.single-project .project-gallery .row > div > a:hover:before, .single-project .project-gallery .row > div > a:hover:after {
  opacity: 1;
}
.single-project .project-header h1, .single-project .project-header h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.single-project .project-info-ct {
  border: 1px solid rgba(173, 181, 189, 0.3);
}
.single-project .project-info-ct h4 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
}
.single-project .project-info-ct ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-project .project-info-ct ul li {
  border-top: 1px dotted rgba(173, 181, 189, 0.3);
  padding: 0.75rem 0;
}
.single-project .project-info-ct ul li:first-child {
  border-top: none;
}
.single-project .project-footer {
  margin-top: 2rem;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .single-project .project-footer {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .single-project .project-footer .project-share {
    margin-top: 1.25rem;
  }
  .single-project .project-footer .article-social-share {
    float: none;
  }
}
.single-project .project-related {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(173, 181, 189, 0.3);
}
.single-project .project-related .sp-module-title {
  margin-bottom: 2rem;
  text-align: center;
}
.single-project .sp-module .article-full-image, .single-project .sp-module .article-featured-video, .single-project .sp-module .article-featured-audio, .single-project .sp-module .article-feature-gallery {
  margin-bottom: 0;
}
.single-project.mining-layout .project-info h3 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.single-project.mining-layout .project-info h3:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  margin-left: 10px;
}
.single-project.mining-layout .project-header h1:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
}
.single-project.mining-layout .project-gallery {
  margin-top: 1.25rem;
}
.single-project.architect-layout > div:nth-child(odd) {
  background: rgba(173, 181, 189, .1);
}
.single-project.architect-layout .pager {
  border-top: none;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.single-project.architect-layout .pager li + li {
  margin-left: 10px;
}
.single-project.architect-layout .project-related {
  border-top: none;
  margin-top: 0;
}
.single-project.architect-layout #article-comments {
  border-top: none;
}
.single-project.interior-layout .project-header h1 {
  margin-bottom: 30px;
}
.single-project.interior-layout #projectTabContent {
  padding: 40px 30px 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(173, 181, 189, 0.3);
}
.single-project.interior-layout .project-gallery {
  margin-bottom: 40px;
}
.single-project.interior-layout .project-text {
  margin-bottom: 40px;
}
.single-project.interior-layout .project-info ul {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.single-project.interior-layout .project-info ul li {
  margin-bottom: 25px;
}
.single-project.interior-layout .project-info ul h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
div.img_caption {
  position: relative;
}
div.img_caption .img_caption {
  background: rgba(0, 0, 0, .7);
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  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 {
  padding: 100px 0 50px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  position: relative;
  font-weight: 700;
  margin: 0 0 25px;
  padding-bottom: 15px;
}
#sp-bottom .sp-module .sp-module-title:after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
}
#sp-footer .container-inner > .row {
  -webkit-align-items: center;
  align-items: center;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
#sp-footer .social-icons > li > a {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
#sp-footer .social-icons > li > a span {
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
@media (max-width: 991.98px) {
  #sp-footer #sp-footer1 {
    margin-bottom: 20px;
    text-align: center;
  }
  #sp-footer #sp-footer2 {
    text-align: center;
  }
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon body.overlay-bg-black-70, html.offline body.overlay-bg-black-70 {
  color: #e9ecef;
}
html.coming-soon body.overlay-bg-black-70 h1, html.offline body.overlay-bg-black-70 h1, html.coming-soon body.overlay-bg-black-70 h2, html.offline body.overlay-bg-black-70 h2, html.coming-soon body.overlay-bg-black-70 h3, html.offline body.overlay-bg-black-70 h3, html.coming-soon body.overlay-bg-black-70 h4, html.offline body.overlay-bg-black-70 h4, html.coming-soon body.overlay-bg-black-70 h5, html.offline body.overlay-bg-black-70 h5, html.coming-soon body.overlay-bg-black-70 h6, html.offline body.overlay-bg-black-70 h6 {
  color: #fff;
}
html.coming-soon body.overlay-bg-black-70 .form-control, html.offline body.overlay-bg-black-70 .form-control {
  background: rgba(173, 181, 189, 0.8);
}
html.coming-soon .container, html.offline .container {
  position: relative;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 3rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
  display: block;
  font-weight: 700;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.125rem;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 3rem;
}
html.coming-soon .social-icons a, html.offline .social-icons a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  border-radius: 2px;
}
html.coming-soon .coming-soon-login form, html.offline .coming-soon-login form {
  display: inline-block;
}
@media (max-width: 767.98px) {
  html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
    width: 50%;
  }
}
html.coming-soon #form-login .form-control, html.offline #form-login .form-control {
  border-color: rgba(173, 181, 189, .7);
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page body.overlay-bg-black-70 {
  color: #e9ecef;
}
html.error-page body.overlay-bg-black-70 h1, html.error-page body.overlay-bg-black-70 h2, html.error-page body.overlay-bg-black-70 h3, html.error-page body.overlay-bg-black-70 h4, html.error-page body.overlay-bg-black-70 h5, html.error-page body.overlay-bg-black-70 h6 {
  color: #fff;
}
html.error-page body.overlay-bg-black-70 .form-control {
  background: rgba(173, 181, 189, 0.8);
}
html.error-page .container {
  position: relative;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 0.5rem;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 5px;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  z-index: 1000;
}
.control-group {
  margin-bottom: 1rem;
}
.form-control, .sppb-form-group .sppb-form-control {
  border-color: rgba(173, 181, 189, 0.3);
  background: transparent;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select.sppb-form-control:not([size]):not([multiple]), select:not([multiple]) {
  height: calc(2em + 0.75rem + 2px);
}
input.form-control, select.form-control {
  height: calc(2em + 0.75rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(173, 181, 189, 0.3);
  border-radius: 0.125rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
blockquote {
  border: 1px solid rgba(173, 181, 189, 0.3);
  padding: 30px;
  font-size: 1.125rem;
  position: relative;
  font-style: italic;
}
blockquote:after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
blockquote footer {
  margin-top: 1rem;
  font-weight: 700;
  font-style: normal;
}
pre {
  padding: 20px;
  background: #343a40;
  color: #dee2e6;
}
/*=====================================
 =            OTHER SCRIPTS            =
 =====================================*/
.vbox-open {
  padding-right: 17px;
}
.vbox-open .vbox-overlay {
  z-index: 10000;
}
.vbox-open .vbox-overlay .vbox-container {
  overflow-y: hidden;
}
.vbox-open .vbox-overlay .vbox-container .vbox-content img {
  display: inline-block;
  width: auto;
}
.vbox-open .vbox-overlay .vbox-title {
  font-size: 1rem;
}
.vbox-open .vbox-overlay .vbox-num {
  font-size: 1rem;
}
.vbox-open .vbox-overlay .vbox-close {
  font-size: 30px;
}
.vbox-open .vbox-overlay .vbox-next, .vbox-open .vbox-overlay .vbox-prev {
  text-align: center;
}
.vbox-open .vbox-overlay .vbox-next span, .vbox-open .vbox-overlay .vbox-prev span {
  display: none;
}
.vbox-open .vbox-overlay .vbox-next:after, .vbox-open .vbox-overlay .vbox-prev:after {
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.vbox-open .vbox-overlay .vbox-prev:after {
  content: "\f104";
}
.vbox-open .header-sticky.veno-scroll {
  padding-right: 17px;
}
.owl-theme .owl-nav [class*="owl-"] {
  padding: 5px 15px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: static;
}
.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: 1rem;
  margin: 0;
  font-weight: 500;
}
.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;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(73, 80, 87, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(73, 80, 87, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 1rem;
  line-height: 1;
  display: block;
  padding: 12px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):before {
  content: "";
  display: inline-block;
  position: relative;
  height: 2px;
  width: 0;
  top: -4px;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):before {
    transition: none;
  }
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover:before {
  width: 10px;
  margin-right: 3px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:hover > a:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:hover span:not(.sp-menu-badge):before {
  width: 10px;
  margin-right: 3px;
}
.sp-megamenu-parent .sp-dropdown:not(.sp-dropdown-mega) .sp-dropdown-inner {
  padding: 20px 0;
}
.sp-megamenu-parent .sp-dropdown:not(.sp-dropdown-mega) li.sp-menu-item {
  padding: 0 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 1rem;
  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;
  }
}
#offcanvas-toggler {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  #offcanvas-toggler {
    height: 70px;
    line-height: 70px;
  }
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 45px 30px 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li {
  border-top: 1px solid rgba(173, 181, 189, 0.3);
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 11px 0;
  position: relative;
  line-height: 1.5;
  border-color: rgba(173, 181, 189, 0.3);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent {
  border-top: 1px solid rgba(173, 181, 189, 0.3);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent:last-child {
  border-bottom: 1px solid rgba(173, 181, 189, 0.3);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a {
  border-bottom: 1px solid rgba(173, 181, 189, 0.3);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li {
  border: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li:last-child {
  border-bottom: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  padding: 8px 0;
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes utSlideInUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes utSlideInDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes utExpand {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
