body {
    font-family: "Montserrat";
    font-weight: 400
}

/*
body .wpb_video_wrapper iframe {
    visibility: hidden;
    display: none;
}

body.has-user-activities .wpb_video_wrapper iframe {
    visibility: unset;
    display: block;
}
*/

.theme-button,
button {
    font-family: "Montserrat"
}

#site-navigation .dropdown-menu .link-inner {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal
}

#site-navigation .dropdown-menu ul .link-inner {
    font-family: "Montserrat";
    font-weight: 400
}

h1,
h2,
h3,
.vcex-heading {
    font-family: "Montserrat";
    font-weight: 500
}

.wpb_text_column {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    color: #0c0c0c
}

.entry h1 {
    font-family: "Montserrat"
}

.entry h2 {
    font-family: "Montserrat";
    font-weight: 700
}

.entry h3 {
    font-family: "Montserrat";
    font-weight: 500
}

.vcex-heading {
    font-family: "Montserrat"
}

@media (max-width:1024px) {
    .wpb_text_column {
        font-size: 15px
    }
}

@media (max-width:959px) {
    .wpb_text_column {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .wpb_text_column {
        font-size: 14px
    }
}

@media (max-width:479px) {
    .wpb_text_column {
        font-size: 13px
    }
}

.shrink-sticky-header #site-logo img {
    max-height: 40px !important
}

#site-header {
    background-color: #fff
}

.vc_column-inner {
    margin-bottom: 40px
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
img,
strong,
ul,
li,
form,
label,
article,
figure,
header,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

article,
figure,
header,
nav {
    display: block
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    line-height: 1
}

article,
figure,
header,
main,
nav {
    display: block
}

a img {
    border: 0
}

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

.searchform label {
    display: block
}

ul.dropdown-menu {
    position: static;
    top: initial;
    left: initial;
    z-index: initial;
    display: block;
    min-width: 0;
    font-size: inherit;
    color: initial;
    text-align: initial;
    background-color: transparent;
    background-clip: initial;
    border: none;
    border-radius: 0
}

img {
    -ms-interpolation-mode: bicubic
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.skip-to-content {
    position: absolute;
    left: 8px;
    top: -46px;
    opacity: 0;
    color: #2c87f0
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.65;
    color: #666
}

.container {
    width: 980px
}

body.wpex-responsive .container {
    max-width: 90%
}

.container {
    margin: 0 auto
}

.content-full-width .content-area {
    width: 100%;
    max-width: none !important
}

#outer-wrap {
    overflow: hidden
}

#wrap {
    position: relative
}

body.content-full-width #content-wrap .content-area,
.content-full-width .content-area {
    width: 100% !important;
    max-width: none !important
}

#primary {
    padding-bottom: 40px
}

body.has-composer #primary {
    padding-bottom: 0
}

.clr:after,
.wpex-clr:after,
.vcex-clr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1
}

p {
    margin: 0 0 20px
}

strong {
    font-weight: 700
}

a {
    color: #1a73e8;
    text-decoration: none
}

h1,
h2,
h3 {
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin: 30px 0 20px
}

h1 {
    font-size: 1.50em;
    margin: 0 0 20px
}

h2 {
    font-size: 1.313em
}

h3 {
    font-size: 1.125em
}

ul {
    margin: 0 0 20px 30px
}

button,
input {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline
}

input[type="search"] {
    display: inline-block;
    color: #666;
    padding: .462em .769em;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .7
}

:-moz-placeholder {
    color: inherit;
    opacity: .7
}

::-moz-placeholder {
    color: inherit;
    opacity: .7
}

:-ms-input-placeholder {
    color: inherit;
    opacity: .7
}

.theme-button,
button {
    display: inline-block;
    background-color: #2c87f0;
    color: #fff;
    padding: .538em 1.077em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    margin: 0;
    border: 0;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    max-width: 100%;
    border-radius: 3px
}

.theme-button.blue {
    background: #4a97c2
}

.theme-button.clean {
    background: #fff;
    color: #3f90bd;
    border: 1px solid #ddd;
    background-image: linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -o-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -moz-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -webkit-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    font-weight: 600;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(180, 180, 180, .13);
    -moz-box-shadow: 0 1px 1px rgba(180, 180, 180, .13);
    box-shadow: 0 1px 1px rgba(180, 180, 180, .13)
}

.theme-button.clean.blue {
    color: #3f90bd
}

.theme-button.medium {
    font-size: 1.077em
}

.main-navigation .dropdown-menu>li.menu-item.current-menu-item>a {
    color: #1175e9
}

#searchform-dropdown {
    border-color: #1175e9
}

.wpex-dropdown-top-border #site-navigation .dropdown-menu li.menu-item ul.sub-menu {
    border-top-color: #1175e9
}

.wpex-hidden {
    display: none
}

.textcenter {
    text-align: center !important
}

.wpex-bars {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 22px;
    line-height: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.wpex-bars>span,
.wpex-bars>span::before,
.wpex-bars>span::after {
    background: #666;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    transform-style: preserve-3d
}

.wpex-bars>span {
    top: 50%;
    margin-top: -1px
}

.wpex-bars>span::before {
    top: -7px
}

.wpex-bars>span::after {
    bottom: -7px
}

.wpex-social-btn {
    display: block;
    display: inline-block;
    font-size: inherit;
    color: inherit;
    padding: 0;
    height: 1.846em;
    line-height: 1.846em;
    width: 1.846em;
    text-align: center;
    border-radius: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.wpex-has-overlay {
    z-index: 2;
    position: relative
}

.wpex-has-overlay .wpb_column,
.wpex-has-overlay .wpb_wrapper {
    position: relative;
    z-index: 2
}

.wpex-bg-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1 !important;
    border-radius: inherit
}

.wpex-bg-overlay-wrap .wpex-bg-overlay {
    position: absolute;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    background-repeat: repeat;
    opacity: .65
}

.wpex-carousel {
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.wpex-carousel-entry-media {
    text-align: center
}

.wpex-carousel-entry-media img {
    vertical-align: bottom
}

.wpex-site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .65)
}

#site-scroll-top {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #999;
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 16px;
    background: #f7f7f7;
    text-align: center;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#toggle-bar-wrap {
    background: #fff;
    width: 100%;
    visibility: hidden;
    opacity: 0
}

#toggle-bar-wrap.toggle-bar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    max-height: 100%;
    overflow: auto;
    padding: 40px 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    box-shadow: 0 0 6px rgba(0, 0, 0, .25)
}

.toggle-bar-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #252525;
    border-top: 20px solid #252525;
    z-index: 10002;
    color: #fff
}

.toggle-bar-btn span.ticon {
    position: absolute;
    font-size: 11px;
    top: -11px;
    left: 4px
}

#top-bar-wrap {
    font-size: .923em;
    border-bottom: 1px solid #eee
}

#top-bar {
    position: relative;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: ltr
}

#top-bar a {
    color: #555
}

.top-bar-right {
    float: right;
    margin-left: auto
}

#top-bar-social {
    position: relative
}

#top-bar-social ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    vertical-align: bottom
}

#top-bar-social li {
    float: left;
    margin-right: 5px
}

#top-bar-social li:last-child {
    margin-right: 0
}

#top-bar-social.social-style-none li {
    margin-right: 10px
}

#top-bar-social a {
    display: block;
    font-size: 14px
}

#top-bar-social a.wpex-social-btn {
    height: 26px;
    line-height: 26px;
    width: 26px;
    padding: 0
}

#top-bar-social a.wpex-social-btn-no-style {
    color: #bbb;
    font-size: 18px;
    width: auto
}

#site-header {
    padding: 0 !important;
    position: relative
}

#site-header-inner {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%
}

#site-logo {
    display: table
}

#site-logo a {
    height: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none
}

#site-logo img {
    display: inline;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%
}

#site-logo-inner {
    display: table-cell;
    vertical-align: middle
}

#site-navigation a {
    text-decoration: none
}

#site-navigation .link-inner .ticon {
    margin-right: .462em
}

#site-navigation .link-inner .ticon.wpex-menu-search-icon {
    margin: 0
}

#site-navigation .dropdown-menu li a .nav-arrow {
    margin-left: 4px;
    margin-right: 0
}

#site-navigation .dropdown-menu ul.sub-menu {
    background: #fff;
    border: 1px solid #eee
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item {
    padding: 0
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item a {
    display: block;
    float: none;
    padding: 8px 12px;
    height: auto;
    margin: 0;
    border: 0;
    line-height: 1.4em;
    color: #666;
    font-size: .923em;
    border-bottom: 1px solid #eee
}

#site-navigation .dropdown-menu ul.sub-menu li:last-child>a {
    border-bottom: 0
}

#site-header.fixed-scroll {
    z-index: 99;
    transform: translateZ(0)
}

#site-header.shrink-sticky-header {
    width: 100%
}

.anim-shrink-header #site-logo img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-one #site-logo {
    float: left;
    height: 100%
}

.navbar-style-one {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -25px;
    height: 50px
}

.navbar-style-one .dropdown-menu>li.menu-item>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 4px;
    color: #555
}

.navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: .5em 11px;
    border-radius: 3px
}

#mobile-menu a {
    position: relative;
    display: inline-block;
    color: inherit;
    font-size: 22px;
    margin-left: .769em
}

#mobile-menu a:first-child {
    margin-left: 0
}

body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px
}

#sidr-close {
    display: none
}

.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 12px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, .15)
}

.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 13px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.wpex-dropdowns-shadow-one ul ul.sub-menu,
.wpex-dropdowns-shadow-one #searchform-dropdown {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.wpex-dropdown-top-border #site-navigation .dropdown-menu li.menu-item ul.sub-menu {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-width: 3px;
    border-top-style: solid
}

.wpex-dropdown-top-border .dropdown-menu ul.sub-menu::before,
.wpex-dropdown-top-border .dropdown-menu ul.sub-menu::after {
    display: none
}

.wpex-flush-dropdowns .dropdown-menu ul.sub-menu::before,
.wpex-flush-dropdowns .dropdown-menu ul.sub-menu::after {
    display: none
}

body.page-header-disabled.no-header-margin #content-wrap {
    padding-top: 0
}

.searchform {
    position: relative
}

.searchform label {
    margin: 0;
    padding: 0
}

.searchform input {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    padding: .7em 30px .7em .8em
}

.searchform .searchform-submit {
    position: absolute;
    top: 50%;
    right: 14px;
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0;
    background: none;
    padding: 0;
    border: 0;
    outline: 0;
    color: inherit;
    font-size: .846em;
    opacity: .5
}

.wpex-menu-search-text {
    display: none
}

#searchform-dropdown {
    z-index: 10000;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 15px;
    width: 260px;
    border-top-style: solid;
    border-top-width: 3px;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    opacity: 0
}

#searchform-dropdown input[type="search"] {
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    background: #f4f4f4;
    height: auto;
    line-height: 1.65;
    padding: .7em .8em;
    border-radius: 0
}

#searchform-dropdown button {
    display: none
}

#site-scroll-top {
    font-family: 'ticons'
}

.searchform input:after {
    font-family: "ticons";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



.ticon {
    display: inline-block;
    font: normal normal normal 14px/1 ticons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ticon-search:before {
    content: "\f002"
}

.ticon-map-marker:before {
    content: "\f041"
}

.ticon-plus:before {
    content: "\f067"
}

.ticon-chevron-up:before {
    content: "\f077"
}

.ticon-phone:before {
    content: "\f095"
}

.ticon-phone-square:before {
    content: "\f098"
}

.ticon-twitter:before {
    content: "\f099"
}

.ticon-facebook:before {
    content: "\f09a"
}

.ticon-envelope:before {
    content: "\f0e0"
}

.ticon-linkedin:before {
    content: "\f0e1"
}

.ticon-angle-down:before {
    content: "\f107"
}

.ticon-youtube:before {
    content: "\f167"
}

.ticon-instagram:before {
    content: "\f16d"
}

.sf-menu,
.sf-menu ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu ul.sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 10001;
    min-width: 140px
}

.sf-menu>li.menu-item {
    float: left
}

.sf-menu li.menu-item>a {
    display: block;
    position: relative
}

.sf-menu {
    float: left
}

.sf-menu li.menu-item>a {
    zoom: 1
}

.sf-menu li.menu-item {
    position: relative;
    white-space: nowrap
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

body.has-mobile-menu .show-at-mm-breakpoint {
    display: none
}

@supports (-webkit-overflow-scrolling:touch) {
    input[type="search"] {
        font-size: 16px
    }
}

@media only screen and (max-width:959px) {
    body.has-mobile-menu .hide-at-mm-breakpoint {
        display: none
    }

    body.has-mobile-menu .show-at-mm-breakpoint {
        display: block
    }

    body.wpex-mobile-toggle-menu-icon_buttons #site-logo {
        height: 100%;
        float: left;
        text-align: left
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .tablet-fullwidth-columns .wpb_column {
        width: 100% !important;
        margin-left: 0 !important;
        height: auto !important
    }
}

@media only screen and (max-width:767px) {
    .hidden-phone {
        display: none !important
    }

    #wrap {
        width: 100% !important
    }

    #site-logo {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    #top-bar {
        display: block
    }

    #top-bar-social {
        line-height: 1.5em
    }

    #top-bar-social li {
        display: inline-block;
        float: none
    }

    .top-bar-right {
        float: none;
        text-align: center
    }

    .top-bar-right {
        padding-top: 10px
    }

    #site-scroll-top {
        right: 20px;
        bottom: 20px
    }
}

.vc_row {
    position: relative
}

.vc_row[data-vc-full-width] {
    overflow: visible
}

.wpb_row,
.wpb_content_element {
    margin-bottom: 0
}

.vc_row,
.wpb_row,
.wpb_column,
.vc_column-inner,
.wpb_content_element,
.vcex-module {
    border-color: transparent;
    border-style: solid
}

.wpex-vc-column-spacing-40 {
    margin-left: -20px;
    margin-right: -20px
}

.wpex-vc-column-spacing-40 .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px
}

.wpex-vc-row-stretched {
    visibility: hidden
}

.vc_single_image-wrapper {
    position: relative;
    overflow: visible
}

.wpb_single_image .vc_figure {
    position: relative
}

.wpb_text_column {
    max-width: 100%;
    margin: 0 auto
}

.wpb_text_column.has-custom-color p {
    color: inherit
}

.vcex-icon-wrap {
    display: inline;
    display: inline-block;
    text-align: center;
    position: relative;
    transform: rotate(0.0001deg)
}

.vcex-image-inner {
    display: inline-block
}

.vcex-image-inner img {
    width: 100%;
    vertical-align: bottom
}

.vcex-spacing {
    clear: both;
    display: block;
    width: 100%
}

.vcex-image-inner {
    position: relative;
    max-width: 100%
}

.vcex-heading {
    display: block;
    color: #000;
    font-size: 1.615em;
    margin: 0 auto;
    max-width: 100%
}

.vcex-heading-inner {
    display: inline-block
}

.vcex-list_item {
    margin-bottom: 5px;
    max-width: 100%
}

.vcex-list_item .vcex-icon-wrap {
    display: inline;
    display: inline-block;
    margin-right: 10px
}

.vcex-list_item .vcex-content {
    display: inline
}

.vcex-icon-box {
    position: relative;
    display: block
}

.vcex-icon-box p {
    margin: 0 0 10px
}

.vcex-icon-box p:last-child {
    margin: 0
}

.vcex-icon-box-heading {
    display: block;
    font-size: 1.077em;
    font-weight: 600;
    margin: 0 0 10px
}

.vcex-icon-box-icon {
    font-size: 28px;
    color: #000;
    display: inline;
    display: inline-block;
    zoom: 1;
    line-height: 1;
    text-align: center
}

.vcex-icon-box-icon * {
    color: inherit
}

.vcex-icon-box-one {
    padding-left: 50px;
    text-align: left
}

.vcex-icon-box-one .vcex-icon-box-icon {
    position: absolute;
    left: 0;
    top: 0
}

.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-user-check:before {
    content: "\f4fc"
}


.fab {
    font-family: "Font Awesome 5 Brands"
}

.fab {
    font-weight: 400
}

.fas {
    font-family: "Font Awesome 5 Free"
}

.fas {
    font-weight: 900
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-sm-12,
.vc_col-sm-4,
.vc_col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0
}

.wpb_content_element {
    margin-bottom: 35px
}

.vc_row[data-vc-full-width] {
    overflow: hidden
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
        min-height: 1em
    }
}

.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
    display: none
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_column-inner::after,
.vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%
}

.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-user-check:before {
    content: "\f4fc"
}


.fab {
    font-family: 'Font Awesome 5 Brands'
}

.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

b, strong {
    font-weight: bold !important;
}