/* @import url('http://example.com/example_style.css'); */
@import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/




@font-face {
    font-family: 'Raleway';
    src: url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-Medium.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-ExtraBold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-Black.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-Bold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}




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

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none; }
body {  margin:0; padding:0; font-size:19px; line-height:29px;  font-family: 'Raleway'; font-weight: normal;	color: #474747; font-weight: 500;  }


h1 { font-family: 'Raleway'; font-weight: 900; color:#000;  padding:15px 0 15px; margin:0; font-size:61px; line-height:68px; }
h2 { font-family: 'Raleway'; font-weight: 900; color:#0f9ada; padding:15px 0 15px; margin:0; font-size:46px; line-height:54px; }
h3 { font-family: 'Raleway'; font-weight: 900; color:#0f9ada; padding:10px 0 10px; margin:0; font-size:29px; line-height:36px; }
h4 { font-family: 'Raleway'; font-weight: bold; color:#fff; padding:10px 0 0px; margin:0; font-size:20px; line-height:24px; }
h5 { font-family: 'Raleway'; font-weight: bold; color:#000; padding:10px 0 10px; margin:0; font-size:18px; line-height:24px; }
h6 { font-family: 'Raleway'; font-weight: bold; color:#000; padding:10px 0 10px; margin:0; font-size:16px; line-height:18px; }

a{ color:#8cc540; }
a:hover{ color:#8cc540; transition:0.2s;  }

p { margin:0 0 10px; }
* + h1, * + h2, * + h3 { margin-top:25px; }
* + h4, * + h5, * + h6 { margin-top:20px; }
* + p { margin-top:15px;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }

.row-fluid .container{ max-width:1180px; margin:0 auto !important; float:none; padding:0 15px; }
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }


input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; margin-top: 6px; border:1px solid #ccc; background:#fff; height:40px; padding:0 14px;  border-radius: 4px; border: 1px solid rgb(153, 153, 153); font-size:16px; width:100%; font-family: 'Raleway';     
    font-weight: normal; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #01adf1; height:50px;  -webkit-appearance: none;    background: rgb(69, 183, 100);   border-radius: 4px;    width: 100%;    font-size: 18px;    font-weight: bold;    line-height: 24px; padding:8px 20px; color:#fff; display:inline-block; transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease;  margin-top:0; }
input[type=submit]:hover , button:hover {  }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }
select{     color: rgb(153, 153, 153);   font-weight: normal; }
.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
label{ font-size: 16px; font-weight: bold; line-height: 22px; }
span.hs-form-required {   display: none; }
ul.no-list.hs-error-msgs.inputs-list li label {   color: red;  font-weight: normal;   font-size: 13px; }
 fieldset.form-columns-1 .input {   margin-right: 0 !important; }


.row-fluid .container{ max-width:1170px; margin:0 auto !important; float:none; padding:0 15px; }
.flex-center{ display:flex; align-items:center; } 

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .cta-button a { background-color: #8cc540; color: #fff; transition:0.4s; text-decoration: none; display: inline-block; text-align: center; font-weight: 800; padding: 20px 20px;  float: none; box-sizing: border-box !important; font-size: 18px; letter-spacing: 2px; }
.row-fluid .cta-button a:hover{ background-color:#609c12; transition:0.4s; }

.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{  color:#8cc540; }
 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ color:#fff;     white-space: inherit;    max-width: 100%;  text-transform: uppercase;  font-weight: bold; letter-spacing: 1.2px;  font-size: 16px;      padding: 10px 12px; line-height: 22px; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{      font-size: 15px; white-space: inherit;   width: inherit;     text-transform: capitalize; }
   

@media  (min-width: 1169px){
  
  .row-fluid .navigation{     width: 67%; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {  margin-top: -5px; background: #424242; border-top: 5px solid #82c230; border-left: 1px solid #464646; border-right: 1px solid #464646; border-bottom: 1px solid #464646; text-align: left; width: 100%; text-transform: uppercase; min-width: 280px; padding: 5px 10px; top: 190%; transition: 0.4s; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{ top:100%; transition:0.4s; }
  
  .row-fluid .header{ transition: 0.4s;  top: 0;  left: 0;   right: 0; }
  .row-fluid .header.sticky{  position: fixed;  top: 0;  transition: 0.4s;   padding: 4px 0;   padding-bottom: 12px;   z-index: 6;   box-shadow: 0 0px 4px 0px rgba(252,252,252,0.25);} 
  .row-fluid .header.sticky .header-logo {   padding-top: 5px;   transition: 0.4s; }
  .header-logo{ transition: 0.4s; }

  
}

.row-fluid .header .row-fluid .navigation   .cta-button{ display:none; }




.row-fluid .gradient{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#109ad8+0,4bbc4b+100 */
background: #109ad8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #109ad8 0%, #4bbc4b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #109ad8 0%,#4bbc4b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #109ad8 0%,#4bbc4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#109ad8', endColorstr='#4bbc4b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



/* start home page style */

.row-fluid .header { background-color: #474747; }
.row-fluid .serach-trigger a img { max-width: 28px; }
.row-fluid .header .row-fluid .cta-button { margin: 0; width: 225px;}
.row-fluid .serach-trigger { margin: 0; width: 40px; margin-right: 12px; margin-top: 16px; }
.row-fluid .navigation { text-align: right; padding-right: 10px; margin-top: 10px; }
.row-fluid .header-right { padding-top: 10px; }
.row-fluid .header{     padding: 27px 0;   padding-bottom: 30px; }

.row-fluid .hero-row > div > div {   display: flex; }
.row-fluid .Hero-left-inner {  max-width: 816px;   float: right;        padding-bottom: 20px; padding-top: 10px;  padding-right: 60px;   padding-left: 15px;  }
.row-fluid .hero-row .title h1{ color:#fff; }
.row-fluid .subtitle{  color: #fff;  font-size: 26px;   }
.row-fluid .two-cta{     padding-top: 38px; }
.row-fluid .subtitle ul li { padding: 3px 0; font-size: 32px; line-height: 38px; list-style: none; position: relative; }
.row-fluid .subtitle ul li:before { content: ""; height: 7px; width: 7px; background-color: #fff; border-radius: 100%; position: absolute; left: -24px; top: 16px; }
.subtitle ul {  margin: 13px 0;   margin-left: -7px; }
.row-fluid .two-cta .cta-button {   display: inline-block;       vertical-align: top;  width: auto;     text-transform: uppercase }
.row-fluid .two-cta .cta-button:last-child {   padding-left: 12px; }

.row-fluid .two-cta .cta-button a{     padding: 27px 25px;  font-size: 22px;   line-height: 26px;  transition: 0.4s; color: #0f9ada;   background-color: #ffffff; }
.row-fluid .two-cta .cta-button a:hover{ opacity:0.8;     transform: translateY(-5px);  }
.row-fluid .Hero-left {  display: flex;  align-items: center;   flex-direction: row-reverse;  padding-bottom: 80px;   padding-top: 60px; }
.row-fluid .Hero-right{       background-size: cover;  background-position: center left;   margin: 0;  width: 35%; }

.row-fluid .deserve-section{ text-align:center; padding:35px 0; }
.row-fluid .deserve-icon img {  max-width: 125px; } 
.row-fluid .deserve-title { padding-top: 12px;   padding-bottom: 12px; }  


.deserve-details ul { padding: 0; margin: 0; display: inline-block; }
.deserve-details ul li { list-style: none; position: relative; margin: 25px 0; }
.deserve-details ul li:before { content: ""; position: absolute; height: 5px; width: 5px; background-color: #8cc540; border-radius: 100%; top: 10px; transform: translateX(-12px); }
.row-fluid .deserve-cta{  display: inline-block;  float: none;     margin-top: 40px; }
.row-fluid .deserve-cta a{    padding: 23px 28px;  font-size: 20px;    line-height: 22px; }
.row-fluid .deserve-details{      max-width: 849px;  margin: 0 auto !important;   float: none; }
.row-fluid .deserve-section {   padding-top: 85px;    padding-bottom: 45px; }

.row-fluid .video-section {   background-color: #fff;     padding: 80px 0; text-align:center; }
.video-textrow { float: left; width: 100%; }
.video-testicolumn { float: left; width: 100%; padding: 0 20px; text-align: center;     margin-top: 40px; }
.video-testrow { font-size: 22px; font-weight: 800; color: #fff; line-height: 27px; text-align: center; position: relative; display: inline-block; max-width: 507px; padding: 0 70px; letter-spacing: 1.2px; margin-bottom: 20px; }
.video-testrow:before { content: ""; background-image: url('https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/LeftQuote.png'); position: absolute; height: 50px; width: 50px; background-repeat: no-repeat; background-position: center; left: 0; z-index: 1; background-size: contain; }
.video-testrow:after { content: ""; background-image: url(https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/RightQuote.png); position: absolute; height: 50px; width: 50px; background-repeat: no-repeat; background-position: center; right: 0; z-index: 1; background-size: contain; bottom: 30px; }
.video-test { display: flex; max-width: 350px; align-items: center; margin: 0 auto;     padding-bottom: 40px; }
.video-tname { font-size: 19px; font-weight: 900; color: #000; line-height: 24px; text-align: center; position: relative; display: inline-block; letter-spacing: 1.2px; }
.vide-timage { width: 100px; float: left; }
.video-tname { width: calc(100% - 100px); padding-left: 15px; }
.video-row > div > div{ display:flex; align-items:center; }
.testi-sub h4 {   color: #000; }
.row-fluid .video-row {    border-top: 1px solid #474747;     padding-top: 90px; }
.row-fluid .video-testidetails{   padding-top: 15px;  max-width: 1000px;   margin: 0 auto !important;    float: none; }
.testi-sub.cta-button h4{        font-weight: 900; margin-bottom: 54px; }

.row-fluid .video-mainsection{ background-color:#474747;     padding: 90px 0; }
.row-fluid .video-mainsection iframe {   max-width: 700px;   height: 400px;    width: 100%; }
.serach-btn:hover {   color: #fff !important; }
 

.row-fluid .work-image img { max-width: 280px; }
.work-row { float: left; width: 100%;  margin-top: 60px;  margin-top: 60px;   display: flex;    flex-flow: wrap; }
.work-column { width: calc(33.33% - 30px); float: left; text-align: center; margin: 0 15px; padding: 0px 42px; position: relative;     margin-bottom: 67px; }
.work-icon img { max-width: 100px; }

.work-titlec { padding: 12px 0; padding-top: 22px; }
.work-column:before { content: ""; position: absolute; border-right: 1px solid #0f9ada; width: 2px; right: -15px; top: 50px; bottom: 0; }
.work-column:last-child:before { border: none; }
.row-fluid .work-section { text-align: center; padding-top: 85px; padding-bottom: 85px; }
.row-fluid .work-section .cta-button{ margin-top:0px; }
.row-fluid .work-section .work-title{     padding-top: 10px; }
.row-fluid .work-section  .row-fluid .cta-button a{     padding: 20px 24px;  }
.work-column:nth-child(3n):before {   border: 0; }

.row-fluid .three-step{ text-align:center;     overflow-x: hidden; padding:52px 0px;     padding-top: 65px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0593f5+0,52c137+100 */
background: #0593f5; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0593f5 0%, #52c137 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #0593f5 0%,#52c137 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #0593f5 0%,#52c137 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0593f5', endColorstr='#52c137',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
.row-fluid .title-main h2 {   color: #fff; }
.three-row { float: left; width: 100%; margin-top: 35px; position: relative; }
.three-column { float: left; width: calc(100% / 3  - 30px); margin: 0 15px; padding: 0 25px; position: relative; color: #fff; margin-bottom: 40px; }
.three-titlec h3 { color: #fff;     letter-spacing: 1px; }
.three-number { border: 2px solid #fff; width: 110px; height: 110px; display: flex; justify-content: center; margin: 0 auto; font-weight: 900; font-size: 48px; border-radius: 100%; margin-bottom: 15px; padding: 36px 0; line-height: 28px; }
.three-titlec { margin-bottom: 10px; padding-top: 10px; }
.three-column:before { height: 2px; background-color: #fff; position: absolute; width: calc(100% - 78px); content: ""; top: 54px; margin-left: 53px; }
.three-column:nth-child(3n):before { display: none; }
.three-row:before { content: ""; width: calc(100% - -136px); height: 2px; position: absolute; right: -100%; background-color: #fff; top: 54px; }
.three-row:after { content: ""; width: calc(100% - -136px); height: 2px; position: absolute; left: -100%; background-color: #fff; top: 54px; }

.row-fluid .work-maindetails{  font-size: 20px;  line-height: 26px;  max-width: 900px;   margin: 0 auto !important;  float: none;  padding-top: 22px;    padding-bottom: 25px;} 
.row-fluid .crm-advantage {  padding-top: 92px;  padding-bottom: 80px; }


.row-fluid .testimonials-area{ text-align:center; padding-bottom:130px;  }
.row-fluid .testimonials-row {   border-top: 1px solid #474747;   padding-top: 105px; }
.row-fluid .organization-title{      padding-bottom: 34px; }
.row-fluid .organization-text {   padding: 0 20px; }
.row-fluid .organization-row2 > div > div{ display:flex; align-items:center; }
.organization-row .cta-button{     margin-top: 90px; }


.row-fluid .organization-section{ padding:28px 0; text-align:center;     padding-bottom: 100px; }
.row-fluid .header .row-fluid .cta-button a{   padding: 20px 16px; }
.row-fluid .organization-row{  border-top: 1px solid #000;  padding-top: 82px; }

.testimoniale-column { float: none; width: 100%; display: flex;     max-width: 1048px; margin: 0 auto;     margin-top: 45px; }
.testimoniale-image { width: 230px; float: left; }
.testimoniale-text { float: left; width: calc(100% - 230px); text-align: left; padding-left: 50px; }
.testi-button { float: left; width: 100%; margin-top: 40px; }
.testi-button a { font-weight: 900; color: #0f9ada; font-size: 38px; line-height: 44px; }

.testimoniale-details { font-size: 24px; font-weight: 800; line-height: 30px; text-align: center; position: relative; display: inline-block; padding: 0 70px; letter-spacing: 1.2px; margin-bottom: 20px; }
.testimoniale-details:before { content: ""; background-image: url(https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/LeftQuote.png); position: absolute; height: 50px; width: 50px; background-repeat: no-repeat; background-position: center; left: 0; z-index: 1; background-size: contain; }
.testimoniale-details:after { content: ""; background-image: url(https://cdn2.hubspot.net/hubfs/76666/Fonts%202019/RightQuote.png); position: relative; height: 50px; width: 50px; background-repeat: no-repeat; background-position: center; right: 0; z-index: 1; background-size: contain; bottom: 0; display: inline-block; margin-bottom: -25px; margin-left: 10px; }
.profile-name { font-size: 20px; text-align:center; font-weight: 800; line-height: 26px; margin-top: 15px; }

.row-fluid .footer { background-color: #424242;     padding-top: 95px;     padding-bottom: 80px; }
.row-fluid .bottom-footer { text-align: center; }
.row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { text-decoration: none; color: #fff; font-weight: bold; }
.row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { display: inline-block; padding: 10px 0; font-size: 16px;   line-height: 24px; white-space: inherit; max-width: inherit; color: #fff; }
.row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{ color: #7fc41c; transition: 0.4s; }
.row-fluid .footer  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {     font-size: 16px;   line-height: 24px; padding: 10px 0; white-space: inherit; max-width: inherit; color: #fff; font-weight: bold; }
.row-fluid .ft-col h4 { text-align: center; position: relative; padding-bottom: 22px; padding-top: 0; }
.row-fluid .ft-col h4:before { border-bottom: 1px solid #8cc540; position: absolute; content: ""; bottom: 0; left: 0; right: 0; width: 129px; margin: 0 auto; }

.ft-whatsnew ul { padding: 0; margin: 0; }
.ft-whatsnew ul li { padding-bottom: 20px; }
.ft-whatsnew ul li a { color: #fff; text-decoration: none; font-size: 16px; line-height: 24px; font-weight: bold; transition: 0.4s; }
.ft-whatsnew ul li a:hover { color: #7fc41c; transition: 0.4s; }

.row-fluid .ftresource-menu ul{     column-count: 2; }

.row-fluid .footer  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{ color: #7fc41c; transition: 0.4s; }
.row-fluid .suppor-title {  margin-top: -23px; }
.row-fluid .support-menu {   margin-top: 21px; }

.row-fluid .ft-aboutus a { text-decoration: none; font-weight: bold; color: #7fc41c; font-size: 22px; line-height: 26px; }
.row-fluid .ft-aboutus { color: #fff; font-size: 16px; line-height: 26px; font-weight: 500; }
.row-fluid .ft-aboutus a.f-legal { font-weight: bold; font-size: 18px !important; line-height: 24px !important; margin: 12px 0 !important; display: inline-block; margin-top: 26px !important; }

.ft-sociallink { background-color: rgba(0, 0, 0, 0.15); text-align: center; padding: 6px 5px;     margin-top: 5px; }
.ft-sociallink a {  margin: 0px 11px;  font-size: 20px;    display: inline-block; }

.ft-logo img { max-width: 270px; }
.ft-logo { margin-bottom: 28px; }
.row-fluid .bottom-footer { color: #fff; }
.row-fluid .bottom-deve { padding-top: 20px; }
.row-fluid .bottom-footer { margin-top: 50px; }
.row-fluid .f-lcomunt{ margin-top:-25px; }
.row-fluid .f-lcomunt-m{ margin-top:9px; }

.row-fluid .input-search { position: fixed; top: 0; bottom: 0; left: 0;  transform: translateY(-100%);   transition: 0.4s; right: 0; background-color: #474747;     z-index: 99999999999; display: flex; align-items: center; justify-content: center;  }
.row-fluid .input-search-row { width: 498px; max-width: 100%; }
.row-fluid .input-search-row input { height: 51px;     padding-right: 52px; }


.row-fluid .input-search-row {   position: relative; }
.serach-btn { position: absolute; top: 16px; font-size: 30px; right: 0; cursor: pointer; background: #8cc540; top: 6px; bottom: 0; color: #fff; padding: 10px 15px; border-radius: 0 3px 3px 0; }
.row-fluid .serach-trigger a {   cursor: pointer; }
.searchone  .row-fluid .input-search{ transform: translateY(0);   transition: 0.4s;  }
.searchone {     cursor: pointer; position: absolute;  top: 0;   right: 0;   font-size: 34px;   text-align:right;    padding: 30px 52px; }
.closs a{ float:right; }

/* end home page style */


/* resul Page Css */
.row-fluid .result-body{ padding:70px 0; }
.row-fluid .result-body ul li{     border-bottom: 1px solid #0f9ada; display: inline-block;    padding: 18px 0;  margin-bottom: 15px;  width: 100%; }
.row-fluid .result-body ul li a{ color: #8cc540;  font-size: 22px; line-height: 26px; }
.row-fluid .result-body ul li a:hover,.row-fluid .result-body .hs-search-results__next-page:hover{ opacity:0.7; }
.row-fluid .result-body ul li p{  color: #000; font-size: 16px;   line-height: 24px }
.row-fluid .result-body .hs-search-results__next-page{  color: #015f81; }
.row-fluid .result-body .row-fluid .container{ max-width: 950px; }

.result-title,.result-title{ text-align:center }
.result-title h1 {   color: #0f9ada; }
.result-title{ padding-bottom:20px; }

.row-fluid .client-row { border-bottom: 1px solid #000; padding-top: 85px; text-align: center;     padding-bottom: 85px; }
.row-fluid .client-section { padding-top: 30px; }
.row-fluid .client-text { padding: 0 50px; }
.row-fluid .client-text .details {   padding-top: 17px; }

.invisible-video{ position:relative;  }
.invisible-video:before {   position: absolute;    content: "";    top: 0;   bottom: 0; right: 0;  left: 0;  z-index: 5;  opacity: 0.8;   background: #474747;}

.border-b{ position:relative;  }
.border-b:before{   position: absolute;    content: "";  border-top: 1px solid #474747;    bottom: 0;    max-width: 1170px;    margin: 0 auto !important;
    height: 2px;    left: 0;    right: 0; }

.blog-section{ position: relative;   z-index: 9; }



@media  (min-width: 991px){
  .row-fluid .Hero-left-inner{     width: 800px; }

}



@media  (max-width: 1170px){
   
/* === menu === */
  
      
 
.mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow:    none;box-shadow: none; max-width: none;width: 100%;height: auto;
line-height: 1;  font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
a.mobile-trigger {  display: inline-block !important;  cursor: pointer;   position: absolute;   top: 19px;     right: 15px;       width: 44px;   height: 44px;   padding: 12px 10px;
  background: #474747;  z-index: 99999999999;  -webkit-transition: background-color 0.2s linear;   font-size: 16px;  font-weight: normal;  text-align: left;  text-transform: uppercase;
  border-radius: 6px;  -webkit-transition:color .2s ease-in;   -moz-transition:color .2s ease-in;  transition:color .2s ease-in;}
a.mobile-trigger:hover {  text-decoration: none;   color: #fff;}
a.mobile-trigger span{  display: inline;}
a.mobile-trigger span:before{  position: absolute;  content: 'Menu'; }
a.mobile-trigger span:after{  position: relative;  right: 2px;  content: 'Close'; 
  background-color: #474747;  opacity: 0;  transition: opacity .4s ease-in-out;  -moz-transition: opacity .4s ease-in-out;  -webkit-transition: opacity .4s ease-in-out; }

/* Change button when menu is open */
.mobile-open a.mobile-trigger{  -webkit-transition:background-color 0.2s linear;   -moz-transition:background-color 0.2s linear;   transition:background-color 0.2s linear;  background: transparent;   }
.mobile-open a.mobile-trigger span:after{ opacity: 1; }

/* Toggle Button Icon & Animations */
a.mobile-trigger i {  display: inline;  position: relative;  top: -2px;  margin-left: 0;  -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s;  -moz-transition-duration: 0s;  -moz-transition-delay: .2s;
  transition-duration: 0s;  transition-delay: .2s;}
a.mobile-trigger  i:before, a.mobile-trigger i:after {  position: absolute;  content: '';}
a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {  width: 24px;  height: 3px;  background-color: #fff;  display: inline-block;}
a.mobile-trigger  i:before {  margin-top: -8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
a.mobile-trigger  i:after {  margin-top: 8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
.mobile-open a.mobile-trigger i {  background-color: rgba(0,0,0,0.0);  -webkit-transition-delay: .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
  box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);}
.mobile-open a.mobile-trigger i:before {  margin-top: 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition-delay: 0, .2s;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:  0px 1px 1px rgba(0, 0, 0, 0);}
.mobile-open a.mobile-trigger i:after {  margin-top: 0;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

/* Child Toggle Button */
span.child-triggerm {  display: block !important;   cursor: pointer;   position: absolute;  top: 0px;  right: 0px;  width: 55px !important;  min-width: 55px !important;  height: 45px !important; 
  padding: 0 !important;  border-left: 1px dotted rgba(255, 255, 255, .20);}
span.child-triggerm:hover {  text-decoration: none;}

/* Child Toggle Button Icon & Animations */
span.child-triggerm span {  position: relative;  top: 50%;   margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s;  transition-duration: .2s;}
span.child-triggerm span:after {  position: absolute;  content: '';}
span.child-triggerm span, span.child-triggerm span:after {  width: 10px;  height: 1px;   background-color: #fff;  display: block;}
.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
span.child-triggerm span:after {  -webkit-transform: rotate(-90deg);   -ms-transform: rotate(-90deg);  transform: rotate(-90deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}
span.child-triggerm.child-open span:after {  -webkit-transform: rotate(-180deg);   -ms-transform: rotate(-180deg);  transform: rotate(-180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}
span.child-triggerm.child-open span {  -webkit-transform: rotate(180deg);   -ms-transform: rotate(180deg);  transform: rotate(180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}

/* Menu Styles on Mobile Devices */  
.mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{  display: none;}  
.mainmenu ul.hs-menu-children-wrapper {  visibility: visible !important;  opacity: 1 !important;  position: static !important;  display: none;}
.mainmenu.js-enabled .hs-menu-flow-horizontal{  position: absolute;  top: 0px;   left: 0px;   width: 100%;  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.65);}
.mainmenu .hs-menu-flow-horizontal{  padding: 60px 0 0 0;  background-color: #474747;   width: 100%;  z-index: 8888;}
.mainmenu .hs-menu-flow-horizontal > ul > li{  position: relative;}
.mainmenu .hs-menu-flow-horizontal > ul > li a{  font-size: 17px;  line-height: 45px;  overflow: visible;}
.mainmenu .hs-menu-flow-horizontal ul li{  border-top: 1px dotted rgba(255, 255, 255, .35); }
.mainmenu .hs-menu-flow-horizontal ul li a{  padding: 0 10px;}
.mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #fff; }
.mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
.mainmenu .hs-menu-flow-horizontal > ul ul li a{  text-indent: 10px;  font-size: 16px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{  text-indent: 50px;}

 .row-fluid .header .row-fluid .cta-button{ display:none; }
.row-fluid .header .row-fluid .navigation   .cta-button{ display:block;     width: 100%; }
.row-fluid .header .row-fluid .navigation .cta-button a {  padding: 15px 0; }

  .row-fluid .serach-trigger{   right: 50px;     position: absolute;  top: 12px; }
 .row-fluid .header{  padding: 15px 0;  padding-bottom: 15px; } 
 .row-fluid .header-logo img {   max-width: 178px; }
 
  .video-iframe iframe {   width: 100%; }
  .mobile-open .navigation a.mobile-trigger{  top: 7px;  }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{     padding: 12px 12px; }
  
  .progress-indicator .progress-container{ display:none; } 
  
  .row-fluid .Hero-left{    flex-direction: inherit; }
  
  
  
}


@media  (max-width: 992px){

  .row-fluid .two-cta{     margin-top: 20px; }
 .row-fluid .container{  max-width: 768px; }
  .row-fluid .Hero-left-inner{     padding-right: 30px; }
  h1{     font-size: 52px;  line-height: 60px; }
  .row-fluid .two-cta {   padding-top: 0; }
  .row-fluid .Hero-left{    padding-bottom: 60px;  padding-top: 40px; }
  
  .row-fluid .subtitle{      padding-top: 0;   font-size: 23px; }
  h2{     font-size: 38px;  line-height: 44px; }
  .row-fluid .video-section{     padding: 63px 0; }
  .video-row > div > div{     flex-direction: column; }
  .video-row > div > div > div {  width: 100% !important;   float: left !important;    margin: 0; }
  .row-fluid .video-iframe {  margin-bottom: 35px; }
  .work-column{     padding: 0px 0; }
  .work-row{     margin-top: 30px; }
  .three-column{     padding: 0 0px; }
  
  .row-fluid .testimonials-row{     padding-top: 55px; }
  .row-fluid .testimonials-area{     padding-bottom: 84px; }
  .row-fluid .crm-advantage{     padding-bottom: 85px; }
  .testi-button a{     font-size: 34px;  line-height: 40px; }
  
  .row-fluid .two-cta .cta-button:first-child { margin-bottom: 15px; }
  .row-fluid .two-cta .cta-button a { width: 100%; }
  .row-fluid .two-cta .cta-button { width: 100%; margin: 0; }
  
  
  .row-fluid .suppor-title { margin-top: 0; }
.row-fluid .ft-col { width: 33.33%; padding: 0 15px; margin: 0; margin-bottom: 40px; }
.row-fluid .support-menu { margin-top: 0; }
.row-fluid .f-lcomunt { margin-top: 0; }
.row-fluid .f-lcomunt-m { margin-top: -13px; }
.ft-whatsnew ul li a { font-size: 13px; line-height: 22px; }
.row-fluid .footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a { font-size: 13px; line-height: 20px; padding: 5px 0; }
.row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 5px 0; font-size: 13px; line-height: 20px;     word-break: break-all; }
.row-fluid .top-footer .container > div > div{ display:flex;     flex-flow: wrap; }  
.row-fluid .f-title {  margin-bottom: 22px; }  
.row-fluid .bottom-footer{     margin-top: 0; }  
.row-fluid .footer{  padding-top: 48px;   padding-bottom: 40px; }
.row-fluid .bottom-footer{   font-size: 16px;   line-height: 24px; }  
.row-fluid .header .container {  width: 100%;  max-width: 100%; } 
.row-fluid .result-body {   padding: 45px 0; }
  .row-fluid .Hero-right,.row-fluid .Hero-left{     width: 100%; }
  .row-fluid .client-text{     padding: 0; }
  .row-fluid .organization-row2 > div > div{     flex-direction: column; }
  .row-fluid .organization-text{   padding: 0;  margin-top: 30px;    width: 100%; }
  .row-fluid .hero-row > div > div{     flex-direction: column; }
  .row-fluid .Hero-right{ display:none; }
  .row-fluid .client-row{     padding-top: 50px;     padding-bottom: 22px; }
  .row-fluid .video-row{     padding-top: 55px; }
  .row-fluid .video-mainsection{     padding: 75px 0; }
  .row-fluid .work-section{   padding-top: 42px;   padding-bottom: 60px; }
  .row-fluid .organization-row{     padding-top: 58px; } 
  .organization-row .cta-button {   margin-top: 50px; }
  .row-fluid .two-cta .cta-button:last-child{ padding-left:0; }
  
}


@media  (max-width: 767px){
br{ display:none; }
 .testimoniale-column{     flex-direction: column; }
  .testimoniale-text{ width:100%;     padding-left: 0; }
  .testimoniale-image{ width:100%;  }
  .work-column{      width: calc(100% - 30px);     margin-bottom: 48px; }
  .work-column:before{ display:none; }
  .three-row:before,.three-row:after,.three-column:before,.three-column:after{ display:none; }
  .three-column{     width: calc(100% / 1 - 30px); }
  .row-fluid .ft-col{ width:100%; }
  .row-fluid .Hero-left-inner{     padding-right: 15px; }
  .row-fluid .Hero-left-inner{  padding: 0 15px;  padding-bottom: 30px; }
  .row-fluid .deserve-section {  padding-top: 55px;   padding-bottom: 55px; }
  h2 {   font-size: 32px;   line-height: 41px; }
  .video-testicolumn{     padding: 0 0; }
  .video-testrow{     font-size: 18px;     line-height: 24px;    padding: 0 15px; }
  .video-tname{     font-size: 14px;     line-height: 21px;  }
  .row-fluid .video-section{     padding-bottom: 50px; }
  .video-testrow:before,.video-testrow:after{     height: 15px;   width: 15px; } 
  .video-testrow:after{     bottom: 0; }
  .row-fluid .work-section{     padding-top: 30px;  padding-bottom: 58px; }
  .row-fluid .three-step{     padding: 30px 0px; }
  .row-fluid .testimonials-row {  padding-top: 25px; }
  .testimoniale-column{     margin-top: 22px; }
  .testimoniale-details{     margin-top: 30px;  font-size: 20px;      padding: 0 15px;  line-height: 27px; }
  .testimoniale-details:before,.testimoniale-details:after{     height: 15px;  width: 15px; }
  
  .profile-name{  font-weight: 800;  line-height: 23px;   margin-top: 20px;     font-size: 16px; }
  .testi-button a {   font-size: 26px;    line-height: 38px; }
  .testi-button{     margin-top: 30px; }
  .row-fluid .testimonials-area {  padding-bottom: 50px; }
  .row-fluid .header-right{     padding-top: 0; }
  .row-fluid .header{     padding-bottom: 5px; }
  
  .row-fluid .bottom-footer * {  display: inline-block;   width: 100%; }
  .row-fluid .hero-row > div > div{     flex-direction: column; }
  .row-fluid .Hero-left-inner{     max-width: 100%; }
  .row-fluid .Hero-right{   height: 360px;  margin-top: 40px;   border-bottom: 1px solid #ccc; }
  .row-fluid .ft-col h4:before{ margin:0; }
  .row-fluid .ft-col h4{ text-align:left; }
  .searchone{     padding: 12px 20px; }
  .row-fluid .input-search-row{     width: 280px; }
  .result-title {   padding-bottom: 0; }
  .row-fluid .result-body{   padding: 34px 0; }
  
  .row-fluid .Hero-right{ display:block; }
  h1 {   font-size: 42px;    line-height: 53px; }
  .row-fluid .subtitle ul li{   padding: 0px 0;  font-size: 24px;   line-height: 36px; }
  .row-fluid .Hero-left {   padding-bottom: 30px;   padding-top: 30px; }
  .row-fluid .Hero-right{     margin-top: 0; }
  .row-fluid .video-section{ padding:38px 0;  }
  .row-fluid .video-row {   padding-top: 38px; }
  .row-fluid .client-section{      padding-top: 0;  }
  .row-fluid .organization-row{     padding-top: 39px; }
  .row-fluid .work-section{     padding-bottom: 40px; }
  .row-fluid .organization-section{     padding-bottom: 72px; }
  .row-fluid .client-row{     padding-top: 40px; }  
 .row-fluid .video-mainsection {  padding: 50px 0; }
  .successwithcrm-video a{     height: 169px; }
  
}
/* end home page style */


/*****************************************/
/* Windmill 2020 Styles Here   */
/*****************************************/

.hero-banner .bgimg-main { background-size: cover; padding: 60px 0; background-position: center right;}
.hero-banner h1 { font-size: 42px; line-height: 50px; max-width:700px;}
.hero-banner p, .hero-section .row-fluid .subtitle ul li {font-size: 20px; line-height: 28px; margin-bottom: 0;}
.hero-banner .container .row-number-2 {max-width: 720px;}
.product-columns { padding:60px 0 20px; background-color: #F3F3F3; }
.product-columns .widget-type-custom_widget {margin-bottom:40px;}
.skinny { max-width:700px; float: none !important; margin-right: auto; margin-left: auto !important; }
.reassurace-statement {padding: 60px 0 80px; text-align: center;}
.self-qualification-statement {background: #474747; padding: 60px 0 80px; color: white; }
.self-qualification-statement h2, .self-qualification-statement h3 {color: white;}
