@charset "UTF-8";
/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	9.1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shadows+Into+Light+Two&display=swap');
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #FFF;
  color: #777;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
}
body a {
  outline: none !important;
}
.body {
  background-color: #FFF;
}
html.safari:not(.no-safari-overflow-x-fix) .body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:not(.btn):hover {
  text-decoration: underline;
}
li {
  line-height: 24px;
}
.section-title {
  font-size: 2.50em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.section-subtitle {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}
/* Box Shadow */
.box-shadow-none {
  box-shadow: none !important;
}
pre {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 15px;
}
/* Header */
#header {
  position: relative;
  z-index: 1030;
}
#header .header-body {
  display: flex;
  flex-direction: column;
  background: #FFF;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #EDEDED;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}
#header .header-body[class*="border-color-"] {
  border-bottom: 0 !important;
}
#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height 300ms;
}
#header .container {
  position: relative;
}
#header .header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}
#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}
#header .header-column .header-row {
  justify-content: inherit;
}
#header.header-no-min-height .header-body {
  min-height: 0 !important;
}
#header .header-logo {
  margin: 16px 0;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}
#header .header-logo img {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}
#header .header-nav {
  padding: 16px 0;
  padding: 1rem 0;
  min-height: 70px;
}
#header .header-nav .btn {
  margin: 0 0 0 3px;
}
#header.header-narrow .header-body {
  min-height: 0;
}
#header.header-narrow .header-logo {
  margin-top: 0;
  margin-bottom: 0;
}
#header.header-narrow .header-nav {
  padding-top: 0;
  padding-bottom: 0;
}
#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li:hover > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li:hover > a {
  margin: 0;
}
#header.header-effect-shrink {
  transition: ease height 300ms;
}
#header.header-effect-shrink .header-top {
  transition: ease height 300ms;
}
#header.header-effect-shrink .header-container {
  min-height: 100px !important;
}
#header.header-effect-shrink .header-logo {
  display: flex;
  align-items: center;
}
html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}
html #header.header-transparent .header-body:not(.header-border-bottom) {
  border-bottom: 0;
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
  background-color: transparent !important;
}
html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
  background-color: rgba(68, 68, 68, 0.4) !important;
}
html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}
html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
html.sticky-header-active #header .header-top.header-top-sticky-remove-bottom-border {
  border-bottom: 0;
}
html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: rgba(234, 234, 234, 0.5);
  box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}
html.sticky-header-active #header .header-body.header-body-bottom-border {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}
html.sticky-header-active #header.header-effect-shrink .header-body {
  position: relative;
}
html.sticky-header-reveal.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
}
html.sticky-header-enabled #header .header-logo-sticky-change {
  position: relative;
}
html.sticky-header-enabled #header .header-logo-sticky-change img {
  position: absolute;
  top: 0;
  left: 0;
}
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 1 !important;
}
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
  opacity: 0 !important;
}
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 0 !important;
}
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
  opacity: 1 !important;
}
body[data-plugin-section-scroll] #header .header-body {
  background: transparent;
}
/* Page Header */
.page-header {
  background-color: #212529;
  margin: 0 0 35px 0;
  padding: 30px 0;
  position: relative;
  text-align: left;
}
.page-header h1 {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.page-header .sub-title {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
  color: #fff;
}
.page-header .page-header-extra-button {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 5;
}
.page-header.page-header-sm {
  padding: 30px 0;
}
.page-header.page-header-sm h1 {
  font-size: 22px;
}
.page-header.page-header-lg {
  padding: 50px 0;
}
.page-header.page-header-lg h1 {
  font-size: 40px;
}
.page-header.page-header-classic:after {
  content: '';
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-header.page-header-classic .page-header-title-border {
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 1;
}
.page-header.page-header-modern h1 {
  font-size: 28px;
}
.page-header.page-header-modern.page-header-sm h1 {
  font-size: 22px;
}
.page-header.page-header-modern.page-header-md {
  padding: 50px 0;
}
.page-header.page-header-modern.page-header-lg {
  padding: 65px 0;
}
.page-header.page-header-modern.page-header-lg h1 {
  font-size: 32px;
}
.page-header.page-header-modern.page-header-background {
  padding: 130px 0;
  background-size: cover;
}
.page-header.page-header-modern.page-header-background.page-header-background-pattern {
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}
.page-header.page-header-modern.page-header-background.page-header-background-sm {
  padding: 50px 0;
}
.page-header.page-header-modern.page-header-background.page-header-background-md {
  padding: 150px 0;
}
.page-header.page-header-modern.page-header-background.page-header-background-lg {
  padding: 250px 0;
}
/* footer */
footer {
  background: #212529;
  font-size: 0.9em;
  padding: 0;
  position: relative;
  clear: both;
  text-align: center;
}
footer .footer-top {
  padding: 60px 0 30px;
}
footer h3, footer h4 {
  color: #FFF;
}
footer h3 {
  font-size: 2.30em;
  font-weight: 700;
  color: #FFF;
}
footer p {
  color: #FFF;
  font-size: 14px;
}
footer .footer-copyright {
  background: #1c2023;
  padding: 10px 0;
}
footer .footer-copyright nav {
  font-size: 0.9em;
}
footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-copyright nav ul li {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
footer .footer-copyright nav ul li:last-child {
  padding-right: 0;
}
footer .footer-copyright p {
  color: #555;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
/* 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: .1s ease-out !important;
}
.hover-out {
  transition: .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.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
  left: 70%;
  top: -40px;
}
/* Borders */
.border-width-10 {
  border-width: 10px !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: .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;
}
/* Buttons */
.btn {
  font-size: 1rem;
  padding: 8.528px 14.928px;
  padding: 0.533rem 0.933rem;
  cursor: pointer;
}
a.btn {
  color: #fff !important;
}
html body .btn.focus, html body .btn:focus, html body .btn.active, html body .btn:active, html body.body .btn.focus, html body.body .btn:focus, html body.body .btn.active, html body.body .btn:active {
  box-shadow: none !important;
}
/* Modern */
.btn-modern {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 12.8px 24px;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}
/* Rounded */
.btn-rounded {
  border-radius: 35px;
}
/* Rounded */
.btn-rounded-icon {
  border-radius: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-rounded-icon[data-hash] > i {
  pointer-events: none;
}
/* Arrow */
.btn-with-arrow {
  background-color: transparent;
  font-weight: 600;
}
.btn-with-arrow span {
  background-color: #ccc;
  display: inline-block;
  height: 25px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.1s linear;
}
.btn-with-arrow i {
  color: #FFF;
  font-size: 8px;
  top: -1px;
  position: relative;
}
.btn-with-arrow:hover span {
  transform: translateX(5px);
}
/* Gradient */
.btn-gradient:not(.btn-outline) {
  border: 0;
}
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
  border: 0;
}
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
  border: 0;
}
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
  border: 0;
}
.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
  border: 0;
}
.btn-gradient.btn-outline {
  border: 2px solid transparent;
  background: transparent;
  border-image-slice: 1 !important;
}
.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover {
  border: 2px solid transparent;
}
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
  border: 2px solid transparent;
}
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
  border: 2px solid transparent;
}
/* Call to Action */
.call-to-action {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 32px 55px;
  clear: both;
}
.call-to-action::after {
  clear: both;
  content: "";
  display: block;
}
.call-to-action h3 {
  text-transform: none;
  color: #212529;
  font-size: 2.3em;
  line-height: 36px;
  padding: 0;
  margin: 0 0 15px;
}
.call-to-action p {
  font-size: 1.4em;
  color: #444;
}
.call-to-action > [class*="col-"] {
  display: flex;
  align-items: center;
}
.call-to-action > [class*="col-"]:nth-child(2) {
  justify-content: flex-end;
  text-align: center;
}
.call-to-action .container > .row, .call-to-action .container-fluid > .row {
  display: flex;
  flex-wrap: wrap;
}
.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
  display: flex;
  align-items: center;
}
.call-to-action.call-to-action-default {
  background: #D4D4D4;
  padding-top: 60px;
  padding-bottom: 50px;
}
.call-to-action.with-button-arrow .call-to-action-btn {
  position: relative;
}
.call-to-action.with-button-arrow .call-to-action-btn .arrow {
  position: absolute;
}
.call-to-action.with-button-arrow .call-to-action-btn.no-left {
  left: 0;
}
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span {
  position: relative;
}
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span .arrow {
  right: 50% !important;
}
.call-to-action.content-align-center .call-to-action-content, .call-to-action.content-align-center .call-to-action-btn {
  width: 100%;
  text-align: center;
}
.call-to-action.button-centered .call-to-action-content {
  text-align: center;
  width: 100%;
  padding: 35px 0 0;
  margin: 0;
}
.call-to-action.button-centered .call-to-action-btn {
  text-align: center;
  position: static;
  margin: 20px auto 25px;
  width: auto;
}
.container .call-to-action {
  border-radius: 8px;
}
/*
* IE 11 Fixes
*/
html.ie:not(.ie9) .call-to-action .call-to-action-content {
  width: 100%;
}
html.ie:not(.ie9) .call-to-action.button-centered > [class*="col-"] {
  display: block;
}
html.ie:not(.ie9) .call-to-action.button-centered .container > .row, html.ie:not(.ie9) .call-to-action.button-centered .container-fluid > .row {
  display: block;
}
/*
* IE 9 Fixes
*/
html.ie9 .call-to-action > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
html.ie9 .call-to-action > [class*="col-"]:nth-child(2) {
  text-align: right;
}
html.ie9 .call-to-action .container > .row, html.ie9 .call-to-action .container-fluid > .row {
  display: table;
  width: 100%;
}
html.ie9 .call-to-action .container > .row > [class*="col-"], html.ie9 .call-to-action .container-fluid > .row > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
html.ie9 .call-to-action .container > .row > [class*="col-"]:nth-child(2), html.ie9 .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
  text-align: center;
}
html.ie9 .call-to-action.button-centered > [class*="col-"] {
  float: left;
}
html.ie9 .call-to-action.button-centered .container > .row > [class*="col-"], html.ie9 .call-to-action.button-centered .container-fluid > .row > [class*="col-"] {
  float: left;
}
/* Cards */
.card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
/* Flip Card */
.flip-card {
  position: relative;
  border: none;
  perspective: 1000px;
  background: transparent;
}
.flip-card .flip-front, .flip-card .flip-back {
  padding: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
  border-radius: 70px;
  transform-style: preserve-3d;
  transition: ease transform 500ms;
  height: 280px;
  margin-bottom: 20px;
}
.flip-card .flip-front {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
  background-size: cover;
  background-position: center;
}
.flip-card .flip-back {
  position: absolute;
  background-color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, -1px) rotateY(180deg);
}
.flip-card .flip-front .flip-content, .flip-card .flip-back .flip-content {
  transform: translate3d(0, 0, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card .flip-front .flip-content {
  background: rgba(0, 0, 0, 0.75);
  padding: 65px 20px 20px;
  height: 220px;
  border-radius: 50px;
}
.flip-content h4 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 10px;
}
.flip-content p {
  font-size: 20px;
  margin-bottom: 10px;
}
.flip-card:hover .flip-front {
  transform: translate3d(0, 0, -1px) rotateY(-180deg);
}
.flip-card:hover .flip-back {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}
.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
  perspective: inherit;
  transform: translate3d(0, 0, 60px);
}
/* Dark */
.bg-color-dark-scale-1 {
  background-color: #212529 !important;
}
/* Dividers */
hr {
  background: rgba(0, 0, 0, 0.06);
  border: 0;
  height: 1px;
  margin: 22px 0;
  opacity: 1;
}
/* Feature Box */
.feature-box {
  display: flex;
}
.feature-box .feature-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}
.feature-box .feature-box-info {
  flex: 1 1 100%;
  padding-left: 15px;
}
/* Style 2 */
.feature-box.feature-box-style-2 h4 {
  color: #212529;
}
.feature-box.feature-box-style-2 .feature-box-icon {
  background: transparent;
  top: -3px;
}
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
  font-size: 1.7em;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #212529;
  font-weight: 200;
  letter-spacing: -.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
}
h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}
h3 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
h4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 14px 0;
  letter-spacing: 0.25px;
}
h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 14px 0;
  letter-spacing: 1px;
}
/* List */
.list li {
  margin-bottom: 13px;
}
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}
.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 27px;
}
.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.3em;
  top: 10px;
}
/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* Gutter SM */
.row-gutter-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-sm .col, .row-gutter-sm .col-1, .row-gutter-sm .col-10, .row-gutter-sm .col-11, .row-gutter-sm .col-12, .row-gutter-sm .col-2, .row-gutter-sm .col-3, .row-gutter-sm .col-4, .row-gutter-sm .col-5, .row-gutter-sm .col-6, .row-gutter-sm .col-7, .row-gutter-sm .col-8, .row-gutter-sm .col-9, .row-gutter-sm .col-auto, .row-gutter-sm .col-lg, .row-gutter-sm .col-lg-1, .row-gutter-sm .col-lg-10, .row-gutter-sm .col-lg-11, .row-gutter-sm .col-lg-12, .row-gutter-sm .col-lg-2, .row-gutter-sm .col-lg-3, .row-gutter-sm .col-lg-4, .row-gutter-sm .col-lg-5, .row-gutter-sm .col-lg-6, .row-gutter-sm .col-lg-7, .row-gutter-sm .col-lg-8, .row-gutter-sm .col-lg-9, .row-gutter-sm .col-lg-auto, .row-gutter-sm .col-md, .row-gutter-sm .col-md-1, .row-gutter-sm .col-md-10, .row-gutter-sm .col-md-11, .row-gutter-sm .col-md-12, .row-gutter-sm .col-md-2, .row-gutter-sm .col-md-3, .row-gutter-sm .col-md-4, .row-gutter-sm .col-md-5, .row-gutter-sm .col-md-6, .row-gutter-sm .col-md-7, .row-gutter-sm .col-md-8, .row-gutter-sm .col-md-9, .row-gutter-sm .col-md-auto, .row-gutter-sm .col-sm, .row-gutter-sm .col-sm-1, .row-gutter-sm .col-sm-10, .row-gutter-sm .col-sm-11, .row-gutter-sm .col-sm-12, .row-gutter-sm .col-sm-2, .row-gutter-sm .col-sm-3, .row-gutter-sm .col-sm-4, .row-gutter-sm .col-sm-5, .row-gutter-sm .col-sm-6, .row-gutter-sm .col-sm-7, .row-gutter-sm .col-sm-8, .row-gutter-sm .col-sm-9, .row-gutter-sm .col-sm-auto, .row-gutter-sm .col-xl, .row-gutter-sm .col-xl-1, .row-gutter-sm .col-xl-10, .row-gutter-sm .col-xl-11, .row-gutter-sm .col-xl-12, .row-gutter-sm .col-xl-2, .row-gutter-sm .col-xl-3, .row-gutter-sm .col-xl-4, .row-gutter-sm .col-xl-5, .row-gutter-sm .col-xl-6, .row-gutter-sm .col-xl-7, .row-gutter-sm .col-xl-8, .row-gutter-sm .col-xl-9, .row-gutter-sm .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
/* Min Height */
.min-height-screen {
  min-height: 100vh;
}
/* Animated Letters */
[data-plugin-animated-letters] {
  opacity: 0;
  visibility: hidden;
}
[data-plugin-animated-letters].initialized {
  opacity: 1;
  visibility: visible;
}
/* Animated Letters - Type Writer Effect */
@-webkit-keyframes typeWriterFlash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes typeWriterFlash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.letters-wrapper + .typeWriter:last-child {
  position: relative;
  padding-right: 4px;
  opacity: 0.7;
}
.letters-wrapper + .typeWriter:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #212121;
  -webkit-animation-name: typeWriterFlash;
  animation-name: typeWriterFlash;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}
/* 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;
}
html .scroll-to-top:hover {
  opacity: 1;
}
html .scroll-to-top.visible {
  opacity: 0.75;
}
html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}
html.lightbox-opened .scroll-to-top {
  right: 27px;
}
html.ie11 .scroll-to-top {
  right: 25px;
}
/* Section Featured */
section.section {
  background: #fff;
  margin: 0;
  padding: 30px 0 60px;
}
section.section > .container {
  position: relative;
}
section.section.section-angled {
  position: relative;
  margin: 0;
  overflow: hidden;
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  background-position: center;
  animation-duration: 750ms;
  animation-delay: 300ms;
  animation-fill-mode: forwards;
}
section.section.section-angled .container {
  padding-top: 4rem;
  margin-top: 4rem;
}
section.section.section-funnel {
  position: relative;
  padding: 60px 0 160px;
}
section.section.section-funnel .section-funnel-layer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.8rem 0;
  transform: translate3d(0, 50%, 0);
}
section.section.section-funnel .section-funnel-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}
section.section.section-funnel .section-funnel-layer:nth-child(1) {
  transform: skewY(-4.7deg);
}
section.section.section-funnel .section-funnel-layer:nth-child(2) {
  transform: skewY(4.7deg);
}
/* 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 li:hover a {
  background: #151719;
  color: #FFF !important;
}
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1 !important;
}
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a !important;
}
.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39 !important;
}
.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127 !important;
}
.social-icons li:hover.social-icons-youtube a {
  background: #c3191e !important;
}
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a !important;
}
.social-icons.social-icons-dark li a {
  background: #181818;
}
.social-icons.social-icons-dark li a i {
  color: #FFF;
}
.social-icons.social-icons-dark-2 li a {
  background: #272a2e;
}
.social-icons.social-icons-dark-2 li a i {
  color: #FFF;
}
.social-icons.social-icons-transparent li {
  box-shadow: none;
}
.social-icons.social-icons-transparent li a {
  background: transparent;
}
.social-icons.social-icons-icon-gray li a {
  color: #777 !important;
}
.social-icons.social-icons-icon-gray li:hover a {
  color: #FFF !important;
}
.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;
}
.social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
  height: 48px;
  line-height: 50px;
  width: 48px;
}
.social-icons.social-icons-opacity-light li a {
  background: rgba(255, 255, 255, 0.04);
}
.social-icons.social-icons-clean-with-border li a {
  background: transparent;
  color: #FFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-border-grey li a {
  border: 1px solid #e7e7e7;
}
.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li a {
  color: #212121 !important;
}
.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li:hover a {
  color: #FFF !important;
}
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
  background: #FFF;
}
.social-icons-dark.social-icons-clean li a, .social-icons-dark-2.social-icons-clean li a {
  background: transparent;
  color: #FFF !important;
}
/* Testimonials */
.testimonial blockquote {
  background: #CCC;
  border-radius: 5px;
  border: 0;
  color: #666;
  font-family: 'Playfair Display', serif;
  margin: 0;
  padding: 20px 20px 40px 72px;
  position: relative;
  overflow-y: scroll;
  height: 200px;
  scrollbar-width: thin;
  scrollbar-color: grey #dcdcdc;
  scrollbar-face-color: grey;
  scrollbar-track-color: #dcdcdc;
  scrollbar-3dlight-color: #dcdcdc;
  scrollbar-darkshadow-color: #dcdcdc;
  scrollbar-arrow-color: #dcdcdc;
}
.testimonial blockquote::-webkit-scrollbar {
  width: 4px;
}
.testimonial blockquote::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.testimonial blockquote::-webkit-scrollbar-thumb {
  background: grey;
  opacity: .5;
  border-radius: 10px;
}
.testimonial blockquote:before {
  left: 22px;
  top: 8px;
  color: #FFF;
  content: "“";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote p {
  color: #FFF;
  font-family: 'Playfair Display', serif;
  font-size: 1.4em;
}
.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #CCC;
  height: 0;
  margin: 0 0 0 45px;
  width: 0;
}
.testimonial .testimonial-author {
  display: flex;
  margin: 12px 0 0 0;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 25px;
}
.testimonial .testimonial-author strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: .9rem;
}
.testimonial .testimonial-author span {
  color: #fff;
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.testimonial .testimonial-author p {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  margin-left: 9.6px;
  margin-left: 0.6rem;
}
/* With Quotes */
.testimonial.testimonial-with-quotes {
  /* Remove Left Quote */
  /* Remove Right Quote */
}
.testimonial.testimonial-with-quotes blockquote:before {
  color: #777;
  display: block !important;
  left: 10px;
  top: 0;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  color: #777;
  display: block !important;
  right: 10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "”";
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}
.testimonial.testimonial-with-quotes.testimonial-remove-left-quote blockquote:before {
  content: none;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}
.testimonial.testimonial-with-quotes.testimonial-quotes-light blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-light blockquote:after {
  color: #FFF !important;
}
.testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:after {
  color: #212529 !important;
}
/* Thumb Info */
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(33, 37, 41, 0.8);
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
}
.thumb-info .thumb-info-title {
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  color: #FFF;
  font-weight: 600;
  left: 0;
  letter-spacing: -.05em;
  position: absolute;
  z-index: 2;
  max-width: 90%;
  font-size: 17px;
  line-height: 1;
  padding: 13px 21px 2px;
  bottom: 13%;
}
.thumb-info .thumb-info-type {
  background-color: #CCC;
  border-radius: 35px;
  display: inline-block;
  float: left;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px -2px -15px 0px;
  padding: 2px 12px;
  text-transform: uppercase;
  z-index: 2;
  line-height: 1.2;
}
.thumb-info img {
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}
.thumb-info:hover .thumb-info-title {
  background: rgba(33, 37, 41, 0.9);
}
.thumb-info:hover img {
  transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
  display: none;
}
/* Toggles */
.toggle {
  margin: 0 0 20px;
  position: relative;
  clear: both;
}
.toggle .toggle {
  margin: 10px 0 0;
}
.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.toggle > label, .toggle > .toggle-title {
  transition: all .15s ease-out;
  background: #f7f7f7;
  border-left: 3px solid #CCC;
  border-radius: 35px;
  color: #CCC;
  display: block;
  min-height: 20px;
  padding: 12px 20px 12px 15px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}
.toggle > label:-moz-selection, .toggle > .toggle-title:-moz-selection {
  background: none;
}
.toggle > label i.fa-minus, .toggle > .toggle-title i.fa-minus {
  display: none;
}
.toggle > label i.fa-plus, .toggle > .toggle-title i.fa-plus {
  display: inline;
}
.toggle > label:before, .toggle > .toggle-title:before {
  content: " ";
  position: absolute;
  top: calc(50% + 1px);
  right: 14px;
  border-color: #CCC;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 8px;
  height: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s, top 0.3s;
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  transform-origin: 35%;
}
.toggle > label:hover, .toggle > .toggle-title:hover {
  background: #f5f5f5;
}
.toggle > label + p, .toggle > .toggle-title + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.toggle > label i, .toggle > .toggle-title i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.toggle > .toggle-content {
  display: none;
}
.toggle > .toggle-content > p {
  font-size: 17px;
  margin-bottom: 0;
  padding: 25px;
}
.toggle.active i.fa-minus {
  display: inline;
}
.toggle.active i.fa-plus {
  display: none;
}
.toggle.active > label, .toggle.active > .toggle-title {
  background: #f7f7f7;
  border-color: #CCC;
}
html .toggle-primary .toggle.active > .toggle-title {
  color: #fff !important;
}
.toggle.active > label:before, .toggle.active > .toggle-title:before {
  top: calc(50% - 8px);
  transform: rotate(135deg);
}
.toggle.active > p {
  white-space: normal;
}
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}
.toggle.toggle-sm .toggle > label, .toggle.toggle-sm .toggle > .toggle-title {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}
.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}
.toggle.toggle-lg .toggle > label, .toggle.toggle-lg .toggle > .toggle-title {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}
.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}
.toggle.toggle-simple .toggle > label, .toggle.toggle-simple .toggle > .toggle-title {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #212529;
}
.toggle.toggle-simple .toggle > label:after, .toggle.toggle-simple .toggle > .toggle-title:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #CCC;
  top: 25px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1;
}
.toggle.toggle-simple .toggle > label:before, .toggle.toggle-simple .toggle > .toggle-title:before {
  border: 0;
  left: 9px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f067";
  z-index: 2;
  color: #FFF;
  font-size: 7px;
  width: auto;
  height: auto;
  transform: none;
}
.toggle.toggle-simple .toggle.active > label, .toggle.toggle-simple .toggle.active > .toggle-title {
  background: transparent;
  color: #212529;
}
.toggle.toggle-simple .toggle.active > label:before, .toggle.toggle-simple .toggle.active > .toggle-title:before {
  content: "\f068";
}
.toggle.toggle-minimal .toggle {
  margin: 0;
}
.toggle.toggle-minimal .toggle > label, .toggle.toggle-minimal .toggle > .toggle-title {
  background: transparent;
  color: #777;
  border-left: 0;
  border-bottom: 1px solid #CCCC;
  border-radius: 0;
  margin: 0;
  padding: 12px 20px 12px 0;
  font-weight: 600;
}
.toggle.toggle-minimal .toggle.active > label, .toggle.toggle-minimal .toggle.active > .toggle-title {
  background: transparent;
  border-bottom-color: #CCC;
}
/* Blockquotes */
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 1em;
}
blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 20.8px;
  padding: 1.3rem;
}
blockquote.blockquote-reverse {
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0px !important;
}
/* Paragraphs */
p {
  color: #777;
  line-height: 26px;
  margin: 0 0 20px;
}
/* Links */
a, a:hover, a:focus {
  color: #CCC;
}
/* Alternative Font Style */
.alternative-font-4 {
  font-family: 'Poppins', Arial, sans-serif !important;
}
.word-rotator i, .word-rotator em, .word-rotator b {
  font-style: normal;
  font-weight: inherit;
}
.word-rotator-words {
  display: inline-flex !important;
  position: relative;
  text-align: left;
}
.word-rotator-words b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.word-rotator-words b.is-visible {
  position: relative;
}
.word-rotator-words[class*="bg-"] {
  background: #CCC;
}
.word-rotator-words[class*="bg-"] b {
  color: #FFF;
  padding: 1.6px 8px;
  padding: 0.1rem 0.5rem;
}
/* rotate-1 */
.word-rotator.rotate-1 .word-rotator-words {
  perspective: 300px;
}
.word-rotator.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.word-rotator.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-animation: word-rotator-rotate-1-in 1.2s;
  animation: word-rotator-rotate-1-in 1.2s;
}
.word-rotator.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  -webkit-animation: word-rotator-rotate-1-out 1.2s;
  animation: word-rotator-rotate-1-out 1.2s;
}
@-webkit-keyframes word-rotator-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes word-rotator-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes word-rotator-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes word-rotator-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* type */
.word-rotator.type .word-rotator-words {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  padding-right: 3px;
}
.word-rotator.type .word-rotator-words::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  width: 2px;
  display: block;
  background-color: transparent;
}
.word-rotator.type .word-rotator-words.waiting::after {
  -webkit-animation: 1s word-rotator-pulse step-end infinite;
  animation: 1s word-rotator-pulse step-end infinite;
}
.word-rotator.type .word-rotator-words.selected {
  background-color: #212529 !important;
}
.word-rotator.type .word-rotator-words.selected::after {
  visibility: hidden;
}
.word-rotator.type .word-rotator-words.selected b {
  color: #FFF !important;
}
.word-rotator.type b {
  visibility: hidden;
}
.word-rotator.type b.is-visible {
  visibility: visible;
}
.word-rotator.type i {
  position: absolute;
  visibility: hidden;
}
.word-rotator.type i.in {
  position: relative;
  visibility: visible;
}
.word-rotator.type.type-clean-light .word-rotator-words:after {
  width: 8px;
}
.word-rotator.type.type-clean-light .word-rotator-words.waiting::after {
  -webkit-animation: 500ms word-rotator-pulse-light step-end infinite;
  animation: 500ms word-rotator-pulse-light step-end infinite;
}
.word-rotator.type.type-clean-light .word-rotator-words.selected {
  background-color: transparent !important;
}
@-webkit-keyframes word-rotator-pulse {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: black;
  }
}
@keyframes word-rotator-pulse {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: black;
  }
}
@-webkit-keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: white;
  }
}
@keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: white;
  }
}
/* rotate-2 */
.word-rotator.rotate-2 .word-rotator-words {
  perspective: 300px;
}
.word-rotator.rotate-2 i, .word-rotator.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.word-rotator.rotate-2 b {
  opacity: 0;
}
.word-rotator.rotate-2 i {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .word-rotator.rotate-2 i {
  opacity: 1;
}
.word-rotator.rotate-2 i.in {
  -webkit-animation: word-rotator-rotate-2-in .4s forwards;
  animation: word-rotator-rotate-2-in .4s forwards;
}
.word-rotator.rotate-2 i.out {
  -webkit-animation: word-rotator-rotate-2-out .4s forwards;
  animation: word-rotator-rotate-2-out .4s forwards;
}
.word-rotator.rotate-2 em {
  transform: translateZ(20px);
}
.no-csstransitions .word-rotator.rotate-2 i {
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .word-rotator.rotate-2 i em {
  transform: scale(1);
}
.no-csstransitions .word-rotator.rotate-2 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* loading-bar */
.word-rotator.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.word-rotator.loading-bar .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}
.word-rotator.loading-bar .word-rotator-words::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #212529;
  z-index: 2;
  transition: width .3s -0.1s;
}
.word-rotator.loading-bar .word-rotator-words.is-loading::after {
  width: 100%;
  transition: width 3s;
}
.word-rotator.loading-bar .word-rotator-words.bg-light::after {
  background-color: #212529 !important;
}
.word-rotator.loading-bar .word-rotator-words[class*="bg-"]:not(.bg-light)::after {
  background-color: #FFF !important;
}
.word-rotator.loading-bar b {
  top: .2em;
  opacity: 0;
  transition: opacity .3s;
}
.word-rotator.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}
/* slide */
.word-rotator.slide span {
  display: inline-block;
  padding: .2em 0;
}
.word-rotator.slide .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}
.word-rotator.slide b {
  opacity: 0;
  top: .2em;
}
.word-rotator.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in .6s;
  animation: slide-in .6s;
}
.word-rotator.slide b.is-hidden {
  -webkit-animation: slide-out .6s;
  animation: slide-out .6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* clip */
.word-rotator.clip span {
  display: inline-block;
  padding: .2em 0;
}
.word-rotator.clip .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}
.word-rotator.clip .word-rotator-words::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #212529;
}
.word-rotator.clip b {
  opacity: 0;
}
.word-rotator.clip b.is-visible {
  opacity: 1;
}
/* zoom */
.word-rotator.zoom .word-rotator-words {
  perspective: 300px;
}
.word-rotator.zoom b {
  opacity: 0;
}
.word-rotator.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in .8s;
  animation: zoom-in .8s;
}
.word-rotator.zoom b.is-hidden {
  -webkit-animation: zoom-out .8s;
  animation: zoom-out .8s;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
.word-rotator.rotate-3 .word-rotator-words {
  perspective: 300px;
}
.word-rotator.rotate-3 b {
  opacity: 0;
}
.word-rotator.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .word-rotator.rotate-3 i {
  transform: rotateY(0deg);
}
.word-rotator.rotate-3 i.in {
  -webkit-animation: word-rotator-rotate-3-in .6s forwards;
  animation: word-rotator-rotate-3-in .6s forwards;
}
.word-rotator.rotate-3 i.out {
  -webkit-animation: word-rotator-rotate-3-out .6s forwards;
  animation: word-rotator-rotate-3-out .6s forwards;
}
.no-csstransitions .word-rotator.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}
.no-csstransitions .word-rotator.rotate-3 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes word-rotator-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes word-rotator-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes word-rotator-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
@keyframes word-rotator-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
/* scale */
.word-rotator.scale b {
  opacity: 0;
}
.word-rotator.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}
.is-visible .word-rotator.scale i {
  opacity: 1;
}
.word-rotator.scale i.in {
  -webkit-animation: scale-up .6s forwards;
  animation: scale-up .6s forwards;
}
.word-rotator.scale i.out {
  -webkit-animation: scale-down .6s forwards;
  animation: scale-down .6s forwards;
}
.no-csstransitions .word-rotator.scale i {
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .word-rotator.scale .is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
/* push */
.word-rotator.push b {
  opacity: 0;
}
.word-rotator.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in .6s;
  animation: push-in .6s;
}
.word-rotator.push b.is-hidden {
  -webkit-animation: push-out .6s;
  animation: push-out .6s;
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
/* Home Intro */
.home-intro {
  background-color: #212529;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 38.4px 0;
  padding: 2.4rem 0;
  position: relative;
  text-align: left;
  letter-spacing: -0.5px;
}
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
}
.home-intro p span:not(.highlighted-word) {
  color: #FFF;
  display: block;
  font-size: 0.8em;
  font-weight: 300;
  padding-top: 5px;
  opacity: 0.7;
}
.home-intro p .highlighted-word {
  font-size: 1.6em;
}
.home-intro .get-started {
  position: relative;
}
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}
.home-intro .get-started a {
  color: #FFF;
}
.home-intro .get-started a:not(.btn) {
  color: #FFF;
  font-weight: 600;
}
.home-intro .learn-more {
  color: #FFF;
  margin-left: 15px;
  font-weight: 300;
}
.home-intro.light {
  background-color: #EDEDED;
}
.home-intro.light.secondary {
  background-color: #E0E1E4;
}
.home-intro.light p, .home-intro.light .learn-more, .home-intro.light p span:not(.highlighted-word), .home-intro.light .get-started a:not(.btn) {
  color: #333333;
}
/* Home Intro Compact */
.home-intro-compact {
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: -10px;
  margin: -10px auto 60px;
  max-width: 1116px;
}
.home-intro-compact p {
  padding-left: 20px;
}
.home-intro-compact .get-started {
  padding-right: 20px;
}
/* Home Concept SVG Animations */
@-webkit-keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1360;
  }
}
@keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1360;
  }
}
@-webkit-keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1120;
  }
}
@keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1120;
  }
}
@-webkit-keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1266;
  }
}
@keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1266;
  }
}
@-webkit-keyframes animatedInitialPin {
  0% {
    transform: translate(2px, 69px) scale(0.23);
  }
  33% {
    transform: translate(2px, 79px) scale(0.23);
  }
  66% {
    transform: translate(2px, 74px) scale(0.23);
  }
  100% {
    transform: translate(2px, 79px) scale(0.23);
  }
}
@keyframes animatedInitialPin {
  0% {
    transform: translate(2px, 69px) scale(0.23);
  }
  33% {
    transform: translate(2px, 79px) scale(0.23);
  }
  66% {
    transform: translate(2px, 74px) scale(0.23);
  }
  100% {
    transform: translate(2px, 79px) scale(0.23);
  }
}
@-webkit-keyframes animatedFinalPin {
  0% {
    transform: translate(325px, -19px) scale(0.23) rotate(36deg);
  }
  33% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
  66% {
    transform: translate(325px, -16px) scale(0.23) rotate(36deg);
  }
  100% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
}
@keyframes animatedFinalPin {
  0% {
    transform: translate(325px, -19px) scale(0.23) rotate(36deg);
  }
  33% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
  66% {
    transform: translate(325px, -16px) scale(0.23) rotate(36deg);
  }
  100% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
}
/* Firefox Final Pin Animation */
@-webkit-keyframes animatedFinalPinFirefox {
  0% {
    transform: translate(193px, -16px) scale(0.23) rotate(36deg);
  }
  33% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
  66% {
    transform: translate(193px, -13px) scale(0.23) rotate(36deg);
  }
  100% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
}
@keyframes animatedFinalPinFirefox {
  0% {
    transform: translate(193px, -16px) scale(0.23) rotate(36deg);
  }
  33% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
  66% {
    transform: translate(193px, -13px) scale(0.23) rotate(36deg);
  }
  100% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
}
/* Home Concept */
.home-concept {
  background: transparent url(../img/home-concept.png) no-repeat center -80px;
  width: 100%;
  overflow: hidden;
}
.home-concept strong, .image-box p {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
  line-height: 1.2em;
  position: relative;
  margin-top: 30px;
}
.image-box p {
  margin-top: 10px;
    font-weight: bolder;
}
.home-concept .row {
  position: relative;
}
.home-concept .process-image {
  max-width: 350px;
  margin: 40px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept .process-image img {
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
/* Team List */
ul.team-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.team-list .team-item {
  margin-bottom: 35px;
}
ul.team-list .team-item .thumb-info-social-icons {
  margin: 0 10px;
}
/* Overflow */
.overflow-visible {
  overflow: visible !important;
}
/*hero*/
.section-angled h1 {
  font-size: 3.0em;
}
.section-angled h2 {
  font-size: 2.9em;
  color: orange !important;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.offer-box {
  background: rgba(0, 0, 0, 0.5);
  border: 4px ridge orange;
  width: 90%;
  margin: 60px auto;
  padding: 40px 20px;
  text-align: center;
  display: block;
}
.offer-box h2 {
  font-size: 2.8em;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.offer-box h3 {
  font-size: 2.2em;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 0px;
}
.offer-box em {
  font-size: 0.6em;
}
.offer-box span {
  font-size: 1.5em;
  line-height: 50px;
  color: orange;
}