 /*==========================================================================
	Main Template Core Stylesheet.
========================================================================== */
 /* BODY FONT - Applies to everything */
 body {
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 1.2rem;
   line-height: 1.7;
   color: #535353;
   background-color: #fbfbfb;
 }
 h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
 }
 a {
   color: #535353;
   -webkit-transition: color .25s ease-in-out;
   transition: color .25s ease-in-out;
 }
 a:hover {
   text-decoration: none;
 }
 a:focus, a:active {
   outline: none;
   text-decoration: none;
   color: inherit;
   text-shadow: none;
 }
 .clear {
   clear: both;
 }
 img {
   max-width: 100%;
   height: auto;
 }
 h1, .h1, .page-title {
   font-size: 2.2rem;
   line-height: 1.4;
 }
 h2, .h2 {
   font-size: 1.9rem;
   line-height: 1.3;
 }
 h3, .h3 {
   font-size: 1.5rem;
   line-height: 1.2;
 }
 h4, .h4 {
   font-size: 1.2rem;
   line-height: 1.2;
   font-weight: 400;
   font-style: normal;
 }
 h5, .h5 {
   font-size: 1rem;
   line-height: 1.1;
 }
 h6, .h6 {
   font-size: 1rem;
   line-height: 1.1;
 }
 ul, li {
   list-style: none;
   margin: 0;
   padding: 0;
 }
 /*dash-list - style for unordered lists */
 ul.dash-list, ul.dash-list ul {
   padding: 0;
   list-style: none;
 }
 ul.dash-list ul {
   margin-top: 10px;
   margin-bottom: 5px;
 }
 ul.dash-list li {
   line-height: 1.6;
   padding: 4px 0;
 }
 ul.dash-list li::before {
   content: '';
   display: inline-block;
   margin-right: 12px;
   width: 8px;
   height: 2px;
   vertical-align: middle;
 }
 /* Backgrounds Colors */
 .bg-white {
   background-color: #fff !important;
 }
 .bg-drkgrey {
   background-color: #818181 !important;
 }
 /* Icomoon icons */
 @font-face {
   font-family: 'icomoon';
   src: url('../fonts/icomoon/icomoon.eot?kyo8m');
   src: url('../fonts/icomoon/icomoon.eot?kyo8m#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?kyo8m') format('truetype'), url('../fonts/icomoon/icomoon.woff?kyo8m') format('woff'), url('../fonts/icomoon/icomoon.svg?kyo8m#icomoon') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 [class^="icon-"], [class*=" icon-"] {
   /* use !important to prevent issues with browser extensions that change fonts */
   font-family: 'icomoon' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   /* Better Font Rendering =========== */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 .icon-process1:before {
   content: "\e60f";
 }
 .icon-process2:before {
   content: "\e610";
 }
 .icon-process3:before {
   content: "\e611";
 }
 /* Min Height */
 .min-700 {
   min-height: 780px !important;
 }
 /* Align Styles */
 .alignleft {
   float: left;
   margin: 0 20px 10px 0;
 }
 /* Font Family */
 .kl-font-alt {
   font-family: 'Open Sans', sans-serif !important;
 }
 /* Gutter Sizes - Medium */
 .row.gutter-md {
   margin-right: 0;
   margin-left: 0;
 }
 .row.gutter-md > [class*="col-"] {
   padding-right: 15px;
   padding-left: 15px;
 }
 /* Equalizer classes used for first or last elements in a row to align to fixed-width
containers of the page, from inside of a full-width section and gutter */
 /* Gutter Sizes - zero gutter on container fluid */
 .row.gutter {
   margin-right: -15px;
   margin-left: -15px;
 }
 .row.gutter > [class*="col-"] {
   padding-right: 0;
   padding-left: 0;
 }
 /* Assure no X overflow is happening in fluid container */
 .container-fluid.no-pad-cols .row, .row.no-pad-cols {
   margin-left: 0;
   margin-right: 0;
 }
 .container-fluid.no-pad-cols, .container-fluid.no-pad-cols > .row > div[class*="col-"], .no-pad-cols > div[class*="col-"] {
   padding-left: 0;
   padding-right: 0;
 }
 /* Main Menu Badges */
 .main-nav ul .zn-mega-new-item {
   position: absolute;
   line-height: 1;
   padding: 5px;
   text-transform: initial;
   font-size: 10px;
   top: 50%;
   right: 3px;
   color: #fff;
   border-radius: 2px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 .main-nav ul ul .zn-mega-new-item {
   left: auto;
   right: 10px;
   text-transform: uppercase;
 }
 .main-nav ul ul.sub-menu li a:not(:only-child) .zn-mega-new-item {
   right: 30px;
 }
 .main-nav .zn_mega_container ul .zn-mega-new-item {
   right: 3px;
 }
 /* Scroll to top button */
 #totop {
   height: 9px;
   opacity: 0;
   position: fixed;
   right: -60px;
   width: 49px;
   z-index: 111;
   display: block;
   bottom: 2%;
   background-repeat: no-repeat;
   background-position: center 15px;
   background-color: #404040;
   font-size: 9px;
   font-weight: 900;
   color: #fff;
   text-align: center;
   line-height: 1;
   border-radius: 2px;
   padding: 28px 0 21px 0;
 }
 #totop:before {
   position: absolute;
   content: "\f077";
   top: 10px;
   left: 50%;
   margin-left: -6px;
   font-size: 13px;
   display: inline-block;
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 #totop.show {
   right: 10px;
   opacity: 0.7;
 }
 #totop:hover {
   opacity: 1;
 }
 /* Buttons styles */
 .btn:focus, .btn.focus {
   box-shadow: none;
 }
 /*** Filled buttons */
 .btn-fullcolor {
   border-width: 0;
 }
 .btn-fullcolor, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link {
   text-shadow: none;
   padding: 10px 20px;
   line-height: 1.1;
   box-shadow: none;
   font-size: 16px;
   font-weight: 700;
   border-style: solid;
   border-radius: 3px;
   -webkit-transition: background-color .15s ease-out;
   transition: background-color .15s ease-out;
 }
 /*** Btn FullColor */
 .btn-fullcolor, .btn-fullcolor:focus {
   color: #fff;
 }
 .btn-fullcolor:hover {
   color: #fff;
 }
 /* Btn sizing presets */
 .btn-group-lg > .btn, .btn-lg {
   padding: 20px 30px;
   font-size: 20px;
   line-height: 1.3333333;
 }
 .btn-group-lg > .btn.btn-lined, .btn-lg.btn-lined {
   padding: 18px 30px;
 }
 .btn-group-md > .btn, .btn-md {
   padding: 16px 25px;
   font-size: 18px;
   line-height: 1.3333333;
 }
 .btn-group-md > .btn.btn-lined, .btn-md.btn-lined {
   padding: 14px 25px;
 }
 .btn-group-sm > .btn, .btn-sm {
   padding: 5px 10px 4px;
   font-size: 12px;
   line-height: 1.5;
   font-weight: 600;
 }
 .btn-group-sm > .btn.btn-lined, .btn-sm.btn-lined {
   padding: 3px 10px 2px;
 }
 .btn-group-xs > .btn, .btn-xs {
   padding: 1px 5px;
   font-size: 12px;
   line-height: 1.6;
   font-weight: 400;
 }
 .btn-group-xs > .btn.btn-lined, .btn-xs.btn-lined {
   padding: 1px 5px;
 }
 /* Button element */
 .btn-element > span, .btn-element > i {
   vertical-align: middle;
   display: inline-block;
 }
 .btn-element > span + i {
   margin-left: 10px
 }
 .btn-element > i + span {
   margin-left: 10px
 }
 /* Small hack for icon font */
 [data-zniconfam]:before, [data-zniconfam] {
   font-style: normal;
   font-weight: 400;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 /*** NEW MENU SYSTEM ***/
 .main-nav {
   display: none;
 }
 /* MENU CHASER STYLES */
 .chaser {
   display: none;
 }
 /* Responsive Menu */
 #zn-res-menuwrapper {
   display: none
 }
 #zn-res-menu ul {
   position: fixed !important;
 }
 #zn-res-menu, #zn-res-menu li, #zn-res-menu ul {
   padding: 0;
   margin: 0;
   list-style: none
 }
 #zn-res-menu * {
   -webkit-backface-visibility: hidden
 }
 .zn_res_menu_visible #zn-res-menu, .zn_res_menu_visible #zn-res-menu li ul {
   display: none
 }
 #zn-res-menu, #zn-res-menu li ul {
   right: 0;
   top: 0;
   position: fixed;
   width: 100%;
   height: 100%;
   background: #fff;
   overflow: auto;
   z-index: 11112;
   -webkit-backface-visibility: hidden;
   -webkit-overflow-scrolling: touch;
   -ms-transform: translate(100%, 0);
   -webkit-transform: translate3d(100%, 0, 0);
   -moz-transform: translate3d(100%, 0, 0);
   -ms-transform: translate3d(100%, 0, 0);
   -o-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
   -webkit-transition: -webkit-transform .5s ease;
   -moz-transition: -moz-transform .5s ease;
   -ms-transition: -ms-transform .5s ease;
   -o-transition: -o-transform .5s ease;
   transition: transform .5s ease;
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   transform-style: preserve-3d;
   padding: 0;
   display: none
 }
 #zn-res-menu ul.zn-menu-visible, #zn-res-menu.zn-menu-visible {
   -ms-transform: translate(0, 0);
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 #zn-res-menu li {
   position: relative;
   width: 100%;
   max-width: 100%;
   border-bottom-color: #D9D9D9
 }
 #zn-res-menu .zn_mega_container {
   width: 100%
 }
 #zn-res-menu .zn_mega_container li {
   width: 100%;
   float: none
 }
 #zn-res-menu li > a {
   padding: 13px 28px;
   border-bottom: 1px solid;
   border-bottom-color: inherit;
   display: block;
   z-index: 1;
   color: #fff;
   font-size: 12px;
   text-transform: uppercase;
 }
 #zn-res-menu li.active > a {
   color: #333
 }
 #zn-res-menu a {
   cursor: pointer
 }
 #zn-res-menu .zn_res_has_submenu > span, #zn-res-menu .zn_res_menu_go_back > span {
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   height: 44px;
   border-left: 1px solid;
   border-left-color: inherit;
   line-height: 49px;
   vertical-align: middle;
   text-align: center;
   cursor: pointer;
   z-index: 2;
 }
 #zn-res-menu .zn_res_menu_go_back > a {
   text-align: center;
   padding-right: 0;
   padding-left: 48px;
   display: inline-block;
   width: calc(100% - 49px);
 }
 #zn-res-menu .zn_res_menu_go_back > span {
   left: 0;
   right: auto;
   border-left: none;
   border-right: 1px solid;
   border-right-color: inherit;
 }
 .zn-res-menuwrapper {
   display: block;
 }
 .zn-res-trigger {
   position: relative;
   display: block;
   width: 25px;
   height: 28px;
   margin: 10px;
 }
 #zn-res-menu .zn_res_has_submenu > span::before, #zn-res-menu .zn_res_menu_go_back > span::before {
   display: none;
 }
 .zn-res-trigger::after {
   content: '';
   position: absolute;
   width: 25px;
   height: 4px;
   top: 50%;
   margin-top: -10px;
   background: #fff;
   border-radius: 4px;
   left: 0;
   box-shadow: 0 8px 0 #fff, 0 16px 0 #fff
 }
 #zn-res-menu li > a[title=separator], .zn_res_has_submenu .new-item {
   display: none;
 }
 #zn-res-menu.zn-menu-visible .zn-mega-new-item {
   display: none;
 }
 /* Menu Overlay */
 .zn-res-menu-overlay {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.8);
   z-index: 11111;
   opacity: 0;
   visibility: hidden;
   transition: opacity .4s ease-out, visibility .4s ease-out;
 }
 .zn-menu-visible + .zn-res-menu-overlay {
   opacity: 1;
   visibility: visible;
 }
 .hg_mega_container .col-lg-3 {
   padding-left: 0px;
   padding-right: 0px;
 }
 /* Call to action Button in Header */
 .ctabutton {
   clear: right;
   float: right;
   position: relative;
   font-size: 15px;
   font-weight: 700;
   color: #fff;
   text-align: center;
   padding: 10px 10px 0px;
   border-radius: 2px;
   margin-left: 20px;
   margin-bottom: -5px;
 }
 .kl-cta-ribbon .trisvg {
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 7px;
   margin-top: 0px;
 }
 .kl-cta-ribbon:hover .trisvg {
   fill: #fff;
 }
 .kl-cta-ribbon:focus {
   color: #000;
 }
 .kl-cta-ribbon:hover {
   background: #fff;
   color: #000;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
 }
 .kl-cta-ribbon strong {
   font-size: 28px;
   font-weight: 700;
   display: block;
   line-height: 24px;
 }
 .kl-cta-lined {
   margin-top: 5px;
   background-color: transparent;
   box-shadow: none;
   padding: 8px 20px 9px;
 }
 /* TOP NAVIGATION */
 .topnav {
   padding: 0;
   list-style: none;
   position: relative;
   margin-right: 20px;
   z-index: 111;
 }
 .topnav > .topnav-item span {
   font-size: 1.1rem;
   font-weight: 600;
   color: #fff;
   line-height: 2;
   display: inline-block;
   padding: 0;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   -webkit-transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -ms-transition: opacity .15s ease-in-out;
   -o-transition: opacity .15s ease-in-out;
   transition: opacity .15s ease-in-out;
 }
 .topnav > .topnav-item i {
   opacity: .8;
   color: #fff;
 }
 .topnav .topnav-item {
   font-size: 1.1rem;
   font-weight: 700;
   line-height: 2.2rem;
   display: block;
   padding: 0;
   cursor: pointer;
 }
 .topnav .topnav-item a, .topnav .topnav-item span {
   color: #fff;
 }
 .topnav a:hover.topnav-item, .topnav .topnav-item:hover a, .topnav a:hover, .topnav .topnav-item:hover span, .topnav .spanel-label:hover .support-info, .topnav > .topnav-item:hover i {
   opacity: 1;
   color: #fff;
 }
 /* Site Header & logo contain in header */
 .site-logo {
   display: inline-block;
   margin-bottom: 0;
   font-size: 18px;
   line-height: 18px;
   max-width: 280px;
   padding-top: 20px;
 }
 .site-logo img {
   max-height: 80px;
   max-width: 100%;
   float: left;
 }
 /* Logo size preset */
 .logosize--contain .site-logo .logo-img {
   width: auto;
   height: 100%;
 }
 /*** Header Height */
 .site-header, .logosize--contain .site-logo a {
   height: 100px;
 }
 .logosize--contain .site-logo .logo-img, .logosize--contain .site-logo .logo-img-sticky {
   max-height: 100px;
   vertical-align: middle;
 }
 /* Site Content */
 #page_wrapper {
   position: relative;
   overflow: hidden;
 }
 /* Site Header */
 .site-header {
   position: relative;
   width: 100%;
   background: rgba(0, 0, 0, 0.5);
   z-index: 100;
 }
 .siteheader-container {
   position: relative;
 }
 .site-header {
   background: none;
   border: 0;
   box-shadow: none;
   height: auto;
 }
 .site-header .logosize--contain .site-logo a {
   height: 70px;
 }
 .site-header .separator {
   background: #fff;
   height: 1px;
   opacity: .2;
   margin-bottom: 5px;
 }
 .site-header .separator.dark {
   background: #9a9a9a;
 }
 .site-header .kl-header-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 170%;
   opacity: .6;
   pointer-events: none;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, transparent));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
   background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
 }
 .site-header .site-header-top {
   height: 46px;
 }
 .site-header .site-header-top-wrapper {
   position: relative;
 }
 .site-header-main-center {
   margin-left: 30px;
 }
 .site-header .searchBtn.active {
   border-radius: 2px 2px 0 0;
 }
 .site-header .kl-header-toptext {
   font-size: 1.1rem;
   color: #fff;
   line-height: 2.2;
 }
 .site-header .kl-header-toptext a {
   font-size: 1.4rem;
   color: #fff;
 }
 .site-header .site-header-top-wrapper .topnav {
   z-index: 111;
 }
 .site-header .kl-header-toptext {
   margin-left: 20px;
 }
 .site-header .kl-cta-lined {
   margin-top: 13px;
 }
 .site-header .site-logo-img {
   width: auto;
   height: 100%;
   padding: 10px 0;
 }
 /**** Site header style 3 */
 .site-header[data-header-style="3"] .site-header-row .col {
   padding: 0;
 }
 .site-header[data-header-style="3"] {
   background: #fff;
   box-shadow: none;
   height: auto;
   color: #fff;
   padding-top: 5px;
 }
 .site-header[data-header-style="3"] a {
   color: #fff;
 }
 .site-header[data-header-style="3"] .site-header-top-wrapper .topnav {
   margin-left: 0;
 }
 .site-header[data-header-style="3"] .kl-header-toptext {
   color: #494948;
   font-weight: 700;
 }
 .site-header[data-header-style="3"] .kl-header-toptext a, .site-header[data-header-style="3"] .spanel-label {
   color: #494948;
 }
 .site-header[data-header-style="3"] .topnav .topnav-item a, .site-header[data-header-style="3"] .topnav .topnav-item span, .site-header[data-header-style="3"] .topnav > .topnav-item i {
   color: #fff;
 }
 .site-header[data-header-style="3"] .main-nav > ul > li.active > a, .site-header[data-header-style="3"] .main-nav > ul > li > a:hover, .site-header[data-header-style="3"] .main-nav > ul > li:hover > a {
   color: #ffffff;
 }
 .site-header[data-header-style="3"] .topnav.sc--clean > li > a, .site-header[data-header-style="3"] .topnav > li .white-icon {
   color: #252525;
 }
 .site-header[data-header-style="3"] .topnav.sc--clean > li > a:hover, .site-header[data-header-style="3"] .topnav > li a:hover .white-icon {
   color: #676767;
 }
 .site-header[data-header-style="3"] .site-header-main {
   min-height: 80px;
 }
 .site-header[data-header-style="3"] .site-header-main-center {
   margin: 0;
 }
 .site-header[data-header-style="3"] .separator {
   background: #fff;
   height: 1px;
   opacity: .8;
 }
 .site-header[data-header-style="3"] .ctabutton {
   position: absolute;
   right: 15px;
   z-index: 1;
 }
 .site-header[data-header-style="3"] .kl-cta-ribbon {
   margin-top: -5px;
   margin-bottom: -10px;
 }
 .site-header[data-header-style="3"] .kl-cta-lined {
   margin-top: -6px;
   margin-bottom: -8px;
   font-size: 90%;
   padding: 17px;
   color: #fff;
   border: 0;
   background: #000;
 }
 .site-header[data-header-style="3"] .kl-cta-lined:hover {
   color: #f9f9f9;
   background-color: #000;
 }
 .site-header[data-header-style="3"] .main-nav {
   text-align: left;
 }
 .site-header[data-header-style="3"] .main-nav > ul {
   display: inline-block;
   text-align: start;
   margin-top: 5px;
   margin-bottom: -6px;
 }
 .site-header[data-header-style="3"] .main-nav > ul > li > a {
   color: #fff;
 }
 .site-header[data-header-style="3"] .main-nav > ul > li.menu-item-has-children > a:after {
   background-color: rgba(39, 39, 39, 0.4);
 }
 .site-header[data-header-style="3"] .main-nav ul ul.sub-menu {
   top: calc(100% + 11px);
 }
 .site-header[data-header-style="3"] .main-nav ul li:hover > ul {
   top: calc(100% - -3px);
 }
 .site-header[data-header-style="3"] .main-nav ul li:hover > .hg_mega_container {
   margin-top: 0px;
 }
 .site-header[data-header-style="3"] .zn-res-trigger:after {
   background: #fff;
   box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
 }
 .site-header[data-header-style="3"] .zn-res-trigger {
   margin-top: 9px;
   margin-bottom: 9px;
   margin-left: 0;
 }
 /*** Sticky header ***/
 body.sticky-header #header {
   position: fixed !important;
 }
 /* Header style 3 */
 body.sticky-header .site-header[data-header-style="3"] .site-header-top-wrapper {
   height: 46px;
 }
 body.sticky-header .site-header[data-header-style="3"] .site-header-main-wrapper {
   height: 84px;
 }
 body.sticky-header .site-header[data-header-style="3"] .site-header-top-wrapper, body.sticky-header .site-header[data-header-style="3"] .site-header-main-wrapper, body.sticky-header .site-header[data-header-style="3"] .site-header-bottom-wrapper {
   opacity: 1;
   -webkit-transition: height .2s ease-out, opacity .2s ease-out;
   transition: height .2s ease-out, opacity .2s ease-out;
 }
 body.sticky-header .site-header[data-header-style="3"].header--is-sticked .site-header-top-wrapper, body.sticky-header .site-header[data-header-style="3"].header--is-sticked .site-header-main-wrapper {
   height: 0 !important;
   overflow: hidden;
 }
 body.sticky-header .site-header[data-header-style="3"].header--is-sticked .kl-main-header .kl-cta-ribbon {
   margin-top: 5px;
 }
 .main-slider, .static-content__slideshow {
   margin-top: 131px;
 }
 /* Social icons */
 .social-icons {
   margin-left: 10px;
   margin-bottom: 0;
   z-index: 1;
 }
 .social-icons li {
   display: inline-block;
   margin: 5px;
   margin-left: 10px;
   margin-right: 0;
   vertical-align: top;
 }
 .social-icons li a {
   display: inline-block;
   color: #fff;
   width: 20px;
   height: 20px;
   position: relative;
   border-radius: 3px;
   text-align: center;
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   font-size: 0.9rem;
   font-weight: normal;
   opacity: 1;
 }
 .social-icons li a:before {
   line-height: 30px;
 }
 .social-icons li a:hover {
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)
 }
 /* Social icons - clean style */
 .social-icons.sc--clean li {
   margin-left: 0;
   margin-right: 0;
 }
 .social-icons.sc--clean li a {
   background: none;
   box-shadow: none;
   font-size: 1rem;
   line-height: 2.2;
 }
 .social-icons.sc--clean li a:hover {
   background: none;
   box-shadow: none;
 }
 /* kl-slideshow div styles */
 .kl-slideshow-inner {
   position: relative;
   z-index: 1; /* z-index: 100; */
 }
 .kl-slideshow-inner .container {
   z-index: 1;
 }
 .kl-slideshow {
   margin-bottom: 0;
 }
 /* used in several sliders */
 .zn-shadow-lifted {
   box-shadow: 0 40px 20px -25px rgba(0, 0, 0, 0.25);
 }
 /* For elements that are positioned right under the header, a safe padding is added */
 .kl-slideshow .kl-slideshow-safepadding {
   padding-top: 35px;
   padding-bottom: 35px;
 }
 /*** Page Subheader's defaults  */
 .page-subheader .container {
   padding: 0 15px;
   z-index: 1;
   position: relative;
 }
 .page-subheader .ph-content-wrap {
   width: 100%;
 }
 /* Safe padding for Subheader */
 .page-subheader .ph-content-wrap {
   padding-top: 10px;
 }
 /* Page subheader styles */
 .page-subheader, .kl-slideshow {
   position: relative;
   top: 0;
   z-index: 0;
   border-bottom: 1px solid #BCBCBC;
 }
 /* HG Section */
 .hg_section {
   padding-top: 35px;
   padding-bottom: 35px;
 }
 .hg_section--relative {
   position: relative;
 }
 .hg_col_eq_first, .hg_col_eq_last {
   padding-left: 100px;
   align-self: center !important;
 }
 .hg_col_eq_last {
   padding-top: 130px;
 }
 /* Background source for elements */
 .kl-bg-source {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
 }
 .kl-bg-source:not(:empty), .kl-bg-source__overlay, .kl-bg-source__bgimage {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
   overflow: hidden
 }
 .kl-bg-source__bgimage {
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position-x: center;
   background-position-y: center;
   background-size: cover;
 }
 .kl-bg-source__overlay {
   pointer-events: none;
   background-color: rgba(0, 0, 0, 0.67);
 }
 .kl-bgSource-imageParallax {
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100%;
   overflow: hidden;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   position: absolute;
   will-change: transform;
 }
 .kl-bgSource-imageParallax .kl-bg-source__bgimage {
   top: 0;
   left: 0;
   position: relative;
   min-width: 100%;
   min-height: 100%;
   background-repeat: no-repeat;
   background-position: 50%;
   background-size: cover;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   background-attachment: initial;
 }
 .kl-bgSource-imageParallax.is-fixed {
   left: -100vw;
   position: fixed;
 }
 .kl-bgSource-imageParallax.is-fixed.is-visible {
   left: 0;
 }
 .kl-bgSource-imageParallax.is-fixed .kl-bg-source__bgimage {
   height: 100vh;
 }
 .kl-bg-source__bgimage.parrallax-1 {
   background-image: url(../images/home/parrallax-1.jpg);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position-x: center;
   background-position-y: top;
   background-size: cover;
 }
 .kl-bg-source__bgimage.parrallax-2 {
   background-image: url(../images/home/parrallax-2.jpg);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position-x: center;
   background-position-y: top;
   background-size: cover;
 }
 .kl-bg-source__bgimage.parrallax-3 {
   background-image: url(../images/home/review-parallax-bg.jpg);
 }
 /* Mod Title */
 .m_title {
   margin-top: 0;
 }
 h3.m_title {
   font-size: 20px;
   line-height: 1.4;
 }
 /* Breadcrumbs */
 .breadcrumbs {
   margin: 0 0 10px;
   padding: 7px 15px 6px;
   list-style: none;
   background: #BCBCBC;
   float: left;
   border-radius: 2px;
 }
 .breadcrumbs li {
   float: left;
   color: #eee;
   line-height: 1.5;
   font-size: 14px;
   font-weight: 600;
   position: relative;
   text-transform: uppercase;
 }
 .breadcrumbs li:first-child {
   padding-left: 0;
   background: none;
   margin-left: 0;
 }
 .breadcrumbs li a {
   color: #fff;
 }
 .breadcrumbs li:after {
   border: 4px solid transparent;
   content: '';
   height: 0;
   width: 0;
   pointer-events: none;
   display: inline-block;
   border-left-color: #fff;
   margin: 0 5px 2px 10px;
 }
 .breadcrumbs li:last-child:after {
   display: none;
 }
 /* Header titles */
 .subheader-titles {
   text-align: right;
   margin-top: -7px;
 }
 .subheader-maintitle {
   font-size: 16px;
   line-height: 1.3;
   margin: 15px 0 5px;
   color: #BCBCBC;
 }
 /* Title Block Element */
 .kl-title-block {
   padding-top: 0;
   padding-bottom: 0px;
 }
 .tbk__title {
   margin-top: 0;
   margin-bottom: 0px;
   font-family: 'Bebas Neue', cursive;
   font-size: 3.5rem;
   line-height: 1.1;
   font-weight: 500;
   font-style: normal;
   text-transform: uppercase;
 }
 /* Symbol */
 .tbk__symbol {
   margin-top: 0;
   margin-bottom: 10px;
   display: block;
 }
 /* Symbol - small line */
 .tbk-symbol--line .tbk__symbol span {
   display: inline-block;
   width: 50px;
   height: 2px;
   background-color: #ccc;
 }
 .tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
   margin-bottom: 20px;
   margin-top: -5px;
   display: inline-block;
 }
 /* Symbol - border */
 .tbk-symbol--border .tbk__symbol, .tbk-symbol--border2 .tbk__symbol {
   margin-bottom: 20px;
 }
 .tbk-symbol--border .tbk__symbol span, .tbk-symbol--border2 .tbk__symbol span {
   display: block;
   width: 100%;
   height: 1px;
   background-color: #ccc;
 }
 .tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
   margin-top: 30px;
 }
 .tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
   border-bottom: 3px solid #D2D2D2;
   padding-bottom: 15px;
   margin-bottom: -12px;
   display: inline-block;
 }
 .kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol span {
   margin: 0 20px;
 }
 .kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol:before, .kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol:after {
   background-color: #bfbfbf;
 }
 /* Line Border - aligned left */
 .tbk--left.tbk-symbol--line_border .tbk__symbol span {
   margin-left: 0;
 }
 .tbk--left.tbk-symbol--line_border .tbk__symbol:before {
   display: none;
 }
 .tbk--left.tbk-symbol--line_border .tbk__symbol:after {
   content: '';
   display: inline-block;
   width: calc(100% - 80px);
   height: 1px;
   background-color: #ccc;
 }
 /*Line Border - Positions */
 .tbk-symbol--line_border.tbk-icon-pos--after-title .tbk__title {
   margin-bottom: 10px;
 }
 .tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__title {
   margin-bottom: 10px;
 }
 .tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
   margin-bottom: 20px;
 }
 .tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
   margin-bottom: 25px;
 }
 /* Symbol - icon */
 .tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
   margin-bottom: 25px;
 }
 /* Symbol inside title */
 .tbk__title .tbk__symbol {
   display: inline-block;
   margin-right: 10px;
   vertical-align: middle;
 }
 .tbk__title .tbk__icon {
   vertical-align: middle;
 }
 /* Symbol line separator */
 .symbol-line {
   font-size: 20px;
   text-align: center;
   color: #e6e6e6;
   vertical-align: middle;
   clear: both;
   line-height: 20px;
   margin-bottom: 20px;
 }
 .symbol-line .kl-icon {
   font-size: 18px;
 }
 .symbol-line::before, .symbol-line::after {
   content: '';
   display: inline-block;
   width: 47%;
   background: #eaeaea;
   height: 2px;
   float: right;
   margin-top: 24px;
 }
 .symbol-line::before {
   float: left;
 }
 .icon-spine:before {
   content: "\e900";
   font-size: 55px;
 }
 /* Textbox */
 .text_box {
   padding-bottom: 20px;
 }
 .text_box-title--style2 {
   font-size: 1.3rem;
   color: #535353;
   font-weight: normal;
   margin-top: 0;
 }
 .hoverBorder {
   position: relative;
   display: inline-block;
 }
 .hoverBorderWrapper {
   position: relative;
   display: block;
 }
 .hoverBorderWrapper img {
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 2px;
   width: 100%;
   position: relative;
 }
 .theHoverBorder {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   border-radius: 2px;
   box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
 }
 .plus .theHoverBorder {
   background-position: center center;
 }
 .plus .theHoverBorder:hover {
   background-image: url(../images/plus01.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-color: rgba(35, 35, 35, 0.5);
 }
 /* Image Boxes */
 .image-boxes {
   margin-bottom: 0px;
 }
 .image-boxes .box {
   margin-bottom: 20px;
 }
 .image-boxes img {
   width: 100%;
   height: auto;
 }
 .image-boxes a {
   display: block;
 }
 /* Style 1 */
 .imgboxes_style1 {
   overflow: visible;
 }
 .imgboxes_style1 .hoverBorder h6 {
   position: absolute;
   left: -10px;
   bottom: 20px;
   color: #fff;
   padding: 11px 15px;
   font-size: 12px;
   font-weight: 500;
   line-height: 1;
   margin: 0;
   border-radius: 2px;
 }
 .imgboxes_style1 .hoverBorder:hover h6 {
   left: 20px;
 }
 .imgboxes_style1 .hoverBorderWrapper {
   height: 270px;
 }
 .abt-img {
   height: 270px;
   width: auto;
 }
 /* Image Boxes 1 Style 4 */
 .imgboxes_style4 .imgboxes-wrapper {
   position: relative;
   display: inline-block;
   margin-bottom: 20px;
   height: 270px;
   width: 100%;
 }
 .imgboxes_style4 .imgboxes-wrapper.imgboxes-wrapper-col-6 {
   height: 400px;
 }
 .imgboxes_style4 .imgboxes-title {
   position: absolute;
   bottom: 0;
   color: #fff;
   width: 100%;
   text-align: center;
   font-size: 28px;
   line-height: 32px;
   margin-bottom: 0;
   padding-bottom: 30px;
   z-index: 0;
   font-weight: 700;
   text-transform: uppercase;
 }
 .imgboxes_style4 .imgboxes-title:before {
   content: '';
   position: absolute;
   top: -100%;
   left: 0;
   height: 200%;
   width: 100%;
   background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 1)));
   background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
   background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
   background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
   background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
   z-index: -1;
   opacity: .8;
 }
 .imgboxes_style4 .imgbox_image {
   -webkit-transition: opacity .2s ease-out;
   transition: opacity .2s ease-out;
   -webkit-backface-visibility: hidden;
 }
 .imgboxes_style4:hover .imgbox_image {
   opacity: .7
 }
 .cover-fit-img {
   object-fit: cover;
   overflow: hidden;
 }
 .imgbox_image.cover-fit-img {
   height: 100%;
 }
 .contain-fit-img {
   -o-object-fit: contain;
   object-fit: contain;
   overflow: hidden;
 }
 /* Style bottom */
 .imgboxes_style4.kl-title_style_bottom .imgboxes-title {
   text-align: left;
   padding: 0 20px 30px;
   -webkit-transition: padding-bottom .2s ease-out;
   transition: padding-bottom .2s ease-out;
 }
 .imgboxes_style4.kl-title_style_bottom .imgboxes-title:before {
   -webkit-transition: opacity .2s ease-out;
   transition: opacity .2s ease-out;
 }
 .imgboxes_style4.kl-title_style_bottom .imgboxes-title:after {
   display: none;
 }
 .imgboxes_style4.kl-title_style_bottom .imgboxes-border-helper {
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   -webkit-transition: all .2s ease-out;
   transition: all .2s ease-out;
   z-index: 1;
 }
 .imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title:before {
   opacity: .5;
 }
 .imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title {
   text-align: left;
   padding-bottom: 25px;
 }
 /* Style left */
 .imgboxes_style4.kl-title_style_left .imgboxes-title {
   text-align: left;
   padding: 0 20px 30px;
 }
 .imgboxes_style4.kl-title_style_left .imgboxes-title:after {
   margin: initial;
   width: 40px;
   margin-top: 10px;
 }
 .imgboxes_style4.kl-title_style_left:hover .imgboxes-title:after {
   width: 80px;
 }
 /* process boxes */
 .process_box {
   position: relative;
   padding: 0;
   margin-bottom: 80px;
   box-shadow: none;
 }
 .process_box:after {
   border-color: transparent;
   border-top-color: #eee;
   border-width: 10px;
   margin-left: -10px;
   left: 10%;
 }
 .process_box:before {
   border-color: transparent;
   border-top-color: #ccc;
   border-width: 13px;
   margin-left: -13px;
   left: 10%;
 }
 .process_box[data-align=right]:after, .process_box[data-align=right]:before {
   right: 10%;
   left: auto;
   margin-left: 0;
 }
 .process_box[data-align=right]:before {
   margin-right: -13px;
 }
 .process_box[data-align=center]:after, .process_box[data-align=center]:before {
   left: 50%;
 }
 .process_box[data-align=center]:after {
   border-top-color: #fff;
 }
 .process_box .number {
   padding: 0;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 240px;
   text-align: center;
   float: left;
 }
 .process_box .number span {
   font-size: 100px;
   font-weight: 900;
   color: #333;
   vertical-align: middle;
   position: relative;
   top: 50%;
   line-height: 1;
   display: block;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 .process_box .content {
   margin-left: 240px;
   padding: 25px 35px 20px 35px;
   float: left;
   line-height: 30px;
   background-color: #fff
 }
 .process_box .stp_title {
   font-size: 24px;
   line-height: 28px;
   text-transform: uppercase;
   font-weight: bold;
 }
 .process_box[data-align=right] .number {
   left: auto;
   right: 0;
   border-right: 0;
 }
 .process_box[data-align=right] .content {
   margin-left: auto;
   margin-right: 240px;
   padding: 25px 35px 20px 35px;
   line-height: 30px;
 }
 /* Accordions elements */
 .hg_accordion_element.default-style > h3 {
   font-size: 18px;
   line-height: 1.4;
   margin-top: 0;
   text-transform: uppercase;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
 }
 .hg_accordion_element.default-style .th-accordion {
   border: 1px solid #E3E3E3;
   border-radius: 4px;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group {
   margin-bottom: 0;
   border-bottom: 1px solid #E3E3E3;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group:last-child {
   border-bottom: 0;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a {
   border: 0;
   padding: 4px 10px;
   display: block;
   width: 100%;
   text-align: left;
   background-color: #F8F8F8;
   padding: 20px 60px 20px 25px;
   font-size: 0.95rem;
   font-weight: 600;
   position: relative;
   cursor: pointer;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a.collapsed {
   color: #505050;
   background-color: #fff;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a:hover {
   background: #F8F8F8;
   color: #111;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group .content {
   background-color: #F8F8F8;
   padding: 20px 25px;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a:not(.collapsed) {
   border-bottom: 1px solid #EEEEEE;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a:before, .hg_accordion_element.default-style .th-accordion .acc-group a:after {
   position: absolute;
   content: ' ';
   width: 10px;
   height: 2px;
   display: block;
   background: #ddd;
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a:before {
   right: 31px;
   top: 50%;
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a:after {
   right: 25px;
   top: 50%;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a.collapsed:before {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .hg_accordion_element.default-style .th-accordion .acc-group a.collapsed:after {
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }
 /* Accordions - Style 5 */
 .hg_accordion_element.style5 .th-accordion {
   list-style: none;
   margin: 0;
   padding: 0;
   background: #fff;
   border: 1px solid #efefef;
   border-radius: 3px;
 }
 .hg_accordion_element.style5 .th-accordion .acc-group {
   margin-bottom: 0;
   box-shadow: none;
   border-radius: 0;
   background: transparent;
   border-width: 1px 0 0;
 }
 .hg_accordion_element.style5 .th-accordion .acc-group {
   border-top: 1px solid #efefef;
 }
 .hg_accordion_element.style5 .th-accordion .acc-group:first-child {
   border: 0;
 }
 .hg_accordion_element.style5 .th-accordion a {
   background: none;
   border: 0;
   font-size: 1.3rem;
   line-height: 30px;
   font-family: 'Open Sans', sans-serif !important;
   font-weight: 500;
   text-transform: uppercase;
   min-height: 55px;
   display: block;
   width: 100%;
   text-align: left;
   padding: 12px 20px 10px 55px;
   position: relative;
   outline: none;
   cursor: pointer;
 }
 .hg_accordion_element.style5 .th-accordion a::before {
   content: attr(data-number);
   width: 22px;
   height: 22px;
   border-radius: 2px;
   font-weight: 700;
   text-align: center;
   display: block;
   color: #fff;
   position: absolute;
   left: 17px;
   top: 17px;
   line-height: 22px;
   font-size: 16px;
 }
 .hg_accordion_element.style5 .th-accordion a.collapsed::before {
   background: #d3d3d3;
 }
 .hg_accordion_element.style5 .th-accordion .acc-group > div:last-child {
   margin: 0 17px 0 55px;
 }
 .hg_accordion_element.style5 .th-accordion ul {
   margin-bottom: 20px;
 }
 .hg_accordion_element.style5 .th-accordion .inner-acc {
   padding: 15px 0 0;
 }
 .hg_accordion_element.style5 .th-accordion.filled-bg {
   background-color: #f4f4f4;
 }
 /* BLOG */
 .itemListView {
   margin-bottom: 35px;
 }
 .itemContainer {
   background: #FFF;
   margin-bottom: 30px;
   padding: 30px 30px 15px 30px;
   box-shadow: 0 10px 10px 6px rgba(0, 0, 0, 0.15);
   position: relative;
   border-radius: 3px;
 }
 .itemTitle {
   margin: 5px 0;
 }
 .itemBody {
   line-height: 1.5;
   font-size: 1rem;
 }
 .itemView .itemBody {
   margin-bottom: 50px
 }
 .itemTagsBlock, .userItemTagsBlock {
   padding-left: 0;
   font-size: 0.72rem;
   color: #AAA;
   text-transform: uppercase;
   font-weight: 600;
 }
 .itemTagsBlock, .itemTagsBlock span.fa-tag {
   margin-right: 3px;
 }
 .itemContainer:not(.hg_columns) .itemTagsBlock {
   float: left
 }
 .itemContainer:not(.hg_columns) .itemTagsBlock ul {
   margin: 0 !important;
   padding: 0 !important;
   list-style: none !important;
   display: inline;
 }
 .itemContainer:not(.hg_columns) .itemTagsBlock ul li {
   display: inline;
 }
 .itemView .itemTagsBlock {
   margin: 0 0 20px
 }
 .itemView .itemTagsBlock > a, .itemContainer:not(.hg_columns) .itemTagsBlock > a, .tagcloud a {
   padding: 4px 10px;
   background-color: #EAEAEA;
   margin: 0 5px 5px 10px;
   color: #9B9B9B;
   display: inline-block;
 }
 .itemView .itemTagsBlock > a:before, .itemContainer:not(.hg_columns) .itemTagsBlock > a:before, .tagcloud a:before {
   font-family: 'Font Awesome 5 Free';
   content: "\f02b";
   font-weight: 900;
   margin-right: 5px;
   vertical-align: middle;
   color: #D2D2D2;
 }
 .itemContainer.hg_columns {
   padding: 0 0 10px;
 }
 .itemContainer.hg_columns .itemHeader, .itemContainer.hg_columns .itemBody, .itemContainer.hg_columns .itemTagsBlock {
   padding: 0 15px;
 }
 .itemContainer .theHoverBorder {
   box-shadow: none;
   border-radius: 0
 }
 .itemContainer.hg_columns h3.itemTitle {
   line-height: 1.3;
   font-size: 1.25rem;
 }
 #th-content-post .page-title {
   padding-bottom: 0;
   border-bottom: 0
 }
 /* Pagination */
 .pagination-nav {
   text-align: center;
 }
 .pagination-nav .pagination {
   display: inline-block;
 }
 .pagination {
   margin: 20px 0 0;
   text-align: center;
   display: block;
   text-transform: uppercase;
   font-size: 10px;
   line-height: 1.6;
   color: #888;
 }
 /* Do some bootstrap resetting */
 .pagination ul, ul.pagination {
   list-style-type: none;
   padding: 10px 0;
 }
 .pagination li {
   display: inline-block;
   margin: 0 5px;
 }
 .pagination a, .pagination li > a, .pagination li > a:focus, .pagination li > a:hover, .pagination li > span, .pagination li > span:focus, .pagination li > span:hover {
   border: 0;
   background: none;
   text-shadow: none;
 }
 /* Normal state */
 .pagination a, .pagination li a, .pagination li > span, .pagination p.counter {
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 600;
   padding: 0;
   display: inline-block;
   margin: 0;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   vertical-align: middle;
   float: none;
   color: rgba(0, 0, 0, 0.85);
   border-radius: 3px;
 }
 /* Move left and right arrows */
 .pagination li:first-child {
   margin-right: 50px;
 }
 .pagination li:last-child {
   margin-left: 50px;
 }
 /* hide first or last if no pages */
 .pagination li:first-child > span, .pagination li:last-child > span {
   display: none;
 }
 /* Add left & right glyphs */
 .pagination li:first-child span.zn_icon, .pagination li:last-child span.zn_icon {
   line-height: 40px;
 }
 /* Hover state */
 .pagination a, .pagination li a:hover, .pagination li:first-child > a:hover:before, .pagination li:last-child > a:hover:before {
   color: rgba(0, 0, 0, 0.5);
 }
 /* Active */
 .pagination .active_page, .pagination .active > a, .pagination .active > a:focus, .pagination .active > a:hover, .pagination .active > span, .pagination .active > span:focus, .pagination .active > span:hover {
   color: rgba(0, 0, 0, 0.5);
   background: none;
   border: 2px solid rgba(0, 0, 0, 0.18);
   height: 40px;
   line-height: 38px;
   width: 40px;
 }
 .pagination a.next_link {
   margin-left: 20px;
 }
 .pagination a.next_link:before {
   content: "\f054";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
 }
 .pagination a.previous_link {
   margin-right: 20px;
 }
 .pagination a.previous_link:before {
   content: "\f053";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
 }
 /* EventBox */
 .eventbox {
   background: #ddd;
   color: #45474d;
   text-align: center;
   padding-bottom: 30px;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
 }
 .eventbox .eventpic {
   position: relative;
 }
 .eventbox .eventpic img {
   position: relative;
   z-index: 0;
   padding: 10px;
 }
 .eventbox .eventpic .btn {
   position: absolute;
   z-index: 1;
   bottom: 40px;
   left: 20%;
   right: 20%;
 }
 /* Portfolio Item */
 .portfolio-item-details {
   margin: 0 0 40px;
   list-style: none;
   padding: 0;
 }
 .portfolio-item-details li {
   font-size: 21px;
   margin-bottom: 15px;
 }
 .portfolio-item-details.travel li::before {
   content: '';
   border: 8px solid transparent;
   height: 0;
   width: 0;
   pointer-events: none;
   display: inline-block;
   margin: 0 5px 0 10px;
 }
 /* Static Content - text with register form */
 .fancy_register_form {
   padding: 30px 25px 0;
   background: rgba(255, 255, 255, 0.4);
   position: relative;
 }
 .fancy_register_form > h4 {
   margin: 10px 0 25px;
   font-size: 42px;
   line-height: 40px;
   font-weight: 500;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   font-family: 'Bebas Neue', cursive;
 }
 /* Overlay */
 .kl-has-overlay .img-intro {
   position: relative;
   z-index: 0;
 }
 .kl-has-overlay .img-intro > a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10;
 }
 .kl-has-overlay .img-intro .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   background-color: rgba(31, 34, 37, 0.25);
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
 }
 .kl-has-overlay .img-intro:hover .overlay {
   opacity: 1;
   visibility: visible;
 }
 .hg-portfolio-carousel .kl-has-overlay .img-intro:hover .overlay {
   box-shadow: none;
 }
 .kl-has-overlay .img-intro .overlay-inner {
   position: relative;
   text-align: center;
   top: 50%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: transform .3s ease-in-out;
   transition: transform .3s ease-in-out;
 }
 .kl-has-overlay .img-intro .overlay-inner > span {
   color: #fff;
   width: 60px;
   height: 60px;
   line-height: 58px;
   border: 2px solid #fff;
   display: inline-block;
   border-radius: 50%;
   -webkit-transform: scale(.9);
   -ms-transform: scale(.9);
   transform: scale(.9);
   -webkit-transition: transform .3s ease-in-out;
   transition: transform .3s ease-in-out;
 }
 .kl-has-overlay .img-intro:hover .overlay-inner > span {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
 }
 /* CIRCLE HOVER */
 .circlehover {
   width: 130px;
   height: 130px;
   text-align: center;
   color: white;
   font-size: 24px;
   padding: 10px;
   display: table;
   line-height: 1.2;
   position: relative;
   font-weight: 500;
   border-radius: 50%;
   box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
 }
 .circlehover > span {
   display: table-cell;
   vertical-align: middle;
   position: relative;
   z-index: 1;
 }
 .circlehover:before {
   content: '';
   position: absolute;
   top: 7px;
   left: 7px;
   width: 30px;
   height: 30px;
   border-radius: 3px;
 }
 .circlehover[data-position="top-left"]:before {
   top: 7px;
   left: 7px;
 }
 .circlehover:hover {
   color: #fff;
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
 }
 .circlehover[data-align="right"] {
   float: right;
 }
 .circlehover {
   -webkit-transition: all 400ms cubic-bezier(0.680, 0, 0.265, 1);
   -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
   -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
   transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
 }
 .circlehover.with-symbol > span.symbol {
   opacity: 0;
   position: absolute;
   display: block;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   line-height: 130px;
 }
 .circlehover.with-symbol:hover > span.text {
   opacity: 0;
 }
 .circlehover.with-symbol:hover > span.symbol {
   opacity: 1;
 }
 .triangle {
   display: none;
 }
 /*** Big Social Block Element */
 .bigsocialblock {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
 }
 .bigsocialblock__item {
   position: relative;
   overflow: hidden;
   height: 150px;
   padding: 25px;
   text-align: right;
   -webkit-transition: all .2s ease;
   transition: all .2s ease;
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   -webkit-backface-visibility: hidden;
 }
 .bigsocialblock__link {
   display: block;
   width: 100%;
   height: 100%;
 }
 .bigsocialblock__bg {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
 }
 .bigsocialblock__bg a {
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   z-index: 2;
 }
 .bigsocialblock__title {
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   text-transform: uppercase;
   -webkit-transition: all .2s ease;
   transition: all .2s ease;
   margin: 0;
   position: absolute;
   z-index: 1;
   right: 25px;
   bottom: 20px;
   font-family: 'Open Sans', sans-serif !important;
 }
 .bigsocialblock__count {
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   position: absolute;
   right: 25px;
   bottom: 40px;
 }
 .bigsocialblock__follow {
   color: rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
   font-weight: 600;
   font-size: 14px;
   position: absolute;
   right: 25px;
   bottom: 20px;
 }
 .bigsocialblock__count, .bigsocialblock__follow {
   display: block;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: opacity .2s ease-out, visibility .2s ease-out, -webkit-transform .2s ease-out;
   transition: opacity .2s ease-out, visibility .2s ease-out, transform .2s ease-out;
   -webkit-backface-visibility: hidden;
 }
 .bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__count, .bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__follow {
   -webkit-transform: scale(.6);
   -ms-transform: scale(.6);
   transform: scale(.6);
 }
 .bigsocialblock__social-icon {
   position: absolute;
   color: #fff;
   z-index: 1;
   font-size: 80px;
   border: solid 5px #fff;
   border-radius: 50%;
   width: 150px;
   height: 150px;
   line-height: 140px;
   left: -21px;
   bottom: -30px;
   text-align: center;
   opacity: 0.7;
   -webkit-transition: opacity .2s ease-out;
   transition: opacity .2s ease-out;
 }
 /* White */
 .bigsocialblock__item:hover .bigsocialblock__title, .bigsocialblock__item:hover .bigsocialblock__count, .bigsocialblock__item:hover .bigsocialblock__follow {
   color: #fff;
 }
 .bigsocialblock__item:hover .bigsocialblock__social-icon {
   color: #fff;
   border-color: #fff;
 }
 /* Dark */
 .bsb--theme-dark .bigsocialblock__title, .bsb--theme-dark .bigsocialblock__count, .bsb--theme-dark .bigsocialblock__follow {
   color: #fff;
 }
 .bsb--theme-dark .bigsocialblock__social-icon {
   color: #fff;
   border-color: #fff;
 }
 /* Style 1 */
 .bigsocialblock__item:hover {
   box-shadow: 0 6px 22px 4px rgba(0, 0, 0, .4);
   z-index: 1;
 }
 .bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__title {
   bottom: 70px;
 }
 .bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__count, .bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__follow {
   opacity: 1;
   visibility: visible;
   z-index: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
 }
 .bigsocialblock__item:hover .bigsocialblock__social-icon {
   opacity: 1;
 }
 .bigsocialblock.type-chover .bigsocialblock__bg {
   opacity: 0;
   -webkit-transition: opacity .2s ease-out;
   transition: opacity .2s ease-out;
 }
 .bigsocialblock.type-chover .bigsocialblock__item:hover .bigsocialblock__bg {
   opacity: 1;
 }
 /*** Icon Box - Default element */
 .kl-iconbox__title {
   font-family: Open Sans;
   font-size: 1.4rem;
   line-height: 1.7;
   font-weight: 600;
   font-style: normal;
 }
 .kl-iconbox {
   margin-bottom: 30px;
 }
 .kl-iconbox__icon-wrapper, .kl-iconbox__title-wrapper {
   margin-top: 0;
   margin-bottom: 15px;
 }
 .kl-iconbox__content-wrapper {
   overflow: hidden;
 }
 .kl-iconbox__title {
   margin: 0;
 }
 .kl-iconbox__icon {
   line-height: 1;
   font-size: 42px;
   -webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
 /* Floated Icons  */
 .kl-iconbox--fleft .kl-iconbox__icon-wrapper {
   float: left;
   margin-right: 20px;
 }
 .kl-iconbox.stage .kl-iconbox__icon {
   color: #d1d1d1;
 }
 /* Goboxes (stepsbox2) */
 .gobox {
   color: #535353;
   padding: 25px;
   min-height: 100px;
   position: relative;
   line-height: 1.6;
   margin-bottom: 25px;
   border-radius: 5px;
   display: table-cell;
 }
 .gobox-content {
   z-index: 1;
   position: relative;
 }
 .gobox-content p {
   font-size: 1.1rem;
   color: #fff;
 }
 .gobox-content p:last-child {
   margin-bottom: 0;
 }
 .gobox h4 {
   margin-top: 0;
   text-transform: uppercase;
   font-size: 1.3rem;
   font-weight: bold;
   color: #fff;
 }
 .gobox:before, .gobox:after {
   content: '';
   position: absolute;
   top: 50%;
 }
 .gobox:before {
   margin-top: 0;
   top: 0;
   left: -5px;
   width: 40%;
   height: 100%;
   border-radius: 5px;
   -webkit-transform: skewX(-12deg);
   -ms-transform: skewX(-12deg);
   transform: skewX(-12deg);
   -webkit-transform-origin: top left;
   -ms-transform-origin: top left;
   transform-origin: top left;
 }
 .gobox:after {
   margin-top: 0;
   top: 0;
   right: 0;
   width: 40%;
   height: 100%;
   border-radius: 5px;
   -webkit-transform: skewX(-12deg);
   -ms-transform: skewX(-12deg);
   transform: skewX(-12deg);
   -webkit-transform-origin: bottom right;
   -ms-transform-origin: bottom right;
   transform-origin: bottom right;
 }
 .gobox.gobox-first:before, .gobox.gobox-last:after {
   display: none
 }
 .gobox.ok:before, .gobox.ok:after, .gobox.ok {
   font-size: 1.1rem;
   color: #fff;
 }
 .gobox.ok h4 {
   color: #fff;
 }
 .gobox.ok > .far {
   font-size: 42px;
   color: rgba(255, 255, 255, 0.6);
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   position: absolute;
   left: 0px;
 }
 .gobox.ok > .far + .gobox-content {
   overflow: hidden;
   margin-left: 30px;
 }
 a.step_link {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
 }
 /* Footer Default style */
 #footer {
   position: relative;
 }
 #footer .menu {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 /* Footer style 5 */
 #footer[data-footer-style="5"] {
   padding: 0;
   color: rgba(255, 255, 255, 0.6);
 }
 #footer[data-footer-style="5"] .main-footer {
   font-size: 16px;
 }
 #footer[data-footer-style="5"] a {
   color: rgba(195, 195, 195, 0.6);
 }
 #footer[data-footer-style="5"] a:hover {
   color: rgba(255, 255, 255, 0.6);
 }
 #footer[data-footer-style="5"] .social-icons {
   float: left;
   margin-left: 0;
 }
 #footer[data-footer-style="5"] h4.simple-title {
   font-size: 1.2rem;
   font-weight: bold;
   margin-bottom: 25px;
   text-transform: uppercase;
   font-family: 'Open Sans', sans-serif !important;
 }
 #footer[data-footer-style="5"] .main-footer ul.menu li {
   border-top: 1px solid #555;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   font-size: 16px;
   padding: 5px 0;
 }
 #footer[data-footer-style="5"] .main-footer ul.menu li:first-child {
   border-top: 0;
   padding: 0 0 5px;
 }
 #footer[data-footer-style="5"] .main-footer ul.menu li a {
   line-height: 0.9rem;
   line-height: 1.5;
   display: inline-block;
   padding: 10px 0;
 }
 #footer[data-footer-style="5"] .bottom-footer ul.menu li {
   line-height: 1.6;
   display: inline-block;
   margin: 0 10px;
 }
 #footer[data-footer-style="5"] .bottom-footer ul.menu li:first-child {
   border-top: 0;
 }
 #footer .social-icons {
   float: right;
 }
 #footer .social-icons li {
   margin: 0 0 0 10px;
 }
 #footer .social-icons li:first-child {
   margin-left: 0;
 }
 .footer-logo-container {
   margin-bottom: 20px;
   text-align: left;
 }
 .footer-logo {
   float: left;
 }
 /* css transitions - reducing transitions lines */
 .topnav .topnav-item a, .topnav .topnav-item span, .topnav .topnav-item i, #totop, .theHoverBorder, .hoverBorder h6, .partners_carousel li a, .hoverBorder:hover img, .gobox, .circlehover span, .process_box, .ptcarousel .controls > a {
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
 }
 /*** Testimonials Partners */
 .ts-pt-testimonials {
   margin-left: -50px;
 }
 .ts-pt-testimonials__item {
   float: left;
   margin-left: 40px;
   margin-bottom: 50px;
   margin-right: 40px;
   color: #fff;
 }
 .ts-pt-testimonials__item--size-1 {
   width: -webkit-calc(33.33% - 50px);
   width: calc(33.33% - 50px);
 }
 .ts-pt-testimonials__item--size-2 {
   width: -webkit-calc(50% - 10px);
   width: calc(50% - 10px);
 }
 .ts-pt-testimonials__item--size-3 {
   width: -webkit-calc(75% - 50px);
   width: calc(75% - 50px);
 }
 .ts-pt-testimonials__item--size-4 {
   width: -webkit-calc(100% - 50px);
   width: calc(100% - 50px);
 }
 .ts-pt-testimonials__text {
   background: rgba(255, 255, 255, 0.2);
   border-radius: 3px;
   padding: 40px 25px 40px;
   font-size: 1.3rem;
   font-weight: 400;
   font-style: italic;
   line-height: 1.7;
   position: relative;
 }
 .ts-pt-testimonials__text:after {
   content: '';
   position: absolute;
   left: 55px;
   border: 13px solid transparent;
 }
 .ts-pt-testimonials__item--normal .ts-pt-testimonials__infos {
   margin-top: 15px;
 }
 .ts-pt-testimonials__img {
   position: relative;
   width: 110px;
   height: 110px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   border-radius: 50%;
   overflow: hidden;
   float: left;
   margin-right: 20px;
   margin-left: 25px;
   border: 5px solid rgba(255, 255, 255, 0.2);
   background-clip: content-box;
 }
 .ts-pt-testimonials__item--normal .ts-pt-testimonials__img {
   margin-top: -35px;
 }
 .ts-pt-testimonials__item--size-1 .ts-pt-testimonials__img {
   width: 60px;
   height: 60px;
   margin-left: 5px;
   margin-top: 0;
 }
 .ts-pt-testimonials__name {
   font-size: 16px;
   line-height: 1.4;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 0;
   margin-top: 0;
   font-family: 'Open Sans', sans-serif !important;
 }
 .ts-pt-testimonials__item--size-1 .ts-pt-testimonials__name {
   font-size: 14px;
 }
 .ts-pt-testimonials__position {
   font-size: 13px;
   line-height: 1.4;
   font-weight: 300;
   opacity: 0.5;
   margin-bottom: 5px;
 }
 .ts-pt-testimonials__stars span {
   font-size: 11px;
 }
 .ts-pt-testimonials__stars--1 span:nth-child(1) ~ span, .ts-pt-testimonials__stars--2 span:nth-child(2) ~ span, .ts-pt-testimonials__stars--3 span:nth-child(3) ~ span, .ts-pt-testimonials__stars--4 span:nth-child(4) ~ span {
   opacity: .3;
 }
 /* Style 2 */
 /* Testimonial content */
 .team-boxes__carousel-wrapper2 {
   position: relative;
   padding-right: 10px;
 }
 .team-boxes__carousel-wrapper {
   position: relative;
 }
 .team-boxes__carousel-wrapper .hgSlickNav {
   position: absolute;
   top: -30px;
   right: 30px;
 }
 .team-boxes__carousel-wrapper .hgSlickNav-arr, .team-boxes__carousel-wrapper .hgSlickNav-arr svg {
   width: 25px;
 }
 .ts-pt-testimonials__item.ts-pt-testimonials__item--size-2 {
   margin-left: 10px;
   margin-bottom: 10px;
   color: #535353;
   margin-right: 0px;
 }
 .ts-pt-testimonials__item--size-2 .ts-pt-testimonials__text {
   background: rgba(0, 0, 0, 0.2);
 }
 .ts-pt-testimonials__item--size-2 .ts-pt-testimonials__img {
   border: 5px solid rgba(0, 0, 0, 0.2);
   width: 60px;
   height: 60px;
   margin-left: 5px;
   margin-top: 0;
 }
 .ts-pt-testimonials__item--size-2 .ts-pt-testimonials__position {
   opacity: 1;
 }
 /* VIDEO EMBED */
 .fluid-width-video-wrapper {
   width: 100%;
   position: relative;
   padding: 0;
 }
 .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 /*** Media Container */
 .media-container {
   position: relative;
 }
 .media-container .kl-title-block {
   z-index: 1;
 }
 /* Icon list (for demo purposes) */
 .kl-icon-list {
   margin: 0 0 30px;
   padding: 0px;
   list-style: none;
 }
 .kl-icon-list li {
   width: 13%;
   display: inline-block;
   font-size: 32px;
   margin: 0 6px 10px;
   text-align: center;
   float: left;
   padding: 30px 0;
   border-radius: 3px;
   border: 1px solid transparent;
   color: #999;
   -webkit-transition: all .15s ease-out;
   transition: all .15s ease-out;
   position: relative;
   cursor: pointer;
 }
 .kl-icon-list li:hover {
   border-color: #ddd;
   color: #535353;
 }
 .kl-icon-list li:after {
   position: absolute;
   top: 80%;
   left: 50%;
   transform: translateX(-50%);
   content: 'Click to copy "'attr(class) '"';
   background-color: rgba(0, 0, 0, .8);
   padding: 10px;
   font-size: 10px;
   font-family: sans-serif;
   font-weight: bold;
   color: #fff;
   min-width: 270px;
   line-height: 1;
   text-align: center;
   border-radius: 3px;
   display: none;
   transition: background-color .2s ease-out, min-width .2s ease-out;
   z-index: 10;
 }
 .kl-icon-list li:hover:after {
   display: block;
 }
 .kl-icon-list li.is-copied:after {
   background-color: #4CAF50;
   content: "Copied!";
   min-width: 0;
 }
 /* Caroufredsel Default */
 .caroufredsel {
   margin: 0;
   position: relative;
   zoom: 1;
 }
 .caroufredsel ul.slides {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .cfs--default {
   margin: 0;
   position: relative;
   zoom: 1;
   padding-left: 0;
 }
 .cfs--default > ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .cfs--default .cfs--item, .cfs--default > ul > li {
   display: block;
   float: left;
   position: relative;
 }
 /* CFS SVG navigation */
 .cfs-svg--next, .cfs-svg--prev {
   width: 40px;
   height: 60px;
   display: block !important;
   cursor: pointer;
 }
 .cfs-svg--next svg, .cfs-svg--prev svg {
   display: inline-block;
 }
 .cfs-svg--next polyline, .cfs-svg--prev polyline {
   -webkit-transition: stroke-width 250ms ease-in-out;
   transition: stroke-width 250ms ease-in-out;
 }
 .cfs-svg--prev:hover polyline, .cfs-svg--prev:focus polyline {
   stroke-width: 3px;
 }
 .cfs-svg--prev:active polyline {
   stroke-width: 6px;
   -webkit-transition: stroke-width 100ms ease-in-out;
   transition: stroke-width 100ms ease-in-out;
 }
 .cfs-svg--next:hover polyline, .cfs-svg--next:focus polyline {
   stroke-width: 3px;
 }
 .cfs-svg--next:active polyline {
   stroke-width: 10px;
   -webkit-transition: stroke-width 100ms ease-in-out;
   transition: stroke-width 100ms ease-in-out;
 }
 /*cfs-nav*/
 .cfs--navigation a {
   display: block;
   width: 40px;
   height: 40px;
   margin: -20px 0 0;
   position: absolute;
   top: 50%;
   z-index: 10;
   overflow: hidden;
   opacity: 0;
   line-height: 40px;
   text-decoration: none;
   text-align: center;
   cursor: pointer;
   -webkit-transition: all .15s ease;
   transition: all .15s ease;
   color: #eee;
   color: rgba(255, 255, 255, 0.15);
 }
 .cfs--prev {
   text-align: left;
   left: 10px;
 }
 .cfs--next {
   text-align: right;
   right: 10px;
 }
 .stg-slimmer-arrows .cfs--prev::before, .stg-slimmer-arrows ~ .cfs--navigation .cfs--prev::before {
   content: "\f053";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
 }
 .stg-slimmer-arrows .cfs--next::before, .stg-slimmer-arrows ~ .cfs--navigation .cfs--next::before {
   content: "\f054";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
 }
 .stg-slim-arrows .cfs--prev::before, .stg-slim-arrows ~ .cfs--navigation .cfs--prev::before {
   content: "\f053";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
 }
 .stg-slim-arrows .cfs--next::before, .stg-slim-arrows ~ .cfs--navigation .cfs--next::before {
   content: "\f054";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
 }
 .caroufredsel:hover .cfs--prev {
   opacity: 0.7;
 }
 .caroufredsel:hover .cfs--next, .caroufredsel:hover ~ .cfs--navigation .cfs--next {
   opacity: 0.7;
 }
 .caroufredsel:hover .cfs--next:hover, .caroufredsel:hover .cfs--prev:hover, .caroufredsel:hover ~ .cfs--navigation .cfs--next:hover, .caroufredsel:hover ~ .cfs--navigation .cfs--prev:hover {
   opacity: 1;
 }
 /* caroufredsel hoverstyle */
 .stl-hoverstyle .cfs--navigation a {
   width: 76px;
   height: 70px;
   color: #fff;
   line-height: 70px;
   text-align: center;
   opacity: 0.7;
   margin: -35px 0 0;
 }
 .stl-hoverstyle:hover .cfs--navigation a {
   width: 76px;
   height: 70px;
   color: #fff;
   line-height: 70px;
   text-align: center;
   opacity: 1;
 }
 .stl-hoverstyle .cfs--navigation a:before {
   font-size: 32px;
 }
 .stl-hoverstyle .cfs--prev {
   left: 0;
   border-radius: 0 3px 3px 0;
 }
 .stl-hoverstyle .cfs--next {
   right: 0;
   border-radius: 3px 0 0 3px;
 }
 .caroufredsel_wrapper .slides li {
   position: relative;
   display: block;
   float: left;
 }
 .caroufredsel_wrapper .playVideo, .js-slick .playVideo {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
 }
 /*** Static content */
 .static-content__wrapper {
   width: 100%;
   overflow: hidden;
   min-height: 450px;
 }
 /* Source Styles */
 .static-content__source + .static-content__inner {
   position: relative;
 }
 .static-content__source {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
 }
 /* Safe padding */
 .kl-slideshow .kl-slideshow-safepadding {
   padding-top: 60px;
   padding-bottom: 50px;
 }
 .static-content--fullscreen {
   height: auto;
 }
 .static-content--fullscreen .th-google_map {
   height: 100vh !important;
 }
 /* Static Content - default */
 .static-content {
   color: #fff;
   padding-top: 20px;
 }
 .static-content__title {
   font-size: 3.5rem;
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
   line-height: 1.1;
   padding-bottom: 10px;
 }
 .static-content__subtitle {
   font-size: 2rem;
   font-weight: 400;
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
   line-height: 1.4;
   padding: 20px 0;
 }
 .static-content__subtitle .stronger {
   font-weight: 600;
   border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
   padding-bottom: 2px;
   cursor: help;
 }
 .static-content__slideshow .static-content .sc__features {
   margin: 30px 0;
   list-style: none;
   padding-left: 0;
 }
 /* CONTACT SIDEBAR */
 .kl-contentmaps__panel {
   position: relative;
   width: 100%;
   top: 0;
   z-index: 1;
   background: #ddd;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
 }
 .kl-contentmaps__panel-info {
   padding: 30px;
 }
 .kl-contentmaps__panel-info-text {
   font-size: 16px;
   text-align: center;
   padding-top: 10px;
   -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out;
   transition: max-height .3s ease-out, padding-top .3s ease-out;
 }
 .kl-contentmaps__panel-title {
   font-size: 1.3rem;
   line-height: 1.2em;
   font-weight: 600;
   margin-top: 0;
   margin-bottom: 0;
   text-align: center;
   text-transform: uppercase;
 }
 .kl-contentmaps__linkapp {
   margin: 20px;
   display: block;
 }
 .kl-contentmaps__panel-tgg {
   display: block;
   width: 30px;
   height: 30px;
   border: 2px solid #fff;
   border-radius: 50%;
   position: absolute;
   z-index: 1;
   right: 20px;
   top: 20px;
   margin: 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   opacity: .8;
   -webkit-transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
   transition: opacity .2s ease-out, transform .4s ease-out;
   background-color: rgba(0, 0, 0, 0.3);
 }
 .kl-contentmaps__panel-tgg:hover {
   opacity: 1;
 }
 .kl-contentmaps__panel-tgg:before, .kl-contentmaps__panel-tgg:after {
   content: '';
   width: 2px;
   height: 14px;
   background: #fff;
   display: block;
   transform-origin: 50%;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -7px;
   margin-left: -1px;
 }
 .kl-contentmaps__panel-tgg:after {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 /* Parallax Effects in static content - product presentation alternative */
 .parallax-effects {
   position: absolute;
   z-index: 0;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .parallax-effects .layer {
   width: 100%;
   height: 100%;
 }
 .parallax-effects .layer-element {
   position: absolute;
 }
 #page_wrapper .parallax-effects .slide-image {
   width: 110%;
   height: 110%;
   left: -5%;
   top: -5%;
 }
 /* Team Member Block */
 .team-member {
   margin: 0 15px 3px;
   padding: 0 0 15px;
   margin-bottom: 40px;
   border-radius: 2px;
   border: 1px solid #ddd;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 }
 .team-member .mmb-title {
   margin-top: 10px;
   margin-bottom: 5px;
   font-size: 24px;
   padding: 0 15px;
 }
 .team-member .mmb-position {
   margin-bottom: 10px;
   font-size: 16px;
   padding: 0 15px;
 }
 .team-member .mmb-desc {
   padding: 0 15px;
   font-size: 15px;
 }
 /* Slick slider default styles */
 .slick-slider {
   position: relative;
   display: block;
   box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
 }
 .slick-list {
   position: relative;
   display: block;
   overflow: hidden;
   margin: 0;
   padding: 0;
 }
 .slick-list:focus {
   outline: none;
 }
 .slick-list.dragging {
   cursor: pointer;
 }
 .slick-slider .slick-track, .slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .slick-track {
   position: relative;
   top: 0;
   left: 0;
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 .slick-track:before, .slick-track:after {
   display: table;
   content: '';
 }
 .slick-track:after {
   clear: both;
 }
 .slick-loading .slick-track {
   visibility: hidden;
 }
 .slick-slide {
   display: none;
   float: left;
   height: 100%;
   min-height: 1px;
 }
 [dir='rtl'] .slick-slide {
   float: right;
 }
 .slick-slide img {
   display: block;
 }
 .slick-slide.slick-loading img {
   display: none;
 }
 .slick-slide.dragging img {
   pointer-events: none;
 }
 .slick-initialized .slick-slide {
   display: block;
 }
 .slick-loading .slick-slide {
   visibility: hidden;
 }
 .slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
 }
 .slick-arrow.slick-hidden {
   display: none;
 }
 /* Slider */
 .slick-loading .slick-list {
   background: #fff url('../images/ajax-loader.gif') center center no-repeat;
 }
 /* Arrows */
 .slick--showOnMouseover .hgSlickNav {
   opacity: 0;
   -webkit-transition: opacity .15s ease-out;
   transition: opacity .15s ease-out;
 }
 .slick--showOnMouseover:hover .hgSlickNav {
   opacity: 1;
 }
 .hgSlickNav-arr, .hgSlickNav-arr svg {
   width: 18px;
   height: 18px;
   cursor: pointer;
 }
 .hgSlickNav-arr polyline {
   -webkit-transition: all .15s ease-out;
   transition: all .15s ease-out;
   stroke: #a9a9a9;
 }
 .hgSlickNav-arr:hover polyline {
   stroke-width: 35px;
 }
 .hgSlickNav-arr:active polyline {
   stroke-width: 50px;
 }
 .hgSlickNav-arr.hgSlickNav-prev {
   text-align: left;
 }
 .hgSlickNav-arr.hgSlickNav-next {
   text-align: right;
 }
 /* Dots */
 .slick-dotted.slick-slider {
   margin-bottom: 30px;
 }
 .slick-dots li {
   display: inline-block;
   margin: 0;
   padding: 0;
   cursor: pointer;
 }
 .slick-dots .slickBtn {
   font-size: 0;
   line-height: 0;
   display: block;
   width: 20px;
   height: 20px;
   padding: 5px;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   background: transparent;
 }
 .slick-dots li button, .hgSlickNav--light .slick-dots li button {
   background-color: #fff;
   width: 3px;
   height: 3px;
   border-radius: 50%;
   padding: 5px;
   opacity: .5;
   -webkit-transition: opacity .2s;
   transition: opacity .2s;
   margin-right: 5px;
 }
 .hgSlickNav--light polyline {
   stroke: #ececec
 }
 .hgSlickNav--light .slick-dots li.slick-active button {
   opacity: .8;
 }
 /* INSURANCE SLIDER */
 .ts-pt-partners__carousel-wrapper {
   width: 100%;
 }
 .ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
   width: 80%;
   float: left;
 }
 .ts-pt-partners__carousel-item {
   float: left;
   height: 120px;
   line-height: 120px;
   vertical-align: middle;
   text-align: center;
 }
 .ts-pt-partners__carousel.non-slick {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .ts-pt-partners__carousel.non-slick .ts-pt-partners__carousel-item {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
 }
 .ts-pt-partners__img {
   max-height: 120px;
   margin: 0 auto;
   width: auto;
   border: 1px solid #a9a9a9;
   padding: 15px;
   border-radius: 10px;
 }
 .slickSlider--activated .slick-active .ts-pt-partners__img {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
   -webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 0.6s ease 0s;
   transition: opacity 0.6s ease 0.1s, -webkit-transform 0.6s ease 0s;
   transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0s;
   transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
 }
 .slickSlider--activated .slick-active ~ .slick-active .ts-pt-partners__img {
   -webkit-transition-delay: 0.2s, 0.1s;
   transition-delay: 0.2s, 0.1s;
 }
 .slickSlider--activated .slick-active ~ .slick-active ~ .slick-active .ts-pt-partners__img {
   -webkit-transition-delay: 0.3s, 0.2s;
   transition-delay: 0.3s, 0.2s;
 }
 .slickSlider--activated .slick-active ~ .slick-active ~ .slick-active ~ .slick-active .ts-pt-partners__img {
   -webkit-transition-delay: 0.4s, 0.3s;
   transition-delay: 0.4s, 0.3s;
 }
 /* ABOUT PAGE SLIDER */
 .ptcarousel--frames-modern {
   position: relative;
   padding-bottom: 0;
   height: 100%;
 }
 .ptcarousel ul {
   margin: 0;
   padding: 0;
   list-style: none;
   overflow: hidden;
 }
 .ptcarousel li {
   float: left;
 }
 .ptcarousel .controls > a {
   position: absolute;
   left: 15px;
   top: 50%;
   z-index: 11;
   background: #000;
   display: inline-block !important;
   margin: 0;
   margin-top: -12px;
   width: 30px;
   height: 31px;
   text-align: center;
   border-radius: 2px;
   opacity: 0;
 }
 .img-intro img {
   height: 100% !important;
   max-width: 991px !important;
 }
 .hg_general__carousel .hgSlickNav-arr {
   position: absolute;
   left: 15px;
   top: 50%;
   z-index: 11;
   background: rgba(0, 0, 0, .2);
   margin: 0;
   margin-top: -25px;
   width: 50px;
   height: 50px;
   text-align: center;
   border-radius: 2px;
   opacity: 0;
 }
 .hg_general__carousel .hgSlickNav-arr svg {
   display: block;
   margin: 0 auto;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   position: relative;
 }
 .hg_general__carousel .hgSlickNav-arr polyline {
   stroke: #fff;
 }
 .hg_general__carousel .hgSlickNav-arr.hgSlickNav-prev {
   text-align: left;
 }
 .hg_general__carousel .hgSlickNav-arr.hgSlickNav-next {
   left: auto;
   right: 15px;
 }
 .hg_general__carousel:hover .hgSlickNav-arr {
   opacity: 1;
 }
 /* DB Custom */
 .nps-banner {
   position: absolute;
   z-index: 1;
 }
 #base {
   height: 210px;
   margin-top: -100px;
   position: relative;
   width: 100%;
   border-radius: 66% 39% 59% 41% / 30% 28% 72% 70%;
 }
 #base h4 {
   font-size: 4.8rem;
   color: #fff;
   text-align: center;
   font-family: 'Bebas Neue', cursive;
   line-height: .75;
   padding-top: 20px;
 }
#base h6 {
   color: #fff;
   text-align: center;
   padding-bottom: 15px;
 }
 #base p {
   font-size: 2rem;
   font-family: 'Bebas Neue', cursive;
   color: #fff;
   text-align: center;
   line-height: 1.1;
   padding-bottom: 0px;
 }
 .circle-btn {
   font-style: italic;
   font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
   padding: 28px 8px;
   border: 2px solid white;
   border-radius: 100%;
   font-size: 1.2rem;
   line-height: 2;
   color: #fff;
   text-align: center;
   margin-top: 5px;
 }
 .badges {
   padding: 20px 15px 0;
 }
 body .uwy {
   z-index: 3 !important;
 }