.tcolor {color: #fb6e22 !important;}
.tbgcolor {background-color: #fb6e22 !important;}
.tbg {background-color: #26addf !important;}
.media-container { position: relative;}
.page-subheader, .kl-slideshow {position: relative; top: 0; z-index: 0;overflow: hidden;}
.h-300 {height: 300px !important;}
.h-600 {height: 600px !important;}
.min-200 {min-height: 200px !important;}
.min-460 {min-height: 460px !important;}
.min-500 {min-height: 500px !important;}
.min-600 {min-height: 600px !important;}
/* Gutter Sizes - Medium */
.row.gutter-md {margin-right: 0; margin-left: 0;}
.row.gutter-md > [class*="col-"] {padding-right: 15px; padding-left: 15px;}

ul.list-style1,
ul.list-style2 { margin-left:0; padding-left: 0;}
ul.list-style1 li,
ul.list-style2 li { list-style:none; background:url(../images/list-style1.png) no-repeat 2px 8px; padding-left: 15px; margin-bottom: 4px;}
ul.list-style2 li { background:url(../images/list-style2.png) no-repeat 2px 5px; padding-left: 25px;}

/*fancy-list - style for unordered lists */
ul.fancy-list,
ul.fancy-list ul {padding:0; list-style:none; color: inherit;}
ul.fancy-list ul { margin-top: 10px; }
ul.fancy-list li {border-top:1px solid #e6e6e6; line-height:1.4; padding: 12px 0;}
ul.fancy-list li:first-child {border-top:0; }
ul.fancy-list[data-columns="2"] li:nth-child(2) {border-top: 0;}
ul.fancy-list.pluses li::before { content: '+'; font-size: 16px; opacity: .8; font-weight: 700;}
ul.fancy-list li a { font-size:13px; color: inherit; text-decoration:none; line-height:1.6; display:block;  position:relative;}
ul.fancy-list li a:hover { color:#fb6e22; }
ul.fancy-list.right-icon li a::after {font-family: 'icomoon'; content:'\e007'; color:#fb6e22; font-size: 11px; line-height:1;  margin-right: 0px; position:absolute; right:0; top:50%; margin-top:-5px;}
ul.fancy-list.right-icon li::before,
ul.fancy-list.right-icon.pluses li::before {display:none;}
.fancy-list li::before {content: ''; display: inline-block; margin-right: 12px; width: 8px; height: 2px; background: #E1E1E1; vertical-align: middle; -webkit-transition: all .15s ease-out; transition: all .15s ease-out;}
.fancy-list li:hover::before {width: 12px; margin-right: 8px; background: #fb6e22;}

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

/* Symbol - small line and border */
.tbk-symbol--line_border .tbk__symbol span {display: inline-block; width:50px; height: 3px; background-color: #26addf; margin-right: 25px;
    margin-left: 25px; vertical-align: middle;}
.tbk-symbol--line_border .tbk__symbol:before,
.tbk-symbol--line_border .tbk__symbol:after {content:''; display: inline-block; width:calc(50% - 50px); height: 1px; background-color: #26addf;
    vertical-align: middle; }

/* 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;}
@media (min-width: 768px) {
    .hg_col_eq_first { padding-left: calc( ( 100vw - 750px ) / 2 );}
    .hg_col_eq_last { padding-right: calc( ( 100vw - 750px ) / 2 );}

    /* Gutter Sizes - Small */
    .row.gutter-sm { margin-right: -15px; margin-left: -15px;}
    .row.gutter-sm > [class*="col-"] {padding-right: 10px; padding-left: 10px;}
    /* Gutter Sizes - Extra small */
    .row.gutter-xs { margin-right: -5px; margin-left: -5px;}
    .row.gutter-xs > [class*="col-"] {padding-right: 20px; padding-left: 20px;}
    /* Gutter Sizes - zero gutter */
    .row.gutter-0 { margin-right: -15px; margin-left: -15px;}
    .row.gutter-0 > [class*="col-"] {padding-right: 15px; padding-left: 15px;}
}
@media (min-width: 992px) {
    .hg_col_eq_first { padding-left: calc( ( 100vw - 970px ) / 2 );}
    .hg_col_eq_last { padding-right: calc( ( 100vw - 970px ) / 2 );}

    /* Gutter Sizes - Medium */
    .row.gutter-md { margin-right: -25px; margin-left: -25px;}
    .row.gutter-md > [class*="col-"] {padding-right: 25px; padding-left: 25px;}
}
@media (min-width: 1200px) {
    /* Gutter Sizes - Large */
    .row.gutter-lg {margin-right: -45px; margin-left: -45px;}
    .row.gutter-lg > [class*="col-"] {padding-right: 30px; padding-left: 30px;}

    .hg_col_eq_first { padding-left: calc( ( 100vw - 1170px ) / 2 );}
    .hg_col_eq_last { padding-right: calc( ( 100vw - 1170px ) / 2 );}

    body.boxed-layout .hg_col_eq_first {padding-left: 30px;}
}
@media (max-width: 992px) {
    .hover-box-2 {margin-bottom: 25px;}
}
@media (max-width: 767px) {
    .hover-box.hover-box-2 { margin-bottom: 15px;}
}
/* 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;}

@media (min-width: 1200px) {
    .media-container {
        height: 300px;
    }
}
@media (min-width: 992px) {

}
/* 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-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed}
.kl-bg-source__overlay { pointer-events: none;}
.kl-bg-source__video {}
.kl-bg-source__iframe { position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 56.25%;}
.kl-bg-source__iframe iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.kl-bg-source__overlay-gloss { pointer-events: none; position: absolute; top: 0; left: -43%; background-color: #FFF; width: 100%; -webkit-transform: skewX(-55deg); -ms-transform: skewX(-55deg); transform: skewX(-55deg); height: 100%; -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; opacity: .08;}


.parallax {background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}
.parallax [class*='col-'] { z-index: 2; }
/* Source Mask */
.ls-source__mask {position: absolute; bottom:0; left:0; height: 20vh; background:#fff; width: 100%; -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: skewY(-2deg); -ms-transform: skewY(-2deg); transform: skewY(-2deg); -webkit-backface-visibility:hidden;}
.ls-source__mask.ls-source__mask-front {background: -moz-linear-gradient(top, rgba(245,245,245,0.6) 0%, rgba(251,251,251,1) 60%); background: -webkit-linear-gradient(top,  rgba(245,245,245,0.6) 0%, rgba(251,251,251,1) 60%); background: -o-linear-gradient(top, rgba(245,245,245,0.6) 0%,rgba(251,251,251,1) 60%); background: -ms-linear-gradient(top,  rgba(245,245,245,0.6) 0%,rgba(251,251,251,1) 60%); background: linear-gradient(to bottom, rgba(245,245,245,0.6) 0%, rgba(251,251,251,1) 60%);}
.ls-source__mask.ls-source__mask-back {background:rgba(255,255,255,.4); -webkit-transform: skewY(-3.1deg); -ms-transform: skewY(-3.1deg); transform: skewY(-3.1deg); -webkit-backface-visibility:hidden;bottom: 40px;}

.kl-title-block {padding-top: 0;padding-bottom: 35px;}
.text_box { font-size: 15px; line-height: 24px;letter-spacing: .01rem; }
/*** Special Bottom masks */
.kl-bottommask {z-index: 1;}
.fake-loading ~ .kl-bottommask {z-index: 2;}

/* Shadow up mask Simple */
.maskcontainer--shadow_simple {border-bottom: 0 !important;}
.kl-bottommask--shadow_simple {position:absolute; bottom:0; left:0; width:100%; height:6px; background:url(../img/shadow-up.png) no-repeat center bottom;
    z-index: 2; border-bottom:0; box-sizing: content-box; background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%); }

/* Shadow Down mask Simple */
.maskcontainer--shadow_simple_down {border-bottom: 0 !important;}
.kl-bottommask--shadow_simple_down {position:absolute; bottom:-10px; left:0; width:100%; height:10px; background:url(../img/shadow-down.png) no-repeat center top; opacity:.6; background: -webkit-gradient(50% 0%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(50% 0%, ellipse, rgba(0,0,0,.3), transparent 70%); background: radial-gradient(ellipse at 50% 0%,rgba(0,0,0,0.3) 0, transparent 70%); background: -webkit-radial-gradient( 50% 0%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);}

/* Shadow up mask - width border and arrow */
.maskcontainer--shadow {border-bottom: 0 !important;}
.kl-bottommask--shadow {position:absolute; bottom:0; left:0; width:100%; height:6px; background:url(../img/shadow-up.png) no-repeat center bottom;
    z-index: 1; border-bottom:6px solid #FFFFFF; box-sizing: content-box;
    background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%); }
.kl-bottommask--shadow:after {content:''; position:absolute; bottom:-18px; left:50%; border:6px solid transparent; border-top-color:#fff; margin-left:-6px;}

/* Shadow up & down mask */
.maskcontainer--shadow_ud {border-bottom: 0 !important;}
.kl-bottommask--shadow_ud {position:absolute; bottom:0; left:0; width:100%; height:12px; background:url(../img/shadow-up.png) no-repeat center bottom;
    z-index: 1; border-bottom:6px solid #FFFFFF; background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%); }
.kl-bottommask--shadow_ud:after {content:''; position:absolute; bottom:-17px; left:50%; border:6px solid transparent; border-top-color:#fff; margin-left:-6px;}
.kl-bottommask--shadow_ud:before {content:''; position:absolute; bottom:-16px; left:0; width:100%; height:10px;
    background:url(../img/shadow-down.png) no-repeat center top; opacity:.6;
    background: -webkit-gradient(50% 0%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 0%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 0%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 0%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);}

/* Mask 1 */
.maskcontainer--mask1 {border-bottom: 0 !important; padding-bottom: 30px;}
.kl-bottommask--mask1 {position:absolute; bottom:0; left:0; width:100%; height:27px; z-index:99;
    background:url(../images/bottom_mask.png) no-repeat center top;}

/* Mask 2 */
.maskcontainer--mask2 {border-bottom: 0 !important; padding-bottom: 40px;}
.kl-bottommask--mask2 {position:absolute; bottom:0; left:0; width:100%; z-index:99; height:33px;
    background:url(../images/bottom_mask2.png) no-repeat center top;}

/* Mask 3 */
.maskcontainer--mask3 {border-bottom: 0 !important;}
.kl-bottommask--mask3 {position: absolute; bottom: 0; left: 0; width: 100%; height: 57px;}
.kl-bottommask--mask3 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); margin-bottom: -14px;}
.kl-bottommask--mask3 .fas {position: absolute; bottom: 10px; left: 50%; display: block; width: 30px; text-align: center; font-size: 30px; opacity: 0.2; height: 15px; top: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: 1px;}

/* Mask 4 */
.maskcontainer--mask4 {border-bottom: 0 !important; padding-bottom: 40px;}
.kl-bottommask--mask4 { position: absolute; bottom: 0; left: 0; width: 100%; height: 27px;}
.kl-bottommask--mask4 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);
    transform:translateX(-50%);}

/* Mask 3 and 4, left or right aligned */
@media  (min-width: 1200px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .fas,
    .kl-bottommask--mask4 .svgmask-right {-webkit-transform:translateX( calc(-50% + 510px) ); -ms-transform:translateX( calc(-50% + 510px) );
        transform: translateX( calc(-50% + 510px) );}
    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX( calc(-50% - 510px) ); -ms-transform:translateX( calc(-50% - 510px) ); transform: translateX( calc(-50% - 510px) );}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .fas,
    .kl-bottommask--mask4 .svgmask-right {-webkit-transform:translateX( calc(-50% + 410px) ); -ms-transform:translateX( calc(-50% + 410px) );
        transform: translateX( calc(-50% + 410px) );}
    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX( calc(-50% - 410px) ); -ms-transform:translateX( calc(-50% - 410px) );
        transform: translateX( calc(-50% - 410px) );}
}

@media (min-width: 768px) and (max-width: 991px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .fas,
    .kl-bottommask--mask4 .svgmask-right {-webkit-transform:translateX( calc(-50% + 300px) ); -ms-transform:translateX( calc(-50% + 300px) ); transform: translateX( calc(-50% + 300px) );}
    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX( calc(-50% - 300px) ); -ms-transform:translateX( calc(-50% - 300px) ); transform: translateX( calc(-50% - 300px) );}
}

@media (max-width: 767px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .fas,
    .kl-bottommask--mask4 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform: translateX(-50%);}
}

/* Mask 5 */
.maskcontainer--mask5 {border-bottom: 0 !important; padding-bottom: 75px;}
.kl-bottommask--mask5 { position: absolute; bottom: 0; left: 0; width: 100%; height: 64px;}
.kl-bottommask--mask5 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);
    transform:translateX(-50%);}
.kl-bottommask--mask5 .bmask-customfill {-webkit-transform: translateY(-1px);-ms-transform: translateY(-1px);transform: translateY(-1px);}
/* Hack for safari only to hide shadow */
.is-safari .svgmask .bmask-bgfill,
.is-safari .kl-bottommask--mask3 .bmask-bgfill,
.is-safari .kl-bottommask--mask4 .bmask-bgfill { -webkit-filter:none; filter: none;}

.is-safari .kl-bottommask--mask3 .bmask-bgfill,
.is-safari .kl-bottommask--mask4 .bmask-bgfill,
.is-safari .svgmask .bmask-bgfill {-webkit-svg-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47); transform: translateY(4px);}

/* Mask 6 */
.maskcontainer--mask6 {border-bottom: 0 !important; padding-bottom: 70px;}
.kl-bottommask--mask6 { position: absolute; bottom: 0; left: 0; width: 100%; height: 57px;}
.kl-bottommask--mask6 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);
    transform:translateX(-50%);}

/* Mask 7 */
.kl-bottommask--mask7 {position: absolute; bottom: 0; width: 100%; z-index: 1; left: 0;}
.kl-bottommask--mask7.mask-over {z-index: 2;}
.kl-bottommask--mask7.screffect {-webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%}


.playVideo {display:block; width:80px; height:80px; border:2px solid #fff; border-radius:50%; cursor: pointer; margin: 0 auto;  -webkit-transform: scale(.95) translate3d(0,0,0); -ms-transform: scale(.95) translate3d(0,0,0); transform: scale(.95) translate3d(0,0,0); -webkit-transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; -webkit-backface-visibility: hidden; vertical-align: middle;text-align: center; color: #fff; line-height: 76px; font-size: 18px;}
.playVideo:before {content: "\f04b"; font-family: 'Font Awesome 5 Pro'; font-weight: 900;}
.playVideo:hover {-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); color:#fff;text-decoration:none;}
.playVideo ~ h5 {margin:40px auto 0;}

/* Video AdBox */
.adbox.video {position:relative;}
.adbox.video:after {position:absolute; content:''; left:0; top:0; right:0; bottom:0; background-color:rgba(23, 23, 25, 0.5)}
.adbox.video > img { display: block; width: 100%;  height: auto; }
.adbox.video .video_trigger_wrapper { position: absolute; z-index:1; top:0; left: auto; margin-left: 0; margin-top: 0; width: 100%; height: 100%;}
.adbox_container {position:relative; width:100%; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.adbox_container > h5 {color: white; font-size: 11px;  min-width: 150px; margin: 0 auto; display: block; text-align: center; }

.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%;}

/* Circled Icon */
.circled-icon { display: inline-block; border-radius: 50%; width: 46px; height: 46px; line-height: 46px; box-sizing: content-box;
    text-align: center; position: relative; vertical-align: middle; border-width: 2px; border-style: solid;}
.circled-icon:before { vertical-align: middle; display: block; line-height: 46px;}
.circled-icon.ci-xsmall { width: 22px; height: 22px; line-height: 22px;}
.circled-icon.ci-xsmall:before { line-height: 23px;}
.circled-icon.ci-small { width: 36px; height: 36px; line-height: 36px;}
.circled-icon.ci-small:before { line-height: 36px;}
.circled-icon.ci-large { width: 76px; height: 76px; line-height: 76px;}
.circled-icon.ci-large:before { line-height: 76px;}
.circled-icon.ci-faded { border-color: rgba(255,255,255,.5);}

.hg_separator {margin-top: 15px; margin-bottom: 15px; border-top-style: solid; border-top-width: 1px; border-top-color: #e2e2e2;}
.hg_separator.style2 {margin-top: 30px; margin-bottom: 45px; border-top-width: 4px; border-top-color: #ededed;}
.section-shadow {box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 2px 0px rgba(0, 0, 0, 0.07), inset 0 3px 0px rgba(0, 0, 0, 0.03);}

.media-container {position: relative;}
.media-container__link--wrap {position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.media-container__link--btn {position: absolute; top: 50%; left:50%; -webkit-transform:translate3d(-50%, -50%,0); transform:translate3d(-50%, -50%,0); outline: none !important; -webkit-backface-visibility: hidden;}
.media-container__link .kl-icon {color: #fff;}
.media-container__link--btn .kl-icon:not(.circled-icon) {margin-right: 5px; -webkit-transition: margin-right .2s ease-out;
    transition:margin-right .2s ease-out;}
.media-container__link--btn:hover .kl-icon:not(.circled-icon) {margin-right: 15px;}
.media-container .kl-title-block {z-index: 1;}

.media-container__link--style-borderanim1 {padding: 10px 30px; font-size: 20px; letter-spacing: 2px; font-weight: 600; line-height: 1.2; color:#fff; text-align: center; -webkit-transition: color .2s ease-out; transition: color .2s ease-out;}
.media-container__link--style-borderanim1 > i {opacity:.8; background-color: #fff; display: block; position: absolute;
    -webkit-transition: all .2s ease-out; transition: all .2s ease-out;}
.media-container__border-tt {width: 30%; height: 2px; top: 0; left: 0;}
.media-container__border-tl {height: 70%; width: 2px; top: 7px; left: 0;}
.media-container__border-bb {width: 30%; height: 2px; bottom: 0; right: 0;}
.media-container__border-br {height: 70%; width: 2px; bottom: 7px; right: 0;}
.media-container:hover > i {opacity: 1;}
.media-container:hover .media-container__border-tt {width: 100%; height: 2px; top: 0; left: 0;}
.media-container:hover .media-container__border-tl {height: 100%; width: 2px; top: 0; left: 0;}
.media-container:hover .media-container__border-bb {width: 100%; height: 2px; bottom: 0; right: 0;}
.media-container:hover .media-container__border-br {height: 100%; width: 2px; bottom: 0; right: 0;}
/* Alternative animated border */
.media-container__link--style-borderanim2 .media-container__text{ text-align:center; font-size: 24px; letter-spacing: 4px; font-weight: 700; line-height: 1; color:#fff; position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.borderanim2-svg {position: relative;}
.borderanim2-svg__shape {stroke-width: 2px; fill: transparent; stroke: #FFF; -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s; transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;}
.media-container:hover .borderanim2-svg__shape {stroke-width: 3px; stroke-dashoffset: 0; }
.media-container .media-container__link--style-borderanim2 .media-container__text:hover { color: #fb6e22; }

.borderanim2-svg {width: 500px;}
.borderanim2-svg .media-container__text {line-height: 70px;}
.borderanim2-svg__shape {stroke-dasharray: 100px 1000px; stroke-dashoffset: -745px; stroke: #fb6e22;}
.style2:hover .borderanim2-svg__shape {stroke-dasharray: 1140px;}
.media-container__link--style-borderanim1:hover { color: #fb6e22; text-decoration:none;}
.media-container__link--style-borderanim1:hover > i {background-color: #fb6e22;}

/* Circle animation */
.circleanim-svg {width: 108px; height: 108px;}
.circleanim-svg__circle-front,
.circleanim-svg__circle-back {fill:none; stroke: #fff;}
.circleanim-svg__circle-front {stroke-dasharray: 60px 1000px; stroke-width: 5px; stroke-opacity: .5; stroke-dashoffset: 0; -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, stroke-opacity 1s; transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, stroke-opacity 1s; }
.media-container:hover .circleanim-svg__circle-front {stroke-dasharray: 340px; stroke-width: 2px; stroke-opacity:1; }

/* Media container with custom content */
.media-container.media-container--type-pb {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}

.media-container-pb {width: calc(100% - 50px); margin: 10px 25px;}

.media-container-pb.media-container-pb--alg-top {-webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start;}
.media-container-pb.media-container-pb--alg-center {-webkit-align-self: center; -ms-flex-item-align: center; align-self: center;}
.media-container-pb.media-container-pb--alg-bottom {-webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end;}

.prt-hover-slidein,
.prt-hover-slideout {-webkit-transition: all .2s ease-out; transition: all .2s ease-out;}

.prt-hover-slidein {overflow: hidden; max-height: 0; opacity: 0;}
.media-container:hover .prt-hover-slidein {opacity: 1; max-height: 200px;}
.prt-hover-slidein .tbk__subtitle {color: rgba(255,255,255,1); font-weight: 300; line-height: 30px;}
/*** End Media Container Element */

/* Circle Title text box */
.circle-text-box .wpk-circle-span {font-size: 12px; font-weight:300; display:inline-block; width: 60px; height: 60px; line-height: 60px;
    text-align: center; position: relative; color: #ffffff; -webkit-transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);
    transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);}
.circle-text-box .wpk-circle-span > span {position: relative; z-index: 1;}
.circle-text-box .wpk-circle-span:after {content: ''; position: absolute; left: 0; top: 0; display:inline-block; background-color: #26addf; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; -webkit-transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1); transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);}
.circle-text-box .wpk-circle-span { float: left; margin-right: 20px;}
.circle-text-box .wpk-circle-title { height: 55px; margin: 0 0 30px; font-size: 20px; font-weight: 600; border-bottom: 1px dotted rgba(0,0,0,0.3);
    color: #26addf;}
.circle-text-box .wpk-circle-span + .wpk-circle-title { overflow: hidden; line-height: 60px;}
.circle-text-box.style1:hover .wpk-circle-span:after {-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}
/* Circle Title text box - Style 2 */
.circle-text-box.style2 .wpk-circle-span::before { content: ''; position: absolute; right: 5px; bottom: 5px; background: #26addf; width: 14px;
    height: 14px; border-radius: 2px; -webkit-transition:all .2s cubic-bezier(0.680, 0, 0.265, 1); transition:all .2s cubic-bezier(0.680, 0, 0.265, 1);}
.circle-text-box.style2:hover .wpk-circle-span {}
.circle-text-box.style2:hover .wpk-circle-span::before { -webkit-transform:translate3d(5px, 5px, 0); transform:translate3d(5px, 5px, 0); }
.circle-text-box.style2:hover .wpk-circle-span::after { -webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2) }
/* Circle Title text box - Style 3 */
.circle-text-box.style3 .wpk-circle-span  {font-size:12px; font-weight:300; display:inline-block; background: #26addf; color:#ffffff; width: auto;
    height: 45px; line-height: 45px; text-align: right; z-index: 1; border-radius: 3px; padding-left: 25px; margin-left:-25px; padding-right: 10px;}
.circle-text-box .wpk-circle-span > span { position:relative; z-index:1; }
.circle-text-box.style3 .wpk-circle-span:after {display:none;}
.circle-text-box.style3 .wpk-circle-title { height: 42px; margin: 0 0 35px; }
.circle-text-box.style3 .wpk-circle-span + .wpk-circle-title { line-height: 45px;}
.circle-text-box.style3:hover .wpk-circle-span  { padding-left: 35px; margin-left:-35px; }

/* Hover Box Style 1 */
.hover-box {display:block; padding:15px; background:#969696; border:1px solid rgba(0,0,0,0.4); color:#fff; text-shadow:1px 1px 0 rgba(0,0,0,0.5); border-radius:3px; margin-bottom: 20px; overflow: hidden;background-color: #147da4; background-size:cover;}
.hover-box:hover, .hover-box.active {background-color:#26addf !important; color:#fff;text-decoration:none;}
.hover-box.centered {text-align:center;}
.hover-box > img {float:left; margin: 15px 15px 8px 10px;}
.hover-box.centered > img {float: none; }
.hover-box > h3 {line-height: 1.1; margin-top:0;}
.hover-box > h4 {line-height: 1.1; margin-top:0;}
.hover-box > p {margin-bottom:0;line-height: 1.1;}

/* Hover Box Style 2 & 3 */
.hover-box.hover-box-2, .hover-box.hover-box-3 { text-shadow: none; border: none; padding: 25px; margin-bottom: 0; height: 205px; position: relative;}
.hover-box.hover-box-2.active,
.hover-box.hover-box-3.active,
.hover-box.hover-box-2:hover,
.hover-box.hover-box-3:hover {box-shadow: 0 10px 2px -6px rgba(0,0,0,0.8); -webkit-transform:translateY(-4px); -ms-transform:translateY(-4px);
    transform:translateY(-4px); }
.hover-box.hover-box-3 img { display: none;}
.hover-box.hover-box-2 > h3,
.hover-box.hover-box-3 > h3 { margin-bottom: 20px;}
.hover-box.hover-box-2 > h4,
.hover-box.hover-box-3 > h4 { font-weight: bold;}
.hover-box.hover-box-2 .hb-img { width: 110px; margin: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
    transform: translateY(-50%); right:15px; float: none; max-width: none; -webkit-transition:all .2s ease-out; transition:all .2s ease-out;}
.hover-box.hover-box-2 .hb-img.rb-right {right:0;}
.hover-box.hover-box-2 > p,
.hover-box.hover-box-3 > p { line-height: 1.4;}
.hover-box.hover-box-2 > p:after,
.hover-box.hover-box-3 > p:after { content: ''; height: 3px; width: 50px; display: block; background: #fff; margin-top: 22px;}
.hover-box.hover-box-2:hover .hb-img {opacity:0; right:-100%;}
.hover-box.hover-box-2 .hb-circle {background: url(../img/circle-arr-hover.svg) no-repeat left top; width: 187px; height: 187px; display: block;
    position: absolute;bottom: -40px; right: -40px;-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);
    opacity: 0;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.hover-box.hover-box-2:hover .hb-circle {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);opacity: 1;}

/* Sidebars */
.sidebar {padding: 20px 25px;}
.col-sm-4 .sidebar {padding: 25px;}
.sidebar .widget {margin-bottom:45px;}
.sidebar .widget .widgettitle {color: #050505; line-height: 1.4; margin: 10px 0 15px; padding-bottom: 20px; position: relative; font-size: 1.3rem;text-transform: uppercase; }
.sidebar .widget .widgettitle:after {content: ''; position: absolute; left: 0; bottom: 2px; width: 50px; height: 0; border-bottom: 1px solid #26addf;}
.sidebar .widget .widgettitle:before {content: ''; position: absolute; left: 0; bottom: 2px; width: 100%; height: 0; border-bottom: 1px solid #ececec;}
.sidebar .widget ul.menu,
.sidebar .widget ul.product-categories,
.sidebar .widget ul.pagenav,
.sidebar .widget_meta > ul {margin:0; padding:0; list-style:none;}
.sidebar .widget ul.menu li,
.sidebar .widget ul.product-categories li,
.sidebar .widget ul.pagenav li,
.sidebar .widget_meta > ul li {margin-bottom:0;}
.sidebar .widget ul.menu li a,
.sidebar .widget ul.product-categories li a,
.sidebar .widget ul.pagenav li a,
.sidebar .widget_meta > ul a {color: #747474; display: inline-block; padding: 0; margin-right: 5px; position: relative; border-radius: 2px;}
.sidebar .widget ul.menu li a::before,
.sidebar .widget ul.product-categories li a::before,
.sidebar .widget ul.pagenav li a::before,
.sidebar .widget_meta > ul a::before {content: ''; display: inline-block; margin-right: 12px; width: 8px; height: 2px; background: #E1E1E1;
    vertical-align: middle; -webkit-transition: all .15s ease-out; transition: all .15s ease-out; }
.sidebar .widget ul.menu li.active > a,
.sidebar .widget ul.product-categories li.active > a,
.sidebar .widget ul.pagenav li.active a,
.sidebar .widget ul.menu li.current-cat > a,
.sidebar .widget ul.product-categories li.current-cat > a,
.sidebar .widget ul.pagenav li.current-cat > a,
.sidebar .widget ul.menu li > a:hover,
.sidebar .widget ul.product-categories li > a:hover,
.sidebar .widget ul.pagenav li a:hover,
.sidebar .widget_meta > ul a:hover {color: #000000;}
.sidebar .widget ul.menu li a:hover::before,
.sidebar .widget ul.product-categories li a:hover::before,
.sidebar .widget ul.pagenav li a:hover::before,
.sidebar .widget_meta > ul a:hover::before {width: 12px; margin-right: 8px;}
div.cloudBlock a { padding: 4px; float: left; display: block; }


/* Latest Post from sidebar */
.latest_posts.style2 {background-color: #fff; position:relative; padding: 30px 30px 10px 30px}
.latest_posts.style2 .m_title {margin-bottom: 20px;}
.latest_posts.style2 .viewall {position:absolute; top: 28px; right: 20px; font-size:10px; font-weight:bold; color:#757575;}
.latest_posts.style2 .viewall:hover {color:#111;}
.latest_posts.style2 ul.posts {margin:0; padding:0; list-style:none;}
.latest_posts.style2 ul.posts li {margin-top: 25px; border-bottom: 1px solid #ECECEC; padding-bottom: 25px;}
.latest_posts.style2 ul.posts li:last-child {margin-bottom:0; border-bottom: 0;}
.latest_posts.style2 ul.posts .title {font-size: 14px; font-weight: 700; color: #26addf; line-height: 1.6; vertical-align: middle;}
.latest_posts.style2 ul.posts .details {float:left; width:110px;}
.latest_posts.style2 ul.posts .details > span {display: inline-block; margin-bottom: 2px; font-size: 10px}
.latest_posts.style2 ul.posts .details span.date {background: #26addf; color: #fff; padding: 3px 10px; margin: 0 0 5px; position: relative;}
.latest_posts.style2 ul.posts .details span.date:after {content:''; position: absolute; bottom: -8px; left: 10px; border: 4px solid transparent; border-top-color: #26addf;}
.latest_posts.style2 ul.posts .text {margin-left: 110px;}
.latest_posts.style2 ul.posts .details > span.cat {display: block;}

.latest_posts.style3 {position: relative;}
.latest_posts.style3 .m_title {margin-bottom: 20px;}
.latest_posts.style3 .hoverBorder {margin-right:20px; margin-top: 5px; float: left; margin-bottom: 50px;}
.latest_posts.style3 .viewall {position:absolute; top: 0; right:0; font-size:10px; font-weight:bold; color:#757575;}
.latest_posts.style3 .viewall:hover {color:#111;}
.latest_posts.style3 ul.posts {margin: 0; padding: 0; list-style: none;}
.latest_posts.style3 ul.posts li {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #E3E3E3; overflow: hidden; }
.latest_posts.style3 ul.posts li:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
.latest_posts.style3 ul.posts .title {font-size: 0.95rem; margin:0 0 5px; font-weight: 600; text-shadow: 1px 1px 0 white; vertical-align: middle; line-height: 1.6; padding: 0;}
.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num { margin-left: 74px; }
.lp-post .lp-post-comments-num { color:#bababa }
.lp-post .hoverBorder + .title { overflow: hidden; }
.widget .latest_posts ul li.lp-post .hoverBorder { margin-bottom: 0; }
.latest_posts .form-control { padding-top: 0; }

.itemContainer.hg_columns {padding: 0 0 20px;}
.itemContainer.hg_columns .itemHeader,
.itemContainer.hg_columns .itemBody,
.itemContainer.hg_columns .itemLinks,
.itemContainer.hg_columns .itemTagsBlock {padding: 0 15px;}

.itemContainer.hg_columns .itemIntroText {padding: 0 0 15px; margin: 0 0 15px; border-bottom: 1px solid #F5F5F5; font-size: 0.95rem;word-wrap: break-word;}
.itemContainer .theHoverBorder { box-shadow: none; border-radius: 0 }
.itemContainer.hg_columns .hoverBorder ,
.itemContainer.hg_columns .hoverBorder img {width:100%;height: auto; border-radius: 0 }
.itemContainer.hg_columns .readMore { font-weight: normal }

.itemContainer.hg_columns h3.itemTitle  {line-height: 1.6; font-size: 1.2rem; padding: 20px 0 0;}
.itemContainer.hg_columns.hg_columns4 .readMore ,
.itemContainer.hg_columns.hg_columns3 .readMore {font-size: 13px;}

.itemThumbnail { position: relative; }
.itemThumbnail img { display: block; width: 100%; height: auto; }
.itemThumbnail > a { display: block; }
.itemThumbnail .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); opacity: 0;
    -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out; transition: opacity .25s ease-in-out, visibility .25s ease-in-out; }
.itemContainer.hg_columns:hover .overlay { opacity: 1; visibility: visible; }
.itemThumbnail .overlay__inner { position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.itemThumbnail .overlay__inner a {  margin: 0 auto; width: 48px; height: 48px;  border-radius: 30px; display: block; border: 2px solid #fff;
    position: relative; text-align: center;  overflow: hidden; color: #fff; line-height: 46px; -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.itemThumbnail .overlay__inner a:hover { width: 120px; background: #26addf; border-color: #26addf; }
.itemThumbnail .overlay__inner a:before { content: "+"; position: absolute; left: 50%; margin-left: -6px; font-size: 20px; font-weight: bold;
    opacity: 1; -webkit-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; }
.itemThumbnail .overlay__inner a:hover:before { opacity: 0; }
.itemThumbnail .overlay__inner a:after { content: attr(data-readmore); opacity: 0; font-size: 11px; -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
.itemThumbnail .overlay__inner a:hover:after {opacity: 1;}

.itemHeader .post_details {font-size: 0.8rem;color: #9a9a9a;text-transform: uppercase;margin-bottom: 15px;padding: 10px 0 10px;position: relative;-webkit-transition: opacity 150ms ease-in;transition: opacity 150ms ease-in;}
.itemHeader .post_details:before {content: ''; position: absolute; left: 0; top: -1px; width: 60px; height: 1px; background-color: #ddd }
.itemBody {line-height: 1.7;}
.itemView .itemBody {margin-bottom: 50px;}
.itemContainer.hg_columns .itemIntroText {padding: 0 0 15px;margin: 0 0 15px;border-bottom: 1px solid #F5F5F5;font-size: 0.95rem;
}
.itemContainer.hg_columns .itemLinks {float: left;list-style: none !important;font-size: 12px;color: #AAA;text-transform: uppercase;margin-top: 0;padding-left: 0;margin-bottom: 4px;margin-left: 0;font-weight: 600;
}

.hoverBorder {position:relative; display:inline-block; margin-bottom: 25px;}
.hoverBorder:hover img { border-radius:2px; opacity:0.8; }
.lp-post .hoverBorderWrapper {position:relative; display:block;width:54px;height:auto;}
.lp-post .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; }
.theHoverBorder:hover { box-shadow:0 0 0 3px #26addf 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);}
.hoverBorder:after {content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; border-radius: 3px; box-shadow: inset 0 0 0 3px hsla(0,0%,100%,.15); transition: box-shadow .2s ease-out,background-color .2s ease-out;}
.hoverBorder:hover:after {box-shadow: inset 0 0 0 3px #26addf;}


/* Image Boxes */
.image-boxes {margin-bottom:30px;}
.image-boxes .hoverBorder {margin-bottom:20px;}
.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; background:#26addf; font-size:12px; font-weight:500; line-height:1; margin: 0; border-radius: 2px;}
.imgboxes_style1 .hoverBorder:hover h6 { left:20px;}
.imgboxes_style1 img {box-shadow: 0 1px 1px rgba(0,0,0,.22)}
.imgboxes_style1 .hoverBorderWrapper { height: 270px;}

/* Style 2 */
.image-boxes.ib_style2 .hoverBorder {margin-bottom: 0;}
.imgboxes_style2 .imgboxes-wrapper {height: 270px;}

/* Style 3 */
.slidingDetails {position: relative; display: block; overflow: hidden;}
.slidingDetails img {position: relative;}
.slidingDetails,
.slidingDetails .details {-webkit-transition: all .2s cubic-bezier(0.680, 0, 0.265, 1); transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);}
.slidingDetails .details {position: absolute; left: 0; right: 0; bottom: 0; top: 100%; opacity: 0; visibility: hidden; padding: 30px; color: #fff; background: #232323; background: rgba(35,35,35,0.8);}
.slidingDetails:hover .details {visibility: visible; opacity: 1; top: 0;}
.slidingDetails:hover {box-shadow: 0 0 7px rgba(0,0,0,0.5);}
.slidingDetails .details h4 {margin-bottom: 20px;}

/* Image Boxes 1 Style 4 */
.imgboxes_style4 .imgboxes-wrapper {position: relative; display: inline-block; margin-bottom: 20px; height: 270px; width: 100%;}
.imgboxes_style4 .imgboxes-title {position: absolute; bottom: 0; color: #fff; width: 100%; text-align: center; font-size: 16px; margin-bottom: 0; padding-bottom: 30px; z-index: 0;}
.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 .imgboxes-title:after { content: ''; height: 2px; width: 30px; background: #26addf; display: block; margin: 0 auto; margin-top: 10px;
    -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; z-index: 1;}
.imgboxes_style4:hover .imgboxes-title:after, .imgboxes_style4 .active .imgboxes-title:after { width: 60px;}
.imgboxes_style4 .imgbox_image { -webkit-transition: opacity .2s ease-out; transition: opacity .2s ease-out; -webkit-backface-visibility: hidden;}
.imgboxes_style4:hover .imgbox_image, .imgboxes_style4 .active .imgbox_image {opacity:.8}
.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;}
.media-library .download-media { position: absolute; right:35px; top: 215px; }
.media-library .download-media i { color: #fff; font-size: 24px; }
/* 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; border-bottom: solid 5px #26addf; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; z-index: 1;}
.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-border-helper, .imgboxes_style4.kl-title_style_bottom .active .imgboxes-border-helper { border-bottom: solid 10px #fb6e22;}
.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title:before, .imgboxes_style4.kl-title_style_bottom .active .imgboxes-title:before {opacity:.5;}
.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title, .imgboxes_style4.kl-title_style_bottom .active .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, .imgboxes_style4.kl-title_style_left .active .imgboxes-title:after { width: 80px;}


/* Accordions elements */
/* Accordion Default Style / Re-Styling / */
.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; color: #26addf; 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 style2 */
.hg_accordion_element.style2 .th-accordion .acc-group {margin-bottom: 2px; padding: 0; border: 1px solid #e5e5e5; border-radius: 4px;}
.hg_accordion_element.style2 .th-accordion .acc-group a {display: block; width: 100%; text-align: left; position:relative; margin: 0; background: transparent; border: 0; background-color: #FFFFFF; color: #26addf; padding: 15px; font-size: 14px; font-weight: 600; cursor: pointer;}
.hg_accordion_element.style2 .th-accordion .acc-group a.collapsed {color:#505050; background-color: transparent; }
.hg_accordion_element.style2 .th-accordion .acc-group .content {padding: 10px 15px; border-top: 1px solid #E5E5E5; background-color: #FFFFFF;}
.hg_accordion_element.style2 .th-accordion .acc-group .content p:last-child {margin-bottom: 0;}
.hg_accordion_element.style2 .th-accordion .acc-group a:before,
.hg_accordion_element.style2 .th-accordion .acc-group a:after {position: absolute; content: ' '; width: 8px; height: 2px; display: block; background: #BDBDBD; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.hg_accordion_element.style2 .th-accordion .acc-group a:before {right: 20px; top: 50%; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.hg_accordion_element.style2 .th-accordion .acc-group a:after {right: 15px; top: 50%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hg_accordion_element.style2 .th-accordion .acc-group a.collapsed:before {-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hg_accordion_element.style2 .th-accordion .acc-group a.collapsed:after {-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Accordions style3 */
.hg_accordion_element.style3 .th-accordion {}
.hg_accordion_element.style3 .th-accordion .acc-group {margin-bottom: 8px; margin-left: 54px; padding-bottom: 8px; border-bottom: 1px solid #e5e5e5;}
.hg_accordion_element.style3 .th-accordion .acc-group:last-child {border-bottom: 0;}
.hg_accordion_element.style3 .th-accordion .acc-group a.open-close {display: block; width: 100%; color: #26addf; text-align: left; position:relative; margin:0; padding:10px 10px 5px 0; background:none; border:0; font-size:12px; cursor: pointer;}
.hg_accordion_element.style3 .th-accordion .acc-group a.open-close.collapsed {color: #505050;}
.hg_accordion_element.style3 .th-accordion .acc-group a.open-close:after {width: auto; height: auto; padding-right: 14px; }
.hg_accordion_element.style3 .th-accordion .acc-group a.open-close:before {width: 36px; height: 50px; background-color: #26addf; position: absolute; left: -54px; top: 5px; content: "\f068"; font-family: 'Font Awesome 5 Pro'; font-weight: 700; color: #fff;  text-align: center; border-radius: 3px; line-height: 40px; font-size: 12px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.hg_accordion_element.style3 .th-accordion .acc-group a.open-close.collapsed:before {content: "\f067"; background-color: #D3D3D3; height: 40px;}
.hg_accordion_element.style3 .th-accordion .acc-group .content {padding: 10px 15px 10px 0;}
.hg_accordion_element.style3 .th-accordion .acc-group .content p:last-child {margin-bottom: 0;}

/* Accordions - Style 4 */
.hg_accordion_element.style4 .th-accordion {border: solid 1px #26addf; border-top: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.hg_accordion_element.style4 .th-accordion .acc-group {margin-bottom: 0px;}
.hg_accordion_element.style4 .th-accordion .acc-group a {background:none; border:0; padding:4px 10px; display: block; width: 100%; text-align: left; position: relative; cursor: pointer;}
.hg_accordion_element.style4 .th-accordion .acc-group a:hover {background: #dcdcdc; color: #111;}
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] {color: #26addf;}
.hg_accordion_element.style4 .th-accordion .acc-group .content {padding: 10px;}
.hg_accordion_element.style4 > h3 {line-height: 1.4; color: #fff; font-size: 14px; font-weight: 400; text-shadow: none; padding: 15px 20px; margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; text-transform: uppercase; background-color: #26addf;}
.hg_accordion_element.style4 .th-accordion .acc-group {overflow: hidden;}
.hg_accordion_element.style4 .th-accordion .acc-group:last-child a[aria-expanded="true"] {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.hg_accordion_element.style4 .th-accordion .acc-group a:last-child {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] {background: #ffffff; border-bottom: solid 1px #E6E6E6;}
.hg_accordion_element.style4 .th-accordion .acc-group a {padding: 12px 20px; overflow: hidden; border-top: solid 1px #E6E6E6; background-color: #f9f9f9;}
.hg_accordion_element.style4 .th-accordion .acc-group:first-child a {border-top: none;}
.hg_accordion_element.style4 .th-accordion .acc-group:first-child a[aria-expanded="true"] {border-top: none;}
.hg_accordion_element.style4 .th-accordion .acc-group a:hover {background: #F5F5F5; }
.hg_accordion_element.style4 .th-accordion .acc-group .content {border-bottom: none; background: #fff; padding: 20px;}
.hg_accordion_element.style4 .th-accordion .acc-group:last-child .content {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="false"] span.acc-icon {position: absolute; right: -31px; width: 70px; height: 70px; border: 7px solid #000; border-radius: 50%; top: -7px;}
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] span.acc-icon:before,
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] span.acc-icon:after {content: ''; background-color: #000; display: inline-block; text-align: center; line-height: 63px; position: absolute; left: 50%; top: 50%;}
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] span.acc-icon:before {width: 20px; height: 6px; margin-top: -3px; margin-left: -9px;}
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] span.acc-icon:after {width: 6px; height: 19px; margin-left: -2px; margin-top: -10px;}
.hg_accordion_element.style4 .th-accordion .acc-group a span.acc-icon {position: absolute; right: -20px; width: 70px; height: 70px; opacity: .05; border: 7px solid #26addf; border-radius: 50%; top: -7px; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
.hg_accordion_element.style4 .th-accordion .acc-group a span.acc-icon:before {content: ''; width: 20px; height: 6px; background-color: #26addf; display: inline-block; text-align: center; line-height: 63px; position: absolute; left: 50%; margin-left: -9px; top: 50%; margin-top: -3px;}
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"]:hover span.acc-icon {opacity: .05;}

/* 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: 1rem; color: #474747; line-height: 2; 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:hover {color: #909090;}
.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; background: #26addf; position:absolute; left: 17px; top: 17px; line-height: 22px; font-size: 12px;}
.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; color: #888; font-size: 0.95rem; line-height: 1.7;}
.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;}

/* Services Boxes */
.services_box--classic .services_box__inner {margin-bottom: 30px}
.services_box--classic .services_box__content {overflow: hidden;}
.services_box--classic .services_box__title {font-size: 16px; font-weight: 700; line-height: 1.6; color: #26addf; margin: 15px 0; vertical-align: middle;}
.services_box--classic .services_box__icon {float: left; width: 80px; line-height: 80px; color: #fff; background: #646464; text-align: center; margin-right: 20px; vertical-align: middle; border-radius: 50%; height: 80px; -webkit-transition:background .15s ease-out; transition: background .15s ease-out; position: relative;}
.services_box--classic:hover .services_box__icon {background:#26addf;}
.services_box--classic .services_box__list {list-style:none; margin:0; padding:0;line-height: 24px;}
.services_box--classic .services_box__list li::before { content: "\f0da"; font-family: 'Font Awesome 5 Pro'; font-size: 15px; font-weight: 900; margin-right: 10px; color: #868686; top: 0; vertical-align: middle; -webkit-transition:color .15s; transition:color .15s;}
.services_box--classic .services_box__list li:hover::before { color:#454545;}
.services_box--classic .services_box__list-text { vertical-align: middle;}
/* image */
.services_box--classic .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); -webkit-transition:opacity .15s ease-out; transition:opacity .15s ease-out;}
.services_box--classic .services_box__iconimg-hover {opacity: 0;}
.services_box--classic:hover .sb--hashover .services_box__iconimg-main {opacity: 0;}
.services_box--classic:hover .services_box__iconimg-hover {opacity: 1;}
/* icon */
.services_box--classic .services_box__fonticon {color: #fff; font-size: 30px; line-height: 82px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s;}
.services_box--classic:hover .services_box__fonticon {color: #fff;}

/* Modern Services Boxes */
.services_box--modern .services_box__inner {margin-bottom:30px;position: relative;}
.services_box--modern .services_box__title {font-size: 17px; font-weight: 700; line-height: 1.4; color: #424242; margin: 15px 0; vertical-align: middle;}
.services_box--modern .services_box__icon { float:left; width:80px; line-height: 80px; box-shadow:inset 0 0 0 2px #26addf; text-align:center;
    margin-right:20px; vertical-align:middle; border-radius:50%; height: 80px; -webkit-transition:all .15s ease-out; transition:all .15s ease-out;}
.services_box--modern:hover .services_box__icon {box-shadow:inset 0 0 0 40px #26addf;}
.services_box--modern .services_box__icon-inner {position: relative;height: 100%;}
.services_box--modern .services_box__icon:after {content:''; position:absolute; top:80px; left:40px; height: calc(100% - 60px); width:1px;
    background-color: rgba(0, 0, 0, 0.07);}
/* image */
.services_box--modern .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); transition:opacity .15s ease-out;}
.services_box--modern .services_box__iconimg-hover {opacity:0; -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0); transition:all .15s ease-out}
.services_box--modern:hover .sb--hashover .services_box__iconimg-main {opacity:0;}
.services_box--modern:hover .services_box__iconimg-hover {opacity:1;  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);}
/* icon */
.services_box--modern .services_box__fonticon {color: #26addf; font-size: 40px; line-height: 83px; -webkit-transition: color .2s ease-out .1s;
    transition: color .2s ease-out .1s; }
.services_box--modern:hover .services_box__fonticon {color:#fff; }
/* list */
.services_box--modern .services_box__list { list-style:none; margin:0; padding:0; }
.services_box--modern .services_box__list li {position: relative;}
.services_box--modern .services_box__list li:before {content:''; width: 5px; height: 5px; position: absolute; left: 38px; top: 9px; border-radius: 50%; display: block;background-color: #fff;box-shadow: 0 0 0 2px #26addf; -webkit-transition:all .15s; transition:all .15s}
.services_box--modern .services_box__list li:hover:before {box-shadow: 0 0 0 3px #26addf;}
.services_box--modern .services_box__list-text { vertical-align: middle;}
.services_box--modern.sb--hasicon .services_box__title {margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__desc { margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__list li {padding-left: 100px; padding-bottom: 15px;}


/* Boxed Services Boxes */
.services_box--boxed {padding: 20px; background:#eee; margin: 0; position:relative; margin-bottom: 20px; border-radius:5px; z-index: 1;}
.services_box--boxed:hover {z-index: 2; }
.services_box--boxed .services_box__inner {position: relative;}
.services_box--boxed .services_box__title {font-size: 17px; font-weight: 600; line-height: 30px; color: #424242; margin: 0; vertical-align: middle; z-index: 2;position: relative;}
.services_box--boxed .services_box__desc {z-index: 2;position: relative;}
.services_box--boxed .services_box__icon { float: right; max-height:80px; position: relative; z-index: 2; min-height: 30px;}
/* image */
.services_box--boxed .services_box__iconimg {transition:opacity .2s ease-out;}
.services_box--boxed .services_box__iconimg-hover { position: absolute; left:0; top:0; opacity:0; }
.services_box--boxed:hover .sb--hashover .services_box__iconimg-main {opacity:0; }
.services_box--boxed:hover .services_box__iconimg-hover {opacity:1}
/* icon */
.services_box--boxed .services_box__fonticon {color: #fb6e22; font-size: 30px; -webkit-transition: color .2s ease-out .1s;
    transition: color .2s ease-out .1s; }
.services_box--boxed:hover .services_box__fonticon {color:#454545; }
/* list */
.services_box--boxed .services_box__list-wrapper {position: absolute; width: 100%;top: -30px;opacity: 0;visibility: hidden; transition:all .2s ease-out;}
.services_box--boxed:hover .services_box__list-wrapper {opacity: 1;visibility: visible;}
.services_box--boxed .services_box__list-bg {position: absolute; width: calc(100% + 60px); height: calc(100% + 30px); background:#fff;
    box-shadow:0 0 30px rgba(0,0,0,0.2); z-index: 1; opacity:1;left: -30px;border-radius: 5px;}
.services_box--boxed .services_box__list { list-style:none; margin:0; padding:0; padding-top: 250px; z-index: 1; position: relative;}
.services_box--boxed .services_box__list li {position: relative; line-height: 26px; padding: 10px 0; border-top: 1px solid #eee; color: #26addf; opacity:0; visibility: hidden; transition:all .25s ease-out;}
.services_box--boxed .services_box__list li:nth-child(1) { transform:translateY(10px); transition-delay:0.025s; }
.services_box--boxed .services_box__list li:nth-child(2) { transform:translateY(20px); transition-delay:0.05s; }
.services_box--boxed .services_box__list li:nth-child(3) { transform:translateY(30px); transition-delay:0.075s; }
.services_box--boxed .services_box__list li:nth-child(4) { transform:translateY(40px); transition-delay:0.1s; }
.services_box--boxed .services_box__list li:nth-child(5) { transform:translateY(50px); transition-delay:0.125s; }
.services_box--boxed .services_box__list li:nth-child(6) { transform:translateY(60px); transition-delay:0.15s; }
.services_box--boxed .services_box__list li:nth-child(7) { transform:translateY(70px); transition-delay:0.175s; }
.services_box--boxed .services_box__list li:nth-child(8) { transform:translateY(80px); transition-delay:0.2s; }
.services_box--boxed .services_box__list li:nth-child(9) { transform:translateY(90px); transition-delay:0.225s; }
.services_box--boxed .services_box__list li:nth-child(10) { transform:translateY(100px); transition-delay:0.25s; }
.services_box--boxed:hover .services_box__list li {opacity:1; visibility: visible; -webkit-transform:translateY(0);
    -ms-transform:translateY(0); transform:translateY(0);}

/* CIRCLE HOVER */
.circlehover {width:130px; height:130px; text-align:center; color: white; font-size: 18px; padding: 10px; display: table; line-height: 1.4;background-color:#fb6e22; position:relative; font-weight: 300;  border-radius:50%; box-shadow: 3px 3px 1px rgba(0,0,0,0.2); }
.circlehover[data-size="small"] {width:80px; height:80px; font-size: 14px; padding: 8px; }
.circlehover[data-size="medium"] {width:95px; height:95px; font-size: 16px; padding: 10px; }
.circlehover > span {display:table-cell; vertical-align:middle; position:relative; z-index:1; }
.circlehover:before {content:''; position:absolute; top:7px; left:7px; background:#fb6e22; width:30px; height:30px; border-radius:3px; }
.circlehover[data-position="top-left"]:before { top:7px; left:7px;}
.circlehover[data-position="top-right"]:before { top:7px; right:7px; left: auto;}
.circlehover[data-position="bottom-left"]:before { bottom:7px; left:7px; top:auto;}
.circlehover[data-position="bottom-right"]:before { bottom:7px; right:7px; left: auto; top:auto;}
.circlehover[data-position="top"]:before,
.circlehover[data-position="right"]:before,
.circlehover[data-position="left"]:before,
.circlehover[data-position="bottom"]:before {-webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }
.circlehover[data-position="top"]:before {top: -10px; left: 50%; margin-left: -15px;}
.circlehover[data-position="right"]:before { top:50%; right:-10px; left: auto; margin-top:-15px;}
.circlehover[data-position="left"]:before { top:50%; left:-10px; margin-top:-15px;}
.circlehover[data-position="bottom"]:before { bottom:-10px; left:50%; margin-left:-15px; top:auto;}
.circlehover[data-position="bottom-right"] { box-shadow:-3px -3px 1px rgba(0,0,0,0.5);}
.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-position="bottom-right"]:hover { box-shadow:-5px -5px 1px rgba(0,0,0,0.5);}
.circlehover[data-align="left"] {float:left;}
.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; }
.call-out-banner .m_title { font-size: 28px; position: relative; margin-top: 20px; text-transform: none; }
.call-out-banner .m_title:before { position: absolute; content: ''; width: 80px; height: 3px; background-color: #ddd; top: -20px; left: 0; }

/* Callout Banner */
.callout-banner { margin-bottom: 40px; margin-top: 20px;}
.callout-banner .m_title {font-weight: 300; font-size: 24px; line-height: 1.6; position: relative; padding-top :20px; margin-top:0; }
.callout-banner .m_title strong { font-weight:600; }
.callout-banner .m_title:before { content:''; position: absolute; top:0; left:0; width:80px; height:3px; background:#000; opacity: 0.1; }

/* Callout Banner style 2 */
.circlehover.style2 { width: 100%; height: 75px; text-align: center; color: white; font-size: 18px; padding: 10px 20px; display: table; line-height: 1.3; background-color: #fb6e22; position: relative; font-weight: 300; text-shadow: none; border-radius: 4px; box-shadow: none;}
.circlehover.style2:before { content: ''; position: absolute; background-color: #fb6e22; width: 100%; height: 100%; top: initial; bottom: -4px; left: 0; border-radius: 3px; -webkit-transform: skewY(3deg); -ms-transform: skewY(3deg); transform: skewY(3deg); z-index: 1;}
.circlehover.style2:after { content: ''; position: absolute; background-color: #dcdcdc; width: 90%; height: 16px; top: initial; bottom: -9px; left: 11px; border-radius: 3px;-webkit-transform: skewY(-3deg);-ms-transform: skewY(-3deg);transform: skewY(-3deg);}
.circlehover.style2.with-symbol > span.symbol { line-height: 73px;}
.circlehover.style2.with-symbol > span.symbol img { max-height: 48px;}

/* Callout Banner style 3 */
.circlehover.style3 {width: 150px; height: 150px; box-shadow: none;}
.circlehover.style3:before {left: 3px; top: inherit; bottom: 25px; -webkit-transform: skewY(-28deg) rotate(27deg);
    -ms-transform: skewY(-28deg) rotate(27deg); transform: skewY(-28deg) rotate(27deg);}
.circlehover.style3 .text {background: #000; color: #fff; display: block; position: absolute; bottom: 15px; right: -23px; min-width: 100px; padding: 3px 10px; font-style: italic; border-radius: 4px; font-size: 13px; line-height: 20px;}
.circlehover.style3.with-symbol > span.symbol {line-height: 150px;}

.triangle {display: none;}
.circlehover.style3 .triangle {display: block;position: absolute; left: 72px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); top: 65px;}
.circlehover.style3 .play-icon { display: block; background-color: #fff; -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866); -ms-transform: rotate(-60deg) skewX(-30deg) scale(1,.866); transform: rotate(-60deg) skewX(-30deg) scale(1,.866); position: relative; text-align: left;}
.circlehover.style3 .play-icon:before,
.circlehover.style3 .play-icon:after { content: ''; position: absolute; background-color: inherit; }
.circlehover.style3 .play-icon,
.circlehover.style3 .play-icon:before,
.circlehover.style3 .play-icon:after {width: 16px; height: 16px; border-top-right-radius: 30%;}
.circlehover.style3 .play-icon {-webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    -ms-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);transform: rotate(-60deg) skewX(-30deg) scale(1,.866);}
.circlehover.style3 .play-icon:before {-webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);}
.circlehover.style3 .play-icon:after {-webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);}
.circlehover.style3:hover .triangle {display: none;}

/* Latest Posts Default */
.latest_posts.default-style .hoverBorder {margin-bottom: 10px;}
.latest_posts.default-style .hoverBorder h6 {position: absolute; left: -10px; bottom: 16px; color: #fff; padding: 11px 14px; background: #26addf; font-size: 0.9rem; font-weight: 500; line-height: 1; margin: 0; border-radius: 2px;}
.latest_posts.default-style .hoverBorder:hover h6 {left: 15px; background: #fff; color: #26addf;}
.latest_posts.default-style a + em {font-size: 0.9rem; color:#7d7d7d;}
.latest_posts.default-style .post {margin-bottom: 30px;}
.latest_posts.default-style .post .m_title {font-style: italic; font-size: 14px; line-height: 1.4; margin-top: 10px;}
.latest_posts.default-style .post em {display: block;}
.latest_posts.default-style img {box-shadow: 0 1px 1px rgba(0,0,0,.22);}

/* latest posts default style - style 2 */
.latest_posts.default-style.kl-style-2 .lp-title {background-color: #26addf; height: 120px; width: 100%; text-align: center; padding: 20px 40px; margin: 0 0 20px;}
.latest_posts.default-style.kl-style-2 .lp-title .m_title {position: relative; color: #fff; text-shadow: none; font-weight: bold; font-size: 3rem; line-height: 1; top: 50%; margin: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.latest_posts.default-style.kl-style-2 .post {position: relative; margin-bottom: 20px;}
.latest_posts.default-style.kl-style-2 .post-details {position: absolute; bottom: 0; padding: 20px 15px;}
.latest_posts.default-style.kl-style-2 .m_title a {color: #fff; text-shadow: none; font-style: normal; margin-bottom: 5px;}
.latest_posts.default-style.kl-style-2 .post-details em {font-style: normal; color: #d6d6d6; font-size: 0.7rem;}
.latest_posts.default-style.kl-style-2 .post-details em a {color: #fff; }
.latest_posts.default-style.kl-style-2 .m_title {position: relative; margin: 0 0 20px;}
.latest_posts.default-style.kl-style-2 .post:not(.lp-title) .m_title:after {position: absolute; content: ''; width: 88px; height: 3px; background-color: #26addf; left: 0; bottom: -10px; -webkit-transition: width .25s ease-in-out; transition: width .25s ease-in-out; }
.latest_posts.default-style.kl-style-2 .post:not(.lp-title):hover .m_title:after {width: 160px;}
.latest_posts.default-style.kl-style-2 .theHoverBorder {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: none; border-radius: 0; -webkit-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; }
.latest_posts.default-style.kl-style-2 .hoverBorderWrapper img {border-radius: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 100%;}
.latest_posts.default-style.kl-style-2 .hoverBorder {margin: 0;}
.latest_posts.default-style.kl-style-2 .hoverBorder:hover img {opacity: 1;}
.latest_posts.default-style.kl-style-2 .post:hover .theHoverBorder {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.9) 100%);
}


.latest_posts.style2 {background-color: #fff; position: relative; padding: 30px 30px 10px 30px}
.latest_posts.style2 .m_title {margin-bottom: 20px;}
.latest_posts.style2 .viewall {position: absolute; top: 28px; right: 20px; font-size: 0.8rem; font-weight: bold; color: #757575;}
.latest_posts.style2 .viewall:hover {color:#111;}
.latest_posts.style2 ul.posts {margin: 0; padding: 0; list-style: none;}
.latest_posts.style2 ul.posts li {margin-top: 25px; border-bottom: 1px solid #ECECEC; padding-bottom: 25px;}
.latest_posts.style2 ul.posts li:last-child {margin-bottom: 0; border-bottom: 0;}
.latest_posts.style2 ul.posts .title {font-size: 1rem; font-weight: 700; color: #26addf; line-height: 1.6; vertical-align: middle;}
.latest_posts.style2 ul.posts .details {float: left; width: 110px;}
.latest_posts.style2 ul.posts .details > span {display: inline-block; margin-bottom: 2px; font-size: 0.8rem;}
.latest_posts.style2 ul.posts .details span.date {background: #26addf; color: #fff; font-weight: bold; padding: 3px 10px; margin: 0 0 5px; position:relative;}
.latest_posts.style2 ul.posts .details span.date:after {content: ''; position: absolute; bottom: -8px; left: 10px; border: 4px solid transparent; border-top-color: #26addf;}
.latest_posts.style2 ul.posts .text {margin-left: 110px;}
.latest_posts.style2 ul.posts .details > span.cat {display: block;}

.latest_posts.style3 {position: relative;}
.latest_posts.style3 .m_title {margin-bottom: 20px;}
.latest_posts.style3 .hoverBorder {margin-right:20px; margin-top: 5px; float: left; margin-bottom: 50px;}
.latest_posts.style3 .viewall {position:absolute; top: 0; right:0; font-size:10px; font-weight:bold; color:#757575;}
.latest_posts.style3 .viewall:hover {color:#111;}
.latest_posts.style3 ul.posts {margin: 0; padding: 0; list-style: none;}
.latest_posts.style3 ul.posts li {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #E3E3E3; overflow: hidden; }
.latest_posts.style3 ul.posts li:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
.latest_posts.style3 ul.posts .title {font-size: 0.95rem; margin:0 0 5px; font-weight: 600; text-shadow: 1px 1px 0 white; vertical-align: middle; line-height: 1.6; margin: 0 0 5px; padding: 0; text-shadow: 1px 1px 0 white; vertical-align: middle;}

.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num {margin-left: 74px;}
.lp-post .lp-post-comments-num {color: #bababa }
.lp-post .hoverBorder + .title {overflow: hidden;}
.widget .latest_posts ul li.lp-post .hoverBorder {margin-bottom: 0;}

/*** Icon Box - Default element */
.kl-iconbox__title {font-size: 16px; line-height: 1.7; font-weight: 600; font-style: normal; color: #26addf;}
.kl-iconbox {margin-bottom: 30px;}
.kl-iconbox__inner {}
.kl-iconbox__icon-wrapper,
.kl-iconbox__title-wrapper,
.kl-iconbox__desc-wrapper,
.kl-iconbox__cta-wrapper {margin-top: 0; margin-bottom: 15px;}
.kl-iconbox__content-wrapper {overflow: hidden;}
.kl-iconbox__link {}
.kl-iconbox__title,
.kl-iconbox__desc {margin:0;}
.kl-iconbox__desc {font-size: 13px; line-height: 1.7; font-weight: 400; font-style: normal; color: #3e3f3d;padding: 0 20px;}
.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);}
.kl-iconbox__icon.custom-size {font-size: 14px !important;}
.kl-iconbox--theme-light,
.kl-iconbox--theme-light a {color: #fff;}
.kl-iconbox--theme-dark,
.kl-iconbox--theme-dark a {color: #323232;}
/* Floated Icons  */
.kl-iconbox--fleft .kl-iconbox__icon-wrapper {float: left; margin-right: 20px;}
.kl-iconbox--fright .kl-iconbox__icon-wrapper {float: right; margin-left: 20px;}
/* Shaped Icons - Resized */
.kl-iconbox--sh .kl-iconbox__icon-wrapper {position: relative;}
.kl-iconbox--align-left.kl-iconbox--sh .kl-iconbox__icon,
.kl-iconbox--align-right.kl-iconbox--sh .kl-iconbox__icon {text-align: center;}
/* Shaped icons - Square */
.kl-iconbox--sh-square .kl-iconbox__icon {display: inline-block; border-radius: 3px; vertical-align: middle; position: relative; z-index: 1; padding:22px; background-color: #26addf; color: #fff;}
.kl-iconbox--sh-square .kl-iconbox__icon:after {content:''; position: absolute; top:0; left:0; width:0; height: 100%; z-index: -1; border-radius: 3px;
    -webkit-transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), right .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), right .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.kl-iconbox--sh-square:hover .kl-iconbox__icon:after {width: 120%; left: -10%; background-color: #26addf;}
.kl-iconbox--align-left.kl-iconbox--sh-square:hover .kl-iconbox__icon:after,
.kl-iconbox--fleft.kl-iconbox--sh-square:hover .kl-iconbox__icon:after {width:120%; left:-20%; }
.kl-iconbox--align-right.kl-iconbox--sh-square .kl-iconbox__icon:after,
.kl-iconbox--fright.kl-iconbox--sh-square .kl-iconbox__icon:after {left: auto; right :0;}
.kl-iconbox--align-right.kl-iconbox--sh-square:hover .kl-iconbox__icon:after,
.kl-iconbox--fright.kl-iconbox--sh-square:hover .kl-iconbox__icon:after {width:120%; left: auto; right: -20%;}
/* Shaped icons - Circle */
.kl-iconbox--sh-circle .kl-iconbox__icon {display: inline-block; border-radius: 50%; vertical-align: middle; position: relative; z-index: 1; background-color: #26addf; color: #fff; font-size: 40px;}
.staff .kl-iconbox--sh-circle .kl-iconbox__icon { background-color:#fff;color:#26addf;font-size:120px; }
.kl-iconbox--sh-circle .kl-iconbox__icon:after {content:''; position: absolute; top:0; left:0; width:100%; height: 100%; z-index: -1; border-radius: 50%; opacity:0; -webkit-transform:scale(0); -ms-transform:scale(0); transform:scale(0); -webkit-transform-origin:50% 50%; -ms-transform-origin:50% 50%; transform-origin:50% 50%;
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: transform .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.kl-iconbox--sh-circle:hover .kl-iconbox__icon:after {-webkit-transform:scale(1.15); -ms-transform:scale(1.15); transform:scale(1.15); opacity: 1; background-color: inherit;}

.kl-iconbox.stage .kl-iconbox__icon {color: #d1d1d1;}
.kl-iconbox.stage:hover .kl-iconbox__icon {color: #26addf;}

img.kl-iconbox__icon.agency-icons {max-width: 150px; width: 100%;}

.default-icon-style .kl-iconbox__icon {font-size: 16px;}
.default-icon-style .kl-iconbox__title {font-size: 17px; line-height: 25px;}

/*** GRID ICON BOXES */
.grid-ibx__item {float:left; text-align: center; padding-left: 20px; padding-right: 20px; position: relative; -webkit-backface-visibility:hidden; min-height: 280px; background-color: #fff;}
.grid-ibx__item[onclick] {cursor: pointer;}
.grid-ibx--cols-1 .grid-ibx__item {width: 100%;}
.grid-ibx--cols-2 .grid-ibx__item {width: 50%;}
.grid-ibx--cols-3 .grid-ibx__item {width: 33.3333%;}
.grid-ibx--cols-4 .grid-ibx__item {width: 25%;}
.grid-ibx--cols-5 .grid-ibx__item {width: 20%;}
.grid-ibx__item-inner {position: absolute; width: 100%; top: 50%; left: 0; padding: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.grid-ibx__link {display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {margin-top: 0; margin-bottom: 20px; backface-visibility: hidden; -webkit-filter: blur(0);}
.grid-ibx__title,
.grid-ibx__desc {margin: 0;}
.grid-ibx__icon {font-size: 24px; line-height: 1; -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); color: #e2e2e2;}
.grid-ibx__item:hover .grid-ibx__icon {color: #26addf;}

/* GridIconBox Styles - Lined Full */
.grid-ibx--style-lined-full {border-width: 1px 0 0 1px;}
.grid-ibx--style-lined-full .grid-ibx__item {border-width: 0 1px 1px 0;}
.grid-ibx--style-lined-full,
.grid-ibx--style-lined-full .grid-ibx__item {border-color: rgba(0,0,0,0.1); border-style: solid;}

/* GridIconBox Styles - Lined Center */
.grid-ibx--style-lined-center,
.grid-ibx--style-lined-center .grid-ibx__item {border-color: rgba(0,0,0,0.1); border-style: solid;}
.grid-ibx--style-lined-center .grid-ibx__item {border-width: 0 1px 1px 0;}
.grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1) { border-right-width: 0;}
.grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2) { border-right-width: 0;}
.grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3) { border-right-width: 0;}
.grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4) { border-right-width: 0;}
.grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5) { border-right-width: 0;}
.grid-ibx--style-lined-center .grid-ibx__row:last-child .grid-ibx__item {border-bottom-width: 0;}
.grid-ibx--style-lined-center {border: 0;}

/* GridIconBox Styles - Gradient */
.grid-ibx--style-lined-gradient .grid-ibx__item {margin-bottom: 30px; margin-left: 15px; margin-right:15px; position: relative;}
.grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {width:-webkit-calc(100% - 30px); width:calc(100% - 30px);}
.grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {width:-webkit-calc(50% - 30px); width:calc(50% - 30px);}
.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {width:-webkit-calc(33.3333% - 30px); width:calc(33.3333% - 30px);}
.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {width:-webkit-calc(25% - 30px); width:calc(25% - 30px);}
.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {width:-webkit-calc(20% - 30px); width:calc(20% - 30px);}
.grid-ibx--style-lined-gradient .grid-ibx__ghelper {position: absolute; top:0; left:0; width:100%; height:5px; border: 1px solid rgba(0,0,0,0.2); border-bottom: 0; border-radius: 4px 4px 0 0;}
.grid-ibx--style-lined-gradient .grid-ibx__item:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:after {content: ""; position: absolute; top: 4px; width:1px; height:100%; background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0.2)), color-stop(100%,transparent)); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 60%,transparent 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%, transparent 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 60%,transparent 100%);}
.grid-ibx--style-lined-gradient .grid-ibx__item:before {left: 0;}
.grid-ibx--style-lined-gradient .grid-ibx__item:after {right: 0;}
.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {border-color: #26addf; border-bottom: 0;  }
.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26addf), color-stop(100%,transparent)); background: -webkit-linear-gradient(top,  #26addf 0%,transparent 100%); background: -webkit-linear-gradient(top, #26addf 0%, transparent 100%); background: linear-gradient(to bottom,  #26addf 0%,transparent 100%);}

/* Hover Effects - Shadow */
.grid-ibx--hover-shadow .grid-ibx__item {-webkit-transition:box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition:box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.grid-ibx--hover-shadow .grid-ibx__item:hover { box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6); z-index: 1; }
.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);}

/* Hover Effects - Scale */
.grid-ibx--hover-scale .grid-ibx__item {-webkit-transition:-webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.grid-ibx--hover-scale .grid-ibx__item:hover {-webkit-transform: scale3d(1.05,1.05,1); -ms-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1); z-index: 1; border-width: 1px !important; background: #fff; border-radius: 3px;}
.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {background: none;}

/* Hover Effects - Shadow & Scale */
.grid-ibx--hover-shadowscale .grid-ibx__item { -webkit-transition:-webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.grid-ibx--hover-shadowscale .grid-ibx__item:hover { -webkit-transform:scale3d(1.06,1.06,1);
    -ms-transform:scale3d(1.06,1.06,1); transform:scale3d(1.06,1.06,1); z-index: 1; border-width: 1px !important;
    background: #fff; box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6); border-radius: 2px;}
.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29); background:none; }
/*** end GRID ICON BOXES */

/* Process Steps 4 */
.step-boxes-4 {display: table; table-layout: fixed; width: 100%;}
.process_box4 {display: table-cell; text-align: center; position: relative;}

.process_box4 .stp_title {text-align: center; font-weight: 600; font-size: 16px;}
.process_box4 .number {display: block; width: 80px; height: 80px; position: absolute; top: -40px; left: 50%; margin-left: -40px; }
.process_box4 .number:before {content:''; background: #26addf; border-radius: 50%; display: block; width: 20px; height: 20px; position: absolute; top:50%; margin-top: -10px; left: 50%; margin-left: -10px; transition:all .2s ease-out; }
.process_box4:hover .number:before, .process_box4.active .number:before { width: 80px; height:80px; margin-left: -40px; margin-top:-40px;}
.process_box4 .number span { visibility: hidden; opacity: 0; line-height: 80px; position:relative; color:#fff; font-weight:700; font-size:20px; text-align:center; transition: opacity .2s ease-out .1s, font-size .2s ease-out .1s, visibility .2s ease-out .1s; height: 80px; width: 80px; display: block;}
.process_box4:hover .number span, .process_box4.active .number span { visibility: visible; opacity: 1;  font-size:30px; }

.pb__line {display: block; height: 1px; width: 100%; margin-left: -10px; background: #d8d8d8; margin: 50px 0;position: relative;}

.process_box4 .content { color: #a3a3a3; padding: 0 10px;}

a.step_link {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

/** Action Box **/
.action_box {padding: 10px 20px; color: #fff; border-top: 2px solid #fff; border-bottom: 1px solid #fff; position: relative; background-color: #CD2122; clear: both;}
.action_box h4.text {font-size: 20px; line-height: 1.4; font-weight: 200; margin-bottom: 0;}
.action_box .ac-subtitle {color: rgba(255, 255, 255, 0.6); line-height: 1.6;}
.action_box:after,
.action_box:before {content:""; position:absolute; left:50%; bottom:-14px; margin-left: -25%; border-radius:3px; border: 8px solid transparent; border-top-width: 7px; border-top-color:#CD2122; z-index: 1;}
.action_box[data-arrowpos=center]:after,
.action_box[data-arrowpos=center]:before {margin-left: -7px;}
.action_box[data-arrowpos=right]:after,
.action_box[data-arrowpos=right]:before {margin-left: 25%;}

/* Style 2 */
.action_box.style2 .action_box_content {display: block;}
.action_box.style2 .ac-content-text,
.action_box.style2 .ac-buttons {display: block; text-align: center; padding-left: 0;}
.action_box.style2 .ac-content-text {margin-bottom: 25px;}
.action_box.style2 .ac-btn,
.action_box.style2 .ac-btn:last-child {display: inline-block;}

/* Action Box style 3 */
.style3 .action_box_inner {background-color: #26addf; position: relative; padding: 35px; border-radius: 6px; z-index: 1;}
.action_box.style3 {padding:0;border-radius: 6px;}
.action_box.style3:before {display: none;}
.action_box.style3:after {display: none;}
.action_box .ac-btn {margin: 0; display: inline;}
.action_box .ac-btn:last-child {margin-left: 15px;}
/* tabs style 5 */
.tabs_style5 > ul.nav {border-bottom: 2px solid #dfdfdf;}
.tabs_style5 > ul.nav > li {float: left; margin-bottom: -2px;}
.tabs_style5 > ul.nav li > a {color: #909090;}
.tabs_style5 > ul.nav li > a:hover {color: #535353;}
.tabs_style5 > ul.nav > li > a.active {color: #535353; border-bottom: 2px solid #26addf; background: none;}

.tabs_style5 > ul.nav > li:first-child > a {padding: 8px 20px 8px 0;}
.tabs_style5 > ul.nav > li > a {padding: 8px 20px; line-height: 1.7; display: inline-block;}
.tabs_style5 > ul.nav > li > a:hover {background: none; }

.tabs_style5 .tab-content h5 {color: #4d4d4d;}
.tabs_style5 .tab-content {width: 100%; padding: 10px 0 15px; margin-top: 10px;}

/* vertical tabs */
.vertical_tabs .tabbable .nav>li {display: inherit; position: relative; width: 100%;}
.vertical_tabs .tabbable .nav>li>a,
.vertical_tabs .tabbable .nav>li>a>span {-webkit-transition: color .2s ease-out; transition: color .2s ease-out;}
.vertical_tabs .tabbable .nav>li>a>span span { margin: 0;}
.vertical_tabs .tabbable .nav>li>a:focus,
.vertical_tabs .tabbable .nav>li>a:hover { background-color: transparent; border-right: 0;}
.vertical_tabs .tabbable .nav>li>a.active,
.vertical_tabs .tabbable .nav>li>a.active>span,
.vertical_tabs .tabbable .nav>li>a:hover,
.vertical_tabs .tabbable .nav>li>a:hover>span { color: #26addf !important; }
.vertical_tabs .tabbable .nav>li:first-child {border-top:0;}
.vertical_tabs .tabbable .tab-content>.tab-pane>h4 { margin: 0 0 25px; }

/* Style1 specific */
.vertical_tabs.kl-style-1 .tabbable .nav >li > a.active {box-shadow: inset -3px 0 0 0 #26addf;}
.vertical_tabs.kl-style-1 .tabbable .nav > li > a {line-height: 22px; padding: 10px 20px 10px 0; margin-right: -1px; font-weight: 400; color: #8f8f8f; font-size: 16px; width: 100%;}
.vertical_tabs.kl-style-1 .tabbable .nav > li > a > span {padding: 6px 0 7px; color: #C7C7C7; margin-right: 8px; line-height: 1; display: inline-block; margin-top: -1px; border-radius: 50%; font-size: 18px; vertical-align: middle; margin-right: 10px;}
.vertical_tabs.kl-style-1 .tabbable .nav>li>a.active>span,
.vertical_tabs.kl-style-1 .tabbable .nav>li>a:hover>span {color: #767676;}

/* Style 2 */
.vertical_tabs.kl-style-2 .tabbable .nav {margin-right: -1px; overflow: hidden; border-bottom: 0; border-left: 0;}
.vertical_tabs.kl-style-2 .tabbable .nav > li > a {width: 100%; line-height: 22px; color: #858585; font-weight: normal; background-color: #fff; padding: 20px 45px 20px 25px;
    border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; text-transform: none; margin-right: 0; position: relative; border-left: 1px solid #ddd;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,rgba(239,239,239,0.5))); background-image: -webkit-linear-gradient(left,#fff 0%,rgba(239,239,239,0.5) 100%);
    background-image: linear-gradient(to right,#fff 70%,rgba(239,239,239,0.5) 100%);}
.vertical_tabs.kl-style-2 .tabbable .nav > li:first-child > a {border-radius: 3px 0 0 0; border-top: 1px solid #ddd;}
.vertical_tabs.kl-style-2 .tabbable .nav > li:last-child > a {border-radius: 0 0 0 3px;}
.vertical_tabs.kl-style-2 .tabbable .nav > li.active > a {color: #131313; font-weight: 600; box-shadow: none; }
.vertical_tabs.kl-style-2 .tabbable .nav > li > a > span {color: #999; line-height: 1; display: inline-block; border-radius: 50%; position: absolute; right: 15px;
    top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-weight: normal; margin-right: 0;
    padding: 0; font-size: 20px;}
.vertical_tabs.kl-style-2 .tabbable .tab-content { background-color: #fff; border: 1px solid #ddd; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; padding: 40px 25px;}

/*contact form */
form .row { margin-left: -15px; margin-right: -15px; }
/*   form .row [class*="col-"] { padding-left: 5px; padding-right: 5px; }   */
.inline-form {  font-size: 0;  }
.contact_form textarea {height:100px;}
.inline-form .form-group, .contact_form .form-group {  padding: 0 8px;  }
.contact_form .form-control { font-size: 13px;  padding: 14px;  height: auto;  outline: none; box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);border: 1px solid #D9D9D9; overflow-x: hidden;}

.form-control:focus {border: 1px solid #26addf; -webkit-box-shadow: inherit; box-shadow: inherit;}
.kl-fancy-form {position: relative;}
.inline-form .kl-fancy-form label, .contact_form .kl-fancy-form label {left: 25px;z-index:3;}
.kl-fw-form .form-control, .kl-fw-form.form-control {width: 100%;}
.kl-hw-field {width: 50%; display: inline-block;}
.kl-fancy-form label {color: #969696; font-size: 10px; text-transform: uppercase; position: absolute; top: 6px; left: 16px;  cursor: text; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; font-weight: 700;}
.kl-fancy-form input:focus + label,
.kl-fancy-form textarea:focus + label {color: #26addf;}
.kl-fancy-form label.form-check-label { position: relative; top: 1px; left: 0; }
.kl-fancy-form .nice-select { width: 100%; height: 52px; }
.contact_form .form-control.nice-select { overflow-x: visible; font-size: 13px; line-height: 1.5;}
.kl-fancy-form .nice-select .list { width: 100%; max-height: 220px; overflow-y: auto;}
.kl-fancy-form .nice-select .option {line-height: 30px;min-height: 30px;padding-left: 18px;padding-right: 29px;}
/* Selectbox fix for Chrome/Safari on OSX */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .kl-fancy-form select.form-control {height: 52px; -webkit-appearance: none; box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06); background-image: url(../images/select-arrow.svg); background-repeat: no-repeat; background-size: 6px 12px; background-position-y: center; background-position-x: calc( 100% - 10px );}
}

.kl-fancy-form input::-webkit-input-placeholder {color: #bababa;}
.kl-fancy-form input:focus::-webkit-input-placeholder {color: #D7D7D7;}
/* Firefox < 19 */
.kl-fancy-form input:-moz-placeholder {color: #bababa;}
.kl-fancy-form input:focus:-moz-placeholder {color: #D7D7D7;}
/* Firefox > 19 */
.kl-fancy-form input::-moz-placeholder {color: #bababa;}
.kl-fancy-form input:focus::-moz-placeholder {color: #D7D7D7;}
/* Internet Explorer 10 */
.kl-fancy-form input:-ms-input-placeholder {color: #bababa;}
.kl-fancy-form input:focus:-ms-input-placeholder {color: #D7D7D7;}
textarea.form-control {width: 100%;  max-width: 100%;}

/* FANCYFORMS */
.kl-fancy-form {position: relative; margin-bottom: 20px;}
.kl-fancy-form-label { color: #969696; font-size: 10px; text-transform: uppercase; position: absolute; top: 6px; left: 16px; cursor: text; -webkit-transition: all .25s ease;  transition: all .25s ease;  }
.kl-fancy-form-input:focus + .kl-fancy-form-label,
.kl-fancy-form-textarea:focus + .kl-fancy-form-label {color: #c0c0c0;}
.kl-fancy-form .form-control {padding: 26px 16px 6px 9px; height: auto;}
/* Selectbox fix for Chrome/Safari on OSX */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .kl-fancy-form-select {height: 52px; -webkit-appearance: none; box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
        background-image: url(../images/select-arrow.svg); background-repeat: no-repeat; background-size: 6px 12px;
        background-position: calc(100% - 10px) center; background-position-y: center; background-position-x: calc(100% - 10px);}
}
.kl-fancy-form-input::-webkit-input-placeholder {color: #bababa; }
.kl-fancy-form-input:focus::-webkit-input-placeholder {color: #D7D7D7; }
/* Firefox < 19 */
.kl-fancy-form-input:-moz-placeholder {color: #bababa; }
.kl-fancy-form-input:focus:-moz-placeholder {color: #D7D7D7; }
/* Firefox > 19 */
.kl-fancy-form-input::-moz-placeholder {color: #bababa; }
.kl-fancy-form-input:focus::-moz-placeholder {color: #D7D7D7; }
/* Internet Explorer 10 */
.kl-fancy-form-input:-ms-input-placeholder {color: #bababa; }
.kl-fancy-form-input:focus:-ms-input-placeholder {color: #D7D7D7; }

/* Skills diagram element */
.kl-skills-diagram {position: relative;}
.skills-responsive-diagram {padding-bottom: 100%; height:0; position:relative;}
.kl-diagram { position:absolute; left:0; top:0; width:100%; height: 100%;}
.kl-diagram svg { overflow: visible!important; width: 100%; height: 100%;}

.kl-skills-legend.legend-topright { left: 100%; top:40px; text-align: left;}
.kl-skills-legend.legend-bottomright { left: 100%; bottom:40px; text-align: left;}
.kl-skills-legend.legend-topleft { right: 100%; top:40px; text-align: right;}
.kl-skills-legend.legend-bottomleft { right: 100%; bottom:40px; text-align: right;}
.kl-skills-list {margin:0; padding:0; list-style:none; direction: ltr;}
.kl-skills-list li {padding: 0 13px; height: 25px; line-height: 25px; margin-bottom: 2px; font-size: 12px;font-weight: 300; display: inline-block;}
.kl-skills-list li span { display: inline-block; width: 20px; line-height: 12px; margin-right: 5px; }
.kl-skills-legend > h4 {font-size: 14px; font-weight: 600; margin-top: 0;}
/* end Skills diagram element */

/*** Grid Photo Gallery */
.gridPhotoGallery { margin-left:-5px; margin-right: -5px; }
.gridPhotoGallery__item { float: left; position: relative; padding: 0;}
.gridPhotoGallery__link {width: 100%; height: 0; display:block; padding: 0; padding-bottom:100%; margin-bottom: 0;}
.gridPhotoGallery__img { background-repeat: no-repeat; background-position: center; background-size:cover; display: block; position: absolute; top: 5px; right: 5px; left: 5px; bottom: 5px;}

/* Icons */
.gridPhotoGallery .gridPhotoGallery__item .kl-icon { opacity: 0; position: absolute; top: 50%; margin-top: 15px; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; border-color: #fff; color: #fff }
.gridPhotoGallery .gridPhotoGallery__link:hover .kl-icon { display: block; opacity: 1; margin-top: 0; }

/* Title */
.gridPhotoGallery__link { position: relative; }
.gridPhotoGallery__link:after { content: attr(title); position: absolute; font-size: 16px; text-transform: uppercase; color: #fff;
    text-align: center; left: 15%; right: 15%; top: 50%; margin-top: -65px; opacity: 0; -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.gridPhotoGallery__link:hover:after { opacity: 1; }
/* BG Overlay */
.gridPhotoGallery__img:after { content: ''; position: absolute; background-color: rgba(28, 31, 32, 0.25); top: 0; left: 0; width: 100%; height: 100%; opacity: 0; -webkit-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; }
.gridPhotoGallery__link:hover .gridPhotoGallery__img:after { opacity: 1; }
/* Cols Width */
.gridPhotoGallery--cols-1 .gridPhotoGallery__item {width:100%;}
.gridPhotoGallery--cols-2 .gridPhotoGallery__item {width:50%; }
.gridPhotoGallery--cols-3 .gridPhotoGallery__item {width:33.3333%;}
.gridPhotoGallery--cols-4 .gridPhotoGallery__item {width:25%;}
.gridPhotoGallery--cols-5 .gridPhotoGallery__item {width:20%;}
.gridPhotoGallery--cols-6 .gridPhotoGallery__item {width:16.6666%;}
/* 2 x width */
.gridPhotoGallery--cols-2 .gridPhotoGalleryItem--w2 {width:100%; }
.gridPhotoGallery--cols-3 .gridPhotoGalleryItem--w2 {width:66.6666%; }
.gridPhotoGallery--cols-4 .gridPhotoGalleryItem--w2 {width:50%; }
.gridPhotoGallery--cols-5 .gridPhotoGalleryItem--w2 {width:40%; }
.gridPhotoGallery--cols-6 .gridPhotoGalleryItem--w2 {width:33.3333%; }
/* height rations w1 + h1 & w2 + h2 */
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 { padding-bottom: 75%; }
.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-square  .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 { padding-bottom: 100%; }
.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 { padding-bottom: 125%; }
/* height rations w2 + h1 */
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 { padding-bottom: 37.5%; }
.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 { padding-bottom: 50%; }
.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 { padding-bottom: 62.5%; }
/* height rations w1 + h2 */
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 { padding-bottom: 150%; }
.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 { padding-bottom: 200%; }
.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 { padding-bottom: 250%; }

/* Animated Charts */
.chart { position: relative; display: inline-block; width: 110px; height: 110px; margin-top: 50px; margin-bottom: 50px; text-align: center; }
.chart canvas { position: absolute; top: 0; left: 0; }
.percent { display: inline-block; line-height: 110px; z-index: 2; }
.percent::after { content: '%'; margin-left: 0.1em; font-size: .8em; }

/* funding percentage */
.fundedperc {background-image:url(../images/world-map-offices/navigare-office-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size: cover;}
.fundedperc .chart { width: auto; height: auto; margin: 64px auto; min-height: 300px;}
.fundedperc .chart canvas {position: static;}
.fundedperc .percent {position: absolute; font-size:25px; font-weight:600; display:block; line-height: 1; text-align:center; width:100%; margin-top: 70px; letter-spacing: 11px; color: rgba(255, 255, 255, 1);}
.fundedperc .percent::after { content:''; display:none; }
.fundedperc .percent span { font-size:80px; font-weight:700; display:block; line-height: 1.2; letter-spacing: 0; color: #fff;}
.fundedperc .percent span::after { content: '%'; margin-left: 0.1em;  font-weight: 300;}

/* World Map Offices */
.world-map-offices {position: relative;}
.world-map-offices > img {opacity:.2;}
.world-map-offices .world-office {position: absolute; padding-bottom: 20px;min-width: 7px;  min-height: 7px; z-index: 1;}
.world-map-offices .world-office:hover {z-index:2;}
.world-map-offices .world-office::before {content:''; width:7px; height:7px; background:#f0d228; border-radius:50%; display:block; position:absolute; bottom: 0; left: 0; margin-top: 0; cursor: pointer;z-index: 1;}
.world-map-offices .world-office:hover::before,
.world-map-offices .world-office.selected::before {box-shadow:0 0 0 4px #fff; -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5);}
.world-map-offices .world-office.base.selected::before {box-shadow:0 0 0 4px #fb6e22; -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5);}
.world-map-offices .office-details { color:#7b7b7b; font-size:12px; font-weight: 400; min-width: 360px;opacity: 0;visibility: hidden;left: -3999px; -webkit-transition:opacity .3s ease-in, visibility .3s ease-in; transition:opacity .3s ease-in, visibility .3s ease-in;position: absolute;top: -210px; padding-bottom: 30px;}
.world-map-offices .world-office:hover .office-details, .world-map-offices .world-office.selected .office-details, .world-map-offices .world-office.clicked .office-details {opacity:1; visibility:visible;left: -126px;}
.world-map-offices .office-details::before {content:''; position:absolute; left:126px; bottom: 18px; border-top: 12px solid #FFF; border-right: 12px solid rgba(0, 0, 0, 0);}
.world-map-offices .office-content {padding: 7px 25px 0; position: relative; overflow: hidden; min-height: 200px; max-height: 200px; background: #fff; border-radius: 0 2px 2px 0; overflow-y: visible;}
.world-map-offices .office-content h5 {color:#1a1c25; text-transform: uppercase; font-size: 1rem; font-weight: bold; margin: 5px 0 7px;}
.world-map-offices .office-content p {font-size: 13px;}
.world-map-offices .office-content p:last-child { margin-bottom: 0; }
.world-map-offices .office-details > a {float:left; }
.world-map-offices .office-details > a img {border-radius: 2px 0 0 2px;}
.close-address-box { position:absolute;top:0;right:5px;z-index:99;font-size:1.6em; }
/* World Map Trigger Links */
.world-map-triggers {margin-bottom: 150px; overflow: hidden;}
ul.world-map-triggers[data-columns] li {display: inline-block; float: left; padding: 0 10% 0 0;}
ul.world-map-triggers[data-columns="2"] li {width: -webkit-calc(50% - 20px); width: calc(50% - 20px);}
ul.world-map-triggers[data-columns="2"] li.office-left {padding: 0 0 0 10%;}
.world-map-triggers .office-name {font-size: 1rem; font-weight: 700; color:#fff; text-decoration: none; line-height: 1.4; padding: 5px 15px; margin-bottom: 5px; display: inline-block; border:1px solid transparent; border-radius: 3px;}
.world-map-triggers .office-name.selected,
.world-map-triggers .office-name:hover {border-color:#26addf;}
.world-map-triggers .base-name {font-size: 1rem; font-weight: 700; color:#fff; text-decoration: none; line-height: 1.4; padding: 5px 15px; margin-bottom: 5px; display: inline-block; border:1px solid transparent; border-radius: 3px;}
.world-map-triggers .base-name.selected,
.world-map-triggers .base-name:hover {border-color:#fb6e22;}

.reset-list,
.reset-list ul {margin: 0; padding: 0; list-style: none;}
.inline-list {display: inline-block;}
.inline-list--items > li {display: inline-block;}

.stg-alignleft .kl-icon {float: left; margin-right: 25px; font-size: 28px; color: #fff;}

@media (max-width: 1200px) {
    .world-map-offices {overflow: hidden; max-width: calc(100% - 30px);}
    .world-map-offices .world-office {position: static;}
    .world-map-offices .world-office::before {display:none}
    .world-map-offices .office-details {opacity:1; visibility: visible; position: static; padding-bottom: 0;}
}
@media (max-width: 992px) {

}
@media (min-width: 768px) and (max-width: 991px) {
    .vertical_tabs .tabbable .nav {width:35%;}
    .vertical_tabs .tabbable .tab-content {width: 65%;}
}
@media (min-width: 768px) {
    /* Vertical tabs */
    .vertical_tabs.kl-style-2 .tabbable .nav {border-right: 0;}
    .vertical_tabs.kl-style-2 .tabbable .nav > li.active > a {border-right: 0;background-image: none;background-color: #fff;}
    .vertical_tabs .tabbable .nav {float:left; width:20%;}
    .vertical_tabs.kl-style-2 .tabbable .nav {width:30%;}
    .vertical_tabs .tabbable .tab-content {float:left; width:80%; min-height: 240px; padding-left: 30px; border-left:1px solid #c2c2c2; }
    .vertical_tabs.kl-style-2 .tabbable .tab-content {width:70%; min-height: 316px;}
}

@media (max-width: 767px) {
    .vertical_tabs .tabbable .nav > li > a  { text-align: left; }
    .vertical_tabs .tabbable .nav > li > a > span { float: left; }

    .vertical_tabs.kl-style-2 .tabbable {-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}

    .vertical_tabs.kl-style-2 .tabbable .nav>li>a {margin-right: 1px;}
    .vertical_tabs.kl-style-2 .tabbable .nav>li:first-child a {border-top-right-radius: 3px;}
    .vertical_tabs.kl-style-2 .tabbable .nav>li:last-child a {border-bottom-right-radius: 3px;}

    .vertical_tabs .tabbable>.nav {margin-bottom: 25px;}

    /* Grid icon boxes */
    .grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--cols-5 .grid-ibx__item {width: 50%;}
    .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {width:-webkit-calc(50% - 30px); width:calc(50% - 30px);}
}

/* Messages / Notices */
.kl-store-error,
.kl-store-error:before,
.kl-store-info,
.kl-store-info:before,
.kl-store-message,
.kl-store-message:before { color: #fff; line-height: 40px; border-top: 0; }
.kl-store-error,
.kl-store-info,
.kl-store-message { border-left: .618em solid rgba(0,0,0,.15) }
.kl-store-error a,
.kl-store-info a,
.kl-store-message a { color: #fff; margin-left: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.kl-store-error a:hover,
.kl-store-info a:hover,
.kl-store-message a:hover { border-color: rgba(255, 255, 255, 0.4);}
.kl-store-info { background-color: #26addf;padding-left: 10px;}
.kl-store-error {background-color: #e2401c;padding-left: 10px;}
.kl-store-message { background-color: #0f834d;padding-left: 10px;}
.kl-store-message .button.wc-forward {background:none; color:#fff; border:1px solid rgba(255,255,255,0.5);}
.kl-store-message .button.wc-forward:hover {background:none; color:#fff; border-color: rgba(255,255,255,0.8);}
