/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/jl_finance_pro/custom/scss/_accordion.scss */
.uk-accordion-title:not(.uk-active) > .i-close {
  display: initial;
}
/* line 4, templates/jl_finance_pro/custom/scss/_accordion.scss */
.uk-accordion-title:not(.uk-active) > .i-open {
  display: none;
}
/* line 8, templates/jl_finance_pro/custom/scss/_accordion.scss */
.uk-accordion-title.uk-active > .i-open {
  display: initial;
}
/* line 12, templates/jl_finance_pro/custom/scss/_accordion.scss */
.uk-accordion-title.uk-active > .i-close {
  display: none !important;
}
/* line 15, templates/jl_finance_pro/custom/scss/_accordion.scss */
.i-close.right, .i-open.right {
  float: right;
}
/* line 18, templates/jl_finance_pro/custom/scss/_accordion.scss */
/* line 19, templates/jl_finance_pro/custom/scss/_accordion.scss */
/* line 20, templates/jl_finance_pro/custom/scss/_accordion.scss */
.jl-accordion .uk-accordion .uk-accordion-title {
  color: #222;
  border: 0px;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-weight: 400;
}
/* line 29, templates/jl_finance_pro/custom/scss/_accordion.scss */
.jl-accordion .uk-accordion .uk-accordion-title.uk-active {
  border-bottom: 2px solid #2c9e4b;
}
/* line 32, templates/jl_finance_pro/custom/scss/_accordion.scss */
.jl-accordion .uk-accordion .uk-accordion-content {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
/* line 1, templates/jl_finance_pro/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
  font-size: 16px;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #414856;
  color: #2c9e4b;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 19, templates/jl_finance_pro/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 24, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 30, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 38, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 44, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 52, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 56, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 64, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 68, templates/jl_finance_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 75, templates/jl_finance_pro/custom/scss/_backtotop.scss */
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 84, templates/jl_finance_pro/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 88, templates/jl_finance_pro/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #0a4650;
}
@media only screen and (max-width: 900px) {
  /* line 2, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 20px !important;
  }
  /* line 15, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 50%;
    line-height: 87px;
    text-decoration: none !important;
  }
  /* line 27, templates/jl_finance_pro/custom/scss/_countdown.scss */
  ul.flip {
    padding-left: 0px !important;
  }
  /* line 32, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 25px !important;
    height: 40px !important;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
  }
  /* line 44, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -46px !important;
    color: black;
    text-shadow: none;
  }
  /* line 51, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.minutes .flip-clock-label {
    right: -49px !important;
  }
  /* line 54, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.seconds .flip-clock-label {
    right: -49px !important;
  }
  /* line 57, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.top {
    top: 13px !important;
  }
  /* line 60, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.bottom {
    bottom: 44px !important;
  }
  /* line 64, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 80px !important;
  }
  /* line 72, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px !important;
    width: 60px;
    height: 90px;
    font-size: 65px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
  }
  /* line 84, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    line-height: 43px !important;
  }
  /* line 87, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-dot {
    display: block;
    background: #323434;
    width: 7px !important;
    height: 7px !important;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 6px !important;
  }
}
@media only screen and (max-width: 450px) {
  /* line 101, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 10px !important;
  }
  /* line 114, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 50%;
    line-height: 87px;
    text-decoration: none !important;
  }
  /* line 125, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 13px !important;
    height: 28px !important;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 4px;
    background: #000;
  }
  /* line 137, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -30px !important;
    font-size: 10px;
    color: black;
    text-shadow: none;
  }
  /* line 145, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.minutes .flip-clock-label {
    right: -35px !important;
  }
  /* line 148, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.seconds .flip-clock-label {
    right: -35px !important;
  }
  /* line 151, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.top {
    top: 11px !important;
  }
  /* line 154, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.bottom {
    bottom: 56px !important;
  }
  /* line 158, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 16px !important;
    height: 80px !important;
  }
  /* line 166, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 1px !important;
    width: 60px;
    height: 90px;
    font-size: 65px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 4px !important;
    background: #000;
  }
  /* line 178, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    line-height: 30px !important;
  }
  /* line 181, templates/jl_finance_pro/custom/scss/_countdown.scss */
  .flip-clock-dot {
    display: block;
    background: #323434;
    width: 4px !important;
    height: 4px !important;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 6px !important;
  }
}
/* line 194, templates/jl_finance_pro/custom/scss/_countdown.scss */
.jl-countdown-container {
  text-align: center;
}
/* line 196, templates/jl_finance_pro/custom/scss/_countdown.scss */
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .jl-countdown-container .counter-block {
    margin-bottom: 10px;
  }
}
@media only all and (max-width: 50.99rem) {
  .jl-countdown-container .counter-block {
    margin-bottom: 10px;
  }
}
/* line 205, templates/jl_finance_pro/custom/scss/_countdown.scss */
.jl-countdown-container .number, .jl-countdown-container .word {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 210, templates/jl_finance_pro/custom/scss/_countdown.scss */
.jl-countdown-container .number {
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  color: #fff;
  background: -webkit-linear-gradient(#041e23, #041e23 50%, #0a4650 50%, #0a4650 100%);
  background: linear-gradient(#041e23, #041e23 50%, #0a4650 50%, #0a4650 100%);
}
@media only all and (max-width: 50.99rem) {
  .jl-countdown-container .number {
    font-size: 1.5rem;
    width: 85px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 228, templates/jl_finance_pro/custom/scss/_countdown.scss */
.jl-countdown-container .word {
  font-size: 17px;
}
@media only all and (max-width: 50.99rem) {
}
/* line 236, templates/jl_finance_pro/custom/scss/_countdown.scss */
.jl-countdown {
  display: inline-block;
  width: auto !important;
  text-align: center;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .jl-countdown {
    width: 100%;
  }
}
@media only all and (max-width: 50.99rem) {
  .jl-countdown {
    width: 100%;
  }
}
/* line 2, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 3, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 4, templates/jl_finance_pro/custom/scss/_heading.scss */
.style1 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 9, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 10, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 11, templates/jl_finance_pro/custom/scss/_heading.scss */
.style1 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
/* line 23, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 24, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 25, templates/jl_finance_pro/custom/scss/_heading.scss */
.style1 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  left: 0;
}
/* line 36, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 37, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 38, templates/jl_finance_pro/custom/scss/_heading.scss */
.style1 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  right: 0;
}
/* line 51, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 52, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 53, templates/jl_finance_pro/custom/scss/_heading.scss */
.style2 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #eee;
}
/* line 59, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 60, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 61, templates/jl_finance_pro/custom/scss/_heading.scss */
.style2 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
/* line 73, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 74, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 75, templates/jl_finance_pro/custom/scss/_heading.scss */
.style2 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  left: 0;
}
/* line 86, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 87, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 88, templates/jl_finance_pro/custom/scss/_heading.scss */
.style2 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  right: 0;
}
/* line 102, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 103, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 104, templates/jl_finance_pro/custom/scss/_heading.scss */
.style3 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 109, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 110, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 111, templates/jl_finance_pro/custom/scss/_heading.scss */
.style3 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  left: 50%;
  margin-left: -61px;
}
/* line 123, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 124, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 125, templates/jl_finance_pro/custom/scss/_heading.scss */
.style3 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  left: 0;
}
/* line 136, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 137, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 138, templates/jl_finance_pro/custom/scss/_heading.scss */
.style3 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTI0NCAzOTEgMTIyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNDQgMzkxIDEyMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJYTUxJRF8zOTNfIiBjbGFzcz0ic3QwIiBwb2ludHM9Ii0xNzIuNiwzOTEgLTE3My44LDM5MSAtMTc1LjYsMzkyLjggLTE4Myw0MDAuMiAtMTkwLjQsMzkyLjggLTE5Mi4yLDM5MSAtMTkzLjQsMzkxICAgLTI0NCwzOTEgLTI0NCwzOTIuOCAtMTkyLjksMzkyLjggLTE4Myw0MDIuNyAtMTczLjEsMzkyLjggLTEyMiwzOTIuOCAtMTIyLDM5MSAiIGZpbGw9IiNEREREREQiLz48L3N2Zz4=);
  width: 122px;
  height: 12px;
  right: 0;
}
/* line 152, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 153, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 154, templates/jl_finance_pro/custom/scss/_heading.scss */
.style4 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 159, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 160, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 161, templates/jl_finance_pro/custom/scss/_heading.scss */
.style4 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  left: 50%;
  margin-left: -13px;
}
/* line 173, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 174, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 175, templates/jl_finance_pro/custom/scss/_heading.scss */
.style4 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  left: 0;
}
/* line 186, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 187, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 188, templates/jl_finance_pro/custom/scss/_heading.scss */
.style4 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iI2RkZCIgY3g9IjUwIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  width: 27px;
  height: 6px;
  right: 0;
}
/* line 203, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 204, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 205, templates/jl_finance_pro/custom/scss/_heading.scss */
.style5 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 210, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 211, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 212, templates/jl_finance_pro/custom/scss/_heading.scss */
.style5 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  left: 50%;
  margin-left: -61px;
}
/* line 224, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 225, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 226, templates/jl_finance_pro/custom/scss/_heading.scss */
.style5 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  left: 0;
}
/* line 239, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 240, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 241, templates/jl_finance_pro/custom/scss/_heading.scss */
.style5 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjY2NjY2NjIiBzdHJva2Utd2lkdGg9IjIiIGN4PSI2MSIgY3k9IjYiIHI9IjUiLz48cmVjdCB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyIvPjxyZWN0IHg9IjcyIiB5PSI1IiB3aWR0aD0iNTAiIGhlaWdodD0iMSIgZmlsbD0iI2RkZCIvPjwvc3ZnPg==);
  width: 122px;
  height: 12px;
  right: 0;
}
/* line 256, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 257, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 258, templates/jl_finance_pro/custom/scss/_heading.scss */
.style6 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 261, templates/jl_finance_pro/custom/scss/_heading.scss */
.style6 .jl-heading-content .jl-heading-title h1, .style6 .jl-heading-content .jl-heading-title h2, .style6 .jl-heading-content .jl-heading-title h3, .style6 .jl-heading-content .jl-heading-title h4, .style6 .jl-heading-content .jl-heading-title h5, .style6 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 266, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 267, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 268, templates/jl_finance_pro/custom/scss/_heading.scss */
.style6 .uk-text-center .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 277, templates/jl_finance_pro/custom/scss/_heading.scss */
.style6 .uk-text-center .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 288, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 289, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 290, templates/jl_finance_pro/custom/scss/_heading.scss */
.style6 .uk-text-left .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 301, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 302, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 303, templates/jl_finance_pro/custom/scss/_heading.scss */
.style6 .uk-text-right .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #444;
}
/* line 318, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 319, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 320, templates/jl_finance_pro/custom/scss/_heading.scss */
.style7 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 323, templates/jl_finance_pro/custom/scss/_heading.scss */
.style7 .jl-heading-content .jl-heading-title h1, .style7 .jl-heading-content .jl-heading-title h2, .style7 .jl-heading-content .jl-heading-title h3, .style7 .jl-heading-content .jl-heading-title h4, .style7 .jl-heading-content .jl-heading-title h5, .style7 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 328, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 329, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 330, templates/jl_finance_pro/custom/scss/_heading.scss */
.style7 .uk-text-center .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 339, templates/jl_finance_pro/custom/scss/_heading.scss */
.style7 .uk-text-center .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 350, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 351, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 352, templates/jl_finance_pro/custom/scss/_heading.scss */
.style7 .uk-text-left .jl-heading-content .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 363, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 364, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 365, templates/jl_finance_pro/custom/scss/_heading.scss */
.style7 .uk-text-right .jl-heading-content .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
  border-bottom: 1px dashed #444;
}
/* line 381, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 382, templates/jl_finance_pro/custom/scss/_heading.scss */
.style8 .jl-heading-content {
  overflow: hidden;
}
/* line 384, templates/jl_finance_pro/custom/scss/_heading.scss */
.style8 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
/* line 387, templates/jl_finance_pro/custom/scss/_heading.scss */
.style8 .jl-heading-content .jl-heading-title h1, .style8 .jl-heading-content .jl-heading-title h2, .style8 .jl-heading-content .jl-heading-title h3, .style8 .jl-heading-content .jl-heading-title h4, .style8 .jl-heading-content .jl-heading-title h5, .style8 .jl-heading-content .jl-heading-title h6 {
  margin: 0;
}
/* line 392, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 393, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 394, templates/jl_finance_pro/custom/scss/_heading.scss */
.style8 .uk-text-center .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
/* line 403, templates/jl_finance_pro/custom/scss/_heading.scss */
.style8 .uk-text-center .jl-heading-content .jl-heading-title:after {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
}
/* line 414, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 415, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 416, templates/jl_finance_pro/custom/scss/_heading.scss */
.style8 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
/* line 427, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 428, templates/jl_finance_pro/custom/scss/_heading.scss */
/* line 429, templates/jl_finance_pro/custom/scss/_heading.scss */
.style8 .uk-text-right .jl-heading-content .jl-heading-title:after {
  position: absolute;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNkZGRkZGQnIHN0cm9rZS13aWR0aD0nMScvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZGRkZGRkJyBzdHJva2Utd2lkdGg9JzEnLz4KCTxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2RkZGRkZCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
}
/* line 1, templates/jl_finance_pro/custom/scss/_joomlacontent.scss */
/* line 3, templates/jl_finance_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-slideset-nav {
  margin-top: 10px;
}
/* line 6, templates/jl_finance_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-slider-nav {
  margin-top: 10px;
}
/* line 9, templates/jl_finance_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 13, templates/jl_finance_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 18, templates/jl_finance_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 1, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 3, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .uk-slideset-nav {
  margin-top: 10px;
}
/* line 6, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .uk-slider-nav {
  margin-top: 10px;
}
/* line 9, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 13, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 18, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 24, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 25, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 31, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info {
  padding: 15px;
}
/* line 33, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
/* line 38, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #333;
}
/* line 43, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-desc {
  font-size: 14px;
}
/* line 48, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1;
  padding: 15px;
}
/* line 52, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a {
  padding: 0 10px;
}
/* line 54, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-facebook {
  color: #3498db;
}
/* line 57, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-twitter {
  color: #26c4f1;
}
/* line 60, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-google-plus {
  color: #e93f2e;
}
/* line 63, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-pinterest {
  color: #b81621;
}
/* line 66, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-github {
  color: #444;
}
/* line 69, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-linkedin {
  color: #007bb6;
}
/* line 77, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 78, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content {
  text-align: center;
  background: #2c3e50;
}
/* line 81, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 82, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 83, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 84, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content:hover .jl-member-item-img .jl-member-icon .jl-member-ic {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 92, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 93, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1;
  padding: 15px;
}
/* line 97, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.74, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0.74, 0.58, 1);
}
/* line 107, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 111, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 115, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 119, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic i {
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  margin: 0 5px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.41);
}
/* line 128, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 129, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-facebook:hover {
  background: #3498db;
}
/* line 133, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 134, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-twitter:hover {
  background: #26c4f1;
}
/* line 138, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 139, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-google-plus:hover {
  background: #e93f2e;
}
/* line 143, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 144, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-pinterest:hover {
  background: #b81621;
}
/* line 148, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 149, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-github:hover {
  background: #444;
}
/* line 153, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 154, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-linkedin:hover {
  background: #007bb6;
}
/* line 161, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info {
  padding: 15px;
}
/* line 163, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
/* line 168, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
/* line 173, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-desc {
  font-size: 14px;
  color: #fff;
}
/* line 181, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 182, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-item-content {
  text-align: center;
  background: #2c3e50;
}
/* line 186, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info {
  padding: 15px;
}
/* line 188, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
/* line 193, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
  padding-bottom: 10px;
}
/* line 199, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-desc {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
/* line 207, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon {
  padding-top: 20px;
}
/* line 209, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon i {
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  margin: 0 5px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #4fc1e9;
}
/* line 219, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 220, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-facebook:hover {
  background: #3498db;
  border-color: #3498db;
}
/* line 225, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 226, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-twitter:hover {
  background: #26c4f1;
  border-color: #26c4f1;
}
/* line 231, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 232, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-google-plus:hover {
  background: #e93f2e;
  border-color: #e93f2e;
}
/* line 237, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 238, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-pinterest:hover {
  background: #b81621;
  border-color: #b81621;
}
/* line 243, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 244, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-github:hover {
  background: #444;
  border-color: #444;
}
/* line 249, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 250, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}
@keyframes fade {
  /* line 259, templates/jl_finance_pro/custom/scss/_member.scss */
  0% {
    opacity: 0;
  }
  /* line 263, templates/jl_finance_pro/custom/scss/_member.scss */
  100% {
    opacity: 1;
  }
}
/* line 268, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 269, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content {
  position: relative;
}
/* line 271, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 272, templates/jl_finance_pro/custom/scss/_member.scss */
/* line 273, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-item-img:before {
  opacity: 1;
}
/* line 277, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-info {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/* line 280, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-info .jl-member-desc {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 1s;
}
/* line 288, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content .jl-member-item-img {
  margin-right: 52px;
  position: relative;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
}
/* line 294, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content .jl-member-item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 10px 10px 0 10px;
}
/* line 309, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info {
  position: absolute;
  padding: 25px;
  text-align: left;
  background: transparent;
  top: 0;
  margin-right: 52px;
}
/* line 316, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 3px;
}
/* line 323, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
/* line 328, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info .jl-member-desc {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
}
/* line 338, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon {
  position: absolute;
  background: #2bcdc0;
  padding: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  border-radius: 0 10px 10px 0;
}
/* line 346, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
/* line 351, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic:hover {
  color: rgba(0, 0, 0, 0.5);
}
/* line 355, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic:not(:first-child) {
  border-top: 1px solid #fff;
}
/* line 358, templates/jl_finance_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic i {
  display: inline-block;
}
/* line 1, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 3, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 4, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content {
  margin-bottom: 20px;
}
/* line 7, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav {
  display: inline-block;
}
/* line 11, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
  border-radius: 3px;
}
/* line 20, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > * > *:hover {
  background: #fff;
  box-shadow: none;
  border: 1px solid #2c9e4b;
  color: #2c9e4b;
}
/* line 28, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > .uk-active > * {
  color: #2c9e4b;
  border-color: #2c9e4b;
}
/* line 33, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > * > * {
  padding: 3px 8px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
  border-radius: 3px;
}
/* line 40, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > * > *:hover {
  box-shadow: none;
  color: #0a4650;
}
/* line 46, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > .uk-active > * {
  color: #0a4650;
}
/* line 51, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter-item {
  list-style-type: none;
}
/* line 55, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 56, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 57, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
/* line 59, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-special {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 80px;
  width: 80px;
  text-align: center;
  z-index: 2;
  right: 0;
}
/* line 68, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-special span {
  font-size: 14px;
  color: #fff;
  background: #0a4650;
  text-transform: uppercase;
  padding: 64px 35px 0px 20px;
  width: 200px;
  text-align: center;
  display: block;
  position: absolute;
  left: -45px;
  top: -45px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(40deg);
  box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
  box-sizing: content-box;
}
/* line 95, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 96, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 97, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 98, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 99, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 100, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 101, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background {
  background: rgba(255, 255, 255, 0.7);
}
/* line 104, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 105, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item, .jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 113, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after, .jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 123, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:hover:after, .jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:hover:after {
  background: #f0f0f0;
}
/* line 128, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 129, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  content: "\f002";
  margin-left: 3px;
}
/* line 135, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 136, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 146, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info {
  background: #fff;
  padding: 15px;
  text-align: center;
}
/* line 151, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #666;
  text-transform: capitalize;
}
/* line 160, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 166, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 178, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 179, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 180, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 181, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 182, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 183, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 184, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 185, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link {
  text-align: center;
}
/* line 187, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item, .jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 195, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after, .jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 205, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:hover:after, .jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:hover:after {
  background: #fff;
}
/* line 210, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 211, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  content: "\f03e";
  margin-left: 3px;
}
/* line 217, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 218, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 228, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info {
  background: transparent;
  padding: 0 0 15px;
  text-align: center;
}
/* line 232, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
/* line 241, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 247, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 259, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 260, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 261, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 262, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
/* line 264, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 265, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content:hover .jl-portfolio-item-before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 272, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content:hover .jl-portfolio-item-after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background: #444;
}
/* line 281, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-before {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
/* line 304, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
/* line 331, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link {
  text-align: center;
}
/* line 333, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item, .jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 341, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after, .jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 351, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:hover:after, .jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:hover:after {
  background: #fff;
}
/* line 356, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 357, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  content: "\f03e";
  margin-left: 3px;
}
/* line 363, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 364, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 371, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info {
  background: transparent;
  padding: 15px 0 0;
  text-align: center;
}
/* line 375, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
/* line 384, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 390, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 406, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 407, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 408, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 409, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
/* line 411, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 413, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content:hover .jl-portfolio-item-after {
  opacity: 1;
}
/* line 420, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after {
  position: absolute;
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}
/* line 431, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after:before {
  background-color: rgba(255, 255, 255, 0.8);
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  content: '';
  position: absolute;
}
/* line 440, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link {
  text-align: center;
  position: relative;
  z-index: 10;
}
/* line 444, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item, .jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 451, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after, .jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #444;
  border: 1px solid #444;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 462, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:hover:after, .jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:hover:after {
  background: #444;
  color: #fff;
}
/* line 468, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 469, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  content: "\f03e";
  margin-left: 3px;
}
/* line 475, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 476, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 483, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info {
  background: transparent;
  padding: 15px 0 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
/* line 489, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #444;
  text-transform: capitalize;
}
/* line 498, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 504, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 520, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 521, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 522, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 523, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 524, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 525, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 526, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background {
  background: rgba(255, 255, 255, 0.7);
}
/* line 529, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 530, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item, .jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 538, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after, .jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 548, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:hover:after, .jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:hover:after {
  background: #f0f0f0;
}
/* line 552, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 553, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  content: "\f002";
  margin-left: 3px;
}
/* line 558, templates/jl_finance_pro/custom/scss/_portfolio.scss */
/* line 559, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 568, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info {
  background: #fff;
  padding: 15px;
  text-align: center;
}
/* line 573, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #666;
  text-transform: capitalize;
}
/* line 583, templates/jl_finance_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 1, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 3, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-slideset-nav {
  margin-top: 10px;
}
/* line 6, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-slider-nav {
  margin-top: 10px;
}
/* line 9, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 13, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 18, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 24, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 26, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 {
  text-align: center;
}
/* line 28, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 30, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 31, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 42, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 43, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 48, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 50, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 54, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 61, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 70, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 {
  text-align: center;
}
/* line 72, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 74, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 75, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 86, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 87, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 92, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 94, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 98, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 105, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 114, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 {
  text-align: center;
}
/* line 116, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 118, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 120, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 131, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 132, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 138, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 141, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 145, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
/* line 152, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 161, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 {
  text-align: center;
}
/* line 163, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 165, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-image {
  text-align: right;
  margin-top: -60px;
}
/* line 168, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 178, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
/* line 181, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 186, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 188, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 192, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 199, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-desc {
  padding: 20px 20px 20px 50px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 206, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-desc:before {
  content: '“';
  position: absolute;
  top: 30px;
  left: 15px;
  font-size: 115px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-style: normal;
}
/* line 216, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-desc:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 30px;
  border: 12px solid transparent;
  border-top-color: #fff;
}
/* line 228, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 {
  text-align: center;
}
/* line 230, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 232, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 233, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 120px;
  width: 120px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 243, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
/* line 246, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding-left: 10px;
}
/* line 252, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 254, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 258, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 265, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-desc {
  border-top: 3px solid #077080;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 273, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-desc:before {
  content: "";
  border-bottom: 12px solid #077080;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 14%;
  color: #aaa;
  font-size: 20px;
}
/* line 289, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 291, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 {
  text-align: center;
}
/* line 293, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 295, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 296, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 307, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 308, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 313, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 315, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 319, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 326, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 335, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 {
  text-align: center;
}
/* line 337, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 339, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 340, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 351, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 352, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 357, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 359, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 363, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 370, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 379, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 {
  text-align: center;
}
/* line 381, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 383, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 385, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 396, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 397, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 403, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 406, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 410, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
/* line 417, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 426, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 {
  text-align: left;
}
/* line 428, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content {
  position: relative;
  padding: 20px 20px 20px 70px;
  background: #faf8d4;
}
/* line 432, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #eee;
  border-left: 50px solid #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 443, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-image {
  text-align: right;
  margin-bottom: -60px;
}
/* line 446, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 456, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info {
  padding-top: 10px;
}
/* line 458, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 463, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 465, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 469, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 476, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 486, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 {
  text-align: center;
}
/* line 488, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 490, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 491, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 120px;
  width: 120px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 501, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
/* line 504, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding-left: 10px;
}
/* line 510, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 512, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 516, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 523, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-desc {
  border-bottom: 3px solid #077080;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 531, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-desc:after {
  content: "";
  border-top: 12px solid #077080;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 14%;
  color: #aaa;
  font-size: 20px;
}
/* line 548, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 550, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 {
  text-align: center;
}
/* line 552, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 554, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 556, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 561, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
}
@media only all and (max-width: 50.99rem) {
  .jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    padding-top: 20px;
  }
}
/* line 567, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 573, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 576, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 580, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 587, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 598, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 {
  text-align: center;
}
/* line 600, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 601, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 602, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
}
/* line 608, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
}
@media only all and (max-width: 50.99rem) {
  .jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    margin-top: 20px;
  }
}
/* line 614, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct {
  box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);
  background: #fff;
  padding: 25px;
  position: relative;
}
/* line 619, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
  content: '';
  height: 20px;
  width: 20px;
  background: #fff;
  position: absolute;
  left: -4px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}
@media only all and (max-width: 50.99rem) {
  .jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    left: 50%;
    top: -18px;
  }
}
/* line 637, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 643, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 646, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 650, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 657, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 670, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 672, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 {
  text-align: center;
}
/* line 674, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 676, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 678, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
}
/* line 684, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: right;
}
@media only all and (max-width: 50.99rem) {
  .jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    padding-top: 20px;
  }
}
/* line 690, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 696, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 699, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 703, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 710, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 721, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 {
  text-align: center;
}
/* line 723, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 724, templates/jl_finance_pro/custom/scss/_testimonial.scss */
/* line 725, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
}
/* line 731, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: right;
}
@media only all and (max-width: 50.99rem) {
  .jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 737, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct {
  box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);
  background: #fff;
  padding: 25px;
  position: relative;
}
/* line 742, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
  content: '';
  height: 20px;
  width: 20px;
  background: #fff;
  position: absolute;
  right: -15px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  bottom: 50%;
}
@media only all and (max-width: 50.99rem) {
  .jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    right: 47%;
    bottom: -15px;
  }
}
/* line 760, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 766, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 769, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 773, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 780, templates/jl_finance_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 1, templates/jl_finance_pro/custom/scss/_youtube.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 8, templates/jl_finance_pro/custom/scss/_youtube.scss */
.embed-container embed, .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 17, templates/jl_finance_pro/custom/scss/_youtube.scss */
.jl-youtube-icon {
  font-size: 60px;
}
/*# sourceMappingURL=custom_77.css.map */