/**
 * @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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
}
h1, .h1 {
  font-size: 1.99996875rem;
  margin-bottom: 0.625rem;
}
h2, .h2 {
  font-size: 1.62496875rem;
  margin-bottom: 0.625rem;
}
h3, .h3 {
  font-size: 1.24996875rem;
  margin-bottom: 0.625rem;
}
h4, .h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
h5, .h5 {
  font-size: 0.9999375rem;
  margin-bottom: 0.5rem;
}
h6, .h6 {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
.lead {
  font-size: 1.171875rem;
  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.171875rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #565a60;
}
.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-double {
  border: 1px double #dfdfdf;
}
.border-dashed {
  border: 1px dashed #dfdfdf;
}
.border-dotted {
  border: 1px dotted #dfdfdf;
}
.border-top {
  border-top: 1px solid #dfdfdf;
}
.border-top-double {
  border-top: 1px double #dfdfdf;
}
.border-top-dashed {
  border-top: 1px dashed #dfdfdf;
}
.border-top-dotted {
  border-top: 1px dotted #dfdfdf;
}
.border-right {
  border-right: 1px solid #dfdfdf;
}
.border-right-double {
  border-right: 1px double #dfdfdf;
}
.border-right-dashed {
  border-right: 1px dashed #dfdfdf;
}
.border-right-dotted {
  border-right: 1px dotted #dfdfdf;
}
.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}
.border-bottom-double {
  border-bottom: 1px double #dfdfdf;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #dfdfdf;
}
.border-bottom-dotted {
  border-bottom: 1px dotted #dfdfdf;
}
.border-left {
  border-left: 1px solid #dfdfdf;
}
.border-left-double {
  border-left: 1px double #dfdfdf;
}
.border-left-dashed {
  border-left: 1px dashed #dfdfdf;
}
.border-left-dotted {
  border-left: 1px dotted #dfdfdf;
}
@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #dfdfdf;
  }
  .border-double-sm {
    border: 1px double #dfdfdf;
  }
  .border-dashed-sm {
    border: 1px dashed #dfdfdf;
  }
  .border-dotted-sm {
    border: 1px dotted #dfdfdf;
  }
  .border-top-sm {
    border-top: 1px solid #dfdfdf;
  }
  .border-top-double-sm {
    border-top: 1px double #dfdfdf;
  }
  .border-top-dashed-sm {
    border-top: 1px dashed #dfdfdf;
  }
  .border-top-dotted-sm {
    border-top: 1px dotted #dfdfdf;
  }
  .border-right-sm {
    border-right: 1px solid #dfdfdf;
  }
  .border-right-double-sm {
    border-right: 1px double #dfdfdf;
  }
  .border-right-dashed-sm {
    border-right: 1px dashed #dfdfdf;
  }
  .border-right-dotted-sm {
    border-right: 1px dotted #dfdfdf;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #dfdfdf;
  }
  .border-bottom-double-sm {
    border-bottom: 1px double #dfdfdf;
  }
  .border-bottom-dashed-sm {
    border-bottom: 1px dashed #dfdfdf;
  }
  .border-bottom-dotted-sm {
    border-bottom: 1px dotted #dfdfdf;
  }
  .border-left-sm {
    border-left: 1px solid #dfdfdf;
  }
  .border-left-double-sm {
    border-left: 1px double #dfdfdf;
  }
  .border-left-dashed-sm {
    border-left: 1px dashed #dfdfdf;
  }
  .border-left-dotted-sm {
    border-left: 1px dotted #dfdfdf;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dfdfdf;
  }
  .border-double-md {
    border: 1px double #dfdfdf;
  }
  .border-dashed-md {
    border: 1px dashed #dfdfdf;
  }
  .border-dotted-md {
    border: 1px dotted #dfdfdf;
  }
  .border-top-md {
    border-top: 1px solid #dfdfdf;
  }
  .border-top-double-md {
    border-top: 1px double #dfdfdf;
  }
  .border-top-dashed-md {
    border-top: 1px dashed #dfdfdf;
  }
  .border-top-dotted-md {
    border-top: 1px dotted #dfdfdf;
  }
  .border-right-md {
    border-right: 1px solid #dfdfdf;
  }
  .border-right-double-md {
    border-right: 1px double #dfdfdf;
  }
  .border-right-dashed-md {
    border-right: 1px dashed #dfdfdf;
  }
  .border-right-dotted-md {
    border-right: 1px dotted #dfdfdf;
  }
  .border-bottom-md {
    border-bottom: 1px solid #dfdfdf;
  }
  .border-bottom-double-md {
    border-bottom: 1px double #dfdfdf;
  }
  .border-bottom-dashed-md {
    border-bottom: 1px dashed #dfdfdf;
  }
  .border-bottom-dotted-md {
    border-bottom: 1px dotted #dfdfdf;
  }
  .border-left-md {
    border-left: 1px solid #dfdfdf;
  }
  .border-left-double-md {
    border-left: 1px double #dfdfdf;
  }
  .border-left-dashed-md {
    border-left: 1px dashed #dfdfdf;
  }
  .border-left-dotted-md {
    border-left: 1px dotted #dfdfdf;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dfdfdf;
  }
  .border-double-lg {
    border: 1px double #dfdfdf;
  }
  .border-dashed-lg {
    border: 1px dashed #dfdfdf;
  }
  .border-dotted-lg {
    border: 1px dotted #dfdfdf;
  }
  .border-top-lg {
    border-top: 1px solid #dfdfdf;
  }
  .border-top-double-lg {
    border-top: 1px double #dfdfdf;
  }
  .border-top-dashed-lg {
    border-top: 1px dashed #dfdfdf;
  }
  .border-top-dotted-lg {
    border-top: 1px dotted #dfdfdf;
  }
  .border-right-lg {
    border-right: 1px solid #dfdfdf;
  }
  .border-right-double-lg {
    border-right: 1px double #dfdfdf;
  }
  .border-right-dashed-lg {
    border-right: 1px dashed #dfdfdf;
  }
  .border-right-dotted-lg {
    border-right: 1px dotted #dfdfdf;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #dfdfdf;
  }
  .border-bottom-double-lg {
    border-bottom: 1px double #dfdfdf;
  }
  .border-bottom-dashed-lg {
    border-bottom: 1px dashed #dfdfdf;
  }
  .border-bottom-dotted-lg {
    border-bottom: 1px dotted #dfdfdf;
  }
  .border-left-lg {
    border-left: 1px solid #dfdfdf;
  }
  .border-left-double-lg {
    border-left: 1px double #dfdfdf;
  }
  .border-left-dashed-lg {
    border-left: 1px dashed #dfdfdf;
  }
  .border-left-dotted-lg {
    border-left: 1px dotted #dfdfdf;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dfdfdf;
  }
  .border-double-xl {
    border: 1px double #dfdfdf;
  }
  .border-dashed-xl {
    border: 1px dashed #dfdfdf;
  }
  .border-dotted-xl {
    border: 1px dotted #dfdfdf;
  }
  .border-top-xl {
    border-top: 1px solid #dfdfdf;
  }
  .border-top-double-xl {
    border-top: 1px double #dfdfdf;
  }
  .border-top-dashed-xl {
    border-top: 1px dashed #dfdfdf;
  }
  .border-top-dotted-xl {
    border-top: 1px dotted #dfdfdf;
  }
  .border-right-xl {
    border-right: 1px solid #dfdfdf;
  }
  .border-right-double-xl {
    border-right: 1px double #dfdfdf;
  }
  .border-right-dashed-xl {
    border-right: 1px dashed #dfdfdf;
  }
  .border-right-dotted-xl {
    border-right: 1px dotted #dfdfdf;
  }
  .border-bottom-xl {
    border-bottom: 1px solid #dfdfdf;
  }
  .border-bottom-double-xl {
    border-bottom: 1px double #dfdfdf;
  }
  .border-bottom-dashed-xl {
    border-bottom: 1px dashed #dfdfdf;
  }
  .border-bottom-dotted-xl {
    border-bottom: 1px dotted #dfdfdf;
  }
  .border-left-xl {
    border-left: 1px solid #dfdfdf;
  }
  .border-left-double-xl {
    border-left: 1px double #dfdfdf;
  }
  .border-left-dashed-xl {
    border-left: 1px dashed #dfdfdf;
  }
  .border-left-dotted-xl {
    border-left: 1px dotted #dfdfdf;
  }
}
/*=======================================
 =            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 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}
.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .px-sm-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-sm-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .px-sm-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-sm-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .px-sm-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  .pl-md-110 {
    padding-left: 110px !important;
  }
  .pr-md-110 {
    padding-right: 110px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  .pl-md-130 {
    padding-left: 130px !important;
  }
  .pr-md-130 {
    padding-right: 130px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .pl-md-150 {
    padding-left: 150px !important;
  }
  .pr-md-150 {
    padding-right: 150px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
  .pt-md-170 {
    padding-top: 170px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
  .pl-md-170 {
    padding-left: 170px !important;
  }
  .pr-md-170 {
    padding-right: 170px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
  .pt-md-190 {
    padding-top: 190px !important;
  }
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
  .pl-md-190 {
    padding-left: 190px !important;
  }
  .pr-md-190 {
    padding-right: 190px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .px-md-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-md-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .px-md-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-md-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .px-md-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  .pl-lg-110 {
    padding-left: 110px !important;
  }
  .pr-lg-110 {
    padding-right: 110px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
  .pr-lg-120 {
    padding-right: 120px !important;
  }
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  .pl-lg-130 {
    padding-left: 130px !important;
  }
  .pr-lg-130 {
    padding-right: 130px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
  .pr-lg-140 {
    padding-right: 140px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  .pl-lg-150 {
    padding-left: 150px !important;
  }
  .pr-lg-150 {
    padding-right: 150px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
  .pt-lg-170 {
    padding-top: 170px !important;
  }
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
  .pl-lg-170 {
    padding-left: 170px !important;
  }
  .pr-lg-170 {
    padding-right: 170px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .pl-lg-180 {
    padding-left: 180px !important;
  }
  .pr-lg-180 {
    padding-right: 180px !important;
  }
  .pt-lg-190 {
    padding-top: 190px !important;
  }
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
  .pl-lg-190 {
    padding-left: 190px !important;
  }
  .pr-lg-190 {
    padding-right: 190px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .px-lg-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-lg-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .px-lg-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-lg-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .px-lg-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .pt-xl-110 {
    padding-top: 110px !important;
  }
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
  .pl-xl-110 {
    padding-left: 110px !important;
  }
  .pr-xl-110 {
    padding-right: 110px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xl-120 {
    padding-left: 120px !important;
  }
  .pr-xl-120 {
    padding-right: 120px !important;
  }
  .pt-xl-130 {
    padding-top: 130px !important;
  }
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
  .pl-xl-130 {
    padding-left: 130px !important;
  }
  .pr-xl-130 {
    padding-right: 130px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140 {
    padding-left: 140px !important;
  }
  .pr-xl-140 {
    padding-right: 140px !important;
  }
  .pt-xl-150 {
    padding-top: 150px !important;
  }
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
  .pl-xl-150 {
    padding-left: 150px !important;
  }
  .pr-xl-150 {
    padding-right: 150px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pl-xl-160 {
    padding-left: 160px !important;
  }
  .pr-xl-160 {
    padding-right: 160px !important;
  }
  .pt-xl-170 {
    padding-top: 170px !important;
  }
  .pb-xl-170 {
    padding-bottom: 170px !important;
  }
  .pl-xl-170 {
    padding-left: 170px !important;
  }
  .pr-xl-170 {
    padding-right: 170px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .pl-xl-180 {
    padding-left: 180px !important;
  }
  .pr-xl-180 {
    padding-right: 180px !important;
  }
  .pt-xl-190 {
    padding-top: 190px !important;
  }
  .pb-xl-190 {
    padding-bottom: 190px !important;
  }
  .pl-xl-190 {
    padding-left: 190px !important;
  }
  .pr-xl-190 {
    padding-right: 190px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200 {
    padding-left: 200px !important;
  }
  .pr-xl-200 {
    padding-right: 200px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .px-xl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-xl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .px-xl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-xl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .px-xl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-xl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .px-xl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-xl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .px-xl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-xl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
/*===============================
 =            MARGINS            =
 ===============================*/
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .ml-md-110 {
    margin-left: 110px !important;
  }
  .mr-md-110 {
    margin-right: 110px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .ml-md-130 {
    margin-left: 130px !important;
  }
  .mr-md-130 {
    margin-right: 130px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .ml-md-150 {
    margin-left: 150px !important;
  }
  .mr-md-150 {
    margin-right: 150px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .mt-md-170 {
    margin-top: 170px !important;
  }
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  .ml-md-170 {
    margin-left: 170px !important;
  }
  .mr-md-170 {
    margin-right: 170px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .ml-md-180 {
    margin-left: 180px !important;
  }
  .mr-md-180 {
    margin-right: 180px !important;
  }
  .mt-md-190 {
    margin-top: 190px !important;
  }
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  .ml-md-190 {
    margin-left: 190px !important;
  }
  .mr-md-190 {
    margin-right: 190px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .ml-lg-110 {
    margin-left: 110px !important;
  }
  .mr-lg-110 {
    margin-right: 110px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .ml-lg-130 {
    margin-left: 130px !important;
  }
  .mr-lg-130 {
    margin-right: 130px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .ml-lg-150 {
    margin-left: 150px !important;
  }
  .mr-lg-150 {
    margin-right: 150px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  .ml-lg-170 {
    margin-left: 170px !important;
  }
  .mr-lg-170 {
    margin-right: 170px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  .ml-lg-190 {
    margin-left: 190px !important;
  }
  .mr-lg-190 {
    margin-right: 190px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .ml-xl-110 {
    margin-left: 110px !important;
  }
  .mr-xl-110 {
    margin-right: 110px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xl-120 {
    margin-left: 120px !important;
  }
  .mr-xl-120 {
    margin-right: 120px !important;
  }
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .ml-xl-130 {
    margin-left: 130px !important;
  }
  .mr-xl-130 {
    margin-right: 130px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140 {
    margin-left: 140px !important;
  }
  .mr-xl-140 {
    margin-right: 140px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-150 {
    margin-left: 150px !important;
  }
  .mr-xl-150 {
    margin-right: 150px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .ml-xl-160 {
    margin-left: 160px !important;
  }
  .mr-xl-160 {
    margin-right: 160px !important;
  }
  .mt-xl-170 {
    margin-top: 170px !important;
  }
  .mb-xl-170 {
    margin-bottom: 170px !important;
  }
  .ml-xl-170 {
    margin-left: 170px !important;
  }
  .mr-xl-170 {
    margin-right: 170px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .ml-xl-180 {
    margin-left: 180px !important;
  }
  .mr-xl-180 {
    margin-right: 180px !important;
  }
  .mt-xl-190 {
    margin-top: 190px !important;
  }
  .mb-xl-190 {
    margin-bottom: 190px !important;
  }
  .ml-xl-190 {
    margin-left: 190px !important;
  }
  .mr-xl-190 {
    margin-right: 190px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200 {
    margin-left: 200px !important;
  }
  .mr-xl-200 {
    margin-right: 200px !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
.mt-minus-0 {
  margin-top: 0px !important;
}
.mt-minus-5 {
  margin-top: -5px !important;
}
.mt-minus-10 {
  margin-top: -10px !important;
}
.mt-minus-15 {
  margin-top: -15px !important;
}
.mt-minus-20 {
  margin-top: -20px !important;
}
.mt-minus-25 {
  margin-top: -25px !important;
}
.mt-minus-30 {
  margin-top: -30px !important;
}
.mt-minus-35 {
  margin-top: -35px !important;
}
.mt-minus-40 {
  margin-top: -40px !important;
}
.mt-minus-45 {
  margin-top: -45px !important;
}
.mt-minus-50 {
  margin-top: -50px !important;
}
.mt-minus-55 {
  margin-top: -55px !important;
}
.mt-minus-60 {
  margin-top: -60px !important;
}
.mt-minus-65 {
  margin-top: -65px !important;
}
.mt-minus-70 {
  margin-top: -70px !important;
}
.mt-minus-75 {
  margin-top: -75px !important;
}
.mt-minus-80 {
  margin-top: -80px !important;
}
.mt-minus-85 {
  margin-top: -85px !important;
}
.mt-minus-90 {
  margin-top: -90px !important;
}
.mt-minus-95 {
  margin-top: -95px !important;
}
.mt-minus-100 {
  margin-top: -100px !important;
}
.mt-minus-105 {
  margin-top: -105px !important;
}
.mt-minus-110 {
  margin-top: -110px !important;
}
.mt-minus-115 {
  margin-top: -115px !important;
}
.mt-minus-120 {
  margin-top: -120px !important;
}
.mt-minus-125 {
  margin-top: -125px !important;
}
.mt-minus-130 {
  margin-top: -130px !important;
}
.mt-minus-135 {
  margin-top: -135px !important;
}
.mt-minus-140 {
  margin-top: -140px !important;
}
.mt-minus-145 {
  margin-top: -145px !important;
}
.mt-minus-150 {
  margin-top: -150px !important;
}
.mt-minus-155 {
  margin-top: -155px !important;
}
.mt-minus-160 {
  margin-top: -160px !important;
}
.mt-minus-165 {
  margin-top: -165px !important;
}
.mt-minus-170 {
  margin-top: -170px !important;
}
.mt-minus-175 {
  margin-top: -175px !important;
}
.mt-minus-180 {
  margin-top: -180px !important;
}
.mt-minus-185 {
  margin-top: -185px !important;
}
.mt-minus-190 {
  margin-top: -190px !important;
}
.mt-minus-195 {
  margin-top: -195px !important;
}
.mt-minus-200 {
  margin-top: -200px !important;
}
.mt-minus-205 {
  margin-top: -205px !important;
}
.mt-minus-210 {
  margin-top: -210px !important;
}
.mt-minus-215 {
  margin-top: -215px !important;
}
.mt-minus-220 {
  margin-top: -220px !important;
}
.mt-minus-225 {
  margin-top: -225px !important;
}
.mt-minus-230 {
  margin-top: -230px !important;
}
.mt-minus-235 {
  margin-top: -235px !important;
}
.mt-minus-240 {
  margin-top: -240px !important;
}
.mt-minus-245 {
  margin-top: -245px !important;
}
.mt-minus-250 {
  margin-top: -250px !important;
}
.mt-minus-255 {
  margin-top: -255px !important;
}
.mt-minus-260 {
  margin-top: -260px !important;
}
.mt-minus-265 {
  margin-top: -265px !important;
}
.mt-minus-270 {
  margin-top: -270px !important;
}
.mt-minus-275 {
  margin-top: -275px !important;
}
.mt-minus-280 {
  margin-top: -280px !important;
}
@media (min-width: 992px) {
  .mt-lg-minus-0 {
    margin-top: 0px !important;
  }
  .mt-lg-minus-5 {
    margin-top: -5px !important;
  }
  .mt-lg-minus-10 {
    margin-top: -10px !important;
  }
  .mt-lg-minus-15 {
    margin-top: -15px !important;
  }
  .mt-lg-minus-20 {
    margin-top: -20px !important;
  }
  .mt-lg-minus-25 {
    margin-top: -25px !important;
  }
  .mt-lg-minus-30 {
    margin-top: -30px !important;
  }
  .mt-lg-minus-35 {
    margin-top: -35px !important;
  }
  .mt-lg-minus-40 {
    margin-top: -40px !important;
  }
  .mt-lg-minus-45 {
    margin-top: -45px !important;
  }
  .mt-lg-minus-50 {
    margin-top: -50px !important;
  }
  .mt-lg-minus-55 {
    margin-top: -55px !important;
  }
  .mt-lg-minus-60 {
    margin-top: -60px !important;
  }
  .mt-lg-minus-65 {
    margin-top: -65px !important;
  }
  .mt-lg-minus-70 {
    margin-top: -70px !important;
  }
  .mt-lg-minus-75 {
    margin-top: -75px !important;
  }
  .mt-lg-minus-80 {
    margin-top: -80px !important;
  }
  .mt-lg-minus-85 {
    margin-top: -85px !important;
  }
  .mt-lg-minus-90 {
    margin-top: -90px !important;
  }
  .mt-lg-minus-95 {
    margin-top: -95px !important;
  }
  .mt-lg-minus-100 {
    margin-top: -100px !important;
  }
  .mt-lg-minus-105 {
    margin-top: -105px !important;
  }
  .mt-lg-minus-110 {
    margin-top: -110px !important;
  }
  .mt-lg-minus-115 {
    margin-top: -115px !important;
  }
  .mt-lg-minus-120 {
    margin-top: -120px !important;
  }
  .mt-lg-minus-125 {
    margin-top: -125px !important;
  }
  .mt-lg-minus-130 {
    margin-top: -130px !important;
  }
  .mt-lg-minus-135 {
    margin-top: -135px !important;
  }
  .mt-lg-minus-140 {
    margin-top: -140px !important;
  }
  .mt-lg-minus-145 {
    margin-top: -145px !important;
  }
  .mt-lg-minus-150 {
    margin-top: -150px !important;
  }
  .mt-lg-minus-155 {
    margin-top: -155px !important;
  }
  .mt-lg-minus-160 {
    margin-top: -160px !important;
  }
  .mt-lg-minus-165 {
    margin-top: -165px !important;
  }
  .mt-lg-minus-170 {
    margin-top: -170px !important;
  }
  .mt-lg-minus-175 {
    margin-top: -175px !important;
  }
  .mt-lg-minus-180 {
    margin-top: -180px !important;
  }
  .mt-lg-minus-185 {
    margin-top: -185px !important;
  }
  .mt-lg-minus-190 {
    margin-top: -190px !important;
  }
  .mt-lg-minus-195 {
    margin-top: -195px !important;
  }
  .mt-lg-minus-200 {
    margin-top: -200px !important;
  }
  .mt-lg-minus-205 {
    margin-top: -205px !important;
  }
  .mt-lg-minus-210 {
    margin-top: -210px !important;
  }
  .mt-lg-minus-215 {
    margin-top: -215px !important;
  }
  .mt-lg-minus-220 {
    margin-top: -220px !important;
  }
  .mt-lg-minus-225 {
    margin-top: -225px !important;
  }
  .mt-lg-minus-230 {
    margin-top: -230px !important;
  }
  .mt-lg-minus-235 {
    margin-top: -235px !important;
  }
  .mt-lg-minus-240 {
    margin-top: -240px !important;
  }
  .mt-lg-minus-245 {
    margin-top: -245px !important;
  }
  .mt-lg-minus-250 {
    margin-top: -250px !important;
  }
  .mt-lg-minus-255 {
    margin-top: -255px !important;
  }
  .mt-lg-minus-260 {
    margin-top: -260px !important;
  }
  .mt-lg-minus-265 {
    margin-top: -265px !important;
  }
  .mt-lg-minus-270 {
    margin-top: -270px !important;
  }
  .mt-lg-minus-275 {
    margin-top: -275px !important;
  }
  .mt-lg-minus-280 {
    margin-top: -280px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-minus-0 {
    margin-top: 0px !important;
  }
  .mt-md-minus-5 {
    margin-top: -5px !important;
  }
  .mt-md-minus-10 {
    margin-top: -10px !important;
  }
  .mt-md-minus-15 {
    margin-top: -15px !important;
  }
  .mt-md-minus-20 {
    margin-top: -20px !important;
  }
  .mt-md-minus-25 {
    margin-top: -25px !important;
  }
  .mt-md-minus-30 {
    margin-top: -30px !important;
  }
  .mt-md-minus-35 {
    margin-top: -35px !important;
  }
  .mt-md-minus-40 {
    margin-top: -40px !important;
  }
  .mt-md-minus-45 {
    margin-top: -45px !important;
  }
  .mt-md-minus-50 {
    margin-top: -50px !important;
  }
  .mt-md-minus-55 {
    margin-top: -55px !important;
  }
  .mt-md-minus-60 {
    margin-top: -60px !important;
  }
  .mt-md-minus-65 {
    margin-top: -65px !important;
  }
  .mt-md-minus-70 {
    margin-top: -70px !important;
  }
  .mt-md-minus-75 {
    margin-top: -75px !important;
  }
  .mt-md-minus-80 {
    margin-top: -80px !important;
  }
  .mt-md-minus-85 {
    margin-top: -85px !important;
  }
  .mt-md-minus-90 {
    margin-top: -90px !important;
  }
  .mt-md-minus-95 {
    margin-top: -95px !important;
  }
  .mt-md-minus-100 {
    margin-top: -100px !important;
  }
  .mt-md-minus-105 {
    margin-top: -105px !important;
  }
  .mt-md-minus-110 {
    margin-top: -110px !important;
  }
  .mt-md-minus-115 {
    margin-top: -115px !important;
  }
  .mt-md-minus-120 {
    margin-top: -120px !important;
  }
  .mt-md-minus-125 {
    margin-top: -125px !important;
  }
  .mt-md-minus-130 {
    margin-top: -130px !important;
  }
  .mt-md-minus-135 {
    margin-top: -135px !important;
  }
  .mt-md-minus-140 {
    margin-top: -140px !important;
  }
  .mt-md-minus-145 {
    margin-top: -145px !important;
  }
  .mt-md-minus-150 {
    margin-top: -150px !important;
  }
  .mt-md-minus-155 {
    margin-top: -155px !important;
  }
  .mt-md-minus-160 {
    margin-top: -160px !important;
  }
  .mt-md-minus-165 {
    margin-top: -165px !important;
  }
  .mt-md-minus-170 {
    margin-top: -170px !important;
  }
  .mt-md-minus-175 {
    margin-top: -175px !important;
  }
  .mt-md-minus-180 {
    margin-top: -180px !important;
  }
  .mt-md-minus-185 {
    margin-top: -185px !important;
  }
  .mt-md-minus-190 {
    margin-top: -190px !important;
  }
  .mt-md-minus-195 {
    margin-top: -195px !important;
  }
  .mt-md-minus-200 {
    margin-top: -200px !important;
  }
  .mt-md-minus-205 {
    margin-top: -205px !important;
  }
  .mt-md-minus-210 {
    margin-top: -210px !important;
  }
  .mt-md-minus-215 {
    margin-top: -215px !important;
  }
  .mt-md-minus-220 {
    margin-top: -220px !important;
  }
  .mt-md-minus-225 {
    margin-top: -225px !important;
  }
  .mt-md-minus-230 {
    margin-top: -230px !important;
  }
  .mt-md-minus-235 {
    margin-top: -235px !important;
  }
  .mt-md-minus-240 {
    margin-top: -240px !important;
  }
  .mt-md-minus-245 {
    margin-top: -245px !important;
  }
  .mt-md-minus-250 {
    margin-top: -250px !important;
  }
  .mt-md-minus-255 {
    margin-top: -255px !important;
  }
  .mt-md-minus-260 {
    margin-top: -260px !important;
  }
  .mt-md-minus-265 {
    margin-top: -265px !important;
  }
  .mt-md-minus-270 {
    margin-top: -270px !important;
  }
  .mt-md-minus-275 {
    margin-top: -275px !important;
  }
  .mt-md-minus-280 {
    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: #27282a;
}
.bg-gray-80 {
  background-color: #343a40;
}
.bg-gray-70 {
  background-color: #495057;
}
.bg-gray-60 {
  background-color: #565a60;
}
.bg-gray-50 {
  background-color: #777b81;
}
.bg-gray-40 {
  background-color: #c4c6c8;
}
.bg-gray-30 {
  background-color: #dfdfdf;
}
.bg-gray-20 {
  background-color: #f3f3f3;
}
.bg-gray-10 {
  background-color: #f8f9fa;
}
.bg-white {
  background-color: #fff !important;
}
.bg-success {
  background-color: #1bbc9b;
}
.bg-success-10 {
  background-color: #e8f8f5;
}
.bg-success-20 {
  background-color: #d1f2eb;
}
.bg-success-30 {
  background-color: #bbebe1;
}
.bg-success-40 {
  background-color: #a4e4d7;
}
.bg-success-50 {
  background-color: #8ddecd;
}
.bg-success-60 {
  background-color: #76d7c3;
}
.bg-success-70 {
  background-color: #5fd0b9;
}
.bg-success-80 {
  background-color: #49c9af;
}
.bg-success-90 {
  background-color: #32c3a5;
}
/* Success shade
 @each $percent in $percent-list{
 .bg-success-1#{str-slice($percent, 0 , 2)} {
 background-color: shade($success, $percent);
 }
 }*/
.bg-info {
  background-color: #16a1ed;
}
.bg-info-10 {
  background-color: #e8f6fd;
}
.bg-info-20 {
  background-color: #d0ecfb;
}
.bg-info-30 {
  background-color: #b9e3fa;
}
.bg-info-40 {
  background-color: #a2d9f8;
}
.bg-info-50 {
  background-color: #8bd0f6;
}
.bg-info-60 {
  background-color: #73c7f4;
}
.bg-info-70 {
  background-color: #5cbdf2;
}
.bg-info-80 {
  background-color: #45b4f1;
}
.bg-info-90 {
  background-color: #2daaef;
}
.bg-warning {
  background-color: #ffc107;
}
.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-danger {
  background-color: #dc3545;
}
.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;
}
/*===========================================
 =            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, .1);
}
.overlay-bg-black-20:before {
  background-color: rgba(0, 0, 0, .2);
}
.overlay-bg-black-30:before {
  background-color: rgba(0, 0, 0, .3);
}
.overlay-bg-black-40:before {
  background-color: rgba(0, 0, 0, .4);
}
.overlay-bg-black-50:before {
  background-color: rgba(0, 0, 0, .5);
}
.overlay-bg-black-60:before {
  background-color: rgba(0, 0, 0, .6);
}
.overlay-bg-black-70:before {
  background-color: rgba(0, 0, 0, .7);
}
.overlay-bg-black-80:before {
  background-color: rgba(0, 0, 0, .8);
}
.overlay-bg-black-90:before {
  background-color: rgba(0, 0, 0, .9);
}
.overlay-bg-white-10:before {
  background-color: rgba(255, 255, 255, .1);
}
.overlay-bg-white-20:before {
  background-color: rgba(255, 255, 255, .2);
}
.overlay-bg-white-30:before {
  background-color: rgba(255, 255, 255, .3);
}
.overlay-bg-white-40:before {
  background-color: rgba(255, 255, 255, .4);
}
.overlay-bg-white-50:before {
  background-color: rgba(255, 255, 255, .5);
}
.overlay-bg-white-60:before {
  background-color: rgba(255, 255, 255, .6);
}
.overlay-bg-white-70:before {
  background-color: rgba(255, 255, 255, .7);
}
.overlay-bg-white-80:before {
  background-color: rgba(255, 255, 255, .8);
}
.overlay-bg-white-90:before {
  background-color: rgba(255, 255, 255, .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;
}
/*============================================
 =            ANIMATION FOR ADDONS            =
 ============================================*/
.sppb-addon .sppb-addon-content .utZoomIn, .sppb-addon .sppb-addon-content .utZoomOut, .sppb-addon .sppb-addon-content .utFlipX {
  position: relative;
  display: inline-block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon .sppb-addon-content:hover .utZoomIn, .sppb-addon .sppb-addon-content:focus .utZoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.sppb-addon .sppb-addon-content:hover .utZoomOut, .sppb-addon .sppb-addon-content:focus .utZoomOut {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.sppb-addon .sppb-addon-content:hover .utFlipX, .sppb-addon .sppb-addon-content:focus .utFlipX {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
/*===========================================
 =            BOOTSTRAP UTILITIES            =
 ===========================================*/
.badge-info {
  background-color: #16a1ed;
  color: #fff;
}
.badge-success {
  background-color: #1bbc9b;
  color: #fff;
}
.badge-warning {
  background-color: #ffc107;
  color: #27282a;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
/**
 * @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.header-sticky .stickylogo .sticky-logo {
  display: inline-block !important;
}
#sp-header.header-sticky .stickylogo .logo-image {
  display: none !important;
}
@media (max-width: 991.98px) {
  #sp-header.header-sticky .stickylogo .sticky-logo.d-none {
    display: none !important;
  }
}
/*----------  HEADER OVERLAP CLASSES  ----------*/
.header-overlap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.header-overlap.transparent #sp-top-bar {
  background: transparent;
}
.header-overlap.transparent #sp-header:not(.header-sticky) {
  background: transparent;
}
.header-overlap.transparent-black #sp-top-bar {
  background: rgba(0, 0, 0, .3);
}
.header-overlap.transparent-black #sp-header:not(.header-sticky) {
  background: rgba(0, 0, 0, .3);
}
.header-overlap.transparent #sp-top-bar, .header-overlap.transparent-black #sp-top-bar {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.header-overlap.transparent #sp-top-bar a:not(.btn), .header-overlap.transparent-black #sp-top-bar a:not(.btn) {
  color: #fff;
}
.header-overlap.transparent #sp-top-bar a:not(.btn):hover, .header-overlap.transparent-black #sp-top-bar a:not(.btn):hover, .header-overlap.transparent #sp-top-bar a:not(.btn):focus, .header-overlap.transparent-black #sp-top-bar a:not(.btn):focus {
  color: rgba(255, 255, 255, .7);
}
.header-overlap.transparent #sp-header:not(.header-sticky), .header-overlap.transparent-black #sp-header:not(.header-sticky) {
  border-bottom-color: rgba(255, 255, 255, .1);
}
.header-overlap.transparent #sp-header:not(.header-sticky) .sp-megamenu-parent > li > a:not(.btn), .header-overlap.transparent-black #sp-header:not(.header-sticky) .sp-megamenu-parent > li > a:not(.btn) {
  color: #fff;
}
.header-overlap.transparent #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a:not(.btn), .header-overlap.transparent-black #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a:not(.btn), .header-overlap.transparent #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a:not(.btn), .header-overlap.transparent-black #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a:not(.btn) {
  color: rgba(255, 255, 255, .7);
}
.header-overlap.transparent #sp-header:not(.header-sticky) #offcanvas-toggler > .fa, .header-overlap.transparent-black #sp-header:not(.header-sticky) #offcanvas-toggler > .fa {
  color: #fff;
}
.header-overlap.transparent #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:hover, .header-overlap.transparent-black #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:hover, .header-overlap.transparent #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:focus, .header-overlap.transparent-black #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:focus, .header-overlap.transparent #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:active, .header-overlap.transparent-black #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:active {
  color: rgba(255, 255, 255, .7);
}
.header-overlap.transparent #sp-header:not(.header-sticky) .sp-module, .header-overlap.transparent-black #sp-header:not(.header-sticky) .sp-module {
  color: #fff;
}
.header-overlap.transparent #sp-header:not(.header-sticky) .sp-module a:not(.btn), .header-overlap.transparent-black #sp-header:not(.header-sticky) .sp-module a:not(.btn) {
  color: #fff;
}
.header-overlap.transparent #sp-header:not(.header-sticky) .sp-module a:not(.btn):hover, .header-overlap.transparent-black #sp-header:not(.header-sticky) .sp-module a:not(.btn):hover, .header-overlap.transparent #sp-header:not(.header-sticky) .sp-module a:not(.btn):focus, .header-overlap.transparent-black #sp-header:not(.header-sticky) .sp-module a:not(.btn):focus {
  color: rgba(255, 255, 255, .7);
}
.header-overlap.transparent #sp-header:not(.header-sticky) .social-icons a:not(.btn), .header-overlap.transparent-black #sp-header:not(.header-sticky) .social-icons a:not(.btn) {
  color: #fff;
}
.header-overlap.transparent #sp-header:not(.header-sticky) .social-icons a:not(.btn):hover, .header-overlap.transparent-black #sp-header:not(.header-sticky) .social-icons a:not(.btn):hover, .header-overlap.transparent #sp-header:not(.header-sticky) .social-icons a:not(.btn):focus, .header-overlap.transparent-black #sp-header:not(.header-sticky) .social-icons a:not(.btn):focus {
  color: rgba(255, 255, 255, .7);
}
.header-overlap.transparent-white #sp-top-bar {
  background: rgba(255, 255, 255, .3);
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.header-overlap.transparent-white #sp-top-bar a:not(.btn) {
  color: #222;
}
.header-overlap.transparent-white #sp-top-bar a:not(.btn):hover, .header-overlap.transparent-white #sp-top-bar a:not(.btn):focus {
  color: rgba(34, 34, 34, .7);
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) {
  background: rgba(255, 255, 255, .3);
  border-bottom-color: rgba(0, 0, 0, .1);
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) .sp-megamenu-parent > li > a:not(.btn) {
  color: #222;
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a:not(.btn), .header-overlap.transparent-white #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a:not(.btn) {
  color: rgba(34, 34, 34, .7);
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) #offcanvas-toggler > .fa {
  color: #222;
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:hover, .header-overlap.transparent-white #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:focus, .header-overlap.transparent-white #sp-header:not(.header-sticky) #offcanvas-toggler > .fa:active {
  color: rgba(34, 34, 34, .7);
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) .sp-module {
  color: #222;
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) .sp-module a:not(.btn) {
  color: #222;
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) .sp-module a:not(.btn):hover, .header-overlap.transparent-white #sp-header:not(.header-sticky) .sp-module a:not(.btn):focus {
  color: rgba(34, 34, 34, .7);
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) .social-icons a:not(.btn) {
  color: #222;
}
.header-overlap.transparent-white #sp-header:not(.header-sticky) .social-icons a:not(.btn):hover, .header-overlap.transparent-white #sp-header:not(.header-sticky) .social-icons a:not(.btn):focus {
  color: rgba(34, 34, 34, .7);
}
/*----------  HEADER STICKY CLASSES  ----------*/
#sp-header.header-sticky.sticky-black {
  background: #000;
}
#sp-header.header-sticky.sticky-black .sp-megamenu-parent > li > a, #sp-header.header-sticky.sticky-black-light .sp-megamenu-parent > li > a {
  color: #fff;
}
#sp-header.header-sticky.sticky-black .sp-megamenu-parent > li:hover > a, #sp-header.header-sticky.sticky-black-light .sp-megamenu-parent > li:hover > a, #sp-header.header-sticky.sticky-black .sp-megamenu-parent > li.active > a, #sp-header.header-sticky.sticky-black-light .sp-megamenu-parent > li.active > a {
  color: rgba(255, 255, 255, .7);
}
#sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa, #sp-header.header-sticky.sticky-black-light #offcanvas-toggler > .fa {
  color: #fff;
}
#sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa:hover, #sp-header.header-sticky.sticky-black-light #offcanvas-toggler > .fa:hover, #sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa:focus, #sp-header.header-sticky.sticky-black-light #offcanvas-toggler > .fa:focus, #sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa:active, #sp-header.header-sticky.sticky-black-light #offcanvas-toggler > .fa:active {
  color: rgba(255, 255, 255, .7);
}
#sp-header.header-sticky.sticky-black .sp-module, #sp-header.header-sticky.sticky-black-light .sp-module, #sp-header.header-sticky.sticky-black .social-icons, #sp-header.header-sticky.sticky-black-light .social-icons, #sp-header.header-sticky.sticky-black .sp-contact-info, #sp-header.header-sticky.sticky-black-light .sp-contact-info {
  color: #fff;
}
#sp-header.header-sticky.sticky-black .sp-module a:not(.btn), #sp-header.header-sticky.sticky-black-light .sp-module a:not(.btn), #sp-header.header-sticky.sticky-black .social-icons a:not(.btn), #sp-header.header-sticky.sticky-black-light .social-icons a:not(.btn), #sp-header.header-sticky.sticky-black .sp-contact-info a:not(.btn), #sp-header.header-sticky.sticky-black-light .sp-contact-info a:not(.btn) {
  color: #fff;
}
#sp-header.header-sticky.sticky-black .sp-module a:not(.btn):hover, #sp-header.header-sticky.sticky-black-light .sp-module a:not(.btn):hover, #sp-header.header-sticky.sticky-black .social-icons a:not(.btn):hover, #sp-header.header-sticky.sticky-black-light .social-icons a:not(.btn):hover, #sp-header.header-sticky.sticky-black .sp-contact-info a:not(.btn):hover, #sp-header.header-sticky.sticky-black-light .sp-contact-info a:not(.btn):hover {
  color: rgba(255, 255, 255, .7);
}
#sp-header.header-sticky.sticky-black-light {
  background: rgba(0, 0, 0, .9);
}
#sp-header.header-sticky.sticky-white {
  background: #fff;
}
#sp-header.header-sticky.sticky-white-light {
  background: rgba(255, 255, 255, .9);
}
/*=====================================
 =            HEADER STYLES            =
 =====================================*/
#sp-top-bar[class*="header-"] .container .container-inner .row {
  align-items: center;
  -webkit-align-items: center;
}
/*======================================
 =            Section Titles            =
 ======================================*/
.title-dot.sppb-section .sppb-section-title .sppb-title-heading, .title-dot.sppb-addon .sppb-addon-title, .title-dot.sp-column .sp-module-title, .title-dot.sp-module .sp-module-title {
  position: relative;
  display: inline-block;
}
.title-dot.sppb-section .sppb-section-title .sppb-title-heading:before, .title-dot.sppb-addon .sppb-addon-title:before, .title-dot.sp-column .sp-module-title:before, .title-dot.sp-module .sp-module-title:before, .title-dot.sppb-section .sppb-section-title .sppb-title-heading:after, .title-dot.sppb-addon .sppb-addon-title:after, .title-dot.sp-column .sp-module-title:after, .title-dot.sp-module .sp-module-title:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.title-dot.sppb-section .sppb-section-title .sppb-title-heading:before, .title-dot.sppb-addon .sppb-addon-title:before, .title-dot.sp-column .sp-module-title:before, .title-dot.sp-module .sp-module-title:before {
  left: -35px;
}
.title-dot.sppb-section .sppb-section-title .sppb-title-heading:after, .title-dot.sppb-addon .sppb-addon-title:after, .title-dot.sp-column .sp-module-title:after, .title-dot.sp-module .sp-module-title:after {
  right: -20px;
}
.title-dot.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-dot.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-dot.sppb-addon .sppb-text-left .sppb-addon-title:before, .title-dot.sp-column .sp-module-title:before, .title-dot.sp-module .sp-module-title:before {
  display: none;
}
.title-dot.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-dot.sppb-addon.sppb-text-right .sppb-addon-title:after {
  display: none;
}
@media (min-width: 992px) {
  .title-dot .sppb-section-title.sppb-text-right .sppb-title-subheading {
    padding-right: 0 !important;
    padding-left: 40% !important;
  }
  .title-dot .sppb-section-title.sppb-text-left .sppb-title-subheading {
    padding-left: 0 !important;
    padding-right: 40% !important;
  }
}
.title-bar.sppb-section .sppb-section-title .sppb-title-heading, .title-bar.sppb-addon .sppb-addon-title, .title-bar.sp-column .sp-module-title, .title-bar.sp-module .sp-module-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.title-bar.sppb-section .sppb-section-title .sppb-title-heading:after, .title-bar.sppb-addon .sppb-addon-title:after, .title-bar.sp-column .sp-module-title:after, .title-bar.sp-module .sp-module-title:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.title-bar.sppb-addon .sppb-addon-title {
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
}
.title-bar.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-bar.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-bar.sppb-addon .sppb-text-left .sppb-addon-title:after, .title-bar.sp-column .sp-module-title:after, .title-bar.sp-module .sp-module-title:after {
  left: 0;
  margin-left: 0;
}
.title-bar.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-bar.sppb-addon.sppb-text-right .sppb-addon-title:after, .title-bar.sppb-addon .sppb-text-right .sppb-addon-title:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.subtitle-bar.sppb-section .sppb-section-title .sppb-title-subheading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.subtitle-bar.sppb-section .sppb-section-title .sppb-title-subheading:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.subtitle-bar.sppb-section .sppb-section-title.sppb-text-left .sppb-title-subheading:after {
  left: 0;
  margin-left: 0;
}
.subtitle-bar.sppb-section .sppb-section-title.sppb-text-right .sppb-title-subheading:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.title-2.sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #727272;
}
.title-2.sppb-section .sppb-section-title .sppb-title-subheading {
  font-size: 2rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #222;
}
.title-small.sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #727272;
}
.subtitle-big.sppb-section .sppb-section-title .sppb-title-subheading {
  font-size: 2rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #222;
}
.title-white.sppb-section .sppb-section-title .sppb-title-heading, .title-white.sppb-section .sppb-section-title .sppb-title-subheading {
  color: #fff;
}
/*====================================
 =            MODULES.LESS            =
 ====================================*/
.menu-access ul > li > a {
  text-transform: uppercase;
}
.menu-access ul > li > a:before {
  content: "\f090";
  display: inline-block;
  margin-right: 5px;
  font-family: FontAwesome;
}
.vertical-bullets .tp-bullets.simplebullets .bullet {
  float: none !important;
  margin-top: 5px !important;
}
.vertical-bullets .tp-bullets.simplebullets .bullet:first-child {
  margin-top: 0 !important;
}
#sp-menu .custom .sppb-btn-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/*===================================
 =            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 {
  color: #343a40;
}
.list-style-1 ul > li:before, ul.list-style-1 > li:before {
  content: "\f18e";
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
}
.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 {
  color: #343a40;
}
.list-style-2 ul > li:before, ul.list-style-2 > li:before {
  content: "\f178";
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
}
.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 {
  color: #343a40;
}
.list-style-3 ul > li:before, ul.list-style-3 > li:before {
  content: "\f101";
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
}
.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: #f3f3f3;
}
.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: #f3f3f3;
}
.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: #f3f3f3;
}
.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);
}
/*=====================================
 =            OTHER CLASSES            =
 =====================================*/
@media (max-width: 991.98px) {
  .bg-image-responsive {
    background-image: none !important;
  }
}
.flash-menu > a {
  -webkit-animation: flash 0.5s infinite;
  animation: flash 0.5s infinite;
}
/**
 * @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 {
  margin-top: 0;
  clear: both;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 1.99996875rem;
  line-height: 1.2;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-subheading {
  max-width: 100%;
}
@media (min-width: 992px) {
  #sp-page-builder .sppb-section .sppb-section-title.sppb-text-left .sppb-title-subheading {
    padding-right: 40%;
  }
  #sp-page-builder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading {
    padding-left: 20%;
    padding-right: 20%;
  }
  #sp-page-builder .sppb-section .sppb-section-title.sppb-text-right .sppb-title-subheading {
    padding-left: 40%;
  }
}
#sp-page-builder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading {
  display: block;
  margin: 0 auto;
}
/*===================================
 =            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-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;
  padding-left: 0 !important;
  padding-right: 0 !important;
  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
 */
/*=========================================
 =            FEATUREBOX STYLES            =
 =========================================*/
.sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container {
  line-height: 1;
}
.feature-box-1 .sppb-addon-content .sppb-media {
  overflow: visible;
}
.feature-box-1 .sppb-addon-content .pull-left {
  margin-right: 0 !important;
}
.feature-box-1 .sppb-addon-content .sppb-icon {
  width: 135px;
  height: 135px;
  font-size: 50px;
  line-height: 135px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.feature-box-1 .sppb-addon-content .sppb-media-body {
  min-height: 135px;
  background: #fff;
  padding: 15px 20px;
}
.feature-box-1 .sppb-addon-content:hover .sppb-icon {
  transform: scale(1.2);
}
.feature-box-2 .sppb-addon-content .sppb-media {
  overflow: visible;
}
.feature-box-2 .sppb-addon-content .pull-left, .feature-box-2 .sppb-addon-content .pull-right {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moztransition: all 0.3s ease-in-out;
}
.feature-box-2 .sppb-addon-content .sppb-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 66px;
  font-size: 34px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
}
.feature-box-2 .sppb-addon-content .sppb-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: transform 0.5s, opacity 0.5s;
  -moztransition: transform 0.5s, opacity 0.5s;
}
.feature-box-2 .sppb-addon-content .sppb-media-body {
  min-height: 110px;
  padding: 15px;
  background: #fff;
}
.feature-box-2 .sppb-addon-content .sppb-media-body .sppb-addon-text p:last-child {
  margin-bottom: 0;
}
.feature-box-2 .sppb-addon-content:hover .sppb-icon {
  box-shadow: 0 0 0 5px #fff;
}
.feature-box-2 .sppb-addon-content:hover .sppb-icon:after {
  transform: scale(0.85);
  opacity: 0.5;
  box-shadow: 0 0 0 2px #fff;
}
.feature-box-2 .sppb-addon-content:hover .pull-left, .feature-box-2 .sppb-addon-content:hover .pull-right {
  background: #495057;
  color: #fff;
}
.feature-box-3 .sppb-addon-content .sppb-icon .sppb-icon-container {
  color: #495057;
  border: 2px solid #495057;
  line-height: 0;
  transition: all 400ms ease;
}
.feature-box-3 .sppb-addon-content:hover .sppb-icon .sppb-icon-container {
  background: #495057;
  color: #fff;
}
.feature-box-4 {
  padding-top: 60px;
  position: relative;
}
.feature-box-4 .sppb-addon-content {
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff;
  border-radius: 2px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-4 .sppb-addon-content .sppb-icon .sppb-icon-container {
  padding: 18px !important;
  border-radius: 2px 2px 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.feature-box-4 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.feature-box-4 .sppb-addon-content:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}
.feature-box-5 .sppb-addon-content {
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-5 .sppb-addon-content .sppb-icon {
  margin-bottom: 10px;
}
.feature-box-5 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  color: #222;
}
.feature-box-5 .sppb-addon-content:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
.feature-box-6 .sppb-addon-content {
  padding: 60px 30px;
  background-color: #343a40;
  border-radius: 4px;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.5);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-6 .sppb-addon-content .sppb-icon {
  margin-bottom: 10px;
}
.feature-box-6 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  color: #fff;
}
.feature-box-6 .sppb-addon-content .sppb-media-content .sppb-addon-text {
  color: #f3f3f3;
}
.feature-box-6 .sppb-addon-content:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
.feature-box-7 .sppb-addon-content {
  position: relative;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.feature-box-7 .sppb-addon-content .sppb-icon {
  position: absolute;
  color: #222;
  padding: 25px 25px 50px 50px;
  border-bottom-left-radius: 100px;
  background: rgba(0, 0, 0, .05);
  top: 0;
  right: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-7 .sppb-addon-content .sppb-media-content {
  padding-right: 40px;
}
.feature-box-7 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  color: #222;
}
.feature-box-8 .sppb-addon-content .sppb-img-container {
  overflow: hidden;
}
.feature-box-8 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-8 .sppb-addon-content .sppb-img-container, .feature-box-8 .sppb-addon-content .sppb-icon-container {
  margin-bottom: 20px;
}
.feature-box-8 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-8 .sppb-addon-content:hover .sppb-img-container .sppb-img-responsive {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.feature-box-9 .sppb-addon-content .sppb-icon .sppb-icon-container {
  margin-bottom: 20px;
}
.feature-box-9 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-9 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-9 .sppb-addon-content:hover .sppb-icon i {
  color: #222;
}
.feature-box-10 .sppb-addon-content .sppb-icon .sppb-icon-container {
  position: relative;
  background-color: #fff;
}
.feature-box-10 .sppb-addon-content .sppb-icon .sppb-icon-container:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  z-index: -1;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-10 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  display: block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-10 .sppb-addon-content .sppb-media-content {
  margin-top: 20px;
}
.feature-box-10 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-10 .sppb-addon-content:hover .sppb-icon .sppb-icon-container:before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.feature-box-10 .sppb-addon-content:hover .sppb-icon .sppb-icon-container i {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.feature-box-11 .sppb-addon-content .sppb-icon .sppb-icon-container {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-11 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-12 {
  padding: 30px;
  background-color: rgba(255, 255, 255, .75);
  position: relative;
  border-radius: 2px;
  z-index: 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
}
.feature-box-12:before, .feature-box-12:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border-radius: 2px;
  z-index: -1;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-12:before {
  top: 30px;
  left: 30px;
}
.feature-box-12:after {
  bottom: 30px;
  right: 30px;
}
.feature-box-12 .sppb-addon-content {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-12 .sppb-addon-content:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .15);
  border-radius: 2px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-12 .sppb-addon-content .sppb-icon .sppb-icon-container {
  margin-bottom: 20px;
}
.feature-box-12 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-12:hover:before, .feature-box-12:focus:before {
  top: 15px;
  left: 15px;
}
.feature-box-12:hover:after, .feature-box-12:focus:after {
  bottom: 15px;
  right: 15px;
}
.feature-box-13 {
  position: relative;
  padding: 10px;
}
.feature-box-13:before, .feature-box-13:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-13:before {
  top: 0;
  right: 0;
}
.feature-box-13:after {
  left: 0;
  bottom: 0;
}
.feature-box-13 .sppb-addon-content {
  padding: 30px 15px;
}
.feature-box-13 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #222;
}
.feature-box-13:hover:before, .feature-box-13.active-style:before, .feature-box-13:hover:after, .feature-box-13.active-style:after {
  width: 50%;
  height: 50%;
}
.feature-box-13:hover .sppb-addon-content, .feature-box-13.active-style .sppb-addon-content {
  background-color: #27282a;
  color: #fff;
}
.feature-box-14 .sppb-addon-content {
  color: #fff;
  padding: 50px 20px;
  border: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
.feature-box-14 .sppb-addon-content .sppb-icon {
  margin-bottom: 20px;
}
.feature-box-14 .sppb-addon-content .sppb-icon-container i {
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: all 0.4s ease-in-out;
}
.feature-box-14 .sppb-addon-content .sppb-addon-title, .feature-box-14 .sppb-addon-content .sppb-addon-title a {
  color: #fff;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}
.feature-box-14:hover .sppb-addon-content {
  background: transparent;
}
.feature-box-14:hover .sppb-addon-content .sppb-icon-container i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.feature-box-15 .sppb-addon-content .sppb-icon-container {
  padding: 30px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 15px 20px 0 rgba(34, 34, 34, 0.2) !important;
  transition: all 0.4s ease-in-out;
}
.feature-box-15 .sppb-addon-content .sppb-icon-container i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
}
.feature-box-15 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 10px;
}
.feature-box-15:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.feature-box-16 .sppb-addon-content .sppb-media {
  position: relative;
}
.feature-box-16 .sppb-addon-content .pull-left, .feature-box-16 .sppb-addon-content .pull-right {
  float: none !important;
  width: 100% !important;
  margin: 0 0 20px;
}
.feature-box-16 .sppb-addon-content .sppb-img-container {
  overflow: hidden;
}
.feature-box-16 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.feature-box-16 .sppb-addon-content .sppb-media-body {
  overflow: visible;
}
.feature-box-16 .sppb-addon-content .sppb-media-body .sppb-media-content .sppb-icon {
  position: absolute;
  top: 15px;
  left: auto;
  right: 15px;
}
.feature-box-16 .sppb-addon-content .sppb-media-body .sppb-media-content .sppb-icon .sppb-icon-container {
  padding: 15px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.feature-box-16 .sppb-addon-content .sppb-media-body .sppb-media-content .sppb-icon .sppb-icon-container i {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.feature-box-16 .sppb-addon-content .sppb-media-body .sppb-media-content .sppb-addon-title {
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.feature-box-16:hover .sppb-addon-content .sppb-media-body .sppb-media-content .sppb-icon .sppb-icon-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.feature-box-17 .sppb-addon-content .sppb-icon .sppb-icon-container {
  background: #222;
  padding: 25px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.feature-box-17 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.feature-box-17 .sppb-addon-content .sppb-addon-title, .feature-box-17 .sppb-addon-content .sppb-addon-title a {
  transition: all 0.4s ease-in-out;
}
.feature-box-17:hover .sppb-addon-content .sppb-addon-title, .feature-box-17:hover .sppb-addon-content .sppb-addon-title a {
  color: #222;
}
.feature-box-18 .sppb-addon-content {
  padding: 70px 20px 50px;
  background: #222;
  margin-top: 45px;
  position: relative;
}
.feature-box-18 .sppb-addon-content .sppb-icon {
  margin-top: -115px;
  text-align: center;
}
.feature-box-18 .sppb-addon-content .sppb-icon-container {
  padding: 30px;
  background: #222;
  box-shadow: none !important;
}
.feature-box-18 .sppb-addon-content .sppb-icon-container i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.feature-box-18 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 10px;
}
.feature-box-18 .sppb-addon-content .sppb-addon-title, .feature-box-18 .sppb-addon-content .sppb-addon-title a {
  color: #fff;
}
.feature-box-18:hover .sppb-addon-content .sppb-icon-container {
  -webkit-animation: pulse 0.5s infinite;
  animation: pulse 0.5s infinite;
}
.sppb-addon-text-block.text-block-1 {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 40px 30px;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-text-block.text-block-1:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
.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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-6:nth-child(n+3) {
    border-top: 1px solid #dfdfdf;
  }
  .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 #dfdfdf;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"]:nth-child(n+3) {
    border-top: 1px solid #dfdfdf;
  }
  .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;
  }
}
.sppb-addon-clients.clients-style-1 .sppb-addon-content img {
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  margin-bottom: 30px;
  padding: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-clients.clients-style-1 .sppb-addon-content img:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}
@media (max-width: 767.98px) {
  .sppb-addon-clients.clients-style-1 .sppb-addon-content div[class*="sppb-col-"] {
    width: 50%;
    display: inline-block;
  }
}
.sppb-addon-single-image.single-image-1 .sppb-addon-single-image-container {
  position: relative;
  margin: 15px 0 0 15px;
}
.sppb-addon-single-image.single-image-1 .sppb-addon-single-image-container img {
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-single-image.single-image-1:hover img {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.sppb-addon-single-image.single-image-2 img {
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.5);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-single-image.single-image-2:hover img {
  box-shadow: 1px 10px 20px -4px rgba(0, 0, 0, 0.5);
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container {
  position: relative;
  margin: 0 15px 15px 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container img {
  transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-single-image.single-image-3:hover .sppb-addon-single-image-container {
  position: relative;
  margin: 15px 0 0 15px;
}
.sppb-addon-single-image.single-image-3:hover .sppb-addon-single-image-container img {
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
}
.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;
}
.sppb-addon-blocknumber.block-number-1 {
  padding: 50px;
  position: relative;
}
.sppb-addon-blocknumber.block-number-1:before {
  content: "\f0a9";
  font-size: 32px;
  font-family: Fontawesome;
  position: absolute;
  opacity: 0;
  display: inline-block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-1.arrow-left:before {
  top: 50%;
  left: 35px;
  transform: translateY(-50%) rotate(180deg) scale(0.5);
  -webkit-transform: translateY(-50%) rotate(180deg) scale(0.5);
}
.sppb-addon-blocknumber.block-number-1.arrow-right:before {
  top: 50%;
  right: 35px;
  transform: translateY(-50%) scale(0.5);
  -webkit-transform: translateY(-50%) scale(0.5);
}
.sppb-addon-blocknumber.block-number-1:hover.arrow-left:before {
  left: 5px;
  opacity: 1;
  ransform: translateY(-50%) rotate(180deg) scale(1);
  -webkit-transform: translateY(-50%) rotate(180deg) scale(1);
}
.sppb-addon-blocknumber.block-number-1:hover.arrow-right:before {
  right: 5px;
  opacity: 1;
  ransform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
@media (max-width: 767.98px) {
  .sppb-addon-blocknumber.block-number-1.arrow-left:before {
    left: 50%;
    top: 35px;
    transform: translateX(-50%) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(-50%) rotate(-90deg) scale(0.5);
  }
  .sppb-addon-blocknumber.block-number-1.arrow-right:before {
    left: 50%;
    bottom: 35px;
    top: auto;
    right: auto;
    transform: translateX(-50%) rotate(90deg) scale(0.5);
    -webkit-transform: translateX(-50%) rotate(90deg) scale(0.5);
  }
  .sppb-addon-blocknumber.block-number-1:hover.arrow-left:before {
    top: 5px;
    left: 50%;
    opacity: 1;
    ransform: translateX(-50%) rotate(-90deg) scale(1);
    -webkit-transform: translateX(-50%) rotate(-90deg) scale(1);
  }
  .sppb-addon-blocknumber.block-number-1:hover.arrow-right:before {
    bottom: 5px;
    left: 50%;
    top: auto;
    right: auto;
    opacity: 1;
    ransform: translateX(-50%) rotate(90deg) scale(1);
    -webkit-transform: translateX(-50%) rotate(90deg) scale(1);
  }
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber .sppb-text-center + .sppb-media-body {
  position: relative;
  margin-top: -35px;
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  font-size: 90px;
  font-weight: 700;
  color: #dfdfdf;
  width: auto !important;
  height: 90px !important;
  line-height: 90px !important;
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber .sppb-media-heading {
  margin-bottom: 10px;
  font-size: 24px;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  font-size: 60px;
  font-weight: 900;
  width: auto !important;
  height: 60px !important;
  line-height: 60px !important;
  opacity: 0.5;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content:hover .sppb-blocknumber .sppb-blocknumber-number {
  opacity: 1;
}
.sppb-addon-blocknumber.block-number-3 {
  padding: 80px 30px;
  border-radius: 2px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .08);
  position: relative;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-3:before {
  content: "";
  width: 90px;
  height: 90px;
  border: 8px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: -45px;
  opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-3 .sppb-blocknumber .sppb-blocknumber-number {
  font-size: 60px;
  font-weight: 400;
  width: auto !important;
  height: 60px !important;
  line-height: 60px !important;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-3 .sppb-media-body {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-3 .sppb-media-heading {
  font-size: 16px;
  margin-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-3:hover:before {
  opacity: 1;
}
.sppb-addon-blocknumber.block-number-4 .sppb-blocknumber .sppb-blocknumber-number {
  font-size: 40px;
  font-weight: 700;
  width: auto !important;
  height: 40px !important;
  line-height: 40px !important;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-4 .sppb-media-heading {
  font-size: 16px;
  margin-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-blocknumber.block-number-4:hover .sppb-blocknumber-number {
  color: #222;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.sppb-addon-blocknumber.block-number-5 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.sppb-addon-blocknumber.block-number-5 .sppb-addon-content .sppb-media-heading {
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}
.twitter-feed-1 a {
  color: #fff;
}
.twitter-feed-1.sppb-text-center {
  text-align: left;
}
.twitter-feed-1 > a {
  float: left;
  overflow: hidden;
  margin-right: 15px;
}
.twitter-feed-1 .sppb-tweet-username {
  margin-bottom: 5px !important;
}
.twitter-feed-1 .sppb-carousel .sppb-carousel-inner {
  width: auto;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  background: #fff;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  padding: 30px 20px;
  display: block;
  line-height: 40px !important;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-price-container {
  background: #495057;
  padding: 25px 20px 18px 20px;
  position: relative;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-price-container span {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1 !important;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  vertical-align: super !important;
  font-size: 1rem !important;
  font-weight: 400;
  margin-right: 2px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  display: inline-block;
  margin-bottom: 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  position: relative;
  font-size: 13px !important;
  color: #f8f9fa;
  vertical-align: baseline;
  font-weight: 400;
  left: 3px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header + .sppb-pricing-features {
  border-top: 1px solid #dfdfdf;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li {
  line-height: 50px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 20px;
  font-size: inherit !important;
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  border-bottom: none;
}
.sppb-addon-pricing-table.pricing-table-1 {
  border: 1px solid #495057;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-header {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  padding: 30px 20px;
  display: block;
  font-size: 26px;
  line-height: 40px !important;
  text-transform: capitalize;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 700;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container {
  padding-top: 0;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-price-container {
  background: #fff;
  padding: 25px 20px;
  position: relative;
  color: #495057;
  font-weight: 300;
  margin-bottom: 0 !important;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-price-container span {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1 !important;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  vertical-align: super !important;
  font-size: 1rem !important;
  font-weight: 400;
  margin-right: 2px;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  display: inline-block;
  margin-bottom: 0;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  position: relative;
  font-size: 13px !important;
  color: #495057;
  vertical-align: baseline;
  font-weight: 400;
  left: 3px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-header + .sppb-pricing-features {
  border-top: 1px solid #dfdfdf;
  padding-top: 15px;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-features {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-features ul li {
  line-height: 40px;
  border-bottom: none;
  padding: 0 20px;
  font-size: inherit !important;
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table.pricing-table-2 .sppb-pricing-box .sppb-pricing-footer {
  padding: 30px 20px;
}
.sppb-addon-pricing-table.pricing-table-2.pricing-featured .sppb-pricing-header {
  position: relative;
}
.sppb-addon-pricing-table.pricing-table-2.pricing-featured .sppb-pricing-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
}
.sppb-addon-pricing-table.pricing-table-2.pricing-featured:hover .sppb-pricing-header:after {
  transform: scale(1);
  background: transparent;
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box {
  background: #fff;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-header {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  padding: 20px;
  display: block;
  font-size: 26px;
  line-height: 40px !important;
  text-transform: capitalize;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 700;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container {
  background: #fff;
  color: #27282a;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-features ul li {
  border-bottom-color: rgba(0, 0, 0, .05);
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-header + .sppb-pricing-features {
  border-top: 1px solid rgba(0, 0, 0, .05);
  padding-top: 15px;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-features + .sppb-pricing-price-container {
  border-top: 1px solid rgba(0, 0, 0, .05);
}
.sppb-addon-pricing-table.pricing-table-3:hover .sppb-pricing-box {
  box-shadow: 1px 10px 20px -4px rgba(0, 0, 0, 0.5);
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box {
  padding: 40px 30px;
  border: 1px solid #dfdfdf;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 24px;
  margin-bottom: 30px !important;
  padding: 0;
  text-transform: capitalize;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-price-container {
  background: transparent;
  margin-bottom: 30px !important;
  padding: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-weight: 700;
  margin-right: 10px;
  font-size: 32px;
  line-height: 32px;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-weight: 400;
  font-size: 24px;
  position: relative;
  top: -3px;
  margin-right: 3px;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  display: inline-block;
  margin-bottom: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  color: #222;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-features {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px !important;
}
.sppb-addon-pricing-table[class*="pricing-table-4"] .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  line-height: inherit;
}
.sppb-addon-pricing-table.pricing-table-4-primary .sppb-pricing-box {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-4-primary .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-4-primary .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  color: #fff !important;
}
.sppb-addon-pricing-table.pricing-table-4-primary .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-4-primary .sppb-pricing-box .sppb-pricing-features {
  border-color: rgba(255, 255, 255, .3);
}
.sppb-addon-pricing-table.pricing-table-4-primary .sppb-pricing-box .sppb-pricing-features ul li {
  border-color: rgba(255, 255, 255, .3);
}
.sppb-addon-pricing-table.pricing-table-4-primary .sppb-pricing-box .sppb-pricing-footer a {
  background: #fff;
  border-color: #fff;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer, .sppb-addon-testimonial .sppb-addon-testimonial-footer a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer, .sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer a {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer > img, .sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer a > img {
  margin-right: 0;
}
.sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer > span, .sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer a > span {
  order: -1;
  -webkit-order: -1;
  margin-right: 10px;
}
.sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer > img + > span, .sppb-addon-testimonial.sppb-text-right .sppb-addon-testimonial-footer a > img + > span {
  text-align: right;
}
.sppb-addon-testimonial.sppb-text-left .sppb-addon-testimonial-footer, .sppb-addon-testimonial.sppb-text-left .sppb-addon-testimonial-footer a {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.sppb-addon-testimonial.sppb-text-center .sppb-addon-testimonial-footer, .sppb-addon-testimonial.sppb-text-center .sppb-addon-testimonial-footer a {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.sppb-addon-testimonial.sppb-text-center .sppb-addon-testimonial-footer > img, .sppb-addon-testimonial.sppb-text-center .sppb-addon-testimonial-footer a > img {
  margin: 0 0 10px 0;
}
.sppb-addon-testimonial.sppb-text-center .sppb-addon-testimonial-footer > span, .sppb-addon-testimonial.sppb-text-center .sppb-addon-testimonial-footer a > span {
  text-align: center;
}
.sppb-addon-testimonial.testimonial-1 .sppb-addon-testimonial-review {
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
.sppb-addon-testimonial.testimonial-1 .sppb-addon-testimonial-review:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
}
.sppb-addon-testimonial.testimonial-1.sppb-text-left .sppb-addon-testimonial-review:after {
  left: 34px;
}
.sppb-addon-testimonial.testimonial-1.sppb-text-right .sppb-addon-testimonial-review:after {
  left: auto;
  right: 26px;
}
@media (min-width: 768px) {
  .sppb-testimonial-pro .sppb-testimonial-message {
    padding: 0 10%;
  }
  .sppb-testimonial-pro.sppb-text-left .sppb-testimonial-message {
    padding: 0 20% 0 0;
  }
  .sppb-testimonial-pro.sppb-text-right .sppb-testimonial-message {
    padding: 0 0 0 20%;
  }
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-addon-testimonial-pro-footer {
  align-items: center;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-addon-testimonial-pro-footer strong {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.sppb-testimonial-pro.white-color .sppb-carousel-indicators li {
  border-color: #fff;
}
.sppb-testimonial-pro.white-color .sppb-carousel-indicators li.active {
  background-color: #fff;
}
.sppb-dropcap .sppb-addon-content:first-letter {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
  margin-right: 10px;
}
.dropcap-1 .sppb-addon-content:first-letter {
  background: #c4c6c8;
  color: #27282a;
  display: block;
  float: left;
  font-size: 40px;
  line-height: 40px;
  padding: 17px 20px;
}
.dropcap-2 .sppb-addon-content:first-letter {
  background: #c4c6c8;
  color: #27282a;
  display: block;
  float: left;
  font-size: 40px;
  line-height: 40px;
  padding: 17px 20px;
}
.sppb-addon-accordion .sppb-panel {
  margin-bottom: 5px;
  border-top-width: 1px;
  border-color: #dfdfdf !important;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  background-color: transparent !important;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-body {
  border-top-color: #dfdfdf !important;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default > .sppb-panel-heading {
  color: #222;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
  color: #222;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-modern > .sppb-panel-heading {
  color: #495057;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success > .sppb-panel-heading {
  color: #1bbc9b;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info > .sppb-panel-heading {
  color: #16a1ed;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning > .sppb-panel-heading {
  color: #ffc107;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger > .sppb-panel-heading {
  color: #dc3545;
}
.sppb-addon-accordion.accordion-style-1 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border: none;
  margin-bottom: 1px;
}
.sppb-addon-accordion.accordion-style-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  padding: 0 15px 0 64px;
  line-height: 50px;
  background: #f3f3f3 !important;
  position: relative;
}
.sppb-addon-accordion.accordion-style-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  line-height: 1;
}
.sppb-addon-accordion.accordion-style-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  line-height: 50px;
  width: 49px;
  float: left;
  text-align: center;
  left: 0;
  right: auto;
  top: 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.accordion-style-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
.sppb-addon-accordion.accordion-style-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-top: none;
}
.sppb-addon-accordion.accordion-style-2 .sppb-addon-content .sppb-panel-group .sppb-panel {
  margin-bottom: 10px;
  border: none;
}
.sppb-addon-accordion.accordion-style-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: transparent;
  padding: 11px 30px 11px 15px;
  border-left: 5px solid transparent;
}
.sppb-addon-accordion.accordion-style-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  display: block;
  line-height: 2;
  color: #222;
  font-weight: 700;
  font-size: 15px;
}
.sppb-addon-accordion.accordion-style-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #222;
}
.sppb-addon-accordion.accordion-style-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  padding: 25px;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq {
  margin-bottom: 0;
  border-top-width: 0;
}
.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: #222;
}
.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 #dfdfdf;
  margin-left: 22px;
  padding: 15px 15px 15px 36px;
}
.sppb-addon-tab .sppb-addon-content.tabs-tab .sppb-nav-tabs > li a {
  font-weight: 400;
  text-transform: uppercase;
  background-color: #f8f9fa;
}
.sppb-addon-tab .sppb-addon-content.tabs-tab .sppb-nav-tabs > li a .sppb-tab-icon {
  margin-right: 2px;
}
.sppb-addon-tab .sppb-addon-content.tabs-tab .sppb-nav-tabs > li a:hover {
  background-color: #f3f3f3;
}
.sppb-addon-tab .sppb-addon-content.pills-tab .sppb-nav-pills > li a {
  border: 2px solid transparent;
  padding: 10px 20px;
}
.sppb-addon-tab .sppb-addon-content.pills-tab .sppb-nav-pills > li.active a, .sppb-addon-tab .sppb-addon-content.pills-tab .sppb-nav-pills > li.active a:hover, .sppb-addon-tab .sppb-addon-content.pills-tab .sppb-nav-pills > li.active a:focus {
  background-color: transparent;
}
.sppb-addon-tab .sppb-addon-content.lines-tab .sppb-nav-lines > li a {
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  color: #222;
  font-size: 1rem;
}
.sppb-addon-tab .sppb-addon-content.modern-tab .sppb-nav-modern > li > a {
  color: #222;
  border-color: #dfdfdf;
  background-color: transparent;
}
.sppb-addon-tab .sppb-addon-content.modern-tab .sppb-nav-modern > li.active a, .sppb-addon-tab .sppb-addon-content.modern-tab .sppb-nav-modern > li.active a:hover, .sppb-addon-tab .sppb-addon-content.modern-tab .sppb-nav-modern > li.active a:focus {
  border-bottom-color: transparent;
  background-color: transparent;
}
.sppb-addon-sp-slider.slideshow-1 .sppb-sp-slider-button .sp-slider-btn-text {
  color: #fff;
}
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control .nav-control {
  background: rgba(34, 34, 34, .75);
  color: #fff;
  border-color: #222;
}
.sppb-addon-sp-slider.slideshow-1 .sp-nav-control .nav-control:hover {
  background: #222;
}
.sppb-addon-sp-slider.slideshow-1 .sp-dots ul li {
  background: #fff;
}
.sppb-addon-sp-slider.slideshow-1 .sp-dots .dot-indicator.active {
  left: 0px;
}
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-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-optin-form-details {
  margin-top: 20px;
}
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.checkbox-wrap {
  flex: 100%;
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.email-wrap {
  padding-right: 0;
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline label {
  display: inherit;
}
.sppb-addon-timeline .timeline-panel .title {
  color: #222;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
}
@media (max-width: 991.98px) {
  .sppb-addon-timeline .timeline-panel {
    width: 95% !important;
  }
}
@media screen and (max-width: 480px) {
  .sppb-addon-timeline .timeline-movement .timeline-item .timeline-date {
    text-align: center !important;
  }
}
.pie-progress-1 .sppb-addon-content {
  position: relative;
}
.pie-progress-1 .sppb-addon-content .sppb-addon-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.pie-progress-1 .sppb-addon-content .sppb-addon-text {
  display: none;
}
.pie-progress-1 .sppb-addon-content .sppb-pie-chart .sppb-chart-percent {
  margin-top: 15px;
}
.pie-progress-1 .sppb-addon-content .sppb-pie-chart .sppb-chart-percent span {
  font-size: 20px !important;
  font-weight: 700;
}
.sppb-addon-progress div.sppb-progress-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-success {
  background-color: #1bbc9b;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-info {
  background-color: #16a1ed;
}
.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 .sppb-progress-label {
  color: #222;
  font-weight: 400;
}
.sppb-addon-progress .sppb-progress-label span {
  font-weight: 400;
}
.sppb-addon-progress.progress-bar-1 .sppb-progress {
  padding: 2px;
  border-radius: 40px;
  background-color: #dfdfdf;
}
.sppb-addon-progress.progress-bar-1 .sppb-progress .sppb-progress-bar {
  border-radius: 40px;
}
.sppb-addon-progress.progress-bar-2 .sppb-progress {
  background-color: transparent;
}
.sppb-addon-progress.progress-bar-2 .sppb-progress-label {
  color: #f3f3f3;
}
.ut-addon-animated-number .sppb-addon-content .number-container .sppb-animated-number-title {
  margin-top: 10px;
}
.ut-addon-animated-number .sppb-addon-content .icon-container i.fa {
  display: block;
}
.ut-addon-animated-number.ut-animated-number-1 {
  position: relative;
}
.ut-addon-animated-number.ut-animated-number-1 .sppb-animated-number {
  color: #222;
}
.ut-addon-animated-number.ut-animated-number-1 .sppb-addon-content {
  padding: 30px 20px;
  border: 1px solid #dfdfdf;
  background: #fff;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.ut-addon-animated-number.ut-animated-number-1:hover .sppb-addon-content, .ut-addon-animated-number.ut-animated-number-1.active-style .sppb-addon-content {
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
}
.ut-addon-animated-number.ut-animated-number-2 .icon-container {
  padding: 30px;
}
.ut-addon-animated-number.ut-animated-number-2 .icon-container i {
  color: #fff;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-animated-number {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #222;
}
.sppb-addon-textrotator.ut-text-rotator-1 .cd-headline {
  display: inline-block;
  font-size: 70px;
}
.sppb-addon-textrotator.ut-text-rotator-1 .cd-headline span {
  display: block;
  padding: 0;
}
.sppb-addon-textrotator.ut-text-rotator-1 .cd-headline .cd-words-wrapper {
  display: inline-block;
}
.sppb-addon-textrotator.ut-text-rotator-1 .cd-headline .cd-words-wrapper:after {
  width: 3px;
}
@media (max-width: 767.98px) {
  .sppb-addon-textrotator.ut-text-rotator-1 .cd-headline {
    font-size: 42px;
  }
}
.ut-social-links-1 {
  padding: 35px 30px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image {
  overflow: hidden;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .sppb-img-responsive {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  opacity: 0;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  -webkit-transform: translateY(-50%) scale(0.5);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social {
  margin: 0;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li {
  margin: 3px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after {
  border: 1px solid #dfdfdf;
  padding: 0 15px 15px;
  border-top: none;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
  padding-top: 15px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information span {
  display: block;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-name {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 16px !important;
  color: #222;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-designation {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 300;
  font-size: 13px !important;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.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 .sppb-addon-content:hover .person-image .sppb-img-responsive {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.ut-person.ut-person-1 .sppb-addon-content:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-1 .sppb-addon-content:hover .person-image .person-overlay .person-overlay-inner {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.ut-person.ut-person-2 .sppb-addon-content .person-image {
  overflow: visible;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .sppb-img-responsive {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  opacity: 0;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 20px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(0.5) translate(50%, 50%);
  -webkir-transform: scale(0.5) translate(50%, 50%);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social {
  margin: 0;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li {
  margin: 3px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li > a {
  background: #fff;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-name {
  color: #fff;
}
.ut-person.ut-person-2 .sppb-addon-content .person-information span {
  display: block;
}
.ut-person.ut-person-2 .sppb-addon-content .person-information .person-name {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 16px !important;
  color: #222;
}
.ut-person.ut-person-2 .sppb-addon-content .person-information .person-designation {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 300;
  font-size: 13px !important;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.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;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social > li > a:hover {
  background: #495057;
  color: #fff;
}
.ut-person.ut-person-2 .sppb-addon-content:hover .person-image .sppb-img-responsive {
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
}
.ut-person.ut-person-2 .sppb-addon-content:hover .person-image .person-overlay {
  opacity: 1;
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
}
.ut-person.ut-person-2 .sppb-addon-content:hover .person-image .person-overlay .person-overlay-inner {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.ut-person.ut-person-3 .sppb-addon-content .person-image {
  overflow: visible;
  position: relative;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .sppb-img-responsive {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  opacity: 0;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social {
  margin: 0;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li {
  margin: 3px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li > a {
  background: #fff;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-name {
  color: #fff;
}
.ut-person.ut-person-3 .sppb-addon-content .person-information span {
  display: block;
}
.ut-person.ut-person-3 .sppb-addon-content .person-information .person-name {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 16px !important;
  color: #222;
}
.ut-person.ut-person-3 .sppb-addon-content .person-information .person-designation {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 300;
  font-size: 13px !important;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.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: 40px;
  height: 40px;
  padding: 12px;
  text-align: center;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social > li > a:hover {
  background: #495057;
  color: #fff;
}
.ut-person.ut-person-3 .sppb-addon-content:hover .person-image:before {
  left: -15px;
  right: -15px;
}
.ut-person.ut-person-3 .sppb-addon-content:hover .person-image .sppb-img-responsive {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
.ut-person.ut-person-3 .sppb-addon-content:hover .person-image .person-overlay {
  opacity: 1;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
.ut-person.ut-person-3 .sppb-addon-content:hover .person-image .person-overlay .person-overlay-inner {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.ut-person.ut-person-4 .sppb-addon-content .person-image {
  overflow: visible;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .sppb-img-responsive {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay {
  overflow: hidden;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  opacity: 0;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  background: #fff;
  text-align: left;
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  -webkir-transform: translate(100%, 100%);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner:after {
  content: "";
  width: 60px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social {
  margin: 0;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li {
  margin: 3px;
}
.ut-person.ut-person-4 .sppb-addon-content .person-information span {
  display: block;
}
.ut-person.ut-person-4 .sppb-addon-content .person-information .person-name {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 16px !important;
  color: #222;
}
.ut-person.ut-person-4 .sppb-addon-content .person-information .person-designation {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 300;
  font-size: 13px !important;
}
.ut-person.ut-person-4 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-4 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-4 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 40px;
  height: 40px;
  padding: 12px;
  text-align: center;
}
.ut-person.ut-person-4 .sppb-addon-content .person-social-icons .person-social > li > a:hover {
  background: #495057;
}
.ut-person.ut-person-4:hover .sppb-addon-content .person-image .person-overlay, .ut-person.ut-person-4.active-style .sppb-addon-content .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-4:hover .sppb-addon-content .person-image .person-overlay .person-overlay-inner, .ut-person.ut-person-4.active-style .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .sppb-img-responsive {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay {
  transition: all 0.4s ease-in-out;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 15px 60px 15px 15px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons {
  margin-top: 0;
  width: 40px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 10px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social {
  margin: -3px 0;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social > li {
  margin: 3px 0;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-information {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-information .person-name, .ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-information .person-designation {
  color: #fff;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-description {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.ut-person.ut-person-5 .sppb-addon-content .person-information .person-name {
  font-size: 20px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-information .person-designation {
  color: #222;
  font-size: 0.9375rem;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -3px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 36px;
  height: 36px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social > li > a i {
  color: #fff;
}
.ut-person.ut-person-5:hover .person-image .sppb-img-responsive {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ut-person.ut-person-5:hover .person-image .person-overlay {
  background: rgba(34, 34, 34, .8);
  color: #fff;
}
.ut-person.ut-person-5:hover .person-image .person-overlay .person-overlay-inner .person-description, .ut-person.ut-person-5:hover .person-image .person-overlay .person-overlay-inner .person-information {
  opacity: 1;
}
.ut-testimonial-1 .client-name {
  text-transform: uppercase;
}
.ut-testimonial-1 .owl-nav, .ut-testimonial-1 .owl-dots {
  margin-top: 20px !important;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav {
  width: 100%;
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div[class*="owl-"] {
  position: absolute;
  left: -16px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin-top: -16px;
  border-radius: 0;
  background: #000;
  text-indent: 999px;
  overflow: hidden;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div[class*="owl-"]:before {
  content: "\f0d9";
  color: #fff;
  font-family: Fontawesome;
  display: block;
  text-indent: 0;
  font-size: 24px;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div.owl-next {
  left: auto;
  right: -16px;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div.owl-next:before {
  content: "\f0da";
}
.ut-clients-style-1 .sppb-addon-content div [class*="ut-clients-"] {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/*==============================================================
 =            Addon styles for Demo of Elements only            =
 ==============================================================*/
.sppb-addon-alert .sppb-alert-success {
  background: rgba(27, 188, 155, .1);
  color: #1bbc9b;
}
.sppb-addon-alert .sppb-alert-info {
  background: rgba(22, 161, 237, .1);
  color: #16a1ed;
}
.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;
}
.sppb-addon-article > a {
  display: block;
}
.sppb-addon-article > a, .sppb-addon-article > .embed-responsive, .sppb-addon-article > .sppb-carousel {
  margin-bottom: 15px;
}
.sppb-addon-article .sppb-article-meta {
  text-transform: uppercase;
  margin: 0 -5px 15px;
}
.sppb-addon-article .sppb-article-meta > span {
  margin: 0 5px;
}
.sppb-addon-articles-ticker .sppb-articles-ticker-heading svg path {
  fill: currentColor;
}
.sppb-addon-articles-ticker .sppb-articles-ticker {
  background: #777b81;
}
.sppb-addon-articles-scroller .sppb-articles-scroller-date-left-content {
  background: #777b81;
}
.sppb-carousel-pro .sppb-carousel-pro-inner-content img {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .sppb-carousel-pro .sppb-carousel-pro-inner-content > div > .sppb-row {
    text-align: center;
  }
  .sppb-carousel-pro .sppb-carousel-pro-inner-content > div > .sppb-row > div:last-child {
    display: none;
  }
}
.sppb-addon-countdown .sppb-countdown-timer > [class*="sppb-col"] {
  margin-bottom: 30px;
}
.sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-text {
  color: #222;
  margin-top: 5px;
  font-weight: 500;
  font-size: 1rem;
}
/**
 * @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;
  font-family: inherit;
  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;
}
body .btn, body .sppb-btn {
  padding: 0.5rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.625rem;
  border-radius: 0;
}
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 1rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  border-radius: 0;
}
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 1.875rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  border-radius: 0;
}
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 0.875rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  border-radius: 0;
}
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.8125rem 2.125rem;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  border-radius: 0;
}
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: #1bbc9b;
  border-color: #1bbc9b;
}
body .btn-success:hover, body .sppb-btn-success:hover {
  color: #fff;
  background-color: #169b7f;
  border-color: #158f76;
}
body .btn-success:focus, body .sppb-btn-success:focus, body .btn-success.focus, body .sppb-btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 188, 155, .5);
}
body .btn-success.disabled, body .sppb-btn-success.disabled, body .btn-success:disabled, body .sppb-btn-success:disabled {
  color: #fff;
  background-color: #1bbc9b;
  border-color: #1bbc9b;
}
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: #158f76;
  border-color: #13846d;
}
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(27, 188, 155, .5);
}
body .btn-success.sppb-btn-outline, body .sppb-btn-success.sppb-btn-outline {
  color: #1bbc9b;
  background-color: transparent;
  background-image: none;
  border-color: #1bbc9b;
}
body .btn-success.sppb-btn-outline:hover, body .sppb-btn-success.sppb-btn-outline:hover {
  color: #fff;
  background-color: #1bbc9b;
  border-color: #1bbc9b;
}
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(27, 188, 155, .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: #1bbc9b;
  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: #1bbc9b;
  border-color: #1bbc9b;
}
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(27, 188, 155, .5);
}
body .btn-success.sppb-btn-3d, body .sppb-btn-success.sppb-btn-3d {
  border-bottom-color: #169b7f;
}
body .btn-success.sppb-btn-gradient, body .sppb-btn-success.sppb-btn-gradient {
  background-image: linear-gradient(-45deg, #0e6351 0, #1bbc9b 75%);
}
body .btn-success.sppb-btn-gradient:hover, body .sppb-btn-success.sppb-btn-gradient:hover {
  background-image: linear-gradient(135deg, #0e6351 0, #1bbc9b 75%);
}
body .btn-success.sppb-btn-outline-hover:hover:hover, body .sppb-btn-success.sppb-btn-outline-hover:hover:hover {
  color: #1bbc9b;
  background-color: transparent;
  background-image: none;
  border-color: #1bbc9b;
}
body .btn-info, body .sppb-btn-info {
  color: #fff;
  background-color: #16a1ed;
  border-color: #16a1ed;
}
body .btn-info:hover, body .sppb-btn-info:hover {
  color: #fff;
  background-color: #108acd;
  border-color: #0f82c1;
}
body .btn-info:focus, body .sppb-btn-info:focus, body .btn-info.focus, body .sppb-btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 161, 237, .5);
}
body .btn-info.disabled, body .sppb-btn-info.disabled, body .btn-info:disabled, body .sppb-btn-info:disabled {
  color: #fff;
  background-color: #16a1ed;
  border-color: #16a1ed;
}
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: #0f82c1;
  border-color: #0e7ab5;
}
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(22, 161, 237, .5);
}
body .btn-info.sppb-btn-outline, body .sppb-btn-info.sppb-btn-outline {
  color: #16a1ed;
  background-color: transparent;
  background-image: none;
  border-color: #16a1ed;
}
body .btn-info.sppb-btn-outline:hover, body .sppb-btn-info.sppb-btn-outline:hover {
  color: #fff;
  background-color: #16a1ed;
  border-color: #16a1ed;
}
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(22, 161, 237, .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: #16a1ed;
  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: #16a1ed;
  border-color: #16a1ed;
}
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(22, 161, 237, .5);
}
body .btn-info.sppb-btn-3d, body .sppb-btn-info.sppb-btn-3d {
  border-bottom-color: #108acd;
}
body .btn-info.sppb-btn-gradient, body .sppb-btn-info.sppb-btn-gradient {
  background-image: linear-gradient(-45deg, #0b6292 0, #16a1ed 75%);
}
body .btn-info.sppb-btn-gradient:hover, body .sppb-btn-info.sppb-btn-gradient:hover {
  background-image: linear-gradient(135deg, #0b6292 0, #16a1ed 75%);
}
body .btn-info.sppb-btn-outline-hover:hover:hover, body .sppb-btn-info.sppb-btn-outline-hover:hover:hover {
  color: #16a1ed;
  background-color: transparent;
  background-image: none;
  border-color: #16a1ed;
}
body .btn-warning, body .sppb-btn-warning {
  color: #27282a;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning:hover, body .sppb-btn-warning:hover {
  color: #27282a;
  background-color: #e0a800;
  border-color: #d39e00;
}
body .btn-warning:focus, body .sppb-btn-warning:focus, body .btn-warning.focus, body .sppb-btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}
body .btn-warning.disabled, body .sppb-btn-warning.disabled, body .btn-warning:disabled, body .sppb-btn-warning:disabled {
  color: #27282a;
  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: #27282a;
  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(255, 193, 7, .5);
}
body .btn-warning.sppb-btn-outline, body .sppb-btn-warning.sppb-btn-outline {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
body .btn-warning.sppb-btn-outline:hover, body .sppb-btn-warning.sppb-btn-outline:hover {
  color: #27282a;
  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: #27282a;
  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(-45deg, #a07800 0, #ffc107 75%);
}
body .btn-warning.sppb-btn-gradient:hover, body .sppb-btn-warning.sppb-btn-gradient:hover {
  background-image: linear-gradient(135deg, #a07800 0, #ffc107 75%);
}
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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .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(220, 53, 69, .5);
}
body .btn-danger.sppb-btn-outline, body .sppb-btn-danger.sppb-btn-outline {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  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(-45deg, #921925 0, #dc3545 75%);
}
body .btn-danger.sppb-btn-gradient:hover, body .sppb-btn-danger.sppb-btn-gradient:hover {
  background-image: linear-gradient(135deg, #921925 0, #dc3545 75%);
}
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: #27282a;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light:hover, body .sppb-btn-light:hover {
  color: #27282a;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
body .btn-light:focus, body .sppb-btn-light:focus, body .btn-light.focus, body .sppb-btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
body .btn-light.disabled, body .sppb-btn-light.disabled, body .btn-light:disabled, body .sppb-btn-light:disabled {
  color: #27282a;
  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: #27282a;
  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(248, 249, 250, .5);
}
body .btn-light.sppb-btn-outline, body .sppb-btn-light.sppb-btn-outline {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
body .btn-light.sppb-btn-outline:hover, body .sppb-btn-light.sppb-btn-outline:hover {
  color: #27282a;
  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: #27282a;
  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(-45deg, #bdc6d0 0, #f8f9fa 75%);
}
body .btn-light.sppb-btn-gradient:hover, body .sppb-btn-light.sppb-btn-gradient:hover {
  background-image: linear-gradient(135deg, #bdc6d0 0, #f8f9fa 75%);
}
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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .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(52, 58, 64, .5);
}
body .btn-dark.sppb-btn-outline, body .sppb-btn-dark.sppb-btn-outline {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  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(-45deg, #060708 0, #343a40 75%);
}
body .btn-dark.sppb-btn-gradient:hover, body .sppb-btn-dark.sppb-btn-gradient:hover {
  background-image: linear-gradient(135deg, #060708 0, #343a40 75%);
}
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: 0rem !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-2018 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;
}
/** 
 *------------------------------------------------------------------------------
 * @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;
  display: -ms-flexbox;
}
.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;
  -webkit-display: flex;
  -moz-display: 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;
  -webkit-display: flex;
  -moz-display: 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: #27282a;
}
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: #f3f3f3;
  border-color: #f3f3f3;
  color: #27282a;
}
a[class*="btn-"].light-outline, a[class*="btn-"].light-outline-hover:hover, a[class*="btn-"].light-hover:focus {
  background: transparent;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
a[class*="btn-"].light-border, a[class*="btn-"].light-border-hover:hover, a[class*="btn-"].light-hover:focus {
  border-color: #f3f3f3;
}
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: #f3f3f3;
}
a[class*="btn-"].dark, a[class*="btn-"].dark-hover:hover, a[class*="btn-"].dark-hover:focus {
  background: #27282a;
  border-color: #27282a;
  color: #fff;
}
a[class*="btn-"].dark-outline, a[class*="btn-"].dark-outline-hover:hover, a[class*="btn-"].dark-hover:focus {
  background: transparent;
  border-color: #27282a;
  color: #27282a;
}
a[class*="btn-"].dark-border, a[class*="btn-"].dark-border-hover:hover, a[class*="btn-"].dark-hover:focus {
  border-color: #27282a;
}
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: #27282a;
}
/*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 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;
  display: -ms-flexbox;
}
.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;
  -webkit-display: flex;
  -moz-display: 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;
  -webkit-display: flex;
  -moz-display: 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 Clients
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2018 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 Clients
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2018 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-textrotator {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.sppb-addon-textrotator .text-pre {
  margin-right: 5px;
}
.sppb-addon-textrotator .cd-headline:not(.clip) .cd-words-wrapper {
  width: auto !important;
}
.sppb-addon-textrotator .text-post {
  margin-left: 5px;
}
.sppb-addon-textrotator .letters b i {
  font-style: normal;
}
.sppb-addon-textrotator .letters b i em {
  font-style: normal;
}
/**
 * @package Helix Ultimate
 * @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
 */
/*===========================================================
 =            SP Simple Portfolio Generic Classes            =
 ===========================================================*/
div.sp-simpleportfolio .sp-simpleportfolio-filter {
  text-align: center;
  margin-bottom: 40px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  margin: 3px;
  border: 1px solid #dfdfdf;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
/*============================================================
 =            SP Simple Portfolio Category Classes            =
 ============================================================*/
div.sp-simpleportfolio .sp-simpleportfolio-img {
  width: 100%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  width: 42px;
  height: 42px;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 12px;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover, div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(0, 0, 0, 0.8);
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay.overlay-white {
  background: rgba(255, 255, 255, 0.8);
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay.overlay-white h3 a {
  color: #000;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay.overlay-white .sp-simpleportfolio-btns a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-icon-video {
  transition: all 400ms ease-in-out;
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-icon-video, div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-icon-video {
  opacity: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  padding: 20px 0 0;
  background: transparent;
  transition: none;
  -webkit-transition: none;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
  text-transform: uppercase;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  text-transform: uppercase;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:focus {
  background: transparent;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-desc {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.625rem;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-desc p:last-child {
  margin-bottom: 0;
}
div.sp-simpleportfolio .sp-vertical-middle .sp-simpleportfolio-gallery-info .sp-simpleportfolio-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.sp-simpleportfolio .sp-vertical-middle .sp-simpleportfolio-gallery-info .sp-simpleportfolio-tags {
  text-transform: uppercase;
  color: #dfdfdf;
  font-size: 0.75rem;
}
div.sp-simpleportfolio.portfolio-wide .sp-simpleportfolio-info {
  background: #f3f3f3;
  padding: 20px;
}
div.sp-simpleportfolio.portfolio-wide .sp-simpleportfolio-info:hover, div.sp-simpleportfolio.portfolio-wide .sp-simpleportfolio-info:focus {
  background: #f3f3f3;
}
div.sp-simpleportfolio .timeline-start, div.sp-simpleportfolio .timeline-end {
  position: relative;
  padding: 10px;
  min-width: 200px;
  border: 3px solid #dfdfdf;
  display: inline-block;
  text-align: center;
}
div.sp-simpleportfolio .timeline-start span, div.sp-simpleportfolio .timeline-end span {
  display: block;
  padding: 12px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: #222;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline {
  margin: 50px 0;
  overflow: inherit !important;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline:before {
  content: "";
  width: 4px;
  position: absolute;
  top: -51px;
  left: 18px;
  bottom: -51px;
  background: #dfdfdf;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item {
  width: auto;
  padding: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item + .timeline-item {
  margin-top: 30px;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-icon:before, div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-icon:after {
  width: 0px;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-icon:after {
  content: "";
  left: auto;
  right: -16px;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content {
  padding: 20px;
  position: relative;
  margin-left: 60px;
  background: #f3f3f3;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content .timeline-info {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0;
  background: transparent;
  display: block;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content .timeline-info .sp-simpleportfolio-title {
  line-height: 36px;
  margin: 10px 0 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content .timeline-date {
  padding: 0.5625rem 1rem;
  margin-top: 15px;
  display: inline-block;
  font-family: inherit;
}
div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content .timeline-date span {
  line-height: 1.2;
  display: block;
}
@media (min-width: 992px) {
  div.sp-simpleportfolio .sp-simpleportfolio-filter.timeline-filter {
    text-align: center;
  }
  div.sp-simpleportfolio .timeline-start, div.sp-simpleportfolio .timeline-end {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline:before {
    left: 50%;
    margin-left: -2px;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item {
    width: 100%;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item + .timeline-item {
    margin-top: 50px;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-icon:before {
    content: "";
    left: -16px;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content {
    width: 45%;
    margin-left: 0;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content .timeline-date {
    width: 100%;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -123%;
    text-align: right;
    color: #222;
    background: transparent;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item .timeline-content .timeline-date span {
    display: block;
    font-size: 18px;
    margin-top: 20px;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item:nth-child(odd) .timeline-content {
    float: right;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-items.timeline .sp-simpleportfolio-item.timeline-item:nth-child(even) .timeline-content .timeline-date {
    left: 123%;
    text-align: left;
  }
}
/*===============================================================
 =            SP Simple portfolio single item classes            =
 ===============================================================*/
.sp-simpleportfolio-view-item .sp-simpleportfolio-image {
  margin-bottom: 1.5rem;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-description {
  width: auto;
  float: none;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-description .portfolio-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.625rem;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-description .portfolio-title:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta {
  width: auto;
  padding-left: 0;
  float: none;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta > div {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta h4 {
  display: inline-block;
  margin-right: 5px;
  text-align: left;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta, .sp-simpleportfolio-view-item .sp-simpleportfolio-details .portfolio-links, .sp-simpleportfolio-view-item .sp-simpleportfolio-details .portfolio-share {
  position: relative;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta:before, .sp-simpleportfolio-view-item .sp-simpleportfolio-details .portfolio-links:before, .sp-simpleportfolio-view-item .sp-simpleportfolio-details .portfolio-share:before {
  content: "";
  height: 1px;
  background: #dfdfdf;
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .portfolio-share {
  padding-top: 5px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .sp-simpleportfolio-view-item.vertical .sp-simpleportfolio-details .sp-simpleportfolio-tags, .sp-simpleportfolio-view-item.vertical .sp-simpleportfolio-details .portfolio-share {
    text-align: right;
  }
  .sp-simpleportfolio-view-item.vertical .sp-simpleportfolio-details .portfolio-share {
    padding-top: 0;
    margin-top: 0;
  }
  .sp-simpleportfolio-view-item.vertical .sp-simpleportfolio-details .portfolio-share:before {
    display: none;
  }
  .sp-simpleportfolio-view-item.vertical .sp-simpleportfolio-client, .sp-simpleportfolio-view-item.vertical .sp-simpleportfolio-created {
    display: inline-block;
  }
  .sp-simpleportfolio-view-item.vertical .sp-simpleportfolio-client + .sp-simpleportfolio-created {
    margin-left: 20px;
  }
  .sp-simpleportfolio-view-item.horizontal .sp-simpleportfolio-image {
    margin-bottom: 0;
  }
  .sp-simpleportfolio-view-item.horizontal .sp-simpleportfolio-description .portfolio-title {
    font-size: 1.5rem;
  }
}
/*=========================================================
 =            SP Simple Portfolio module styles            =
 =========================================================*/
div.sp-simpleportfolio.portfolio-white .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(255, 255, 255, 0.8);
}
div.sp-simpleportfolio.portfolio-white .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay h3 a {
  color: #000;
}
div.sp-simpleportfolio.portfolio-white .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-simpleportfolio-btns a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.sp-portfolio-carousel.sp-simpleportfolio div[class*="portfolio-carousel-"] {
  margin: -15px;
  width: auto;
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-gallery-nospace div[class*="portfolio-carousel-"] {
  margin: 0;
  width: 100%;
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel .owl-dots {
  margin-top: 20px !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
 */
.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 #565a60;
}
.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;
}
.ut-joomstagram .jg-photo-ct ul li {
  margin-bottom: 0 !important;
}
div.tagspopular ul {
  margin: -2px !important;
}
div.tagspopular ul li {
  display: inline-block !important;
  margin: 3px 2px !important;
}
div.tagspopular ul li a {
  line-height: 1 !important;
  padding: 10px 15px !important;
  border: 1px solid #dfdfdf;
  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            =
 =========================================*/
.article-intro-image {
  max-width: 100%;
}
.list-calendar .item-ct {
  background-color: #f3f3f3;
  position: relative;
}
.list-calendar .item-ct + .item-ct {
  margin-top: 20px;
}
.list-calendar .item-ct .article-date {
  display: block;
  background-color: #fff;
  text-align: center;
  font-family: inherit;
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.list-calendar .item-ct .article-date span {
  display: block;
}
.list-calendar .item-ct .article-date span:first-child {
  font-size: 24px;
}
.list-calendar .item-ct .media-ct {
  position: relative;
}
.list-calendar .item-ct .content-ct {
  padding: 20px 30px 30px;
}
.list-calendar .item-ct .content-ct.text-only {
  padding-left: 105px;
}
.list-calendar .item-ct .content-ct > h3 {
  text-transform: uppercase;
}
.list-calendar .item-ct .content-ct .article-info {
  padding-bottom: 0;
  border: none;
}
.list-calendar .item-ct .content-ct .mod-articles-category-introtext {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 2px solid #dfdfdf;
}
.list-calendar .item-ct .content-ct .mod-articles-category-readmore {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list-calendar .item-ct {
    padding-left: 63px;
  }
  .list-calendar .item-ct .article-date {
    background-color: transparent;
    padding: 10px;
    min-width: 60px;
    max-width: 63px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .list-calendar .item-ct .media-ct {
    padding-right: 0;
  }
  .list-calendar .item-ct .content-ct {
    padding: 15px;
  }
  .list-calendar .item-ct .content-ct.text-only {
    padding-left: 15px;
  }
}
.list-image .item-ct {
  margin-top: 30px;
}
.list-image .item-ct:first-child {
  margin-top: 0;
}
.list-image .item-ct .media-ct {
  padding-right: 0;
}
.list-image .item-ct .content-ct > h3 {
  font-size: 16px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-image .item-ct .content-ct .article-info {
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #dfdfdf;
}
.list-image .item-ct .content-ct .article-info > span {
  font-size: 0.75rem;
}
.list-image .item-ct .content-ct .mod-articles-category-introtext {
  margin-bottom: 0;
  margin-top: 10px;
}
.list-image .item-ct .content-ct .mod-articles-category-readmore {
  margin-bottom: 0;
  margin-top: 10px;
}
.list-icon .item-ct {
  position: relative;
}
.list-icon .item-ct .content-ct > h5 {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 500;
}
.list-icon .item-ct .content-ct > h5 a {
  color: #fff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-icon .item-ct .content-ct > h5 a i {
  font-size: 24px;
  float: left;
  margin-right: 5px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.list-icon .item-ct .content-ct > h5 a span {
  line-height: 24px;
}
.list-icon .item-ct:hover .content-ct > h5 a i {
  margin-right: 10px;
}
.carousel-text .item-ct .header-ct {
  display: table;
}
.carousel-text .item-ct .header-ct .article-date {
  display: block;
  text-align: center;
  font-family: inherit;
  float: left;
  text-transform: uppercase;
  padding: 14px 24px;
  margin-right: 15px;
  z-index: 3;
}
.carousel-text .item-ct .header-ct .article-date span {
  display: block;
}
.carousel-text .item-ct .header-ct .article-date span:first-child {
  font-size: 24px;
}
.carousel-text .item-ct .header-ct h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.carousel-text .item-ct .content-ct {
  float: left;
}
.carousel-text .item-ct .content-ct .mod-articles-category-introtext {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-carousel .items-list .item-ct {
  position: relative;
}
.blog-carousel .items-list .item-ct .article-date {
  display: block;
  text-align: center;
  font-family: inherit;
  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: 0.9375rem;
}
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;
}
/*================================
 =            UT LOGIN            =
 ================================*/
.mod-ut-login > a > .fa-user {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.ut-login .close {
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: 1;
}
.ut-login .close span {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-shadow: none;
}
.ut-login .close:hover, .ut-login .close:focus {
  opacity: 1;
}
.ut-login .modal-content {
  border-radius: 0;
}
.ut-login .modal-content .modal-body {
  padding: 25px;
}
/*======================================
 =            CUSTOM MODULES            =
 ======================================*/
.module-search-overlay > a > i {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.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;
}
/*=======================================
 =            GENERAL CLASSES            =
 =======================================*/
#sbox-window iframe {
  max-width: 100%;
  max-height: 100%;
}
body {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  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: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: all 400ms ease-in-out;
}
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;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 6px;
  font-size: 1rem;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
@media (min-width: 1200px) {
  .sp-contact-info li {
    font-size: 100%;
  }
}
#sp-top-bar .sp-column .sp-module:first-child {
  margin-left: 0;
}
#sp-top-bar .logo {
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-top-bar .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-top-bar .logo p {
  margin: 5px 0 0;
}
#sp-top-bar .sp-module ul, #sp-header .sp-module ul {
  list-style: none;
  padding: 0;
  margin: -5px;
}
#sp-top-bar .sp-module ul > li, #sp-header .sp-module ul > li {
  display: inline-block;
  margin: 5px 7px;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#sp-header .container-inner .row {
  position: relative;
}
#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;
}
#sp-header .sp-module {
  display: inline-flex;
  float: right;
  margin-left: 10px;
  height: 80px;
  align-items: center;
  -webkit-align-items: center;
}
#sp-header .sp-module a:not(.btn):not(.sppb-btn) {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #sp-header {
    height: 65px;
  }
  #sp-header .logo {
    height: 65px;
  }
  #sp-header .sp-module {
    height: 65px;
  }
}
#sp-menu2 .sp-module {
  float: left;
  margin-left: 0;
  margin-right: 12px;
}
#sp-slider {
  z-index: 1;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-color: #343a40;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.sp-page-title .title-inner {
  text-align: center;
}
.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: 32px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
  justify-content: center;
  -webkit-justify-content: center;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.sp-page-title .breadcrumb .fa {
  padding-right: 0.5rem;
}
.sp-page-title.title-image-bg {
  position: relative;
  min-height: 250px;
}
.sp-page-title.title-image-bg:before {
  content: "";
  display: block;
  background: rgba(39, 40, 42, .8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-page-title.title-image-bg .container {
  position: relative;
}
.sp-page-title.title-big {
  min-height: 350px;
  max-height: 350px;
  padding-top: 110px;
}
.body-innerwrapper {
  overflow-x: hidden;
  position: relative;
}
.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: 80px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .title-dot .sp-module-title:after, #sp-right .title-dot .sp-module-title:after {
  margin-top: -5px;
}
#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 {
  margin: 0 0 25px;
  padding-bottom: 10px;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (min-width: 992px) {
  #sp-component + #sp-left {
    order: -1;
    -webkit-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;
}
.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;
}
/*=================================
 =            TIMETABLE            =
 =================================*/
.timetable .article-header h1 {
  margin-bottom: 20px;
  text-align: center;
}
.timetable .articleBody {
  margin: 0 auto;
  text-align: center;
}
.timetable .articleBody p:last-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .timetable .articleBody {
    padding: 0 16.666667%;
  }
}
.timetable .timetable-ct {
  border-left: none !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timetable .timetable-ct .day-col {
  -webkit-flex: 0 0 14.2858%;
  flex: 0 0 14.2858%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 14.2858%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .timetable .timetable-ct .day-col {
    -webkit-flex: 25%;
    flex: 25%;
  }
}
.timetable .timetable-ct .day-col .day-name {
  padding: 20px 10px;
  background: #222;
  color: #fff;
  margin: -1px -1px 0;
}
.timetable .timetable-ct .day-col:nth-child(even) .doctor:nth-child(even) {
  color: #fff;
}
.timetable .timetable-ct .day-col:nth-child(even) .doctor:nth-child(even) a {
  color: #fff;
}
.timetable .timetable-ct .day-col:nth-child(odd) .doctor:nth-child(odd) {
  color: #fff;
}
.timetable .timetable-ct .day-col:nth-child(odd) .doctor:nth-child(odd) a {
  color: #fff;
}
.timetable .timetable-ct .day-col .doctor {
  padding: 20px 15px;
  min-height: 120px;
}
.timetable .timetable-ct .day-col .doctor span {
  display: block;
}
.timetable .timetable-ct .day-col .doctor .name {
  font-weight: 700;
}
.appointment .field-calendar {
  position: relative;
}
.appointment .field-calendar .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.article-list .article {
  margin-bottom: 50px;
}
.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: 0 0 20px 0;
  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.25rem;
  margin: 0 0 0.625rem 0;
}
.article-list .article .article-introtext p:last-child {
  margin-bottom: 0;
}
.article-list .article .readmore {
  margin-top: 1.25rem;
}
.article-list .article .readmore a {
  text-transform: capitalize;
  font-size: 0.875rem;
  display: inline-block;
  white-space: initial;
}
.article-list.timeline-layout {
  position: relative;
}
.article-list.timeline-layout:before {
  content: "";
  width: 4px;
  background: #dfdfdf;
  position: absolute;
  top: 66px;
  left: 18px;
  bottom: 66px;
}
.article-list.timeline-layout .timeline-start, .article-list.timeline-layout .timeline-end {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.article-list.timeline-layout .timeline-start div, .article-list.timeline-layout .timeline-end div {
  padding: 21px 10px;
  display: inline-block;
  min-width: 200px;
  height: 68px;
  line-height: 1;
  border: 3px solid #dfdfdf;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  color: #222;
}
.article-list.timeline-layout .timeline-start {
  margin-bottom: 60px;
}
.article-list.timeline-layout .timeline-end {
  margin-top: 10px;
}
.article-list.timeline-layout div[class*="col-"] {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}
.article-list.timeline-layout .article {
  position: relative;
}
.article-list.timeline-layout .article .article-inner {
  margin-left: 60px;
  position: relative;
}
.article-list.timeline-layout .timeline-type {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.article-list.timeline-layout .timeline-type:before, .article-list.timeline-layout .timeline-type:after {
  width: 0px;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.article-list.timeline-layout .timeline-type:after {
  content: "";
  left: auto;
  right: -16px;
}
@media (min-width: 992px) {
  .article-list.timeline-layout .timeline-start, .article-list.timeline-layout .timeline-end {
    text-align: center;
  }
  .article-list.timeline-layout:before {
    left: 50%;
    margin-left: -2px;
  }
  .article-list.timeline-layout .article {
    float: left;
  }
  .article-list.timeline-layout .article .article-inner {
    width: 45%;
    margin-left: 0;
  }
  .article-list.timeline-layout .timeline-type {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
  }
  .article-list.timeline-layout .article-info .published {
    margin-top: 18px;
    text-transform: uppercase;
    font-family: inherit;
    color: #222;
    font-size: 1rem;
    display: block;
    margin-left: 0;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: -122%;
    text-align: right;
  }
  .article-list.timeline-layout .article-info .published:before {
    display: none;
  }
  .article-list.timeline-layout div[class*="col-"]:nth-child(even) .article .article-inner {
    float: right;
  }
  .article-list.timeline-layout div[class*="col-"]:nth-child(odd) .article-inner .article-info .published {
    left: auto;
    right: -122%;
    text-align: left;
  }
  .article-list.timeline-layout .timeline-type:before {
    content: "";
    left: -16px;
  }
}
@media (min-width: 768px) {
  .article-list.list-layout .article .article-intro-image, .article-list.list-layout .article .article-featured-video, .article-list.list-layout .article .article-featured-audio, .article-list.list-layout .article .article-feature-gallery {
    margin-bottom: 0;
  }
}
.article-list > .row > div:nth-last-child(1) .article {
  margin-bottom: 0;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
  text-transform: uppercase;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "|";
}
.article-info > span a {
  color: #727272;
}
.article-info > span a:hover {
  color: #ee003f;
}
.article-details .article-full-image.float-left {
  float: none !important;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2rem;
  margin-bottom: 0.625rem;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 1.5rem;
}
.article-details .article-full-image img {
  width: 100%;
  display: inline-block;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 1.5rem;
}
.article-details .article-ratings-social-share {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #ededed;
}
.content-related .sp-module-title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}
/*===========================================
 =            Ublog Modern Styles            =
 ===========================================*/
.blog.modern .article-list.timeline-layout .article {
  padding: 0;
  background: transparent;
}
.blog.modern .article-list.timeline-layout .article .article-inner {
  padding: 1.25rem;
  background: #f3f3f3;
}
.blog.modern .article-list.masonry-layout .article, .blog.modern .article-list.default-layout .article, .blog.modern .article-list.list-layout .article {
  margin-bottom: 30px;
}
.blog.modern .article-list .article {
  padding: 1.25rem;
  background: #f3f3f3;
}
/*====================================
 =            CONSTRUCTION            =
 ====================================*/
/*----------  Projects list  ----------*/
.construction-projects .article-media {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.construction-projects .article-intro-image + .article-header, .construction-projects .article-feature-gallery + .article-header {
  padding-top: 20px;
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.construction-projects .article-intro-image p.img_caption {
  display: none;
}
.construction-projects .category-name {
  line-height: 1;
}
.construction-projects .article-header {
  padding: 0 20px 20px;
  background-color: #fff;
}
.construction-projects .article-header:after, .construction-projects .article-header:before {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dfdfdf;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
.construction-projects .article-header:before {
  content: "";
  width: 3px;
  height: 60px;
}
.construction-projects .article-header h2 {
  margin-bottom: 5px !important;
  font-size: 18px !important;
}
/*----------  Projects details  ----------*/
.article-details.project-details .project-gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}
.article-details.project-details .project-gallery .row > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.article-details.project-details .project-gallery .row > div:last-child {
  margin-bottom: 30px;
}
.article-details.project-details .project-info-ct {
  height: 100%;
  border: 1px solid #dfdfdf;
  position: relative;
}
.article-details.project-details .project-info-ct:before, .article-details.project-details .project-info-ct:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
}
.article-details.project-details .project-info-ct:after {
  width: 3px;
  height: 60px;
}
.article-details.project-details .project-info-ct li {
  padding-left: 0;
  padding-right: 0;
}
.article-details.project-details .project-info-ct h4 {
  display: inline-block;
  margin-right: 10px;
}
.article-details.project-details .pager ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.article-details.project-details .pager ul li {
  display: inline-block;
  border: 1px solid #727272;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.article-details.project-details .pager ul li + li {
  margin-left: 15px;
  border-radius: 2px;
}
.article-details.project-details .pagenavcounter {
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.125rem;
  line-height: 1;
  text-transform: uppercase;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #ededed;
}
.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: 0.5rem 2rem;
  border-radius: 2px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #ededed;
}
.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: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  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;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  margin-top: 50px;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
  justify-content: center;
}
.pagination-wrapper .pagination > li > a {
  padding: 13px 16px;
  line-height: 1;
  background: #dfdfdf;
  border-radius: 0 !important;
  color: #27282a;
  border: none;
  margin-left: 0;
}
.pagination-wrapper .pagination > li > a:focus {
  box-shadow: none !important;
}
.pagination-wrapper .pagination > li > a.previous, .pagination-wrapper .pagination > li > a.next {
  background: #495057;
  color: #fff;
}
.pagination-wrapper .pagination > li > a.first, .pagination-wrapper .pagination > li > a.last {
  background: #343a40;
  color: #fff;
}
.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 {
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
  color: #fff;
}
.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: 80px 0 20px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 18px;
  margin: 0 0 20px;
}
#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 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-footer1 {
  text-align: left;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
@media (max-width: 767.98px) {
  #sp-footer #sp-footer1, #sp-footer #sp-footer2 {
    text-align: center;
  }
  #sp-footer > .container > .container-inner > .row > div:not(:first-child) {
    margin-top: 20px;
  }
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  color: #f8f9fa;
  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%;
  background-color: #343a40;
}
html.coming-soon .container {
  z-index: 9;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon .coming-soon-title {
  color: #fff;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #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.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.25rem;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
    width: 50%;
    margin-bottom: 20px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    font-size: 2.5rem;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 1rem;
  }
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .social-icons li a {
  color: #f3f3f3;
}
html.coming-soon .social-icons li a:hover, html.coming-soon .social-icons li a:focus {
  color: #fff;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  color: #f8f9fa;
  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%;
  background-color: #343a40;
}
html.error-page .container {
  z-index: 9;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0;
  font-size: 10rem;
  line-break: 1;
  font-weight: 700;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.625rem + 2px);
}
input.form-control {
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
  padding: 0.5625rem 0.75rem;
  height: calc(2.625rem + 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.5625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  outline: 0;
}
.sppb-form-control, .sppb-form-group .sppb-form-control {
  border-radius: 0rem;
}
.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: FontAwesome;
  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: FontAwesome;
  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: #ededed;
  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: FontAwesome;
  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;
}
blockquote {
  position: relative;
  margin: 20px 0;
  padding: 15px 30px;
  border-left: 2px solid transparent;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote footer {
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
pre {
  background-color: #343a40;
  color: #f8f9fa;
  padding: 20px;
}
/*=================================
 =            BOOTSTRAP            =
 =================================*/
.modal-backdrop.show {
  opacity: 0.9;
}
/*=====================================
 =            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: 0.9375rem;
}
.vbox-open .vbox-overlay .vbox-num {
  font-size: 0.9375rem;
}
.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: FontAwesome;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
.vbox-open .vbox-overlay .vbox-prev:after {
  content: "\f104";
}
.vbox-open .header-sticky.veno-scroll {
  padding-right: 17px;
}
div.owl-theme .owl-nav {
  margin-top: 20px;
}
div.owl-theme .owl-nav [class*="owl-"] {
  text-transform: uppercase;
  padding: 4px 15px;
  font-size: 12px;
}
div.owl-theme .owl-dots {
  margin-top: 20px;
}
div.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #c4c6c8;
}
div.owl-theme .owl-dots .owl-dot.active span, div.owl-theme .owl-dots .owl-dot:hover span, div.owl-theme .owl-dots .owl-dot:focus span {
  background-color: #27282a;
}
.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 10px;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
@media (min-width: 1200px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 15px;
  }
}
.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: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 25px;
}
.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(0, 0, 0, 0.2);
  padding: 20px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row {
  margin-left: 0;
  margin-right: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row div[class*="col-"]:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 11px 20px;
  cursor: pointer;
  border-left: 5px solid transparent;
}
.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 > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:focus, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.fa {
  display: inline-block;
  padding: 0;
  border-left: none;
  background-color: transparent !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  background-color: rgba(0, 0, 0, 0.03);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:hover > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:focus > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:hover span:not(.sp-menu-badge), .sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:focus span:not(.sp-menu-badge) {
  background-color: rgba(0, 0, 0, 0.03);
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  margin-left: 7px;
}
@media (max-width: 1199.98px) {
  body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    display: none;
  }
}
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: "FontAwesome";
  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: 65px;
    line-height: 65px;
  }
}
.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: 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;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.5625rem 0;
  position: relative;
  border-bottom: 1px solid transparent;
}
.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: FontAwesome;
  border-bottom: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 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 ul {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    margin-left: 0;
  }
}
@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);
  }
}
