@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

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




body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background: #fff ;
  font-family: 'Lato', sans-serif;
  margin:0 auto;
  //opacity:0;
}

body  {
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

.row-fluid [class*="span"].wrapper-large{
  max-width:1630px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px; 
}

h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color:#000000;
}

.zero-margin h1,
.zero-margin h2,
.zero-margin h3,
.zero-margin h4,
.zero-margin h5,
.zero-margin h6,
.zero-margin p,
.zero-margin a{
  margin-bottom:0;
}

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;
  cursor:pointer;
}

h1{
  font-size: 51px;
  font-weight: 900;
  letter-spacing: 0.64px;
  margin-bottom: 40px;
  line-height:54px;
}

h2{
  font-size: 48px;
  font-weight: 900;
  line-height:54px;
  letter-spacing:0.6px; 
  margin-bottom:0;
}

h3{
  font-size:29px;
  font-weight: 900;
  line-height:32px;
  letter-spacing:0.36px;
  margin-bottom:15px;
}

h4{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height:24px;
  letter-spacing:0.56px;
}

h5{
  font-size: 16px;
  line-height:18px;
  font-weight: 500;
  margin-bottom:5px;
  letter-spacing:0.2px;
}

h6{
  font-size:13px;
  font-weight:500;
  line-height:18px;
  letter-spacing:0.16px;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.09px;
  font-weight: normal;
  color: #292929;
  font-family: 'Merriweather', serif;
}

.small-p p{
  font-size:14px;
  line-height: 23px;
  letter-spacing: -0.08px;
  font-weight: normal;
} 

.blog-p p{
  font-size:18px;
  line-height:33px;
  letter-spacing:-0.11px;
  font-weight:normal;
}

.bold-p p{
  font-size:19px;
  line-height:24px;
  letter-spacing:-0.4px;
  font-weight:bold;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
}

@media(min-width:768px){

  .body-container-wrapper{
    margin-top:68px;
  }

}


.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  position:relative;
  margin-left:10px;
  margin-bottom:8px;
}

.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style li ul{
  margin:0;
  padding:0;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

.body-container-wrapper ul li a{
  font-size:13px;
}

blockquote{
  margin: 0;
  font-size: 35px;
  line-height:45px;
  font-style: normal;
  color: #a9a9a9;
  font-weight: normal;
  padding-left: 17px;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: -2.71px;
}

.body-container-wrapper .widget-type-cta{
  margin-top: 10px;
}

body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  font-size: 17px;
  line-height: normal;
  padding: 14px 32px;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 32px;
  margin-bottom: 0;
  position: relative;
  border:none;
  z-index: 1;
}

body a.cta_button[title]:after,
body .container-fluid .row-fluid .hs-button:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(90deg, #15CABE 0%, #15CABE 99.91%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
  color: #fff;
}

body a.cta_button[title] span,
body .container-fluid .row-fluid .hs-button span{
  position:relative;
  z-index:3;
}

body a.cta_button[title]:hover:after,
body .container-fluid .row-fluid .hs-button:hover:after{
  opacity: 1;
}



/* body a.cta_button[title]:after,
body .container-fluid .row-fluid .hs-button:after{
content: '';
position: absolute;
width: 90%;
bottom: 0;
left: 0;
background-color: #15cabe;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
border-radius: 32px;
z-index: -1;
top:0;
right:0;
}


body a.cta_button[title]:hover:after,
body .container-fluid .row-fluid .hs-button:hover:after{
transform-origin: bottom left;
transform: scaleX(1);
overflow: hidden;
width: 100%;
} */



.smallest-p p{
  font-size:14px;
  line-height:25px;
  letter-spacing:0;
}

body .simple-cta a.cta_button[title]{
  background:transparent;
  border-radius:32px;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
  position:relative;
  color: #02A4DF;
  font-size:18px;
  line-height:22px;
}

body .simple-cta a.cta_button[title]:hover{
  box-shadow:none;
}

.simple-cta a:after{
  content: '';
  background: url(https://www.eclipxcommercial.com.au/hubfs/EclipxCommercial%20Assets%20August%202017/Images/right-arrow%20%282%29.svg?t=1535456286534);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 16px;
  height: 16px;
  right: 0;
  top: 2px;
  position: absolute;
  z-index: 2;
  transition:0.2s all ease-in;
}  

.simple-cta a:hover:after{
  right:-5px;
  transition:0.3s all ease-in;
}

body .white-cta a.cta_button[title]{
  background:#fff;
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  font-family: "LL Circular Medium Web";
  font-weight:500;
}


@media(max-width:795px) and (min-width: 768px){
  body .white-cta a.cta_button[title]{
    font-size: 13px;
  }
}

@media(max-width:767px){
  body .white-cta a.cta_button[title]{
    display: none;
  }
}

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:;
  z-index: -1;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a,
.all-text-white .simple-cta a.cta_button,
.all-text-white.simple-cta a.cta_button{ 
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
  margin:0;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:8;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}



@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     

}



.body-container-wrapper h2,
.body-container-wrapper h3,
.body-container-wrapper h4,
.body-container-wrapper h5,
.body-container-wrapper h6{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}






/*========================================================
Typography Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

  .row-fluid [class*="span"].wrapper-large{
    padding-left:40px;
    padding-right:40px; 
  }

  .border-left h2{
    padding-left:20px;
  }

  .border-left h2:after{
    left:0;
  }

  .bold-p p{
    font-size:17px;
  }

  /* h1 {
  font-size: 36px;
  line-height:37px;
  letter-spacing:0.45px;
  font-weight:500;
}

  h2 {
  font-size: 31px;
  line-height:37px;
  letter-spacing:0.39px;

}

  h3 {
  font-size: 25px;
  line-height:32px;
  letter-spacing:0.31px;
}

  h4{
  font-size: 18px;
  line-height:24px;
  letter-spacing:0.63px;
}

  h5{
  font-size:16px;
  line-height:18px;
  letter-spacing:0.2px;
  font-weight:500;
}


  h6{
  font-size:13px;
  line-height:18px;
  letter-spacing:0.16px;
  font-weight:500;
} */

  body a.cta_button,
  body .container-fluid .row-fluid .hs-button{    
    padding:14px 25px;
    font-size:14px;
  }

  p,.body-container-wrapper li{
    font-size:16px;
    line-height:32px;
    letter-spacing:0px;
    font-weight:normal;
  }

}




@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  .border-left h2{
    padding-left:20px;
  }

  .border-left h2:after{
    left:0;
  }

  h1 {
    font-size: 36px;
    line-height:37px;
    letter-spacing:0.45px;
    font-weight:900;
  }

  h2 {
    font-size: 31px;
    line-height:37px;
    letter-spacing:0.39px;

  }

  h3 {
    font-size: 25px;
    line-height:32px;
    letter-spacing:0.31px;
  }

  h4{
    font-size: 18px;
    line-height:24px;
    letter-spacing:0.63px;
  }

  h5{
    font-size:16px;
    line-height:18px;
    letter-spacing:0.2px;
    font-weight:500;
  }


  h6{
    font-size:13px;
    line-height:18px;
    letter-spacing:0.16px;
    font-weight:500;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  p,
  .body-container-wrapper li{
    font-size:16px;
    line-height:27px;
  }

  .change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

}


@media (max-width:480px){

  .body-container-wrapper a.cta_button, body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    width:100%;
    box-sizing:border-box!important;
  }

  .body-container-wrapper .simple-cta a.cta_button{
    width:auto;
  }

}

/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -4.5%;
}


body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 4%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 35px auto 0;
    float: none;
  }

  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

}




/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }   
}










/*==================================================
Six Col Adjust 
==================================================*/

body .container-fluid .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -6.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 13.5%;
  -webkit-flex-basis: 13.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

  body .container-fluid .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}




/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}





/*=========================================================
FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  color:#292929;
}

:-moz-placeholder {
  color:#292929;
}

::-moz-placeholder {  
  color:#292929;
}

:-ms-input-placeholder {  
  color:#292929;
}

select::-ms-expand {
  display: none;
}



.row-fluid form li{
  margin:0;
}

textarea{
  overflow:hidden;
  resize:none;
}

.row-fluid  form li:before{
  display:none;
}

.submitted-message{
  text-align:center;
}

body .row-fluid  form input,
body .row-fluid  form select,
body .row-fluid  form textarea{
  height: 85px;
  color:#292929;
  font-size: 18px;
  background:#fff;
  line-height: 22px;
  letter-spacing: 0px;
  padding: 0;
  margin-bottom: 10px;
  border-radius: 3px;
  padding:0 30px;
  font-weight: 900;
  border:none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:43px;
}

body .row-fluid  form input:placeholder,
body .row-fluid  form select:placeholder,
body .row-fluid  form textarea:placeholder{
  color:#292929;
  font-weight:900;
  font-size:22px;
}

.row-fluid  form textarea{
  height:160px; 
  resize:none;
}

.row-fluid  form select{
  color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:none;
}

.row-fluid form input::placeholder{
  font-size:18px;
  line-height:22px;
  letter-spacing:0;
  font-weight:900;
  font-family: 'Lato', sans-serif;
}

.row-fluid form input:-ms-input-placeholder,
.row-fluid form textarea:-ms-input-placeholder{
  font-size:18px;
  line-height:22px;
  letter-spacing:0;
  font-weight:900;
  color:#292929;
  font-family: 'Lato', sans-serif;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 16px;
  line-height: normal;
  letter-spacing:0;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
  margin-top: 3px;
  color: #7b98a4;
  font-family:'neuzeit-grotesk';

}

.row-fluid form .hs_submit .actions{
  text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 30px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: 1px;
  letter-spacing: 0.3px;
  margin-left: 70px;
  left: 31px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

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

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}


.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  /*background: #fff url(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;*/
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  /*background: #fff;*/
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid ;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  /*background: ;*/
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}



@media(max-width:767px){

  body .row-fluid form input, body .row-fluid form select, body .row-fluid form textarea{
    height: 65px;
    padding:0 33px;
    margin-bottom: 10px;
    font-size:18px;
  }

  body .row-fluid .lp-section3 .form-container form textarea{
    height: 187px!important;
    padding: 24px 33px!important;
  }

  .row-fluid form input::placeholder,
  .row-fluid form select::placeholder,
  .row-fluid form textarea::placeholder{
    font-size: 18px;
    line-height: 22px;
  }
}



@media (max-width:480px){

  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}



/*********************************** TYPOGRAPHY SECTION END ***************************************************/









/************************ Header Section Styling Start **********************/

@media(min-width:768px){

  .header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 4;
    transition: all ease-in-out .2s;
    top:0px;
  }

  .header-container-wrapper.nav-up {
    top:-81px;
  }  

}


.header-section{
  padding: 15px 0 22px;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.15);
  background-color: #ffffff;
  position:relative;
  z-index:3;
}

.header-section .col-3 .image-icon.search-change .close-icon{
  display:block;
}

.header-section .col-3 .image-icon.search-change .search-icon{
  display:none;
}

.header-section .col-3 .image-icon .close-icon{
  display:none;
}

.header-section .wrapper{
  position:relative;
}

.header-section .menu-container ul li.hs-menu-depth-1>a{
  font-size: 14px;
  color: #000;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  padding: 5px 30px 0;
  letter-spacing: 0.17px;
  line-height: 17px;
  padding-right:0;
  padding-left:0;
}

.header-section .menu-container ul li.hs-menu-depth-1 a:after,
.header-section .menu-container ul li.hs-menu-depth-1.active a:after{
  content: "";
  position: absolute;
  background: #15cabe;
  height: 2px;
  left: 0;
  bottom: -2px;
  width: 0;
  transition: all ease-in-out .2s;
}

.header-section .menu-container ul li.hs-menu-depth-1 a{
  position:relative;
}

@media(min-width:768px){


  .header-section .hs-menu-wrapper {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

}

.header-section .menu-container ul li.hs-menu-depth-1:hover a:after,
.header-section .menu-container ul li.hs-menu-depth-1.active:hover a:after{
  width:100%;
}


.header-section .menu-container ul li.hs-menu-depth-1{
  padding-right: 20px;
  padding-left: 20px;
}

.header-section .menu-container ul li.hs-menu-depth-1:first-child{
  padding-left:0;
}

.header-section .menu-container ul li.hs-menu-depth-1{
  //padding-right:0;
}



.header-section .col-3 .cta-1 a.cta_button{
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  font-size:12px;
  line-height:15px;
  letter-spacing:0.15px;
  font-weight:600;
  padding: 10px 28px;
  overflow: hidden;
  position:relative;
}

.header-section .col-3 .cta-1 a.cta_button:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(90deg, #15CABE 0%, #15CABE 99.91%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
  color:#fff;
}

.header-section .col-3 .cta-1 a.cta_button span {
  position: relative;
  z-index: 3;
}

.header-section .col-3 .cta-1 a.cta_button:hover:after {
  opacity: 1;
}



/* .header-section .col-3 .cta-1 a.cta_button:hover:after {
transform-origin: bottom left;
transform: scaleX(1);
}

.header-section .col-3 .cta-1 a.cta_button:after {
content: '';
position: absolute;
width: 100%;
height: 38px;
bottom: 0;
left: 0;
background-color: #15cabe;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
border-radius: 32px;
z-index: -1;
} */


.header-section .col-3 .cta-1{
  margin-top:9px;
}

.header-section .menu-container{
  margin-top: 14px;
}

.header-section .logo{
  margin-top:10px;
}



.header-section .col-1{
  width: 20.076923%;
}

.header-section .col-2{
  width: 52.717949%;
}

.header-section .col-3{
  width: 22.076923%;
  float:right;
  text-align:right;
}

.header-section .col-3 .search-icon img{
  max-width: 23px;
  height: auto;
  position: relative;
  top: 12px;
}

.header-section .col-3 .search-icon{
  float:right;
  text-align:right;
  cursor:pointer;
  position:relative;
  z-index:11;
}

.header-section .col-3 .search-icon.move-search{
  position: absolute;
  top: 13px;
  left: 20px;
  z-index: 11;
  cursor:pointer;
}

/* .header-section .col-3 .search-bar.show-search{
display:block;
width:77%;
transition:all .3s .4s;
} */

.header-section .search-container .search-bar input{
  border: 1.35px solid #15CABE;
  border-radius: 18px;
  height: 38.35px;
  width: 0px;
  transition: all 0.4s;
  opacity:0;
  cursor:pointer;
}

.header-section .search-container .search-bar.show-search-bar input{
  width:77%;
  transition: all 0.4s;
  opacity:1;
  cursor:pointer;
  padding: 0 25px;
  font-size: 14px;
  line-height: 26px;
  font-weight:normal;
}

.header-section .search-container .search-bar.hide-search-bar input{
  width:0%;
  transition: all 0.4s;
  opacity:0;
}

.header-section .search-container .search-bar input::placeholder{
  font-size: 14px;
  line-height: 26px;
  font-weight:normal;
  position: relative;
  top: -2px;
}

.header-section .search-container .close-icon{
  display:none;
}

.header-section .search-container .close-icon{
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 11;
  cursor:pointer;
  width:20px;
}

.header-section .search-bar{
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 0;
  pointer-events:none;
}

.header-section .search-bar.show-search-bar{
  z-index:2;
  pointer-events:auto;
}

body.test{
  position:relative;
  z-index:11;
}

body.test .header-section{
  z-index:1;
}



@media(max-width:1220px){


  .header-section .menu-container ul li.hs-menu-depth-1>a{
    padding: 5px 0px 0;
  }

  .header-section .menu-container ul li.hs-menu-depth-1{
    //padding-right:0;
  }

  .header-section .menu-container ul li.hs-menu-depth-1{
    //padding-left:14px;
  }
}


@media(max-width:1150px) and (min-width:1025px){

  .header-section .menu-container ul li.hs-menu-depth-1>a{
    padding: 5px 0px 0;
  }

  .header-section .menu-container ul li.hs-menu-depth-1{
    //padding-right:0;
  }

  .header-section .menu-container ul li.hs-menu-depth-1{
    // padding-left:14px;
  }

  .header-section .col-3 {
    width: 21.076923%;
  }

  .header-section .col-3 .cta-1 a.cta_button {
    padding: 10px 20px;
  }
}


@media(max-width:1130px) and (min-width:1024px){

  .header-section .menu-container ul li.hs-menu-depth-1>a{
    //font-size:12px;
  }
}

@media(max-width:1024px){

  .header-section .col-2 {
    display:none;
  }

  .header-section .col-3 .cta-1{
    display:none;
  }

  .header-section .col-3 {
    width: auto;
  }

  .header-section .col-1 {
    width: auto;
    float: left;
  }

  .header-section .col-3 .search-icon img{
    top:9px;
  }

  .header-section .col-3 .image-icon.search-change .close-icon{
    top: 12px;
    right: 39px;
  }  

  .header-section .search-bar {
    position: absolute;
    top: 7px;
    right: 18px;
    z-index: 2;
  }
}



@media(max-width:767px){

  .header-section .col-3 .image-icon.search-change .close-icon{
    top: 5px;
    right: 3px;
  } 

  body .container-fluid .row-fluid .bar-container{
    min-height:0;  
  }

  .header-section .col-1 img{
    max-width: 230px;
  }

  body .row-fluid .mobile-trigger {
    top: -52px;
    right: 21px;
  }

  body .row-fluid .header-section{
    padding: 21px 0 18px;
  }

  body .row-fluid .header-section .col-2{
    display:none;
  }

  .header-section .col-2{
    display:none;
  }

  .header-section .col-3{
    position: absolute;
    top: 16px;
    right: 20px;  
  }

  .header-section .col-3 .cta-1{
    display:none;
  }

  .header-section .col-1{
    float:left;
    position:relative;
    z-index:10;
  }

  .header-section .col-3 .search-icon {
    float: right;
    text-align: right;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }

  .header-section .col-3 {
    position: relative;
    top: 0;
    right: 0;
  }

  .header-section .col-3 .search-icon img{
    top:-27px;
  }

  .header-section .logo{
    margin-top:0;
  }

  .header-section .col-3{
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;  
  }

  .header-section .col-3 .search-icon {
    float: right;
    text-align: right;
    cursor: pointer;
    position: relative;
    z-index: 11;
  }

  body .header-section .search-bar {
    position: absolute;
    top: 0;
    right: -12px;
    z-index: 10!important;
    left: 28px;
  }

  .header-section .search-container .search-bar.show-search-bar input{
    width:100%;
  }

  .header-section .search-container .search-bar input{
    background:#fff;
  }
}



/********************** Footer Section Styling Start ******************/



.footer-section{
  background:#f5f5f5;
  padding:39px 0 46.6px;
}

.footer-section .logo-container{
  margin-bottom:25px;
}

.footer-section .copyright p{
  font-size:16px;
  line-height:24px;
  letter-spacing:0.56px;
  color:#292929;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
  margin-bottom:0;
}










/******************** Header Responsive Styling **********************/




/*====================================================
MONILE MENU 
====================================================*/                

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.vision-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.vision-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.vision-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.vision-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.vision-menu-primary .hs-menu-wrapper > ul ul{}
.vision-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.vision-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.vision-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.vision-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */





/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 1024px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of vision-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .vision-menu-primary,
  .vision-menu-primary .hs-menu-wrapper > ul,
  .vision-menu-primary .hs-menu-wrapper > ul li,
  .vision-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    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:#ffffff;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -46px;          /* Position Button at right of screen  */
    right: 30px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }

  .white-header .mobile-trigger i,
  .white-header .mobile-trigger i:before,
  .white-header .mobile-trigger i:after{
    background:#fff;
  }

  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{

  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  /*.child-trigger i, .child-trigger i:after{
  width: 10px; /* Icon line width */
  /*height: 1px; /* Icon line height */
  /*background-color:#000; /* Icon color */
  /*display: block;

}*/
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .vision-menu-primary.js-enabled{
    position: absolute;
    padding-top: 44px;
    z-index: 3;
    right: 0;
    top: 75px;
    width: 100%;
  }

  /* Hide menu on mobile */
  .vision-menu-primary.js-enabled .hs-menu-wrapper,
  .vision-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .vision-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .vision-menu-primary.js-enabled .hs-menu-wrapper{
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 20px 0;
    background: #000;
  }
  .vision-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .vision-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .vision-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */

  .vision-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#000; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .vision-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .vision-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .vision-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .vision-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}






/****************** header styling end *******************/









/***************** Popup Styling Start ********************/



body.pdf-popup-open{
  overflow:hidden!important;
}

.popup-section1 .close-pdf-popup{
  position: absolute;
  right: 25px;
  cursor: pointer;
  top: 25px;
  width: 19px;
}

.pdf-popup-open .popup-section1{
  opacity:1;
  pointer-events:auto;
}

.popup-section1{
  position: fixed;
  top: 0;
  background: rgb(23, 33, 42);
  z-index: -1;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  transition: all .5s ease-in-out;
  bottom: 0;
  display: flex!important;
  flex-direction: column;
  justify-content: center;
}

.popup-open-new1{
  opacity:1;   
  z-index:1;
}












/*===================================================================
Homepage Styling Start 
=====================================================================*/





/******************* Homepage Banner Section Styling ***********************/



.homepage-banner-section{
  padding:122px 0 433px;
  position:relative;
  z-index:1;
  background:#f5f5f5;
}

.homepage-banner-section .heading h1 span{
  //font-weight:normal;
}

body .row-fluid .homepage-banner-section .heading{
  max-width: 736px;
  margin: 0 auto;
  float: none;
}

body .row-fluid .homepage-banner-section .subheading{
  max-width:736px;
  margin:0 auto;
  float:none;

}

.fadeInUp {
  transition: 0.3s all ease-in-out;
}

.animation-delay-1{
  animation-delay: 0.1s;
}

.animation-delay-2{
  animation-delay: 0.2s;
}


.animation-delay-3{
  animation-delay: 0.3s;
}

.animation-delay-4{
  animation-delay: 0.4s;
}

.animation-delay-5{
  animation-delay: 0.5s;
}


.animation-delay-6{
  animation-delay: 0.6s;
}


.animation-delay-7{
  animation-delay: 0.7s;
}

.animation-delay-8{
  animation-delay: 0.4s;
}

.animation-delay-9{
  animation-delay: 0.9s;
}

@media(max-width:767px){

  .fadeInUp {
    transition: 0.2s all ease-in-out;
  }  

  .animation-delay-1,
  .animation-delay-2,
  .animation-delay-3,
  .animation-delay-4,
  .animation-delay-5,
  .animation-delay-6,
  .animation-delay-7,
  .animation-delay-8,
  .animation-delay-9{
    animation-delay: 0s;
  }

}


body .row-fluid .homepage-banner-section .subheading p{
  max-width: 367px;
  float: left;
} 

@media(min-width:768px){

  body .row-fluid .homepage-banner-section .subheading p{
    padding-left: 20px;
  }


}

body .row-fluid .homepage-banner-section .image-container{
  //max-width: 735px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -120px;
  float:none;
  text-align:center;
}

body .row-fluid .homepage-banner-section .image-container img{
  max-width: 735px;
  height:auto;
}

/* body .row-fluid .homepage-banner-section .image-container img{
width:100%;
max-width:700px;
} */

/* body .row-fluid .homepage-banner-section .image-container img{
width:100%;
max-width:700px;
height:auto;
} */


.homepage-banner-section .home-hero-mobile-cta{
  display:none;
}

@media(max-width:767px){

  .homepage-banner-section{
    /*       padding: 37px 0 135px; */

    padding: 37px 0 92px;
  } 

  body .row-fluid .homepage-banner-section .image-container img{
    max-width:100%;
  }

  body .row-fluid .homepage-banner-section .image-container {
    position: relative;
    bottom: -25px;
  }
  .homepage-banner-section .home-hero-mobile-cta{
    display:block;
    width: 100%;
    max-width: 186px;
  }

  .homepage-banner-section .home-hero-mobile-cta a.cta_button{
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 19px;
    padding: 16px 0;

  }

  body .row-fluid .homepage-banner-section .heading {
    min-height: 120px;
  }

  body .row-fluid .homepage-banner-section .heading h1{
    font-size: 28px;
    margin-bottom: 0;
  }


}



/**************** Homepage Section1 Styling Start ***************/



.homepage-section1{
  padding: 152px 0 50px;
  position:relative;
}

.homepage-three-col-cm .description{
  max-width:379px;
}

.homepage-three-col-cm{
  position:relative;
}

.homepage-three-col-cm:after{
  position: absolute;
  right: -20px;
  top: 25px;
  content: '';
  background:url('https://301000.fs1.hubspotusercontent-na1.net/hubfs/301000/StructSales%20Assets%20June%202019/Images/Arrow.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width: 20px;
  height: 33px;
}

body .row-fluid .homepage-section1 .three-col-adjust span>.hs_cos_wrapper{
  flex-basis: 23.9%;
  -webkit-flex-basis: 23.9%;
  margin-right: 9.43%;
}

.homepage-three-col-cm .heading h3{
  transition:0.4s all ease-in-out;
}

.homepage-section1 .three-col-adjust span>.hs_cos_wrapper:hover .homepage-three-col-cm .heading h3{
  color:#02A4DF;
  transition:0.4s all ease-in-out;
}



@media(max-width:1024px){

  body .row-fluid .homepage-section1 .three-col-adjust span>.hs_cos_wrapper{
    margin-right: 8.43%;
  }
}



@media(max-width:767px){

  .homepage-three-col-cm:after{
    right:0;
  }

  .homepage-section1{
    padding-top:45px;
  }  

}



/***************** Homepage Section2 Styling Start ****************/



.homepage-section2{
  padding:95px 0 100px;
}

@media(min-width:768px){

  .homepage-section2 .left-col{
    width: 38.17094%;
  }

  .homepage-section2 .right-col{
    width: 59.264957%;
  }

}



.homepage-section2 .heading-container h2{
  margin-bottom:50px;
}

.homepage-section2 .right-col img{
  max-width: 468px;
  padding-left: 90px;
}


@media(min-width:768px) and (max-width:1024px){

  .homepage-section2 .right-col img{
    max-width:100%;
    padding-left:0;
  }


}


@media(max-width:767px){

  .homepage-section2 {
    /*     padding: 10px 0 100px; */
    padding: 10px 0 67px;
    text-align: center;
  }  

  .homepage-section2 .heading-container h2 {
    margin-bottom: 20px;
  }  

  .homepage-section2 .right-col {
    text-align: center;
    margin-bottom: 35px;
  }

  .homepage-section2  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }  

  .homepage-section2 .right-col img {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }  

}



/**************** Homepage Section4 Styling *****************/


.homepage-section4{
  padding: 96px 0 177px;
  background:#f5f5f5;
}

.homepage-section4 .heading-container{
  margin-bottom:50px;
}

.homepage-section4 .three-col-adjust span>.hs_cos_wrapper:hover{
  box-shadow: 0 13px 24px -5px rgba(87,100,107,0.44);
  transition: .3s all ease-in-out;
}

.homepage-section4 .three-col-adjust span>.hs_cos_wrapper{
  transition: .3s all ease-in-out;
}

.case-study-cm .image-container{
  height:200px;
}

.case-study-cm .text-container{
  background:#fff;
  padding:20px 19px 20px;
}

.case-study-cm:hover .tag-container h5{
  text-decoration:underline;
}

.case-study-cm .tag-container{
  margin-bottom:5px;
}

.case-study-cm .heading-cont h4{
  font-weight:900;
  font-size:18px;
  line-height:24px;
  letter-spacing:0.63px;
  margin-top:10px;
  transition:0.4s all ease-in-out;
  min-height:48px;
}

.case-study-cm .description-container p{
  font-size:14px;
  line-height:23px;
  letter-spacing:-0.08px;
  font-weight:normal;
  font-family: 'Lato', sans-serif;
  margin-bottom:0;
}

.case-study-cm:hover .heading-cont h4{
  color:#02A4DF;
  transition:0.4s all ease-in-out;
}


@media(max-width:767px){

  .homepage-section4 {
    padding: 60px 0 90px;
  }  

  .homepage-section4 h2 {
    text-align:center;
  }   

  .homepage-section4 .heading-container {
    margin-bottom: 10px;
  }

  body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper{
    margin-top:50px;
  }  

}


/*************** Homepage Section5 Styling ***************************/




.homepage-section5{
  padding: 95px 0 145px;
}

.homepage-section5 .heading-container{
  margin-bottom:76px;
}

body .row-fluid .homepage-section5 .two-col-adjust span>.hs_cos_wrapper{
  margin-top:0;
  transition: .3s all ease-in-out;
}

.homepage-section5 .recent-post .post-item:hover{
  box-shadow: 0 13px 24px -5px rgba(87,100,107,0.44);
  transition: .3s all ease-in-out;
}

body .row-fluid .homepage-section5 .two-col-adjust span>.hs_cos_wrapper:hover{
  box-shadow: 0 13px 24px -5px rgba(87,100,107,0.44);
  transition: .3s all ease-in-out;
}

.homepage-section5 .case-study-cm .text-container{
  background:#F5F5F5;
}

@media(min-width:768px){

  .homepage-section5 .recent-post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .homepage-section5 .recent-post .post-item {
    float: left;
    display: block;
    align-self: stretch;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0%;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    background: #fff;
  }

}

.homepage-section5 .recent-post .post-item {
  background: #fff;
}


.homepage-section5 .recent-post .post-item:last-child{
  margin-right:0;
}

.homepage-section5 .recent-post ul.topic-list li{
  display:none;
  margin:0;
}

.homepage-section5 .recent-post ul.topic-list{
  margin:0;
}

.homepage-section5 .recent-post ul.topic-list li:first-child{
  display:block;
}

.homepage-section5 .recent-post .hs-featured-image-wrapper{
  height:200px;
}

.homepage-section5 .recent-post ul.topic-list li a{
  font-size:16px;
  line-height:18px;
  font-weight:500;
  letter-spacing:0.2px;
  letter-spacing:normal;
  font-family: 'Lato', sans-serif;
  text-transform:capitalize;
}

.homepage-section5 .recent-post ul.topic-list li a:hover{
  text-decoration:underline;
}

.homepage-section5 .recent-post h4{
  line-height:24px;
  font-size:18px;
  letter-spacing:0.63px;
  font-weight:900;
  margin-top:10px;
  transition:0.4s all ease-in-out;
}

.homepage-section5 .recent-post .post-item:hover h4{
  color:#02A4DF;
  transition:0.4s all ease-in-out;
}

.homepage-section5 .recent-post p{
  font-size:14px;
  line-height:23px;
  color:#57646B;
  letter-spacing:-0.08px;
  font-weight:500;
  font-family: 'Lato', sans-serif;
  margin-bottom:0;
}

.homepage-section5 .recent-post .text-container{
  margin:0;
  background:#f5f5f5;
  padding: 20px 19px 20px;
}



@media(max-width:767px){

  .homepage-section5 {
    padding: 55px 0 75px;
  }

  .homepage-section5 h2 {
    text-align:center;
  } 

  .homepage-section5 .heading-container{
    margin-bottom:10px;
  }  

  .homepage-section5 .recent-post .post-item{
    margin-top:50px;
  }  

  body .row-fluid .homepage-section5 .two-col-adjust span>.hs_cos_wrapper{
    margin-bottom:30px;
  }  


}



/*==============================================================
Desktop Landing Page Styling 
===============================================================*/





/************** Lp Header Styling **********************/




.lp-header-section{
  background:#fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.11);
  padding:26px 0;
  position:relative;
  z-index:2;
}

.lp-header-section .logo{
  max-width:230px;
}

.lp-header-section .bar-container{
  min-height:0;
}


@media(max-width:767px){

  .lp-header-section{
    text-align:center;  
  }
}



/******************** Lp Section1 Styling Start ******************/



.lp-section1{
  padding: 124px 0 540px;
  position:relative;
  z-index:1;
  background:#f5f5f5;
}

body .row-fluid .lp-section1 .heading-container h1{
  max-width:770px;
  margin:0 auto 22px;
  float:none;
}

body .row-fluid .lp-section1 .heading-container p{
  font-size:16px;
  line-height:27px;
  color:#292929;
  max-width:770px;
  margin:0 auto;
  float:none;
}

body .row-fluid .lp-section1 .video-popup-module{
  max-width: 770px;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px; 
  z-index:2;
}

.video-popup-module{
  position:relative;
}

.video-popup-module .video-img{
  position:relative;
}

.video-popup-module .play-icon1{
  position:absolute;
  left:0;
  right:0;
  top:36%;
  margin:0 auto;
  float:none;
  text-align:center;
  cursor:pointer;
}



@media(max-width:1024px){

  .lp-section1{
    padding: 103px 0 540px;  
  }

  body .row-fluid .lp-section1 .video-popup-module{
    left: 40px;
    right: 40px;
    width:auto;
  }
}



@media(max-width:767px){

  .lp-section1 {
    padding: 60px 0 90px;
  }

  body .row-fluid .lp-section1 .heading-container p{
    font-size: 19px;
    line-height: 33px;
  }

  body .row-fluid .lp-section1 .heading-container h1 {
    margin: 0 auto 20px;
  }

  body .row-fluid .lp-section1 .video-popup-module {
    position:relative; 
    left:0;
    right:0;
    margin-top:20px;
  }

  .video-popup-module .play-icon1{
    top:40%;
  }

  /* .landing .menu{
  bottom:-17%;
} */
}


@media(max-width:500px) and (min-width:320px){
  .video-popup-module .play-icon1{
    top:29%;
  }

}

/****************** Lp Section2 Styling ********************/



body .row-fluid .lp-section2 .text-container{
  max-width:770px;
  margin:0 auto;
  float:none;
}

.lp-section2{
  padding:50px 0 80px;
  position:relative;
  z-index:1;
}

.lp-section2 .text-container h3{
  margin-bottom:30px;
  margin-top:30px;
} 

/* .lp-section2 .text-container p{
font-size:23px; 
line-height:41px;
font-weight:normal;
margin-bottom:40px;
} */

.lp-section2 .text-container blockquote{
  font-size:35px;
  line-height:45px;
  color:#292929;
  letter-spacing:-2.71px;
  font-weight:normal;
  font-family: 'Merriweather', serif;
  font-style:normal;
  max-width:770px;
  padding-left:0;
  margin:50px auto 80px;
  float:none;
}



@media(max-width:1024px){


  .lp-section2 .text-container blockquote {
    font-size: 34px;
    line-height: 51px;
    margin: 0 auto 60px;
  }

  .lp-section2 {
    padding: 100px 0 50px;
  }
}



@media(max-width:767px){

  .video-popup-module .video-img img{
    height:auto; 
  }

  .lp-section2 .text-container p {
    font-size: 17px;
    line-height: 33px;
    margin-bottom:30px;
  }

  .lp-section2 .text-container h3 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 40px;
  }

  .lp-section2 .text-container blockquote {
    font-size: 24px;
    line-height: 37px;
    margin: 0 auto 30px;
  }

  .lp-section2 {
    padding: 20px 0 20px;
  }
}


/********************* Lp Section3 Styling ****************/



.lp-section3{
  padding:92px 0 155px;
  background:#f5f5f5;
  position:relative;
  z-index:1;
}

body .row-fluid .lp-section3 .heading-container{
  max-width:570px;
  margin:0 auto 53px;
  float:none;
}

body .row-fluid .lp-section3 .form-container{
  max-width:570px;
  margin:0 auto;
  float:none;
  position:relative;
  z-index:2;
}

body .row-fluid .lp-section3 .form-container form{
  position:relative;
  z-index:2;
}

body .row-fluid .lp-section3 .form-container form textarea{
  height: 255px;
  padding: 24px 30px;
}

body .row-fluid .lp-section3 .form-container form textarea::placeholder{
  font-weight:900;
  font-size:18px;
  line-height:22px;
  font-family: 'Lato', sans-serif;
}

.lp-section3 .form-container form .hs-richtext{
  background-color: rgba(0, 0, 0, 0.08);
  border-radius:43px;
  padding:21px 30px;
  margin-top:20px;
}

.lp-section3 .form-container form .hs-richtext p{
  font-size:18px;
  line-height:39px;
  color:#000000;
  font-weight:900;
  font-family: 'Lato', sans-serif;
  text-align:left;
}

.lp-section3 .form-container form .hs-richtext p>a{
  color:#f8701e;
  font-family: 'Lato', sans-serif;
}

body .row-fluid .lp-section3 .form-container form .hs-button{
  padding: 21px 22px;
  border-radius:43px;
  font-size:18px;
  letter-spacing:0.23px;
  line-height:22px;
  line-height:normal;
  margin-top:30px;
  font-weight:700;
  height:auto;
}

.lp-section3 .form-container form .actions{
  text-align:left;
}

body .row-fluid .lp-section3 .form-container form input{
  height:64px;
  width:100%;
}

body .row-fluid .lp-section3 .form-container form input[type="file"] {
  display: none !important;
}

body .row-fluid .lp-section3 .form-container form .file-upload-file-name {
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  left: 28%;
  right: -40px;
  z-index: 11;
  top: 26px;
}

body .row-fluid .lp-section3 .form-container form .file-upload{
  position:relative;
}

body .row-fluid .lp-section3 .form-container form input{
  position:relative;
}

body .row-fluid .lp-section3 .form-container form .file-upload-button-label {
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .3px;
  width: 100%;
  max-width: 100%;
  height: 64px;
  border-radius: 43px;
  font-weight: bold;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  top:-17px;
}



@media(max-width:1024px){

  .lp-section3 {
    padding: 92px 0 95px;
  }
}



@media(max-width:767px){

  .lp-section3 {
    padding: 60px 0 45px;
  }

  .lp-section3 .form-container form .hs-richtext{
    padding:30px; 
  }

  .lp-section3 .form-container form .hs-button{
    padding:17px 20px;
    width:100%;
  }

  body .row-fluid .lp-section3 .heading-container{
    text-align:center;
  }

  body .row-fluid .lp-section3 .form-container form .file-upload-file-name{
    left:190px;
  }
}







/*======================================================================
Thankyou Page Styling Start 
=======================================================================*/




/********************** Thankyou Section1 Styling ***********************/




.thankyou-section1{
  background:#f5f5f5;
  padding: 124px 0 380px;
  position:relative;
  z-index:2;
}

.thankyou-section1 .description-container{
  margin-bottom:50px;
}

body .row-fluid .thankyou-section1 .wrapper{
  max-width:770px;
}

body .row-fluid .thankyou-section1 .video-popup-module .video-img img{
  height:auto;
}

body .row-fluid .thankyou-section1 .video-popup-module{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: none;
  max-width: 770px;
  z-index:2;
}

body .row-fluid .thankyou-section1 .video-popup-module .play-icon1{
  top:38%;
}

/* body .row-fluid .thankyou-section1 .heading-container{
max-width:883px;
margin:0 auto;
float:none;
}

body .row-fluid .thankyou-section1 .description-container{
max-width:883px;
margin:0 auto;
float:none;
}

body .row-fluid .thankyou-section1 .video-popup-module{
max-width:883px;
margin:0 auto;
float:none;
}

*/



@media(max-width:1024px){

  .thankyou-section1{
    padding: 80px 0 380px;  
  }

  body .row-fluid .thankyou-section1 .video-popup-module {
    max-width: 690px;
  }

  .thankyou-section1 {
    padding: 80px 0 340px;
  }
}


@media(max-width:767px){

  body .row-fluid .thankyou-section1 .video-popup-module{
    max-width: 100%;
    position: relative;  
  }

  body .row-fluid .thankyou-section1 .video-popup-module .play-icon1 {
    top: 28%;
  }

  .thankyou-section1 {
    padding: 60px 0 80px;
  }
}

/******************** Thankyou Section2 Styling *****************/




.thankyou-section2{
  padding: 124px 0 85px;
  position:relative;
  z-index:1;
}

body .row-fluid .thankyou-section2 .wrapper{
  max-width:913px;
}

.thankyou-section2 .heading{
  margin-bottom:17px;
}

.thankyou-section2 .cta-1 a.cta_button{
  font-size: 18px;
  line-height:22px;
  letter-spacing:0.23px;
  font-weight: 900;
  padding: 21px 34px;
  border-radius: 32px;
}

.thankyou-section2 .cta-1{
  margin-bottom:50px;
}

.thankyou-section2 .cta-2 a.cta_button{
  font-size: 18px;
  line-height:22px;
  letter-spacing:0.23px;
  font-weight: 900;
  padding: 21px 44px;
  border-radius: 32px;
}

/* .thankyou .menu{
bottom:-2%;
} */



@media(max-width:1024px){

  .thankyou-section2{
    padding: 94px 0 80px; 
  }


}


@media(max-width:767px){

  .thankyou-section2 {
    padding: 70px 0 80px;
  }

}





/*========================================================
About Page Styling Start 
==========================================================*/





/******************* About Section1 Styling *******************/

.jobs-page .about-section1 .right-col img{
  height:830px;
}

.about-section1{
  padding: 124px 0 50px;
  position:relative;
  background:#F5F5F5;
  z-index:2;
}

.about-section1 .heading-container{
  margin-bottom:68px;
}

.about-section1 .right-col{
  position: absolute;
  top: 120px;
  right: -120px;
}

.about-section1 .right-col img{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:80%!important;
  height:700px;
}

.about-section1 .description p{
  margin-bottom:35px;
}

.about-section1 .description{
  max-width:470px;
}



@media(max-width:1440px){

  .about-section1 .right-col img{
    width:80%!important;
  }
}

@media(max-width:1024px){

  .about-section1 .heading-container{
    margin-bottom:0;  
  }

  .about-section1{
    padding: 74px 0 50px;
  }

  .about-section1 .right-col img{
    position: absolute;
    width: 67%!important;
    height: 510px;  
  }

  .jobs-page .about-section1 .right-col img{
    height:840px;
  }
}



@media(max-width:767px){

  .about-section1{
    padding:55px 0 50px;  
  }

  .about-section1 .description{
    max-width:100%;
  }

  .about-section1 .right-col img{
    position: relative;
    height: 330px!important;
    width:100%!important;
  }

  .about-section1 .right-col {
    position: relative;
    top: 0;
    right: 0;
  }
}


/******************** About Section2 Styling *****************/




.about-section2{
  padding:99px 0 70px;
  position:relative;
  z-index:0;
}

.about-section2 .heading{
  margin-bottom: 52px;
}

.about-section2 .description{
  max-width:670px;
}

.about-section2 .description p{
  margin-bottom:30px;
  letter-spacing:-0.09px;
}


@media(max-width:1200px) and (min-width:1025px){

  .about-section2 .heading{
    max-width:540px; 
  }

  .about-section2 .description{
    max-width:540px; 
  }
}



@media(max-width:1024px){

  .about-section2{
    padding: 80px 0 40px;   
  }

  .about-section2 .heading {
    margin-bottom: 15px;
  }

  .about-section1 .right-col{
    top: 80px;
    right: -20px;
    height: 720px;
  }
}


@media(max-width:1024px) and (min-width:768px){

  .about-section2 .heading{
    max-width:100%; 
  }

  .about-section2 .description{
    max-width:100%; 
  }

  .about-section1 .right-col{
    top: 0;
    right: 0;
    height: 570px;
    position: relative;  
  }


}



@media(max-width:767px){

  .about-section2{
    padding: 60px 0 40px;  
  }

  .about-section1 .right-col{
    top: 0;
    right: 0;
    height: 400px;
  }
}


/******************* About Section3 Styling *****************/




.about-section3{
  padding:148px 0;
  background:#F5F5F5;
  position:relative;
  z-index:1;
}

.about-image-text-cm .image-container{
  height:345px;
}

.about-image-text-cm span>.hs_cos_wrapper{
  margin-bottom:140px;
}

.about-image-text-cm span>.hs_cos_wrapper:last-child{
  margin-bottom:0;
}

.about-image-text-cm span>.hs_cos_wrapper:nth-child(even) .cm-container>.row-fluid-wrapper>.row-fluid{
  display:flex;
  flex-direction:row-reverse;
}

.about-image-text-cm span>.hs_cos_wrapper:nth-child(even) .cm-container .right-col{
  padding-left:0;
  margin-left:0;
  padding-right:90px;
}

.about-image-text-cm .left-col{
  width: 45.17094%;
}

.about-image-text-cm .right-col{
  padding-left:70px;
}



@media(max-width:1024px){

  .about-section3{
    padding: 95px 0 95px;  
  }

  .about-section3 .about-image-text-cm .right-col {
    padding-left: 30px;
  }

  .about-image-text-cm span>.hs_cos_wrapper {
    margin-bottom: 90px;
  }

  .about-image-text-cm span>.hs_cos_wrapper:nth-child(even) .cm-container .right-col {
    padding-right: 50px;
  }
}



@media(max-width:767px){

  .about-section3{
    padding: 65px 0 65px;  
  }

  .about-image-text-cm .left-col {
    width: 100%;
    margin-bottom:30px;
  }

  .about-section3 .about-image-text-cm .right-col {
    padding-left: 0;
  }

  .about-image-text-cm span>.hs_cos_wrapper {
    margin-bottom: 50px;
  }

  .about-image-text-cm span>.hs_cos_wrapper:nth-child(even) .cm-container>.row-fluid-wrapper>.row-fluid{
    display:block;  
  }

  .about-image-text-cm span>.hs_cos_wrapper:nth-child(even) .cm-container .right-col {
    padding-right: 0;
  }
}





/********************** About Section4 Styling **************************/





.about-section4{
  padding:136px 0 136px;
  position:relative; 
  z-index:1;
}




@media(max-width:1024px){

  .about-section4{
    padding: 95px 0 95px;  
  }

  .about-section4 .about-image-text-cm .right-col {
    padding-left: 30px;
  }
}



@media(max-width:767px){

  .about-section4 {
    padding: 65px 0 55px;
  }

  .about-section4 .about-image-text-cm .right-col {
    padding-left: 0;
  }
}





/*========================================================
Jobs Page Styling Start 
==========================================================*/





/**************** Jobs Section3 Styling ********************/

.heading-hover{
  transition:all ease-in-out .2s;
}

.heading-hover:hover h4{
  color:#02A4DF;
}


.jobs-section3{
  padding: 93px 0 118px;
  background-color: #F5F5F5;
  position:relative;
  z-index:1;
}



.jobs-section3:hover{
  padding: 93px 0 118px;
  background-color: #F5F5F5;
  position:relative;
  z-index:2;
}

.jobs-section3 .heading-container{
  margin-bottom:40px;
}

.career-three-col-cm .image-container{
  height:200px;
}

.career-three-col-cm .text-container{
  padding: 24px 21px;
  background:#fff;
}

.career-three-col-cm .text-container h4{
  font-size:18px;
  line-height:24px;
  letter-spacing:0.63px;
  font-weight:900;
}

.career-three-col-cm .text-container .subheading p{
  font-size:16px;
  line-height:18px;
  letter-spacing:0.2px;
  color:#292929;
  font-weight:500;
  margin-bottom:8px;
}

.career-three-col-cm .text-container .date-container{
  margin-top:63px;
}

.jobs-section3 .date-container h5{
  color:#57646B;
  font-size:14px;
  line-height:23px;
  letter-spacing:-0.08px;
}




@media(max-width:767px){

  .jobs-section3{
    padding: 60px 0 50px; 
  }

  .jobs-section3 .heading-container {
    margin-bottom: 10px;
  }
}






/*=========================================================
Error Page Styling Start 
===========================================================*/





/***************** Error Banner Section Styling *********************/




.error-banner-section{
  padding:124px 0;
  background:#f5f5f5;
  position:relative;
  z-index:2;
}

.error-banner-section .heading-container{
  margin-bottom:50px;
}

.error-banner-section .cta-1 a.cta_button{
  padding: 21px 48px;
}

.error-banner-section .col-1{
  margin-bottom:50px;
}



@media(max-width:767px){


  .error-banner-section {
    padding: 74px 0;
  }

  .error-banner-section .heading-container {
    margin-bottom: 0px;
  }
}





/****************** Contact Section1 Styling ********************/




.contact-section1{
  padding:123px 0 150px;
  position:relative;
  z-index:2;
  background:#F5F5F5;
}

.contact-section1 .heading-container{
  margin-bottom:37px;
}

.contact-section1 .description-container{
  max-width:470px;
  margin-bottom:60px;
}

.contact-section1 .col-1 p,
.contact-section1 .col-2 p,
.contact-section1 .col-3 p{
  font-size:16px; 
  line-height:18px;
  letter-spacing:0.2px;
  font-weight:500; 
  font-family: 'Lato', sans-serif;
  margin-bottom:5px;
}

.contact-section1 .col-1 ul li,
.contact-section1 .col-2 ul li,
.contact-section1 .col-3 ul li{
  margin-left:0;
  font-size:16px;
  line-height:24px;
  letter-spacing:0.56px;
  color:#000000;
  font-weight:500;
  font-family: 'Lato', sans-serif;
  margin-bottom:4px;
}

.contact-section1 .col-1 ul li a,
.contact-section1 .col-2 ul li a,
.contact-section1 .col-3 ul li a{
  font-size:16px;
  line-height:24px;
  letter-spacing:0.56px;
  color:#000000;
  font-weight:500;
  font-family: 'Lato', sans-serif;
  text-decoration:underline;
  transition:0.2s all ease-in-out;
  position:relative;
  z-index:2;
}

.contact-section1 .col-1 ul li a:hover,
.contact-section1 .col-2 ul li a:hover,
.contact-section1 .col-3 ul li a:hover{
  color:#02A4DF;
  transition:0.2s all ease-in-out;
}



@media(max-width:767px){

  .contact-section1{
    padding: 70px 0 100px;  
  }

  .contact-section1 .description-container {
    max-width: 100%;
  }
}





/*=============================================
Service Page Styling Start 
===============================================*/




.service-section1{
  padding: 127px 0 35px;
  position:relative;
  z-index:2;
}

.service-section1 .heading h1{
  margin-bottom:11px;
}

.service-list-cm .list-container ul li a{
  font-size:16px;
  line-height:24px;
  letter-spacing:0.56px;
  font-weight:500;
  color:#000000;
  font-family: 'Lato', sans-serif;
  border-bottom: 3px solid transparent;
  transition:0.2s all ease-in-out;

}

.service-list-cm .list-container ul li a:after{
  content: "";
  position: absolute;
  background: #15cabe;
  height: 2px;
  left: 0;
  bottom: -2px;
  width: 0;
  transition: all ease-in-out .2s;
}

.service-list-cm .list-container ul li a{
  position:relative;
}

.service-list-cm .list-container ul li a:hover:after{
  width:100%;
}

.service-list-cm .list-container ul li{
  display:inline-block;
  margin-bottom:30px;
  margin-left:0;
  padding-right: 35px;
}



@media(max-width:1024px){

  .service-section1{
    padding: 80px 0 35px; 
  }

  .service-list-cm .list-container ul li {
    margin-bottom: 20px;
    padding-right: 35px;
  }

  body .row-fluid .service-video-section .video-img img{
    height:468px;
  }

}


@media(max-width:767px){

  .service-list-cm .list-container ul li{
    padding-right:0;
    padding-right: 10px;
  }

  .service-section1{
    padding: 60px 0 15px;
  }

  body .row-fluid .service-video-section .video-img img{
    height:288px;
  }
}


/******************* Service Section2 Styling *********************/



.service-section2{
  padding:65px 0 46px;
  position:relative;
  z-index:1;
}

.service-section2 ul{
  list-style-type:none;
}

.service-section2 ul li{
  list-style-type:none;
}

.service-section2 ul li{
  position:relative;
  margin-left:25px;
}

.service-section2 ul li:before{
  position: absolute;
  left: -21px;
  top: 10px;
  content: '';
  background: #15cabe;
  width: 8px;
  border-radius: 50%;
  height: 8px;
}

.service-content-cm .image-container{
  margin-bottom:45px;
}

.service-content-cm .image-container img{
  height:auto;
}

.service-content-cm:focus{
  outline:none;
}

.service-content-cm .text-container h3{
  margin-bottom:25px;
}

.service-content-cm .text-container{
  margin-bottom:44px;
}

body .row-fluid .service-section2 .cm-container{
  max-width:770px;
  margin:0 auto;
  float:none;
}

.service-content-cm{
  margin-bottom:57px;
}

.service-content-cm .cta-container a>span{
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
  text-decoration:none;
}



/* .service-content-cm .cta-container a>span:after{
bottom: 0;
left: 0;
background-color: #15cabe;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
border-radius: 32px;
z-index: -1;
top:0;
right:0;
} */


/* .service-content-cm .cta-container a>span:hover:after{
transform-origin: bottom left;
transform: scaleX(1);
overflow: hidden;
width: 100%;
} */









.service-content-cm a{
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  border-radius: 40px;
  box-sizing: border-box;
  color: #02A4DF;
  display: block;
  font-size:16px;
  line-height:27px;
  height: 64px;
  font-weight:900;
  text-transform:inherit;
  letter-spacing: 0.23px;
  padding: 4px;
  position: relative;
  text-decoration: none;
  width: 207px;
  z-index: 1;
  font-weight:bold;
}

body .row-fluid .service-content-cm a:hover {
  color: #02a4df;
  text-decoration: underline;
}

.service-content-cm a:hover{
  color:#fff;
}

.service-content-cm a:hover span{
  background:transparent;
  text-decoration:underline;
}

.service-content-cm .cta-container a:hover span{
  text-decoration:none;
}

.service-content-cm .image-container.hide-image{
  display:none;
}

.service-content-cm .text-container.hide-image{
  display:none;
}

.service-content-cm .cta-container.hide-cta{
  display:none;
}





.service-video-section .video-img img{
  width:100%!important;
  height:628px;
}

.service-video-section .video-img{
  position:relative;
}

.service-video-section .play-icon1{
  top:38%;
}

.service-video-section{
  height:628px;
}


@media(max-width:1024px){

  .service-section2{
    padding: 65px 0 0px;
  }
}


@media(max-width:767px){

  .service-video-section .play-icon1{
    top: 37%;
  }

  .service-content-cm a{
    width:100%;
  }

  .service-content-cm .image-container{
    background-position: top Center!important;
  }


}


/******************** Service Pricing Cm Styling ****************/



.service-pricing-cm .image-container img{
  max-width:235px;
  height:173px;
}

.service-pricing-cm .description-container p{
  font-size:14px;
  line-height:23px;
  letter-spacing:-0.08px;
  color:#57646B;
  font-weight:normal;
  font-family: 'Lato', sans-serif;
}

.service-pricing-cm .heading h3{
  font-size:28.8px;
  line-height:32px;
  letter-spacing:0.36px;
  color:#000;
  font-weight:900;
}

.service-pricing-cm .heading{
  margin-bottom:5px;
}

.service-pricing-cm .description-container{
  max-width:302px;
  margin:0 auto;
  float:none;
}

.service-pricing-cm .image-container{
  margin-bottom:0px;
}

.service-pricing-cm .price-container span.price{
  font-size:22px;
  line-height:18px;
  letter-spacing:0.28px;
  font-weight:900;
  font-family: 'Lato', sans-serif;
}

.service-pricing-cm .price-container span.small-text{
  font-size:10px;
  line-height:18px;
  letter-spacing:0.13px;
  color:#000;
  font-weight:bold;
}

.service-pricing-cm .cta-container a.cta_button{
  width:100%;
  box-sizing:border-box!important;
  padding: 21px 0;
}

.service-pricing-cm .cta-container{
  margin-top:40px;
}

.service-pricing-cm .price-container{
  margin-top:40px;
}

.service-pricing-cm{
  padding:10px 0 159px;
  position:relative;
  z-index:2;
}

.service-pricing-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(2){
  padding:58px 34px 55px;
  background:#f5f5f5;
}

.service-pricing-cm .three-col-adjust span>.hs_cos_wrapper:hover a.cta_button{
  //background: linear-gradient(90deg, #15CABE 0%, #15CABE 99.91%);
  //transition:0.4s all ease-in-out;
}

.service-pricing-cm .three-col-adjust span>.hs_cos_wrapper{
  padding:58px 34px 55px;
  cursor:pointer;
  transition:0.4s all ease-in-out;
}

.service-pricing-cm .three-col-adjust span>.hs_cos_wrapper:hover{
  //background:#F5F5F5;
  //transition:0.4s all ease-in-out;
  cursor:pointer;
}



@media(max-width:1024px){

  .service-pricing-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(2){
    padding: 58px 15px 55px;  
  }

  .service-pricing-cm .image-container img {
    max-width: 185px;
    height: 133px;
  }

  .service-pricing-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3){
    margin-right:0;
  }

  .service-pricing-cm .three-col-adjust span>.hs_cos_wrapper {
    padding: 58px 15px 55px;
  }

  .service-pricing-cm {
    padding: 10px 0 90px;
  }
}



@media(max-width:767px){

  .service-pricing-cm{
    padding: 0px 0 20px;
  }
}


/* .service-page .menu{
bottom:12%;
} */

body.test.service-page.menu-bottom  .menu{
  bottom:25px;
}

body.service-page .header-section{
  z-index:1!important;
}



.blog-section2 .image-container{
  position:relative;
  z-index:1;
  height:628px;
  background-position: top center!important;
}

.blog-section2{
  position:relative;
  z-index:3;
}

.blog-section2 .play-icon{
  position:absolute;
  left:0;
  right:0;
  top:38%;
  content:'';
}


@media(max-width:767px){

  .blog-section2 .image-container{
    height:200px;
  }


}

/* Blog Page Styling */

.blog-hero-section {
  background: #F5F5F5;
  padding: 123px 0 53px;
}

.case-blog .blog-hero-section .cta-trigger{
  width:5%;
  float:left;
}

body.case-blog .row-fluid .blog-hero-section .cta-trigger h3{
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .56px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  display:inline-block!important;
  width:auto;
}

body.case-blog .row-fluid .blog-hero-section .cta-trigger h3:hover{
  color: #000;
  border-bottom: 3px solid #15cabe;
}

.blog-hero-section h1{
  margin-bottom: 33px;
}

.cta-trigger h3 {
  display:none;
  color: #57646B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.23px;
  line-height: 18px;
  margin-bottom: 12px;
  cursor:pointer;
}

.cta-trigger h3 strong {
  font-weight: 900;
  color: #000;
  padding-left: 10px;
  padding-right: 5px;
  text-transform: uppercase;
}

.cta-trigger img{
  transition:all ease-in-out .2s;
}

.cta-trigger.rotate img{
  transform:rotate(180deg);
}

.blog-hero-inner-container {
  padding-top: 105px;
}

body .body-container-wrapper .blog-hero-inner-container h3.bottom-space{
  margin-bottom:0;
}

@media(min-width:768px){

  /* .blog-hero-inner-container .left-col .pop_post_title.inner-box {
  padding-left: 6%;
} */

}

.body-container-wrapper .post-topic.post-topic-lists .widget-module ul{
  display:none;
}


.body-container-wrapper .post-topic-lists .widget-module ul{
  display:block;
}

.body-container-wrapper .post-topic-lists .widget-module ul li {
  background: transparent;
  padding: 3px 24px;
  padding-left: 0;
  padding-right: 0;
  padding: 0px 10px;
}

.body-container-wrapper .widget-module ul li:hover{
  background: transparent;
}

.post-topic-lists .widget-module ul li a{
  position:relative;
}

.post-topic-lists .widget-module ul li a:after{
  content:"";
  position:absolute;
  width:0;
  height:3px;
  left:0;
  bottom:0;
  background:#15CABE;
  transition:all ease-in-out .2s;

}

.post-topic-lists .widget-module ul li:hover a:after {
  color: #000;
  width:100%;
}


.body-container-wrapper .post-topic-lists .widget-module ul li a {
  color: #000000;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 24px;
  text-transform: uppercase;
}

.blog-hero-section  .left-col{
  padding-top:10px;
}



.blog-container {
  padding: 84px 0px;
}

.hs-blog-post .blog-container .blog-section ul{
  list-style-type:none;
}

.hs-blog-post .blog-container .blog-section ul li{
  list-style-type:none;
  position:relative;
}

.hs-blog-post .blog-container .blog-section ul li:before{
  position: absolute;
  left: -18px;
  top: 13px;
  content: '';
  background: #15cabe;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.hs-blog-post .blog-container .each-list-item li:before{
  display:none;
}

@media(min-width:768px){

  .post-item-bg{
    // padding-left: 3.8%;
    margin-top:9px;
  }

  .blog-container .left-col{
    padding-right: 2%;
  }  

}

a.hs-featured-bg {
  height: 148.44px;
  display: block;
}

.post-item {
  margin-bottom: 28px;
}

@media(min-width:768px){

  /* 
  .post-listing .post-item.post-inner-item {
  padding-left: 13%;
} */

}


.blog-container  .right-col {
  margin-top: 9px;
}


.body-container-wrapper .post-item ul.each-li-item {
  margin: 0;
}

.body-container-wrapper ul.each-li-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 18px;
}

.body-container-wrapper ul.each-li-item li {
  padding: 0;
  margin: 0;
  display: none;
}

.body-container-wrapper ul.each-li-item li:first-child {
  display: inline-block;
}

.body-container-wrapper ul.each-li-item li a{
  color: #292929;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  transition:all ease-in-out .2s;
}

.body-container-wrapper .pop-post-box:hover ul.each-li-item li a{
  text-decoration: underline;
}

.main-blog .blog-recent-post-side .hs_cos_wrapper>.featured-box:nth-child(1){
  display:none;
}

.post-inner-item h3 a,.post-inner-item h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.56px;
  line-height: 24px;
  margin: 0px 0 0;
  transition: all ease-in-out .2s;
}
.pop-post-box:hover h3 a{
  color:#02A4DF;
}
.post-inner-item  p{
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 23px;
  font-family: 'Lato', sans-serif;
  color: #57646B;
  margin: 0;
  padding: 7px 0 20px;

}

.read-time {
  line-height: 8px;
}

.body-container-wrapper .read-time ul {
  margin: 0;
}

.body-container-wrapper .read-time li,h4.hs-author-name  {
  color: #57646B;
  font-family: Lato;
  font-family: 'Lato', sans-serif;
  font-size: 9.8px;
  letter-spacing: -0.06px;
  line-height: 12px;
  margin: 0;
  padding: 0px 0px;
  text-transform: capitalize;
  display: inline-block;
  position:relative;
}

.body-container-wrapper .read-time li:last-child{
  padding-left:14px;
}

.body-container-wrapper .read-time li:last-child:before{
  content: "\f111";
  position: absolute;
  font-size: 4px;
  line-height: 14px;
  left: 3px;
  top: 0;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}


h4.hs-author-name{
  font-weight:400;
  padding:0;
}

body .row-fluid .related-post-section h4.hs-author-name{
  display:none;
}

.block h3,
h4.heading-title{
  font-size: 18px;	
  font-weight: 900;
  letter-spacing: 0.63px;
  line-height: 24px;
  margin-bottom: 24px;
}

.box-style {
  background: #f5f5f5;
  padding: 29px 25px 40px;
  margin-bottom: 45px;
}

.body-container-wrapper .widget-module ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;
  padding: 2px 5px;
  line-height: 0;
  border-radius: 2px;
  transition:all ease-in-out .2s;
}

.body-container-wrapper .widget-module ul li:hover{
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
}



.body-container-wrapper .widget-module ul li a {
  color: #57646B;
  font-family: Lato;
  font-size: 10px;
  letter-spacing: -0.06px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
}


.body-container-wrapper .widget-module ul li:hover a{
  color:#fff;
}


.post-topic-lists .widget-module ul li:hover a {
  color: #000;
}

.post-topic-lists .widget-module ul li:hover {
  background: transparent;
}  


@media(max-width:1024px){

  .case-blog .blog-hero-section .cta-trigger{
    width:7%;
  }
}


@media(max-width:767px){

  .case-blog .blog-hero-section .cta-trigger{
    width:100%;
  }

  body.case-blog .row-fluid .blog-hero-section .cta-trigger h3{
    margin-bottom:12px!important;
  }

  body.case-blog .body-container-wrapper .post-topic-lists .widget-module ul li{
    display:block;
  }
}



/*Post Page Styling*/

body.hs-blog-post .row-fluid .blog-container .left-col{
  width:100%;
}

body.hs-blog-post .blog-section {
  max-width: 700px;
  margin: 0 auto;
}

.section.post-body h3{
  font-size: 29px;	
  font-weight: 900;
  letter-spacing: 0.36px;	
  line-height: 32px;
  margin-bottom:25px;

}

.section.post-body h2{
  font-size: 32px;	
  font-weight: 900;
  letter-spacing: 0.36px;	
  line-height:42px;
  margin-bottom:25px;
}

.section.post-body h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;

}

.section.post-body h5{
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 26px;
}


.section.post-body p{
  color: #292929;	
  font-size: 18px;	
  letter-spacing: -0.11px;	
  line-height: 33px;

}



.section.post-body ul{

}

.body-container-wrapper .section.post-body li,
.body-container-wrapper .section.post-body ol li{
  list-style-type: disc;
  margin-left: 20px;
  font-size: 18px;
  letter-spacing: -0.11px;
  line-height: 33px;
}


.section.post-body blockquote{
  font-family: 'Merriweather', serif;
  color: #292929;	
  font-size: 35px;	
  letter-spacing: -2.71px;	
  line-height: 45px;
  letter-spacing: -2.71px;
  border-left: none;
  font-style: normal;
  max-width:570px;
  margin:30px auto 55px;
  font-style:normal;
}


.body-container-wrapper .section.post-body ol li{
  list-style-type: decimal;

}

.section.post-body img{
  margin: 30px auto;
  text-align: center;
  float: none;
  display: block;

}

.hs-blog-post .body-container-wrapper .widget-module ul li{
  background:#f5f5f5;
  margin-right: 2px;
}

.hs-blog-post .body-container-wrapper .widget-module ul li:hover {
  background: linear-gradient(90deg,#02a4df 0%,#15cabe 99.91%);
}

.hs-blog-post .body-container-wrapper .widget-module ul{
  margin-top: 78px;
  margin-bottom:38px;
}

.hubspot-author_data{
  border-top: 1px solid rgba(87,99,107,0.1);
  padding-top: 33px;
}

h6.hs-author-label {
  color: #02A4DF;
  font-size: 12px;
  letter-spacing: -0.07px;
  line-height: 12px;
  margin: 0;
  text-transform: capitalize;
  padding-left: 10px;
}

body.hs-blog-listing .related-section {
  display:none;
}

.related-section .related-post-section .post-item:hover{
  box-shadow: 0 13px 24px -5px rgba(87,100,107,0.44);
  transition: .3s all ease-in-out;
}

.related-section .related-post-section .post-item{
  transition: .3s all ease-in-out;
}

.related-section {
  background: #f5f5f5;
  padding: 120px 0px 86px;
}

/*blog Load More Styling*/

.ias-trigger{
  display: block;
  clear: both;
  padding: 104px 0 75px;
}

.ias-trigger a {
  cursor:pointer;
  color: #57646B;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.23px;
  line-height: 22px;
  text-align: center;
  border-radius: 32px;
  background-color: #F5F5F5;
  padding: 21px 0px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  clear: both;
}

/*Blog Topic Page*/


body.category-page .blog-hero-inner-container{
  display:none;
}

@media(max-width:767px){

  .blog-hero-section {
    padding: 65px 0 53px;
  }  

  a.hs-featured-bg {
    height: 200px;
  }

  .blog-hero-inner-container {
    padding-top: 0;
  }  

  .body-container-wrapper .post-topic-lists .widget-module ul li{
    padding-left:0;
  }

  .box-style {
    padding: 29px 11px 40px;
  }



  .body-container-wrapper .post-topic-lists .widget-module ul li a{
    text-align:left;
  }

  .blog-container {
    padding: 11px 0px;
  }  

  .post-inner-item {
    margin-top: 40px;
  }  

  .post-item.post-inner-item.span12 {
    display: flex;
    -webkit-display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .body-container-wrapper .post-listing .post-item ul.each-li-item {
    margin-top: 11px;
  }  

  .hs-blog-post .body-container-wrapper .widget-module ul {
    margin-top: 30px;
  }

}



/*Resource Page CM */


.resource-section1{
  background: #F5F5F5;
  padding: 127px 0 35px;
  position: relative;
  z-index: 2;
}


/*Resource Blog Page Styling*/

.resource-blog .blog-container{
  background:#f5f5f5;
  padding: 62px 0px;
}


.resource-blog.hs-blog-post .blog-container .hubspot-editable{
  display:none;
}


@media(min-width:768px){

  .resource-blog .post-listing{
    margin: 0 -2.7% 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;  
  }

  .resource-blog .post-item{
    float: left;
    width: 30.63%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.7% 30px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: .3s all ease-in-out; 
    padding-left: 0;
  }

  .resource-blog .post-item:hover{
    box-shadow: 0 13px 24px -5px rgba(87,100,107,0.44);
    transition: .3s all ease-in-out; 
  }

}




.resource-blog .blog-description {
  padding: 0 20px 10px;
}

.resource-blog .post-listing .post-item.post-inner-item{
  padding-left:0;
  background: #fff;
}

.resource-blog  .post-listing .post-item.post-inner-item:hover {
  box-shadow: 0 13px 24px -5px rgba(87,100,107,0.44);
  transition: 0.3s all ease-in-out;
}


.resource-blog .body-container-wrapper ul.each-li-item li a{
  font-size:16px;
  letter-spacing:0.2px;
  padding-top: 17px;
  display: block;
}

.resource-blog .post-inner-item h3 a, 
.resource-blog .post-inner-item h3 {
  font-size: 18px;
  letter-spacing: .63px;    
  padding: 4px 0 10px;
}

.resource-blog  .read-time span {
  color: #57646B;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 23px;
}

.resource-blog .subtitle,
.resource-blog .read-time h4 {
  color: #57646B;
  font-size: 14px;	
  letter-spacing: -0.08px;
  line-height: 23px;
  padding:0;
}

.resource-blog .post-item{
  transition:all ease-in-out .2s;
}

.resource-blog .post-item:hover ul.each-li-item li a {
  text-decoration:underline;
}

.resource-blog .post-item:hover  h3 a, .resource-blog .post-item:hover h3{
  color:#02A4DF;

}

.resource-blog .ias-trigger{
  width:100%;
}


.resource-blog .ias-trigger a{
  background:#ffffff;
}


/*Resource Blog Post Page Styling*/


.resource-blog .post-section-hero{
  background:#ffffff;
  padding: 122px 0px 21px;
}

.hs-blog-post.resource-blog .blog-container {
  background: #fff;
}

.resource-blog .post-section-hero div#hubspot-author_data {
  display: none;
}


@media (max-width: 767px){

  .resource-blog .post-item.post-inner-item.span12 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .resource-blog .blog-container {
    padding: 0px 0px 62px;
  }  

}  


/*Case Study Blog Styling*/


.case-study-blog .blog-description p{
  color: #57646B;
  font-size: 14px;	
  letter-spacing: -0.08px;	
  line-height: 23px;

}












.calculator-section {
  padding: 53px 0 110px;
  position:relative;
  z-index:1;
}



/************** calculator style ************/

.calculator-section .text-group .heading-container h4 {
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center; 
  margin-bottom: 0;
  color: #292929;
}

body .row-fluid .calculator-section .text-group {
  border-radius: 4px;
  background-color: #F5F5F5;
  position: relative;
  padding: 45px 60px 35px;
  min-height: 116px;
}


.calculator-section .text-group .number-container {
  text-align: center;
  position: absolute;
  top: -29px;
  width: 100%;
  max-width: 53px;
  margin: 0 auto;
  float: none;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
}

.calculator-section .text-group .number-container h2 {
  font-size: 37px;
  color: #fff;
}

.calculator-section input.slider-range-value{
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 10px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 12px;
  background: #f5f5f5;
}


.calculator-section .slider-range-value::-webkit-slider-thumb {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  cursor: pointer;
  transition: background .15s ease-in-out;
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  -webkit-appearance: none;
  border: 7px solid #F5F5F5;
  position: relative;
  z-index: 10000;

}


.calculator-section .slider-range-value::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  cursor: pointer;
  transition: background .15s ease-in-out;
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  -webkit-appearance: none;
  border: 7px solid #F5F5F5;

}

.calculator-section .range-slider-section {
  margin-top: 30px;
}
.calculator-section  .bottom-calculation-section {
  margin-top: 130px;
}


.calculator-section .order-value-section input.range-slider-range-ordervalue {
  width: 100%;
  max-width: 30%;
  margin: 0 auto;
  float: none;
  text-align: center;
  border: 1px solid #F5F5F5;
  font-size: 11.01px;
  font-weight: bold;
  letter-spacing: 0.14px;
  line-height: 18px;
  color: #57646B;
  padding: 10px 0;
}

.calculator-section .order-value-section .slider-range-group-ordervalue {
  text-align: center;
}

.calculator-section .range-slider-section .final-result-display-right {
  width: 100%;
  max-width: 20%;
  float: right;
  border: 1px solid #F5F5F5;
  text-align: center;
  padding: 10px 0px;
  position: relative;
  top: -7px;
}

.calculator-section .range-slider-section .final-result-display-right p {
  margin-bottom: 0;
  font-size: 11.01px;
  font-weight: bold;
  letter-spacing: 0.14px;
  line-height: 18px;
  color: #57646B;
  font-family: 'Lato', sans-serif;
}

.calculator-section .final-result-display-container {
  background-color: #F5F5F5;
  padding: 0 34px;  
  margin-top: 152px;
}



.calculator-section .final-value {
  background-color: #FFFFFF;
  position: relative;
  top: -20px;
  padding: 53px 20px;
  text-align: center;
  margin-top: 20px;
}


.calculator-section .final-result-display-container .text-group {
  padding: 70px 60px 38px;
}



.calculator-section .slider-range-group.slider-range-group-month,
.calculator-section .slider-range-group-visitor,
.calculator-section .slider-range-group-qualified,
.calculator-section .slider-range-group-leadmeet,
.calculator-section .slider-range-group-meetingbizz   {
  position: relative;
}

.calculator-section .rangeslider__handle__result__group {
  position: absolute;
  top: 100px;
  background-color: #fff;
  max-width: 75px;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(50,50,93,.2);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  margin-left: -25px;
  top: 38px;
  left: 0;
  border: 1px solid #02A4DF;
}


.calculator-section  .rangeslider__handle__result__group p{
  margin-bottom: 0;
  color: #57646B;
  font-size: 11.01px;
  font-weight: bold;
  letter-spacing: 0.14px;
  line-height: 18px;
  padding: 10px 0;
  position: relative;
  z-index: 24;
  background:#fff;
  font-family: 'Lato', sans-serif;
}

.calculator-section .final-value p span,  .calculator-section .final-value p b{
  font-family: 'Lato', sans-serif;
  font-size: 22px;	
  font-weight: 900;	
  letter-spacing: 0.28px;
  line-height: 18px;	

}

.calculator-section .final-value p {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.13px;	
  line-height: 18px;	
  text-align: center;
  color: #000000;
}

.calculator-section .result-dislay {
  position: relative;
  z-index: 24;
  background: #fff;

}
.calculator-section .result-dislay:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  right: 0;
  border: 1px solid #000;
  height: 15px;
  max-width: 22px;
  transform: rotate(45deg);
  margin: 0 auto;
  border: 1px solid #02A4DF;
  z-index: -1;
  background:#fff;
}







.calculator-section .slider-range-group-meetingbizz {
  position: relative;
}


.calculator-section .rangeslider_move-meetingbizz.rangeslider__handle__result__group {
  position: absolute;
  top: 100px;
  background-color: #fff;
  max-width: 75px;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(50,50,93,.2);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  margin-left: -25px;
  top: 38px;
  left: 0;
}





.calculator-section .result-dislay span {
  position: absolute;
  top: 11px;
  z-index: 100;
  font-size: 11px;
  margin-left: 11px;
}



.calculator-section .rangeslider {
  background: transparent;
  position: relative;
}
.calculator-section .rangeslider--horizontal {
  height: 20px;
  width: 100%;
}


.calculator-section .rangefill,.calculator-section .rangefill-visitor {
  top: -18px;
  height: 12px;
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 0%;
  z-index: 1;
}

.calculator-section .cta-bottom-container {
  margin-top: 64px;
}

.calculator-section .cta-bottom-container a.cta_button{
  font-size: 18px;
  letter-spacing: 0.23px;
  padding: 21px 30px;
}

@media(min-width:1025px) and (max-width:1110px){

  body .row-fluid .calculator-section .text-group {
    min-height: 134px;
  }

}

@media(max-width:1024px){
  body .row-fluid .calculator-section .wrapper {
    padding: 0 40px;
  }
  body .row-fluid .calculator-section .text-group {
    border-radius: 4px;
    background-color: #F5F5F5;
    position: relative;
    padding: 45px 20px 35px;
    min-height: 134px;
  }  
}




@media(max-width:767px){

  .calculator-section {
    padding: 0 0 90px;
  }

  body .row-fluid .calculator-section .text-group .number-container {
    min-height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
  }

  .calculator-section .text-group .heading-container h4 {
    font-size: 16px;
  }

  body .row-fluid .calculator-section .text-group {
    min-height: 118px;
  }
  .calculator-section .visitors-container {
    margin-bottom: 95px;
  }

  .row-fluid .calculator-section .slider-range-group.slider-range-group-month,.row-fluid .calculator-section .slider-range-group-visitor, 
  .row-fluid .calculator-section .slider-range-group-qualified,.row-fluid .calculator-section .slider-range-group-leadmeet,.row-fluid .calculator-section .slider-range-group-meetingbizz {
    position: relative;
    width: 100%;
    max-width: 70%;
    float: left;
  }
  .calculator-section .bottom-calculation-section {
    margin-top: 0;
  }
  .calculator-section .final-result-display-container {
    padding: 0 20px;
    margin-top: 0;
  }

  .calculator-section .final-value {
    top: -30px;
    padding: 53px 10px;
    margin-top: 0;
  }

  .calculator-section .cta-bottom-container a.cta_button {
    padding: 16px 10px;
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  .calculator-section .cta-bottom-container {
    margin-top: 20px;
  }
}




/************* lead generator **************/

.lead-generator-hero-section {
  background-color: #F5F5F5;
}



.post-item.post-inner-item .left-listing {
  padding-right: 10px;
}

.post-item.post-inner-item .right-listing-col a.hs-featured-bg {
  width: 100%;
  max-width: 148px;
  text-align: right;
  margin: 0 auto;
}


.blog-hero-section .all-filter-list{
  display:none;    
}

.blog-hero-section .post-topic ul li.all-filter-list{
  display: inline-block;;    
}



@media(max-width:767px){
  .post-item.post-inner-item .right-listing-col a.hs-featured-bg{

    width: 100%;
    max-width: 100%;
  }

}


/*Privacy Policy Page*/


.privacy-hero{
  background-color: #F5F5F5;
  padding: 132px 0px 85px;
}

body .container-fluid .row-fluid .privacy-hero .wrapper{
  max-width:800px;
}



.privacy-hero  h1{
  margin-bottom: 54px;

}

body .container-fluid .row-fluid .privacy-row-1 .wrapper{
  max-width:800px;
}

.privacy-row-1{
  padding: 74px 0 113px;
}

.privacy-text-cm {
  margin-bottom: 64px;
  display: block;
}

.privacy-row-1 h2{
  margin-bottom: 26px;

  font-size: 29px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0.36px;
}

.privacy-row-1 p{
  margin-bottom: 30px;

}

.body-container-wrapper .privacy-row-1 ul{
  margin-left: 9px;
}

.body-container-wrapper .privacy-row-1 li{
  list-style-type: none;
  position: relative;
}

.body-container-wrapper .privacy-row-1 li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #15CABE;
  border-radius: 100%;
  left: -20px;
  top: 9px;
}

.body-container-wrapper .privacy-row-1 ol li{
  list-style-type: decimal;
}

@media(max-width:767px){

  .privacy-hero {
    padding: 107px 0px 85px;
  }


}

/*Post Sharing Icons*/

.hs-blog-post .blog-post-wrapper{
  position:relative;
}

.hs-blog-post .blog-post-wrapper .sharing-icon {
  position:absolute;
  margin: 0;
  margin-top: 3px;
  top: 0;
  width:40px;
  left:-115px;
}

.hs-blog-post .blog-post-wrapper  .sharing-icon li a {
  color: #02A4DF;
  background:transparent;
  width: 31px;
  line-height: 31px;
  display: block;
  text-align: center;
  border: 2px solid #02A4DF;	
  border-radius: 100%;
  margin-bottom: 0px;
}

.hs-blog-post .blog-post-wrapper  .sharing-icon li {
  font-size: 14px;
  float: left;
  margin-left: 10px;
  margin-bottom:10px;
  list-style-type:none;
  transition:all ease-in-out .2s;
}

.hs-blog-post .blog-post-wrapper  .sharing-icon li.first-item{
  font-size: 13px;	
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 18px;	
  text-align: center;
  color:#292929;
  font-family: 'Lato', sans-serif;
}


.hs-blog-post .blog-post-wrapper  .sharing-icon li:hover a{
  border-color:  #15CABE;
  color: #15CABE;
}


@media(max-width:1024px) and (min-width:768px){

  body.hs-blog-post .blog-section {
    padding: 0 40px;
  } 

  .hs-blog-post .blog-post-wrapper .sharing-icon{
    left: -64px;
  }

}

@media(max-width:767px){

  .hs-blog-post .blog-post-wrapper .sharing-icon {
    display:none;
  }


}

body .calculator-section a.cta_button[title]:hover:after{
  z-index:-1;

}

/*Search Page Styling*/




div#hs-eu-cookie-confirmation.can-use-gradients{
  background: linear-gradient(90deg, #15CABE 0.09%, #02A4DF 100%)!important;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.15)!important;
  border:none!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  font-size:12px!important;
  line-height:23px!important;
  letter-spacing:-0.08px!important;
  font-weight:500!important;
  font-family: 'Lato', sans-serif!important;
  text-shadow:none!important;
  margin:0px!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a{
  color:#fff!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  background:#fff!important;
  border-radius:32px!important;
  font-size:18px!important;
  line-height:22px!important;
  color:#57646B!important;
  font-weight:900!important;
  font-family: 'Lato', sans-serif!important;
  border:none!important;
  padding:13px 28px!important;
  transition:0.3s all ease-in-out!important;
  box-shadow:none!important;
  text-shadow:none!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover{
  background:#15CABE!important;
  transition:0.3s all ease-in-out!important;
  box-shadow:none!important;
  color:#fff!important;
  text-shadow:none!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button{
  background-color:rgba(255,255,255,0.18)!important;
  border-radius:32px!important;
  border:2px solid #fff!important;
  border-radius:32px!important;
  font-size:18px!important;
  line-height:22px!important;
  letter-spacing:0.23px!important;
  color:#fff!important;
  padding: 9px 36px!important;
  font-weight:900!important;
  text-decoration:none!important;
  text-shadow:none!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover{
  background:#15CABE!important;
  transition:0.3s all ease-in-out!important;
  box-shadow:none!important;
  color:#fff!important;
  text-shadow:none!important;
  text-decoration:none!important;
  border:2px solid transparent!important;
  text-shadow:none!important;
}

div#hs-eu-cookie-confirmation{
  top:auto!important;
  bottom:0!important;
  position:fixed!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 19px 18px 33px!important;
  max-width: 1100px!important;
  margin: 0 auto!important;
}

#hs-en-cookie-confirmation-buttons-area{
  margin-top:20px!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer{
  margin:0px!important;
}








/******************* Search Page Styling Start ********************/



.search-page .search-section{
  padding:0px 0 100px;
}

.search-page .search-section .wrapper{
  max-width:1000px;
}

.search-page .search-section .subheading h6{
  color:#000000;
  font-size:14px;
  line-height:17px;
  letter-spacing:0.17px;
  font-weight:600;
  position:relative;
  margin-bottom:0;
}

.search-page .search-section .hs-search-field form input{
  border:none;
  font-size:29px;
  font-family: 'Lato', sans-serif;
  line-height:32px;
  letter-spacing:0.36px;
  color:#000000;
  height:57px;
  padding: 0;
  background:transparent;
  font-weight:900;
  text-transform:capitalize;
}

.search-page .search-section .hs-search-field form input::placeholder{
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:rgba(124, 134, 152, 0.47);
  font-weight:normal;
}

.search-section .top-search-bar{
  background-color: #F8F8F8;
  padding: 83px 0 0px;
}

.search-result-section{
  padding-top:50px;
}

.search-result-section ul{
  margin-top:0;
}

.search-result-section ul li{
  width: 46.9%;
  margin-right: 60px;
  float: left;
  margin-left: 0;
  margin-bottom: 36px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(87, 100, 107, 0.17);
}

body .row-fluid .search-result-section ul li:nth-child(2n){
  margin-right:0!important;
}

.search-result-section ul li h3.title{
  min-height: 60px;
  margin-bottom: 0;
  line-height: 25px;
}

.search-result-section .hs-search-results__title{
  font-size:16px;
  line-height:24px;
  color:#000000;
  font-weight:900;
  font-family: 'Lato', sans-serif;
  transition:0.3s all ease-in-out;
}

.search-result-section .hs-search-results__title:hover{
  color:#02A4DF;
  transition:0.3s all ease-in-out;
}

.search-result-section .hs-search-highlight.hs-highlight-title{
  font-weight:normal;
}

.search-result-section .hs-search-results__description{
  font-size:14px;
  line-height:23px; 
  letter-spacing:-0.08px;
  color:#57646B;
  font-weight:normal;
  height: 72px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

.search-result-section{
  position:relative;
}

.hs-search-results__next-page{
  float: right;
  position: relative;
  left: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}

.hs-search-results__prev-page{
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
  position:relative;
  left:0px;
}

.hs-search-highlight {
  font-weight: normal;
}

.hs-search-field--open .hs-search-field__suggestions{
  border: none!important;
  text-align: left!important;
  background: #fff!important;
  padding: 10px 20px!important;
  width: 880px;
  margin: 0 auto;
  float: right;
  border-radius:2px;

}




/* @media(max-width:1180px) and (min-width:1025px){

.search-result-section ul li{
width: 45.9%; 
}
} */



@media(max-width:1024px){

  .search-result-section ul li{
    margin-right:40px;
  }


}



@media(max-width:767px){

  body .row-fluid .search-result-section ul li{
    width:100%;  
  }

  .search-page .search-section{
    padding: 0px 0 40px;
  }

  .search-result-section {
    padding-top: 30px;
  }

  .search-result-section .hs-search-results__title {
    min-height: 0;
    margin-bottom: 10px;
  }

  .search-result-section ul li{
    margin-bottom:30px;
  }

  .search-result-section .hs-search-results__description{
    height:auto;
  }

  .hs-search-field--open .hs-search-field__suggestions{
    width:auto!important;
  }
}


.hs-search-field--open .hs-search-field__suggestions{
  border: 1px solid #000!important;
  text-align: left!important;
  background: #fff!important;
  padding: 20px!important;
}

.hs-search-field__suggestions a:hover, .hs-search-field__suggestions #results-for:hover{
  color:#15CABE;
}
.hs-search-field__suggestions li{
  font-size:14px!important;
  line-height:20px!important;
}

.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus{
  background:transparent!important;
}







body .container-fluid .row-fluid .poup-container{
  display:none;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: #F5F5F5;
  z-index: 99999;   
}



body .container-fluid .row-fluid .poup-container.open-popup{
  display: flex;
  display: -webkit-flex;
}


body .row-fluid .poup-container form input, 
body .row-fluid .poup-container form select, 
body .row-fluid .poup-container form textarea{
  height: 64px;
  margin-bottom: 18px;
}  

.row-fluid .poup-container form .hs-button.primary{
  height:64px;
}

body .container-fluid .row-fluid .popup-inner-container {
  max-width: 570px;
  margin: 0 auto;
  float: none;
}  

h3.form-title {
  margin-bottom: 43px;
}

.popup-inner-container  .submitted-message{
  font-size: 48px;	
  font-weight: 900;
  letter-spacing: 0.6px;	
  line-height: 54px;	
  text-align: center;
  overflow:hidden;
}

.remove-title h3{
  display:none;
}

.close-button {
  text-align: right;
  padding-right: 40px;
  position: absolute;
  top: 40px;
  right:0;
  cursor: pointer;
}  



@media(max-width:767px){

  body .container-fluid .row-fluid .popup-inner-container {
    padding-top:100px;
    padding-bottom:100px;
  }
  body .container-fluid .row-fluid .popup-inner-container.remove-padding{
    padding-top:0;
  }

  body .container-fluid .row-fluid .poup-container{
    overflow-y: scroll;
  }

  .close-button {
    top:20px;
  }

}

@media(max-width:500px) and (min-width:200px){

  body .container-fluid .row-fluid .popup-inner-container {
    padding-top:260px;
    padding-bottom:100px;
  }

  body .container-fluid .row-fluid .popup-inner-container.remove-padding{
    padding-top:0;
  }

}




body #hubspot-messages-iframe-container.widget-align-right{
  left:0!important;
  bottom:20px!important;
}




.popup-video-section{
  position:relative;
}

body .row-fluid .popup-video-section .image-container{
  position:relative;
  height:auto;
}

.popup-video-section .play-icon{
  position: absolute;
  left: 0;
  right: 0;
  top: 39%;
  margin: 0 auto;
  float: none;
  z-index: 1;
  text-align: center;
}

.popup-video-section .play-icon img{
  width:100%;
  max-width:200px;
  height:auto;
}

body.pdf-popup-open3 .blog-section2{
  z-index:5;
}


.popup-section3 .popup-video-container{
  margin-left:0;
  padding:0 20px;
  max-width:1020px;
  margin:0 auto;
  float:none;
}



@media(max-width:1440px){

  .popup-video-section .play-icon{
    top:32%;
  }
}

@media(max-width:1024px){

  .popup-video-section .play-icon img{
    max-width: 120px;  
  }

  .popup-video-section .play-icon{
    top:32%;
  }
}


@media(max-width:767px){

  .popup-video-section .play-icon img {
    max-width: 70px;
  }

  .popup-video-section .play-icon {
    top: 26%;
  }

}



.post-filter-section .cta-trigger{
  width:5%;
  float:left;
}

.hs-blog-listing .post-filter-section{
  display:none;
}

.post-filter-section .cta-trigger a h3{
  font-size:16px; 
  line-height:24px;
  letter-spacing:0.56px;
  color:#000;
  font-weight:500;
  float:left;
  margin-bottom:0;
}

.hs-blog-post .body-container-wrapper .post-filter-section .widget-module ul li {
  background: transparent;
  margin-right: 2px;
  margin-bottom:0;
}

.hs-blog-post .body-container-wrapper .post-filter-section .widget-module ul {
  margin-top: 0;
  margin-bottom: 0;
}

.post-filter-section{
  background:rgba(245,245,245,0.5);
  padding: 19px 0 41px;
}

.post-filter-section .cta-trigger a h3:after{
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #15CABE;
  transition: all ease-in-out .2s;
}

.post-filter-section .cta-trigger a:hover h3:after{
  width:100%;
  transition: all ease-in-out .2s;
}

body .row-fluid .post-filter-section .wrapper{
  max-width:940px;
}




@media(max-width:1024px){

  .hs-blog-post .body-container-wrapper .post-filter-section .widget-module ul li{
    padding: 0px 7px;  
  }

  .hs-blog-post .body-container-wrapper .post-filter-section .widget-module ul li a{
    font-size: 15px;
  }

  .post-filter-section .cta-trigger a h3{
    font-size:15px;
  }
}


@media(max-width:767px){

  .post-filter-section .cta-trigger{
    width:100%;
    float:none;
  }

  .hs-blog-post .body-container-wrapper .post-filter-section .widget-module ul li{
    display:block;
    padding-left:0;
  }
}



/*********************** Post Page Form Cm Styling *******************/


.hs-blog-listing .post-form-section{
  display:none!important;
}

.post-page-form-cm .form-heading h2{
  font-size:48px;
  line-height:54px;
  letter-spacing:0.6px;
  font-weight:900; 
}

.post-page-form-cm{
  padding:68px 0 88px;
}

body .row-fluid .post-page-form-cm .form-container{
  max-width:570px;
  margin:0 auto;
  float:none;
}

body .row-fluid .post-page-form-cm .form-container form input,
body .row-fluid .post-page-form-cm .form-container form select{
  background:#F5F5F5;
  border-radius:32px;
  height:64px;
  font-size:18px;
  line-height:22px;
  letter-spacing:0.23px;
  color:#000;
  font-weight:900;
  font-family: 'Lato', sans-serif;
}

body .row-fluid .post-page-form-cm .form-container form select option{
  font-size:18px;
  line-height:22px;
  letter-spacing:0.23px;
  color:#000;
  font-weight:900;
  font-family: 'Lato', sans-serif;
}

body .row-fluid .post-page-form-cm .form-container form textarea{
  height:255px;
  background:#F5F5F5;
  padding:20px 30px;
  border-radius:32px;
  color:#000;
  font-weight:900;
  font-family: 'Lato', sans-serif;
  font-size:18px;
  line-height:22px;
}

body .row-fluid .post-page-form-cm .form-container form .hs-button{
  background: linear-gradient(90deg, #02A4DF 0%, #15CABE 99.91%);
  font-size:18px;
  line-height:22px;
  color:#fff;
  font-weight:900;
  padding: 14px 27px;
  letter-spacing:0.23px;
}

.post-page-form-cm .row-fluid form .hs_submit .actions{
  text-align:left;
}

.post-page-form-cm form .hs-richtext{
  background:#E2E2E2;
  padding:21px 30px;
  border-radius:32px;
  margin-top:10px;
}

.post-page-form-cm form .hs-richtext p{
  font-size:18px;
  line-height:39px;
  color:#000;
  font-weight:900;
  letter-spacing:0.53px;
  margin-bottom:0;
  font-family: 'Lato', sans-serif;
}

.post-page-form-cm form .hs-richtext p a{
  color:#F8701E;
}

.post-page-form-cm.hide-form{
  display:none!important;
}

.post-page-form-cm.show-form{
  display:block!important;
}

.post-page-form-cm{
  display:block!important;
}

.post-form-section{
  min-height:0!important;
}




@media(max-width:767px){

  .post-page-form-cm .form-heading h2{
    font-size: 32px;
    line-height: 44px;
    text-align:center;
  }
}