@charset "UTF-8";

/* Background Transparent */
.background-transparent,
.bg-transparent {
  background: transparent !important;
}

/* Buttons */
.btn {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 8.528px 14.928px;
  padding: 0.533rem 0.933rem;
  cursor: pointer;
}

/* Gradient */
.btn-gradient:not(.btn-outline) {
  border: 0;
}

/* Owl Carousel */
.owl-carousel {
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  /* Navigation */
  /* Dots */
  /* Image Thumbnail */
}

.owl-carousel.owl-loaded {
  opacity: 1;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div,
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span {
  display: none;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div:first-child,
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span:first-child {
  display: block;
}

.owl-carousel .owl-item img {
  transform-style: unset;
}

/* Owl Carousel Performance */
.owl-carousel-light.owl-carousel-light-init-fadeIn {
  transition: ease opacity 300ms;
}

.owl-carousel-light .owl-stage-outer,
.owl-carousel-light .owl-stage {
  height: 100%;
}

.owl-carousel-light .owl-item {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  transition: ease opacity 300ms;
}

.owl-carousel-light .owl-item.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1200px) {
  .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
    max-width: 1140px;
  }
}

.box-shadow-4 {
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}

.border-radius-0 {
  border-radius: 0 !important;
}

.modal-header .btn-close {
  text-indent: -99999px;
}

.nav > li > a {
  text-decoration: none;
}

ul.nav-pills > li > a.active {
  color: #fff;
  background-color: #ccc;
}

.nav-pills .nav-link.active {
  background-color: transparent;
}

/* Parallax */
.parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  clear: both;
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
  margin: 70px 0;
  padding: 50px 0;
}
/* Scroll to Top */
html .scroll-to-top {
  transition: opacity 0.3s;
  background: #404040;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 10px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 50px;
  z-index: 1040;
  font-size: 0.8em;
}

/* Section Featured */
section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

section.section > .container {
  position: relative;
}

section.section.section-height-3 {
  padding: 73.846px 0;
  padding: 4.6153846154rem 0;
}

/* Social Icons */
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}

.social-icons li a {
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
}

.social-icons.social-icons-icon-light li a i {
  color: #fff;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
  color: #fff !important;
}

.social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
  height: 33px;
  line-height: 33px;
  width: 33px;
  font-size: 14.4px;
  font-size: 0.9rem;
}

/* Links */
a,
a:hover,
a:focus {
  color: #ccc;
}

/* Paragraphs */
p {
  color: #777;
  line-height: 26px;
  margin: 0 0 20px;
}

/* Accordion */
.accordion {
  /* Modern */
  /* Modern */
}

.accordion .card {
  margin-top: 5px;
}

.accordion .card:first-child {
  margin-top: 0;
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0.25rem;
}

.accordion .card-title {
  font-size: 16px;
}

.accordion .card-header {
  padding: 0;
  border-radius: 0.25rem;
  border-bottom: 0;
  margin: -1px;
}

.accordion .card-header a {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
}

.accordion .card-header a:hover,
.accordion .card-header a:focus {
  text-decoration: none;
}

.accordion .card-header a [class^="icon-"] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.accordion .card-header a [class*="fa-"],
.accordion .card-header a .icons {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.accordion .card-header a .icons {
  top: 1px;
}

.accordion.accordion-sm .card-header a {
  padding: 5px 15px;
  font-size: 0.85em;
}

.accordion.accordion-sm .card-body {
  font-size: 0.9em;
}

.accordion.accordion-lg .card-header a {
  padding: 15px 15px;
  font-size: 1em;
  font-weight: 600;
}

.accordion.without-bg .card-default {
  background: transparent !important;
}

.accordion.without-bg .card-default > .card-header {
  background: transparent !important;
}

.accordion.without-bg .card-body {
  padding-top: 0;
}

.accordion.without-borders .card {
  border: 0 !important;
  box-shadow: none;
  border-radius: 0;
}

.accordion.without-borders .card-header a {
  padding-left: 0;
  padding-right: 0;
}

.accordion.without-borders .card-body {
  padding: 0;
}

.accordion.accordion-modern .card:first-of-type,
.accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type),
.accordion.accordion-modern .card:last-of-type {
  border: 4px solid #f7f7f7;
}

.accordion.accordion-modern .card .card-header {
  background-color: #f7f7f7;
  border-radius: 0;
}

.accordion.accordion-modern-status > .card {
  border: 1px solid transparent !important;
  transition: ease border-color 300ms;
}

.accordion.accordion-modern-status > .card .card-header a {
  position: relative;
  padding: 23px 30px;
  background-color: #f4f4f4;
  transition: ease background-color 300ms, ease color 300ms;
}

.accordion.accordion-modern-status > .card .card-header a:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: inherit;
  font-weight: inherit;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  transition: ease transform 300ms;
}

.accordion.accordion-modern-status > .card .card-header a.collapsed:after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.accordion.accordion-modern-status > .card .card-header + .collapse.show,
.accordion.accordion-modern-status > .card .card-header + .collapsing {
  border: 0;
}

.accordion.accordion-modern-status > .card + .card {
  margin-top: 17px;
}

.accordion.accordion-modern-grey-scale-1 .card:first-of-type,
.accordion.accordion-modern-grey-scale-1
  .card:not(:first-of-type):not(:last-of-type),
.accordion.accordion-modern-grey-scale-1 .card:last-of-type {
  border-color: #ededed;
}

.accordion.accordion-modern-grey-scale-1 .card .card-header {
  background-color: #ededed;
}

/* Animations */
.appear-animation {
  opacity: 0;
}

.appear-animation-visible {
  opacity: 1;
}

/* Transitions */
.transition-2ms {
  transition: all 0.2s ease-in-out;
}

/* Side Header Arrow Animations */
@-webkit-keyframes sideMenuArrow {
  0% {
    left: 5px;
  }

  50% {
    left: 10px;
  }

  100% {
    left: 5px;
  }
}

@keyframes sideMenuArrow {
  0% {
    left: 5px;
  }

  50% {
    left: 10px;
  }

  100% {
    left: 5px;
  }
}

@-webkit-keyframes sideMenuArrowBack {
  0% {
    right: 5px;
  }

  50% {
    right: 10px;
  }

  100% {
    right: 5px;
  }
}

@keyframes sideMenuArrowBack {
  0% {
    right: 5px;
  }

  50% {
    right: 10px;
  }

  100% {
    right: 5px;
  }
}

/* Mask Up */
@-webkit-keyframes maskUp {
  from {
    transform: translate(0, 100%);
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes maskUp {
  from {
    transform: translate(0, 100%);
  }

  to {
    transform: translate(0, 0);
  }
}

/* Mask Right */
@-webkit-keyframes maskRight {
  from {
    transform: translate(-100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes maskRight {
  from {
    transform: translate(-100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

/* Mask Down */
@-webkit-keyframes maskDown {
  from {
    transform: translate(0, -100%);
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes maskDown {
  from {
    transform: translate(0, -100%);
  }

  to {
    transform: translate(0, 0);
  }
}

/* Mask Left */
@-webkit-keyframes maskLeft {
  from {
    transform: translate(100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes maskLeft {
  from {
    transform: translate(100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.maskUp {
  -webkit-animation-name: maskUp;
  animation-name: maskUp;
}

.maskRight {
  -webkit-animation-name: maskRight;
  animation-name: maskRight;
}

.maskDown {
  -webkit-animation-name: maskDown;
  animation-name: maskDown;
}

.maskLeft {
  -webkit-animation-name: maskLeft;
  animation-name: maskLeft;
}

@-webkit-keyframes headerReveal {
  from {
    top: -150px;
  }

  to {
    top: 0;
  }
}

@keyframes headerReveal {
  from {
    top: -150px;
  }

  to {
    top: 0;
  }
}

/* Fade In Up Shorter */
@-webkit-keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
  animation-name: fadeInUpShorter;
}

/* Fade In Up Shorter Plus */
@-webkit-keyframes fadeInUpShorterPlus {
  from {
    opacity: 0;
    transform: translate(0, 15px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpShorterPlus {
  from {
    opacity: 0;
    transform: translate(0, 15px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpShorterPlus {
  -webkit-animation-name: fadeInUpShorterPlus;
  animation-name: fadeInUpShorterPlus;
}

/* Fade In Left Shorter */
@-webkit-keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftShorter {
  -webkit-animation-name: fadeInLeftShorter;
  animation-name: fadeInLeftShorter;
}

/* Fade In Left Shorter Plus */
@-webkit-keyframes fadeInLeftShorterPlus {
  from {
    opacity: 0;
    transform: translate(15px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftShorterPlus {
  from {
    opacity: 0;
    transform: translate(15px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftShorterPlus {
  -webkit-animation-name: fadeInLeftShorterPlus;
  animation-name: fadeInLeftShorterPlus;
}

/* Fade In Right Shorter */
@-webkit-keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightShorter {
  -webkit-animation-name: fadeInRightShorter;
  animation-name: fadeInRightShorter;
}

/* Fade In Right Shorter Plus */
@-webkit-keyframes fadeInRightShorterPlus {
  from {
    opacity: 0;
    transform: translate(-15px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightShorterPlus {
  from {
    opacity: 0;
    transform: translate(-15px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightShorterPlus {
  -webkit-animation-name: fadeInRightShorterPlus;
  animation-name: fadeInRightShorterPlus;
}

/* Fade In Right Shorter With Opacity */
@-webkit-keyframes fadeInRightShorterOpacity {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }

  to {
    opacity: 0.7;
    transform: none;
  }
}

@keyframes fadeInRightShorterOpacity {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }

  to {
    opacity: 0.7;
    transform: none;
  }
}

.fadeInRightShorterOpacity {
  -webkit-animation-name: fadeInRightShorterOpacity;
  animation-name: fadeInRightShorterOpacity;
}

/* Fade In Down Shorter */
@-webkit-keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownShorter {
  -webkit-animation-name: fadeInDownShorter;
  animation-name: fadeInDownShorter;
}

/* Fade In Down Shorter Plus */
@-webkit-keyframes fadeInDownShorterPlus {
  from {
    opacity: 0;
    transform: translate(0, -15px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownShorterPlus {
  from {
    opacity: 0;
    transform: translate(0, -15px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownShorterPlus {
  -webkit-animation-name: fadeInDownShorterPlus;
  animation-name: fadeInDownShorterPlus;
}

/* Fade In Right and Down Shorter */
@-webkit-keyframes fadeInRightDownShorter {
  from {
    opacity: 0;
    transform: translate(-50px, -50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightDownShorter {
  from {
    opacity: 0;
    transform: translate(-50px, -50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightDownShorter {
  -webkit-animation-name: fadeInRightDownShorter;
  animation-name: fadeInRightDownShorter;
}

/* Fade In Right and Up Shorter */
@-webkit-keyframes fadeInRightUpShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightUpShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightUpShorter {
  -webkit-animation-name: fadeInRightUpShorter;
  animation-name: fadeInRightUpShorter;
}

/* Fade In Left and Down Shorter */
@-webkit-keyframes fadeInLeftDownShorter {
  from {
    opacity: 0;
    transform: translate(50px, -50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftDownShorter {
  from {
    opacity: 0;
    transform: translate(50px, -50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftDownShorter {
  -webkit-animation-name: fadeInLeftDownShorter;
  animation-name: fadeInLeftDownShorter;
}

/* Fade In Left and Up Shorter */
@-webkit-keyframes fadeInLeftUpShorter {
  from {
    opacity: 0;
    transform: translate(50px, 50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftUpShorter {
  from {
    opacity: 0;
    transform: translate(50px, 50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftUpShorter {
  -webkit-animation-name: fadeInLeftUpShorter;
  animation-name: fadeInLeftUpShorter;
}

/* Expand In */
@-webkit-keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.expandIn {
  -webkit-animation-name: expandIn;
  animation-name: expandIn;
}

/* Gradient Transition */
@-webkit-keyframes gradientTransition {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientTransition {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }

  70% {
    opacity: 1;
    transform: translate3d(-50%, 10px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0);
  }
}

@keyframes sliderScrollButton {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }

  70% {
    opacity: 1;
    transform: translate3d(-50%, 10px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0);
  }
}

/* Arrow Left Right */
@-webkit-keyframes arrowLeftRight {
  0% {
    transform: translate3d(-1px, 0, 0);
  }

  50% {
    transform: translate3d(1px, 0, 0);
  }

  100% {
    transform: translate3d(-1px, 0, 0);
  }
}

@keyframes arrowLeftRight {
  0% {
    transform: translate3d(-1px, 0, 0);
  }

  50% {
    transform: translate3d(1px, 0, 0);
  }

  100% {
    transform: translate3d(-1px, 0, 0);
  }
}

/* Nav Item Arrow */
@-webkit-keyframes navItemArrow {
  0% {
    position: relative;
    left: -1px;
  }

  50% {
    position: relative;
    left: 3px;
  }

  100% {
    position: relative;
    left: -1px;
  }
}

@keyframes navItemArrow {
  0% {
    position: relative;
    left: -1px;
  }

  50% {
    position: relative;
    left: 3px;
  }

  100% {
    position: relative;
    left: -1px;
  }
}

/* Hover 3d Effect */
.hover-in {
  transition: 0.1s ease-out !important;
}

.hover-out {
  transition: 0.1s ease-in !important;
}

.hover-3d {
  transition: none;
}

/* Hotspot */
@-webkit-keyframes hotspot-pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  45% {
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes hotspot-pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  45% {
    transform: scale(1.75);
    opacity: 0;
  }
}

@-webkit-keyframes stop-hotspot-pulsate {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes stop-hotspot-pulsate {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* Dot Pulse */
@-webkit-keyframes dotPulse {
  from {
    opacity: 1;
    transform: scale(0.2);
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes dotPulse {
  from {
    opacity: 1;
    transform: scale(0.2);
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

.dotPulse {
  -webkit-animation-name: dotPulse;
  animation-name: dotPulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

/* Blur In */
@-webkit-keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.3);
  }

  to {
    opacity: 1;
    filter: blur(0.1px);
    transform: none;
  }
}

@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.3);
  }

  to {
    opacity: 1;
    filter: blur(0.1px);
    transform: none;
  }
}

.blurIn {
  -webkit-animation-name: blurIn;
  animation-name: blurIn;
}

/* Ken Burns To Right */
@-webkit-keyframes kenBurnsToRight {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes kenBurnsToRight {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

.kenBurnsToRight {
  -webkit-animation-name: kenBurnsToRight;
  animation-name: kenBurnsToRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: right;
}

/* Ken Burns To Left and Top */
.kenBurnsToRightTop {
  -webkit-animation-name: kenBurnsToRight;
  animation-name: kenBurnsToRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: right top;
}

/* Ken Burns To Left */
@-webkit-keyframes kenBurnsToLeft {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes kenBurnsToLeft {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

.kenBurnsToLeft {
  -webkit-animation-name: kenBurnsToLeft;
  animation-name: kenBurnsToLeft;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: left;
}

/* Ken Burns To Left and Top */
.kenBurnsToLeftTop {
  -webkit-animation-name: kenBurnsToLeft;
  animation-name: kenBurnsToLeft;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: left top;
}

/* Moving From Top to Bottom */
@-webkit-keyframes bgPositionBottomToTop {
  from {
    background-position: bottom;
  }

  to {
    background-position: top;
  }
}

@keyframes bgPositionBottomToTop {
  from {
    background-position: bottom;
  }

  to {
    background-position: top;
  }
}

.bgPositionBottomToTop {
  -webkit-animation-name: bgPositionBottomToTop;
  animation-name: bgPositionBottomToTop;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: right;
}

/* Pulse */
@-webkit-keyframes pulseAnim {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulseAnim {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.4);
    opacity: 0;
  }
}

.pulseAnim:not(:hover):after {
  -webkit-animation-name: pulseAnim;
  animation-name: pulseAnim;
}

.pulseAnim:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
}

.pulseAnim.pulseAnimAnimated:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.pulseAnim:not(i):after {
  z-index: 0;
}

.pulseAnim:not(i) * {
  position: relative;
  z-index: 1;
}

/* Basic Rotation */
@-webkit-keyframes basicRotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes basicRotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.basicRotation {
  -webkit-animation-name: basicRotation;
  animation-name: basicRotation;
}

/* SVG Animation Effect 1 */
@-webkit-keyframes svgAnimationEffect1 {
  from {
    stroke-dasharray: 1000;
    stroke-dashoffset: -500;
  }

  to {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
  }
}

@keyframes svgAnimationEffect1 {
  from {
    stroke-dasharray: 1000;
    stroke-dashoffset: -500;
  }

  to {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
  }
}

.svg-animation-effect-1-hover svg {
  transform: scale(1);
  transition: ease transform 300ms;
}

.svg-animation-effect-1-hover svg path,
.svg-animation-effect-1-hover svg polygon,
.svg-animation-effect-1-hover svg polyline,
.svg-animation-effect-1-hover svg rect {
  transition: ease fill-opacity 300ms;
}

.svg-animation-effect-1-hover:hover svg {
  transform: scale(1.1);
}

.svg-animation-effect-1-hover:hover svg path,
.svg-animation-effect-1-hover:hover svg polygon,
.svg-animation-effect-1-hover:hover svg polyline,
.svg-animation-effect-1-hover:hover svg rect {
  -webkit-animation-name: svgAnimationEffect1;
  animation-name: svgAnimationEffect1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  fill-opacity: 0;
  stroke-width: 0.4px;
}

/* Arrows */
.arrow {
  background: transparent url(../img/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

.arrow.arrow-light {
  background-image: url(../img/arrows-dark.png);
}

.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

/* Responsive */
@media (max-width: 575px) {
  .arrow {
    display: none;
  }
}

/* Background Scales Overlay */
.bg-color-scale-overlay {
  position: relative;
}

.bg-color-scale-overlay:before {
  content: "";
  display: block;
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.bg-color-scale-overlay .bg-color-scale-overlay-wrapper {
  position: relative;
  z-index: 2;
}

.bg-color-scale-overlay-1:before {
  opacity: 0.05 !important;
}

.bg-color-scale-overlay-2:before {
  opacity: 0.1 !important;
}

.bg-color-scale-overlay-3:before {
  opacity: 0.15 !important;
}

.bg-color-scale-overlay-4:before {
  opacity: 0.2 !important;
}

.bg-color-scale-overlay-5:before {
  opacity: 0.25 !important;
}

.bg-color-scale-overlay-6:before {
  opacity: 0.3 !important;
}

.bg-color-scale-overlay-7:before {
  opacity: 0.35 !important;
}

.bg-color-scale-overlay-8:before {
  opacity: 0.4 !important;
}

.bg-color-scale-overlay-9:before {
  opacity: 0.45 !important;
}


.bg-transparent-hover:hover {
  background-color: transparent !important;
}

.bg-color-transparent {
  background-color: transparent !important;
}

/* Background White and Black */
.bg-color-white {
  background: #fff !important;
}

.bg-color-black {
  background: #000 !important;
}

/* Labels */
.badge-primary {
  background-color: #ccc;
  color: #fff;
}

.badge-success {
  background-color: #28a745;
  color: #fff;
}

.badge-warning {
  background-color: #ffc107;
  color: #fff;
}

.badge-danger {
  background-color: #dc3545;
  color: #fff;
}

.badge-info {
  background-color: #17a2b8;
  color: #fff;
}

.badge-dark {
  background-color: #212529;
  color: #fff;
}

.badge.badge-xs {
  padding: 0.3em 0.5em;
}

.badge.badge-sm {
  padding: 0.5em 0.8em;
}

.badge.badge-md {
  padding: 1em 1.6em;
  font-size: 85%;
}

.badge.badge-lg {
  padding: 1.5em 2em;
  font-size: 90%;
}

.badge.badge-xl {
  padding: 2em 2.5em;
  font-size: 100%;
}

.badge-ecommerce {
  font-size: 9.6px;
  font-size: 0.6rem;
  font-weight: 600;
  border-radius: 0;
  padding: 6.4px 8px;
  padding: 0.4rem 0.5rem;
}

/* Circular Bars */
.circular-bar {
  text-align: center;
  margin-bottom: 25px;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar.only-icon [class*="fa-"],
.circular-bar.only-icon .icons {
  display: block;
  font-size: 38px;
  line-height: 30px;
  position: absolute;
  top: 40%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar.single-line strong {
  top: 40%;
}

.circular-bar.circular-bar-sm label {
  font-size: 14px;
  top: 36%;
}

.circular-bar.circular-bar-lg strong {
  font-size: 20px;
  top: 40%;
}

/* Progress */
.progress {
  border-radius: 25px;
  height: 20px;
  background: #fafafa;
  overflow: visible;
}

.progress.progress-border-radius {
  border-radius: 3px;
}

.progress.progress-border-radius .progress-bar {
  border-radius: 3px;
}

.progress.progress-no-border-radius {
  border-radius: 0;
}

.progress.progress-no-border-radius .progress-bar {
  border-radius: 0;
}

.progress.progress-xs {
  height: 5px;
}

.progress.progress-xs .progress-bar {
  line-height: 5px;
  height: auto;
}

.progress.progress-sm {
  height: 10px;
}

.progress.progress-sm .progress-bar {
  line-height: 10px;
  height: auto;
}

.progress.progress-lg {
  height: 35px;
}

.progress.progress-lg .progress-bar {
  font-size: 13px;
  line-height: 35px;
  height: auto;
}

.progress.progress-dark {
  background: #333333;
}

.progress.progress-right-side-value {
  position: relative;
  margin-right: 40px;
}

.progress.progress-right-side-value .progress-bar-value {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(40px, -50%, 0);
}

.progress-bar {
  background-color: #ccc;
  box-shadow: none;
  position: relative;
  border-radius: 25px;
  overflow: visible;
}

.progress-bar-tooltip {
  position: absolute;
  padding: 4px 8px;
  background-color: #333;
  color: #fff;
  line-height: 15px;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -28px;
  right: 5px;
  border-radius: 3px;
  opacity: 0;
}

.progress-bar-tooltip:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 13px;
  position: absolute;
  width: 0;
}

.progress-bar-primary {
  background-color: #ccc;
  color: #fff;
}

.progress-bar-success {
  background-color: #28a745;
  color: #fff;
}

.progress-bar-warning {
  background-color: #ffc107;
  color: #fff;
}

.progress-bar-danger {
  background-color: #dc3545;
  color: #fff;
}

.progress-bar-info {
  background-color: #17a2b8;
  color: #fff;
}

.progress-bar-dark {
  background-color: #212529;
  color: #fff;
}

/* Borders */
.border-top {
  border-top: 1px solid #dadada !important;
}

.border-bottom {
  border-bottom: 1px solid #dadada !important;
}

.border-left {
  border-left: 1px solid #dadada !important;
}

.border-right {
  border-right: 1px solid #dadada !important;
}

.border-all {
  border: 1px solid #dadada !important;
}

.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-left-light {
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-right-light {
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-all-light {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-white {
  border-color: #fff !important;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-7 {
  border-width: 7px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-9 {
  border-width: 9px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

@media (max-width: 767px) {
  .border-sm-none {
    border: 0 !important;
  }
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  text-shadow: none;
}

.breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
}

.breadcrumb.breadcrumb-dividers-no-opacity > li + li:before {
  opacity: 1;
}

.breadcrumb.breadcrumb-style-2 > li + li:before {
  content: "/";
}

.breadcrumb.breadcrumb-block {
  background: #212529;
  display: inline-block !important;
  padding: 7.2px 19.2px;
  padding: 0.45rem 1.2rem;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.breadcrumb.breadcrumb-light {
  color: #fff;
}

.breadcrumb.breadcrumb-light a {
  color: #fff;
}

.breadcrumb.breadcrumb-light .active {
  opacity: 0.7;
}
