/* 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
 */

@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,600,700,800,400,400italic');
@import url('//fonts.googleapis.com/css?family=Raleway:300,500,600,700,800,900,400');
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 18px;
  line-height: 1.5;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.775rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.025rem;
}
h5 {
  font-size: 0.875rem;
}
h6 {
  font-size: 0.725rem;
}
small {
  font-size: 0.75rem;
}
cite {
  font-size: 0.75rem;
}
sub, sup {
  font-size: 0.625rem;
}
code, kbd, pre, samp {
  font-size: 0.875rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
body {
  color: #666666;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body #g-page-surround {
  background: #e6e9eb;
  overflow: hidden;
}
.g-bodyonly body #g-page-surround {
  color: #666666;
  background: #ffffff;
}
body span.para {
  display: block;
  margin: 1rem 0;
}
body.dir-rtl .align-left {
  text-align: right !important;
}
body.dir-rtl .align-right {
  text-align: left !important;
}
@media print {
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-logo {
  color: rgba(34, 34, 34, 0.8);
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.5;
  box-shadow: none !important;
  text-transform: uppercase;
}
@media only all and (max-width: 50.99rem) {
  .g-logo {
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    padding: 10px 0;
  }
}
.dir-rtl .g-logo img {
  padding-right: 0;
  padding-left: 1rem;
}
.flush > .g-container, .flush > .g-content, .g-flushed > .g-container, .g-flushed > .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.g-container-flushed {
  margin: -4rem 0;
}
.dir-rtl .g-branding {
  text-align: right;
  direction: ltr;
}
.g-nobackground {
  background: none !important;
}
.nomarginleft, .nomarginleft > .g-content {
  margin-left: 0;
}
.nomarginright, .nomarginright > .g-content {
  margin-right: 0;
}
.nomargintop, .nomargintop > .g-content {
  margin-top: 0;
}
.nomarginbottom, .nomarginbottom > .g-content {
  margin-bottom: 0;
}
.nomarginall, .nomarginall > .g-content {
  margin: 0;
}
.margin2x > .g-content {
  margin: 1.25rem;
}
.margin3x > .g-content {
  margin: 1.875rem;
}
.nopaddingleft, .nopaddingleft > .g-content {
  padding-left: 0;
}
.nopaddingright, .nopaddingright > .g-content {
  padding-right: 0;
}
.nopaddingtop, .nopaddingtop > .g-content {
  padding-top: 0;
}
.nopaddingbottom, .nopaddingbottom > .g-content {
  padding-bottom: 0;
}
.nopaddingall, .nopaddingall > .g-content {
  padding: 0;
}
.padding2x > .g-content {
  padding: 3rem;
}
.padding3x > .g-content {
  padding: 4.5rem;
}
.section-horizontal-paddings {
  padding-left: 12%;
  padding-right: 12%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-horizontal-paddings-small {
  padding-left: 5%;
  padding-right: 5%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-horizontal-paddings-large {
  padding-left: 15%;
  padding-right: 15%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-vertical-paddings {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.section-vertical-paddings-small {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.section-vertical-paddings-xsmall {
  padding-top: 1vw;
  padding-bottom: 1vw;
}
.section-vertical-paddings-large {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.section-no-paddings {
  padding: 0 !important;
}
.center-block {
  text-align: center;
  margin: auto;
}
.g-center-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.g-linethrough {
  text-decoration: line-through;
  opacity: 0.55;
}
.g-menuspacer {
  padding-top: 4.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-menuspacer {
    padding: 0;
  }
}
.noliststyle {
  list-style: none;
}
.g-bold {
  font-weight: 700;
}
.g-uppercase {
  text-transform: uppercase;
}
.g-compact .g-container {
  padding: 0 !important;
}
.g-sidebar-offset {
  margin-top: -4rem;
}
@media only all and (max-width: 50.99rem) {
  .g-mobile-center-compact .g-container {
    padding: 1.5rem 0;
  }
  .g-mobile-center-compact .g-content {
    padding: 0 1.5rem;
    margin: 0.3125rem 0.625rem;
    text-align: center !important;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.625rem 0.925rem;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 500;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 0.8rem;
  }
}
.g-main-nav .g-standard .g-dropdown {
  width: 200px;
  float: left;
}
.g-main-nav {
  z-index: 20;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-main-nav {
    white-space: nowrap;
  }
}
.dir-rtl .g-main-nav {
  text-align: left;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #212121;
  line-height: 60px;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.625rem 0.35rem;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container i {
  color: #33B9BD;
}
.g-main-nav .g-toplevel > li.g-parent > .g-menu-item-container:after {
  margin-left: -13px;
}
.dir-rtl .g-main-nav .g-toplevel > li.g-parent > .g-menu-item-container:after {
  margin-left: 7px;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #33B9BD;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  line-height: normal;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
  opacity: 1;
}
.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  width: 1rem;
  height: 1rem;
}
.dir-rtl .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  text-align: left;
}
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
.g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right {
  left: 0;
}
.dir-rtl .g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .dir-rtl .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right {
  right: 0.925rem;
  left: auto;
}
.g-main-nav .g-standard > .g-dropdown.g-dropdown-left, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-left {
  right: 0.925rem;
}
.dir-rtl .g-main-nav .g-standard > .g-dropdown.g-dropdown-left, .dir-rtl .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-left {
  left: 0.925rem;
  right: auto;
}
.g-main-nav .g-standard > .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: -15px;
}
.g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -21px !important;
}
.g-main-nav .g-dropdown {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-top: 0px !important;
}
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
.g-main-nav .g-sublevel {
  padding: 15px 25px;
}
.g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  line-height: normal;
  color: #212121;
  padding: 15px 0;
  border-bottom: 1px dashed #fff;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container:hover {
  margin-left: 5px;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  display: block;
  vertical-align: top;
  word-break: normal;
  line-height: 1.1;
}
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #31c5d2;
}
.g-main-nav .g-sublevel > li:last-child > .g-menu-item-container {
  border-color: transparent;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: 0.5rem;
  top: 0;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "";
  opacity: 0.5;
  position: relative;
  top: 0.5rem;
}
.g-menu-item-subtitle {
  opacity: 0.7;
}
.g-preset-thumbnails {
  margin-top: 0.625rem;
}
.g-preset-thumbnails .g-content {
  padding: 0rem !important;
  margin: 0;
}
.g-preset-thumbnails .g-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto !important;
  -moz-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.g-preset-thumbnails span {
  padding: 0.925rem 0;
  display: inline-block;
}
.g-preset-thumbnails img {
  border-radius: 3px;
  margin-bottom: 0 !important;
}
.g-main-nav .g-standard .g-dropdown {
  margin-left: 17px;
}
.g-main-nav .g-standard .g-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -17px;
  right: -17px;
  bottom: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  z-index: -1;
}
.g-main-nav .g-standard > .g-dropdown {
  margin-left: 0;
}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 10px;
}
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  z-index: -1;
}
.g-menu-overlay.g-menu-overlay-open {
  z-index: 19;
  display: none;
}
@media only all and (max-width: 50.99rem) {
  .g-menu-overlay.g-menu-overlay-open {
    display: block;
  }
}
.g-menu-hastouch .g-standard .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
.g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 5px;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
a {
  color: #333333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: inherit;
}
body {
  font-family: "Open Sans";
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: "Raleway";
  font-weight: 500;
  margin: 0 0 20px 0;
}
bold, strong {
  font-weight: 700;
}
.button {
  font-weight: 500;
}
blockquote {
  border-left: 10px solid rgba(231, 232, 234, 0.25);
}
blockquote p {
  font-size: 0.975rem;
  color: #999;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #666666;
  font-size: 1.075rem;
}
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #e7e8ea;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.775rem;
}
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.775rem;
}
hr {
  border-bottom: 4px solid rgba(231, 232, 234, 0.25);
}
/* Breadcrumb */
.jl-breadcrumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.jl-breadcrumb > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.jl-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}
.jl-breadcrumb > * > :hover, .jl-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
.jl-breadcrumb > :last-child > * {
  color: #666;
}
.jl-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
@media only all and (max-width: 50.99rem) {
  .jl-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 5px;
  }
}
/*Label */
.jl-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.jl-label-success {
  background-color: #32d296;
  color: #fff;
}
.jl-label-warning {
  background-color: #faa05a;
  color: #fff;
}
.jl-label-danger {
  background-color: #f0506e;
  color: #fff;
}
/* Divider */
[class*="jl-divider"] {
  border: none;
  margin-bottom: 20px;
}
* + [class*="jl-divider"] {
  margin-top: 20px;
}
.jl-divider-icon {
  position: relative;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.jl-divider-icon::before, .jl-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.jl-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.jl-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset lists
 */
.jl-tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.jl-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.jl-tab > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.jl-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
/* Hover + Focus */
.jl-tab > * > a:hover, .jl-tab > * > a:focus {
  color: #666;
  text-decoration: none;
}
/* Active */
.jl-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
}
/* Disabled */
.jl-tab > .uk-disabled > a {
  color: #999;
}
/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.jl-tab-bottom::before {
  top: 0;
  bottom: auto;
}
.jl-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}
/*
 * Left + Right
 * 1. Reset Gutter
 */
.jl-tab-left, .jl-tab-right {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}
/* 1 */
.jl-tab-left > *, .jl-tab-right > * {
  padding-left: 0;
}
.jl-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.jl-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.jl-tab-left > * > a {
  text-align: right;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.jl-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.jl-tab .uk-dropdown {
  margin-left: 30px;
}
.title-center .g-title {
  text-align: center;
}
.title-rounded .g-title {
  border-radius: 2rem;
}
.title-section .g-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.075rem;
}
.title-section .g-content {
  padding: 0;
}
.title-underline .g-title {
  padding: 0.5rem 0;
}
.title-underline .g-title:after {
  border-bottom: 2px solid rgba(231, 232, 234, 0.25);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
}
.dir-rtl .title-underline .g-title:after {
  left: inherit;
  right: 0;
}
.title-inline .g-title {
  display: inline-block;
  margin-bottom: 0.625rem !important;
}
.title1 .g-title, .title2 .g-title, .title3 .g-title, .title4 .g-title, .title5 .g-title, .title-white .g-title, .title-grey .g-title, .title-pink .g-title, .title-red .g-title, .title-purple .g-title, .title-orange .g-title, .title-blue .g-title {
  font-size: 1.075rem;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0.775rem 0;
}
.platform-content, .moduletable, .widget {
  margin: 0.625rem 0;
  padding: 1.5rem 0;
}
.platform-content .moduletable, .platform-content .widget, .moduletable .moduletable, .moduletable .widget, .widget .moduletable, .widget .widget {
  margin: 0;
  padding: 0;
}
.platform-content:first-child, .moduletable:first-child, .widget:first-child {
  margin-top: 0;
  padding-top: 0;
}
.platform-content:last-child, .moduletable:last-child, .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.moduletable[class*="box"], .widget[class*="box"] {
  padding: 1.5rem;
  margin: 0.625rem;
}
.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.title1 .g-title {
  color: #333333;
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  color: #ffffff;
  background-color: #333333;
  background-image: -webkit-linear-gradient(top, #333333, #33B9BD);
  background-image: linear-gradient(to bottom,#333333, #33B9BD);
}
.box1.moduletable p, .box1.widget p, .box1.g-outer-box p, .box1 > .g-content p {
  color: rgba(255, 255, 255, 0.8);
}
.box1.moduletable .g-main-nav .g-menu-item-container:after, .box1.widget .g-main-nav .g-menu-item-container:after, .box1.g-outer-box .g-main-nav .g-menu-item-container:after, .box1 > .g-content .g-main-nav .g-menu-item-container:after {
  background: #ffffff !important;
}
.box1 .g-title {
  font-size: 1.075rem;
  text-transform: uppercase;
}
.box1 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
.box1 a:hover {
  box-shadow: 0 1px 0 0 #ffffff;
}
.box1 .button {
  background: #ffffff !important;
  color: #333333;
  border-color: #333333;
  box-shadow: none;
}
.box1 .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box1 .button:hover, .box1 .button:active, .box1 .button:focus, .title1 .button:hover, .title1 .button:active, .title1 .button:focus {
  box-shadow: none;
}
.box1 .button.button-3, .box1 .button.button-4, .title1 .button.button-3, .title1 .button.button-4 {
  color: #ffffff !important;
  border-color: #ffffff;
}
.box1 .button.button-3:hover, .box1 .button.button-3:active, .box1 .button.button-3:focus, .box1 .button.button-4:hover, .box1 .button.button-4:active, .box1 .button.button-4:focus, .title1 .button.button-3:hover, .title1 .button.button-3:active, .title1 .button.button-3:focus, .title1 .button.button-4:hover, .title1 .button.button-4:active, .title1 .button.button-4:focus {
  color: #595959 !important;
  border-color: #595959;
}
.title2 .g-title {
  color: #666666;
  border: 0 none;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  color: #ffffff;
  background-color: #33B9BD;
  background-image: -webkit-linear-gradient(top, #33B9BD, #333333);
  background-image: linear-gradient(to bottom,#33B9BD, #333333);
}
.box2.moduletable p, .box2.widget p, .box2.g-outer-box p, .box2 > .g-content p {
  color: rgba(255, 255, 255, 0.8);
}
.box2 .g-title {
  font-size: 1.075rem;
  text-transform: uppercase;
}
.box2 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
.box2 a:hover {
  box-shadow: 0 1px 0 0 #ffffff;
}
.box2 .button {
  background: #ffffff !important;
  border-color: #33B9BD;
  color: #33B9BD;
  box-shadow: none;
}
.box2 .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.title3 .g-title {
  color: #33B9BD;
}
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  border: 1px solid #333333;
}
.box3 .g-title {
  font-size: 1.075rem;
  text-transform: uppercase;
}
.box3 a {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
.box3 a:hover {
  box-shadow: 0 1px 0 0 #666666;
}
.box3 .button {
  box-shadow: none;
}
.box3 .button:hover {
  box-shadow: none;
}
.title4 .g-title {
  color: #333333;
  border: 1px solid #333333;
  padding: 0.625rem;
}
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.title5 .g-title {
  color: #33B9BD;
  border: 1px solid #33B9BD;
  padding: 0.625rem;
}
.box5.moduletable, .box5.widget, .box5.g-outer-box, .box5 > .g-content {
  color: #ffffff;
  background-color: #2d2d2d;
  background-image: -webkit-linear-gradient(#2d2d2d, #333333);
  background-image: linear-gradient(#2d2d2d, #333333);
}
.box5 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.box5 a:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.box5 .button {
  color: #ffffff !important;
  box-shadow: none;
}
.box5 .button:hover {
  box-shadow: none;
  border-color: #ffffff;
}
.title6 .g-title, .title6 .g-simplecontent .g-simplecontent-item-content-title {
  font-family: "Raleway";
  font-weight: 300;
  text-transform: none;
}
.box6.moduletable, .box6.widget, .box6.g-outer-box, .box6 > .g-content {
  color: #ffffff;
  background: #2d2d2d;
}
.box6 a {
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.box6 a:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.box6 .button {
  color: #ffffff !important;
  box-shadow: none;
}
.box6 .button:hover {
  box-shadow: none;
}
.box-white {
  color: #3c3c3c;
}
.box-grey, .box-pink, .box-red, .box-purple, .box-blue, .box-orange {
  color: #ffffff;
}
.title-white .g-title, .title-white .button, .title-white .g-simplecontent-layout-header .g-simplecontent-item-content-title, .title-white .g-simplecontent-layout-header .g-simplecontent-item-leading-content {
  color: #ffffff;
}
.title-white .button {
  border-color: #ffffff;
}
.box-white.moduletable, .box-white.widget, .box-white.g-outer-box, .box-white > .g-content {
  background: #ffffff;
}
.box-white .button {
  background: #bfbfbf;
}
.box-white a {
  color: #bfbfbf;
}
.box-white .button:hover, .box-white .button:active, .box-white .button:focus, .title-white .button:hover, .title-white .button:active, .title-white .button:focus {
  background: #e6e6e6;
}
.box-white .button.button-3, .box-white .button.button-2, .title-white .button.button-3, .title-white .button.button-2 {
  color: #bfbfbf;
  border-color: #bfbfbf;
}
.box-white .button.button-3:hover, .box-white .button.button-3:active, .box-white .button.button-3:focus, .box-white .button.button-2:hover, .box-white .button.button-2:active, .box-white .button.button-2:focus, .title-white .button.button-3:hover, .title-white .button.button-3:active, .title-white .button.button-3:focus, .title-white .button.button-2:hover, .title-white .button.button-2:active, .title-white .button.button-2:focus {
  color: #222222;
  border-color: #222222;
}
.title-grey .g-title {
  color: #52616B;
}
.title-grey .button {
  background: #ffffff !important;
  color: #52616B;
  border-color: #52616B;
  box-shadow: none;
}
.title-grey .button:hover {
  box-shadow: none;
  background: #52616B !important;
  border-color: #52616B;
  color: #ffffff;
}
.box-grey.moduletable, .box-grey.widget, .box-grey.g-outer-box, .box-grey > .g-content {
  background: #52616B;
}
.box-grey a {
  color: #91a1ab;
}
.box-grey a:hover {
  color: #313a40;
}
.box-grey .button {
  background: #ffffff !important;
  color: #52616B;
  border-color: #52616B;
  box-shadow: none;
}
.box-grey .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-grey .button.button-3, .box-grey .button.button-4, .title-grey .button.button-3, .title-grey .button.button-4 {
  color: #1b2023;
}
.box-grey .button.button-3:hover, .box-grey .button.button-3:active, .box-grey .button.button-3:focus, .box-grey .button.button-4:hover, .box-grey .button.button-4:active, .box-grey .button.button-4:focus, .title-grey .button.button-3:hover, .title-grey .button.button-3:active, .title-grey .button.button-3:focus, .title-grey .button.button-4:hover, .title-grey .button.button-4:active, .title-grey .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-pink .g-title {
  color: #FF9999;
  border: 0 none;
}
.title-pink .button {
  background: #ffffff !important;
  color: #FF9999;
  border-color: #FF9999;
  box-shadow: none;
}
.title-pink .button:hover {
  box-shadow: none;
  background: #FF9999 !important;
  border-color: #FF9999;
  color: #ffffff;
}
.box-pink.moduletable, .box-pink.widget, .box-pink.g-outer-box, .box-pink > .g-content {
  background: #FF9999;
}
.box-pink .button {
  background: #ffffff !important;
  color: #FF9999;
  border-color: #FF9999;
  box-shadow: none;
}
.box-pink .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-pink a {
  color: white;
}
.box-pink a:hover {
  color: #ff4d4d;
}
.box-pink .button.button-3, .box-pink .button.button-4, .title-pink .button.button-3, .title-pink .button.button-4 {
  color: #ff1a1a;
}
.box-pink .button.button-3:hover, .box-pink .button.button-3:active, .box-pink .button.button-3:focus, .box-pink .button.button-4:hover, .box-pink .button.button-4:active, .box-pink .button.button-4:focus, .title-pink .button.button-3:hover, .title-pink .button.button-3:active, .title-pink .button.button-3:focus, .title-pink .button.button-4:hover, .title-pink .button.button-4:active, .title-pink .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-red .g-title {
  color: #E84545;
  border: 0 none;
}
.title-red .button {
  background: #ffffff !important;
  color: #E84545;
  border-color: #E84545;
  box-shadow: none;
}
.title-red .button:hover {
  box-shadow: none;
  background: #E84545 !important;
  border-color: #E84545;
  color: #ffffff;
}
.box-red.moduletable, .box-red.widget, .box-red.g-outer-box, .box-red > .g-content {
  background: #E84545;
}
.box-red .button {
  background: #ffffff !important;
  color: #E84545;
  border-color: #E84545;
  box-shadow: none;
}
.box-red .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-red a {
  color: #f6b6b6;
}
.box-red a:hover {
  color: #c81919;
}
.box-red .button.button-3, .box-red .button.button-4, .title-red .button.button-3, .title-red .button.button-4 {
  color: #9a1313;
}
.box-red .button.button-3:hover, .box-red .button.button-3:active, .box-red .button.button-3:focus, .box-red .button.button-4:hover, .box-red .button.button-4:active, .box-red .button.button-4:focus, .title-red .button.button-3:hover, .title-red .button.button-3:active, .title-red .button.button-3:focus, .title-red .button.button-4:hover, .title-red .button.button-4:active, .title-red .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-purple .g-title {
  color: #7E6BC4;
  border: 0 none;
}
.title-purple .button {
  background: #ffffff !important;
  color: #7E6BC4;
  border-color: #7E6BC4;
  box-shadow: none;
}
.title-purple .button:hover {
  box-shadow: none;
  background: #7E6BC4 !important;
  border-color: #7E6BC4;
  color: #ffffff;
}
.box-purple.moduletable, .box-purple.widget, .box-purple.g-outer-box, .box-purple > .g-content {
  background: #7E6BC4;
}
.box-purple .button {
  background: #ffffff !important;
  color: #7E6BC4;
  border-color: #7E6BC4;
  box-shadow: none;
}
.box-purple .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-purple a {
  color: #cdc6e8;
}
.box-purple a:hover {
  color: #5541a2;
}
.box-purple .button.button-3, .box-purple .button.button-4, .title-purple .button.button-3, .title-purple .button.button-4 {
  color: #42327d;
}
.box-purple .button.button-3:hover, .box-purple .button.button-3:active, .box-purple .button.button-3:focus, .box-purple .button.button-4:hover, .box-purple .button.button-4:active, .box-purple .button.button-4:focus, .title-purple .button.button-3:hover, .title-purple .button.button-3:active, .title-purple .button.button-3:focus, .title-purple .button.button-4:hover, .title-purple .button.button-4:active, .title-purple .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-blue .g-title {
  color: #1e87f0;
  border: 0 none;
}
.title-blue .button {
  background: #ffffff !important;
  color: #1e87f0;
  border-color: #1e87f0;
  box-shadow: none;
}
.title-blue .button:hover {
  box-shadow: none;
  background: #1e87f0 !important;
  border-color: #1e87f0;
  color: #ffffff;
}
.box-blue.moduletable, .box-blue.widget, .box-blue.g-outer-box, .box-blue > .g-content {
  background: #1e87f0;
}
.box-blue .button {
  background: #ffffff !important;
  color: #1e87f0;
  border-color: #1e87f0;
  box-shadow: none;
}
.box-blue .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-blue a {
  color: #96c7f8;
}
.box-blue a:hover {
  color: #0c61b5;
}
.box-blue .button.button-3, .box-blue .button.button-4, .title-blue .button.button-3, .title-blue .button.button-4 {
  color: #094786;
}
.box-blue .button.button-3:hover, .box-blue .button.button-3:active, .box-blue .button.button-3:focus, .box-blue .button.button-4:hover, .box-blue .button.button-4:active, .box-blue .button.button-4:focus, .title-blue .button.button-3:hover, .title-blue .button.button-3:active, .title-blue .button.button-3:focus, .title-blue .button.button-4:hover, .title-blue .button.button-4:active, .title-blue .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.title-orange .g-title {
  color: #FEA386;
  border: 0 none;
}
.title-orange .button {
  background: #ffffff !important;
  color: #FEA386;
  border-color: #FEA386;
  box-shadow: none;
}
.title-orange .button:hover {
  box-shadow: none;
  background: #FEA386 !important;
  border-color: #FEA386;
  color: #ffffff;
}
.box-orange.moduletable, .box-orange.widget, .box-orange.g-outer-box, .box-orange > .g-content {
  background: #FEA386;
}
.box-orange .button {
  background: #ffffff !important;
  color: #FEA386;
  border-color: #FEA386;
  box-shadow: none;
}
.box-orange .button:hover {
  box-shadow: none;
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.box-orange a {
  color: white;
}
.box-orange a:hover {
  color: #fd693a;
}
.box-orange .button.button-3, .box-orange .button.button-4, .title-orange .button.button-3, .title-orange .button.button-4 {
  color: #fd4308;
}
.box-orange .button.button-3:hover, .box-orange .button.button-3:active, .box-orange .button.button-3:focus, .box-orange .button.button-4:hover, .box-orange .button.button-4:active, .box-orange .button.button-4:focus, .title-orange .button.button-3:hover, .title-orange .button.button-3:active, .title-orange .button.button-3:focus, .title-orange .button.button-4:hover, .title-orange .button.button-4:active, .title-orange .button.button-4:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.spaced .g-content {
  margin: 1px;
}
.bordered .g-content {
  border: 1px solid rgba(231, 232, 234, 0.25);
  margin: 1px;
}
.shadow .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.shadow2 .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.disabled .g-content {
  opacity: 0.4;
}
.square .g-content {
  border-radius: none;
}
.rounded .g-content {
  border-radius: 0.1875rem;
  overflow: hidden;
}
.no-bg-image {
  background-image: none !important;
}
.g-block-divider {
  background: rgba(231, 232, 234, 0.25);
  height: 5px;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
  width: 100%;
}
.equal-height .g-content {
  width: auto;
}
.button {
  display: inline-block;
  position: relative;
  font-family: "Open Sans";
  font-weight: 400;
  background: #33B9BD;
  position: relative;
  border: 0px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 10px 25px;
  border-radius: 0px;
  vertical-align: middle;
  overflow: hidden;
  text-shadow: none;
}
.button:hover {
  background: #333333;
  color: #fff;
}
.button.button-square {
  border-radius: 0;
}
.button.button-square[class*="button"] {
  border-radius: 0;
}
.button.button-block {
  display: block;
}
.button.button-xlarge {
  font-size: 1.675rem;
}
.button.button-large {
  font-size: 1.475rem;
}
.button.button-medium {
  font-size: 0.875rem;
}
.button.button-small {
  font-size: 0.675rem;
}
.button.button-xsmall {
  font-size: 0.475rem;
}
.button.button-alt {
  background: #33B9BD;
}
.button.button-alt:hover, .button.button-alt:active, .button.button-alt:focus {
  background: #289295;
}
.dir-ltr .button.button-alt.button-special:before {
  border-left: 1px solid #2a9a9d;
  border-bottom: 1px solid #2a9a9d;
}
.dir-rtl .button.button-alt.button-special:after {
  border-right: 1px solid #2a9a9d;
  border-bottom: 1px solid #2a9a9d;
}
.button.button-3, .button.button-4, .button.button-grey, .button.button-pink, .button.button-red, .button.button-purple, .button.button-orange, .button.button-blue {
  color: #ffffff !important;
}
.button.button-3.button-3, .button.button-3.button-4, .button.button-4.button-3, .button.button-4.button-4, .button.button-grey.button-3, .button.button-grey.button-4, .button.button-pink.button-3, .button.button-pink.button-4, .button.button-red.button-3, .button.button-red.button-4, .button.button-purple.button-3, .button.button-purple.button-4, .button.button-orange.button-3, .button.button-orange.button-4, .button.button-blue.button-3, .button.button-blue.button-4 {
  background: transparent;
}
.button.button-3.button-3:hover, .button.button-3.button-3:active, .button.button-3.button-3:focus, .button.button-3.button-4:hover, .button.button-3.button-4:active, .button.button-3.button-4:focus, .button.button-4.button-3:hover, .button.button-4.button-3:active, .button.button-4.button-3:focus, .button.button-4.button-4:hover, .button.button-4.button-4:active, .button.button-4.button-4:focus, .button.button-grey.button-3:hover, .button.button-grey.button-3:active, .button.button-grey.button-3:focus, .button.button-grey.button-4:hover, .button.button-grey.button-4:active, .button.button-grey.button-4:focus, .button.button-pink.button-3:hover, .button.button-pink.button-3:active, .button.button-pink.button-3:focus, .button.button-pink.button-4:hover, .button.button-pink.button-4:active, .button.button-pink.button-4:focus, .button.button-red.button-3:hover, .button.button-red.button-3:active, .button.button-red.button-3:focus, .button.button-red.button-4:hover, .button.button-red.button-4:active, .button.button-red.button-4:focus, .button.button-purple.button-3:hover, .button.button-purple.button-3:active, .button.button-purple.button-3:focus, .button.button-purple.button-4:hover, .button.button-purple.button-4:active, .button.button-purple.button-4:focus, .button.button-orange.button-3:hover, .button.button-orange.button-3:active, .button.button-orange.button-3:focus, .button.button-orange.button-4:hover, .button.button-orange.button-4:active, .button.button-orange.button-4:focus, .button.button-blue.button-3:hover, .button.button-blue.button-3:active, .button.button-blue.button-3:focus, .button.button-blue.button-4:hover, .button.button-blue.button-4:active, .button.button-blue.button-4:focus {
  background: transparent;
}
.button.button-2 {
  background: #33B9BD;
  color: #ffffff;
}
.button.button-2:hover, .button.button-2:active, .button.button-2:focus {
  background: #333333;
}
.button.button-3 {
  color: #33B9BD !important;
  border-color: #33B9BD;
  background: transparent !important;
}
.button.button-3:hover, .button.button-3:active, .button.button-3:focus {
  background: #33B9BD !important;
  border-color: #33B9BD !important;
  color: #ffffff !important;
}
.button.button-4 {
  color: #333333 !important;
  background: #ffffff !important;
  border: 1px solid #333333;
}
.button.button-4:hover, .button.button-4:active, .button.button-4:focus {
  border-color: #333333;
  background: #333333 !important;
  color: #ffffff !important;
}
.button.button-grey {
  background: #52616B;
  border-color: #52616B;
  color: #ffffff;
}
.button.button-grey:hover, .button.button-grey:active, .button.button-grey:focus {
  color: #52616B !important;
  border-color: #52616B;
  background: transparent !important;
}
.button.button-grey.button-3, .button.button-grey.button-4 {
  background: transparent !important;
  color: #52616B !important;
  border: 1px solid #52616B;
}
.button.button-grey.button-3:hover, .button.button-grey.button-3:active, .button.button-grey.button-3:focus, .button.button-grey.button-4:hover, .button.button-grey.button-4:active, .button.button-grey.button-4:focus {
  border-color: #313a40 !important;
  color: #313a40 !important;
}
.button.button-pink {
  background: #FF9999;
  border-color: #FF9999;
  color: #ffffff;
}
.button.button-pink:hover, .button.button-pink:active, .button.button-pink:focus {
  color: #FF9999 !important;
  border-color: #FF9999;
  background: transparent !important;
}
.button.button-pink.button-3, .button.button-pink.button-4 {
  background: transparent !important;
  color: #FF9999 !important;
  border: 1px solid #FF9999;
}
.button.button-pink.button-3:hover, .button.button-pink.button-3:active, .button.button-pink.button-3:focus, .button.button-pink.button-4:hover, .button.button-pink.button-4:active, .button.button-pink.button-4:focus {
  border-color: #ff4d4d !important;
  color: #ff4d4d !important;
}
.button.button-red {
  background: #E84545;
  border-color: #E84545;
  color: #ffffff;
}
.button.button-red:hover, .button.button-red:active, .button.button-red:focus {
  color: #E84545 !important;
  border-color: #E84545;
  background: transparent !important;
}
.button.button-red.button-3, .button.button-red.button-4 {
  background: transparent !important;
  color: #E84545 !important;
  border: 1px solid #E84545;
}
.button.button-red.button-3:hover, .button.button-red.button-3:active, .button.button-red.button-3:focus, .button.button-red.button-4:hover, .button.button-red.button-4:active, .button.button-red.button-4:focus {
  border-color: #c81919 !important;
  color: #c81919 !important;
}
.button.button-purple {
  background: #7E6BC4;
  border-color: #7E6BC4;
  color: #ffffff;
}
.button.button-purple:hover, .button.button-purple:active, .button.button-purple:focus {
  color: #7E6BC4 !important;
  border-color: #7E6BC4;
  background: transparent !important;
}
.button.button-purple.button-3, .button.button-purple.button-4 {
  background: transparent !important;
  color: #7E6BC4 !important;
  border: 1px solid #7E6BC4;
}
.button.button-purple.button-3:hover, .button.button-purple.button-3:active, .button.button-purple.button-3:focus, .button.button-purple.button-4:hover, .button.button-purple.button-4:active, .button.button-purple.button-4:focus {
  border-color: #5541a2 !important;
  color: #5541a2 !important;
}
.button.button-orange {
  background: #FEA386;
  border-color: #FEA386;
  color: #ffffff;
}
.button.button-orange:hover, .button.button-orange:active, .button.button-orange:focus {
  color: #FEA386 !important;
  border-color: #FEA386;
  background: transparent !important;
}
.button.button-orange.button-3, .button.button-orange.button-4 {
  background: transparent !important;
  color: #FEA386 !important;
  border: 1px solid #FEA386;
}
.button.button-orange.button-3:hover, .button.button-orange.button-3:active, .button.button-orange.button-3:focus, .button.button-orange.button-4:hover, .button.button-orange.button-4:active, .button.button-orange.button-4:focus {
  border-color: #fd693a !important;
  color: #fd693a !important;
}
.button.button-blue {
  background: #1e87f0;
  border-color: #1e87f0;
  color: #ffffff;
}
.button.button-blue:hover, .button.button-blue:active, .button.button-blue:focus {
  color: #1e87f0 !important;
  border-color: #1e87f0;
  background: transparent !important;
}
.button.button-blue.button-3, .button.button-blue.button-4 {
  background: transparent !important;
  color: #1e87f0 !important;
  border: 2px solid #1e87f0;
}
.button.button-blue.button-3:hover, .button.button-blue.button-3:active, .button.button-blue.button-3:focus, .button.button-blue.button-4:hover, .button.button-blue.button-4:active, .button.button-blue.button-4:focus {
  border-color: #0c61b5 !important;
  color: #0c61b5 !important;
}
.button.button-arrow {
  position: relative;
}
.button.button-arrow:before, .button.button-arrow:after {
  font-family: FontAwesome;
}
.dir-ltr .button.button-arrow:after {
  content: "";
  margin-left: 1rem;
}
.dir-rtl .button.button-arrow:before {
  content: "";
  margin-right: 1rem;
}
.button.button-special {
  position: relative;
}
.dir-ltr .button.button-special:before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  left: -8px;
  right: 8px;
  border-left: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}
.dir-rtl .button.button-special:after {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  right: -8px;
  left: 8px;
  border-right: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}
.button.button-outline {
  color: #ffffff !important;
  background: transparent;
  border: 1px solid #ffffff;
}
.dir-ltr .button.button-outline:before {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.dir-rtl .button.button-outline:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.button.button-outline:hover {
  border: 1px solid #333333;
  color: #333333 !important;
}
.dir-ltr .button.button-outline:hover:before {
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.dir-rtl .button.button-outline:hover:after {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.button.button-text-only {
  padding: 0 !important;
  background: transparent !important;
  color: #333333 !important;
}
.button.button-text-only:hover {
  color: #0d0d0d;
}
.jl-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.jl-button:not(:disabled) {
  cursor: pointer;
}
.jl-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Hover */
.jl-button:hover {
  text-decoration: none;
}
.jl-button:focus {
  outline: none;
}
.jl-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
.jl-button-default:hover, .jl-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
.jl-button-default:active, .jl-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}
.jl-button-primary {
  background-color: #33B9BD;
  color: #fff;
  border: 1px solid transparent;
}
.jl-button-primary:hover, .jl-button-primary:focus {
  background-color: #289295;
  color: #fff;
}
.jl-button-primary:active, .jl-button-primary.uk-active {
  background-color: #0e6dcd;
  color: #fff;
}
.jl-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
.jl-button-secondary:hover, .jl-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}
.jl-button-secondary:active, .jl-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}
.jl-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}
.jl-button-danger:hover, .jl-button-danger:focus {
  background-color: #ee395b;
  color: #fff;
}
.jl-button-danger:active, .jl-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}
.jl-button-default:disabled, .jl-button-primary:disabled, .jl-button-secondary:disabled, .jl-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.jl-button-text {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #333;
  position: relative;
}
.jl-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.jl-button-text:hover, .jl-button-text:focus {
  color: #333;
}
.jl-button-text:hover::before, .jl-button-text:focus::before {
  right: 0;
}
.jl-button-text:disabled {
  color: #999;
}
.jl-button-text:disabled::before {
  display: none;
}
.jl-button-link {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #1e87f0;
}
.jl-button-link:hover, .jl-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline;
}
.jl-button-link:disabled {
  color: #999;
  text-decoration: none;
}
table {
  border: 1px solid #d8e1e6;
}
th {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
td {
  padding: 0;
  border: 1px solid #d8e1e6;
}
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
textarea:hover, select[multiple=multiple]:hover {
  border-color: #333333;
}
textarea:focus, select[multiple=multiple]:focus {
  border-color: #333333;
}
textarea {
  width: 100%;
  box-sizing: border-box !important;
}
fieldset.input {
  margin: 0;
  padding: 0;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  vertical-align: middle;
  border: 1px solid white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #333333;
}
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
.g-main-nav .g-standard .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
.g-main-nav .g-standard .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
.g-main-nav .g-standard .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
@-webkit-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(5px, 0, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    -o-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
  }
  75% {
    -moz-transform: translate3d(0, -10px, 0);
  }
  90% {
    -moz-transform: translate3d(0, 5px, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(-5px, 0, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#sp-quickcontact-form textarea#message {
  width: 100%;
}
#sp-quickcontact-form input[type="color"], #sp-quickcontact-form input[type="date"], #sp-quickcontact-form input[type="datetime"], #sp-quickcontact-form input[type="datetime-local"], #sp-quickcontact-form input[type="email"], #sp-quickcontact-form input[type="month"], #sp-quickcontact-form input[type="number"], #sp-quickcontact-form input[type="password"], #sp-quickcontact-form input[type="search"], #sp-quickcontact-form input[type="tel"], #sp-quickcontact-form input[type="text"], #sp-quickcontact-form input[type="time"], #sp-quickcontact-form input[type="url"], #sp-quickcontact-form input[type="week"], #sp-quickcontact-form input:not([type]), #sp-quickcontact-form textarea {
  width: 100%;
  border-radius: 0 !important;
  line-height: 30px;
  background: #fff;
}
.tp-bullets.simplebullets.round .bullet {
  display: none;
}
.tp-dottedoverlay {
  content: "";
  position: absolute;
  background-color: rgba(30, 32, 45, 0.7) !important;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tp-dottedoverlay.twoxtwo {
  background: none;
}
.jl-heading-content .jl-heading-title h2 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #2d2d2d;
  font-weight: 600;
  margin-bottom: 10px;
}
.jl-heading-content .jl-heading-title h2 span {
  color: #33B9BD;
}
.jl-heading-content .jl-heading-subtitle {
  letter-spacing: 1px;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #424242;
  display: inline-block;
  max-width: 600px;
}
.jl-heading-content .jl-heading-subtitle p {
  margin-bottom: 0;
}
.jl-breadcrumb {
  margin-left: 12px;
}
.sticky-wrapper.is-sticky #g-navigation {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#g-navigation .g-content {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
}
#g-showcase span {
  font-size: 40px;
  color: #33B9BD;
}
#g-showcase .tp-caption {
  font-family: "Raleway";
}
#g-showcase .tp-caption a {
  color: #fff;
}
#g-showcase .tp-caption a:hover {
  color: #fff;
}
#g-intro .about-detail .about-title {
  padding: 10px 40px 10px 20px;
  border-left: 2px solid #33B9BD;
  background: #f5f5f5;
  display: inline-block;
  margin-bottom: 25px;
}
#g-intro .about-detail .about-title h2 {
  color: #2d2d2d;
  line-height: 1.1;
  font-weight: 600;
  padding: 0;
  font-size: 42px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#g-intro .about-detail .about-title p {
  color: #a5a5a5;
  margin-bottom: 0;
  text-transform: capitalize;
}
#g-intro .about-detail p {
  letter-spacing: 0.5px;
}
#g-intro .about-detail .about-small-col h4 {
  margin-top: 25px;
  padding: 10px 40px 10px 20px;
  border-left: 2px solid #33B9BD;
  background: #f5f5f5;
  display: inline-block;
  color: #2d2d2d;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#g-intro .about-detail ul li {
  list-style-type: none;
  padding: 5px 0;
  font-weight: 600;
}
#g-intro .about-detail ul li i {
  padding-right: 10px;
}
#g-intro .about-detail ul li:hover i {
  color: #33B9BD;
}
#g-features .features-txt {
  text-align: center;
}
#g-features .features-txt h2 {
  color: #33B9BD;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 0;
  padding: 0;
  text-transform: capitalize;
}
#g-features .features-txt p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 2px;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content {
  position: relative;
  text-align: center;
  background: #f5f5f5;
  padding: 30px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-images .jl-icon-box span {
  font-size: 50px;
  color: #111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-title h3 {
  color: #2d2d2d;
  line-height: 1.1;
  font-weight: 600;
  padding-top: 10px;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-title .arrow-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid rgba(51, 185, 189, 0.1);
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-title .arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid rgba(51, 185, 189, 0.1);
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .jl-featurebox-item-intro .jl-featurebox-item-subtitle {
  line-height: 24px;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content:hover .jl-featurebox-item-images .jl-icon-box span {
  color: #33B9BD;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content:hover .animated-bdr {
  width: 100%;
  background: #33B9BD;
}
#g-services .jl-featurebox .jl-featurebox-item .jl-featurebox-item-content .animated-bdr {
  width: 1%;
  height: 3px;
  margin: auto;
  background: transparent;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#g-counter .jl-counter .jl-counter-item .jl-counter-number {
  color: #33B9BD;
  font-size: 36px;
  margin-bottom: 10px;
}
#g-counter .jl-counter .jl-counter-item .jl-counter-title {
  color: #205589;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 20px;
}
#g-utility .jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .jl-portfolio-filter-item a {
  border: none;
  font-weight: 600;
  font-size: 16px;
}
#g-utility .jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .jl-portfolio-filter-item.uk-active a {
  border: none;
  box-shadow: none;
}
#g-expanded .jl-heading-content .jl-heading-title h2 {
  color: #fff;
}
#g-expanded .jl-heading-content .jl-heading-subtitle {
  color: #cacaca;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
}
@media only all and (max-width: 50.99rem) {
  #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content {
    padding-top: 20px;
  }
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top {
  background: #33B9BD;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top .ic-bottom, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top .ic-bottom {
  background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #33B9BD 50%, #ffffff 50%) repeat scroll 0 0;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-bottom .jl-pt-item-button:hover, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-bottom .jl-pt-item-button:hover {
  background: #333333;
  color: #fff;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top {
  background: #33B9BD;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top .ic-bottom, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top .ic-bottom {
  background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #33B9BD 50%, #ffffff 50%) repeat scroll 0 0;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-bottom .jl-pt-item-button:hover, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-bottom .jl-pt-item-button:hover {
  background: #333333;
  color: #fff;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top {
  background: #33B9BD;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top .ic-bottom, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top .ic-bottom {
  background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #33B9BD 50%, #ffffff 50%) repeat scroll 0 0;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-bottom .jl-pt-item-button:hover, #g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-bottom .jl-pt-item-button:hover {
  background: #333333;
  color: #fff;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
  padding: 40px 0 0;
  position: relative;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 20px;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price {
  font-size: 44px;
  font-family: "Raleway";
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  font-size: 70px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 45px;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .ic-bottom {
  bottom: -30px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-features {
  padding: 5px 15px;
  position: absolute;
  right: -35px;
  top: 29px;
  background: #ffffff;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul {
  padding: 55px 0 40px 0;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  display: block;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 0;
  line-height: 20px;
  margin: 0;
  color: #6d7272;
  border-bottom: 1px solid #e1e1e1;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li:last-child {
  border-bottom: 0px;
}
#g-expanded .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  background: #33B9BD;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
}
#g-team .jl-member .jl-member-item .jl-member-item-content .jl-member-info {
  background: #33B9BD;
}
#g-team .jl-member .jl-member-item .jl-member-item-content .jl-member-info .jl-member-name {
  font-family: "Raleway";
}
#g-testimonials .jl-heading-content .jl-heading-title h2 {
  color: #fff;
}
#g-testimonials .jl-heading-content .jl-heading-subtitle {
  color: #cacaca;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content {
  background: rgba(255, 255, 255, 0.3);
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-image img {
  border-radius: 0;
  border: 0px;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name h4 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title span {
  color: #33B9BD;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-desc i {
  display: none;
}
#g-testimonials .jl-testimonial .jl-testimonial-item .jl-testimonial-item-content .jl-testimonial-desc p {
  color: #fff;
}
#g-testimonials .jl-testimonial .uk-dotnav li a {
  background: #fff;
  border-color: #fff;
}
#g-testimonials .jl-testimonial .uk-dotnav li.uk-active a {
  background: #33B9BD;
  border-color: #33B9BD;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container:hover .jl-content-item-image {
  overflow: hidden;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container:hover .jl-content-item-image a img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container:hover .jl-content-item-date {
  background: #333333;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-image {
  overflow: hidden;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-image a img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-date {
  position: absolute;
  top: 0;
  left: -8px;
  padding: 10px 15px 10px 25px;
  background: #33B9BD;
  color: #fff;
  text-align: center;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-date h4 {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details .jl-content-item-title {
  margin: 15px 0 5px;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details .jl-content-item-title a {
  font-size: 24px;
  font-weight: 600;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details .jl-content-item-title a:hover {
  color: #33B9BD;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details .jl-content-item-author, #g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details .jl-content-item-hits {
  font-weight: 300;
}
#g-latestnews .jl-joomlacontent .jl-content-item .jl-content-item-container .jl-content-item-details .jl-content-item-text {
  line-height: 26px;
  padding-top: 5px;
}
#g-newsletter .newsletter-txt {
  text-align: center;
}
#g-newsletter .newsletter-txt h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#g-newsletter .newsletter-txt h3 span {
  color: #33B9BD;
}
#g-contact #sp-quickcontact-form input {
  border: 0px;
  border-bottom: 1px solid #ddd;
  height: 45px;
  color: #676767;
  box-shadow: none;
}
#g-contact #sp-quickcontact-form textarea {
  border: 0px;
  border-bottom: 1px solid #ddd;
  color: #676767;
  box-shadow: none;
}
#g-contact .contact-txt h4 {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 10px;
  font-weight: 600;
}
#g-contact .contact-txt h4 span {
  color: #33B9BD;
}
#g-contact .contact-txt p {
  line-height: 26px;
  color: #424242;
  letter-spacing: 0.5px;
}
#g-contact .contact-txt .contact-box {
  background: #f7f7f7;
  padding: 8px 0;
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
  font-size: 16px;
}
#g-contact .contact-txt .contact-box i {
  color: #33B9BD;
  position: absolute;
  left: 15px;
  top: 15px;
}
#g-abovefooter .abovefooter-ct p {
  line-height: 26px;
  padding-top: 10px;
}
#g-abovefooter .abovefooter-ct .list-social a {
  font-size: 16px;
  padding-right: 10px;
  color: #33B9BD;
}
#g-abovefooter .abovefooter-ct .list-social a:hover {
  color: #fff;
}
#g-abovefooter .tweets-box-one p a, #g-abovefooter .tweets-box-two p a {
  color: #33B9BD;
}
#g-abovefooter .moduletable .g-title {
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
#g-abovefooter .moduletable .g-title:before {
  width: 100px;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #33B9BD;
  position: absolute;
  margin: 0;
  content: "";
}
#g-showcase .tp-dottedoverlay {
  content: "";
  position: absolute;
  background-color: rgba(68, 68, 68, 0.6) !important;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.acymailing_module .acymailing_module_form .acyfield_email input {
  background: transparent;
  font-size: 14px;
  border-radius: 0;
  font-weight: 300;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  color: #ffffff;
  padding: 0 20px;
}
.acymailing_module .acymailing_module_form .acyfield_email input:hover {
  box-shadow: none;
}
.acymailing_module .acymailing_module_form .acysubbuttons {
  display: inline-block;
}
.acymailing_module .acymailing_module_form .acysubbuttons .thm-button {
  border-radius: 0px;
  outline: none;
  padding: 15px 25px;
}
#g-error .error-txt h1 {
  font-size: 120px;
  font-weight: 800;
}
#g-error .error-txt h3 {
  font-size: 35px;
}
#g-error .error-txt .er-bt {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
@media only all and (max-width: 50.99rem) {
  #g-error .error-txt .er-bt {
    margin-top: 10px;
  }
}
#g-error .error-txt .er-bt:hover {
  border-color: #fff;
  color: #333333;
}
#g-error .error-txt .er-bt:before {
  background: #fff;
}
.platform-content {
  margin: 0;
  padding: 0.5rem 0;
}
.platform-content .moduletable .custom .category-widget ul li {
  list-style-type: none;
  padding: 12px 0;
  border-bottom: 1px solid #e3e9ed;
}
.platform-content .moduletable .custom .category-widget ul li:last-child {
  border-bottom: 0px;
}
.platform-content .moduletable .custom .category-widget ul li a {
  color: #555;
}
.platform-content .moduletable .custom .category-widget ul li a:hover {
  color: #333333;
}
.platform-content .moduletable .custom #recentcomments {
  padding-left: 15px;
}
.platform-content .moduletable .search input {
  background: transparent;
  border-radius: 0px;
}
@media only all and (max-width: 50.938rem) {
  #g-newsletter .newsletter-txt h3 {
    text-align: left;
  }
  .jl-counter-item {
    margin-bottom: 1rem !important;
  }
}
#g-navigation {
  color: #000000;
  background: #ffffff;
  z-index: 999;
  position: relative;
}
#g-navigation .g-grid {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media print {
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-showcase {
  color: #000000;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
#g-showcase .g-content {
  padding: 0;
  margin: 0;
}
@media print {
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-intro {
  background: #ffffff;
  color: #000000;
}
@media print {
  #g-intro {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-features {
  position: relative;
  background: #ffffff;
  color: #000000;
  background: url('../../../../images/joomlead/background/features-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#g-features:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
#g-features .g-content {
  z-index: 2;
  position: relative;
}
@media print {
  #g-features {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-services {
  background: #ffffff;
  color: #000000;
}
@media print {
  #g-services {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-counter {
  position: relative;
  background: #ffffff;
  color: #000000;
  background-size: cover;
  background-attachment: fixed;
}
#g-counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#g-counter .g-content {
  z-index: 2;
  position: relative;
}
@media print {
  #g-counter {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-utility {
  background: #ffffff;
  color: #000000;
}
@media print {
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-expanded {
  position: relative;
  background: #ffffff;
  color: #000000;
  background: url('../../../../images/joomlead/background/expanded-bg.jpg') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
#g-expanded:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
#g-expanded .g-content {
  z-index: 2;
  position: relative;
}
@media print {
  #g-expanded {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-team {
  background: #ffffff;
  color: #000000;
}
@media print {
  #g-team {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-testimonials {
  position: relative;
  background: #ffffff;
  color: #000000;
  background: url('../../../../images/joomlead/background/testimonials-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#g-testimonials:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
#g-testimonials .g-content {
  z-index: 2;
  position: relative;
}
@media print {
  #g-testimonials {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-latestnews {
  background: #ffffff;
  color: #000000;
}
@media print {
  #g-latestnews {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-newsletter {
  position: relative;
  background: #ffffff;
  color: #000000;
  background: url('../../../../images/joomlead/background/newsletter-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#g-newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
#g-newsletter .g-content {
  z-index: 2;
  position: relative;
}
@media print {
  #g-newsletter {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-clients {
  background: #f5f5f5;
  color: #000000;
}
@media print {
  #g-clients {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-contact {
  background: #ffffff;
  color: #000000;
}
@media print {
  #g-contact {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-maps {
  background: #ffffff;
  color: #000000;
}
@media print {
  #g-maps {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-abovefooter {
  background: #23538D;
  color: #ffffff;
}
@media print {
  #g-abovefooter {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-container-main {
  background: rgba(0, 0, 0, 0);
  color: #767779;
}
@media print {
  #g-mainbar {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-footer {
  background: #23538D;
  color: #ffffff;
}
@media print {
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-error {
  color: #ffffff;
  background: #23538D;
  background: url('../../images/joomlead/error/error-bg.png') no-repeat center top;
  background-size: cover;
  position: relative;
  text-align: center;
}
@media print {
  #g-error {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-offcanvas {
  background: #23538D;
  width: 17rem;
  color: #ffffff;
}
#g-offcanvas a {
  color: #ffffff;
}
#g-offcanvas a:hover {
  color: #333333;
}
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #ffffff;
}
#g-offcanvas .button {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
#g-offcanvas .button:hover {
  border: 2px solid #333333 !important;
  color: #333333 !important;
}
#g-offcanvas .button:active {
  border: 2px solid #333333 !important;
  color: #333333 !important;
}
#g-offcanvas hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.g-offcanvas-toggle {
  display: none;
  font-size: 1.375rem;
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 1.2rem;
  left: 1.1rem;
  padding-left: 1px;
  z-index: 9999;
}
@media only all and (max-width: 51rem) {
  .g-offcanvas-toggle {
    display: block;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .dir-rtl .g-offcanvas-toggle {
    left: 4rem;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .g-offcanvas-toggle {
    left: 2.5rem;
  }
}
.g-offcanvas-open .g-nav-overlay {
  z-index: 100000;
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  right: auto;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: auto;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #23538D;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #292929;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #424242;
  background: #292929;
  border-radius: 0;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #1f1f1f;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
#g-mobilemenu-container {
  margin: -2.125rem;
}
.g-preset-thumbnails img {
  margin-bottom: 1rem;
}
@media only all and (max-width: 50.99rem) {
  .g-preset-thumbnails {
    text-align: center;
  }
  .g-preset-thumbnails .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45% !important;
  }
  .g-preset-thumbnails .g-content {
    margin-left: 5px;
  }
}
@media only all and (max-width: 50.99rem) and (max-width: 50.99rem) {
  .g-preset-thumbnails .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 auto !important;
    -moz-flex: 0 auto !important;
    -ms-flex: 0 auto !important;
    flex: 0 auto !important;
  }
}
#g-aside {
  color: #767779;
  background: rgba(0, 0, 0, 0);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print {
  #g-aside {
    background: #fff !important;
    color: #23538D !important;
  }
}
#g-sidebar {
  background: rgba(0, 0, 0, 0);
  color: #767779;
}
@media print {
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-offline h1 {
  font-weight: 300;
}
.g-offline .g-loginform #g-loginform {
  width: 50%;
  margin: 0 auto;
}
@media only all and (max-width: 50.99rem) {
  .g-offline .g-loginform #g-loginform {
    width: 80%;
  }
}
.g-offline .g-loginform #g-loginform fieldset {
  text-align: left;
}
.g-offline .g-loginform #g-loginform label {
  margin-bottom: 0.625rem;
  display: block;
}
.g-offline #frame #form-login {
  width: 50%;
  margin: 0 auto;
}
@media only all and (max-width: 50.99rem) {
  .g-offline #frame #form-login {
    width: 80%;
  }
}
.g-offline #frame #form-login fieldset {
  text-align: left;
}
.g-offline #frame #form-login label {
  display: block;
  margin-bottom: 0.625rem;
}
.outline-_error input.inputbox.search-query.input-medium {
  width: 60%;
  padding: 14px 60px 15px 30px;
  height: inherit;
  border: none;
  color: #17C3B9;
  font-size: 18px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.outline-_error button.btn, .outline-_error input[type="submit"].btn {
  background: #333333;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: none;
  padding: 11px;
  left: 10px;
  margin-left: -66px;
  position: relative;
  opacity: 0.7;
}
.g-social {
  line-height: normal;
  text-align: right;
}
.g-social a {
  color: #fff;
}
.g-social a span {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}
.g-social a span:hover {
  background: #fff;
  color: #555;
}
.g-social a span.g-social-text {
  border: none;
}
.g-social a:hover {
  color: #333333;
}
@media only all and (max-width: 50.99rem) {
  .g-social {
    text-align: center;
  }
}
.g-branding {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  line-height: 35px;
  text-align: center;
}
.g-branding a {
  color: #33B9BD;
}
.g-branding a:hover {
  color: #444;
}
.g-content-array {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.g-content-array .g-grid {
  margin-bottom: 3.1875rem;
}
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-content-array .g-grid {
    margin-bottom: 0;
  }
}
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 3.1875rem;
  }
}
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
.g-content-array .g-item-title {
  margin: 0;
}
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  margin: 15px 0 0;
}
.g-content-array .g-array-item-details {
  font-size: 90%;
}
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
.style1 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
.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;
}
.style1 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  left: 0;
}
.style1 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 2px;
  background: #ddd;
  width: 30px;
  right: 0;
}
.style2 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #eee;
}
.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;
}
.style2 .uk-text-left .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  left: 0;
}
.style2 .uk-text-right .jl-heading-content .jl-heading-title:before {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 1px;
  background: #777;
  width: 30px;
  right: 0;
}
.style3 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
.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;
}
.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;
}
.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;
}
.style4 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
.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;
}
.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;
}
.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;
}
.style5 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
.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;
}
.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;
}
.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;
}
.style6 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.style7 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.style8 .jl-heading-content {
  overflow: hidden;
}
.style8 .jl-heading-content .jl-heading-title {
  display: inline-block;
  position: relative;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.jl-testimonial .uk-slideset-nav {
  margin-top: 10px;
}
.jl-testimonial .uk-slider-nav {
  margin-top: 10px;
}
.jl-testimonial .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
.jl-testimonial .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
.jl-testimonial .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
.jl-testimonial .jl-testimonial-item.top .style1 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content {
  padding: 20px;
}
.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%;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.jl-testimonial .jl-testimonial-item.top .style2 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content {
  padding: 20px;
}
.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%;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.jl-testimonial .jl-testimonial-item.top .style3 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content {
  padding: 20px;
}
.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%;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.jl-testimonial .jl-testimonial-item.top .style4 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content {
  padding: 20px;
}
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-image {
  text-align: right;
  margin-top: -60px;
}
.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%;
}
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.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;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style5 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content {
  padding: 20px;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
.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;
}
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style1 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content {
  padding: 20px;
}
.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%;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.jl-testimonial .jl-testimonial-item.bottom .style2 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content {
  padding: 20px;
}
.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%;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.jl-testimonial .jl-testimonial-item.bottom .style3 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content {
  padding: 20px;
}
.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%;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.jl-testimonial .jl-testimonial-item.bottom .style4 {
  text-align: left;
}
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content {
  position: relative;
  padding: 20px 20px 20px 70px;
  background: #faf8d4;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-image {
  text-align: right;
  margin-bottom: -60px;
}
.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%;
}
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info {
  padding-top: 10px;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style5 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content {
  padding: 20px;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
.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;
}
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.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;
}
.jl-testimonial .jl-testimonial-item.left .style1 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content {
  padding: 20px;
}
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.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;
  }
}
.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;
}
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.jl-testimonial .jl-testimonial-item.left .style2 {
  text-align: center;
}
.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;
}
.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;
  }
}
.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;
}
.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;
  }
}
.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;
}
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.jl-testimonial .jl-testimonial-item.right .style1 {
  text-align: center;
}
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content {
  padding: 20px;
}
.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;
}
.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;
  }
}
.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;
}
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.jl-testimonial .jl-testimonial-item.right .style2 {
  text-align: center;
}
.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;
}
.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;
  }
}
.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;
}
.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;
  }
}
.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;
}
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #FFF46E;
}
.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;
}
.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;
}
.jl-member .uk-slideset-nav {
  margin-top: 10px;
}
.jl-member .uk-slider-nav {
  margin-top: 10px;
}
.jl-member .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
.jl-member .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
.jl-member .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
.jl-member .jl-member-item.style1 .jl-member-item-content {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info {
  padding: 15px;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #333;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-desc {
  font-size: 14px;
}
.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;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a {
  padding: 0 10px;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-facebook {
  color: #3498db;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-twitter {
  color: #26C4F1;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-google-plus {
  color: #E93F2E;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-pinterest {
  color: #B81621;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-github {
  color: #444;
}
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-linkedin {
  color: #007BB6;
}
.jl-member .jl-member-item.style2 .jl-member-item-content {
  text-align: center;
  background: #2c3e50;
}
.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);
}
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info {
  padding: 15px;
}
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-desc {
  font-size: 14px;
  color: #fff;
}
.jl-member .jl-member-item.style3 .jl-member-item-content {
  text-align: center;
  background: #2c3e50;
}
.jl-member .jl-member-item.style3 .jl-member-info {
  padding: 15px;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
  padding-bottom: 10px;
}
.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;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon {
  padding-top: 20px;
}
.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;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-facebook:hover {
  background: #3498db;
  border-color: #3498db;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-twitter:hover {
  background: #26C4F1;
  border-color: #26C4F1;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-google-plus:hover {
  background: #E93F2E;
  border-color: #E93F2E;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-pinterest:hover {
  background: #B81621;
  border-color: #B81621;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-github:hover {
  background: #444;
  border-color: #444;
}
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-linkedin:hover {
  background: #007BB6;
  border-color: #007BB6;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jl-member .jl-member-item.style4 .jl-member-item-content {
  position: relative;
}
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-item-img:before {
  opacity: 1;
}
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-info {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.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;
}
.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;
}
.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;
}
.jl-member .jl-member-item.style4 .jl-member-info {
  position: absolute;
  padding: 25px;
  text-align: left;
  background: transparent;
  top: 0;
  margin-right: 52px;
}
.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;
}
.jl-member .jl-member-item.style4 .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
.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;
}
.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;
}
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic:hover {
  color: rgba(0, 0, 0, 0.5);
}
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic:not(:first-child) {
  border-top: 1px solid #fff;
}
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic i {
  display: inline-block;
}
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content {
  margin-bottom: 20px;
}
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav {
  display: inline-block;
}
.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;
}
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > * > *:hover {
  background: #fff;
  box-shadow: none;
  border: 1px solid #33B9BD;
  color: #33B9BD;
}
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > .uk-active > * {
  color: #33B9BD;
  border-color: #33B9BD;
}
.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;
}
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > * > *:hover {
  box-shadow: none;
  color: #333333;
}
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > .uk-active > * {
  color: #333333;
}
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-item {
  list-style-type: none;
}
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
.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;
}
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-special span {
  font-size: 14px;
  color: #fff;
  background: #333333;
  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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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: "";
  margin-left: 3px;
}
.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: "";
  margin-right: 5px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: "";
  margin-left: 3px;
}
.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: "";
  margin-right: 5px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
.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);
}
.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;
}
.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;
}
.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;
}
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link {
  text-align: center;
}
.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;
}
.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;
}
.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;
}
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  content: "";
  margin-left: 3px;
}
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after {
  content: "";
  margin-right: 5px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content:hover .jl-portfolio-item-after {
  opacity: 1;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  content: "";
  margin-left: 3px;
}
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after {
  content: "";
  margin-right: 5px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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: "";
  margin-left: 3px;
}
.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: "";
  margin-right: 5px;
}
.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;
}
.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;
}
.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;
}
.back-to-top {
  position: fixed;
  bottom: 2rem;
  z-index: 9999;
  font-size: 16px;
  background: #414856;
  color: #33B9BD;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  right: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.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;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
a.back-to-top:hover {
  text-decoration: none;
  color: #333333;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container embed, .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jl-youtube-icon {
  font-size: 60px;
}
.jl-pricing-table ul {
  padding: 0;
  margin: 0;
}
.jl-pricing-table ul li {
  list-style-type: none;
}
.jl-pricing-table a:hover {
  text-decoration: none;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  text-align: center;
  border-bottom: 3px solid #9b59b6;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top, .jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top {
  background: #16a085;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-bottom .jl-pt-item-button {
  background: #16a085;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top, .jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top {
  background: #e67e22;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-bottom .jl-pt-item-button {
  background: #e67e22;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top, .jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top {
  background: #9b59b6;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-bottom .jl-pt-item-button {
  background: #9b59b6;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
  padding: 50px 20px;
  position: relative;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top:after {
  position: absolute;
  background-image: url('../images/pricingtable/header-shadow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  display: block;
  width: 100%;
  opacity: 0.8;
  bottom: -50px;
  left: 0;
  height: 50px;
  content: "";
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  color: #fff;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title h3 {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title h6 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
  padding: 45px 35px;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  font-family: "Raleway";
  font-size: 12px;
  padding: 10px 0;
  line-height: 17px;
  color: #636363;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom {
  background: #fff;
  padding: 0 35px 45px;
}
.jl-pricing-table .style1 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 8px 40px;
  border-radius: 60px;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  text-align: center;
  border-bottom: 3px solid #9b59b6;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top .jl-pt-item-price span, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top .jl-pt-item-price span {
  color: #2ecc71;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top .jl-pt-item-features span, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top .jl-pt-item-features span {
  background: #2ecc71;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-bottom .jl-pt-item-button {
  background: #2ecc71;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top .jl-pt-item-price span, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top .jl-pt-item-price span {
  color: #3498db;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top .jl-pt-item-features span, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top .jl-pt-item-features span {
  background: #3498db;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-bottom .jl-pt-item-button {
  background: #3498db;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top .jl-pt-item-price span, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top .jl-pt-item-price span {
  color: #9b59b6;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top .jl-pt-item-features span, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top .jl-pt-item-features span {
  background: #9b59b6;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-bottom .jl-pt-item-button {
  background: #9b59b6;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
  position: relative;
  background: #2b2b33;
  padding: 2.8em 1.8em 2em;
  border-top-left-radius: 0.7em;
  -webkit-border-top-left-radius: 0.7em;
  -o-border-top-left-radius: 0.7em;
  -moz-border-top-left-radius: 0.7em;
  border-top-right-radius: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
  -o-border-top-right-radius: 0.7em;
  -moz-border-top-left-radius: 0.7em;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  color: #fff;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title h3 {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title h6 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price span {
  font-size: 18px;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price label {
  color: #8c8c94;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-features {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 130px;
  width: 143px;
  text-align: center;
  z-index: 0;
  right: 0;
  border-top-right-radius: 0.7em;
  -o-border-top-right-radius: 0.7em;
  -moz-border-top-right-radius: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-features span {
  font-size: 14px;
  color: #fff;
  background: #fa6e6f;
  text-transform: uppercase;
  padding: 58px 35px 17px 40px;
  width: 281px;
  text-align: center;
  display: block;
  position: absolute;
  left: -47px;
  top: -41px;
  -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;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul {
  padding: 5px 0;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  color: #9e9e9e;
  font-size: 15px;
  display: block;
  padding: 16px 0;
  font-weight: 400;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li:nth-child(2n + 1) {
  background: #f4f4f4;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom {
  background: #fff;
  padding: 2.7em 0em 2.7em;
}
.jl-pricing-table .style2 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.8em 2em;
  text-decoration: none;
  background: #fa6e6f;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -moz-border-radius: 1em;
  outline: none;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  padding: 52px;
  background-color: #ffffff;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 10px;
  font-weight: 400;
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  opacity: 0.5;
  padding: 0 0 24px;
  margin: 0 0 26px;
  border-bottom: 1px solid #808080;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price {
  position: relative;
  font-size: 64px;
  font-weight: 700;
  color: #343434;
  line-height: 65px;
  margin: 0 0 26px;
  padding: 0 0 0 12px;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price:before {
  position: absolute;
  content: "";
  font-family: FontAwesome;
  left: 0;
  top: -20px;
  color: #343434;
  font-size: 16px;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 26px;
  margin: 0 0 26px;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 20px 20px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 17px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  border: 2px solid #999;
  color: #999;
}
.jl-pricing-table .style3 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button:hover {
  color: #000;
  border-color: #000;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  text-align: center;
  border-radius: 7px;
  border: 3px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: margin-top 0.5s linear 0s;
  -moz-transition: margin-top 0.5s linear 0s;
  -ms-transition: margin-top 0.5s linear 0s;
  -webkit-transition: margin-top 0.5s linear 0s;
  color: #9f9f9f;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content:hover {
  margin-top: -30px;
  transition: margin-top 0.3s linear 0s;
  -moz-transition: margin-top 0.3s linear 0s;
  -ms-transition: margin-top 0.3s linear 0s;
  -webkit-transition: margin-top 0.3s linear 0s;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content:before {
  border-style: solid;
  border-width: 64px 64px 0 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .pricing-ic {
  border-color: #111111 transparent transparent;
  background-color: #ffffff;
  border-radius: 0 !important;
  border-style: solid;
  border-width: 64px 64px 0 0;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  top: 0;
  width: 0;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 48px;
  color: #565656;
  margin: 0 0 10px 0;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-features {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  bottom: -20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 21px;
  position: relative;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-features:before {
  background-color: #dedede;
  border: medium none;
  height: 1px;
  width: 46px;
  position: absolute;
  content: "";
  left: -46px;
  top: 18px;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-features:after {
  background-color: #dedede;
  border: medium none;
  height: 1px;
  width: 46px;
  position: absolute;
  content: "";
  right: -46px;
  top: 18px;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul {
  margin: 40px 0 0;
  text-align: left;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
  font-weight: 300;
}
.jl-pricing-table .style4 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li i {
  padding-right: 10px;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top {
  background: #d27ff1;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top .ic-bottom, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top .ic-bottom {
  background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #d27ff1 50%, #ffffff 50%) repeat scroll 0 0;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-bottom .jl-pt-item-button:hover, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-bottom .jl-pt-item-button:hover {
  background: #d27ff1;
  color: #fff;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top {
  background: #41cac0;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top .ic-bottom, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top .ic-bottom {
  background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #41cac0 50%, #ffffff 50%) repeat scroll 0 0;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-bottom .jl-pt-item-button:hover, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-bottom .jl-pt-item-button:hover {
  background: #41cac0;
  color: #fff;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top {
  background: #8386e7;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top .ic-bottom, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top .ic-bottom {
  background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #8386e7 50%, #ffffff 50%) repeat scroll 0 0;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-bottom .jl-pt-item-button:hover, .jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-bottom .jl-pt-item-button:hover {
  background: #8386e7;
  color: #fff;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
  padding: 40px 0 0;
  position: relative;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 13px;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price {
  color: #ffffff;
  display: block;
  margin: 0px auto;
  font-size: 44px;
  font-weight: 600;
  line-height: 28px;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price em {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0 20px 0;
  font-style: normal;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .ic-bottom {
  bottom: -30px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul {
  padding: 55px 0 40px 0;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  display: block;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 0;
  line-height: 20px;
  margin: 0;
  color: #6d7272;
}
.jl-pricing-table .style5 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  background: #e5e5e5;
  color: #666;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 20px 20px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  line-height: 17px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 1px 0 #f4f4f4;
  border-radius: 5px;
  padding: 30px 20px;
  background: #fff;
  text-align: center;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top .jl-pt-item-price, .jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top .jl-pt-item-price {
  background: #74c0ce;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top .jl-pt-item-price, .jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top .jl-pt-item-price {
  background: #f2846b;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top .jl-pt-item-price {
  background: #39a784;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top .jl-pt-item-price {
  background: #f6b966;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase;
  line-height: 25px;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price {
  background-color: #333333;
  border-radius: 50%;
  color: #ffffff;
  height: 100px;
  margin: 25px auto;
  width: 100px;
  font-size: 32px;
  font-weight: 400;
  display: table;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price small {
  display: block;
  font-size: 14px;
  line-height: 14px;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price span {
  display: inline-block;
  vertical-align: super;
  font-size: 16px;
  line-height: 10px;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0 0 20px;
  color: #444444;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #bfbfbf;
  color: #bfbfbf;
  letter-spacing: 3px;
  padding: 20px 20px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 17px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
.jl-pricing-table .style6 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button:hover {
  border-color: #777;
  color: #777;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 1px 0 #f4f4f4;
  background: #fff;
  text-align: center;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top .jl-pt-item-title, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-top .jl-pt-item-icon, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top .jl-pt-item-title, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-top .jl-pt-item-icon {
  color: #0b67b2;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-center .jl-pt-item-price, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-center .jl-pt-item-price {
  color: #0b67b2;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-bottom .jl-pt-item-button {
  background: #0b67b2;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top .jl-pt-item-title, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-top .jl-pt-item-icon, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top .jl-pt-item-title, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-top .jl-pt-item-icon {
  color: #7dbb02;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-center .jl-pt-item-price, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-center .jl-pt-item-price {
  color: #7dbb02;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-bottom .jl-pt-item-button {
  background: #7dbb02;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top .jl-pt-item-title, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-top .jl-pt-item-icon, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top .jl-pt-item-title, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-top .jl-pt-item-icon {
  color: #f22a6b;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-center .jl-pt-item-price, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-center .jl-pt-item-price {
  color: #f22a6b;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-bottom .jl-pt-item-button, .jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-bottom .jl-pt-item-button {
  background: #f22a6b;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
  padding: 20px 0;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-icon {
  font-size: 40px;
  line-height: 1;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center {
  background: #fff;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
  color: #444444;
  border-top: 1px solid #f0f0f0;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center .jl-pt-item-price {
  padding: 30px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center .jl-pt-item-price small {
  color: #757575;
  font-size: 12px;
  display: block;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom {
  padding: 20px 0;
}
.jl-pricing-table .style7 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  border: medium none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  margin: auto;
  opacity: 1;
  outline: medium none;
  padding: 11px 24px;
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
  color: #fff;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  border-radius: 4px;
  background: #fff;
  text-align: center;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-bottom .jl-pt-item-button {
  background: #f44336;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-bottom .jl-pt-item-button i {
  border-bottom-color: #f44336;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-bottom .jl-pt-item-button {
  background: #e91e63;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-bottom .jl-pt-item-button i {
  border-bottom-color: #e91e63;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-bottom .jl-pt-item-button {
  background: #9c27b0;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-bottom .jl-pt-item-button i {
  border-bottom-color: #9c27b0;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-bottom .jl-pt-item-button {
  background: #673ab7;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item4 .jl-pt-item-bottom .jl-pt-item-button i {
  border-bottom-color: #673ab7;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-bottom .jl-pt-item-button {
  background: #3f51b5;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item5 .jl-pt-item-bottom .jl-pt-item-button i {
  border-bottom-color: #3f51b5;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-bottom .jl-pt-item-button {
  background: #2196f3;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content.item6 .jl-pt-item-bottom .jl-pt-item-button i {
  border-bottom-color: #2196f3;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
  padding: 30px 0;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #383838;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 12px;
  line-height: normal;
  color: #909090;
  text-transform: uppercase;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom {
  padding: 0 0 5px;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  display: block;
  position: relative;
  text-align: center;
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.jl-pricing-table .style8 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button i {
  border: 7px solid;
  content: " ";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 201, 26, 0);
  margin-left: -7px;
  border-width: 7px;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item {
  margin-top: 0;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  border: 1px solid #e7e7e7;
  padding: 20px;
  position: relative;
  background: #fff;
  text-align: center;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ee534f;
  border-style: solid;
  border-width: 0 0 15px 10px;
  content: "";
  height: 0;
  left: 36px;
  position: absolute;
  top: -15px;
  width: 0;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ee534f;
  border-style: solid;
  border-width: 14px 0 0 11px;
  content: "";
  height: 0;
  position: absolute;
  right: 36px;
  top: -15px;
  width: 0;
}
@media only all and (max-width: 50.99rem) {
  .jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content:before {
    display: none;
  }
  .jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content:after {
    display: none;
  }
}
@media (max-width: 60rem) and (min-width: 51rem) {
  .jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content:before {
    left: 10px;
  }
  .jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content:after {
    right: 10px;
  }
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
  background: #ee534f none repeat scroll 0 0;
  color: #fff;
  margin: -35px auto 115px;
  padding-top: 35px;
  position: relative;
  width: 210px;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top:before {
  border-color: #ee534f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 60px 105px 0;
  bottom: -60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
@media (max-width: 60rem) and (min-width: 51rem) {
  .jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top {
    margin: -35px auto 115px !important;
    padding-top: 35px !important;
    width: 150px !important;
  }
  .jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top:before {
    border-width: 48px 76px 0 !important;
    bottom: -48px !important;
  }
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-price {
  color: #fff;
  margin: 0;
  font-size: 24px;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-top .jl-pt-item-title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-center ul li {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 300;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 10px 25px;
  color: #666;
}
.jl-pricing-table .style9 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-bottom .jl-pt-item-button:hover {
  color: #fff;
  background: #ee534f;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item {
  margin-top: 0;
  text-align: center;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 8px;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content:hover .jl-pt-item-before {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content:hover .jl-pt-item-after {
  -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  opacity: 1;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-before .jl-pt-item-price {
  color: #ca1c76;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-before .jl-pt-item-title {
  color: #ca1c76;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-after {
  background: #ca1c76;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-after .jl-pt-item-title {
  color: #fff;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-after ul li {
  color: #fff;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item1 .jl-pt-item-after ul li i {
  padding-right: 10px;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-before .jl-pt-item-price {
  color: #198618;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-before .jl-pt-item-title {
  color: #198618;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-after {
  background: #198618;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-after .jl-pt-item-title {
  color: #fff;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-after ul li {
  color: #fff;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item2 .jl-pt-item-after ul li i {
  padding-right: 10px;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-before .jl-pt-item-price {
  color: #2dcefb;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-before .jl-pt-item-title {
  color: #2dcefb;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-after {
  background: #2dcefb;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-after .jl-pt-item-title {
  color: #fff;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-after ul li {
  color: #fff;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content.item3 .jl-pt-item-after ul li i {
  padding-right: 10px;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-before {
  width: 220px;
  height: 220px;
  background: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-before .jl-pt-item-price {
  font-size: 80px;
  text-align: center;
  color: #777;
  line-height: 1;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-before .jl-pt-item-price span {
  display: inline-block;
  vertical-align: inherit;
  font-size: 16px;
  line-height: 10px;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-before .jl-pt-item-title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px 0;
  color: #777;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-before .jl-pt-item-features {
  color: #9b9b9b;
  font-size: 14px;
  text-align: center;
  padding: 15px 45px;
  line-height: 1;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-after {
  width: 220px;
  height: 220px;
  background: #333333;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  opacity: 0;
  -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-backface-visibility: hidden;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-after .jl-pt-item-title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px 0;
  color: #777;
}
.jl-pricing-table .style10 .jl-pc-content .jl-pt-item .jl-pt-item-content .jl-pt-item-after ul li {
  color: #777;
}
.jl-joomlacontent .uk-slideset-nav {
  margin-top: 10px;
}
.jl-joomlacontent .uk-slider-nav {
  margin-top: 10px;
}
.jl-joomlacontent .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
.jl-joomlacontent .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
.jl-joomlacontent .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
.jl-carousel {
  text-align: center;
}
.jl-carousel .uk-slideset-nav {
  margin-top: 10px;
}
.jl-carousel .uk-slider-nav {
  margin-top: 10px;
}
.jl-carousel .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
.jl-carousel .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
.jl-carousel .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
.jl-carousel .jl-carousel-item a {
  text-decoration: none;
}
@font-face {
  font-family: "lg";
  src: url('../../../../{{%20url('gantry-theme:/fonts/lg.eot?n1z373')%20}}');
  src: url('../../../../{{%20url('gantry-theme:/fonts/lg.eot#iefixn1z373')%20}}') format("embedded-opentype"), url('../../../../{{%20url('gantry-theme:/fonts/lg.woff?n1z373')%20}}') format("woff"), url('../../../../{{%20url('gantry-theme:/fonts/lg.ttf?n1z373')%20}}') format("truetype"), url('../../../../{{%20url('gantry-theme:/fonts/lg.svg?n1z373#lg')%20}}') format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-backdrop.in {
  opacity: 0.85;
}
.fixed-size.lg-outer .lg-inner {
  background-color: #FFF;
}
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-container {
    width: 51rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
.g-container.g-flushed {
  width: 100%;
}
@media only all and (max-width: 50.99rem) {
  .g-block {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
@media only all and (max-width: 50.99rem) {
  body [class*="size-"] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 50.99rem) {
  @supports not (flex-wrap: wrap) {
    .g-grid {
      display: block;
      flex-wrap: inherit;
    }
    .g-block {
      display: block;
      flex: inherit;
    }
  }
}
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 50.99rem) {
  .visible-phone {
    display: block !important;
  }
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .visible-tablet {
    display: block !important;
  }
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  .visible-large {
    display: block !important;
  }
  .g-block.visible-large {
    display: block !important;
  }
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 50.99rem) {
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  .hidden-large {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 50.99rem) {
  .align-right {
    text-align: inherit !important;
  }
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=revenue_64.css.map */