/*
Theme Name: Honestly
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

body
{
    min-width: 320px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.page-krisen-kompass {
  background: red;
}

input[type='reset'],
input[type='file'],
a
{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
}

input[type='reset']:focus,
input[type='file']:focus,
a:focus,
input[type='reset'].active,
input[type='file'].active,
a.active
{
    outline: none !important;
}

input[type='submit'],
.btn,
button,
input[type='button']
{
    -webkit-transition: none;
            transition: none;
}

html
{
    background: #fafafa;
}

img
{
    max-width: 100%;
    height: auto;

    vertical-align: top;
}

a
{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
}

a:before,
a:after
{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
}

mark
{
    color: #77bd3e;
    background: none;
}

.georgia
{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    margin-top: 0;
}

.btn
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    line-height: 19px;

    padding: 16px 46px;

    white-space: normal;

    border: none;
    border-width: 2px;
}

.btn.btn-success:hover,
.btn.btn-success:focus
{
    color: #fff;
    background: #58cba0;
}

.btn.btn-info:hover,
.btn.btn-info:focus
{
    background: #f6f4f4;
}

.btn.btn-info.btn-white
{
    color: #fff !important;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.btn.btn-info.btn-white:hover,
.btn.btn-info.btn-white:focus
{
    color: #3b9394 !important;
    background: #fff !important;
}

.form-control
{
    font-family: 'circularstd' !important;
    font-size: 15px;
    line-height: 22px;

    padding: 6px 10px 6px 19px;

    box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-appearance: none;
}

.social-networks
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.social-networks li
{
    font-size: 20px;

    padding: 0 26px 3px 0;
}

.social-networks .fa
{
    line-height: 1;
}

.social-networks a
{
    color: #54435a;
}

.social-networks a:hover,
.social-networks a:focus
{
    color: #5bcca2;
}

label
{
    font-size: 12px;
    font-weight: 400;

    display: inline-block;

    margin: 0 20px 5px;

    vertical-align: top;

    color: #484848;
}

.main-title
{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;

    display: block;

    margin-bottom: 22px;

    color: #5bcca2;
}

.text-green
{
    color: #3b9394 !important;
}

#wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

#main
{
    padding-top: 122px;
}

#main.style01
{
    padding-top: 0;
}

#main.style02
{
    position: relative;

    padding-top: 148px;

    background: #fafafa;
}

#main.style02:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 615px;

    content: '';

    background: -webkit-linear-gradient(top, #eaf5f1 0%, #fafafa 100%);
    background:         linear-gradient(to bottom, #eaf5f1 0%, #fafafa 100%);
}

#main.style03
{
    padding-top: 148px;
}

#main.style04
{
    padding-top: 80px;
}

h2
{
    line-height: 1.26;
}

form.style01 .form-control
{
    border-color: #3b9394;
}

form.style01 .form-control:focus
{
    border-color: #66afe9;
}

form.style01 .jcf-select
{
    border-color: #3b9394;
}

.btn-white
{
    padding: 15px 46px 14px;

    color: #fff;
    border: 2px solid #fff;
}

.btn-white:hover,
.btn-white:focus
{
    color: #5bcca2;
    background: #fff;
}

.btn-lg
{
    font-size: 20px;
    line-height: 1;

    padding: 30px 27px;
}

.btn-lg .fa
{
    margin-left: 65px;
}

.btn-lg.btn-white
{
    padding: 28px 24px;
}

/* ----------------------------
banner styles
---------------------------- */

.banner
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 478px;
    padding-top: 100px;
    padding-bottom: 34px;

    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    content: '';

    background: #5bcca2;
    background: -webkit-linear-gradient(left, rgba(91, 204, 162, .95) 0%, rgba(91, 204, 162, .92) 28%, rgba(91, 204, 162, .5) 38%, rgba(91, 204, 162, .5) 40%, rgba(91, 204, 162, .5) 100%);
    background:         linear-gradient(to right, rgba(91, 204, 162, .95) 0%, rgba(91, 204, 162, .92) 28%, rgba(91, 204, 162, .5) 38%, rgba(91, 204, 162, .5) 40%, rgba(91, 204, 162, .5) 100%);
}

.banner.style01
{
    background-position: 100% 50%;
}

.banner.style01:before
{
    background: -webkit-linear-gradient(left, #3b9394 0%, #3b9394 45%, #3b9394 45%, rgba(59, 147, 148, .45) 70%, rgba(59, 147, 148, .3) 100%);
    background:         linear-gradient(to right, #3b9394 0%, #3b9394 45%, #3b9394 45%, rgba(59, 147, 148, .45) 70%, rgba(59, 147, 148, .3) 100%);
}

.banner.style01 .btn-info
{
    color: #3b9394;
}

.banner.style02
{
    padding-top: 109px;

    background-position: 100% 50%;
    background-size: auto 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.style02:before
{
    background: -webkit-linear-gradient(left, #3b9394 0%, #3b9394 50%, #3b9394 45%, rgba(59, 147, 148, .45) 70%, rgba(59, 147, 148, .3) 100%);
    background:         linear-gradient(to right, #3b9394 0%, #3b9394 50%, #3b9394 45%, rgba(59, 147, 148, .45) 70%, rgba(59, 147, 148, .3) 100%);
}

.banner.style02 .btn-info
{
    color: #3b9394;
}

.banner.style03
{
    font-size: 24px;

    padding: 107px 0 0;

    background: #5bcca2;
}

.banner.style03.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.banner.style03:before
{
    display: none;
}

.banner.style03 h1
{
    font-size: 44px;

    margin-bottom: 13px;
}

.banner.style03 p
{
    margin-bottom: 26px;
}

.banner.style03 .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner.style03 .row:before,
.banner.style03 .row:after
{
    display: none;
}

.banner.style03 .img-hold
{
    float: right;
}

.banner.style03 .description
{
    padding: 54px 14px;
}

.banner.style04
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.style04:before
{
    display: none;
}

.banner.style04 .title
{
    font-size: 19px;
    font-weight: 400;

    margin-bottom: 13px;
    padding: 0;

    text-transform: capitalize;
}

.banner.style04 h1
{
    font-weight: 400;
}

.banner.style05
{
    text-align: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.style05:before
{
    display: none;
}

.banner.style05 h1
{
    font-size: 60px;

    margin-bottom: 50px;
}

.banner h1
{
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1458;

    margin-bottom: 26px;
}

.banner .btn
{
    min-width: 172px;
    margin: 0 22px 5px 0;
    padding-top: 17px;
    padding-right: 30px;
    padding-left: 30px;

    vertical-align: top;
}

.banner .btn .fa
{
    margin-left: 23px;
}

.banner .btn-white
{
    padding-top: 15px;
}

.banner .title
{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;

    position: relative;

    display: block;

    margin-bottom: 38px;
    padding-left: 56px;

    text-transform: capitalize;

    color: #fff;
}

.banner .title span
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 45px;
    height: 45px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 100px;
    background: #fff;
}

.banner .title span em
{
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner .title span img
{
    display: block;
}

.js-bg-image
{
    min-height: 478px;

    background-position: 50% 50%;
    background-size: cover;
}

.hbspt-form
{
    margin: 0 -15px !important;
}

.hbspt-form .hs-form
{
    margin-bottom: 0 !important;
}

.hbspt-form .hs-error-msgs
{
    margin: 0;
    padding: 0 !important;

    list-style: none;
}

.hbspt-form .hs-error-msgs label
{
    font-size: 12px;
    line-height: 1 !important;

    margin: 5px 0 0 !important;
    padding-top: 2px;
}

.hbspt-form .hs_error_rollup label
{
    font-size: 14px;

    text-align: center !important;
}

.hbspt-form select.hs-input
{
    display: none;
}

.hbspt-form .jcf-select-hs-input
{
    display: block;
}

.hbspt-form .hs-form-field
{
    margin-bottom: 18px !important;
    padding: 0 15px;
}

.hbspt-form label
{
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px !important;

    margin: 0 0 5px 0 !important;

    color: #484848;
}

.hbspt-form .hs-form-required
{
    display: none;
}

.hbspt-form .input
{
    margin: 0 !important;
}

.hbspt-form .hs-input
{
    font-family: 'circularstd' !important;
    font-size: 15px;
    line-height: 22px;

    box-sizing: content-box;
    width: calc(100% - 22px) !important;
    max-width: none !important;
    height: 36px;
    margin: 0;
    padding: 6px 10px;

    resize: none;

    color: #484848;
    border: 1px solid #5bcca2;
    border-radius: 4px !important;
    outline: none;
    box-shadow: none !important;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-appearance: none;
}

.hbspt-form .hs-input:focus
{
    border-color: rgba(82, 168, 236, .8) !important;
}

.hbspt-form .actions
{
    margin: 0 !important;
    padding: 10px 20px 0 !important;

    text-align: center;
}

.hbspt-form .hs-button
{
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;

    padding: 14px 26px 12px !important;

    color: #fff;
    border: none !important;
    border-radius: 5px !important;
    background: #5bcca2 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.hbspt-form .hs-button:hover,
.hbspt-form .hs-button:focus
{
    background: #3aba8a !important;
}

.hbspt-form .jcf-drop-active
{
    border-color: rgba(82, 168, 236, .8) !important;
}

.hbspt-form .error
{
    border-color: #f00 !important;
}

.hbspt-form .error + .jcf-select
{
    border-color: #f00 !important;
}

.hbspt-form .hs_error_rollup
{
    padding: 0 15px;

    text-align: center;
}

.hbspt-form .hs_error_rollup label
{
    font-size: 14px !important;
}

.hbspt-form textarea.hs-input
{
    height: 85px;
}

.demo-form .hs-input
{
    border-color: #3b9394 !important;
}

.demo-form .error
{
    border-color: #f00 !important;
}

.demo-form .error + .jcf-select
{
    border-color: #f00 !important;
}

.demo-form .jcf-select
{
    border-color: #3b9394 !important;
}

.demo-form .jcf-drop-active
{
    border-color: rgba(82, 168, 236, .8) !important;
}

.demo-form .hs-button
{
    background: #3b9394 !important;
}

.demo-form .hs-button:hover,
.demo-form .hs-button:focus
{
    background: #2c6f70 !important;
}

body.style01
{
    background: #fff;
}

/* ----------------------------
quote-form styles
---------------------------- */

.quote-form
{
    position: relative;

    max-width: 736px;
    margin: 0 auto;
    padding-top: 45px;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.quote-form h2
{
    font-size: 34px;

    margin-bottom: 45px;

    text-align: center;

    color: #3b9394;
}

.quote-form .hbspt-form
{
    max-width: 384px;
    margin: 0 auto !important;
}

.quote-form .hbspt-form label
{
    margin: 0 !important;
}

.quote-form .hbspt-form .hs-input,
.quote-form .hbspt-form .jcf-select
{
    border: 1px solid #3b9394 !important;
}

.quote-form .hbspt-form .hs-input:focus,
.quote-form .hbspt-form .jcf-select:focus
{
    border-color: rgba(82, 168, 236, .8) !important;
}

.quote-form .hbspt-form .hs-button
{
    font-size: 20px !important;
    font-weight: 500;
    font-weight: 500 !important;

    position: relative;
    bottom: -40px;

    min-width: 280px;
    height: 80px;
    margin-top: -6px;

    background: #3b9394 !important;
}

.quote-form .hbspt-form .hs-button:hover,
.quote-form .hbspt-form .hs-button:focus
{
    background: #2c6f70 !important;
}

.quote-form .hbspt-form .hs-error-msgs label
{
    margin-top: 5px !important;
}

.quote-form .hbspt-form .jcf-drop-active
{
    border-color: rgba(82, 168, 236, .8) !important;
}

.quote-form .hbspt-form .hs-form-field
{
    margin-bottom: 20px !important;
}

.quote-form .hbspt-form .error
{
    border-color: #f00 !important;
}

.quote-form .hbspt-form .error + .jcf-select
{
    border-color: #f00 !important;
}

.quote-form .actions
{
    padding-top: 10px;

    text-align: center;
}

.quote-form .btn
{
    font-size: 20px;
    font-weight: 500;

    position: relative;
    bottom: -40px;

    display: inline-block;

    min-width: 280px;
    margin-top: -6px;
    padding: 31px 46px;

    -webkit-transition: none;
            transition: none;
    vertical-align: top;

    border-radius: 5px;
    background: #3b9394;
}

.quote-form .btn:hover,
.quote-form .btn:focus
{
    background: #2c6f70;
}

img
{
    max-width: 100%;
    height: auto;
}

.comment-form input[type='text'],
.comment-form input[type='tel'],
.comment-form input[type='email'],
.comment-form input[type='search'],
.comment-form input[type='password'],
.comment-form input[type='url'],
.comment-form input[type='date'],
.comment-form textarea,
.search-form input[type='text'],
.search-form input[type='tel'],
.search-form input[type='email'],
.search-form input[type='search'],
.search-form input[type='password'],
.search-form input[type='url'],
.search-form input[type='date'],
.search-form textarea,
.post-password-form input[type='text'],
.post-password-form input[type='tel'],
.post-password-form input[type='email'],
.post-password-form input[type='search'],
.post-password-form input[type='password'],
.post-password-form input[type='url'],
.post-password-form input[type='date'],
.post-password-form textarea
{
    font-family: 'circularstd' !important;
    font-size: 15px;
    line-height: 22px;

    box-sizing: content-box;
    height: 36px;
    margin: 0;
    padding: 6px 10px;

    resize: none;

    color: #484848;
    border: 1px solid #5bcca2;
    border-radius: 4px !important;
    outline: none;
    box-shadow: none !important;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-appearance: none;
}

.comment-form input[type='text']:focus,
.comment-form input[type='tel']:focus,
.comment-form input[type='email']:focus,
.comment-form input[type='search']:focus,
.comment-form input[type='password']:focus,
.comment-form input[type='url']:focus,
.comment-form input[type='date']:focus,
.comment-form textarea:focus,
.search-form input[type='text']:focus,
.search-form input[type='tel']:focus,
.search-form input[type='email']:focus,
.search-form input[type='search']:focus,
.search-form input[type='password']:focus,
.search-form input[type='url']:focus,
.search-form input[type='date']:focus,
.search-form textarea:focus,
.post-password-form input[type='text']:focus,
.post-password-form input[type='tel']:focus,
.post-password-form input[type='email']:focus,
.post-password-form input[type='search']:focus,
.post-password-form input[type='password']:focus,
.post-password-form input[type='url']:focus,
.post-password-form input[type='date']:focus,
.post-password-form textarea:focus
{
    border-color: rgba(82, 168, 236, .8) !important;
}

.widget
{
    margin-bottom: 1.2em;
}

.widget:before,
.widget:after
{
    display: table;

    content: ' ';
}

.widget:after
{
    clear: both;
}

.widget:after
{
    display: block;
    clear: both;

    content: '';
}

.widget ul
{
    padding-left: 2em;
}

.widget select
{
    min-width: 150px;
}

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

.comment-form textarea,
.comment-form input[type='text']
{
    width: 300px;
    margin: 0 4px 0 0;
}

.comment-form input[type='submit']
{
    display: block;
    float: none;
}

.post-password-form label
{
    display: block;
}

.post-password-form input[type='password']
{
    width: 300px;
    margin: 0 4px 0 0;
}

.search-form:before,
.search-form:after
{
    display: table;

    content: ' ';
}

.search-form:after
{
    clear: both;
}

.search-form:after
{
    display: block;
    clear: both;

    content: '';
}

.search-form input
{
    float: left;

    height: 2em;
}

.search-form input[type='search']
{
    width: 150px;
    margin: 0 4px 0 0;
}

.post-password-form p:before,
.post-password-form p:after
{
    display: table;

    content: ' ';
}

.post-password-form p:after
{
    clear: both;
}

.post-password-form p:after
{
    display: block;
    clear: both;

    content: '';
}

.post-password-form input
{
    float: left;

    height: 2em;
}

.post-password-form input[type='password']
{
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit']
{
    height: 50px;
    padding: .5em 1em;

    color: #fff;
    border: none;
    border-radius: 4px;
    background: #5bcca2;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover,
.comment-form input[type='submit']:focus,
.post-password-form input[type='submit']:focus,
.search-form input[type='submit']:focus
{
    background: #3aba8a;
}

.commentlist
{
    margin: 0 0 1.2em;
}

.commentlist .edit-link
{
    margin: 0;
}

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item
{
    padding: 0 0 0 2em;
}

.comment,
.commentlist-holder
{
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item
{
    padding-top: 1.2em;
}

.widget_calendar #next
{
    text-align: right;
}

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation,
.navigation-comments
{
    position: relative;

    vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers
{
    display: inline-block;

    padding: 0 .4em;

    vertical-align: middle;
}

.navigation .next,
.navigation-comments .next,
.navigation .prev,
.navigation-comments .prev
{
    display: inline-block;

    max-width: 50%;
    padding: .4em;

    vertical-align: middle;
    text-decoration: none;
}

.navigation-single:before,
.navigation-single:after
{
    display: table;

    content: ' ';
}

.navigation-single:after
{
    clear: both;
}

.navigation-single:after
{
    display: block;
    clear: both;

    content: '';
}

.navigation-single .next,
.navigation-single .prev
{
    float: left;

    max-width: 50%;

    vertical-align: middle;
    text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    padding: .4em;

    text-decoration: none;

    color: inherit;
}

.navigation-single .next
{
    float: right;
}

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.2em;
    padding: .4em;

    border: 1px solid #ccc;
}

.wp-caption img
{
    margin: 0;

    vertical-align: top;
}

.wp-caption p
{
    margin: .4em 0 0;
}

div.aligncenter
{
    margin: 0 auto 1.2em;
}

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    float: left;

    margin: 0 1.2em 4px 0;
}

.alignright
{
    float: right;

    margin: 0 0 4px 1.2em;
}

.mejs-container
{
    margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor
{
    height: auto;
}

blockquote
{
    border-left: 5px solid #5bcca1;
}

body.single-post
{
    padding-top: 0 !important;
}

.not-found,
.post-description
{
    padding: 20px 0;
}

ol ol
{
    padding-left: 20px;
}

.hide-text
{
    overflow: hidden;

    text-indent: -9999px;
}

.circularstd
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

.img-reset
{
    display: block;

    width: 100%;
}

.listreset
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after
{
    display: block;
    clear: both;

    content: '';
}

.transition
{
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.justify
{
    font-size: 1px;
    line-height: 0;

    text-align: justify;
}

.justify > *
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}

.justify:after
{
    display: inline-block;

    width: 100%;

    content: '';
    vertical-align: top;
}

.ellipsis
{
    overflow: hidden;

    max-width: 100%;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

@font-face
{
    font-family: 'circularstd';
    font-weight: normal;
    font-style: normal;

    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-book-webfont.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-book-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-book-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-book-webfont.ttf') format('truetype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-book-webfont.svg#webfontregular') format('svg');
}

@font-face
{
    font-family: 'circularstd';
    font-weight: 500;
    font-style: normal;

    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-medium-webfont.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-medium-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-medium-webfont.ttf') format('truetype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-medium-webfont.svg#webfontregular') format('svg');
}

@font-face
{
    font-family: 'circularstd';
    font-weight: 700;
    font-style: normal;

    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-bold-webfont.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-bold-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/circularstd-bold-webfont.ttf') format('truetype'), url('../fonts/circularstd-bold-webfont.svg#webfontregular') format('svg');
}

@font-face
{
    font-family: 'source_sans_proregular';
    font-weight: normal;
    font-style: normal;

    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
}

@font-face
{
    font-family: 'source_sans_proregular';
    font-weight: normal;
    font-style: normal;

    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
}

@font-face
{
    font-family: 'georgia';
    font-weight: 700;
    font-style: normal;

    src: url('../fonts/georgia-bold-webfont.eot');
    src: url('../fonts/georgia-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/georgia-bold-webfont.woff') format('woff'), url('../fonts/georgia-bold-webfont.ttf') format('truetype'), url('../fonts/georgia-bold-webfont.svg#webfontregular') format('svg');
}

@font-face
{
    font-family: 'georgia';
    font-weight: 400;
    font-style: italic;

    src: url('../fonts/georgia_italic-webfont.eot');
    src: url('../fonts/georgia_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/georgia_italic-webfont.woff') format('woff'), url('../fonts/georgia_italic-webfont.ttf') format('truetype'), url('../fonts/georgia_italic-webfont.svg#webfontregular') format('svg');
}

@font-face
{
    font-family: 'georgia';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/georgia-webfont.eot');
    src: url('../fonts/georgia-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/georgia-webfont.woff') format('woff'), url('../fonts/georgia-webfont.ttf') format('truetype'), url('../fonts/georgia-webfont.svg#webfontregular') format('svg');
}

@font-face
{
    font-family: 'latoregular';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
}

/* Slick slider styles */

.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;

    outline: none !important;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

.slick-dots
{
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li
{
    height: 7px;
    margin: 10px 0;
}

.slick-dots button
{
    width: 7px;
    height: 7px;
    padding: 0;

    text-indent: -9999px;

    border: none;
    border-radius: 50%;
    outline: none !important;
    background: #e5e5e5;
}

.slick-dots button:hover,
.slick-dots button:focus
{
    background: #5bcca2;
}

.slick-dots .slick-active button
{
    background: #5bcca2;
}

@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icomoon.eot?51oj1l');
    src: url('../fonts/icomoon.eot?51oj1l#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?51oj1l') format('truetype'), url('../fonts/icomoon.woff?51oj1l') format('woff'), url('../fonts/icomoon.svg?51oj1l#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1; /* Better Font Rendering =========== */

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close .path1:before
{
    content: '\e902';
}

.icon-close .path2:before
{
    margin-left: -1em;

    content: '\e903';
}

.icon-return:before
{
    content: '\e901';
}

.icon-email:before
{
    content: '\e900';
}

.icon-icon07:before
{
    content: '\e953';
}

.icon-slack:before
{
    content: '\e907';
}

.icon-redo2:before
{
    content: '\e968';
}

.icon-facebook:before
{
    content: '\ea91';
}

.icon-twitter:before
{
    content: '\ea96';
}

.icon-linkedin:before
{
    content: '\eac9';
}

.jcf-checkbox
{
    position: absolute;
    top: 5px;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    pointer-events: none;

    border: 2px solid #5bcca2;
    border-radius: 4px;
}

.jcf-checkbox span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: none;

    width: 16px;
    height: 13px;
    margin-top: 1px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: url(https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/images/check-white.png) no-repeat;
    background-size: cover;
}

.jcf-checkbox input[type='checkbox']
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    border: 0;
}

.jcf-checkbox.jcf-checked
{
    background: #5bcca2;
}

.jcf-checkbox.jcf-checked span
{
    display: block;
}

/* custom select styles */

.jcf-select
{
    font-size: 15px;
    line-height: 1.56;

    position: relative;

    display: inline-block;

    width: 100%;
    min-width: 150px;
    height: 50px;
    padding: 6px 10px;

    vertical-align: top;

    color: #484848;
    border: 1px solid #5bcca2;
    border-radius: 4px;
    background-color: #fff;
}

.jcf-select select
{
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-select .jcf-select-text
{
    font-size: 15px;
    line-height: 1.56;

    display: block;
    overflow: hidden;

    margin: 6px 50px 0 0;

    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jcf-select .jcf-select-opener
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 72px;

    text-align: center;
}

.jcf-select .jcf-select-opener:after
{
    font-family: FontAwesome;
    font-size: 23px;

    position: absolute;
    top: 50%;
    left: 50%;

    padding: 6px 5px;

    content: '\f107';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #484848;
    border-radius: 0 4px 4px 0;
}

body > .jcf-select-drop
{
    position: absolute;
    z-index: 993;

    margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped
{
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop
{
    position: absolute;
    z-index: 993;
    top: 100%;
    right: -1px;
    left: -1px;

    margin-top: 0;
}

.jcf-select .jcf-select-drop.jcf-select-studies-filter
{
    margin-top: 2px !important;
}

.jcf-select .jcf-drop-flipped
{
    top: auto;
    bottom: 100%;
}

.jcf-select-drop .jcf-select-drop-content
{
    border: 1px solid #66afe9;
}

/* multiple select styles */

.jcf-list-box
{
    display: inline-block;
    overflow: hidden;

    min-width: 200px;
    margin: 0 15px;

    border: 1px solid #b8c3c9;
}

/* select options styles */

.jcf-list
{
    font-size: 15px;
    line-height: 1.56;

    position: relative;

    display: inline-block;

    width: 100%;

    vertical-align: top;

    background: #fff;
}

.jcf-list .jcf-list-content
{
    display: inline-block;
    overflow: auto;

    width: 100%;

    vertical-align: top;
}

.jcf-list ul
{
    margin: 0;
    padding: 0;

    list-style: none;

    background: #fff;
}

.jcf-list ul li
{
    display: block;
    overflow: hidden;
}

.jcf-list .jcf-overflow
{
    overflow: auto;
}

.jcf-list .jcf-option
{
    display: block;
    overflow: hidden;

    height: 1%;
    padding: 10px;

    cursor: default;
    white-space: normal;

    color: #656565;
}

.jcf-list .jcf-disabled
{
    color: #aaa !important;
    background: #fff !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected
{
    color: #fff;
    background: #5bcca2;
}

.jcf-list .jcf-optgroup-caption
{
    font-weight: bold;

    display: block;

    padding: 5px 9px;

    cursor: default;
    white-space: nowrap;

    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option
{
    padding-left: 30px;
}

/* custom radio styles */

.jcf-radio
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;

    cursor: default;
    vertical-align: middle;

    border: 2px solid #5bcca1;
    border-radius: 9px;
    background: #fff;
}

.jcf-radio span
{
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;

    visibility: hidden;

    opacity: 0;
    border-radius: 100%;
    background: #5bcca1;
}

.jcf-radio input[type='radio']
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    border: 0;
}

.jcf-radio.jcf-checked span
{
    visibility: visible;

    opacity: 1;
}

/* range input */

.jcf-range
{
    display: block;

    min-width: 200px;
}

.jcf-range .jcf-range-track
{
    position: relative;

    display: block;

    height: 4px;
    margin: 0 18px 0 0;
}

.jcf-range .jcf-range-wrapper
{
    position: relative;

    display: block;

    margin: 11px 0;

    border-radius: 5px;
    background: #ccc;
}

.jcf-range .jcf-range-display-wrapper
{
    position: absolute;
    right: 5px;
    left: 10px;

    min-width: 10px;
    min-height: 4px;
}

.jcf-range .jcf-range-display
{
    position: absolute;

    width: 10px;
    height: 4px;

    border-radius: 5px;
    background: #5bcca1;
}

.jcf-range .jcf-range-display.jcf-range-min
{
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max
{
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
}

.jcf-range .jcf-range-handle
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    width: 18px;
    height: 18px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none !important;
    border-radius: 50%;
    outline: none;
    background: #5bcca1;
}

.jcf-range .jcf-range-mark
{
    position: absolute;
    top: -7px;

    overflow: hidden;

    width: 1px;
    height: 3px;
    margin: 0 0 0 9px;

    background: #000;
}

.jcf-range .jcf-active-handle
{
    z-index: 2;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper
{
    position: relative;

    box-sizing: content-box;
}

.jcf-scrollbar-vertical
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    width: 2px;

    cursor: default;

    background: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc
{
    top: 0;
    left: 0;

    width: 2px;
    height: 14px;

    background: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc
{
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle
{
    width: 2px;
    height: 1px;

    background: #c4c4c4;
}

.jcf-scrollbar-horizontal
{
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 14px;

    background: #e3e3e3;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc
{
    display: inline-block;
    overflow: hidden;

    width: 14px;
    height: 14px;

    vertical-align: top;

    background: #bbb;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc
{
    right: 0;
    left: auto;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider
{
    position: relative;

    display: inline-block;

    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle
{
    position: absolute;

    height: 14px;

    background: #888;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle
{
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc
{
    background: #e3e3e3;
}

.jcf-range.jcf-disabled
{
    opacity: .3;
    background: none !important;
}

/* common custom form elements styles */

.jcf-disabled
{
    background: #ddd !important;
}

.jcf-checkbox.jcf-focus
{
    border-color: #5bcca2 !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face
{
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg
{
    font-size: 1.33333333em;
    line-height: .75em;

    vertical-align: -15%;
}

.fa-2x
{
    font-size: 2em;
}

.fa-3x
{
    font-size: 3em;
}

.fa-4x
{
    font-size: 4em;
}

.fa-5x
{
    font-size: 5em;
}

.fa-fw
{
    width: 1.28571429em;

    text-align: center;
}

.fa-ul
{
    margin-left: 2.14285714em;
    padding-left: 0;

    list-style-type: none;
}

.fa-ul > li
{
    position: relative;
}

.fa-li
{
    position: absolute;
    top: .14285714em;
    left: -2.14285714em;

    width: 2.14285714em;

    text-align: center;
}

.fa-li.fa-lg
{
    left: -1.85714286em;
}

.fa-border
{
    padding: .2em .25em .15em;

    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left
{
    float: left;
}

.fa-pull-right
{
    float: right;
}

.fa.fa-pull-left
{
    margin-right: .3em;
}

.fa.fa-pull-right
{
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right
{
    float: right;
}

.pull-left
{
    float: left;
}

.fa.pull-left
{
    margin-right: .3em;
}

.fa.pull-right
{
    margin-left: .3em;
}

.fa-spin
{
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}

.fa-pulse
{
    -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270
{
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal
{
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical
{
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical
{
    filter: none;
}

.fa-stack
{
    line-height: 2em;

    position: relative;

    display: inline-block;

    width: 2em;
    height: 2em;

    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x
{
    position: absolute;
    left: 0;

    width: 100%;

    text-align: center;
}

.fa-stack-1x
{
    line-height: inherit;
}

.fa-stack-2x
{
    font-size: 2em;
}

.fa-inverse
{
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before
{
    content: '\f000';
}

.fa-music:before
{
    content: '\f001';
}

.fa-search:before
{
    content: '\f002';
}

.fa-envelope-o:before
{
    content: '\f003';
}

.fa-heart:before
{
    content: '\f004';
}

.fa-star:before
{
    content: '\f005';
}

.fa-star-o:before
{
    content: '\f006';
}

.fa-user:before
{
    content: '\f007';
}

.fa-film:before
{
    content: '\f008';
}

.fa-th-large:before
{
    content: '\f009';
}

.fa-th:before
{
    content: '\f00a';
}

.fa-th-list:before
{
    content: '\f00b';
}

.fa-check:before
{
    content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before
{
    content: '\f00d';
}

.fa-search-plus:before
{
    content: '\f00e';
}

.fa-search-minus:before
{
    content: '\f010';
}

.fa-power-off:before
{
    content: '\f011';
}

.fa-signal:before
{
    content: '\f012';
}

.fa-gear:before,
.fa-cog:before
{
    content: '\f013';
}

.fa-trash-o:before
{
    content: '\f014';
}

.fa-home:before
{
    content: '\f015';
}

.fa-file-o:before
{
    content: '\f016';
}

.fa-clock-o:before
{
    content: '\f017';
}

.fa-road:before
{
    content: '\f018';
}

.fa-download:before
{
    content: '\f019';
}

.fa-arrow-circle-o-down:before
{
    content: '\f01a';
}

.fa-arrow-circle-o-up:before
{
    content: '\f01b';
}

.fa-inbox:before
{
    content: '\f01c';
}

.fa-play-circle-o:before
{
    content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before
{
    content: '\f01e';
}

.fa-refresh:before
{
    content: '\f021';
}

.fa-list-alt:before
{
    content: '\f022';
}

.fa-lock:before
{
    content: '\f023';
}

.fa-flag:before
{
    content: '\f024';
}

.fa-headphones:before
{
    content: '\f025';
}

.fa-volume-off:before
{
    content: '\f026';
}

.fa-volume-down:before
{
    content: '\f027';
}

.fa-volume-up:before
{
    content: '\f028';
}

.fa-qrcode:before
{
    content: '\f029';
}

.fa-barcode:before
{
    content: '\f02a';
}

.fa-tag:before
{
    content: '\f02b';
}

.fa-tags:before
{
    content: '\f02c';
}

.fa-book:before
{
    content: '\f02d';
}

.fa-bookmark:before
{
    content: '\f02e';
}

.fa-print:before
{
    content: '\f02f';
}

.fa-camera:before
{
    content: '\f030';
}

.fa-font:before
{
    content: '\f031';
}

.fa-bold:before
{
    content: '\f032';
}

.fa-italic:before
{
    content: '\f033';
}

.fa-text-height:before
{
    content: '\f034';
}

.fa-text-width:before
{
    content: '\f035';
}

.fa-align-left:before
{
    content: '\f036';
}

.fa-align-center:before
{
    content: '\f037';
}

.fa-align-right:before
{
    content: '\f038';
}

.fa-align-justify:before
{
    content: '\f039';
}

.fa-list:before
{
    content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before
{
    content: '\f03b';
}

.fa-indent:before
{
    content: '\f03c';
}

.fa-video-camera:before
{
    content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before
{
    content: '\f03e';
}

.fa-pencil:before
{
    content: '\f040';
}

.fa-map-marker:before
{
    content: '\f041';
}

.fa-adjust:before
{
    content: '\f042';
}

.fa-tint:before
{
    content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before
{
    content: '\f044';
}

.fa-share-square-o:before
{
    content: '\f045';
}

.fa-check-square-o:before
{
    content: '\f046';
}

.fa-arrows:before
{
    content: '\f047';
}

.fa-step-backward:before
{
    content: '\f048';
}

.fa-fast-backward:before
{
    content: '\f049';
}

.fa-backward:before
{
    content: '\f04a';
}

.fa-play:before
{
    content: '\f04b';
}

.fa-pause:before
{
    content: '\f04c';
}

.fa-stop:before
{
    content: '\f04d';
}

.fa-forward:before
{
    content: '\f04e';
}

.fa-fast-forward:before
{
    content: '\f050';
}

.fa-step-forward:before
{
    content: '\f051';
}

.fa-eject:before
{
    content: '\f052';
}

.fa-chevron-left:before
{
    content: '\f053';
}

.fa-chevron-right:before
{
    content: '\f054';
}

.fa-plus-circle:before
{
    content: '\f055';
}

.fa-minus-circle:before
{
    content: '\f056';
}

.fa-times-circle:before
{
    content: '\f057';
}

.fa-check-circle:before
{
    content: '\f058';
}

.fa-question-circle:before
{
    content: '\f059';
}

.fa-info-circle:before
{
    content: '\f05a';
}

.fa-crosshairs:before
{
    content: '\f05b';
}

.fa-times-circle-o:before
{
    content: '\f05c';
}

.fa-check-circle-o:before
{
    content: '\f05d';
}

.fa-ban:before
{
    content: '\f05e';
}

.fa-arrow-left:before
{
    content: '\f060';
}

.fa-arrow-right:before
{
    content: '\f061';
}

.fa-arrow-up:before
{
    content: '\f062';
}

.fa-arrow-down:before
{
    content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before
{
    content: '\f064';
}

.fa-expand:before
{
    content: '\f065';
}

.fa-compress:before
{
    content: '\f066';
}

.fa-plus:before
{
    content: '\f067';
}

.fa-minus:before
{
    content: '\f068';
}

.fa-asterisk:before
{
    content: '\f069';
}

.fa-exclamation-circle:before
{
    content: '\f06a';
}

.fa-gift:before
{
    content: '\f06b';
}

.fa-leaf:before
{
    content: '\f06c';
}

.fa-fire:before
{
    content: '\f06d';
}

.fa-eye:before
{
    content: '\f06e';
}

.fa-eye-slash:before
{
    content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before
{
    content: '\f071';
}

.fa-plane:before
{
    content: '\f072';
}

.fa-calendar:before
{
    content: '\f073';
}

.fa-random:before
{
    content: '\f074';
}

.fa-comment:before
{
    content: '\f075';
}

.fa-magnet:before
{
    content: '\f076';
}

.fa-chevron-up:before
{
    content: '\f077';
}

.fa-chevron-down:before
{
    content: '\f078';
}

.fa-retweet:before
{
    content: '\f079';
}

.fa-shopping-cart:before
{
    content: '\f07a';
}

.fa-folder:before
{
    content: '\f07b';
}

.fa-folder-open:before
{
    content: '\f07c';
}

.fa-arrows-v:before
{
    content: '\f07d';
}

.fa-arrows-h:before
{
    content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before
{
    content: '\f080';
}

.fa-twitter-square:before
{
    content: '\f081';
}

.fa-facebook-square:before
{
    content: '\f082';
}

.fa-camera-retro:before
{
    content: '\f083';
}

.fa-key:before
{
    content: '\f084';
}

.fa-gears:before,
.fa-cogs:before
{
    content: '\f085';
}

.fa-comments:before
{
    content: '\f086';
}

.fa-thumbs-o-up:before
{
    content: '\f087';
}

.fa-thumbs-o-down:before
{
    content: '\f088';
}

.fa-star-half:before
{
    content: '\f089';
}

.fa-heart-o:before
{
    content: '\f08a';
}

.fa-sign-out:before
{
    content: '\f08b';
}

.fa-linkedin-square:before
{
    content: '\f08c';
}

.fa-thumb-tack:before
{
    content: '\f08d';
}

.fa-external-link:before
{
    content: '\f08e';
}

.fa-sign-in:before
{
    content: '\f090';
}

.fa-trophy:before
{
    content: '\f091';
}

.fa-github-square:before
{
    content: '\f092';
}

.fa-upload:before
{
    content: '\f093';
}

.fa-lemon-o:before
{
    content: '\f094';
}

.fa-phone:before
{
    content: '\f095';
}

.fa-square-o:before
{
    content: '\f096';
}

.fa-bookmark-o:before
{
    content: '\f097';
}

.fa-phone-square:before
{
    content: '\f098';
}

.fa-twitter:before
{
    content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before
{
    content: '\f09a';
}

.fa-github:before
{
    content: '\f09b';
}

.fa-unlock:before
{
    content: '\f09c';
}

.fa-credit-card:before
{
    content: '\f09d';
}

.fa-feed:before,
.fa-rss:before
{
    content: '\f09e';
}

.fa-hdd-o:before
{
    content: '\f0a0';
}

.fa-bullhorn:before
{
    content: '\f0a1';
}

.fa-bell:before
{
    content: '\f0f3';
}

.fa-certificate:before
{
    content: '\f0a3';
}

.fa-hand-o-right:before
{
    content: '\f0a4';
}

.fa-hand-o-left:before
{
    content: '\f0a5';
}

.fa-hand-o-up:before
{
    content: '\f0a6';
}

.fa-hand-o-down:before
{
    content: '\f0a7';
}

.fa-arrow-circle-left:before
{
    content: '\f0a8';
}

.fa-arrow-circle-right:before
{
    content: '\f0a9';
}

.fa-arrow-circle-up:before
{
    content: '\f0aa';
}

.fa-arrow-circle-down:before
{
    content: '\f0ab';
}

.fa-globe:before
{
    content: '\f0ac';
}

.fa-wrench:before
{
    content: '\f0ad';
}

.fa-tasks:before
{
    content: '\f0ae';
}

.fa-filter:before
{
    content: '\f0b0';
}

.fa-briefcase:before
{
    content: '\f0b1';
}

.fa-arrows-alt:before
{
    content: '\f0b2';
}

.fa-group:before,
.fa-users:before
{
    content: '\f0c0';
}

.fa-chain:before,
.fa-link:before
{
    content: '\f0c1';
}

.fa-cloud:before
{
    content: '\f0c2';
}

.fa-flask:before
{
    content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before
{
    content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before
{
    content: '\f0c5';
}

.fa-paperclip:before
{
    content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before
{
    content: '\f0c7';
}

.fa-square:before
{
    content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before
{
    content: '\f0c9';
}

.fa-list-ul:before
{
    content: '\f0ca';
}

.fa-list-ol:before
{
    content: '\f0cb';
}

.fa-strikethrough:before
{
    content: '\f0cc';
}

.fa-underline:before
{
    content: '\f0cd';
}

.fa-table:before
{
    content: '\f0ce';
}

.fa-magic:before
{
    content: '\f0d0';
}

.fa-truck:before
{
    content: '\f0d1';
}

.fa-pinterest:before
{
    content: '\f0d2';
}

.fa-pinterest-square:before
{
    content: '\f0d3';
}

.fa-google-plus-square:before
{
    content: '\f0d4';
}

.fa-google-plus:before
{
    content: '\f0d5';
}

.fa-money:before
{
    content: '\f0d6';
}

.fa-caret-down:before
{
    content: '\f0d7';
}

.fa-caret-up:before
{
    content: '\f0d8';
}

.fa-caret-left:before
{
    content: '\f0d9';
}

.fa-caret-right:before
{
    content: '\f0da';
}

.fa-columns:before
{
    content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before
{
    content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before
{
    content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before
{
    content: '\f0de';
}

.fa-envelope:before
{
    content: '\f0e0';
}

.fa-linkedin:before
{
    content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before
{
    content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before
{
    content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before
{
    content: '\f0e4';
}

.fa-comment-o:before
{
    content: '\f0e5';
}

.fa-comments-o:before
{
    content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before
{
    content: '\f0e7';
}

.fa-sitemap:before
{
    content: '\f0e8';
}

.fa-umbrella:before
{
    content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before
{
    content: '\f0ea';
}

.fa-lightbulb-o:before
{
    content: '\f0eb';
}

.fa-exchange:before
{
    content: '\f0ec';
}

.fa-cloud-download:before
{
    content: '\f0ed';
}

.fa-cloud-upload:before
{
    content: '\f0ee';
}

.fa-user-md:before
{
    content: '\f0f0';
}

.fa-stethoscope:before
{
    content: '\f0f1';
}

.fa-suitcase:before
{
    content: '\f0f2';
}

.fa-bell-o:before
{
    content: '\f0a2';
}

.fa-coffee:before
{
    content: '\f0f4';
}

.fa-cutlery:before
{
    content: '\f0f5';
}

.fa-file-text-o:before
{
    content: '\f0f6';
}

.fa-building-o:before
{
    content: '\f0f7';
}

.fa-hospital-o:before
{
    content: '\f0f8';
}

.fa-ambulance:before
{
    content: '\f0f9';
}

.fa-medkit:before
{
    content: '\f0fa';
}

.fa-fighter-jet:before
{
    content: '\f0fb';
}

.fa-beer:before
{
    content: '\f0fc';
}

.fa-h-square:before
{
    content: '\f0fd';
}

.fa-plus-square:before
{
    content: '\f0fe';
}

.fa-angle-double-left:before
{
    content: '\f100';
}

.fa-angle-double-right:before
{
    content: '\f101';
}

.fa-angle-double-up:before
{
    content: '\f102';
}

.fa-angle-double-down:before
{
    content: '\f103';
}

.fa-angle-left:before
{
    content: '\f104';
}

.fa-angle-right:before
{
    content: '\f105';
}

.fa-angle-up:before
{
    content: '\f106';
}

.fa-angle-down:before
{
    content: '\f107';
}

.fa-desktop:before
{
    content: '\f108';
}

.fa-laptop:before
{
    content: '\f109';
}

.fa-tablet:before
{
    content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before
{
    content: '\f10b';
}

.fa-circle-o:before
{
    content: '\f10c';
}

.fa-quote-left:before
{
    content: '\f10d';
}

.fa-quote-right:before
{
    content: '\f10e';
}

.fa-spinner:before
{
    content: '\f110';
}

.fa-circle:before
{
    content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before
{
    content: '\f112';
}

.fa-github-alt:before
{
    content: '\f113';
}

.fa-folder-o:before
{
    content: '\f114';
}

.fa-folder-open-o:before
{
    content: '\f115';
}

.fa-smile-o:before
{
    content: '\f118';
}

.fa-frown-o:before
{
    content: '\f119';
}

.fa-meh-o:before
{
    content: '\f11a';
}

.fa-gamepad:before
{
    content: '\f11b';
}

.fa-keyboard-o:before
{
    content: '\f11c';
}

.fa-flag-o:before
{
    content: '\f11d';
}

.fa-flag-checkered:before
{
    content: '\f11e';
}

.fa-terminal:before
{
    content: '\f120';
}

.fa-code:before
{
    content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before
{
    content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before
{
    content: '\f123';
}

.fa-location-arrow:before
{
    content: '\f124';
}

.fa-crop:before
{
    content: '\f125';
}

.fa-code-fork:before
{
    content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before
{
    content: '\f127';
}

.fa-question:before
{
    content: '\f128';
}

.fa-info:before
{
    content: '\f129';
}

.fa-exclamation:before
{
    content: '\f12a';
}

.fa-superscript:before
{
    content: '\f12b';
}

.fa-subscript:before
{
    content: '\f12c';
}

.fa-eraser:before
{
    content: '\f12d';
}

.fa-puzzle-piece:before
{
    content: '\f12e';
}

.fa-microphone:before
{
    content: '\f130';
}

.fa-microphone-slash:before
{
    content: '\f131';
}

.fa-shield:before
{
    content: '\f132';
}

.fa-calendar-o:before
{
    content: '\f133';
}

.fa-fire-extinguisher:before
{
    content: '\f134';
}

.fa-rocket:before
{
    content: '\f135';
}

.fa-maxcdn:before
{
    content: '\f136';
}

.fa-chevron-circle-left:before
{
    content: '\f137';
}

.fa-chevron-circle-right:before
{
    content: '\f138';
}

.fa-chevron-circle-up:before
{
    content: '\f139';
}

.fa-chevron-circle-down:before
{
    content: '\f13a';
}

.fa-html5:before
{
    content: '\f13b';
}

.fa-css3:before
{
    content: '\f13c';
}

.fa-anchor:before
{
    content: '\f13d';
}

.fa-unlock-alt:before
{
    content: '\f13e';
}

.fa-bullseye:before
{
    content: '\f140';
}

.fa-ellipsis-h:before
{
    content: '\f141';
}

.fa-ellipsis-v:before
{
    content: '\f142';
}

.fa-rss-square:before
{
    content: '\f143';
}

.fa-play-circle:before
{
    content: '\f144';
}

.fa-ticket:before
{
    content: '\f145';
}

.fa-minus-square:before
{
    content: '\f146';
}

.fa-minus-square-o:before
{
    content: '\f147';
}

.fa-level-up:before
{
    content: '\f148';
}

.fa-level-down:before
{
    content: '\f149';
}

.fa-check-square:before
{
    content: '\f14a';
}

.fa-pencil-square:before
{
    content: '\f14b';
}

.fa-external-link-square:before
{
    content: '\f14c';
}

.fa-share-square:before
{
    content: '\f14d';
}

.fa-compass:before
{
    content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before
{
    content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before
{
    content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before
{
    content: '\f152';
}

.fa-euro:before,
.fa-eur:before
{
    content: '\f153';
}

.fa-gbp:before
{
    content: '\f154';
}

.fa-dollar:before,
.fa-usd:before
{
    content: '\f155';
}

.fa-rupee:before,
.fa-inr:before
{
    content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before
{
    content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before
{
    content: '\f158';
}

.fa-won:before,
.fa-krw:before
{
    content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before
{
    content: '\f15a';
}

.fa-file:before
{
    content: '\f15b';
}

.fa-file-text:before
{
    content: '\f15c';
}

.fa-sort-alpha-asc:before
{
    content: '\f15d';
}

.fa-sort-alpha-desc:before
{
    content: '\f15e';
}

.fa-sort-amount-asc:before
{
    content: '\f160';
}

.fa-sort-amount-desc:before
{
    content: '\f161';
}

.fa-sort-numeric-asc:before
{
    content: '\f162';
}

.fa-sort-numeric-desc:before
{
    content: '\f163';
}

.fa-thumbs-up:before
{
    content: '\f164';
}

.fa-thumbs-down:before
{
    content: '\f165';
}

.fa-youtube-square:before
{
    content: '\f166';
}

.fa-youtube:before
{
    content: '\f167';
}

.fa-xing:before
{
    content: '\f168';
}

.fa-xing-square:before
{
    content: '\f169';
}

.fa-youtube-play:before
{
    content: '\f16a';
}

.fa-dropbox:before
{
    content: '\f16b';
}

.fa-stack-overflow:before
{
    content: '\f16c';
}

.fa-instagram:before
{
    content: '\f16d';
}

.fa-flickr:before
{
    content: '\f16e';
}

.fa-adn:before
{
    content: '\f170';
}

.fa-bitbucket:before
{
    content: '\f171';
}

.fa-bitbucket-square:before
{
    content: '\f172';
}

.fa-tumblr:before
{
    content: '\f173';
}

.fa-tumblr-square:before
{
    content: '\f174';
}

.fa-long-arrow-down:before
{
    content: '\f175';
}

.fa-long-arrow-up:before
{
    content: '\f176';
}

.fa-long-arrow-left:before
{
    content: '\f177';
}

.fa-long-arrow-right:before
{
    content: '\f178';
}

.fa-apple:before
{
    content: '\f179';
}

.fa-windows:before
{
    content: '\f17a';
}

.fa-android:before
{
    content: '\f17b';
}

.fa-linux:before
{
    content: '\f17c';
}

.fa-dribbble:before
{
    content: '\f17d';
}

.fa-skype:before
{
    content: '\f17e';
}

.fa-foursquare:before
{
    content: '\f180';
}

.fa-trello:before
{
    content: '\f181';
}

.fa-female:before
{
    content: '\f182';
}

.fa-male:before
{
    content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before
{
    content: '\f184';
}

.fa-sun-o:before
{
    content: '\f185';
}

.fa-moon-o:before
{
    content: '\f186';
}

.fa-archive:before
{
    content: '\f187';
}

.fa-bug:before
{
    content: '\f188';
}

.fa-vk:before
{
    content: '\f189';
}

.fa-weibo:before
{
    content: '\f18a';
}

.fa-renren:before
{
    content: '\f18b';
}

.fa-pagelines:before
{
    content: '\f18c';
}

.fa-stack-exchange:before
{
    content: '\f18d';
}

.fa-arrow-circle-o-right:before
{
    content: '\f18e';
}

.fa-arrow-circle-o-left:before
{
    content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before
{
    content: '\f191';
}

.fa-dot-circle-o:before
{
    content: '\f192';
}

.fa-wheelchair:before
{
    content: '\f193';
}

.fa-vimeo-square:before
{
    content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before
{
    content: '\f195';
}

.fa-plus-square-o:before
{
    content: '\f196';
}

.fa-space-shuttle:before
{
    content: '\f197';
}

.fa-slack:before
{
    content: '\f198';
}

.fa-envelope-square:before
{
    content: '\f199';
}

.fa-wordpress:before
{
    content: '\f19a';
}

.fa-openid:before
{
    content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before
{
    content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before
{
    content: '\f19d';
}

.fa-yahoo:before
{
    content: '\f19e';
}

.fa-google:before
{
    content: '\f1a0';
}

.fa-reddit:before
{
    content: '\f1a1';
}

.fa-reddit-square:before
{
    content: '\f1a2';
}

.fa-stumbleupon-circle:before
{
    content: '\f1a3';
}

.fa-stumbleupon:before
{
    content: '\f1a4';
}

.fa-delicious:before
{
    content: '\f1a5';
}

.fa-digg:before
{
    content: '\f1a6';
}

.fa-pied-piper-pp:before
{
    content: '\f1a7';
}

.fa-pied-piper-alt:before
{
    content: '\f1a8';
}

.fa-drupal:before
{
    content: '\f1a9';
}

.fa-joomla:before
{
    content: '\f1aa';
}

.fa-language:before
{
    content: '\f1ab';
}

.fa-fax:before
{
    content: '\f1ac';
}

.fa-building:before
{
    content: '\f1ad';
}

.fa-child:before
{
    content: '\f1ae';
}

.fa-paw:before
{
    content: '\f1b0';
}

.fa-spoon:before
{
    content: '\f1b1';
}

.fa-cube:before
{
    content: '\f1b2';
}

.fa-cubes:before
{
    content: '\f1b3';
}

.fa-behance:before
{
    content: '\f1b4';
}

.fa-behance-square:before
{
    content: '\f1b5';
}

.fa-steam:before
{
    content: '\f1b6';
}

.fa-steam-square:before
{
    content: '\f1b7';
}

.fa-recycle:before
{
    content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before
{
    content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before
{
    content: '\f1ba';
}

.fa-tree:before
{
    content: '\f1bb';
}

.fa-spotify:before
{
    content: '\f1bc';
}

.fa-deviantart:before
{
    content: '\f1bd';
}

.fa-soundcloud:before
{
    content: '\f1be';
}

.fa-database:before
{
    content: '\f1c0';
}

.fa-file-pdf-o:before
{
    content: '\f1c1';
}

.fa-file-word-o:before
{
    content: '\f1c2';
}

.fa-file-excel-o:before
{
    content: '\f1c3';
}

.fa-file-powerpoint-o:before
{
    content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before
{
    content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before
{
    content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before
{
    content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before
{
    content: '\f1c8';
}

.fa-file-code-o:before
{
    content: '\f1c9';
}

.fa-vine:before
{
    content: '\f1ca';
}

.fa-codepen:before
{
    content: '\f1cb';
}

.fa-jsfiddle:before
{
    content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before
{
    content: '\f1cd';
}

.fa-circle-o-notch:before
{
    content: '\f1ce';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before
{
    content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before
{
    content: '\f1d1';
}

.fa-git-square:before
{
    content: '\f1d2';
}

.fa-git:before
{
    content: '\f1d3';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before
{
    content: '\f1d4';
}

.fa-tencent-weibo:before
{
    content: '\f1d5';
}

.fa-qq:before
{
    content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before
{
    content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before
{
    content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before
{
    content: '\f1d9';
}

.fa-history:before
{
    content: '\f1da';
}

.fa-circle-thin:before
{
    content: '\f1db';
}

.fa-header:before
{
    content: '\f1dc';
}

.fa-paragraph:before
{
    content: '\f1dd';
}

.fa-sliders:before
{
    content: '\f1de';
}

.fa-share-alt:before
{
    content: '\f1e0';
}

.fa-share-alt-square:before
{
    content: '\f1e1';
}

.fa-bomb:before
{
    content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before
{
    content: '\f1e3';
}

.fa-tty:before
{
    content: '\f1e4';
}

.fa-binoculars:before
{
    content: '\f1e5';
}

.fa-plug:before
{
    content: '\f1e6';
}

.fa-slideshare:before
{
    content: '\f1e7';
}

.fa-twitch:before
{
    content: '\f1e8';
}

.fa-yelp:before
{
    content: '\f1e9';
}

.fa-newspaper-o:before
{
    content: '\f1ea';
}

.fa-wifi:before
{
    content: '\f1eb';
}

.fa-calculator:before
{
    content: '\f1ec';
}

.fa-paypal:before
{
    content: '\f1ed';
}

.fa-google-wallet:before
{
    content: '\f1ee';
}

.fa-cc-visa:before
{
    content: '\f1f0';
}

.fa-cc-mastercard:before
{
    content: '\f1f1';
}

.fa-cc-discover:before
{
    content: '\f1f2';
}

.fa-cc-amex:before
{
    content: '\f1f3';
}

.fa-cc-paypal:before
{
    content: '\f1f4';
}

.fa-cc-stripe:before
{
    content: '\f1f5';
}

.fa-bell-slash:before
{
    content: '\f1f6';
}

.fa-bell-slash-o:before
{
    content: '\f1f7';
}

.fa-trash:before
{
    content: '\f1f8';
}

.fa-copyright:before
{
    content: '\f1f9';
}

.fa-at:before
{
    content: '\f1fa';
}

.fa-eyedropper:before
{
    content: '\f1fb';
}

.fa-paint-brush:before
{
    content: '\f1fc';
}

.fa-birthday-cake:before
{
    content: '\f1fd';
}

.fa-area-chart:before
{
    content: '\f1fe';
}

.fa-pie-chart:before
{
    content: '\f200';
}

.fa-line-chart:before
{
    content: '\f201';
}

.fa-lastfm:before
{
    content: '\f202';
}

.fa-lastfm-square:before
{
    content: '\f203';
}

.fa-toggle-off:before
{
    content: '\f204';
}

.fa-toggle-on:before
{
    content: '\f205';
}

.fa-bicycle:before
{
    content: '\f206';
}

.fa-bus:before
{
    content: '\f207';
}

.fa-ioxhost:before
{
    content: '\f208';
}

.fa-angellist:before
{
    content: '\f209';
}

.fa-cc:before
{
    content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before
{
    content: '\f20b';
}

.fa-meanpath:before
{
    content: '\f20c';
}

.fa-buysellads:before
{
    content: '\f20d';
}

.fa-connectdevelop:before
{
    content: '\f20e';
}

.fa-dashcube:before
{
    content: '\f210';
}

.fa-forumbee:before
{
    content: '\f211';
}

.fa-leanpub:before
{
    content: '\f212';
}

.fa-sellsy:before
{
    content: '\f213';
}

.fa-shirtsinbulk:before
{
    content: '\f214';
}

.fa-simplybuilt:before
{
    content: '\f215';
}

.fa-skyatlas:before
{
    content: '\f216';
}

.fa-cart-plus:before
{
    content: '\f217';
}

.fa-cart-arrow-down:before
{
    content: '\f218';
}

.fa-diamond:before
{
    content: '\f219';
}

.fa-ship:before
{
    content: '\f21a';
}

.fa-user-secret:before
{
    content: '\f21b';
}

.fa-motorcycle:before
{
    content: '\f21c';
}

.fa-street-view:before
{
    content: '\f21d';
}

.fa-heartbeat:before
{
    content: '\f21e';
}

.fa-venus:before
{
    content: '\f221';
}

.fa-mars:before
{
    content: '\f222';
}

.fa-mercury:before
{
    content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before
{
    content: '\f224';
}

.fa-transgender-alt:before
{
    content: '\f225';
}

.fa-venus-double:before
{
    content: '\f226';
}

.fa-mars-double:before
{
    content: '\f227';
}

.fa-venus-mars:before
{
    content: '\f228';
}

.fa-mars-stroke:before
{
    content: '\f229';
}

.fa-mars-stroke-v:before
{
    content: '\f22a';
}

.fa-mars-stroke-h:before
{
    content: '\f22b';
}

.fa-neuter:before
{
    content: '\f22c';
}

.fa-genderless:before
{
    content: '\f22d';
}

.fa-facebook-official:before
{
    content: '\f230';
}

.fa-pinterest-p:before
{
    content: '\f231';
}

.fa-whatsapp:before
{
    content: '\f232';
}

.fa-server:before
{
    content: '\f233';
}

.fa-user-plus:before
{
    content: '\f234';
}

.fa-user-times:before
{
    content: '\f235';
}

.fa-hotel:before,
.fa-bed:before
{
    content: '\f236';
}

.fa-viacoin:before
{
    content: '\f237';
}

.fa-train:before
{
    content: '\f238';
}

.fa-subway:before
{
    content: '\f239';
}

.fa-medium:before
{
    content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before
{
    content: '\f23b';
}

.fa-optin-monster:before
{
    content: '\f23c';
}

.fa-opencart:before
{
    content: '\f23d';
}

.fa-expeditedssl:before
{
    content: '\f23e';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before
{
    content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before
{
    content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before
{
    content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before
{
    content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before
{
    content: '\f244';
}

.fa-mouse-pointer:before
{
    content: '\f245';
}

.fa-i-cursor:before
{
    content: '\f246';
}

.fa-object-group:before
{
    content: '\f247';
}

.fa-object-ungroup:before
{
    content: '\f248';
}

.fa-sticky-note:before
{
    content: '\f249';
}

.fa-sticky-note-o:before
{
    content: '\f24a';
}

.fa-cc-jcb:before
{
    content: '\f24b';
}

.fa-cc-diners-club:before
{
    content: '\f24c';
}

.fa-clone:before
{
    content: '\f24d';
}

.fa-balance-scale:before
{
    content: '\f24e';
}

.fa-hourglass-o:before
{
    content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before
{
    content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before
{
    content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before
{
    content: '\f253';
}

.fa-hourglass:before
{
    content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before
{
    content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before
{
    content: '\f256';
}

.fa-hand-scissors-o:before
{
    content: '\f257';
}

.fa-hand-lizard-o:before
{
    content: '\f258';
}

.fa-hand-spock-o:before
{
    content: '\f259';
}

.fa-hand-pointer-o:before
{
    content: '\f25a';
}

.fa-hand-peace-o:before
{
    content: '\f25b';
}

.fa-trademark:before
{
    content: '\f25c';
}

.fa-registered:before
{
    content: '\f25d';
}

.fa-creative-commons:before
{
    content: '\f25e';
}

.fa-gg:before
{
    content: '\f260';
}

.fa-gg-circle:before
{
    content: '\f261';
}

.fa-tripadvisor:before
{
    content: '\f262';
}

.fa-odnoklassniki:before
{
    content: '\f263';
}

.fa-odnoklassniki-square:before
{
    content: '\f264';
}

.fa-get-pocket:before
{
    content: '\f265';
}

.fa-wikipedia-w:before
{
    content: '\f266';
}

.fa-safari:before
{
    content: '\f267';
}

.fa-chrome:before
{
    content: '\f268';
}

.fa-firefox:before
{
    content: '\f269';
}

.fa-opera:before
{
    content: '\f26a';
}

.fa-internet-explorer:before
{
    content: '\f26b';
}

.fa-tv:before,
.fa-television:before
{
    content: '\f26c';
}

.fa-contao:before
{
    content: '\f26d';
}

.fa-500px:before
{
    content: '\f26e';
}

.fa-amazon:before
{
    content: '\f270';
}

.fa-calendar-plus-o:before
{
    content: '\f271';
}

.fa-calendar-minus-o:before
{
    content: '\f272';
}

.fa-calendar-times-o:before
{
    content: '\f273';
}

.fa-calendar-check-o:before
{
    content: '\f274';
}

.fa-industry:before
{
    content: '\f275';
}

.fa-map-pin:before
{
    content: '\f276';
}

.fa-map-signs:before
{
    content: '\f277';
}

.fa-map-o:before
{
    content: '\f278';
}

.fa-map:before
{
    content: '\f279';
}

.fa-commenting:before
{
    content: '\f27a';
}

.fa-commenting-o:before
{
    content: '\f27b';
}

.fa-houzz:before
{
    content: '\f27c';
}

.fa-vimeo:before
{
    content: '\f27d';
}

.fa-black-tie:before
{
    content: '\f27e';
}

.fa-fonticons:before
{
    content: '\f280';
}

.fa-reddit-alien:before
{
    content: '\f281';
}

.fa-edge:before
{
    content: '\f282';
}

.fa-credit-card-alt:before
{
    content: '\f283';
}

.fa-codiepie:before
{
    content: '\f284';
}

.fa-modx:before
{
    content: '\f285';
}

.fa-fort-awesome:before
{
    content: '\f286';
}

.fa-usb:before
{
    content: '\f287';
}

.fa-product-hunt:before
{
    content: '\f288';
}

.fa-mixcloud:before
{
    content: '\f289';
}

.fa-scribd:before
{
    content: '\f28a';
}

.fa-pause-circle:before
{
    content: '\f28b';
}

.fa-pause-circle-o:before
{
    content: '\f28c';
}

.fa-stop-circle:before
{
    content: '\f28d';
}

.fa-stop-circle-o:before
{
    content: '\f28e';
}

.fa-shopping-bag:before
{
    content: '\f290';
}

.fa-shopping-basket:before
{
    content: '\f291';
}

.fa-hashtag:before
{
    content: '\f292';
}

.fa-bluetooth:before
{
    content: '\f293';
}

.fa-bluetooth-b:before
{
    content: '\f294';
}

.fa-percent:before
{
    content: '\f295';
}

.fa-gitlab:before
{
    content: '\f296';
}

.fa-wpbeginner:before
{
    content: '\f297';
}

.fa-wpforms:before
{
    content: '\f298';
}

.fa-envira:before
{
    content: '\f299';
}

.fa-universal-access:before
{
    content: '\f29a';
}

.fa-wheelchair-alt:before
{
    content: '\f29b';
}

.fa-question-circle-o:before
{
    content: '\f29c';
}

.fa-blind:before
{
    content: '\f29d';
}

.fa-audio-description:before
{
    content: '\f29e';
}

.fa-volume-control-phone:before
{
    content: '\f2a0';
}

.fa-braille:before
{
    content: '\f2a1';
}

.fa-assistive-listening-systems:before
{
    content: '\f2a2';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before
{
    content: '\f2a3';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before
{
    content: '\f2a4';
}

.fa-glide:before
{
    content: '\f2a5';
}

.fa-glide-g:before
{
    content: '\f2a6';
}

.fa-signing:before,
.fa-sign-language:before
{
    content: '\f2a7';
}

.fa-low-vision:before
{
    content: '\f2a8';
}

.fa-viadeo:before
{
    content: '\f2a9';
}

.fa-viadeo-square:before
{
    content: '\f2aa';
}

.fa-snapchat:before
{
    content: '\f2ab';
}

.fa-snapchat-ghost:before
{
    content: '\f2ac';
}

.fa-snapchat-square:before
{
    content: '\f2ad';
}

.fa-pied-piper:before
{
    content: '\f2ae';
}

.fa-first-order:before
{
    content: '\f2b0';
}

.fa-yoast:before
{
    content: '\f2b1';
}

.fa-themeisle:before
{
    content: '\f2b2';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before
{
    content: '\f2b3';
}

.fa-fa:before,
.fa-font-awesome:before
{
    content: '\f2b4';
}

.fa-handshake-o:before
{
    content: '\f2b5';
}

.fa-envelope-open:before
{
    content: '\f2b6';
}

.fa-envelope-open-o:before
{
    content: '\f2b7';
}

.fa-linode:before
{
    content: '\f2b8';
}

.fa-address-book:before
{
    content: '\f2b9';
}

.fa-address-book-o:before
{
    content: '\f2ba';
}

.fa-vcard:before,
.fa-address-card:before
{
    content: '\f2bb';
}

.fa-vcard-o:before,
.fa-address-card-o:before
{
    content: '\f2bc';
}

.fa-user-circle:before
{
    content: '\f2bd';
}

.fa-user-circle-o:before
{
    content: '\f2be';
}

.fa-user-o:before
{
    content: '\f2c0';
}

.fa-id-badge:before
{
    content: '\f2c1';
}

.fa-drivers-license:before,
.fa-id-card:before
{
    content: '\f2c2';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before
{
    content: '\f2c3';
}

.fa-quora:before
{
    content: '\f2c4';
}

.fa-free-code-camp:before
{
    content: '\f2c5';
}

.fa-telegram:before
{
    content: '\f2c6';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before
{
    content: '\f2c7';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before
{
    content: '\f2c8';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before
{
    content: '\f2c9';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before
{
    content: '\f2ca';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before
{
    content: '\f2cb';
}

.fa-shower:before
{
    content: '\f2cc';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before
{
    content: '\f2cd';
}

.fa-podcast:before
{
    content: '\f2ce';
}

.fa-window-maximize:before
{
    content: '\f2d0';
}

.fa-window-minimize:before
{
    content: '\f2d1';
}

.fa-window-restore:before
{
    content: '\f2d2';
}

.fa-times-rectangle:before,
.fa-window-close:before
{
    content: '\f2d3';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before
{
    content: '\f2d4';
}

.fa-bandcamp:before
{
    content: '\f2d5';
}

.fa-grav:before
{
    content: '\f2d6';
}

.fa-etsy:before
{
    content: '\f2d7';
}

.fa-imdb:before
{
    content: '\f2d8';
}

.fa-ravelry:before
{
    content: '\f2d9';
}

.fa-eercast:before
{
    content: '\f2da';
}

.fa-microchip:before
{
    content: '\f2db';
}

.fa-snowflake-o:before
{
    content: '\f2dc';
}

.fa-superpowers:before
{
    content: '\f2dd';
}

.fa-wpexplorer:before
{
    content: '\f2de';
}

.fa-meetup:before
{
    content: '\f2e0';
}

.sr-only
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.fancybox-enabled .lightbox-demo
{
    opacity: 1;
}

.modal-open #header,
.modal-open .header-fixed
{
    z-index: 9;

    opacity: 0;
}

.modal-header
{
    padding: 15px 70px 39px;

    border: none;
}

.modal-header .close
{
    font-size: 20px;

    margin: 10px 5px 0 0;
    padding: 5px;

    opacity: 1;
    color: #c8c8c8;
    outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus
{
    color: #484848;
}

.modal-logo
{
    max-width: 200px;
    padding-top: 5px;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;

    opacity: 0;
}

.modal-backdrop
{
    z-index: -992;
}

.modal
{
    z-index: 993;

    display: block !important;
    visibility: hidden;

    -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;

    opacity: 0;
    background: #fff;
}

.modal:not(.in)
{
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}

.modal.in
{
    visibility: visible;

    -webkit-transition-delay: 0;
            transition-delay: 0;

    opacity: 1;
}

.modal.in .modal-form-hold
{
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

.modal.in .modal-logo
{
    opacity: 1;
}

.modal-dialog
{
    width: auto;
    margin: 0;
}

.modal-content
{
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.modal-form-hold
{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;

    -webkit-transition: opacity .3s,-webkit-transform .3s;
            transition: opacity .3s,transform .3s;
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    opacity: 0;
}

.modal-form-hold .title
{
    font-size: 14px;
    font-weight: 500;

    display: block;

    margin-bottom: 31px;

    text-align: center;

    color: #919191;
}

.modal-form-hold .logos
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-form-hold .logos img
{
    vertical-align: middle;
}

.modal-form-hold .logos li
{
    padding: 0 20px 10px;
}

.modal-form-hold .form-heading
{
    font-size: 34px;
    font-weight: 500;

    position: relative;

    margin-bottom: 23px;
    padding: 26px 80px;

    text-align: center;

    color: #484848;
    border-bottom: 2px solid #dadada;
}

.modal-form-hold .icon
{
    position: absolute;
    top: 50%;
    left: 25px;

    width: 45px;
    height: 45px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 50%;
    background: #5bcca2;
}

.modal-form-hold .icon em
{
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-form-hold .icon img
{
    display: block;
}

.modal-form-hold.style01 .icon
{
    background: #3b9394;
}

.modal-form
{
    max-width: 808px;
    margin: 0 auto 69px;
    padding-bottom: 42px;

    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .02);
}

.modal-form label
{
    font-family: 'circularstd' !important;
    font-size: 14px !important;
    line-height: 1 !important;

    display: inline-block !important;

    margin-bottom: 4px !important;

    vertical-align: bottom;
}

.modal-form fieldset
{
    max-width: 780px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.modal-form fieldset.form-columns-1 .hs-input
{
    max-width: none !important;
}

.modal-form .form-nav
{
    margin-bottom: 23px;
}

.modal-form .form-nav br
{
    display: none;
}

.modal-form .form-nav a
{
    font-size: 20px;

    padding: 51px 5px 31px 122px;

    letter-spacing: .003em;
}

.modal-form .form-nav span
{
    left: 67px;
}

.modal-form .form-nav li:last-child span
{
    left: 79px;
}

.modal-form .form-nav li:last-child a
{
    padding-left: 135px;
}

.modal-form .actions
{
    padding-top: 23px !important;
}

.modal-form .hs-form-field
{
    margin-bottom: 12px !important;
}

.modal-form .hs_interested_in
{
    display: none;
}

.notification-bar
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    padding: 15px 0;

    -webkit-transition: opacity .5s , -webkit-transform .5s, visibility .5s;
            transition: opacity .5s , transform .5s, visibility .5s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;

    opacity: 0;
    color: #fff;
    background: #5bcca2;
}

.notification-bar.bar-visible
{
    visibility: visible;

    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);

    opacity: 1;
}

.notification-bar span
{
    position: relative;

    display: inline-block;

    padding-left: 30px;

    text-align: left;
    vertical-align: top;
}

.notification-bar span:before
{
    font-family: FontAwesome;
    font-size: 400px;
    font-size: 25px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 0;

    content: '\f05d';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.submitted-message
{
    padding: 0 15px 20px;

    text-align: center;
}

.modal .submitted-message
{
    padding: 30px 50px 0;
}

/* ----------------------------
header styles
---------------------------- */

#header
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100% !important;
    width: 100%;
    padding: 17px 0;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;

    background: #fff;
}

#header .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: auto !important;
    max-width: 1312px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .container:before,
#header .container:after
{
    display: none;
}

#header .logo
{
    width: 201px;
    padding-top: 4px;

    -webkit-transition: all .3s;
            transition: all .3s;
}

#header .logo img
{
    display: block;
}

#header .nav-slide
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drop-hold
{
    position: absolute;
    top: 100%;
    left: 50%;

    width: 450px;
    margin-left: -225px;

    text-align: center;
    pointer-events: none;
}

.drop-menu
{
    margin: 0;
    padding: 0;

    list-style: none;

    pointer-events: auto;
}

.drop-menu:after
{
    position: absolute;
    top: 1px;
    left: 50%;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-width: 0 11px 11px 11px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.drop-menu ul
{
    font-size: 16px;
    line-height: 19px;

    position: relative;

    overflow: hidden;

    margin: 0;
    padding: 0;
    padding: 3px 0 0;

    list-style: none;

    text-transform: capitalize;

    border-radius: 5px;
    background: #fff;
    box-shadow: -1px 1px 17px 0 rgba(0, 0, 0, .1);
}

.drop-menu li
{
    position: relative;
}

.drop-menu li:after
{
    position: absolute;
    z-index: 1;
    bottom: 1px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: #e5e5e5;
}

.drop-menu li.active > a:after
{
    visibility: visible;

    opacity: 1;
}

.drop-menu li:last-child:after
{
    display: none;
}

.drop-menu li:last-child a:after
{
    background: #3b9394;
}

.drop-menu li .icon
{
    position: relative;

    width: 60px;
    height: 60px;
    margin-right: 9px;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(51, 51, 51, .1);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
}

.drop-menu li .icon em
{
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drop-menu li .icon img
{
    display: block;
}

.drop-menu a
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 17px 28px;

    white-space: nowrap;
    text-decoration: none;

    color: #484848;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drop-menu a:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 6px;

    content: '';

    background: #5bcca2;
}

.drop-menu a:hover:after,
.drop-menu a:focus:after
{
    display: block;
}

/* ----------------------------
main navigation styles
---------------------------- */

#navigation
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;
    padding-right: 37px;

    list-style: none;
}

#navigation a
{
    -webkit-transition: none;
            transition: none;
}

#navigation > li
{
    font-size: 15px;
    line-height: 19px;

    position: relative;

    margin-left: 37px;
    padding: 6px 0;

    text-transform: capitalize;
}

#navigation > li:last-child
{
    margin-right: 0;
}

#navigation > li > a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;

    text-decoration: none;

    color: #484848;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navigation > li > a:hover,
#navigation > li > a:focus
{
    color: #5bcca2;
}

#navigation > li.has-drop-down.hover > a
{
    color: #5bcca2;
}

#navigation > li.active > a
{
    color: #5bcca2;
}

#navigation > li.drop-menu--style01 .drop-menu a:after
{
    display: none;
}

#navigation > li.drop-menu--style01 .drop-menu a:hover,
#navigation > li.drop-menu--style01 .drop-menu a:focus
{
    color: #5bcca2;
}

#navigation > li.drop-menu--style01 .drop-menu li.active > a
{
    color: #5bcca2;
}

#navigation .has-drop-down > a
{
    position: relative;

    padding-right: 20px;
}

#navigation .has-drop-down > a:after
{
    font-family: FontAwesome;
    font-size: 20px;

    position: absolute;
    top: 0;
    right: 0;

    content: '\f107';
    -webkit-transition: none;
            transition: none;
}

.buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buttons li
{
    padding-right: 40px;
}

.buttons li.hide-btn
{
    display: none;
}

.buttons li:last-child
{
    padding-right: 0;
}

.buttons .btn
{
    font-size: 15px;
    line-height: 1;

    padding: 16px 30px 14px;

    vertical-align: top;
    letter-spacing: .001em;

    color: #5bcca2;
    border: 2px solid #5bcca2;
}

.buttons .btn:hover,
.buttons .btn:focus
{
    border-color: #5bcba2;
}

.buttons .btn .fa
{
    margin-left: 3px;
}

.buttons .btn-default
{
    padding: 16px 18px 15px;

    white-space: nowrap;

    color: #fff;
    border: none;
}

/* burger menu style */

.nav-opener
{
    position: absolute;
    z-index: 9991;
    top: 50%;
    right: 15px;

    visibility: hidden;
    float: right;

    width: 40px;
    height: 40px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0;
    border-radius: 3px;
}

.nav-opener:hover
{
    opacity: .9;
}

.nav-active .nav-opener span
{
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after
{
    top: 50%;
    right: 15%;
    left: 15%;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nav-active .nav-opener:after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nav-opener  span,
.nav-opener:before,
.nav-opener:after
{
    position: absolute;
    top: 50%;
    right: 10%;
    left: 10%;

    height: 4px;
    margin-top: -2px;

    -webkit-transition: all .3s linear;
            transition: all .3s linear;

    background: #484848;
}

.nav-opener:before,
.nav-opener:after
{
    top: 30%;

    content: '';
}

.nav-opener:after
{
    top: 70%;
}

.resize-active *
{
    -webkit-transition: none;
            transition: none;
}

.inner-page
{
    background: #fafafa;
}

.inner-page .fixed-logo
{
    display: none;
}

.inner-page #header
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    background: none;
}

.inner-page #header #navigation > li > a
{
    display: block;

    color: rgba(255, 255, 255, .8);
}

.inner-page #header #navigation > li > a:hover,
.inner-page #header #navigation > li > a:focus
{
    color: #fff;
}

.inner-page #header #navigation > li.has-drop-down:hover > a
{
    color: #fff;
}

.inner-page #header #navigation > li.active > a
{
    color: #fff;
}

.inner-page #header .btn
{
    color: #fff;
    border-color: #fff;
}

.inner-page #header .btn:hover,
.inner-page #header .btn:focus
{
    color: #5bcba2;
    border-color: #fff;
    background: #fff;
}

.inner-page #header .btn-default
{
    color: #5bcba2;
    background: #fff;
}

.inner-page #header .btn-default:hover,
.inner-page #header .btn-default:focus
{
    background: #f6f4f4;
}

.inner-page .login-link a
{
    color: rgba(255, 255, 255, .8);
}

.inner-page .login-link a:hover,
.inner-page .login-link a:focus
{
    color: #fff;
}

body.style01 #header #navigation > li > a,
body.no-banner #header #navigation > li > a
{
    color: #484848;
}

body.style01 #header #navigation > li > a:hover,
body.no-banner #header #navigation > li > a:hover,
body.style01 #header #navigation > li > a:focus,
body.no-banner #header #navigation > li > a:focus
{
    color: #484848;
}

body.style01 #header #navigation > li.active > a,
body.no-banner #header #navigation > li.active > a,
body.style01 #header #navigation > li:hover > a,
body.no-banner #header #navigation > li:hover > a
{
    color: #484848;
}

body.style01 #header #navigation > li.has-drop-down:hover > a,
body.no-banner #header #navigation > li.has-drop-down:hover > a
{
    color: #484848;
}

body.style01 #header .btn,
body.no-banner #header .btn
{
    color: #5bcca2;
    border-color: #5bcca2;
}

body.style01 #header .btn:hover,
body.no-banner #header .btn:hover,
body.style01 #header .btn:focus,
body.no-banner #header .btn:focus
{
    color: #fff;
    border-color: #5bcca2;
    background: #5bcca2;
}

body.style01 #header .btn-default,
body.no-banner #header .btn-default
{
    color: #fff;
    background: #5bcca1;
}

body.style01 #header .btn-default:hover,
body.no-banner #header .btn-default:hover,
body.style01 #header .btn-default:focus,
body.no-banner #header .btn-default:focus
{
    background: #3aba8a;
}

.header-l
{
    position: relative;

    overflow: hidden;

    width: 420px;
    height: 46px;
}

.fixed-content
{
    position: absolute;
    top: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    white-space: nowrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fixed-content .logo-fixed
{
    width: 33px;
}

.fixed-content img
{
    display: block;
}

.fixed-content .tel
{
    font-size: 20px;
    font-weight: 500;

    padding: 0 18px 0 10px;
}

.fixed-content .tel a
{
    text-decoration: none;

    color: #484848;
}

.fixed-content .tel a:hover
{
    color: #5bcca1;
}

.fixed-content .btn-success
{
    font-size: 15px;
    line-height: 1;

    padding: 13px 14px 12px;

    white-space: nowrap;

    color: #5bcca2;
    border: 2px solid #5bcca2;
}

.inner-page .header-fixed #header .fixed-logo
{
    display: block;
}

.inner-page .header-fixed #header .white-logo
{
    display: none;
}

/* ----------------------------
header fixed styles
---------------------------- */

.header-fixed
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
}

.header-fixed #header
{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.header-fixed #header .logo
{
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
}

.header-fixed #header .fixed-content
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.header-fixed #header #navigation > li > a
{
    color: #484848;
}

.header-fixed #header #navigation > li > a:hover,
.header-fixed #header #navigation > li > a:focus
{
    color: #484848;
}

.header-fixed #header #navigation > li.active > a
{
    color: #484848;
}

.header-fixed #header #navigation > li.has-drop-down:hover > a
{
    color: #484848;
}

.header-fixed #header .btn
{
    color: #5bcba2;
    border-color: #5bcba2;
}

.header-fixed #header .btn:hover,
.header-fixed #header .btn:focus
{
    color: #fff;
    border-color: #5bcba2;
    background: #5bcba2;
}

.header-fixed #header .btn-default
{
    color: #fff;
    background: #5bcba2;
}

.header-fixed #header .btn-default:hover,
.header-fixed #header .btn-default:focus
{
    color: #fff;
    background: #3aba8a;
}

.login-link a
{
    font-size: 15px;

    display: block;

    -webkit-transition: none;
            transition: none;
    text-decoration: none;
}

.single-article-page .login-link
{
    display: none;
}

.blog .fixed-content .tel a
{
    display: none;
}

#header .logo-white
{
    display: none !important;
}

.logo-t
{
    display: none !important;
}

/*------------------------------------------- 
footer styles
------------------------------------------- */

#footer
{
    font-family: 'source_sans_proregular', 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;

    padding: 71px 0 8px;

    background: #fafafa;
}

#footer .container
{
    width: auto !important;
    max-width: 1312px;
}

#footer .title
{
    font-size: 14px;
    font-weight: 400;

    display: block;

    margin-bottom: 4px;

    color: #5bcca2;
}

#footer a
{
    -webkit-transition: none;
            transition: none;
    text-decoration: none;
}

#footer .connect
{
    max-width: 29%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
        flex: 0 0 29%;
}

#footer .contact-no
{
    font-size: 18px;
    line-height: 26px;

    display: block;

    margin-bottom: 28px;
}

#footer .contact-no a
{
    text-decoration: none;

    color: #484848;
}

#footer .contact-no a:hover,
#footer .contact-no a:focus
{
    color: #5bcca2;
}

#footer .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .nav-hold
{
    max-width: 38.5%;
    padding-right: 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.5%;
        flex: 0 0 38.5%;
}

#footer .nav-hold.style01
{
    padding-left: 86px;
}

#footer .social-networks
{
    padding: 0;
}

#footer .menu
{
    font-size: 18px;
    line-height: 26px;

    margin: 0;
    padding: 0;
    padding-bottom: 20px;

    list-style: none;
}

#footer .menu li
{
    margin-bottom: 10px;
}

#footer .menu a
{
    color: #484848;
}

#footer .menu a:hover,
#footer .menu a:focus
{
    color: #5bcca2;
}

/*------------------------------------------- 
footer nav styles
------------------------------------------- */

.footer-nav
{
    font-size: 18px;
    line-height: 26px;

    margin: 0;
    padding: 0;
    padding-bottom: 20px;

    list-style: none;
}

.footer-nav li
{
    margin-bottom: 10px;

    text-transform: capitalize;
}

.footer-nav a
{
    color: #484848;
}

.footer-nav a:hover,
.footer-nav a:focus
{
    color: #5bcca2;
}

/*------------------------------------------- 
copyright styles
------------------------------------------- */

.copyright
{
    float: right;

    width: 20%;
    padding: 7px 4px 0 0;

    text-align: right;
    text-transform: capitalize;

    color: #484848;
}

.copyright a
{
    margin-left: 2px;

    color: #484848;
}

.copyright a:hover,
.copyright a:focus
{
    color: #5bcca2;
}

.footer-t
{
    margin-bottom: 24px;
}

.footer-t .widget
{
    margin-bottom: 0;
}

.footer-t .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-t .row:before,
.footer-t .row:after
{
    display: none;
}

.footer-t #nav_menu-2
{
    width: 29.2%;
    padding: 0 16px;
}

.footer-t #nav_menu-3
{
    width: 27.4%;
    padding: 0 16px;
}

.footer-t #nav_menu-4
{
    width: 27.2%;
    padding: 0 16px;
}

.footer-t #text-2
{
    width: 16.2%;
    padding: 0 16px;
}

/*------------------------------------------- 
language filter styles
------------------------------------------- */

.language-filter
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;

    width: 25%;
    margin: 0;
    padding: 0;
    padding: 5px 0 0 27px;

    list-style: none;

    text-transform: capitalize;

    color: #c5c5c5;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.language-filter:before
{
    font-family: 'icomoon';
    font-size: 17px;

    position: absolute;
    top: 2px;
    left: 1px;

    content: '\e953';

    color: #484848;
}

.language-filter a
{
    color: rgba(72, 72, 72, .3);
}

.language-filter a:hover,
.language-filter a:focus
{
    color: #484848;
}

.language-filter li
{
    padding: 0 10px;
}

.language-filter li:first-child
{
    padding-left: 0;
}

.language-filter li + li
{
    border-left: 1px solid rgba(72, 72, 72, .3);
}

.language-filter li.active a
{
    color: #484848;
}

.bottom-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;

    max-width: 65%;
    margin: 0;
    padding: 0;
    padding: 7px 50px 7px 86px;

    list-style: none;

    color: #484848;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.bottom-nav li
{
    padding: 0 48px 5px 47px;
}

.bottom-nav a
{
    color: #484848;
}

.bottom-nav a:hover,
.bottom-nav a:focus
{
    color: #5bcca2;
}

.footer-b
{
    font-size: 14px;

    overflow: hidden;
}

.content-hold
{
    padding-bottom: 14px;

    background: -webkit-linear-gradient(top, #eaf5f1 0%, #fafafa 100%);
    background:         linear-gradient(to bottom, #eaf5f1 0%, #fafafa 100%);
}

.content-hold .header-section
{
    position: relative;

    min-height: 100px;
    max-height: 608px;

    text-align: center;
}

.content-hold .header-section .buttons-list
{
    position: absolute;
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.buttons-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 500px;
    margin: 0;
    margin: -33px auto 0;
    padding: 0;

    list-style: none;
}

.buttons-list li
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.buttons-list .btn
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 250px;
    padding: 18px 30px;

    text-align: left;
    letter-spacing: .001em;

    border-radius: 0;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buttons-list .btn .fa
{
    margin-top: -3px;
}

.heading
{
    margin-bottom: 72px;

    text-align: center;

    color: #484848;
}

.heading h1
{
    font-size: 60px;
    font-weight: 500;

    margin-bottom: 19px;
}

.heading .title
{
    font-size: 24px;
    font-weight: 400;

    display: block;
}

/*------------------------------------------- 
engagement & experience styles
------------------------------------------- */

.engagement,
.experience
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 82px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.engagement.style01,
.experience.style01
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.engagement.style01 .tab-nav-hold,
.experience.style01 .tab-nav-hold
{
    padding-top: 33px;
}

.engagement.style01 .tab-nav button .icon,
.experience.style01 .tab-nav button .icon
{
    left: 20px;

    width: 67px;
}

.engagement.style02 .slick-dots button:hover,
.experience.style02 .slick-dots button:hover,
.engagement.style02 .slick-dots button:focus,
.experience.style02 .slick-dots button:focus
{
    background: #3b9394;
}

.engagement.style02 .slick-dots .slick-active button,
.experience.style02 .slick-dots .slick-active button
{
    background: #3b9394;
}

.engagement:before,
.experience:before,
.engagement:after,
.experience:after
{
    display: none;
}

.engagement .tab-title,
.experience .tab-title
{
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;

    position: relative;

    display: none;

    padding: 20px 5px 20px 55px;

    text-align: left;

    color: #484848;
    border-bottom: 1px solid #5bcca2;
    background: rgba(255, 255, 255, .5);
    background: #fff;
}

.engagement .tab-title span,
.experience .tab-title span
{
    position: absolute;
    top: 50%;
    left: 10px;

    width: 30px;
    margin-top: -2px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

.engagement .title,
.experience .title
{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;

    position: relative;

    display: block;

    margin-bottom: 40px;
    padding-left: 56px;

    text-transform: capitalize;

    color: #5bcca2;
}

.engagement .title span,
.experience .title span
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 45px;
    height: 45px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 50%;
    background: #5bcca2;
}

.engagement .title span em,
.experience .title span em
{
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.engagement .title span img,
.experience .title span img
{
    display: block;
}

.engagement .tab-nav-hold,
.experience .tab-nav-hold
{
    position: relative;
    z-index: 2;

    max-width: 28.87%;
    padding: 12px 15px 0 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.87%;
        flex: 0 0 28.87%;
}

.engagement .tab-nav-hold h2,
.experience .tab-nav-hold h2
{
    line-height: 43px;

    margin-bottom: 23px;
}

.engagement .tab-nav,
.experience .tab-nav
{
    margin: 0;
    margin-bottom: 24px;
    padding: 0;

    list-style: none;
}

.engagement .tab-nav .slick-list,
.experience .tab-nav .slick-list
{
    height: auto !important;
    padding: 0 !important;
}

.engagement .tab-nav .slick-slide,
.experience .tab-nav .slick-slide
{
    width: 100% !important;
}

.engagement .tab-nav .slick-track,
.experience .tab-nav .slick-track
{
    height: auto !important;

    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
}

.engagement .tab-nav button,
.experience .tab-nav button
{
    font-weight: 400;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 24px 20px 24px 108px;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
    text-align: left;
    text-decoration: none;

    color: #484848;
    border: none;
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .03);
}

.engagement .tab-nav button:hover,
.experience .tab-nav button:hover,
.engagement .tab-nav button:focus,
.experience .tab-nav button:focus
{
    background: #fff;
}

.engagement .tab-nav button:hover .icon,
.experience .tab-nav button:hover .icon,
.engagement .tab-nav button:focus .icon,
.experience .tab-nav button:focus .icon
{
    opacity: 1;
}

.engagement .tab-nav button .icon,
.experience .tab-nav button .icon
{
    position: absolute;
    top: 50%;
    left: 27px;

    width: 60px;
    margin-top: -2px;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: .4;
}

.engagement .tab-nav button .icon img,
.experience .tab-nav button .icon img
{
    display: inline-block;

    vertical-align: middle;
}

.engagement .tab-nav li,
.experience .tab-nav li
{
    font-size: 16px;
    line-height: 21px;

    margin-bottom: 10px;

    color: #484848;
}

.engagement .tab-nav .slick-current button,
.experience .tab-nav .slick-current button
{
    background: #fff;
}

.engagement .tab-nav .slick-current button span,
.experience .tab-nav .slick-current button span
{
    opacity: 1;
}

.engagement .tab-nav img,
.experience .tab-nav img
{
    max-width: none;
}

.engagement .slider-hold,
.experience .slider-hold
{
    max-width: 64.22%;
    height: 564px;

    text-align: center;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.22%;
        flex: 0 0 64.22%;
}

.engagement .slider-hold .img-hold,
.experience .slider-hold .img-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.engagement .slider-hold .slide,
.experience .slider-hold .slide
{
    opacity: 0;
}

.engagement .slider-hold .slick-current .slide,
.experience .slider-hold .slick-current .slide
{
    opacity: 1;
}

.engagement.experience,
.experience.experience
{
        flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.engagement.experience.style01,
.experience.experience.style01
{
    padding-bottom: 67px;
}

.engagement.experience.style01 .tab-nav button .icon,
.experience.experience.style01 .tab-nav button .icon
{
    left: 13px;

    width: 67px;
}

.engagement.experience.style01 .slick-dots button:hover,
.experience.experience.style01 .slick-dots button:hover,
.engagement.experience.style01 .slick-dots button:focus,
.experience.experience.style01 .slick-dots button:focus
{
    background: #5bcca2;
}

.engagement.experience.style01 .slick-dots .slick-active button,
.experience.experience.style01 .slick-dots .slick-active button
{
    background: #5bcca2;
}

.engagement.experience .title,
.experience.experience .title
{
    margin-bottom: 40px;
    padding-left: 55px;

    color: #3b9394;
}

.engagement.experience .title span,
.experience.experience .title span
{
    background: #3b9394;
}

.engagement.experience h2,
.experience.experience h2
{
    margin-bottom: 23px;
}

.engagement.experience .slick-dots,
.experience.experience .slick-dots
{
    right: auto;
    left: 23px;
}

.engagement.experience .slick-dots button:hover,
.experience.experience .slick-dots button:hover,
.engagement.experience .slick-dots button:focus,
.experience.experience .slick-dots button:focus
{
    background: #3b9394;
}

.engagement.experience .slick-dots .slick-active button,
.experience.experience .slick-dots .slick-active button
{
    background: #3b9394;
}

.engagement.experience .tab-nav-hold,
.experience.experience .tab-nav-hold
{
    padding: 12px 0 0 15px;
}

.engagement.experience .tab-nav,
.experience.experience .tab-nav
{
    margin-right: -1px;
}

.engagement.experience .tab-nav a span,
.experience.experience .tab-nav a span
{
    left: 18px;

    width: 59px;

    opacity: .3;
}

/*------------------------------------------- 
our-clients styles
------------------------------------------- */

.our-clients
{
    padding: 96px 0 56px;

    color: #fff;
    background: #5bcca2;
}

.our-clients .main-title
{
    margin-bottom: 24px;

    color: #fff;
}

.our-clients a:focus
{
    outline-color: #fff;
    outline-offset: 2px;
}

.our-clients h2
{
    font-size: 44px;
    font-weight: 500;
    line-height: 1.27;

    max-width: 450px;
}

.client-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;
    padding-top: 36px;

    list-style: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client-list li
{
    max-width: 33.33%;
    padding: 0 43px 76px 0;

    text-align: center;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
}

/*------------------------------------------- 
product-section styles
------------------------------------------- */

.product-section
{
    padding: 92px 0 23px;

    background: #f9f9f9;
}

.product-section .block
{
    max-width: 310px;
    margin: 0 auto;
    padding: 0 15px;
}

.product-section .img-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 200px;
    margin-bottom: 12px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-section h3
{
    font-weight: 400;
    line-height: 34px;

    margin-bottom: 13px;

    text-transform: capitalize;
}

.product-section h3 a
{
    text-decoration: none;

    color: #484848;
}

.product-section h3 a:hover,
.product-section h3 a:focus
{
    color: #5bcca2;
}

.product-section .box-content-hold
{
    overflow: hidden;

    padding: 45px 0 36px;

    background: #fff;
}

.product-section .tab-content .block
{
    visibility: hidden;

    -webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
            transition: opacity .75s ease-in-out, visibility .75s ease-in-out;

    opacity: 0;
}

.product-section .tab-content > div.active .block
{
    visibility: visible;

    opacity: 1;
}

.head
{
    overflow: hidden;

    margin-bottom: 29px;
}

.head h2
{
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;

    margin-bottom: 10px;

    color: #484848;
}

.tabset
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    background: #fff;
}

.tabset a
{
    position: relative;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding: 35px 60px 35px 110px;

    text-decoration: none;

    color: #3b9394;
    border-bottom: 2px solid #3b9394;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabset a:before
{
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: 400;

    position: absolute;
    top: 50%;
    right: 31px;

    margin-top: 3px;

    content: '\f107';
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;

    color: #fff;
    color: #3b9394;
}

.tabset a:hover,
.tabset a:focus
{
    color: #fff;
    border-color: #3b9394;
    background: #3b9394;
}

.tabset a:hover:before,
.tabset a:focus:before
{
    color: #fff !important;
}

.tabset li
{
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;

    max-width: 100%;

    text-transform: capitalize;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tabset li.active a
{
    color: #fff;
    border-color: #3b9394;
    background: #3b9394;
}

.tabset li.active a:before
{
    content: '\f106';

    color: #fff !important;
}

.tabset li:first-child a
{
    color: #5bcca2;
    border-color: #5bcca2;
}

.tabset li:first-child a span
{
    color: #5bcca2;
}

.tabset li:first-child a:before
{
    color: #5bcca2;
}

.tabset li:first-child a:hover,
.tabset li:first-child a:focus
{
    color: #fff;
    border-color: #5bcca2;
    background: #5bcca2;
}

.tabset li:first-child.active a
{
    color: #fff;
    border-color: #5bcca2;
    background: #5bcca2;
}

.tabset li:first-child.active span
{
    color: #5bcca2;
}

.tabset span
{
    position: absolute;
    top: 50%;
    left: 41px;

    width: 45px;
    height: 45px;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #3b9394;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(51, 51, 51, .1);
}

.tabset span em
{
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabset span img
{
    display: block;
}

/*------------------------------------------- 
form styles
------------------------------------------- */

.form
{
    background: #fafafa;
}

.form .form-title
{
    padding: 37px 0 28px;

    text-align: center;
}

.form .form-title h3
{
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;

    text-transform: none;

    color: #484848;
}

.form .form-title h3 span
{
    font-weight: 500;

    color: #5bcca2;
}

.form .form-hold
{
    max-width: 454px;
    margin: 0 auto;

    border-radius: 10px;
    background: #fff;
}

.form .tab-content
{
    position: relative;
    z-index: 1;

    padding-bottom: 66px;
}

.form .tab-content form
{
    visibility: hidden;

    -webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
            transition: opacity .75s ease-in-out, visibility .75s ease-in-out;

    opacity: 0;
}

.form .tab-content .content-wrap
{
    padding: 38px 53px 41px;

    border-radius: 0 0 10px 10px;
    background: #fff;
}

.form .tab-content .content-wrap.active form
{
    visibility: visible;

    opacity: 1;
}

.form .tab-content:after
{
    position: absolute;
    z-index: -1;
    top: -2px;
    bottom: 0;
    left: -9999px;

    width: 999999px;

    content: '';

    background: #5bcca2;
}

.form .button-hold
{
    padding-top: 6px;

    text-align: center;
}

.form .btn
{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;

    padding: 14px 26px 12px;

    text-transform: none;
}

.form-nav
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;

    text-transform: capitalize;

    border-radius: 10px 10px 0 0;
}

.form-nav a
{
    font-weight: 500;

    display: block;

    padding: 41px 5px 17px 90px;

    text-decoration: none;

    color: rgba(72, 72, 72, .2);
    border-bottom: 2px solid #dadada;
}

.form-nav a:hover,
.form-nav a:focus
{
    color: #484848;
    border-color: #3b9394;
}

.form-nav a:hover span,
.form-nav a:focus span
{
    background: #3b9394;
}

.form-nav a:hover span em:first-child,
.form-nav a:focus span em:first-child
{
    visibility: hidden;

    opacity: 0;
}

.form-nav a:hover span em:last-child,
.form-nav a:focus span em:last-child
{
    visibility: visible;

    opacity: 1;
}

.form-nav li
{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;

    position: relative;

    max-width: 100%;

    letter-spacing: .05em;
    text-transform: capitalize;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-nav li.active a
{
    color: #484848;
    border-color: #3b9394;
}

.form-nav li.active a span
{
    color: #fff;
    background: #3b9394;
}

.form-nav li.active a span em:first-child
{
    visibility: hidden;

    opacity: 0;
}

.form-nav li.active a span em:last-child
{
    visibility: visible;

    opacity: 1;
}

.form-nav li:first-child a:hover,
.form-nav li:first-child a:focus
{
    border-color: #5bcca2;
}

.form-nav li:first-child a:hover span,
.form-nav li:first-child a:focus span
{
    background: #5bcca2;
}

.form-nav li:first-child.active a
{
    border-color: #5bcca2;
}

.form-nav li:first-child.active a span
{
    background: #5bcca2;
}

.form-nav span
{
    position: absolute;
    bottom: 50%;
    left: 34px;

    width: 45px;
    height: 45px;
    margin-bottom: -10px;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: background;
            transition-property: background;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);

    border-radius: 50%;
    background: rgba(72, 72, 72, .1);
}

.form-nav span em
{
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transition: opacity .3s linear , visibility .3s linear;
            transition: opacity .3s linear , visibility .3s linear;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-nav span em:last-child
{
    visibility: hidden;

    opacity: 0;
}

.fake-select
{
    position: relative;

    pointer-events: none;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 4px;

    -webkit-appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.fake-select select
{
    pointer-events: auto;
}

.fake-select:after
{
    font-family: FontAwesome;
    font-size: 23px;

    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;

    width: 72px;
    padding: 6px 5px;

    content: '\f107';
    text-align: center;

    color: #484848;
    border-radius: 0 4px 4px 0;
    background: #fff;
}

.js-tab-hidden
{
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;

    display: block !important;
    visibility: hidden;

    -webkit-transition: all .15s linear;
            transition: all .15s linear;
}

.animated
{
    -webkit-transition: all 1s ease;
            transition: all 1s ease;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);

    opacity: 0;
}

.right-animated
{
    -webkit-transition: all 1s ease;
            transition: all 1s ease;
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);

    opacity: 0;
}

.left-animated
{
    -webkit-transition: all 1s ease;
            transition: all 1s ease;
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);

    opacity: 0;
}

.tab-content.in-viewport .active .animated,
.tab-content-hold.in-viewport .active .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.experience .viewport-section.in-viewport .slick-current .animated,
.engagement .viewport-section.in-viewport .slick-current .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.top-section
{
    padding: 72px 0 73px;

    background: #fafafa;
    background: -webkit-linear-gradient(top, #eaf5f1 0%, #fafafa 90%);
    background:         linear-gradient(to bottom, #eaf5f1 0%, #fafafa 90%);
}

.top-section.style01
{
    padding: 78px 0 67px;
}

.top-section.style01 h2
{
    color: #3b9394;
}

.top-section.style01 .img-hold
{
    margin: 0 -40px 0 5px;
}

.top-section.style02
{
    background: #ebf3f5;
}

.top-section.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.top-section .img-hold
{
    margin-left: -8px;
    padding-top: 9px;
}

.top-section h2
{
    line-height: 1.26;

    margin-bottom: 53px;

    color: #5bcca2;
}

.top-section .text-hold
{
    padding: 0 40px 0 75px;
}

/* ----------------------------
employee-engagement styles
---------------------------- */

.employee-engagement
{
    margin-bottom: 42px;
    padding: 80px 0 43px;

    background: #fff;
}

.employee-engagement.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.employee-engagement .intro
{
    max-width: 500px;
    margin-bottom: 44px;
}

.employee-engagement h2
{
    font-size: 44px;
    line-height: 1.2727;

    margin-bottom: 10px;

    color: #5bcca2;
}

.employee-engagement .empowerment-chart
{
    margin-left: -41px;

    text-align: center;
}

.employee-engagement .empowerment-chart .chart-title
{
    font-weight: 400;

    display: block;

    margin-bottom: 11px;
}

.employee-engagement .empowerment-chart .chart-title span
{
    display: block;

    padding-top: 9px;

    text-transform: capitalize;
}

.employee-engagement .empowerment-chart .title
{
    font-size: 20px;
    font-weight: 500;

    display: block;

    margin: 0 32px 8px 0;

    text-transform: capitalize;

    color: #5bcca2;
}

.employee-engagement .empowerment-chart .hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -51px 0 11px;
    padding-top: 16px;
}

.employee-engagement .empowerment-chart .col
{
    max-width: 33.33%;
    padding-right: 27px;
}

.employee-engagement .pillars
{
    margin-right: -6px;
}

/* ----------------------------
pillars list styles
---------------------------- */

.pillars
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;
    padding-left: 42px;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pillars li
{
    width: 33.33%;
    padding: 0 10px 45px 20px;

    text-align: center;
}

.pillars .title
{
    font-weight: 400;
    line-height: 20px;

    display: block;
}

.pillars .icon
{
    position: relative;

    display: block;

    width: 90px;
    height: 90px;
    margin: 0 auto 28px;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.pillars .icon img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* ----------------------------
our-clients  styles
---------------------------- */

.our-clients.style-01
{
    padding: 93px 0 30px;

    background: #fafafa;
}

.our-clients.style-01 .main-title
{
    font-size: 16px;

    color: #5bcba2;
}

.our-clients.style-01 h2
{
    font-size: 44px;

    color: #484848;
}

.our-clients.style-01.style-02
{
    padding: 162px 0 45px;
}

.our-clients.style-01.style-02 .main-title
{
    margin-bottom: 22px;
}

/* ----------------------------
form styles
---------------------------- */

.form.style-01 .form-title
{
    padding: 11px 0 163px;
}

.form .form-holder
{
    padding-bottom: 100px;

    border-radius: 0;
    background: #5bcca2;
}

.form .form-wrap
{
    position: relative;
    top: -135px;

    max-width: 454px;
    min-height: 200px;
    margin: 0 auto;
    margin-bottom: -135px;
    padding: 39px 51px 41px;

    border-radius: 0 0 10px 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.form .form-wrap label
{
    margin: 0 0 3px 0 !important;

    vertical-align: bottom;
}

.form .form-wrap .hs-form-field
{
    margin-bottom: 20px !important;
}

.form .form-wrap .hs-error-msgs label
{
    margin-top: 5px !important;
}

/* ----------------------------
step-block  styles
---------------------------- */

.step-block
{
    padding: 15px 0 14px;

    color: #fff;
    background: #5bcca2;
}

.step-block.style01
{
    padding: 45px 0 27px;

    background: #3b9394;
}

.step-block.style01 .img-hold
{
    margin-left: 40px;
}

.step-block.style01 h2
{
    font-weight: 400;
}

.step-block.style01 h2 strong
{
    font-weight: 700;
}

.step-block.style01 .btn-info
{
    color: #3b9394;
}

.step-block.style01 .btn-white:hover,
.step-block.style01 .btn-white:focus
{
    color: #3b9394;
}

.step-block.style02
{
    padding: 8px 0 0;
}

.step-block.style02 .img-hold
{
    float: none;

    margin: 0 68px 0 0;

    text-align: center;
}

.step-block.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.step-block .row-flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step-block .row-flex:before,
.step-block .row-flex:after
{
    display: none;
}

.step-block h2
{
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2;

    margin-bottom: 37px;
}

.step-block .img-hold
{
    float: left;

    margin-left: 92px;
}

.step-block .img-hold01
{
    margin-left: 0;
}

.step-block .btn
{
    font-weight: 500;

    margin-right: 21px;
}

/* ----------------------------
feedback-channel  styles
--------------------------- */

.feedback-channel
{
    padding: 83px 0 123px;
}

.feedback-channel.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.feedback-channel .heading
{
    margin-bottom: 0;

    text-align: center;
}

.feedback-channel h2
{
    margin-bottom: 9px;

    color: #484848;
}

.feedback-channel .img-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 414px;
    margin-bottom: 15px;

    text-align: center;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-channel .card-list
{
    max-width: 353px;
}

.feedback-channel .mobile-app
{
    padding-top: 110px;
}

.feedback-channel .mobile-app .img-hold
{
    padding-right: 11px;
}

.feedback-channel .mobile-app .title
{
    margin: -29px 50px 62px 0;
}

.feedback-channel .title
{
    font-size: 20px;
    font-weight: 500;

    display: block;

    margin-bottom: 57px;

    text-align: center;
    text-transform: capitalize;

    color: #5bcca2;
}

.feedback-channel .feedback-terminal
{
    padding-top: 83px;
}

.feedback-channel .feedback-terminal .btn-hold
{
    clear: both;

    max-width: none;
    padding-left: 52px;

    text-align: center;
}

.feedback-channel .feedback-terminal .img-hold
{
    margin-right: -103px;
}

.feedback-channel .feedback-terminal .card-list
{
    float: right;
}

.feedback-channel .feedback-terminal .title
{
    margin: -1px 0 62px 33px;
}

.feedback-channel .web-app .card-list
{
    margin-right: auto;
    margin-left: auto;
}

.feedback-channel .web-app .btn-hold
{
    margin: 0 auto;
}

.feedback-channel .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: -10px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.feedback-channel .row:before,
.feedback-channel .row:after
{
    display: none;
}

.feedback-channel.style01
{
    padding-bottom: 27px;
}

.feedback-channel.style01 .title
{
    color: #3b9394;
}

.feedback-channel.style01 .mobile-app
{
    padding-top: 84px;
}

.feedback-channel.style01 .mobile-app .title
{
    margin: 0 50px 62px 0;
}

.feedback-channel.style01 .feedback-terminal
{
    padding-top: 117px;
}

.feedback-channel.style01 .feedback-terminal .title
{
    margin: -36px 0 62px 33px;
}

.feedback-channel .btn-hold
{
    max-width: 353px;

    text-align: center;
}

.cards
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.cards li
{
    line-height: 1.31;

    position: relative;

    margin-bottom: 44px;
    padding-left: 119px;
}

.cards li:last-child
{
    margin-bottom: 0;
}

.cards .icon
{
    position: absolute;
    top: -1px;
    left: 0;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.cards .icon img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.cards h3
{
    font-weight: 400;
    line-height: 1.25;

    margin-bottom: 11px;

    text-transform: capitalize;
}

.card-list
{
    overflow: hidden;

    margin: 0;
    margin-bottom: 9px;
    padding: 0;

    list-style: none;
}

.card-list li
{
    line-height: 22px;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 90px;
    margin-bottom: 18px;
    padding: 24px 15px 22px 106px;

    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .03);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-list li:after
{
    display: inline-block;

    height: 22px;

    content: '';
    vertical-align: middle;
}

.card-list .icon
{
    position: absolute;
    top: 50%;
    left: 19px;

    width: 60px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

/* ----------------------------
graph-section styles
---------------------------- */

.graph-section
{
    padding-top: 27px;
}

.graph-section .heading
{
    max-width: 550px;
    margin-bottom: 47px;

    text-align: left;
}

.graph-section .main-title
{
    font-size: 16px;

    margin-bottom: 20px;

    color: #484848;
}

.graph-section h2
{
    font-size: 44px;
    line-height: 1.16;
}

.graph-section h2 span
{
    color: #5bcca2;
}

.graph-section .graph-hold
{
    position: relative;
    z-index: 1;

    max-width: 1440px;
    margin: 0 auto;

    text-align: center;
}

.graph-section .graph-hold:before,
.graph-section .graph-hold:after
{
    position: absolute;
    z-index: -1;
    top: 17px;
    right: 100%;
    bottom: 0;

    width: 9999px;

    content: '';

    background: -webkit-linear-gradient(top, #f0f5f5 0%, #f3f6f6 100%);
    background:         linear-gradient(to bottom, #f0f5f5 0%, #f3f6f6 100%);
}

.graph-section .graph-hold:after
{
    right: auto;
    left: 100%;

    background: -webkit-linear-gradient(top, #f0f5f5 0%, #f3f6f6 100%);
    background:         linear-gradient(to bottom, #f0f5f5 0%, #f3f6f6 100%);
}

/* ----------------------------
features-section styles
---------------------------- */

.features-section
{
    position: relative;
    z-index: 1;

    padding: 27px 0;
}

.features-section:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 500px;

    content: '';

    background: -webkit-linear-gradient(top, #f3f6f6 0%, #fafafa 100%);
    background:         linear-gradient(to bottom, #f3f6f6 0%, #fafafa 100%);
}

.features-section.style01
{
    padding: 80px 0 0;
}

.features-section.style01:before
{
    display: none;
}

.features-section.style01 h2
{
    color: #3b9394;
}

.features-section.style01 h3 a:hover,
.features-section.style01 h3 a:focus
{
    color: #3b9394;
}

.features-section h2
{
    font-size: 37px;
    font-weight: 500;

    max-width: 1128px;
    margin: 0 auto 44px;

    text-transform: capitalize;

    color: #5bcca5;
}

.features-section .hold
{
    overflow: hidden;

    padding: 79px 13px 5px;

    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .03);
}

.features-section .block
{
    max-width: 278px;
    margin: 0 auto 66px;
}

.features-section .block:after
{
    display: block;
    clear: both;

    content: '';
}

.features-section .icon
{
    position: relative;

    display: block;

    width: 90px;
    height: 90px;
    margin-bottom: 29px;

    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .06);
}

.features-section .icon img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.features-section h3
{
    font-weight: 400;

    margin-bottom: 6px;

    text-transform: capitalize;
}

.features-section h3 a
{
    text-decoration: none;

    color: #484848;
}

.features-section h3 a:hover,
.features-section h3 a:focus
{
    color: #5bcca2;
}

.features-section .row-flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.features-section .row-flex:before,
.features-section .row-flex:after
{
    display: none;
}

/* ----------------------------
form styles
---------------------------- */

.form.style-01 .form-title,
.form.style-02 .form-title
{
    padding: 11px 0 163px;
}

.form .form-holder
{
    background: #5bcca2;
}

.form.style-02 h3 span
{
    color: #3b9394;
}

.form.style-02 .form-holder
{
    background: #3b9394;
}

/* ---------------------------------------
keys-block styles
---------------------------------------- */

.keys-block
{
    overflow: hidden;

    padding-top: 63px;

    background: #fff;
}

.keys-block h2
{
    line-height: 1.1471;

    max-width: 600px;
    margin: 0 auto 57px;

    text-align: center;

    color: #3b9394;
}

.keys-block .keys-tab
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    margin: 0 -8px;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.keys-block .keys-tab li
{
    max-width: 100%;
    padding: 0 8px;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.keys-block .keys-tab li.active > a
{
    color: #3b9394;
    border-color: #3b9394;
}

.keys-block .keys-tab a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 84px;
    padding: 10px 25px;

    text-decoration: none;
    text-transform: capitalize;

    color: rgba(72, 72, 72, .4);
    border-bottom: 4px solid #dadada;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keys-block .keys-tab a:after
{
    display: inline-block;

    height: 60px;

    content: '';
    vertical-align: middle;
}

.keys-block .keys-tab a:hover,
.keys-block .keys-tab a:focus
{
    color: #3b9394;
    border-color: #3b9394;
}

.keys-block img
{
    display: block;
}

.keys-block .tab-content
{
    line-height: 1.375;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;

    min-height: 583px;
    margin-bottom: -3px;

    -webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
            transition: opacity .75s ease-in-out, visibility .75s ease-in-out;

    opacity: 0;
    color: #484848;
}

.keys-block .tab-content:after
{
    display: inline-block;

    height: 580px;

    content: '';
    vertical-align: middle;
}

.keys-block div.active .tab-content
{
    visibility: visible;

    opacity: 1;
}

.keys-block .main-title
{
    font-size: 16px;
    font-weight: 500;

    margin-bottom: 4px;

    color: #3b9394;
}

.keys-block h3
{
    font-size: 44px;
    line-height: 1.2727;

    margin: 0 0 36px -2px;

    color: #3b9394;
}

.keys-block .align-bottom
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.keys-block .text-hold
{
    padding: 121px 0 43px;
}

.keys-block p
{
    margin-bottom: 23px;
}

.keys-block .img-hold
{
    margin: 0 -48px 0 -28px;

    text-align: center;
}

/* ---------------------------------------
dashboard styles
---------------------------------------- */

.dashboard-section
{
    padding: 102px 0 15px;

    background: -webkit-linear-gradient(top, #fafafa 0%, #eff5f5 100%);
    background:         linear-gradient(to bottom, #fafafa 0%, #eff5f5 100%);
}

.dashboard-section .head
{
    margin-bottom: 8px;

    text-align: center;
}

.dashboard-section h2
{
    font-size: 34px;
    line-height: 1.25;

    margin-bottom: 24px;
}

.dashboard-section h2 span
{
    color: #3b9394;
}

.dashboard-section .hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashboard-section .img-hold
{
    max-width: 61.1719%;
    padding-left: 8px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.1719%;
        flex: 0 0 61.1719%;
}

.dashboard-section.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.dashboard-section .list
{
    max-width: 34.4%;
    padding-top: 111px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.4%;
        flex: 0 0 34.4%;
}

.list
{
    line-height: 1.375;

    margin: 0;
    padding: 0;

    list-style: none;
}

.list p
{
    margin: 0;
    padding-top: 14px;
}

.list li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 31px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list .icon
{
    position: relative;

    width: 90px;
    height: 90px;
    margin-right: 30px;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .06);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
        flex: 0 0 90px;
}

.list .icon img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* ---------------------------------------
industry section styles
---------------------------------------- */

.industry-section
{
    z-index: 1;

    padding: 27px 0;

    background: -webkit-linear-gradient(top, #eff5f5 0%, #fafafa 100%);
    background:         linear-gradient(to bottom, #eff5f5 0%, #fafafa 100%);
}

.industry-section .main-title
{
    font-size: 16px;

    margin-bottom: 12px;

    color: #3b9394;
}

.industry-section h2
{
    color: #484848;
}

.industry-section .hold
{
    overflow: hidden;

    padding: 81px 20px 50px 80px;

    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

/* ---------------------------------------
industry list styles
---------------------------------------- */

.industry-list
{
    font-size: 24px;
    line-height: 1.25;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;
    padding-top: 7px;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.industry-list p
{
    margin: 0;
}

.industry-list li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 35.8%;
    padding: 30px 141px 30px 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.8%;
        flex: 0 0 35.8%;
}

.industry-list li:nth-child(3n)
{
    max-width: 20%;
    padding-right: 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
}

.industry-list .icon
{
    position: relative;

    width: 90px;
    height: 90px;
    margin-right: 30px;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .06);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
        flex: 0 0 90px;
}

.industry-list .icon img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* ----------------------------
plans-section styles
---------------------------- */

.plans-section
{
    /* ----------------------------
  tab nav styles
  ---------------------------- */ /* ----------------------------
  enterprise-features styles
  ---------------------------- */
}

.plans-section .page-title
{
    font-size: 48px;

    margin-bottom: 65px;

    text-align: center;
    text-transform: capitalize;

    color: #484848;
}

.plans-section .content-wrap
{
    visibility: hidden;

    -webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
            transition: opacity .75s ease-in-out, visibility .75s ease-in-out;

    opacity: 0;
}

.plans-section .content-wrap.active
{
    visibility: visible;

    -webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
            transition: opacity .75s ease-in-out, visibility .75s ease-in-out;

    opacity: 1;
}

.plans-section .tab-content
{
    position: relative;
    z-index: 1;

    padding-top: 94px;

    background: #fafafa;
}

.plans-section .tab-content:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 500px;

    content: '';

    background: -webkit-linear-gradient(top, #eaf5f1 0%, #fafafa 100%);
    background:         linear-gradient(to bottom, #eaf5f1 0%, #fafafa 100%);
}

.plans-section .plan
{
    font-size: 20px;
    font-weight: 500;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 1312px;
    margin: 0;
    margin: 0 auto -37px;
    padding: 0;
    padding: 0 15px;

    list-style: none;

    text-transform: capitalize;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plans-section .plan li
{
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .04);
}

.plans-section .plan li a
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 24px 40px;

    text-decoration: none;

    color: #b5b5b5;
    border-bottom: 4px solid rgba(72, 72, 72, .2);
    background: #fff;
    box-shadow: inset 28px 0 20px -25px rgba(0, 0, 0, .05);
}

.plans-section .plan li a:hover,
.plans-section .plan li a:focus
{
    color: #3b9394;
    border-color: #3b9394;
}

.plans-section .plan li:first-child a
{
    box-shadow: inset -28px 0 20px -25px rgba(0, 0, 0, .05);
}

.plans-section .plan li:first-child a:hover,
.plans-section .plan li:first-child a:focus
{
    color: #5bcca2;
    border-color: #5bcca2;
}

.plans-section .plan li:first-child.active a
{
    color: #5bcca2;
    border-color: #5bcca2;
}

.plans-section .plan li.active a
{
    color: #3b9394;
    border-color: #3b9394;
    box-shadow: none;
}

.plans-section .plans-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 1169px;
    margin: 0 auto;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.plans-section .plans-hold .btn-hold
{
    position: absolute;
    bottom: 39px;
    left: 0;

    width: 100%;

    text-align: center;
}

.plans-section .plans-hold .btn-default
{
    line-height: 1;

    padding: 15px 30px;

    text-align: left;
}

.plans-section .plans-hold .btn-default .fa
{
    font-size: 19px;
    line-height: 1;

    margin-left: 20px;
}

.plans-section .plan-details
{
    position: relative;
    z-index: 1;

    max-width: 62.4465%;
    padding: 18px 45px 107px;

    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.4465%;
        flex: 0 0 62.4465%;
}

.plans-section .plan-details .details-head
{
    font-size: 120px;
    line-height: 1;

    margin-bottom: 39px;
    padding-bottom: 25px;

    text-align: center;

    color: #5bcca2;
    border-bottom: 1px solid rgba(72, 72, 72, .2);
}

.plans-section .plan-details .details-head .count
{
    font-weight: 400;

    display: block;
}

.plans-section .plan-details .details-head em
{
    font-style: normal;
    line-height: 80px;

    position: relative;

    display: inline-block;
}

.plans-section .plan-details .details-head sup
{
    font-size: 24px;
    font-weight: 500;
    line-height: 15px;

    position: absolute;
    top: 3px;
    left: 100%;

    padding-left: 3px;
}

.plans-section .plan-details .details-head span
{
    font-size: 16px;

    display: block;

    padding-top: 1px;

    color: #484848;
}

.plans-section .plan-details .list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plans-section .plan-details .list li
{
    max-width: 45%;
    padding-bottom: 22px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
}

.plans-section .plan-details .list li:nth-child(2n)
{
    max-width: 44.4%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.4%;
        flex: 0 0 44.4%;
}

.plans-section .plan-details .list .icon
{
    width: 80px;
    height: 80px;
    margin-right: 25px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
}

.plans-section .plan-details .list p
{
    padding: 0;
}

.plans-section .enterprise-features
{
    position: relative;

    max-width: 37.5535%;
    padding: 0 30px 107px;

    border-radius: 0 10px 0 0;
    background: #fdfdfd;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5535%;
        flex: 0 0 37.5535%;
}

.plans-section .enterprise-features .total-employee
{
    font-size: 20px;
    font-weight: 500;

    margin: 0 -30px;
    padding: 18px 30px 13px 25px;

    text-align: center;

    color: #fff;
    border-radius: 0 10px 0 0;
    background: #3b9394;
}

.plans-section .enterprise-features .top-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 36px;
    padding-top: 5px;

    border-bottom: 1px solid #eaeaea;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plans-section .enterprise-features .top-block .img-hold
{
    max-width: 60.4222%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 60.4222%;
        flex: 0 0 60.4222%;
}

.plans-section .enterprise-features .top-block .img-hold img
{
    width: 100%;
}

.plans-section .enterprise-features .top-block .title
{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2692;

    padding: 29px 0 0 3px;

    text-transform: capitalize;

    color: #3b9394;
}

.plans-section .enterprise-features .btn
{
    line-height: 1;

    padding: 16px 27px 14px;

    color: #3b9394;
    border: 2px solid #3b9394;
}

.plans-section .enterprise-features .btn:hover,
.plans-section .enterprise-features .btn:focus
{
    color: #fff;
    background: #3b9394;
}

.plans-section .enterprise-features .check-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 40px 3px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plans-section .enterprise-features .check-list li
{
    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.plans-section .enterprise-features .check-list li:nth-child(2n)
{
    max-width: 41.4%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.4%;
        flex: 0 0 41.4%;
}

.check-list
{
    line-height: 1.125;

    margin: 0;
    padding: 0;

    list-style: none;
}

.check-list li
{
    position: relative;

    margin-bottom: 30px;
    padding-left: 28px;
}

.check-list li:last-child
{
    margin: 0;
}

.check-list li:before
{
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 15px;

    position: absolute;
    top: 2px;
    left: 0;

    width: 15px;
    height: 15px;

    content: '\f00c';
    text-align: center;

    color: #fff;
    border-radius: 1px;
    background: #3b9394;
}

/* ----------------------------
faq-section styles
---------------------------- */

.faq-section
{
    overflow: hidden;

    padding: 82px 0 67px;

    background: #fff;
}

.faq-section .main-title
{
    margin-bottom: 18px;
}

.faq-section h2
{
    font-size: 44px;

    margin-bottom: 29px;
}

.accordion
{
    line-height: 1.375;

    max-width: 800px;
    margin: 0;
    margin: 0 auto;
    padding: 0;

    list-style: none;

    color: #000;
}

.accordion .opener
{
    font-size: 24px;
    font-weight: 500;

    position: relative;

    display: block;

    padding: 35px 100px 32px 38px;

    text-decoration: none;

    color: #484848;
}

.accordion .opener:hover,
.accordion .opener:focus
{
    color: #5e5d5d;
}

.accordion .opener:after
{
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 64px;

    content: '\f107';
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
}

.accordion li
{
    margin-bottom: 22px;

    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .02);
}

.accordion li:last-child
{
    margin-bottom: 0;
}

.accordion li.active .opener
{
    color: #484848;
}

.accordion li.active .opener:after
{
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.accordion .slide
{
    padding: 5px 40px 24px;
}

.calculate-block
{
    position: relative;

    padding-top: 44px;

    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.calculate-block h2
{
    font-size: 34px;

    margin-bottom: 35px;

    text-align: center;

    color: #5bcca2;
}

.calculate-block .range-slider
{
    position: relative;

    margin: 0 0 84px;
}

.calculate-block .initial-point
{
    font-size: 15px;

    float: left;

    color: #c8c8c8;
}

.calculate-block .hold
{
    max-width: 403px;
    margin: 0 auto;
}

.calculate-block .label-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.calculate-block .label-hold .label
{
    max-width: 33.33%;
    padding: 0 8px 16px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
}

.calculate-block .label-hold label
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: column;

    height: 112px;
    margin: 0;
    padding: 9px 9px 20px;

    cursor: pointer;
    text-align: center;

    color: rgba(72, 72, 72, .4);
    border-bottom: 4px solid rgba(72, 72, 72, .2);
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.calculate-block .label-hold label.jcf-label-active
{
    border-color: #5ccda2;
}

.calculate-block .label-hold label.jcf-label-active .title
{
    color: #5bcca2;
}

.calculate-block .label-hold .save-text
{
    padding-right: 2px;
}

.calculate-block .label-hold .info
{
    font-size: 12px;

    display: block;

    margin-bottom: 21px;
    padding-bottom: 2px;

    border-bottom: 1px solid rgba(72, 72, 72, .2);
}

.calculate-block .label-hold .title
{
    font-size: 16px;
    font-weight: 400;

    display: block;

    margin-bottom: 1px;

    text-transform: capitalize;
}

.calculate-block .label-hold .price
{
    font-size: 12px;

    display: block;
}

.calculate-block .label-hold .jcf-radio
{
    position: absolute;
    left: -999999px;
}

.calculate-block .last-point
{
    font-size: 15px;

    float: right;

    color: #c8c8c8;
}

.calculate-block .total-employees
{
    font-size: 48px;
    font-weight: 500;

    display: block;

    text-align: center;

    color: #5bcca2;
}

.calculate-block .total-employees sub
{
    font-size: 16px;

    bottom: 0;
}

.calculate-block .btn-hold
{
    margin-bottom: -42px;

    text-align: center;
}

.calculate-block .btn
{
    font-size: 34px;
    font-weight: 500;

    min-width: 280px;
    padding: 31px;

    outline: none;
}

.calculate-block .btn span
{
    font-size: 34px;
}

.calculate-block .btn:focus
{
    outline: none;
}

.calculate-block .btn em
{
    font-size: 24px;
    font-style: normal;

    display: none;
}

.calculate-block .btn sub
{
    font-size: 20px;

    bottom: 0;
    left: 4px;
}

.calculate-block .btn.quote
{
    font-size: 24px;
}

.calculate-block .btn:hover em
{
    display: block;
}

.calculate-block .btn:hover span
{
    display: none;
}

.calculate-block .btn.quote em,
.calculate-block .btn.quote span
{
    display: none;
}

.calculate-block .btn.quote .get-quote
{
    display: block;
}

.calculate-block .btn .get-quote
{
    font-size: 24px;

    display: none;
}

/* -----------------------------
process-block styles
-----------------------------  */

.process-block
{
    padding: 85px 0;

    background: #fff;
}

.process-block h2
{
    font-size: 44px;

    margin-bottom: 50px;

    color: #3b9394;
}

.process-block.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.process-block .process
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    margin: 0 -7px 0 -67px;
    padding: 0;
    padding-top: 79px;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.process-block .process:before
{
    position: absolute;
    top: 79px;
    right: 12.5%;

    width: 1200px;
    height: 6px;

    content: '';

    background: -webkit-linear-gradient(right, #429394 0%, #fff 100%);
    background:         linear-gradient(to left, #429394 0%, #fff 100%);
}

.process-block .process li
{
    position: relative;

    max-width: 25%;
    padding: 64px 10px 29px;

    counter-increment: step-counter;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
}

.process-block .process li:before
{
    font-size: 24px;
    font-weight: 500;
    line-height: 78px;

    position: absolute;
    top: -45px;
    left: 50%;

    width: 90px;
    height: 90px;
    padding: 10px;

    content: counter(step-counter);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    color: #3b9394;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .06);
}

.process-block .process .img-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 270px;
    margin-bottom: 26px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.process-block .process .title
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;

    display: block;

    padding: 0 50px;

    text-align: center;

    color: #3b9394;
}

/* ----------------------------
custom-terminal styles
---------------------------- */

.custom-terminal
{
    line-height: 1.375;

    padding: 68px 0 121px;

    background: #ebf3f5;
}

.custom-terminal .text-hold
{
    position: relative;
    z-index: 1;

    max-width: 400px;
    margin-bottom: 72px;
}

.custom-terminal.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.custom-terminal h2
{
    font-size: 44px;

    margin-bottom: 36px;

    color: #3b9394;
}

.custom-terminal .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-terminal .flex:before,
.custom-terminal .flex:after
{
    display: none;
}

.terminal-slider-hold
{
    margin: 0 -120px 0 -45px;
}

.terminal-slider-hold .arrow-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 56px 0 0 95px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.terminal-slider-hold .arrow-hold .slick-arrow
{
    font-size: 24px;

    display: block;

    width: 60px;
    margin: 0 20px;
    padding: 10px;

    cursor: pointer;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
    text-align: center;
    text-decoration: none;

    color: #cad2d4;
    border-bottom: 2px solid #cad2d4;
}

.terminal-slider-hold .arrow-hold .slick-arrow:hover,
.terminal-slider-hold .arrow-hold .slick-arrow:focus
{
    color: #3b9394;
    border-color: #3b9394;
}

.terminal-slider-hold .terminal-slider
{
    position: relative;

    overflow: hidden;

    text-align: center;
}

.terminal-slider-hold .terminal-slider:before,
.terminal-slider-hold .terminal-slider:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;

    width: 130px;

    content: '';
    pointer-events: none;

    background: -webkit-linear-gradient(right, rgba(235, 243, 245, 0) 0%, #ebf3f5 100%);
    background:         linear-gradient(to left, rgba(235, 243, 245, 0) 0%, #ebf3f5 100%);
}

.terminal-slider-hold .terminal-slider:after
{
    right: 0;
    left: auto;

    width: 250px;

    background: -webkit-linear-gradient(right, #ebf3f5 0%, rgba(235, 243, 245, .6) 50%, rgba(235, 243, 245, 0) 100%);
    background:         linear-gradient(to left, #ebf3f5 0%, rgba(235, 243, 245, .6) 50%, rgba(235, 243, 245, 0) 100%);
}

.terminal-slider-hold .terminal-slider img
{
    display: inline-block !important;
}

/* ----------------------------
stories section styles
---------------------------- */

.stories-section
{
    padding-top: 52px;
}

.stories-section.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.stories-section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.stories-section .text-hold
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    padding: 9px 0;
}

.stories-section .main-title
{
    font-size: 15px;

    margin-bottom: 29px;

    color: #484848;
}

.stories-section h1
{
    font-size: 48px;
    line-height: 1.1458;

    margin-bottom: 47px;

    color: #5bcca2;
}

.stories-section .img-hold
{
    float: right;

    margin-right: 22px;
}

/* ----------------------------
customers styles
---------------------------- */

.customers-section
{
    margin-bottom: 68px;
    padding: 13px 0;
}

.customers-section .main-title
{
    margin-bottom: 8px;

    color: #5bcba2;
}

.customers-section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customers-section h2
{
    font-size: 44px;
    line-height: 1.2727;

    color: #484848;
}

.customers-section .logo-slider-holder
{
    position: relative;
}

.customers-section .logo-slider-holder:before,
.customers-section .logo-slider-holder:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 55%;

    content: '';
    pointer-events: none;

    background: -webkit-linear-gradient(top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
    background:         linear-gradient(to bottom, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}

.customers-section .logo-slider-holder:after
{
    top: auto;
    bottom: 0;

    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
    background:         linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}

.customers-section .logo-slider
{
    position: relative;

    overflow: hidden;

    height: 310px;
}

.customers-section .logo-slider:hover .logos
{
    filter: grayscale(0);
}

.customers-section.in-viewport .logos
{
    position: relative;

    -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in;
    -webkit-animation: slideLogos 10s linear infinite;
            animation: slideLogos 10s linear infinite;

    filter: grayscale(100%);
}

/* ----------------------------
case-studies-section styles
---------------------------- */

.case-studies-section
{
    overflow: hidden;

    padding-top: 74px;

    background: #fff;
}

.case-studies-section .main-title
{
    margin-bottom: 8px;
}

.case-studies-section h2
{
    font-size: 44px;
    line-height: 1.25;

    margin-bottom: 14px;
}

.case-studies-section .block
{
    line-height: 1.375;

    width: 100%;
    margin-bottom: 43px;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
}

.case-studies-section .img-hold
{
    position: relative;
}

.case-studies-section .img-hold .img
{
    overflow: hidden;

    height: 0;
    padding-top: 84.25%;

    border-radius: 5px 5px 0 0;
    background-position: 50% 50%;
    background-size: cover;
}

.case-studies-section .img-hold .article-logo
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
}

.case-studies-section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.case-studies-section .flex:before,
.case-studies-section .flex:after
{
    display: none;
}

.case-studies-section .flex .post
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.case-studies-section h3
{
    font-size: 20px;
    line-height: 1.15;

    margin-bottom: 13px;
}

.case-studies-section h3 a
{
    text-decoration: none;

    color: #484848;
}

.case-studies-section h3 a:hover,
.case-studies-section h3 a:focus
{
    color: #5bcca2;
}

.case-studies-section .description
{
    padding: 50px 30px 30px;

    border-radius: 0 0 5px 5px;
}

.case-studies-section .text-hold
{
    overflow: hidden;

    min-height: 139px;
    margin-bottom: 5px;
}

.case-studies-section .text-hold p
{
    overflow: hidden;

    max-height: 88px;
}

.case-studies-section .text-hold p.is-truncated
{
    max-height: none;
}

.case-studies-section .more
{
    display: inline-block;

    padding-bottom: 2px;

    vertical-align: top;
    text-decoration: none;

    color: #5bcca2;
    border-bottom: 2px solid #5bcca2;
}

.case-studies-section .more:hover,
.case-studies-section .more:focus
{
    color: #484848;
    border-color: #484848;
}

.case-studies-section .post-wrap
{
    position: relative;

    overflow: hidden;

    -webkit-transition: height .7s linear;
            transition: height .7s linear;
}

.case-studies-section .post-wrap.loaded-posts .btn-hold
{
    visibility: hidden;

    opacity: 0;
}

.case-studies-section .post-wrap .btn-hold
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 15px 0 71px;

    text-align: center;
}

.case-studies-section .post-wrap .btn-hold:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 180px;

    content: '';

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
}

.case-studies-section .load-more
{
    font-size: 20px;

    position: relative;
    z-index: 2;

    min-width: 240px;
    max-width: 300px;
    padding: 16px 17px 18px;

    vertical-align: top;
}

.case-studies-section .load-more .fa
{
    font-size: 22px;

    margin-left: 32px;
}

.case-studies-section .more-post
{
    text-align: center;
}

.case-studies-section .btn-more-post
{
    font-size: 20px;

    position: relative;
    z-index: 2;

    min-width: 240px;
    max-width: 300px;
    padding: 16px 17px 18px;

    vertical-align: top;
}

.case-studies-section .btn-more-post .fa
{
    font-size: 22px;

    margin-left: 35px;
}

.case-studies-section.style01
{
    padding-top: 74px;
    padding-bottom: 0;

    background: #fafafa;
}

/* ----------------------------
plans-section styles
---------------------------- */

.reviews-section
{
    margin-bottom: 80px;
}

.reviews-section .reviews-top-block
{
    margin-bottom: 80px;

    color: #fff;
    background: #5bcca2;
}

.reviews-section .reviews-top-block.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.reviews-section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.reviews-section .flex:before,
.reviews-section .flex:after
{
    display: none;
}

.reviews-section .main-title
{
    margin-bottom: 13px;

    color: #fff;
}

.reviews-section .testimonial-slider
{
    position: relative;
}

.reviews-section .testimonial-slider:before,
.reviews-section .testimonial-slider:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    bottom: 0;

    width: 9999px;
    margin-right: 50px;

    content: '';

    background: #fafafa;
}

.reviews-section .testimonial-slider:after
{
    right: auto;
    left: 100%;

    margin: 0 0 0 45px;
}

.reviews-section .slick-list
{
    position: relative;
}

.reviews-section .slick-list:before,
.reviews-section .slick-list:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    bottom: 0;

    width: 65px;

    content: '';

    background: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 75%, rgba(250, 250, 250, 0) 100%);
    background:         linear-gradient(to right, #fafafa 0%, #fafafa 75%, rgba(250, 250, 250, 0) 100%);
}

.reviews-section .slick-list:after
{
    right: auto;
    left: 100%;

    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, .8) 55%, #fafafa 100%);
    background:         linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, .8) 55%, #fafafa 100%);
}

.reviews-section .arrow-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews-section .slick-arrow
{
    font-size: 24px;

    display: block;

    width: 60px;
    margin: 0 20px;
    padding: 12px 10px;

    cursor: pointer;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
            transition-property: color, background, opacity, border, visibility, box-shadow;
    text-align: center;
    text-decoration: none;

    color: #cad2d4;
    border-bottom: 2px solid #cad2d4;
}

.reviews-section .slick-arrow:hover,
.reviews-section .slick-arrow:focus
{
    color: #5bcca2;
    border-color: #5bcca2;
}

.reviews-section .text-hold
{
    padding: 48px 0;
}

.reviews-section .img-hold
{
    position: relative;
    right: -3px;

    margin-right: -78px;
}

.reviews-section .img-hold img
{
    width: 100%;
}

.reviews-section h2
{
    font-size: 44px;
}

.reviews-section .testimonial
{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;

    padding: 0;

    border: none;
}

.reviews-section .testimonial .w1
{
    padding: 2px;

    border-radius: 5px;
    background: -webkit-linear-gradient(45deg, #f0f6f4 0%, #5bcca1 49%, #5bcca1 99%);
    background:         linear-gradient(45deg, #f0f6f4 0%, #5bcca1 49%, #5bcca1 99%);
}

.reviews-section .testimonial .w2
{
    padding: 27px 29px 92px;

    border-radius: 5px;
    background: #fff;
}

.reviews-section .testimonial .testimonial-logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 50px;
    margin-bottom: 22px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-section .testimonial q
{
    quotes: none;
}

.reviews-section .testimonial footer
{
    font-size: 15px;

    margin: -43px 30px 0;

    color: #484848;
}

.reviews-section .testimonial footer:before
{
    display: none;
}

.reviews-section .testimonial footer cite
{
    font-style: normal;
}

.reviews-section .testimonial .img-hold
{
    overflow: hidden;

    width: 80px;
    height: 80px;
    margin-bottom: 19px;

    border-radius: 50%;
}

.reviews-section .testimonial .name
{
    font-size: 20px;
    font-weight: 500;

    display: block;

    margin-bottom: 2px;

    text-transform: capitalize;
}

.reviews-section .testimonial.style01 .w2
{
    padding-bottom: 137px;
}

.studies-form label
{
    margin: 0 20px 16px;
}

.jcf-select.jcf-select-studies-filter
{
    height: 40px;

    border-bottom: 2px solid #5bcca2;
    border-radius: 0;
}

.jcf-select-studies-filter
{
    margin: 0 !important;
    padding: 0;

    border: none;
    box-shadow: none;
}

.jcf-select-studies-filter.jcf-focus
{
    border-color: #5bcca2 !important;
    box-shadow: none;
}

.jcf-select-studies-filter.jcf-drop-active
{
    border-color: #5bcca2 !important;
}

.jcf-select-studies-filter.jcf-drop-active .jcf-select-opener:after
{
    content: '\f106';
}

.jcf-select-studies-filter .jcf-select-opener
{
    width: 50px;
}

.jcf-select-studies-filter .jcf-select-opener:after
{
    font-size: 20px;

    margin-top: -2px;

    cursor: pointer;
}

.jcf-select-studies-filter .jcf-scrollable-wrapper,
.jcf-select-studies-filter .jcf-list-content
{
    max-height: 225px !important;
}

.jcf-select-studies-filter .jcf-option
{
    font-size: 16px;

    padding: 0;
    padding: 7px 30px 7px 20px;

    cursor: pointer;

    color: #484848;
}

.jcf-select-studies-filter .jcf-option.jcf-hover
{
    background: #effaf6;
}

.jcf-select-studies-filter .jcf-list ul
{
    padding: 18px 0;
}

.jcf-select-studies-filter .jcf-select-text
{
    font-size: 16px;

    margin: 6px 50px 0 20px;
}

.jcf-select-studies-filter .jcf-select-drop-content
{
    overflow: hidden;

    border: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.jcf-select-studies-filter .jcf-select-drop.jcf-drop-flipped
{
    top: 100% !important;

    border: none;
}

/* ----------------------------
feedback-channel styles
---------------------------- */

.feedback-channel-section
{
    padding: 77px 0 85px;

    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 70%, #eef7f4 100%);
    background:         linear-gradient(to bottom, rgba(250, 250, 250, 0) 70%, #eef7f4 100%);
}

.feedback-channel-section.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.feedback-channel-section .heading
{
    margin: 0 0 -11px;
}

.feedback-channel-section .main-title
{
    font-weight: 400;

    margin-bottom: 14px;

    color: #484848;
}

.feedback-channel-section h2
{
    margin: 0;
}

.feedback-channel-section h2 span
{
    color: #5bcca2;
}

.feedback-channel-section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.feedback-channel-section .flex:before,
.feedback-channel-section .flex:after
{
    display: none;
}

.feedback-channel-section .block
{
    margin-bottom: 50px;
}

.feedback-channel-section .img-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 439px;
    margin-bottom: 14px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-channel-section .title
{
    font-size: 20px;
    font-weight: 500;

    display: block;

    text-align: center;

    color: #484848;
}

.content-header
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 56px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.content-header.style01
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.content-header.style01:after
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -999px;

    width: 99999px;
    height: 500px;

    content: '';

    background: #fff;
}

.content-header:before
{
    position: absolute;
    bottom: 0;
    left: -999px;

    width: 9999px;

    content: '';

    border: 1px solid #ebebeb;
}

.content-header .search-form
{
    padding: 15px 0 0 78px;
}

.content-header .search-form label
{
    margin: 0 20px 16px;
}

.content-header .search-form input[type='search']
{
    display: block;
    float: none;

    width: calc(100% - 80px);
    height: 40px;
    margin: 0;
    padding: 0 60px 0 20px;

    color: #b6b6b6;
    border-width: 0 0 2px;
    border-color: #5bcca2;
    border-radius: 0 !important;
}

.content-header .search-form input[type='search']::-moz-placeholder
{
    opacity: 1;
    color: #b6b6b6;
}

.content-header .search-form input[type='search']:-ms-input-placeholder
{
    color: #b6b6b6;
}

.content-header .search-form input[type='search']::-webkit-input-placeholder
{
    color: #b6b6b6;
}

.content-header .search-form input[type='search']:focus
{
    border-color: #5bcca2 !important;
}

.content-header .search-form fieldset
{
    position: relative;
}

.content-header .search-form button
{
    font-size: 14px;
    line-height: 30px;

    position: absolute;
    right: 18px;
    bottom: 10px;

    overflow: hidden;

    width: 30px;
    height: 30px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #494949;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.content-header .search-form button:hover,
.content-header .search-form button:focus
{
    color: #5bcca2;
}

/* ----------------------------
top-three-block styles
---------------------------- */

.top-three-block
{
    line-height: 1.375;

    padding-top: 40px;

    text-align: center;

    background: -webkit-linear-gradient(top, #EDEFF4 0%, #fafafa 100%);
    background:         linear-gradient(to bottom, #EDEFF4 0%, #fafafa 100%);
}

.top-three-block .img-hold
{
    position: relative;

    overflow: hidden;

    width: 90px;
    height: 90px;
    margin: 0 auto 16px;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.top-three-block .img-hold img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.top-three-block h2
{
    font-size: 24px;
    font-weight: 400;

    margin-bottom: 15px;
}

.top-three-block .block
{
    max-width: 300px;
    margin: 0 auto 35px;
}

.top-three-block .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.top-three-block .flex:before,
.top-three-block .flex:after
{
    display: none;
}

.article-hold
{
    font-size: 19px;
    line-height: 1.3684;
}

.article-hold + .features-section
{
    padding-top: 60px;
}

.article-hold + .features-section:before
{
    display: none;
}

.article-hold h2
{
    line-height: 1.2647;

    margin-bottom: 10px;
    margin-bottom: 39px;
}

.article-hold p
{
    margin-bottom: 29px;
}

.article-hold .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.article-hold .flex:before,
.article-hold .flex:after
{
    display: none;
}

.article-hold .w1
{
    padding: 50px 0 44px;

    background: #fff;
}

.article-hold .w1:nth-child(even)
{
    padding: 50px 0 60px;

    background: #fafafa;
}

.article-hold .w1:nth-child(even) .flex
{
        flex-direction: inherit;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: inherit;
}

.article-hold .w1:nth-child(even) .description
{
    padding-left: 52px;
}

.article-hold .w1.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.article-hold .description
{
    padding: 31px 60px 4px;
}

.article-hold .img-hold
{
    margin-left: 4px;

    text-align: center;
}

.single-post
{
    font-size: 19px;
    line-height: 1.5263;

    margin-bottom: 11px;
    padding-top: 11px;
}

.single-post.style03
{
    padding-top: 40px;
}

.single-post h1
{
    font-size: 44px;
    line-height: 1.5227;

    margin-bottom: 30px;
}

.single-post h2
{
    line-height: 1.2647;

    margin-bottom: 27px;
}

.single-post h3
{
    margin-bottom: 7px;
}

.single-post p
{
    margin-bottom: 28px;
}

img.aligncenter
{
    margin-bottom: 28px;
}

/* ----------------------------
sub-menu styles
---------------------------- */

.sub-menu
{
    background: #effaf6;
}

.sub-menu ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.sub-menu li
{
    padding: 0 91px 0 0;
}

.sub-menu li.active a
{
    color: #5bcca2;
    border-color: #5bcca2;
}

.sub-menu a
{
    display: block;

    padding: 17px 0;

    text-decoration: none;

    color: #acb2b0;
    border-bottom: 2px solid #effaf6;
}

.sub-menu a:hover,
.sub-menu a:focus
{
    color: #5bcca2;
    border-color: #5bcca2;
}

/* ----------------------------
blog  styles
---------------------------- */

.blog-section
{
    overflow: hidden;

    padding: 74px 0 40px;

    background: #fafafa;
}

.blog-section .main-title
{
    margin-bottom: 8px;
}

.blog-section h2
{
    font-size: 44px;
    line-height: 1.25;

    margin-bottom: 14px;
}

.blog-section .block
{
    font-size: 16px;
    line-height: 1.375;

    width: 100%;
    margin-bottom: 55px;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
}

.blog-section .img-hold
{
    position: relative;

    overflow: hidden;

    height: 0;
    padding-top: 61.30%;

    border-radius: 5px 5px 0 0;
    background-position: 50% 50%;
    background-size: cover;
}

.blog-section .img-hold .article-logo
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
}

.blog-section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.blog-section .flex:before,
.blog-section .flex:after
{
    display: none;
}

.blog-section .flex .post
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-section h3
{
    font-size: 20px;
    line-height: 1.15;

    margin-bottom: 28px;
}

.blog-section h3 a
{
    text-decoration: none;

    color: #484848;
}

.blog-section h3 a:hover,
.blog-section h3 a:focus
{
    color: #5bcca2;
}

.blog-section .description
{
    padding: 30px;
}

.blog-section .text-hold
{
    overflow: hidden;

    min-height: 203px;
    margin-bottom: 5px;
}

.blog-section .text-hold p
{
    overflow: hidden;

    max-height: 88px;
}

.blog-section .text-hold p.is-truncated
{
    max-height: none;
}

.blog-section .more
{
    display: inline-block;

    padding-bottom: 2px;

    vertical-align: top;
    text-decoration: none;

    color: #5bcca2;
    border-bottom: 2px solid #5bcca2;
}

.blog-section .more:hover,
.blog-section .more:focus
{
    color: #484848;
    border-color: #484848;
}

.blog-section .post-wrap
{
    position: relative;

    overflow: hidden;

    -webkit-transition: height .7s linear;
            transition: height .7s linear;
}

.blog-section .post-wrap.loaded-posts .btn-hold
{
    visibility: hidden;

    opacity: 0;
}

.blog-section .post-wrap .btn-hold
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 15px 0 71px;

    text-align: center;
}

.blog-section .post-wrap .btn-hold:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 180px;

    content: '';

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
}

.blog-section .load-more
{
    font-size: 20px;

    position: relative;
    z-index: 2;

    min-width: 240px;
    max-width: 300px;
    padding: 16px 17px 18px;

    vertical-align: top;
}

.blog-section .load-more .fa
{
    font-size: 22px;

    margin-left: 32px;
}

.blog-section.popular-post
{
    padding-top: 41px;
    padding-bottom: 24px;
}

.blog-section.popular-post h2
{
    font-size: 24px;

    margin-bottom: 30px;

    text-align: center;
    text-transform: uppercase;

    color: #8f8f8f;
}

.blog-section .more-post
{
    text-align: center;
}

.blog-section .btn-more-post
{
    font-size: 20px;

    position: relative;
    z-index: 2;

    min-width: 240px;
    max-width: 300px;
    padding: 16px 17px 18px;

    vertical-align: top;
}

.blog-section .btn-more-post .fa
{
    font-size: 22px;

    margin-left: 35px;
}

.blog-section .post-wrap
{
    height: auto !important;
}

/* ----------------------------
guides  styles
---------------------------- */

.guides-section
{
    overflow: hidden;

    padding: 74px 0 0;

    background: #fafafa;
}

.guides-section .main-title
{
    margin-bottom: 8px;
}

.guides-section h2
{
    font-size: 44px;
    line-height: 1.25;

    margin-bottom: 14px;
}

.guides-section .card
{
    line-height: 1.375;

    margin: 0 5px 55px 0;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
}

.guides-section .img-hold
{
    position: relative;

    overflow: hidden;

    padding: 20px 0 45px;

    border-radius: 5px 5px 0 0;
    background: #5bcca1;
}

.guides-section .img-hold .img
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 328px;
    margin-bottom: 23px;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.guides-section .img-hold .img-caption
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.125;

    display: block;

    max-width: 330px;
    margin: 0 auto;
    padding: 0 15px;

    text-align: center;

    color: #fff;
}

.guides-section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guides-section .flex:before,
.guides-section .flex:after
{
    display: none;
}

.guides-section .flex .post
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.guides-section h3
{
    font-size: 20px;
    line-height: 1.15;

    margin-bottom: 28px;
}

.guides-section h3 a
{
    text-decoration: none;

    color: #484848;
}

.guides-section h3 a:hover,
.guides-section h3 a:focus
{
    color: #5bcca2;
}

.guides-section .description
{
    padding: 40px 30px 31px;
}

.guides-section .text-hold
{
    overflow: hidden;

    min-height: 203px;
    margin-bottom: 5px;
}

.guides-section .more
{
    display: inline-block;

    padding-bottom: 2px;

    vertical-align: top;
    text-decoration: none;

    color: #5bcca2;
    border-bottom: 2px solid #5bcca2;
}

.guides-section .more:hover,
.guides-section .more:focus
{
    color: #484848;
    border-color: #484848;
}

.guides-section .post-wrap
{
    position: relative;

    overflow: hidden;

    -webkit-transition: height .7s linear;
            transition: height .7s linear;
}

.guides-section .post-wrap.loaded-posts .btn-hold
{
    visibility: hidden;

    opacity: 0;
}

.guides-section .post-wrap .btn-hold
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 15px 0 71px;

    text-align: center;
}

.guides-section .post-wrap .btn-hold:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 180px;

    content: '';

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
}

.guides-section .load-more
{
    font-size: 20px;

    position: relative;
    z-index: 2;

    min-width: 240px;
    max-width: 300px;
    padding: 16px 17px 18px;

    vertical-align: top;
}

.guides-section .load-more .fa
{
    font-size: 22px;

    margin-left: 32px;
}

.guides-section.popular-post
{
    padding-top: 81px;
    padding-bottom: 24px;
}

.guides-section.popular-post h2
{
    font-size: 24px;

    margin-bottom: 30px;

    text-align: center;
    text-transform: uppercase;

    color: #8f8f8f;
}

.guides-section .more-post
{
    text-align: center;
}

.guides-section .btn-more-post
{
    font-size: 20px;

    position: relative;
    z-index: 2;

    min-width: 240px;
    max-width: 300px;
    padding: 16px 17px 18px;

    vertical-align: top;
}

.guides-section .btn-more-post .fa
{
    font-size: 22px;

    margin-left: 35px;
}

.guides-section .btn-hold
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 15px 0 71px;

    text-align: center;
}

.guides-section .btn-hold:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 180px;

    content: '';

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 10%, #fff 100%);
}

/* ----------------------------
step-block  styles
---------------------------- */

.subscribe-block
{
    padding: 84px 0 75px;

    color: #fff;
    background: #5bcca2;
}

.subscribe-block.in-viewport .animated
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.subscribe-block .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscribe-block .flex:before,
.subscribe-block .flex:after
{
    display: none;
}

.subscribe-block h2
{
    font-size: 44px;
    font-weight: 500;
    line-height: 1;

    margin-bottom: 23px;
}

.subscribe-block .img-hold
{
    float: left;

    margin-left: 12px;
}

/* ----------------------------
subscribe-form styles
---------------------------- */

.subscribe-form
{
    text-align: left;
}

.subscribe-form h2
{
    font-size: 44px;
    line-height: 1;

    margin: 0 0 23px;
}

.subscribe-form .submitted-message p
{
    text-align: left;
}

.subscribe-form .hs-form-field
{
    margin-bottom: 32px !important;
}

.subscribe-form .hs-form-field label
{
    font-size: 12px !important;

    margin: 0 19px !important;

    text-transform: capitalize;

    color: #fff;
}

.subscribe-form .hs-form-field.hs_newsletter_subscription
{
    margin-bottom: 18px !important;
}

.subscribe-form .hs-form-radio
{
    margin-bottom: 8px;
}

.subscribe-form .hs_newsletter_subscription > label
{
    font-size: 44px !important;
    line-height: 1 !important;

    display: none;

    margin: 0 0 23px !important;
}

.subscribe-form .hs_newsletter_subscription .hs-error-msgs label
{
    font-size: 12px !important;
}

.subscribe-form .inputs-list
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;
}

.subscribe-form .inputs-list .hs-form-radio-display
{
    font-size: 16px !important;

    position: relative;

    margin: 0 !important;
    padding: 9px 0 9px 48px;

    cursor: pointer;
    text-transform: capitalize;

    color: #fff;
}

.subscribe-form .inputs-list .hs-form-radio-display .hs-input
{
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

.subscribe-form .inputs-list .jcf-radio
{
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 0;

    width: 20px;
    height: 20px;

    cursor: pointer;

    border: none;
    border: 2px solid #fff !important;
    border-radius: 4px;
    background: none !important;
    background-size: cover;
}

.subscribe-form .inputs-list .jcf-radio.jcf-checked
{
    background: #fff !important;
}

.subscribe-form .inputs-list .jcf-radio span
{
    top: 2px;
    right: 5px;
    bottom: 5px;
    left: 0;

    width: 16px;
    height: 13px;

    background: url(https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/images/check-green.png);
    background-size: cover;
}

.subscribe-form .inputs-list.invalid .jcf-radio
{
    border: 2px solid #f00 !important;
}

.subscribe-form .hs-error-msgs
{
    margin-top: 5px !important;
}

.subscribe-form .hs-error-msgs label
{
    font-size: 12px !important;
}

.subscribe-form .hs-input
{
    max-width: 330px !important;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: none;
}

.subscribe-form .hs-input:focus
{
    border: 1px solid #fff !important;
}

.subscribe-form .actions
{
    padding: 0 15px !important;

    text-align: left;
}

.subscribe-form .hs-button
{
    font-size: 16px;
    font-weight: 400 !important;

    margin-right: 21px;
    padding: 13px 28px !important;

    color: #5bcca1;
    outline: none;
    background: #fff !important;
}

.subscribe-form .hs-button:hover,
.subscribe-form .hs-button:focus
{
    background: #f6f4f4 !important;
}

.subscribe-form .hs-error-msgs label
{
    margin-left: 0 !important;
}

.subscribe-form .hs_error_rollup
{
    text-align: left;
}

.subscribe-form .hs_error_rollup label
{
    padding: 0 0 30px;

    text-align: center;

    color: #fff;
}

/* ---------------------------------
pagination styles
-----------------------------------*/

.pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination a
{
    font-size: 20px;
    font-weight: 500;

    overflow: hidden;

    text-decoration: none;

    color: #484848;
}

.pagination a:hover,
.pagination a:focus
{
    color: #5bcca2;
}

.pagination li
{
    min-width: 60px;
    padding: 10px 15px;
}

.pagination li:first-child,
.pagination li:last-child
{
    padding: 0;
}

.pagination li:first-child a,
.pagination li:last-child a
{
    font-size: 30px;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 56px;
    height: 56px;

    color: #5bcca2;
    border-radius: 5px;
    background: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover,
.pagination li:first-child a:focus,
.pagination li:last-child a:focus
{
    color: #fff;
    background: #5bcca1;
}

/* ----------------------------
single-blog-post styles
---------------------------- */

.single-blog-post
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 21px;
    line-height: 1.619;

    padding: 53px 0 40px;

    background: #fafafa;
}

.single-blog-post img
{
    margin: 0 15px 25px;
    padding-top: 25px;
}

.single-blog-post .full-img
{
    margin-right: 0;
    margin-left: 0;
}

.single-blog-post .full-img img
{
    margin: 0 0 15px;
}

.single-blog-post .blog-post-hold
{
    max-width: 778px;
    margin: 0 auto;
    padding: 54px 60px 37px;

    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .18);
}

.single-blog-post .blog-post-hold div
{
    margin-bottom: 15px;
    padding-top: 15px;
}

.single-blog-post .blog-post-hold .full-image
{
    margin: 0 -60px 23px;
    padding-top: 0;
}

.single-blog-post .blog-post-hold .full-image img
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-blog-post .blog-post-hold blockquote
{
    font-size: 24px;
    line-height: 1.7917;

    margin-top: 30px;
    margin-bottom: 15px;
    padding: 14px 16px;

    color: rgba(72, 72, 72, .8);
}

.single-blog-post .blog-post-hold blockquote p
{
    margin: 0;
}

.single-blog-post .blog-post-hold .footnotes
{
    font-size: 14px;

    margin-left: 0;
    padding-top: 32px;
    padding-left: 15px;
}

.single-blog-post .blog-post-hold .meta
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;

    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 26px;

    border-bottom: 1px solid #e9e9e9;
}

.single-blog-post .blog-post-hold .post-details
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-blog-post .blog-post-hold .posted-by
{
    font-size: 16px;

    padding-right: 15px;
}

.single-blog-post .blog-post-hold .posted-by a
{
    text-decoration: none;
    text-transform: capitalize;

    color: #484848;
}

.single-blog-post .blog-post-hold .posted-by a:hover,
.single-blog-post .blog-post-hold .posted-by a:focus
{
    text-decoration: underline;
}

.single-blog-post .blog-post-hold h1
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 44px;
    line-height: 1.5227;

    margin-bottom: 34px;
}

.single-blog-post .blog-post-hold h2
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.2647;

    margin-bottom: 10px;
    padding-top: 45px;
}

.single-blog-post .blog-post-hold h3
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;

    margin-bottom: 10px;
    padding-top: 20px;
}

.single-blog-post .blog-post-hold h3 + *
{
    padding-top: 0 !important;
}

.single-blog-post .blog-post-hold p
{
    margin-bottom: 15px;
    padding-top: 15px;
}

.single-blog-post .blog-post-hold p a
{
    text-decoration: none;

    color: #484848;
    border-bottom: 1px solid #484848;
}

.single-blog-post .blog-post-hold p sup.note
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.single-blog-post .blog-post-hold p sup.note a
{
    color: #5bcca2;
}

.single-blog-post .blog-post-hold .aligncenter
{
    margin-bottom: 0;
    padding-top: 0;

    text-align: center;
}

.single-blog-post .blog-post-hold .disc
{
    font-size: 21px;
    line-height: 1.619;
}

.single-blog-post .blog-post-hold ol
{
    font-size: 21px;

    overflow: visible;

    margin-bottom: 15px;
    margin-left: 40px;
    padding: 15px 0 0;
}

.single-blog-post .blog-post-hold ol ol
{
    font-size: 21px;

    margin-left: 20px;
}

.single-blog-post .blog-post-hold ol li
{
    line-height: 1.619;

    position: relative;

    overflow: visible;

    margin-bottom: 10px;
    padding-left: 0;

    list-style-type: decimal;
}

.single-blog-post .blog-post-hold ol li:before
{
    display: none;
}

.single-blog-post .blog-post-hold .table-contents
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;

    margin-bottom: 25px;
    padding-top: 0;
}

.single-blog-post .blog-post-hold .table-contents .title
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    display: block;

    margin-bottom: 10px;
    padding: 29px 0 4px;

    text-transform: uppercase;

    border-bottom: 2px solid #484848;
}

.single-blog-post .blog-post-hold .table-contents ol
{
    font-size: 18px;
    line-height: 1.5263;

    overflow: hidden;

    height: 1%;
    margin: 0 0 11px;
    padding: 15px 0 0;

    counter-reset: item;
}

.single-blog-post .blog-post-hold .table-contents ol li
{
    margin: 0;
}

.single-blog-post .blog-post-hold .table-contents ol ol
{
    font-size: 18px;
    line-height: 1.5263;

    margin-bottom: 0;
    padding: 0 0 0 0 !important;
}

.single-blog-post .blog-post-hold .table-contents ol ol li
{
    position: relative;

    margin: 0;
    padding-left: 18px;
}

.single-blog-post .blog-post-hold .table-contents ol ol li:before
{
    min-width: 33px;
}

.single-blog-post .blog-post-hold .table-contents ol strong
{
    font-weight: 500;
}

.single-blog-post .blog-post-hold .table-contents ol li
{
    line-height: 1.8889;

    position: relative;

    padding-left: 17px;
}

.single-blog-post .blog-post-hold .table-contents ol li:before
{
    display: inline-block;

    min-width: 17px;
    margin-left: -17px;

    content: counters(item, '.') '.';
    counter-increment: item;
    vertical-align: top;

    color: #5bcca2;
}

.single-blog-post .blog-post-hold .alert
{
    font-size: 21px;
}

.single-blog-post .blog-post-hold .btn-hold
{
    margin: 0;
    padding-top: 17px;

    text-align: center;
}

.single-blog-post .blog-post-hold .btn
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;

    padding: 16px 31px;
}

.single-blog-post .blog-post-hold .btn .fa
{
    font-size: 18px;

    margin-left: 47px;
}

.single-blog-post .blog-post-hold .comment-plugins
{
    margin: 0 -34px;
    padding-top: 62px;
}

.single-blog-post .blog-post-hold .comment-plugins img
{
    margin: 0;
    padding: 0;
}

.disc
{
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    padding-top: 15px;
    padding-left: 20px;

    list-style: none;
}

.disc li
{
    position: relative;

    margin-bottom: 10px;
    padding-left: 31px;
}

.disc li:before
{
    position: absolute;
    top: 11px;
    left: 0;

    width: 9px;
    height: 9px;

    content: '';

    border-radius: 50%;
    background: #484848;
}

/* ----------------------------
alert styles
---------------------------- */

.alert-hold
{
    margin-bottom: 15px;
    padding-top: 15px;
}

.alert
{
    line-height: 1.8095;

    margin: 0 !important;
    padding: 12px 14px !important;

    border-left: 5px solid #cbcbcb;
    background: #ccc;
}

.alert.alert-success
{
    border-color: #5bcca1;
    background: #def5eb;
}

.alert.alert-warning
{
    border-color: #ffba4a;
    background: #fff1dc;
}

.alert.alert-danger
{
    border-color: #ff8777;
    background: #ffe7e5;
}

.alert p
{
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.sticky-wrap-social-fixed
{
    position: absolute;
    z-index: 992;
}

.sticky-wrap-social-fixed.fixed-position
{
    position: fixed;
}

.sticky-wrap-social-fixed .social-fixed
{
    position: static;
}

/* ----------------------------
social-network styles
---------------------------- */

.social-fixed
{
    position: absolute;

    -webkit-transition: -webkit-transform .3s;
            transition:         transform .3s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.social-fixed.box-anim
{
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
}

.social-network
{
    display: inline-block;

    margin: 0;
    padding: 0;
    padding: 0 0 30px 70px;

    list-style: none;

    vertical-align: top;
}

.social-network.horizontal
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px;
    padding: 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.social-network.horizontal li
{
    margin: 0 10px 10px 0;
}

.social-network li
{
    overflow: hidden;

    margin-bottom: 10px;

    border-radius: 3px;
}

.social-network span
{
    font-size: 20px;
    line-height: 1;

    display: block;
}

.social-network .count
{
    font: 700 11px/1 'latoregular';
    font-style: normal;

    display: block;

    padding-top: 2px;
}

.social-network .icon-slack
{
    font-size: 25px;
}

.social-network a
{
    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .3s linear;
            transition: all .3s linear;
    text-decoration: none;

    color: #fff;
    background: #d8dbdf;
}

.social-network a strong
{
    font-size: 18px;

    position: absolute;
    bottom: 50%;
    left: 50%;

    -webkit-transition: all .3s linear;
            transition: all .3s linear;
    -webkit-transform: translate(-50%, -200%);
        -ms-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
}

.social-network a .wrap
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transition: all .3s linear;
            transition: all .3s linear;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}

.social-network a:hover,
.social-network a:focus
{
    background: #3b5998;
}

.social-network a:hover strong,
.social-network a:focus strong
{
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.social-network a:hover .wrap,
.social-network a:focus .wrap
{
    top: 200%;
}

.social-network a.twitter:hover,
.social-network a.twitter:focus
{
    background: #1da1f2;
}

.social-network a.linkedin:hover,
.social-network a.linkedin:focus
{
    background: #0077b5;
}

.social-network a.slack:hover,
.social-network a.slack:focus
{
    background: #de215b;
}

.social-network a.email:hover,
.social-network a.email:focus
{
    background: #5bcca2;
}

.return
{
    font-size: 10px;
    font-weight: 400;
    line-height: 1;

    display: inline-block;

    margin: 0 0 2px 1px;
    padding: 0 3px 3px;

    vertical-align: middle;
    text-decoration: none;

    color: #5bcca1;
    border-bottom: 1px solid #5bcca1;
}

.return:hover,
.return:focus
{
    text-decoration: none;

    color: #484848;
    border-color: #484848;
}

sup.note
{
    font-family: 'circularstd', 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;

    top: -1em;
    left: -.3em;
}

sup.note a
{
    font-size: 16px;

    margin: 0;
    padding: 0;

    color: #5bcca2;
    border: none;
}

sup.note a:hover,
sup.note a:focus
{
    color: #484848;
}

.footnotes
{
    font-size: 14px;

    overflow: visible;

    margin: 45px 0;
    padding-top: 32px;
    padding-left: 15px;

    color: #484848;
    border-top: 1px solid #dadada;
}

.footnotes li
{
    overflow: visible;

    margin-bottom: 10px;
    padding-left: 0;

    list-style-type: decimal;
}

.footnotes li:before
{
    display: none;
}

.publisher-anchor-color a
{
    color: #2a2e2e !important;
}

select
{
    display: none;
}

.inputs-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.hs-form-booleancheckbox label
{
    font-size: 14px !important;

    position: relative;

    display: inline-block;

    margin: 0 !important;
    padding: 5px 0 5px 31px !important;

    cursor: pointer;
    vertical-align: top;
    text-transform: none !important;

    color: #484848 !important;
}

.hs-form-booleancheckbox a
{
    margin: 0 5px;

    text-decoration: underline;

    color: #484848 !important;
}

.hs-form-booleancheckbox a:hover
{
    text-decoration: none;
}

.subscribe-form .hs-form-booleancheckbox label
{
    font-size: 16px !important;

    margin: 0 !important;
    padding: 5px 0 5px 34px !important;

    text-transform: none;

    color: #fff !important;
}

.subscribe-form .hs-form-booleancheckbox a
{
    color: #fff !important;
}

.subscribe-form .jcf-checkbox
{
    border: 2px solid #fff;
}

.subscribe-form .jcf-checkbox span
{
    background: url(https://cdn2.hubspot.net/hubfs/3884696/Landingpage_Files/images/check-green.png) no-repeat;
    background-size: cover;
}

.subscribe-form .jcf-checkbox.jcf-checked
{
    background: #fff;
}

.subscribe-form .jcf-checkbox.jcf-focus
{
    border-color: #fff !important;
}

.modal .hs-form-booleancheckbox label
{
    padding: 9px 0 5px 31px !important;
}

/* ----------------------------
case-study-page styles
---------------------------- */

.case-study-page
{
    background: #fff;
}

.case-study-page #header .logo-w
{
    display: block !important;
}

.case-study-page #header .logo-t
{
    display: none !important;
}

.case-study-page #header .logo-white
{
    display: block !important;
}

.case-study-page #header .logo-transparent
{
    display: none !important;
}

.case-study-page.nav-active #header .logo-white,
.case-study-page.nav-active #header .logo-w
{
    display: none !important;
}

.case-study-page.nav-active #header .logo-transparent,
.case-study-page.nav-active #header .logo-t
{
    display: block !important;
}

.case-study-page.no-banner #header .logo-w,
.case-study-page.no-banner #header .logo-white
{
    display: none !important;
}

.case-study-page.no-banner #header .logo-t,
.case-study-page.no-banner #header .logo-transparent
{
    display: block !important;
}

.case-study-page.no-banner .case-studies-article
{
    padding-top: 180px;
}

/* ----------------------------
case-studies-article styles
---------------------------- */

.case-studies-article
{
    font-size: 19px;
    line-height: 1.5263;

    margin-bottom: 22px;
    padding-top: 72px;
}

.case-studies-article h1
{
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2647;

    margin-bottom: 27px;
}

.case-studies-article h2
{
    font-weight: 700;
    line-height: 1.2647;

    margin-bottom: 27px;
}

.case-studies-article h3
{
    font-weight: 700;
    line-height: 1.2647;

    margin-bottom: 8px;
}

.case-studies-article p
{
    margin-bottom: 1.4737em;
}

.clients-testimonial
{
    position: relative;
    z-index: 1;

    margin: 52px 0 34px;
    padding: 24px 0;

    text-align: center;

    background: #fafafa;
}

.clients-testimonial:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -9999px;

    width: 999999px;

    content: '';

    background: #fafafa;
}

.clients-testimonial blockquote
{
    font-size: 34px;
    line-height: 1.5294;

    border: none;
}

.clients-testimonial .footer
{
    font-size: 19px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 30px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clients-testimonial .footer:before
{
    display: none;
}

.clients-testimonial .footer > *:first-child
{
    padding: 0;

    text-align: center;
}

.clients-testimonial .img-hold
{
    overflow: hidden;

    width: 179px;
    max-width: 179px;
    height: 179px;

    border-radius: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 179px;
        flex: 0 0 179px;
}

.clients-testimonial .author-description
{
    font-style: normal;

    padding: 9px 0 0 42px;

    text-align: left;
}

.clients-testimonial .author-description span
{
    display: block;

    margin-bottom: 20px;
}

.clients-testimonial .author-description span:last-child
{
    margin-bottom: 0;
}

.two-cols
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 77px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.two-cols .description
{
    padding-right: 50px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.two-cols .card-block
{
    max-width: 40.8163%;
    padding: 38px 54px 8px;

    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.8163%;
        flex: 0 0 40.8163%;
}

.two-cols .card-block strong
{
    font-size: 24px;
    font-weight: 500;

    display: block;

    margin-bottom: 21px;

    text-transform: capitalize;
}

.two-cols .logo
{
    margin-bottom: 48px;
}

.numbers
{
    font-size: 14px;
    line-height: 1.5;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 29px;

    text-align: center;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.numbers .count
{
    font-size: 50px;
    font-weight: 400;
    line-height: 1;

    display: block;

    margin-bottom: 1px;

    color: #000;
}

.numbers .col
{
    padding: 0 5px 30px;
}

.numbers span
{
    display: block;

    max-width: 200px;
    margin: 0 auto;
}

/* ----------------------------
intro-block styles
---------------------------- */

.intro-block
{
    font-size: 19px;
    line-height: 1.3684;

    padding: 53px 0 22px;

    background: #fff;
}

.intro-block h2
{
    font-size: 44px;

    margin-bottom: 38px;
}

.intro-block p
{
    margin-bottom: 1.4737em;
}

/* ----------------------------
top-three-block styles
---------------------------- */

.top-three-block.style01
{
    padding-top: 54px;

    background: #fafafa;
}

.top-three-block.style01 .h2
{
    font-size: 34px;

    margin-bottom: 51px;
}

/* ----------------------------
features-section styles
---------------------------- */

.features-section.style04
{
    padding-bottom: 85px;

    background: #fafafa;
}

.features-section.style04:before
{
    display: none;
}

/* ----------------------------
positions styles
---------------------------- */

.positions
{
    font-size: 19px;

    padding: 66px 0 122px;

    background: #fff;
}

.positions h2
{
    font-size: 44px;

    margin-bottom: 40px;
}

.positions h3
{
    font-size: 19px;

    margin-bottom: 7px;
    padding-top: 14px;

    text-transform: capitalize;
}

.positions .position-link
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.positions .position-link li
{
    margin-bottom: 5px;
}

.positions .position-link a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #2f80ed;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.positions .position-link a:hover
{
    text-decoration: none;

    color: #5bcca5;
}

.positions .position-link a .position-title
{
    padding-right: 15px;

    text-transform: capitalize;
}

@media screen and (min-width: 768px)
{
    .drop-menu
    {
        position: static;
        top: 100%;
        left: 50%;

        display: inline-block;
        visibility: hidden;

        max-width: 450px;
        padding-top: 12px;

        -webkit-transition: visibility .15s, opacity .3s ease, -webkit-transform .25s;
                transition: visibility .15s, opacity .3s ease, transform .25s;
        -webkit-transform: translate(0, 22px);
            -ms-transform: translate(0, 22px);
                transform: translate(0, 22px);
        text-align: left;
        vertical-align: top;

        opacity: 0;
    }

    #navigation > li.hover .drop-menu
    {
        visibility: visible;

        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);

        opacity: 1;
    }

    #navigation > li.drop-menu--style01 .drop-menu li .icon
    {
        margin-right: 22px;
    }

    body.style01 .login-link a,
    body.no-banner .login-link a
    {
        color: #484848;
    }

    body.style01 .login-link a:hover,
    body.no-banner .login-link a:hover,
    body.style01 .login-link a:focus,
    body.no-banner .login-link a:focus
    {
        color: #484848;
    }

    .header-fixed .login-link a
    {
        color: #484848 !important;
    }

    .login-link a
    {
        color: #484848;
    }
}

@media screen and (min-width: 992px)
{
    .login-link a:hover,
    .login-link a:focus
    {
        color: #484848;
    }
}

@media screen and (min-width: 1400px)
{
    .banner.style04
    {
        padding-bottom: 46px;
    }

    .banner.style04 h1
    {
        font-size: 45px;
        line-height: 1.2667;
    }

    .banner.style05
    {
        padding-bottom: 46px;
    }
}

@media screen and (min-width: 1441px)
{
    .banner.style02
    {
        background-size: 50% auto;
    }
}

@media screen and (max-width: 1399px)
{
    body
    {
        font-size: 15px;
    }

    .social-networks li
    {
        font-size: 18px;

        padding-right: 20px;
    }

    h2
    {
        font-size: 30px;
    }

    h3
    {
        font-size: 21px;
    }

    .btn-lg
    {
        font-size: 18px;

        padding: 24px 25px;
    }

    .btn-lg .fa
    {
        margin-left: 50px;
    }

    .btn-lg.btn-white
    {
        font-size: 18px;

        padding: 22px 25px;
    }

    .banner.style03 h1
    {
        font-size: 38px;
    }

    .banner.style03 .img-hold
    {
        float: none;

        text-align: center;
    }

    .banner.style03 .description
    {
        padding: 0;
    }

    .banner.style04 .title
    {
        font-size: 14px;
    }

    .banner h1
    {
        font-size: 38px;

        margin-bottom: 22px;
    }

    .banner .title
    {
        font-size: 14px;

        margin-bottom: 24px;
        padding-left: 48px;
    }

    .banner .title span
    {
        width: 40px;
        height: 40px;
    }

    .quote-form
    {
        padding-top: 35px;
    }

    .quote-form h2
    {
        margin-bottom: 30px;
    }

    .quote-form .hbspt-form .hs-button
    {
        margin-top: -50px;
    }

    .quote-form .btn
    {
        margin-top: -50px;
    }

    .modal-logo
    {
        max-width: 185px;
    }

    .modal-form-hold .icon
    {
        width: 40px;
        height: 40px;
    }

    #header .container
    {
        max-width: 1150px;
    }

    #navigation
    {
        padding-right: 20px;
    }

    #navigation > li
    {
        margin-left: 20px;
    }

    .buttons li
    {
        padding-right: 30px;
    }

    .buttons .btn-default
    {
        padding-right: 28px;
        padding-left: 28px;
    }

    #footer .container
    {
        max-width: 1150px;
    }

    #footer .title
    {
        font-size: 13px;
    }

    #footer .connect
    {
        max-width: 45%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    }

    #footer .nav-hold
    {
        max-width: 45%;
        padding-right: 10px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    }

    #footer .nav-hold.style01
    {
        padding-left: 0;
    }

    .footer-nav
    {
        font-size: 16px;
    }

    .copyright
    {
        width: 30%;
        padding-right: 0;
    }

    .footer-t #nav_menu-2
    {
        width: 29.8%;
    }

    .footer-t #nav_menu-3
    {
        width: 26.39%;
    }

    .footer-t #nav_menu-4
    {
        width: 27.8%;
    }

    .footer-t #text-2
    {
        width: 16.01%;
    }

    .language-filter
    {
        width: 20%;
    }

    .bottom-nav
    {
        width: 50%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .bottom-nav li
    {
        padding-right: 14px;
        padding-left: 14px;
    }

    .content-hold .header-section
    {
        max-height: 560px;
    }

    .heading h1
    {
        font-size: 55px;

        margin-bottom: 15px;
    }

    .engagement,
    .experience
    {
        padding-bottom: 65px;
    }

    .engagement.style01 .tab-nav button .icon,
    .experience.style01 .tab-nav button .icon
    {
        left: 21px;

        width: 40px;
    }

    .engagement .title,
    .experience .title
    {
        font-size: 14px;

        margin-bottom: 20px;
        padding-left: 48px;
    }

    .engagement .title span,
    .experience .title span
    {
        width: 40px;
        height: 40px;
    }

    .engagement .tab-nav-hold,
    .experience .tab-nav-hold
    {
        padding-right: 0;
    }

    .engagement .tab-nav-hold h2,
    .experience .tab-nav-hold h2
    {
        font-size: 29px;
        line-height: 1;

        margin-bottom: 15px;
    }

    .engagement .tab-nav,
    .experience .tab-nav
    {
        margin-bottom: 10px;
    }

    .engagement .tab-nav button,
    .experience .tab-nav button
    {
        padding: 15px 15px 15px 80px;
    }

    .engagement .tab-nav button .icon,
    .experience .tab-nav button .icon
    {
        left: 21px;

        width: 40px;
    }

    .engagement .tab-nav li,
    .experience .tab-nav li
    {
        font-size: 15px;
        line-height: 1.3;
    }

    .engagement .tab-nav img,
    .experience .tab-nav img
    {
        width: 100%;
    }

    .engagement .slider-hold,
    .experience .slider-hold
    {
        height: 400px;
    }

    .engagement.experience.style01 .tab-nav button .icon,
    .experience.experience.style01 .tab-nav button .icon
    {
        left: 21px;

        width: 40px;
    }

    .engagement.experience .title,
    .experience.experience .title
    {
        margin-bottom: 20px;
        padding-left: 48px;
    }

    .engagement.experience h2,
    .experience.experience h2
    {
        margin-bottom: 15px;
    }

    .engagement.experience .tab-nav-hold,
    .experience.experience .tab-nav-hold
    {
        padding-left: 0;
    }

    .engagement.experience .tab-nav,
    .experience.experience .tab-nav
    {
        margin-right: 0;
    }

    .our-clients
    {
        padding: 76px 0 40px;
    }

    .our-clients h2
    {
        font-size: 30px;
    }

    .client-list li
    {
        padding: 0 20px 58px 0;
    }

    .product-section
    {
        padding-top: 50px;
    }

    .head h2
    {
        font-size: 35px;
    }

    .form .form-title h3
    {
        font-size: 28px;
        line-height: 41px;
    }

    .top-section.style01 .img-hold
    {
        margin: 0;
    }

    .top-section .img-hold
    {
        padding-top: 8px;
    }

    .top-section h2
    {
        font-size: 35px;

        margin-bottom: 44px;
    }

    .top-section .text-hold
    {
        padding-right: 0;
        padding-left: 0;
    }

    .employee-engagement
    {
        padding: 60px 0 30px;
    }

    .employee-engagement h2
    {
        font-size: 35px;
    }

    .employee-engagement .pillars
    {
        margin-right: 0;
    }

    .pillars
    {
        padding-left: 0;
    }

    .pillars .icon
    {
        width: 80px;
        height: 80px;
    }

    .pillars .icon img
    {
        max-width: 50%;
    }

    .our-clients.style-01
    {
        padding: 76px 0 40px;
    }

    .our-clients.style-01 h2
    {
        font-size: 35px;
    }

    .step-block h2
    {
        font-size: 35px;

        margin-bottom: 20px;
    }

    .feedback-channel
    {
        padding: 75px 0;
    }

    .feedback-channel .img-hold
    {
        height: 340px;
    }

    .feedback-channel .mobile-app .img-hold
    {
        padding-right: 0;
    }

    .feedback-channel .feedback-terminal .btn-hold
    {
        padding-left: 0;
    }

    .feedback-channel .feedback-terminal .img-hold
    {
        margin-right: 0;
    }

    .feedback-channel .feedback-terminal .card-list
    {
        float: none;
    }

    .feedback-channel .row
    {
        margin-top: 0;
    }

    .feedback-channel.style01 .mobile-app
    {
        padding-top: 82px;
    }

    .feedback-channel .btn-hold
    {
        max-width: none;
    }

    .cards li
    {
        margin-bottom: 43px;
        padding-left: 107px;
    }

    .cards .icon
    {
        width: 80px;
        height: 80px;
    }

    .cards .icon img
    {
        max-width: 60%;
    }

    .cards h3
    {
        margin-bottom: 4px;
    }

    .card-list li
    {
        font-size: 15px;
        line-height: 1.3;

        min-height: 60px;
        padding: 15px 15px 15px 80px;
    }

    .card-list .icon
    {
        width: 45px;
    }

    .graph-section h2
    {
        font-size: 35px;
    }

    .graph-section .graph-hold:before,
    .graph-section .graph-hold:after
    {
        display: none;
    }

    .graph-section .graph-hold:after
    {
        display: none;
    }

    .features-section h2
    {
        margin-bottom: 30px;
    }

    .features-section .hold
    {
        padding: 72px 35px 45px 71px;
    }

    .features-section .block
    {
        margin-bottom: 45px;
    }

    .features-section .icon
    {
        width: 80px;
        height: 80px;
    }

    .features-section .icon img
    {
        max-width: 60%;
    }

    .keys-block
    {
        padding-top: 55px;
    }

    .keys-block h2
    {
        margin-bottom: 40px;
    }

    .keys-block .tab-content
    {
        min-height: 442px;
    }

    .keys-block .tab-content:after
    {
        height: 442px;
    }

    .keys-block h3
    {
        font-size: 30px;

        margin-bottom: 15px;
    }

    .keys-block .text-hold
    {
        padding: 50px 0 10px;
    }

    .keys-block p
    {
        margin-bottom: 10px;
    }

    .keys-block .img-hold
    {
        margin: 0;
    }

    .dashboard-section
    {
        padding: 90px 0 15px;
    }

    .dashboard-section h2
    {
        font-size: 30px;

        margin-bottom: 20px;
    }

    .dashboard-section .list
    {
        padding-top: 75px;
    }

    .list p
    {
        padding: 0;
    }

    .list .icon
    {
        width: 80px;
        height: 80px;
        margin-right: 23px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    }

    .list .icon img
    {
        max-width: 60%;
    }

    .industry-section .main-title
    {
        margin-bottom: 8px;
    }

    .industry-section .hold
    {
        padding: 72px 35px 45px 71px;
    }

    .industry-list
    {
        font-size: 21px;

        padding-top: 2px;
    }

    .industry-list li
    {
        max-width: 33.33%;
        padding: 30px 10px 24px 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    }

    .industry-list li:nth-child(3n)
    {
        max-width: 30%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    }

    .industry-list .icon
    {
        width: 80px;
        height: 80px;
        margin-right: 27px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    }

    .industry-list .icon img
    {
        max-width: 60%;
    }

    .plans-section .plan-details .list li
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .plans-section .plan-details .list li:nth-child(2n)
    {
        max-width: 50%;
        padding-left: 10px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .plans-section .enterprise-features
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .plans-section .enterprise-features .total-employee
    {
        margin: 0 -15px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .faq-section h2
    {
        font-size: 35px;
    }

    .process-block h2
    {
        font-size: 35px;
    }

    .process-block .process
    {
        margin: 0;
        padding-top: 50px;
    }

    .process-block .process:before
    {
        top: 50px;

        width: 920px;
    }

    .process-block .process li:before
    {
        line-height: 65px;

        top: -40px;

        width: 80px;
        height: 80px;
    }

    .process-block .process .img-hold
    {
        height: 220px;
    }

    .process-block .process .title
    {
        padding: 0;
    }

    .custom-terminal h2
    {
        font-size: 35px;
    }

    .terminal-slider-hold
    {
        margin-right: -45px;
    }

    .terminal-slider-hold .terminal-slider:after
    {
        width: 140px;
    }

    .stories-section h1
    {
        font-size: 38px;

        margin-bottom: 22px;
    }

    .stories-section .img-hold
    {
        float: none;

        margin: 0 0 30px;
    }

    .customers-section h2
    {
        font-size: 35px;
    }

    .case-studies-section h2
    {
        font-size: 30px;
    }

    .case-studies-section .description
    {
        padding: 20px 15px 20px;
    }

    .case-studies-section .text-hold p
    {
        max-height: 83px;
    }

    .reviews-section .slick-list:before,
    .reviews-section .slick-list:after
    {
        width: 50px;
    }

    .reviews-section .slick-list:after
    {
        background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, .8) 40%, #fafafa 100%);
        background:         linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, .8) 40%, #fafafa 100%);
    }

    .reviews-section h2
    {
        font-size: 35px;
    }

    .reviews-section .testimonial
    {
        font-size: 18px;
    }

    .reviews-section .testimonial .w2
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .reviews-section .testimonial footer
    {
        margin-right: 20px;
        margin-left: 20px;
    }

    .studies-form label
    {
        margin: 0 15px 16px;
    }

    .jcf-select-studies-filter .jcf-select-opener
    {
        width: 30px;
    }

    .jcf-select-studies-filter .jcf-option
    {
        font-size: 15px;
    }

    .jcf-select-studies-filter .jcf-select-text
    {
        font-size: 15px;

        margin-right: 40px;
        margin-left: 15px;
    }

    .feedback-channel-section .img-hold
    {
        height: 350px;
    }

    .content-header .search-form
    {
        padding-left: 0;
    }

    .content-header .search-form label
    {
        margin: 0 15px 16px;
    }

    .content-header .search-form input[type='search']
    {
        padding-left: 15px;
    }

    .article-hold .w1:nth-child(even) .description
    {
        padding-left: 0;
    }

    .article-hold .description
    {
        padding-right: 0;
        padding-left: 0;
    }

    .article-hold .img-hold
    {
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .blog-section h2
    {
        font-size: 30px;
    }

    .blog-section .block
    {
        font-size: 15px;
    }

    .blog-section .description
    {
        padding: 20px 15px 20px;
    }

    .blog-section .text-hold p
    {
        max-height: 83px;
    }

    .guides-section h2
    {
        font-size: 30px;
    }

    .guides-section .card
    {
        margin-right: 0;
    }

    .guides-section .img-hold .img
    {
        height: 290px;
    }

    .guides-section .description
    {
        padding: 20px 15px 20px;
    }

    .subscribe-block h2
    {
        font-size: 35px;
        line-height: 1.14;

        margin-bottom: 20px;
    }

    .subscribe-form h2
    {
        font-size: 35px;
    }

    .subscribe-form .hs_newsletter_subscription > label
    {
        font-size: 35px !important;
    }

    .social-network
    {
        padding-left: 0;
    }

    .case-studies-article h1
    {
        font-size: 30px;
    }

    .numbers .count
    {
        font-size: 35px;
    }

    .top-three-block.style01 .h2
    {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px)
{
    .buttons li
    {
        padding-right: 15px;
    }

    .buttons .btn
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .buttons .btn-default
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    #footer .contact-no
    {
        font-size: 16px;
    }

    #footer .menu
    {
        font-size: 16px;
    }

    .footer-t #nav_menu-2
    {
        width: 25.61%;
    }

    .footer-t #nav_menu-3
    {
        width: 24.39%;
    }

    .footer-t #nav_menu-4
    {
        width: 25.65%;
    }

    .footer-t #text-2
    {
        width: 24.35%;
    }

    .case-studies-article
    {
        font-size: 15px;
    }

    .clients-testimonial blockquote
    {
        font-size: 30px;
    }

    .two-cols .description
    {
        padding-right: 30px;
    }

    .two-cols .card-block
    {
        padding: 20px 20px 10px;
    }

    .two-cols .logo
    {
        margin-bottom: 30px;
    }

    .numbers .col
    {
        padding: 0 5px 20px;
    }

    .intro-block
    {
        font-size: 15px;
    }

    .intro-block h2
    {
        font-size: 35px;

        margin-bottom: 20px;
    }

    .positions
    {
        font-size: 15px;
    }

    .positions h2
    {
        font-size: 35px;

        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px)
{
    .main-title
    {
        margin-bottom: 10px;
    }

    #main
    {
        padding-top: 87px;
    }

    h1
    {
        font-size: 40px;
    }

    h2
    {
        font-size: 25px;
    }

    h3
    {
        font-size: 20px;
    }

    .btn-lg
    {
        padding: 20px;
    }

    .btn-lg .fa
    {
        margin-left: 20px;
    }

    .btn-lg.btn-white
    {
        padding: 18px 20px;
    }

    .banner
    {
        height: 400px;

        background-position: 60% 50%;
    }

    .banner.style03
    {
        font-size: 18px;
    }

    .banner.style03 h1
    {
        font-size: 30px;

        margin-bottom: 5px;
    }

    .banner.style03 p
    {
        margin-bottom: 10px;
    }

    .banner.style05 h1
    {
        font-size: 45px;

        margin-bottom: 30px;
    }

    .banner h1
    {
        font-size: 30px;
        line-height: 1.14;

        margin-bottom: 18px;
    }

    .quote-form h2
    {
        font-size: 30px;
    }

    .modal-header
    {
        padding-right: 30px;
        padding-left: 30px;
    }

    .modal-header .close
    {
        margin: 0;
    }

    .modal-logo
    {
        max-width: 130px;
    }

    .modal-form-hold .logos li
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .modal-form .form-nav a
    {
        font-size: 16px;

        padding: 41px 5px 17px 90px;
    }

    .modal-form .form-nav span
    {
        left: 34px;
    }

    .modal-form .form-nav li:last-child span
    {
        left: 34px;
    }

    .modal-form .form-nav li:last-child a
    {
        padding-left: 90px;
    }

    #header .logo
    {
        width: 150px;
    }

    #navigation > li
    {
        font-size: 12px;

        margin-left: 15px;
    }

    .buttons .btn
    {
        font-size: 14px;

        padding: 8px 10px;

        border-radius: 3px;
    }

    .buttons .btn-default
    {
        font-size: 13px;

        padding: 8px 5px 7px;
    }

    .header-l
    {
        width: 280px;
        height: auto;
    }

    .fixed-content
    {
        top: 2px;
    }

    .fixed-content .logo-fixed
    {
        width: 26px;
    }

    .fixed-content .tel
    {
        font-size: 13px;

        padding: 0 10px;
    }

    .fixed-content .btn-success
    {
        font-size: 13px;

        padding: 7px 5px 6px;

        border-radius: 3px;
    }

    .login-link a
    {
        font-size: 12px;
    }

    #footer .connect
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    #footer .contact-no
    {
        font-size: 14px;
    }

    #footer .nav-hold
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    #footer .menu
    {
        font-size: 14px;
        line-height: 1.44;
    }

    .footer-nav
    {
        font-size: 14px;
        line-height: 1.44;
    }

    .copyright
    {
        width: auto;
        max-width: 100%;
        padding-top: 20px;

        text-align: center;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .footer-t #nav_menu-2
    {
        width: 22.8%;
    }

    .footer-t #nav_menu-3
    {
        width: 27.2%;
    }

    .footer-t #nav_menu-4
    {
        width: 22.8%;
    }

    .footer-t #text-2
    {
        width: 24.2%;
    }

    .language-filter:before
    {
        top: -3px;
    }

    .language-filter
    {
        width: auto;
        padding-top: 0;
    }

    .bottom-nav
    {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-b
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .heading h1
    {
        font-size: 40px;

        margin-bottom: 0;
    }

    .engagement.style01 .tab-nav button .icon,
    .experience.style01 .tab-nav button .icon
    {
        left: 10px;

        width: 30px;
    }

    .engagement .tab-nav-hold,
    .experience .tab-nav-hold
    {
        max-width: 33%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    }

    .engagement .tab-nav-hold h2,
    .experience .tab-nav-hold h2
    {
        font-size: 20px;
        line-height: 1.2;

        margin-bottom: 10px;
    }

    .engagement .tab-nav button,
    .experience .tab-nav button
    {
        padding: 10px 15px 10px 50px;
    }

    .engagement .tab-nav button .icon,
    .experience .tab-nav button .icon
    {
        left: 10px;

        width: 30px;
    }

    .engagement .tab-nav li,
    .experience .tab-nav li
    {
        font-size: 13px;

        margin-bottom: 5px;
    }

    .engagement .slider-hold,
    .experience .slider-hold
    {
        height: 350px;
    }

    .engagement.experience.style01 .tab-nav button .icon,
    .experience.experience.style01 .tab-nav button .icon
    {
        left: 10px;

        width: 30px;
    }

    .engagement.experience h2,
    .experience.experience h2
    {
        margin-bottom: 10px;
    }

    .engagement.experience .tab-nav a span,
    .experience.experience .tab-nav a span
    {
        left: 10px;

        width: 30px;
    }

    .our-clients
    {
        padding: 40px 0 20px;
    }

    .client-list
    {
        padding-top: 20px;
    }

    .client-list li
    {
        padding: 0 0 20px 0;
    }

    .product-section h3
    {
        line-height: 1.48;
    }

    .head
    {
        margin-bottom: 15px;
    }

    .head h2
    {
        font-size: 30px;
        line-height: 1.14;
    }

    .tabset a
    {
        padding: 25px 45px 25px 80px;
    }

    .tabset a:before
    {
        right: 16px;

        margin-top: 0;
    }

    .tabset li
    {
        font-size: 18px;
        line-height: 1.17;
    }

    .tabset span
    {
        left: 15px;
    }

    .form .tab-content .content-wrap
    {
        padding: 30px 15px;
    }

    .top-section
    {
        padding-top: 20px;
    }

    .top-section.style01 .img-hold
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .top-section .img-hold
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .top-section h2
    {
        font-size: 30px;
        line-height: 1.14;

        margin-bottom: 35px;
    }

    .employee-engagement h2
    {
        font-size: 30px;
    }

    .employee-engagement .empowerment-chart
    {
        margin: 0 0 50px;
    }

    .employee-engagement .empowerment-chart .hold
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pillars li
    {
        padding: 0 10px 45px;
    }

    .our-clients.style-01
    {
        padding: 40px 0 20px;
    }

    .our-clients.style-01 h2
    {
        font-size: 30px;
    }

    .our-clients.style-01.style-02
    {
        padding-top: 100px;
    }

    .form .form-wrap
    {
        padding: 30px 15px;
    }

    .step-block
    {
        padding: 50px 0;
    }

    .step-block.style01 .img-hold
    {
        float: none;

        margin: 0 0 30px;

        text-align: center;
    }

    .step-block.style02
    {
        padding: 45px 0;
    }

    .step-block.style02 .img-hold
    {
        margin: 0 0 20px;
    }

    .step-block .row-flex
    {
        display: block;

        text-align: center;
    }

    .step-block h2
    {
        font-size: 30px;
    }

    .step-block .img-hold
    {
        float: none;

        margin: 0 0 30px;

        text-align: center;
    }

    .step-block .img-hold01
    {
        margin: 0 0 30px;

        text-align: center;
    }

    .step-block .btn
    {
        margin-right: 10px;
    }

    .feedback-channel h2
    {
        font-size: 30px;
        line-height: 1.14;
    }

    .feedback-channel .img-hold
    {
        height: 300px;
    }

    .feedback-channel .mobile-app
    {
        padding-top: 100px;
    }

    .feedback-channel .mobile-app .title
    {
        margin: 0 0 10px;
    }

    .feedback-channel .title
    {
        margin: 0 0 10px;
    }

    .feedback-channel .feedback-terminal .title
    {
        margin: 0 0 10px;
    }

    .feedback-channel.style01 .mobile-app .title
    {
        margin: 0 0 10px;
    }

    .feedback-channel.style01 .feedback-terminal .title
    {
        margin: -36px 0 10px 0;
    }

    .feedback-channel .btn-hold .btn
    {
        font-size: 14px;

        padding: 14px 25px;
    }

    .card-list li
    {
        font-size: 13px;

        margin-bottom: 5px;
        padding: 10px 15px 10px 50px;

        border-radius: 5px;
    }

    .card-list .icon
    {
        left: 10px;

        width: 30px;
    }

    .graph-section h2
    {
        font-size: 30px;
    }

    .features-section .hold
    {
        padding: 50px 35px 35px;
    }

    .features-section .block
    {
        max-width: none;
    }

    .keys-block .keys-tab a
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .keys-block .tab-content
    {
        display: block;

        padding-top: 40px;
    }

    .keys-block .tab-content:after
    {
        display: none;
    }

    .keys-block .align-bottom
    {
        display: block;
        float: none;
    }

    .keys-block .text-hold
    {
        padding: 0 0 50px;
    }

    .dashboard-section .list
    {
        padding-top: 40px;
    }

    .list .icon
    {
        margin-right: 18px;
    }

    .industry-section .hold
    {
        padding: 50px 35px 35px;
    }

    .industry-list
    {
        font-size: 16px;
    }

    .industry-list .icon
    {
        margin-right: 18px;
    }

    .plans-section .plan
    {
        font-size: 18px;
    }

    .plans-section .plan li a
    {
        padding: 25px 40px;
    }

    .plans-section .plan-details
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .plans-section .plan-details .list .icon
    {
        margin-right: 18px;
    }

    .plans-section .enterprise-features .total-employee
    {
        font-size: 18px;
    }

    .plans-section .enterprise-features .top-block .title
    {
        font-size: 18px;
    }

    .faq-section h2
    {
        font-size: 30px;
    }

    .accordion .opener
    {
        font-size: 20px;

        padding: 20px 50px 20px 20px;
    }

    .accordion .opener:after
    {
        right: 15px;
    }

    .accordion .slide
    {
        padding: 5px 20px;
    }

    .calculate-block h2
    {
        font-size: 30px;
    }

    .process-block
    {
        padding: 50px 0;
    }

    .process-block h2
    {
        font-size: 30px;

        margin-bottom: 15px;
    }

    .process-block .process:before
    {
        width: 700px;
    }

    .process-block .process .img-hold
    {
        height: 175px;
    }

    .process-block .process .title
    {
        font-size: 16px;
    }

    .custom-terminal
    {
        padding: 50px 0;
    }

    .custom-terminal h2
    {
        font-size: 30px;

        margin-bottom: 15px;
    }

    .custom-terminal .flex
    {
        display: block;
    }

    .custom-terminal .flex .add
    {
        float: none;
    }

    .terminal-slider-hold
    {
        margin: 0;
    }

    .terminal-slider-hold .arrow-hold
    {
        padding-left: 0;
    }

    .terminal-slider-hold .terminal-slider:after
    {
        width: 130px;

        background: -webkit-linear-gradient(right, #ebf3f5 0%, rgba(235, 243, 245, 0) 100%);
        background:         linear-gradient(to left, #ebf3f5 0%, rgba(235, 243, 245, 0) 100%);
    }

    .stories-section
    {
        padding: 0 0 30px;
    }

    .stories-section .flex
    {
        display: block;
    }

    .stories-section .text-hold
    {
        font-size: 18px;
    }

    .stories-section .main-title
    {
        margin-bottom: 15px;
    }

    .stories-section h1
    {
        font-size: 30px;

        margin-bottom: 15px;
    }

    .stories-section .img-hold
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .customers-section
    {
        margin-bottom: 0;
        padding: 30px 0;
    }

    .customers-section .flex
    {
        display: block;
    }

    .customers-section h2
    {
        font-size: 30px;
    }

    .customers-section .logo-slider img
    {
        width: 100%;
    }

    .reviews-section .text-hold
    {
        padding: 20px 0;
    }

    .reviews-section .img-hold
    {
        right: 0;

        margin-right: -25px;
    }

    .reviews-section h2
    {
        font-size: 30px;

        margin-bottom: 15px;
    }

    .studies-form
    {
        padding-top: 15px;
    }

    .jcf-select-studies-filter .jcf-option
    {
        font-size: 14px;
    }

    .jcf-select-studies-filter .jcf-select-text
    {
        font-size: 14px;
    }

    .feedback-channel-section
    {
        margin-bottom: 0;
    }

    .feedback-channel-section .title
    {
        font-size: 18px;
    }

    .content-header
    {
        display: block;
    }

    .content-header:before,
    .content-header:after
    {
        display: table;

        content: ' ';
    }

    .content-header:after
    {
        clear: both;
    }

    .content-header:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .content-header .search-form button
    {
        right: 2px;
    }

    .top-three-block h2
    {
        font-size: 20px;

        margin-bottom: 6px;
    }

    .article-hold
    {
        font-size: 15px;
    }

    .article-hold h2
    {
        margin-bottom: 11px;
    }

    .article-hold p
    {
        margin-bottom: 11px;
    }

    .article-hold .w1
    {
        padding: 35px 0;
    }
  
    .article-hold .w1:nth-child(even)
    {
        padding: 35px 0;
    }

    .single-post
    {
        font-size: 15px;
    }

    .single-post h1
    {
        font-size: 35px;

        margin-bottom: 7px;
    }

    .single-post h2
    {
        margin-bottom: 7px;
    }

    .single-post p
    {
        margin-bottom: 15px;
    }

    img.aligncenter
    {
        margin-bottom: 15px;
    }

    .blog-section h3
    {
        margin-bottom: 13px;
    }

    .guides-section .img-hold .img
    {
        max-width: 170px;
        height: 190px;
        margin: 0 auto;
    }

    .guides-section .img-hold .img-caption
    {
        font-size: 18px;
    }

    .guides-section h3
    {
        font-size: 18px;

        margin-bottom: 13px;
    }

    .subscribe-block
    {
        padding: 50px 0;
    }

    .subscribe-block .flex
    {
        display: block;

        text-align: center;
    }

    .subscribe-block h2
    {
        font-size: 30px;
    }

    .subscribe-block .img-hold
    {
        float: none;

        margin: 0 0 30px;

        text-align: center;
    }

    .subscribe-form
    {
        max-width: 355px;
        margin: 0 auto;
    }

    .subscribe-form h2
    {
        font-size: 30px;
    }

    .subscribe-form .hs_newsletter_subscription > label
    {
        font-size: 30px !important;
    }

    .subscribe-form .hs-button
    {
        margin-right: 10px;
    }

    .single-blog-post
    {
        font-size: 18px;

        padding: 30px 0;
    }

    .single-blog-post img
    {
        margin: 0 5px 10px;
        padding-top: 10px;
    }

    .single-blog-post .full-img img
    {
        margin-bottom: 10px;
    }

    .single-blog-post .blog-post-hold div
    {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .single-blog-post .blog-post-hold blockquote
    {
        font-size: 18px;

        margin-top: 20px;
        margin-bottom: 10px;
    }

    .single-blog-post .blog-post-hold .meta
    {
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .single-blog-post .blog-post-hold .posted-by
    {
        padding-bottom: 15px;
    }

    .single-blog-post .blog-post-hold h1
    {
        font-size: 35px;

        margin-bottom: 15px;
    }

    .single-blog-post .blog-post-hold h2
    {
        margin-bottom: 5px;
        padding-top: 15px;
    }

    .single-blog-post .blog-post-hold p
    {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .single-blog-post .blog-post-hold .disc
    {
        font-size: 18px;
    }

    .single-blog-post .blog-post-hold ol
    {
        font-size: 18px;

        margin-bottom: 10px;
        padding-top: 10px;
    }

    .single-blog-post .blog-post-hold ol ol
    {
        font-size: 18px;
    }

    .single-blog-post .blog-post-hold ol li
    {
        padding-left: 3px;
    }

    .single-blog-post .blog-post-hold .alert
    {
        font-size: 18px;
    }

    .disc
    {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .disc li
    {
        padding-left: 25px;
    }

    .disc li:before
    {
        top: 6px;

        width: 8px;
        height: 8px;
    }

    .alert-hold
    {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .sticky-wrap-social-fixed
    {
        position: static !important;

        height: auto !important;
    }

    .case-study-page.no-banner .case-studies-article
    {
        padding-top: 140px;
    }

    .case-studies-article h1
    {
        font-size: 25px;
    }

    .numbers .count
    {
        font-size: 25px;
    }

    .intro-block h2
    {
        font-size: 30px;
    }

    .top-three-block.style01 .h2
    {
        font-size: 25px;
    }

    .positions h2
    {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px)
{
    #main
    {
        padding-top: 79px;
    }

    #main.style02
    {
        padding-top: 100px;
    }

    #main.style03
    {
        padding-top: 100px;
    }

    #main.style04
    {
        padding-top: 65px;
    }

    h1
    {
        font-size: 30px;
    }

    .flex-2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-2:before,
    .flex-2:after
    {
        display: none;
    }

    .flex-2 .add
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .btn-lg
    {
        padding: 15px 20px;
    }

    .btn-lg.btn-white
    {
        padding: 13px 20px;
    }

    .banner .container
    {
        width: 100%;
    }

    .banner:before
    {
        background: -webkit-linear-gradient(left, rgba(91, 204, 162, .7) 0%, rgba(91, 204, 162, .7) 28%, rgba(91, 204, 162, .5) 38%, rgba(91, 204, 162, .5) 40%, rgba(91, 204, 162, .5) 100%);
        background:         linear-gradient(to right, rgba(91, 204, 162, .7) 0%, rgba(91, 204, 162, .7) 28%, rgba(91, 204, 162, .5) 38%, rgba(91, 204, 162, .5) 40%, rgba(91, 204, 162, .5) 100%);
    }

    .banner.style02:before
    {
        background: -webkit-linear-gradient(left, #3b9394 0%, #3b9394 40%, #3b9394 35%, rgba(59, 147, 148, .45) 70%, rgba(59, 147, 148, .3) 100%);
        background:         linear-gradient(to right, #3b9394 0%, #3b9394 40%, #3b9394 35%, rgba(59, 147, 148, .45) 70%, rgba(59, 147, 148, .3) 100%);
    }

    .banner.style03
    {
        height: auto;
    }

    .banner.style03 h1
    {
        font-size: 25px;
    }

    .banner.style03 .row
    {
            flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }

    .banner.style03 .description
    {
        padding: 0 0 30px;
    }

    .banner.style05 h1
    {
        font-size: 35px;
    }

    .banner h1
    {
        font-size: 25px;
    }

    .banner .title
    {
        margin-bottom: 20px;
    }

    .quote-form h2
    {
        font-size: 25px;
    }

    .quote-form .btn
    {
        min-width: 200px;
        padding: 25px;
    }

    .commentlist-item .commentlist-item
    {
        padding: 0;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers
    {
        padding: 0;
    }

    .navigation .next,
    .navigation-comments .next,
    .navigation .prev,
    .navigation-comments .prev
    {
        padding: .2em;
    }

    .navigation-single .next a,
    .navigation-single .prev a
    {
        padding: .2em;
    }

    .slick-dots
    {
        right: 15px;
    }

    .modal-header
    {
        padding-bottom: 15px;
    }

    .modal-logo
    {
        padding-top: 2px;
    }

    .modal-form-hold .logos li
    {
        min-width: 15px;
        padding: 0 12px 40px;
    }

    .modal-form-hold .form-heading
    {
        font-size: 25px;
    }

    #header
    {
        height: 60px;
    }

    #header .logo
    {
        padding-top: 0;
    }

    #header .nav-slide
    {
        position: fixed;
        z-index: 9;
        top: 60px;
        left: 0;

        display: block;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;

        width: 100%;
        height: calc(100vh - 60px);

        -webkit-transition: opacity .3s linear,visibility .3s linear;
                transition: opacity .3s linear,visibility .3s linear;
        -webkit-transition-delay: 0s, 0s;
                transition-delay: 0s, 0s;

        opacity: 0;
        background: #eaf5f1;
    }

    .nav-active #header .nav-slide
    {
        visibility: visible;

        opacity: 1;
    }

    .drop-hold
    {
        position: static;

        width: auto;
        margin: 0;
    }

    .drop-menu:after
    {
        display: none;
    }

    .drop-menu ul
    {
        padding: 0;

        border: none;
        box-shadow: none;
    }

    .drop-menu li
    {
        border-color: #eaf5f1;
    }

    .drop-menu li
    {
        font-weight: 400;
    }

    .drop-menu li .icon
    {
        width: 46px;
        height: 46px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    }

    .drop-menu a
    {
        white-space: normal;
    }

    .drop-menu a:after
    {
        height: 2px;
    }

    .drop-menu a
    {
        padding: 10px 20px;
    }

    #navigation
    {
        display: block;
        float: none;

        max-width: none;
        margin: 0;
        padding: 0;
    }

    #navigation > li
    {
        font-size: 16px;
        font-weight: 500;

        margin: 0;
        padding: 0;

        letter-spacing: 1px;
        text-transform: uppercase;

        border-bottom: 3px solid #fff;
    }

    #navigation > li > a
    {
        display: block;

        padding: 24px 20px 20px;
    }

    #navigation .has-drop-down > a:after
    {
        font-size: 25px;
        line-height: 15px;

        position: static;

        display: inline-block;

        margin-left: 10px;

        vertical-align: top;
    }

    #navigation .has-drop-down.active > a:after
    {
        content: '\f106';
    }

    .buttons
    {
        display: block;

        padding-bottom: 20px;
    }

    .buttons li
    {
        padding: 0;

        letter-spacing: 1px;

        border-bottom: 3px solid #fff;
    }

    .buttons .btn
    {
        font-size: 16px;
        font-weight: 500;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;

        height: auto;
        padding: 22px 20px 20px;

        text-align: left;
        text-transform: uppercase;

        color: #484848;
        border: none;
        border-radius: 0;
        background: none;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .buttons .btn:hover,
    .buttons .btn:focus
    {
        color: #5bcba2;
        background: none;
    }

    .buttons .btn .fa
    {
        font-size: 18px;

        float: right;
    }

    .buttons .btn-default
    {
        padding: 21px 20px;

        color: #484848;
    }

    .buttons .btn-default:hover
    {
        color: #5bcba2;
    }
  
    .nav-opener
    {
        visibility: visible;

        opacity: 1;
    }

    .inner-page #header #navigation > li > a
    {
        color: #484848;
    }

    .inner-page #header #navigation > li > a:hover,
    .inner-page #header #navigation > li > a:focus
    {
        color: #5bcca2;
    }

    .inner-page #header #navigation > li.has-drop-down:hover > a
    {
        color: #5bcca2;
    }

    .inner-page #header #navigation > li.active > a
    {
        color: #5bcca2;
    }

    .inner-page #header .btn
    {
        color: #484848;
        border: none;
    }

    .inner-page #header .btn:hover,
    .inner-page #header .btn:focus
    {
        color: #5bcca2;
        background: none;
    }

    .inner-page #header .btn-default
    {
        color: #484848;
        background: none;
    }

    .inner-page #header .btn-default:hover,
    .inner-page #header .btn-default:focus
    {
        color: #5bcca2;
        background: none;
    }

    .inner-page .login-link a
    {
        color: #484848;
    }

    .inner-page .login-link a:hover,
    .inner-page .login-link a:focus
    {
        color: #5bcca2;
    }

    body.style01 #header #navigation > li > a,
    body.no-banner #header #navigation > li > a
    {
        color: #484848;
    }

    body.style01 #header #navigation > li > a:hover,
    body.no-banner #header #navigation > li > a:hover,
    body.style01 #header #navigation > li > a:focus,
    body.no-banner #header #navigation > li > a:focus
    {
        color: #5bcca2;
    }

    body.style01 #header #navigation > li.active > a,
    body.no-banner #header #navigation > li.active > a,
    body.style01 #header #navigation > li:hover > a,
    body.no-banner #header #navigation > li:hover > a
    {
        color: #5bcca2;
    }

    body.style01 #header #navigation > li.has-drop-down:hover > a,
    body.no-banner #header #navigation > li.has-drop-down:hover > a
    {
        color: #5bcca2;
    }

    body.style01 #header .btn,
    body.no-banner #header .btn
    {
        color: #484848;
        border: none;
    }

    body.style01 #header .btn:hover,
    body.no-banner #header .btn:hover,
    body.style01 #header .btn:focus,
    body.no-banner #header .btn:focus
    {
        color: #5bcca2;
        background: none;
    }

    body.style01 #header .btn-default,
    body.no-banner #header .btn-default
    {
        color: #484848;
        background: none;
    }

    body.style01 #header .btn-default:hover,
    body.no-banner #header .btn-default:hover,
    body.style01 #header .btn-default:focus,
    body.no-banner #header .btn-default:focus
    {
        color: #5bcca2;
        background: none;
    }

    .fixed-content
    {
        top: 0;
    }

    .fixed-content .tel
    {
        font-size: 12px;

        padding: 0 5px;
    }

    .fixed-content .btn-success
    {
        font-size: 12px;
    }

    .header-fixed #header .fixed-content .btn-success
    {
        color: #5bcca2;
        border: 1px solid #5bcca2;
    }

    .header-fixed #header .fixed-content .btn-success:hover
    {
        color: #fff;
        background: #5bcca2;
    }

    .header-fixed #header .btn
    {
        color: #484848;
        border: none;
    }

    .header-fixed #header .btn:hover,
    .header-fixed #header .btn:focus
    {
        color: #5bcca2;
        background: none;
    }

    .header-fixed #header .btn-default
    {
        color: #484848;
        background: none;
    }

    .header-fixed #header .btn-default:hover,
    .header-fixed #header .btn-default:focus
    {
        color: #5bcba2;
        background: none;
    }

    .nav-active
    {
        overflow: hidden;
    }

    .nav-active #header
    {
        background: #fff;
    }

    .inner-page.nav-active .fixed-logo
    {
        display: block;
    }

    .inner-page.nav-active .white-logo
    {
        display: none;
    }

    .login-link a
    {
        font-size: 16px;
        font-weight: 500;

        display: block;

        padding: 24px 20px 20px;

        text-transform: uppercase;

        color: #484848;
    }

    .login-link a:hover,
    .login-link a:focus
    {
        color: #5bcca2;
    }

    .nav-active .logo-w
    {
        display: none !important;
    }

    .nav-active .logo-t
    {
        display: block !important;
    }

    #footer
    {
        padding: 25px 0;
    }

    .copyright
    {
        display: block;
        float: none;

        max-width: none;
        padding-top: 5px;

        text-align: center;
    }

    .footer-t #nav_menu-2
    {
        width: 47.5%;
    }

    .footer-t #nav_menu-3
    {
        width: 47.5%;
    }

    .footer-t #nav_menu-4
    {
        width: 47.5%;
    }

    .footer-t #text-2
    {
        width: 47.5%;
    }

    .language-filter
    {
        display: inline-block;
        float: none;
    }

    .language-filter li
    {
        display: inline-block;
    }

    .bottom-nav
    {
        float: none;

        max-width: none;
        padding-top: 15px;
        padding-right: 0;
        padding-left: 0;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-b
    {
        display: block;

        text-align: center;
    }

    .heading h1
    {
        font-size: 33px;
    }

    .heading .title
    {
        font-size: 18px;
    }

    .engagement,
    .experience
    {
        display: block;

        padding-top: 25px;
        padding-bottom: 25px;
    }

    .engagement.style01 .tab-nav-hold,
    .experience.style01 .tab-nav-hold
    {
        padding-top: 0;
    }

    .engagement .tab-title,
    .experience .tab-title
    {
        display: block;
    }

    .engagement .height,
    .experience .height
    {
        height: auto !important;
    }

    .engagement .title,
    .experience .title
    {
        margin-bottom: 20px;
    }

    .engagement .tab-nav-hold,
    .experience .tab-nav-hold
    {
        max-width: none;
        padding: 0 0 25px;
    }

    .engagement .tab-nav-hold h2 br,
    .experience .tab-nav-hold h2 br
    {
        display: none;
    }

    .engagement .tab-nav,
    .experience .tab-nav
    {
        max-width: none;
    }

    .engagement .tab-nav button,
    .experience .tab-nav button
    {
        min-height: 60px;
        padding: 5px 20px 5px 50px;
    }

    .engagement .slider-hold,
    .experience .slider-hold
    {
        max-width: none;
        height: auto;

        background: none;
        box-shadow: none;
    }

    .engagement .slider-hold .img-hold,
    .experience .slider-hold .img-hold
    {
        background: #fff;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    }

    .engagement.experience .slick-dots,
    .experience.experience .slick-dots
    {
        left: 15px;
    }

    .engagement.experience .tab-nav-hold,
    .experience.experience .tab-nav-hold
    {
        padding: 0  0 25px;
    }

    .our-clients h2
    {
        font-size: 25px;
    }

    .product-section
    {
        padding-top: 20px;
    }

    .product-section .block
    {
        max-width: none;
        margin-bottom: 25px;

        text-align: center;
    }

    .product-section .img-hold
    {
        margin-bottom: 15px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-section h3
    {
        margin-bottom: 10px;
    }

    .head h2
    {
        font-size: 25px;
    }

    .form .form-title
    {
        padding: 20px 0 15px;
    }

    .top-section h2
    {
        font-size: 25px;
    }

    .employee-engagement h2
    {
        font-size: 25px;
    }

    .employee-engagement .empowerment-chart
    {
        max-width: 500px;
        margin: 0 auto 50px;
    }

    .employee-engagement .empowerment-chart .line
    {
        padding: 0 84px;
    }

    .employee-engagement .empowerment-chart .title
    {
        font-size: 16px;

        margin-right: 11px;
    }

    .employee-engagement .empowerment-chart .hold
    {
        margin: 0 0 0 10px;
    }

    .employee-engagement .empowerment-chart .col
    {
        padding-right: 10px;
    }

    .pillars .icon
    {
        width: 60px;
        height: 60px;
    }

    .our-clients.style-01 h2
    {
        font-size: 25px;
    }

    .step-block h2
    {
        font-size: 25px;
    }

    .feedback-channel
    {
        padding: 40px 0 15px;
    }

    .feedback-channel h2
    {
        font-size: 25px;
    }

    .feedback-channel .block
    {
        margin-bottom: 25px;
    }

    .feedback-channel .img-hold
    {
        max-width: 288px;
        height: 320px;
        margin: 0 auto 15px;
    }

    .feedback-channel .mobile-app
    {
        padding-top: 0;
    }

    .feedback-channel .feedback-terminal
    {
        padding-top: 0;
    }

    .feedback-channel .row
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .feedback-channel.style01 .mobile-app
    {
        padding-top: 0;
    }

    .feedback-channel.style01 .feedback-terminal
    {
        padding-top: 0;
    }

    .feedback-channel.style01 .feedback-terminal .title
    {
        margin: 0 0 10px;
    }

    .cards li
    {
        padding-left: 75px;
    }

    .cards .icon
    {
        width: 60px;
        height: 60px;
    }

    .card-list
    {
        margin-bottom: 15px;
    }

    .card-list li
    {
        min-height: 60px;
        padding: 5px 20px 5px 50px;
    }

    .graph-section h2
    {
        font-size: 25px;
    }

    .features-section h2
    {
        font-size: 25px;
    }

    .features-section .icon
    {
        width: 60px;
        height: 60px;
    }

    .keys-block
    {
        padding-top: 35px;
    }

    .keys-block .keys-tab
    {
        margin: 0 -4px;
    }

    .keys-block .keys-tab li
    {
        margin-bottom: 8px;
        padding: 0 4px;
    }

    .keys-block .keys-tab a
    {
        min-height: 60px;
    }

    .keys-block .keys-tab a:after
    {
        height: 40px;
    }

    .dashboard-section
    {
        padding: 40px 0 15px;
    }

    .dashboard-section .hold
    {
        display: block;
    }

    .dashboard-section .img-hold
    {
        max-width: none;
        padding: 0;
    }

    .dashboard-section .list
    {
        max-width: none;
    }

    .list .icon
    {
        width: 60px;
        height: 60px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    }

    .industry-list .icon
    {
        width: 60px;
        height: 60px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    }

    .plans-section .plans-hold
    {
        display: block;
    }

    .plans-section .plan-details
    {
        max-width: none;
        margin-bottom: 20px;

        border-radius: 10px;
    }

    .plans-section .plan-details .details-head
    {
        font-size: 90px;
    }

    .plans-section .plan-details .details-head em
    {
        line-height: 63px;
    }

    .plans-section .plan-details .list .icon
    {
        width: 60px;
        height: 60px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    }

    .plans-section .enterprise-features
    {
        max-width: none;

        border-radius: 10px 10px 0 0;
    }

    .plans-section .enterprise-features .total-employee
    {
        margin-bottom: 20px;

        border-radius: 10px 10px 0 0;
    }

    .faq-section
    {
        padding: 50px 0;
    }

    .faq-section h2
    {
        font-size: 25px;
    }

    .accordion .opener
    {
        font-size: 18px;
    }

    .accordion li
    {
        margin-bottom: 15px;
    }

    .calculate-block h2
    {
        font-size: 25px;
    }

    .calculate-block .total-employees
    {
        font-size: 30px;
    }

    .process-block h2
    {
        font-size: 25px;
    }

    .process-block .process li:before
    {
        line-height: 40px;

        top: -27px;

        width: 60px;
        height: 60px;
    }

    .process-block .process .title
    {
        font-size: 14px;
    }

    .custom-terminal h2
    {
        font-size: 25px;
    }

    .stories-section .text-hold
    {
        font-size: 16px;
    }

    .stories-section h1
    {
        font-size: 25px;
    }

    .customers-section h2
    {
        font-size: 25px;
    }

    .case-studies-section
    {
        padding-top: 40px;
    }

    .case-studies-section h2
    {
        font-size: 25px;
    }

    .case-studies-section .description
    {
        padding: 15px;
    }

    .case-studies-section.style01
    {
        padding-top: 20px;
    }

    .reviews-section
    {
        margin-bottom: 40px;
    }

    .reviews-section .reviews-top-block
    {
        margin-bottom: 40px;
    }

    .reviews-section .flex
    {
        display: block;
    }

    .reviews-section .flex .add
    {
        float: none;
    }

    .reviews-section .testimonial-slider:before,
    .reviews-section .testimonial-slider:after
    {
        display: none;
    }

    .reviews-section .slick-list:before,
    .reviews-section .slick-list:after
    {
        display: none;
    }

    .reviews-section .img-hold
    {
        left: 0;

        margin: 0 -16px;
    }

    .reviews-section h2
    {
        font-size: 25px;
    }

    .feedback-channel-section
    {
        padding: 50px 0 0;
    }

    .feedback-channel-section .heading
    {
        margin-bottom: 10px;
    }

    .feedback-channel-section .img-hold
    {
        display: block;

        height: auto;
    }

    .content-header.style01
    {
        display: block;
    }

    .single-post h1
    {
        font-size: 30px;
    }

    .sub-menu li
    {
        padding-right: 20px;
    }

    .blog-section
    {
        padding-top: 20px;
    }

    .blog-section h2
    {
        font-size: 25px;
    }

    .blog-section .description
    {
        padding: 15px;
    }

    .blog-section.popular-post h2
    {
        font-size: 20px;

        margin-bottom: 15px;
    }

    .guides-section
    {
        padding-top: 20px;
    }

    .guides-section h2
    {
        font-size: 25px;
    }

    .guides-section .img-hold .img
    {
        height: 300px;
    }

    .guides-section .description
    {
        padding: 15px;
    }

    .subscribe-block h2
    {
        font-size: 25px;
    }

    .subscribe-form h2
    {
        font-size: 25px;
    }

    .subscribe-form .hs_newsletter_subscription > label
    {
        font-size: 25px;
    }

    .single-blog-post
    {
        font-size: 15px;
    }

    .single-blog-post .blog-post-hold
    {
        padding: 20px 20px 10px;

        border-radius: 3px;
    }

    .single-blog-post .blog-post-hold .full-image
    {
        margin: 0 -20px 20px;
    }

    .single-blog-post .blog-post-hold blockquote
    {
        font-size: 15px;
    }

    .single-blog-post .blog-post-hold h1
    {
        font-size: 30px;
    }

    .single-blog-post .blog-post-hold .disc
    {
        font-size: 15px;
    }

    .single-blog-post .blog-post-hold ol
    {
        font-size: 15px;

        margin-left: 25px;
    }

    .single-blog-post .blog-post-hold ol ol
    {
        font-size: 15px;

        margin-left: 10px;
    }

    .single-blog-post .blog-post-hold .table-contents ol
    {
        font-size: 15px;
    }

    .single-blog-post .blog-post-hold .table-contents ol ol
    {
        font-size: 15px;
    }

    .single-blog-post .blog-post-hold .alert
    {
        font-size: 15px;
    }

    .single-blog-post .blog-post-hold .btn
    {
        padding: 16px;
    }

    .single-blog-post .blog-post-hold .btn .fa
    {
        margin-left: 15px;
    }

    .single-blog-post .blog-post-hold .comment-plugins
    {
        margin: 0;
    }

    sup.note
    {
        top: -.3em;
    }

    .case-study-page.no-banner .case-studies-article
    {
        padding-top: 110px;
    }

    .case-studies-article
    {
        padding-top: 40px;
    }

    .clients-testimonial blockquote
    {
        font-size: 25px;

        padding-right: 0;
        padding-left: 0;
    }

    .clients-testimonial .footer
    {
        font-size: 16px;
    }

    .clients-testimonial .img-hold
    {
        width: 140px;
        max-width: 140px;
        height: 140px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    }

    .clients-testimonial .author-description
    {
        padding-left: 30px;
    }

    .clients-testimonial .author-description span
    {
        margin-bottom: 10px;
    }

    .two-cols
    {
        display: block;
    }

    .two-cols .description
    {
        padding: 0 0 20px;
    }

    .two-cols .card-block
    {
        max-width: none;
    }

    .numbers
    {
        display: block;
    }

    .numbers .count
    {
        font-size: 50px;
    }

    .numbers .col
    {
        max-width: none;
    }

    .positions
    {
        padding-bottom: 50px;
    }

    .positions .position-link li
    {
        margin-bottom: 15px;
    }

    .positions .position-link a
    {
        display: inline-block;
    }

    .positions .position-link a span
    {
        display: block;
    }

    .positions .position-link a .position-title
    {
        display: block;

        padding-right: 0;
    }
}

@media screen and (max-width: 639px)
{
    .flex-2
    {
        display: block;
    }

    .flex-2 .add
    {
        max-width: 100%;
    }

    .btn-lg
    {
        font-size: 14px;

        padding-right: 15px;
        padding-left: 15px;
    }

    .btn-lg .fa
    {
        margin-left: 10px;
    }

    .btn-lg.btn-white
    {
        font-size: 14px;

        padding: 14px 15px 12px;
    }

    .banner .btn
    {
        font-size: 13px;

        min-width: 100px;
        margin-right: 5px;
        padding: 11px 10px 10px;
    }

    .banner .btn .fa
    {
        margin-left: 10px;
    }

    .banner .btn-white
    {
        padding: 9px 10px 8px;
    }

    .slick-dots li
    {
        margin: 5px 0;
    }

    .modal-header
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .modal-body
    {
        padding-right: 0;
        padding-left: 0;
    }

    .modal-form-hold
    {
        padding: 0;
    }

    .modal-form-hold .logos
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .modal-form-hold .logos li
    {
        padding: 0 20px 40px;
    }

    .modal-form-hold .form-heading
    {
        font-size: 18px;

        padding: 15px 50px;
    }

    .modal-form-hold .icon
    {
        left: 8px;
    }

    .modal-form .form-nav br
    {
        display: block;
    }

    .modal-form .form-nav a
    {
        font-size: 14px;

        padding: 15px 5px 15px 54px;
    }

    .modal-form .form-nav span
    {
        left: 15px;
    }

    .modal-form .form-nav li:last-child span
    {
        left: 15px;
    }

    .modal-form .form-nav li:last-child a
    {
        padding-left: 54px;
    }

    #footer .connect
    {
        max-width: none;

        text-align: center;
    }

    #footer .flex
    {
        display: block;
    }

    #footer .nav-hold
    {
        max-width: none;

        text-align: center;
    }

    #footer .social-networks
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #footer .social-networks li
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    #footer .menu
    {
        padding-bottom: 15px;
    }

    #footer .menu li
    {
        margin-bottom: 5px;
    }

    .footer-nav
    {
        padding-bottom: 15px;
    }

    .footer-nav li
    {
        margin-bottom: 5px;
    }

    .footer-t .row
    {
        display: block;
    }

    .footer-t #nav_menu-2
    {
        width: 100%;

        text-align: center;
    }

    .footer-t #nav_menu-3
    {
        width: 100%;

        text-align: center;
    }

    .footer-t #nav_menu-4
    {
        width: 100%;

        text-align: center;
    }

    .footer-t #text-2
    {
        width: 100%;

        text-align: center;
    }

    .bottom-nav li
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .content-hold .header-section .buttons-list
    {
        position: static;

        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }

    .buttons-list
    {
        width: 280px;
        margin-top: -20px;
    }

    .buttons-list .btn
    {
        font-size: 14px;

        min-width: 0;
        padding: 7px 10px;
    }

    .heading
    {
        margin-bottom: 40px;
    }

    .engagement .tab-title br,
    .experience .tab-title br
    {
        display: none;
    }

    .engagement .slider-hold .js-tab-hidden,
    .experience .slider-hold .js-tab-hidden
    {
        position: static !important;

        visibility: visible;
    }

    .client-list li
    {
        max-width: 50%;
        padding: 0 30px 40px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .product-section .block
    {
        padding-bottom: 20px;
    }

    .product-section .img-hold
    {
        height: auto;
    }

    .product-section h3
    {
        margin-bottom: 5px;
    }

    .product-section .tab-content .block
    {
        margin-bottom: 25px;
    }

    .tabset
    {
        display: block;
    }

    .tabset a
    {
        padding-left: 70px;
    }

    .tabset li
    {
        font-size: 14px;
    }

    .form .form-title h3
    {
        font-size: 25px;
    }

    .form-nav a
    {
        padding: 15px 5px 15px 54px;
    }

    .form-nav li
    {
        font-size: 14px;
    }

    .form-nav span
    {
        font-size: 13px;

        left: 15px;

        width: 30px;
        height: 30px;
        margin: 0;
        padding: 9px 2px 8px;
    }

    .employee-engagement .empowerment-chart .line
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .employee-engagement .empowerment-chart .title
    {
        font-size: 12px;
    }

    .pillars li
    {
        min-width: 130px;
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .feedback-channel .img-hold
    {
        max-width: none;
        height: auto;
    }

    .feedback-channel .card-list
    {
        max-width: none;
    }

    .feedback-channel .mobile-app
    {
        padding: 0;
    }

    .feedback-channel .feedback-terminal
    {
        padding-top: 0;
    }

    .feedback-channel .add
    {
        float: none;

        width: 100%;
    }

    .feedback-channel .row
    {
        display: block;
    }

    .features-section .hold
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .features-section .block
    {
        max-width: none;

        text-align: center;
    }

    .features-section .icon
    {
        margin: 0 auto 30px;
    }

    .features-section .row-flex
    {
        display: block;
    }

    .features-section .row-flex .add
    {
        width: 100%;
    }

    .industry-section .hold
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .industry-list li
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .industry-list li:nth-child(3n)
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .plans-section .plan
    {
        font-size: 14px;
    }

    .plans-section .plan li a
    {
        padding: 20px;
    }

    .plans-section .plan-details .list
    {
        display: block;
    }

    .plans-section .plan-details .list li
    {
        max-width: none;
    }

    .plans-section .plan-details .list li:nth-child(2n)
    {
        max-width: none;
        padding-left: 0;
    }

    .plans-section .enterprise-features .check-list
    {
        display: block;
    }

    .plans-section .enterprise-features .check-list li
    {
        max-width: none;
    }

    .plans-section .enterprise-features .check-list li:nth-child(2n)
    {
        max-width: none;
    }

    .calculate-block .label-hold .label
    {
        padding-right: 3px;
        padding-left: 3px;
    }

    .calculate-block .label-hold label
    {
        padding: 9px 4px 20px;
    }

    .calculate-block .label-hold .title
    {
        font-size: 13px;
    }

    .process-block
    {
        padding-bottom: 0;
    }

    .process-block .process
    {
        padding-top: 0;
    }

    .process-block .process:before
    {
        display: none;
    }

    .process-block .process li
    {
        max-width: 50%;
        padding-bottom: 60px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .process-block .process li:before
    {
        top: 0;
    }

    .process-block .process .img-hold
    {
        max-width: 180px;
        height: 200px;
        margin: 0 auto 10px;
    }

    .terminal-slider-hold .terminal-slider:before,
    .terminal-slider-hold .terminal-slider:after
    {
        width: 60px;
    }

    .terminal-slider-hold .terminal-slider:after
    {
        width: 60px;
    }

    .customers-section .logo-slider-holder:before,
    .customers-section .logo-slider-holder:after
    {
        height: 45%;
    }

    .customers-section .logo-slider
    {
        height: 140px;
    }

    .case-studies-section .text-hold
    {
        min-height: 0;
        margin-bottom: 25px;
    }

    .reviews-section .testimonial
    {
        font-size: 16px;
    }

    .reviews-section .testimonial .name
    {
        font-size: 18px;
    }

    .feedback-channel-section .flex
    {
        display: block;

        text-align: center;
    }

    .feedback-channel-section .add
    {
        float: none;

        width: 100%;
    }

    .top-three-block .flex
    {
        display: block;
    }

    .top-three-block .flex .add
    {
        float: none;

        width: 100%;
    }

    .article-hold .flex
    {
        display: block;
    }

    .article-hold .flex .add
    {
        float: none;

        width: 100%;
    }

    .blog-section .text-hold
    {
        min-height: 0;
        margin-bottom: 25px;
    }

    .guides-section .img-hold .img
    {
        height: 250px;
    }

    .guides-section .text-hold
    {
        min-height: 0;
        margin-bottom: 25px;
    }

    .clients-testimonial .footer
    {
        display: block;
    }

    .clients-testimonial .img-hold
    {
        margin: 0 auto 10px;
    }

    .clients-testimonial .author-description
    {
        padding-left: 0;

        text-align: center;
    }
}

@media screen and (max-width: 480px)
{
    .employee-engagement .empowerment-chart .line
    {
        padding: 0 65px;
    }

    .industry-list
    {
        display: block;
    }

    .industry-list li
    {
        max-width: none;
        padding: 0 0 31px;
    }

    .industry-list li:nth-child(3n)
    {
        max-width: none;
    }

    .case-studies-section .flex
    {
        display: block;
    }

    .case-studies-section .flex .post
    {
        display: block;

        width: 100%;
    }

    .blog-section .flex
    {
        display: block;
    }

    .blog-section .flex .post
    {
        display: block;

        width: 100%;
    }

    .guides-section .flex
    {
        display: block;
    }

    .guides-section .flex .post
    {
        display: block;

        width: 100%;
    }
}

@media print
{
    .form-control
    {
        border: 1px solid #f0efef !important;
    }

    .social-networks
    {
        display: none;
    }

    .text-green
    {
        color: #000 !important;
    }

    #main.style02
    {
        padding: 0;
    }

    #main.style03
    {
        padding: 0;
    }

    #main.style04
    {
        padding: 0;
    }

    #main
    {
        padding: 0;
    }

    .flex-2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-2 .add
    {
        max-width: 33.33%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    }

    .banner:before
    {
        display: none;
    }

    .banner.style02
    {
        padding-top: 10px;
    }

    .banner.style02:before
    {
        display: none;
    }

    .banner.style03
    {
        min-height: 0;
        padding: 0;
    }

    .banner.style03 h1
    {
        line-height: 1;

        margin-bottom: 5px;
    }

    .banner.style03 .row
    {
        display: block;
    }

    .banner.style03 .img-hold
    {
        display: block;

        max-width: 200px;
    }

    .banner.style03 .description
    {
        padding: 10px 0 0;
    }

    .banner.style03 .col-lg-6
    {
        float: none;

        width: 100%;
    }

    .banner
    {
        height: auto;
        padding: 10px 0 0;
    }

    .banner h1
    {
        line-height: 1;

        margin-bottom: 5px;
    }

    .banner .btn
    {
        display: none;
    }

    .banner .title
    {
        margin-bottom: 20px;
    }

    .quote-form
    {
        display: none;
    }

    *
    {
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;

        min-width: 0 !important;
        height: auto !important;

        color: #000 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;

        page-break-inside: always;
        page-break-before: avoid !important;
    }

    * p
    {
        font-size: 12px !important;
    }

    a
    {
        text-decoration: none;
    }

    a:visited
    {
        text-decoration: underline;
    }

    a[href]:after
    {
        content: '';
    }

    abbr[title]:after
    {
        content: ' (' attr(title) ')';
    }

    a[href^='javascript:']:after,
    a[href^='#']:after
    {
        content: '';
    }

    pre,
    blockquote
    {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }

    tr,
    img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
        height: auto !important;
    }

    h1
    {
        font-size: 24px !important;
    }

    h2
    {
        font-size: 20px !important;
    }

    h3
    {
        font-size: 16px !important;
    }

    h4
    {
        font-size: 14px !important;
    }

    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3
    {
        page-break-after: avoid;
    }

    select
    {
        background: #fff !important;
    }

    .tel[href^='tel']:after
    {
        content: '';
    }

    .container
    {
        width: 100% !important;
        padding: 0;
    }

    .row
    {
        margin-right: 0;
        margin-left: 0;
    }

    .row [class^='col-']
    {
        padding-right: 0;
        padding-left: 0;
    }

    .height
    {
        height: auto !important;
    }

    .col-md-offset-2
    {
        margin: 0 !important;
    }

    br
    {
        display: none !important;
    }

    .form-group
    {
        padding: 0 5px !important;
    }

    .navbar
    {
        display: block;
    }

    .navbar-brand
    {
        margin-left: 20px !important;
    }

    .js-acc-hidden
    {
        position: static !important;
    }

    img.aligncenter
    {
        max-width: 300px !important;

        page-break-inside: avoid;
    }

    .slick-slide
    {
        float: none !important;

        width: 100% !important;
    }

    #header
    {
        position: static !important;
    }

    #header .nav-slide
    {
        display: none;
    }

    .header-fixed
    {
        position: static !important;
    }

    #footer
    {
        padding: 10px 0;
    }

    #footer [class^='col-']
    {
        width: 100% !important;
    }

    #footer .flex
    {
        display: block;
    }

    #footer .nav-hold
    {
        display: none;
    }

    .copyright
    {
        float: none;

        width: 100%;

        text-align: left;
    }

    .footer-t
    {
        margin-bottom: 0;
    }

    .language-filter
    {
        display: none;
        float: none;

        max-width: none;
    }

    .bottom-nav
    {
        display: none;
    }

    .content-hold .header-section
    {
        display: none;
    }

    .buttons-list
    {
        display: none;
    }

    .heading
    {
        margin-bottom: 15px;
    }

    .heading h1
    {
        margin-bottom: 10px;
    }

    .heading .title
    {
        font-size: 15px;
    }

    .engagement,
    .experience
    {
        display: block;

        padding: 0;
    }

    .engagement .btn,
    .experience .btn
    {
        display: none;
    }

    .engagement .title,
    .experience .title
    {
        margin-bottom: 20px;
    }

    .engagement .tab-nav-hold,
    .experience .tab-nav-hold
    {
        max-width: none;
    }

    .engagement .tab-nav,
    .experience .tab-nav
    {
        max-width: none !important;
    }

    .engagement .tab-nav button,
    .experience .tab-nav button
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .engagement .tab-nav li,
    .experience .tab-nav li
    {
        padding-bottom: 2px;
    }

    .engagement .slider-hold,
    .experience .slider-hold
    {
        display: none;
    }

    .engagement .slider-hold .img-hold,
    .experience .slider-hold .img-hold
    {
        display: block;
    }

    .engagement.experience.style01,
    .experience.experience.style01
    {
        padding-bottom: 0;
    }

    .engagement.experience .tab-nav-hold,
    .experience.experience .tab-nav-hold
    {
        max-width: none;
        padding-left: 0;
    }

    .our-clients
    {
        display: none;
    }

    .product-section
    {
        padding: 10px 0;
    }

    .product-section .block
    {
        padding: 0;
    }

    .product-section .img-hold
    {
        display: block;

        height: auto;
    }

    .product-section .img-hold img
    {
        width: auto;
        max-width: 40% !important;
    }

    .product-section h3
    {
        margin-bottom: 2px;
    }

    .product-section .box-content-hold
    {
        padding: 0;

        page-break-inside: avoid;
    }

    .product-section .tab-content .block
    {
        visibility: visible;

        opacity: 1;
    }

    .head
    {
        margin-bottom: 15px;
    }

    .tabset a:before
    {
        display: none;
    }

    .tabset a
    {
        display: block;

        padding: 10px;
    }

    .tabset li
    {
        font-size: 18px;
    }

    .tabset span
    {
        display: none;
    }

    .form
    {
        display: none;
    }

    .form .form-hold
    {
        max-width: none;
    }

    .form .tab-content:after
    {
        display: none;
    }

    .js-tab-hidden
    {
        position: static !important;

        visibility: visible;
    }

    .animated
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }

    .top-section.style01
    {
        padding: 0;
    }

    .top-section.style01 .img-hold
    {
        max-width: 200px;
        margin: 0;
    }

    .top-section
    {
        padding: 0;
    }

    .top-section [class^='col-']
    {
        float: none;

        width: 100%;
    }

    .top-section .img-hold
    {
        max-width: 200px;
    }

    .top-section h2
    {
        margin-bottom: 30px;
    }

    .top-section .text-hold
    {
        padding: 0;
    }

    .employee-engagement
    {
        padding: 0;
    }

    .employee-engagement [class^='col-']
    {
        float: none;

        width: 100%;
    }

    .employee-engagement .empowerment-chart
    {
        max-width: 500px;
        margin: 0 auto 50px;
    }

    .pillars
    {
        padding: 30px  0 0;

        page-break-inside: avoid;
    }

    .step-block
    {
        display: none;
    }

    .feedback-channel
    {
        padding: 0;
    }

    .feedback-channel .heading
    {
        margin: 0;

        text-align: left;
    }

    .feedback-channel .img-hold
    {
        display: none;
        display: block;

        max-width: none;
        height: auto;
    }

    .feedback-channel .card-list
    {
        max-width: none;
    }

    .feedback-channel .mobile-app
    {
        padding-top: 0;
    }

    .feedback-channel .mobile-app .title
    {
        margin: 0 0 10px;
    }

    .feedback-channel .title
    {
        margin: 0 0 10px;

        text-align: left;
    }

    .feedback-channel .feedback-terminal
    {
        padding-top: 0;
    }

    .feedback-channel .feedback-terminal .card-list
    {
        float: none;
    }

    .feedback-channel .feedback-terminal .title
    {
        margin: 0 0 10px;
    }

    .feedback-channel .add
    {
        float: none;

        width: 100%;
    }

    .feedback-channel .row
    {
        display: block;
    }

    .feedback-channel .btn-hold
    {
        display: none;
    }

    .cards li
    {
        margin-bottom: 0;
    }

    .card-list li
    {
        min-height: 60px;
        margin-bottom: 0;
    }

    .features-section:before
    {
        display: none;
    }

    .features-section .hold
    {
        padding: 0;
    }

    .features-section .block:after
    {
        display: none;
    }

    .features-section .block
    {
        max-width: none;
        margin-bottom: 15px;
    }

    .features-section .icon
    {
        margin: 0 5px 10px;
    }

    .features-section .icon img
    {
        position: static;

        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .features-section .row-flex
    {
        display: block;
    }

    .features-section .row-flex .add
    {
        float: none;

        width: 100%;
    }

    .keys-block h2
    {
        margin-bottom: 20px;
    }

    .keys-block .keys-tab
    {
        display: none;
    }

    .keys-block .tab-content
    {
        display: block;
        visibility: visible;

        min-height: 10px;
        padding-bottom: 10px;

        opacity: 1;
    }

    .keys-block .tab-content:after
    {
        display: none;
    }

    .keys-block [class^='col-']
    {
        float: none;

        width: 100%;
    }

    .keys-block h3
    {
        margin-bottom: 00px;
    }

    .keys-block .text-hold
    {
        padding: 0;
    }

    .keys-block p
    {
        margin-bottom: 5px;
    }

    .keys-block .img-hold
    {
        max-width: 150px;
    }

    .dashboard-section
    {
        padding-top: 30px;
    }

    .dashboard-section .img-hold
    {
        max-width: 40%;
    }

    .list li
    {
        padding: 0 0 15px;
    }

    .list .icon
    {
        margin-bottom: 10px;
    }

    .list .icon img
    {
        position: static;

        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .industry-section .hold
    {
        padding: 0;
    }

    .industry-list li
    {
        padding: 10px 0 15px;
    }

    .industry-list .icon
    {
        margin-bottom: 10px;
    }

    .industry-list .icon img
    {
        position: static;

        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .plans-section .page-title
    {
        margin: 0;
    }

    .plans-section .content-wrap
    {
        visibility: visible;

        opacity: 1;
    }

    .plans-section .tab-content
    {
        padding: 0;
    }

    .plans-section .tab-content:before
    {
        display: none;
    }

    .plans-section .plan
    {
        display: none;
    }

    .plans-section .plans-hold
    {
        display: block;
    }

    .plans-section .plans-hold .btn-hold
    {
        display: none;
    }

    .plans-section .plan-details
    {
        padding: 0;
    }

    .plans-section .plan-details
    {
        max-width: none;
    }

    .plans-section .plan-details .details-head
    {
        font-size: 30px;
        line-height: 30px;

        margin-bottom: 0;
        padding-bottom: 0;

        border: none;
    }

    .plans-section .plan-details .details-head sup
    {
        font-size: 13px;

        position: static;
    }

    .plans-section .plan-details .list
    {
        display: block;
    }

    .plans-section .plan-details .list li
    {
        max-width: none;
        padding: 0 0 10px;
    }

    .plans-section .plan-details .list li:nth-child(2n)
    {
        max-width: none;
        padding: 0 0 10px;
    }

    .plans-section .enterprise-features
    {
        max-width: none;
        padding: 0;
    }

    .plans-section .enterprise-features .total-employee
    {
        margin: 0;
        padding: 0;

        text-align: left;
    }

    .plans-section .enterprise-features .top-block
    {
        display: block;
    }

    .plans-section .enterprise-features .top-block .img-hold
    {
        max-width: none;
    }

    .plans-section .enterprise-features .top-block .img-hold img
    {
        width: auto;
    }

    .faq-section
    {
        padding: 0;
    }

    .accordion
    {
        max-width: none;
    }

    .accordion .opener
    {
        font-size: 14px;

        padding: 0;
    }

    .accordion .opener:after
    {
        display: none;
    }

    .accordion li
    {
        margin: 0;
    }

    .accordion .slide
    {
        position: static !important;

        padding: 0;
    }

    .calculate-block
    {
        overflow: hidden;

        padding-top: 10px;
    }

    .calculate-block h2
    {
        margin-bottom: 5px;
    }

    .calculate-block .label-hold
    {
        margin-bottom: 0;
    }

    .calculate-block .btn-hold
    {
        display: none;
    }

    .process-block
    {
        padding: 0;
    }

    .process-block h2
    {
        margin-bottom: 10px;
    }

    .process-block .process
    {
        margin: 0;
        padding-top: 0;
    }

    .process-block .process:before
    {
        display: none;
    }

    .process-block .process li
    {
        max-width: 50%;
        margin-bottom: 30px;
        padding: 30px 10px  0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .process-block .process li:before
    {
        line-height: 1;

        position: static;

        width: 30px;
        height: 30px;

        background: none;
        box-shadow: none;
    }

    .process-block .process .img-hold
    {
        display: block;

        max-width: 150px;
        height: auto;
        margin: 0 auto;
    }

    .process-block .process .title
    {
        font-size: 14px;

        padding: 0;
    }

    .custom-terminal
    {
        padding: 0;

        page-break-inside: avoid;
    }

    .custom-terminal .text-hold
    {
        max-width: none;
        margin: 0;
    }

    .custom-terminal .flex
    {
        display: block;
    }

    .custom-terminal .flex .add
    {
        float: none;

        width: 100%;
    }

    .terminal-slider-hold
    {
        margin: 0;
    }

    .terminal-slider-hold .arrow-hold
    {
        display: none;
    }

    .terminal-slider-hold .terminal-slider:before,
    .terminal-slider-hold .terminal-slider:after
    {
        display: none;
    }

    .terminal-slider-hold .terminal-slider .slick-cloned
    {
        display: none;
    }

    .terminal-slider-hold .terminal-slider .slick-track
    {
        overflow: hidden;

        width: 100% !important;

        -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
    }

    .terminal-slider-hold .terminal-slider .slick-slide
    {
        float: left !important;

        width: 20% !important;
    }

    .stories-section
    {
        padding: 0;
    }

    .stories-section .flex
    {
        display: block;
    }

    .stories-section .flex .add
    {
        float: none;

        width: 100%;
    }

    .stories-section .main-title
    {
        margin-bottom: 10px;
    }

    .stories-section h1
    {
        line-height: 1;

        margin-bottom: 5px;
    }

    .stories-section .img-hold
    {
        float: none;

        max-width: 200px;
        margin: 0 auto;
    }

    .customers-section
    {
        display: none;
    }

    .customers-section .logo-slider-holder:before,
    .customers-section .logo-slider-holder:after
    {
        display: none;
    }

    .customers-section .logo-slider
    {
        height: auto;
    }

    .case-studies-section
    {
        padding: 0;
    }

    .case-studies-section .block
    {
        margin-bottom: 0;
    }

    .case-studies-section .img-hold
    {
        overflow: hidden;

        max-width: 150px;
    }

    .case-studies-section .img-hold .img
    {
        padding: 0;
    }

    .case-studies-section .flex
    {
        display: block;
    }

    .case-studies-section .flex .post
    {
        display: block;

        width: 50%;
        padding: 0 2px 15px;

        page-break-before: avoid !important;
    }

    .case-studies-section h3
    {
        margin-bottom: 5px;
    }

    .case-studies-section .description
    {
        padding: 10px 0 0;
    }

    .case-studies-section .text-hold
    {
        min-height: 0;
        margin-bottom: 0;
    }

    .case-studies-section .more
    {
        display: none;
    }

    .case-studies-section .post-wrap
    {
        overflow: visible;

        height: auto !important;
        max-height: none;
    }

    .case-studies-section .post-wrap .btn-hold
    {
        display: none;
    }

    .case-studies-section.style01
    {
        padding: 0;
    }

    .reviews-section .reviews-top-block
    {
        margin-bottom: 0;
    }

    .reviews-section .flex
    {
        display: block;
    }

    .reviews-section .flex .add
    {
        display: block;
    }

    .reviews-section .main-title
    {
        margin-bottom: 5px;
    }

    .reviews-section .testimonial-slider:before,
    .reviews-section .testimonial-slider:after
    {
        display: none;
    }

    .reviews-section .slick-list:before,
    .reviews-section .slick-list:after
    {
        display: none;
    }

    .reviews-section .slick-list .slick-track
    {
        width: 100% !important;

        -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
    }

    .reviews-section .slick-list .slick-cloned
    {
        display: none;
    }

    .reviews-section .arrow-hold
    {
        display: none;
    }

    .reviews-section .text-hold
    {
        padding: 0;
    }

    .reviews-section .img-hold
    {
        position: static;

        max-width: 200px;
        margin: 0;
    }

    .reviews-section h2
    {
        margin-bottom: 10px;
    }

    .reviews-section .testimonial
    {
        font-size: 14px;
    }

    .reviews-section .testimonial .w2
    {
        padding: 0;
    }

    .reviews-section .testimonial .testimonial-logo
    {
        display: block;

        height: auto;
        margin-bottom: 5px;
    }

    .reviews-section .testimonial footer
    {
        margin: 0;
    }

    .reviews-section .testimonial .img-hold
    {
        margin-bottom: 10px;
    }

    .reviews-section .testimonial .name
    {
        font-size: 16px;
    }

    .reviews-section .testimonial.style01 .w2
    {
        padding-bottom: 0;
    }

    .studies-form
    {
        display: none;
    }

    .feedback-channel-section
    {
        padding: 0;
    }

    .feedback-channel-section .add
    {
        width: 33.33%;
    }

    .feedback-channel-section .block
    {
        margin-bottom: 10px;
    }

    .feedback-channel-section .title
    {
        font-size: 14px;
    }

    .content-header
    {
        margin-bottom: 10px;
    }

    .content-header:before
    {
        display: none;
    }

    .content-header .search-form
    {
        display: none;
    }

    .top-three-block
    {
        padding: 0;

        text-align: left;
    }

    .top-three-block .img-hold
    {
        width: auto;
        height: auto;
        margin: 0;
    }

    .top-three-block .img-hold img
    {
        position: static;

        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .top-three-block h2
    {
        margin-bottom: 7px;
    }

    .top-three-block .block
    {
        max-width: none;
        margin-bottom: 7px;
    }

    .top-three-block .flex
    {
        display: block;
    }

    .top-three-block .flex .add
    {
        float: none;

        width: 100%;
    }

    .article-hold + .features-section
    {
        padding: 0;
    }

    .article-hold h2
    {
        margin-bottom: 7px;
    }

    .article-hold p
    {
        margin-bottom: 7px;
    }

    .article-hold .flex
    {
        display: block;
    }

    .article-hold .flex .add
    {
        float: none;

        width: 100%;
    }

    .article-hold .w1
    {
        padding: 0;
    }
  
    .article-hold .w1:nth-child(even)
    {
        padding: 0;
    }
  
    .article-hold .w1:nth-child(even) .description
    {
        padding: 0;
    }

    .article-hold .description
    {
        padding: 0;
    }

    .article-hold .img-hold
    {
        max-width: 150px;
    }

    .single-post .col-md-offset-2
    {
        width: 100% !important;
    }

    .single-post.style03
    {
        padding-top: 10px;
    }

    .single-post h1
    {
        margin-bottom: 7px;
    }

    .single-post h2
    {
        margin-bottom: 7px;
    }

    .single-post h3
    {
        margin-bottom: 7px;
    }

    .single-post p
    {
        margin-bottom: 7px;
    }

    img.aligncenter
    {
        margin: 50px 0 0;
    }

    img.aligncenter
    {
        margin-bottom: 7px;
    }

    .sub-menu
    {
        display: none;
    }

    .blog-section
    {
        padding: 0;
    }

    .blog-section .block
    {
        margin-bottom: 0;
    }

    .blog-section .img-hold
    {
        padding: 0;
    }

    .blog-section .img-hold
    {
        overflow: hidden;

        max-width: 150px;
    }

    .blog-section .flex
    {
        display: block;
    }

    .blog-section .flex .post
    {
        display: block;

        width: 50%;
        padding: 0 2px 15px;

        page-break-before: avoid !important;
    }

    .blog-section h3
    {
        margin-bottom: 5px;
    }

    .blog-section .description
    {
        padding: 10px 0 0;
    }

    .blog-section .text-hold
    {
        min-height: 0;
        margin-bottom: 0;
    }

    .blog-section .more
    {
        display: none;
    }

    .blog-section .post-wrap
    {
        overflow: visible;

        height: auto !important;
        max-height: none;
    }

    .blog-section .post-wrap .btn-hold
    {
        display: none;
    }

    .blog-section.popular-post
    {
        padding: 0;

        page-break-inside: avoid !important;
    }

    .blog-section.popular-post h2
    {
        margin-bottom: 5px;

        text-align: left;
    }

    .blog-section .more-post
    {
        display: none;
    }

    .guides-section
    {
        padding: 0;
    }

    .guides-section .card
    {
        margin-bottom: 0;
    }

    .guides-section .img-hold
    {
        overflow: hidden;

        padding: 0;
    }

    .guides-section .img-hold .img
    {
        display: block;

        max-width: 150px;
        height: auto;
    }

    .guides-section .img-hold .img-caption
    {
        font-size: 14px;

        max-width: none;
        padding: 0;

        text-align: left;
    }

    .guides-section .flex
    {
        display: block;
    }

    .guides-section .flex .post
    {
        display: block;

        width: 50%;
        padding: 0 2px 15px;

        page-break-before: avoid !important;
    }

    .guides-section h3
    {
        margin-bottom: 5px;
    }

    .guides-section .description
    {
        padding: 10px 0 0;
    }

    .guides-section .text-hold
    {
        min-height: 0;
        margin-bottom: 0;
    }

    .guides-section .more
    {
        display: none;
    }

    .guides-section .post-wrap
    {
        overflow: visible;

        height: auto !important;
        max-height: none;
    }

    .guides-section .post-wrap .btn-hold
    {
        display: none;
    }

    .guides-section .more-post
    {
        display: none;
    }

    .guides-section .btn-hold
    {
        display: none;
    }

    .subscribe-block
    {
        display: none;
    }

    .subscribe-form h2
    {
        margin-bottom: 10px;
    }

    .subscribe-form .hs_newsletter_subscription > label
    {
        margin-bottom: 10px;
    }

    .single-blog-post
    {
        padding: 0;
    }

    .single-blog-post .col-md-offset-1
    {
        width: 100% !important;
        margin: 0 !important;
    }

    .single-blog-post .blog-post-hold
    {
        max-width: none;
        padding: 0;
    }

    .single-blog-post .blog-post-hold .full-image
    {
        max-width: 300px;
        margin: 0 0 5px;
    }

    .single-blog-post .blog-post-hold blockquote
    {
        font-size: 12px;

        margin: 0 0 5px;
        padding: 0 0 0 5px;

        border-left: 3px solid #000 !important;
    }

    .single-blog-post .blog-post-hold .meta
    {
        margin-bottom: 5px;
        padding: 0;

        border: none;
    }

    .single-blog-post .blog-post-hold h1
    {
        margin-bottom: 7px;
    }

    .single-blog-post .blog-post-hold h2
    {
        margin-bottom: 7px;
    }

    .single-blog-post .blog-post-hold h3
    {
        margin-bottom: 7px;
    }

    .single-blog-post .blog-post-hold p
    {
        margin-bottom: 7px;
    }

    .single-blog-post .blog-post-hold .aligncenter
    {
        margin: 0 0 5px;
    }

    .single-blog-post .blog-post-hold .disc
    {
        font-size: 12px;
    }

    .single-blog-post .blog-post-hold ol
    {
        font-size: 12px;
    }

    .single-blog-post .blog-post-hold ol ol
    {
        font-size: 12px;
    }

    .single-blog-post .blog-post-hold .table-contents .title
    {
        margin-bottom: 10px;
        padding: 0;

        border: none;
    }

    .single-blog-post .blog-post-hold .btn-hold
    {
        display: none;
    }

    .single-blog-post .blog-post-hold .comment-plugins
    {
        display: none;
    }

    .disc li
    {
        padding-left: 0;

        list-style-type: disc;
    }

    .disc li:before
    {
        display: none;
    }

    .alert
    {
        padding: 0 0 0 5px;

        border-left: 3px solid #000 !important;
    }

    .social-network
    {
        display: none;
    }

    .social-network.horizontal
    {
        display: none;
    }

    .case-study-page.no-banner .case-studies-article
    {
        padding-top: 0;
    }

    .clients-testimonial
    {
        margin: 0;
    }

    .clients-testimonial:before
    {
        display: none;
    }

    .clients-testimonial blockquote
    {
        font-size: 18px;
    }

    .clients-testimonial .footer
    {
        font-size: 14px;
    }

    .intro-block
    {
        padding: 0;
    }

    .intro-block h2
    {
        margin-bottom: 0;
    }

    .top-three-block.style01 .h2
    {
        margin-bottom: 0;
    }

    .top-three-block.style01
    {
        padding-top: 0;
    }

    .top-three-block.style01 .img-hold
    {
        overflow: visible;
    }

    .features-section.style04
    {
        padding-bottom: 0;
    }

    .positions
    {
        font-size: 12px;
    }

    .positions h2
    {
        margin-bottom: 0;
    }

    .positions h3
    {
        padding-top: 0;
    }

    #footer
    {
        display: none;
    }
}

@-webkit-keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@-webkit-keyframes slideLogos
{
    to
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}

@keyframes slideLogos
{
    to
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}
