/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');
/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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



body { margin:0; padding:0; font-family: 'Roboto', sans-serif; font-weight: 300;}
*{box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{margin:0; color: #330072; font-weight: 400; margin: 0 0 10px;}
h2 {font-size: 45px; font-weight: 500;}
p { margin:0; font-size:16px; color: #444444;}
img{max-width:100%;}
ul{padding:0; margin:0;}
li{list-style:none;}
a,a:hover{text-decoration:none;}
input:focus, button:focus, textarea:focus {outline: none;}

.container{ max-width:1280px; margin:0 auto; padding:0 15px;}
.next-animation-sec {margin-top: 50px;}

.header > div > div {display: flex; align-items: center;}

.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul {    float: right; display: flex; align-items: center;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {margin: 0 15px}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a {position: relative;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {padding: 0; position: relative; padding: 15px 0;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:not(:last-child) > a::before {    padding: 0;    position: absolute;    content: "";    bottom: 10px;    left: 50%;    right: 50%;    width: 0px;    height: 2px;    background: #fff;    transition: .3s;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:not(:last-child):hover > a::before { width: 100%; left: 0; right: 0; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {color: #fff; transition: .3s; white-space: normal !important; max-width: none !important; overflow: visible !important; text-overflow: inherit !important;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {background: #0c6482}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {background: none;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a {    background: #04bcf9; padding: 10px 20px; padding-right: 35px;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a:hover {transform: scale(1.1)}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a::after {content: "\f105"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #fff; transition: .3s;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { background: #04bcf9; transition: transform .4s ease-in-out, opacity 0s; transform: translateY(-20px); }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {transform: translateY(0px);}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child {position: relative;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child > a::before {    content: "";    position: absolute;    left: 7px;    top: -14px;    border: 7px solid #04bcf9;    border-top: 7px solid transparent;    border-left: 7px solid transparent;    border-right: 7px solid transparent; transition: .3s;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child > a:hover:before {border-bottom-color: #0c6482;}

.sticky-header .header-wrap {    position: fixed;  transform: translateY(0); background: #fff; box-shadow: rgba(0,0,0,.1) 0 0 10px;}
.header-wrap {    position: absolute;    top: 0;    z-index: 3;    transition: .3s;    transform: translateY(30px);    padding: 10px 0;}
.sticky-header .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:not(:last-child) > a {    color: #000;}
.sticky-header .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:not(:last-child) > a::before {background: #000;}
.sticky-header .logo img {filter: invert(100%);}

.scroll-to-bottom strong {    position: absolute;    bottom: 30px;    left: 50%;    text-align: center;    cursor: pointer;    transform: translateX(-50%);    line-height: 8px;    padding: 2px;    font-size: 25px;    color: #fff;}
.scroll-to-bottom strong::before {    content: "\f107";    font-weight: 900;    font-family: 'Font Awesome 5 Free';}


/* Blog css */
body.hs-blog-listing, body.hs-blog-post {background: #f5f5f5;}
body.hs-blog-listing {margin: 650px 0 0;}
.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-header,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-header h2 {font-size: 50px; margin: 0 0 25px;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-header a.topic-link,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-header a.topic-link {    font-size: 30px;    padding: 10px 20px; margin: 0 0 25px;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1),
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) {width: 100%; position: absolute; top: 0; right: 0; left: 0; padding: 0;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-item-inr,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-item-inr {background: none; box-shadow: none;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-item-inr:hover .hs-featured-image-wrapper a img,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-item-inr:hover .hs-featured-image-wrapper a img {transform: none;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .hs-featured-image-wrapper a,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .hs-featured-image-wrapper a {position:relative; display: inline-block;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .hs-featured-image-wrapper a::before,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .hs-featured-image-wrapper a::before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,.5);}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .hs-featured-image-wrapper a img,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .hs-featured-image-wrapper a img {    height: 650px;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-item-inr-content,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-item-inr-content {    position: absolute;    top: 200px;    left: 0;    right: 0;    max-width: 1140px;    margin: 0 auto;    float: none;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-body .more-link-wrap,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-body .more-link-wrap {display: block; text-align: left}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-header .hubspot-editable p,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-header .hubspot-editable p {font-size: 16px;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-body a.more-link,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-body a.more-link {color: #fff; border-color: #fff; font-size: 20px; padding: 13px 20px; margin: 15px 0 0; padding-right: 45px; position: relative;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-body a.more-link::before,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-body a.more-link::before {    content: "\f30b";    position: absolute;    right: 20px;    top: 50%;    transform: translateY(-50%);    font-family: 'Font Awesome 5 Free';    font-weight: 900;    color: #fff;    transition: .3s;}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-body a.more-link:hover,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-body a.more-link:hover {    background: #fff;    color: #04bcf9; transform: scale(1.1);}

.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-header h2 a,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-header h2 a, 
.blog-section > .blog-listing-wrapper > .container > .post-listing > .post-item:nth-child(1) .post-header p,
.blog-section > .blog-listing-wrapper > .container > .jscroll-inner > .post-listing > .post-item:nth-child(1) .post-header p {color: #fff;} 

.hs-blog-listing .head-logo, .hs-blog-post .head-logo {text-align: left;}
.blog-banner-content {margin: 30px 0 0;}
.hs-blog-listing .home-header, .hs-blog-post .home-header {    margin: 50px 0 70px;}
.blog-banner-content p {    color: #fff;    max-width: 570px;    font-size: 22px;    text-align: justify;}
.blog-main-wrap {    padding: 70px 0;}
.post-listing {margin: 0 -15px; display: flex; flex-wrap: wrap;}
.post-listing .post-item {    width: 33.333%;    float: left;   padding: 0 15px; margin: 0 0 30px;}
.post-listing .post-item-inr {width: 100%; float: left; background: #fff; box-shadow: rgba(0,0,0,.1) 0 0 5px; height: 100%; transition: .3s;}
.post-listing .post-item-inr:hover {box-shadow: rgba(0,0,0,.1) 0 0 30px;}
.post-listing .post-item-inr:hover .hs-featured-image-wrapper a img {transform: scale(1.1)}
.post-listing .post-item .hs-featured-image-wrapper {width: 100%; float: left;}
.post-listing .post-item .hs-featured-image-wrapper a {width: 100%; display: inline-block; overflow: hidden;}
.post-listing .post-item .hs-featured-image-wrapper a img {width: 100%;    max-width: 100%; height: 270px; object-fit: cover; margin: 0; object-position: top; transition: .3s;}
.post-listing .post-item .post-item-inr-content {width: 100%;    float: left;    padding: 20px; display: flex; flex-wrap: wrap;}
/* .post-listing .post-item:nth-child(2) .post-item-inr-content > div {    width: 50%;    border-right: 1px solid #ddd;    padding: 0 30px;}
.post-listing .post-item:nth-child(2) .post-item-inr-content > div:first-child {padding-left: 0}
.post-listing .post-item:nth-child(2) .post-item-inr-content > div:last-child {padding-right: 0; border-right: none;} */
.post-listing .post-item .post-header {width: 100%;    float: left; margin: 0 0 10px;}
.post-listing .post-item .post-header a.topic-link {    display: inline-block;    padding: 5px 10px;    background-color: #04bcf9;    color: #fff !important;    border-radius: 0;    font-size: 0.6875rem;    line-height: 1.45;    font-weight: normal;    text-align: center;    text-transform: uppercase;    margin: 0 0 10px;}
.post-listing .post-item .post-header h2 {font-size: 26px; width: 100%; float: left; }
.post-listing .post-item .post-header h2 a {color: #04bcf9; display: inline-block; transition: .3s;}
.post-listing .post-item .post-header h2 a:hover {    text-decoration: underline;}
.post-listing .post-item .post-header .hubspot-editable {width: 100%; float: left;}
.post-listing .post-item .post-header .hubspot-editable p {font-size: 14px; text-transform: uppercase;}
.post-listing .post-item .post-body {    width: 100%;    float: left;   word-break: break-word;}
.post-listing .post-item .post-body .more-link-wrap {width: 100%; float: left;  margin: 10px 0 0; text-align: right; display: none;}
.post-listing .post-item .post-body a.more-link {    display: inline-block;    color: #444;    font-weight: 400;    padding: 5px 10px;    border: 2px solid #444;    line-height: 1; transition: .3s;}
.post-listing .post-item .post-body a.more-link:hover {background: #444;    color: #fff;}
.blog-pagination {display: flex; justify-content: space-between; margin: 20px 0 0;}
.blog-pagination a {display: inline-block;    color: #0fbcf9;    font-weight: 400;    padding: 10px 20px;    border: 1px solid #0fbcf9;    line-height: 1;    transition: .3s;}
.blog-pagination a:hover {background: #0fbcf9; color: #fff;}
.blog-subscription-sec {text-align: center; padding: 0 0 50px;}
.blog-subscription-sec .subscription-title h3 {font-size: 30px; color: #444; font-weight: 500;}
.blog-subscription-sec .subscription-title p {font-size: 22px; max-width: 450px; margin: 0 auto 15px;}
.blog-subscription-sec form {width: 100%; max-width: 300px; margin: 0 auto;}
.blog-subscription-sec form > div {    width: 100%;    float: left;   margin: 0 0 25px;    position: relative;}
.blog-subscription-sec form > div.hs_error_rollup, .blog-subscription-sec form > div > label {    display: none;}
.blog-subscription-sec form > div input[type="email"] {    background: #fff;    border: 2px solid #444;    color: #444;    height: 50px; text-align: center; font-size: 22px;}
.blog-subscription-sec form > div ul.hs-error-msgs {    position: absolute;    top: 100%;    color: #e10000;    left: 0;    right: 0;}
.blog-subscription-sec form > div input[type="submit"] {    background: transparent;    border: 2px solid #444;    color: #444;    padding: 10px 20px;    font-size: 18px;    text-transform: uppercase;    cursor: pointer;    transition: .3s;}
.blog-subscription-sec form > div input[type="submit"]:hover {background: #444;   color: #fff;}
.blog-subscription-sec form > div.hubspot-link__container.sproket, form#hsForm_ebf657fc-5ed8-402c-a2fe-1d5b796e7b16 .hubspot-link__container.sproket {display: none;}
.subscribe-email-form-inr {    width: 100%;    float: left;    padding: 25px;    background: #04bcf9;}
/* .post-item {display: none;} */
.post-item:nth-of-type(3n+1)
.hs-form-ebf657fc-5ed8-402c-a2fe-1d5b796e7b16_9efd4f01-f3e1-45ae-ad0a-d181a6b5867d .hs-input {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    height: 40px;
    border-radius: 0;
}
.subscribe-email-form-inr iframe#hs-form-iframe-0 {width: 100% !important;}

.hs-blog-post .blog-main-wrap {    padding: 0; margin: 70px 0 0;}
.post-main-wrap {width: 100%; float: left;}
.post-main-wrap .hs-featured-image-wrapper {width: 100%; float: left;}
.post-main-wrap .hs-featured-image-wrapper img {width: 100%; max-width: 100%; height: 400px; object-fit: cover; margin: 0; object-position: top;}
/* .hs-blog-post .banner-wrap-main {display: none;} */
.post-main-wrap .post-header, .post-main-wrap .post-body {    width: 100%;    float: left;}
.post-main-wrap .post-header {    margin: 0 0 10px;}
.post-main-wrap .post-header h1 {    font-size: 37px;    font-weight: 500;}
.post-main-wrap .post-header .hubspot-editable p {    font-size: 22px;    text-transform: uppercase;    position: relative;    padding-bottom: 10px;}
.post-main-wrap .post-header .hubspot-editable p::before {    content: "";    position: absolute;    bottom: 0;    left: 0;    width: 200px;    height: 2px;    background: #330072;}
.post-main-wrap-content {width: 100%;    float: left;    padding: 50px;    background: #fff;     margin: 0 0 20px;}
.post-main-wrap-content p {    margin: 0 0 15px;}
/* end of Blog css */



.footer-section {padding: 50px 0; background: #0c6482;}
.footer-inr-wrap > div > div {display: flex; align-items: center; flex-wrap: wrap;}
.footer-inr h5 {color: #fff; font-size: 20px; font-weight: 500;}
.footer-inr.footer-contact-social h5 {    user-select: none;}
.footer-inr p {color: #fff; margin: 0 0 10px; line-height: 1.4;}
.footer-inr a {display: inline-block; color: #fff; transition: .3s;}
.footer-inr a:hover {color: #04bcf9;}
.footer-inr ul {margin: 0 0 30px}
.footer-inr ul li {line-height: 1.2; margin: 0 0 15px;}
.footer-inr ul li:last-child { margin: 0;}
.footer-inr ul li a {display: inline-block; font-size: 16px; color: #fff; transition: .3s;}
.footer-inr ul li a:hover {color: #04bcf9;}
.footer-inr.footer-contact-social p {position: relative;}
.footer-inr.footer-contact-social ul {margin: 0 -5px;}
.footer-inr.footer-contact-social ul li {display: inline-block; padding: 0 5px;}
.footer-inr.footer-contact-social ul li a {    color: #04bcf9;    height: 50px;    width: 50px;    border: 2px solid #04bcf9;    display: flex;    align-items: center;    justify-content: center;    font-size: 25px; transition: .3s;}
.footer-inr.footer-contact-social ul li a i {    margin-left: 6px;}
.footer-inr.footer-contact-social ul li a:hover {  background-color: #04bcf9; color: #fff;}
.footer-inr.footer-contact-social a.contact-us {display: inline-block; border: 2px solid #fff; padding: 10px 30px; transition: .3s; margin: 0 0 15px;}
.footer-inr.footer-contact-social a.contact-us:hover {color: #04bcf9; background: #fff; transform: scale(1.1);}

.copyright {background: #0e041e; padding: 15px 0;}
.copyright-desc {color: #2c184a; min-height: 0 !important;}
.copyright-desc p a {    display: inline-block;    font-size: 16px;    color: #fff;    transition: .3s;}
.copyright-desc p a:hover {    color: #04bcf9;}
.copyright-inr > div > div {display: flex; align-items: center; flex-wrap: wrap;}
.copyright p {color: #fff;}
.copyright-social {text-align: right;}
.copyright-social ul {font-size: 0;}
.copyright-social ul li {display: inline-block; margin: 0 10px;}
.copyright-social ul li a {display: inline-block; margin: 0 5px; color: #fff; font-size: 24px; transition: .3s;}
.copyright-social ul li a:hover {color: #04bcf9;}

.scroll-to-top {position: fixed; bottom: 0; padding: 10px 15px; background: rgb(114, 79, 166,.85); color: #fff; right: 40px; cursor: pointer; box-shadow: rgba(0,0,0,.3) 0 0 10px; transform: translateY(120%); transition: .3s;}
.scroll-up-visible .scroll-to-top {transform: translateY(0);}



@media (max-width: 991px) {
  .post-listing .post-item {width: 50%;}
  .post-listing .post-item:nth-child(2) {width: 100%;}
}

@media (max-width: 767px) {
  .copyright p {font-size: 14px;}
  .scroll-to-bottom strong {z-index: 1; bottom: 10px;}

  .footer-links {width: 100% !important;}
  .footer-inr {margin: 0 0 30px;}
  .footer-inr:last-child {margin: 0;}
  .copyright-inr > div > div {flex-direction: column;}
  .copyright-inr > div > div > div {margin: 0 0 10px;}
  .copyright-inr > div > div > div:last-child {margin: 0;}
  
  .post-listing .post-item:nth-child(2) .post-item-inr-content > div {padding: 0 !important; border: none; width: 100%;}
  .post-listing .post-item {width: 100%;}
  
  .post-main-wrap-content {padding: 30px 15px;}
}





