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



#header .page-center {
    padding: 0 16px;
    max-width: 1248px;
    margin: 0 auto !important;
    float: none !important;
}


.page-center {
    margin: 0 auto !important;
    float: none !important;
    max-width: 1280px;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 12px 0 2px;
    box-shadow: rgba(3,13,26,.3) 0 0 4px;
    animation: header 1s ease-in-out;
    -webkit-animation: header 1s ease-in-out;
    background: rgba(255,255,255,.9);
}

#header ul li a {
    height: 56px;
    margin: -12px 0 -2px 16px;
    line-height: 56px;
    border: 0;
    font-weight: 800;
    padding: 0 16px;
    box-sizing: border-box;
    color: #030e1a;
    cursor: pointer;
    transition: background .2s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-family: 'open_sanssemibold', arial, helvetica, sans-serif !important;
}

#header ul li a:hover {
    background: #00a9ff;
    color: #fff;
}

#header ul{
  float:right;
}

#header ul li{
  line-height: 0px;
}

.hs-menu-wrapper {
    line-height: 0px;
}

.blog-list .post-listing {
    display: flex;
    flex-wrap: wrap;
}

.blog-list .post-item {
    max-width: 31%;
    flex: 0 0 31%;
    margin: 1%;
    border: 2px solid #ccc;
}
.list-feth-image {
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.logo img{
  max-width: 171px;  
}
.blog-list .post-header h2 a {
    font-size: 30px;
    color: #434343;
    text-decoration: none;
}
.blog-list .post-header h2 {
    margin-bottom: 20px;
}

.blog-list .post-header {
    padding: 20px;
}
.blog-list a.more-link {
    background: rgb(43,174,249) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255,255,255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 18px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 16px;
    line-height: 1.5em !important;
    text-decoration: none;
}

.list-filter {
    background: #eeee;
    padding: 20px;
}

.list-filter h3 {
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.list-filter select {
    border: 0px;
    display: inline-block;
    background: transparent;
    font-size: 20px;
    border-bottom: 1px solid;
    padding: 2px 10px 0px 6px;
    width: auto;
}
.blog-list {
    padding: 60px 0px;
}
p.viewmore {
    text-align: center;
    background: rgb(43,174,249) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255,255,255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 18px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 16px;
    line-height: 1.5em !important;
    text-decoration: none;
    max-width: 110px;
    margin: 50px auto 0px auto;
}

.section1 {
    margin: 0 auto !important;
    float:none !important;
    padding-bottom: 96px;
    padding-top: 96px;
    position: relative;
    max-width: 800px;
}

.section1 h2{
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 300;
    line-height: 1.45em;  
    text-align: center;
}

.section1 p{
    font-size: 18px;
    text-align: center;
      margin-bottom: 32px
}

.section1 img{   
      box-shadow: 3px 8px 30px rgba(0,0,0,.3);
}

.steps h4 {
    margin: 0 0px;
    font-size: 21px;
}

.cta-box{
text-align:center;
  padding:20px 0px 0px;
}

.cta-box a:hover {
    background: #0097e4 !important;
}

.section-text
{
      padding: 0 16px 40px;
}

#footer {
    position: relative;
    height: 82px;
    color: #030e1a;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    max-width: 1184px;
    padding: 32px 0 10px;
    margin: auto !important;
    border-top: 1px solid rgba(2,14,25,.15);
    float: none;
    margin-top: 35px !important;
}

#footer .copyright .development {
    padding: 0 0 0 20px;
    margin-left: 2px;
}

.development {
    margin: 0 0 2px 2px;
}

.copyright a, .development a { 
    color: #030e1a;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

#footer .development {
    padding: 0 20px 0 0;
}

#footer p {
    margin: 0;
    float: right;
}

.scenario-steps {
    min-height: 500px;
}

.section1 .steps {
    position: relative;
    width: auto;
}
.section1  .steps {
    padding-bottom: 24px;
    padding-top: 24px;
}

.section1  .steps {
    clear: both;
}

.scenario-trigger {
    height: 1px;
    position: relative;
    top: 210px;
}

.message-box, .message-box-large {
    text-align: left;
    border-radius: 3px 3px 0 0;
    box-shadow: 3px 8px 30px rgba(0,0,0,.3);
    background-color: transparent;
}


.section1  .steps .step {
    left: auto;
    position: absolute;
    right: auto;
    width: 100%;
}

#section1 .steps-2 {
    right: 0;
}

#section1 .steps-2 .step-1 {
    right: calc(50% - 240px);
}

#section1 .steps-2 .step-2 {
    top: 80px;
    right: 0;
}

#section1 .steps-3 {
    opacity: 0;
    top: -40px;
}

#section1  .steps-3 .step-1 {
    left: 0;
}

#section1 .steps-3 .step-2 {
    left: calc(50% - 240px);
}

#section2 .steps-2 .step-2 {
    left: calc(50% - 240px);
}

#section2 .steps-2 .step-1 {
    left: 0;
}

#section2 .steps-2, #section1 .steps-4 {
    opacity: 0;
    top: -20px;
}
.roicalcualtor 
fieldset,.roicalcualtor form,.roicalcualtor img {
    border-style: none;
}

.roicalcualtor fieldset,.roicalcualtor form {
    margin: 0;
    padding: 0;
}

.roicalcualtor p{
    padding: 14px 8.5% 31px;
    color: #030e1a;
    text-align: center;
    font: 24px/38px 'open_sanslight',arial,helvetica,sans-serif;
    margin:0px;
}

.field-text {
    display: inline-block;
    vertical-align: top;
    margin: -2px 1px 1px;
    width: 96px;
}

.roicalcualtor .name-text {
    padding: 12px 0 0;
    margin: 0 0 -4px;
}

.home-section5 h2.text-orange {
    color: #118244;
    font-family: 'open_sanssemibold',arial,helvetica,sans-serif;
    font-weight: 400;
}

.roicalcualtor .name-text,.roicalcualtor p strong {
    font-family: 'open_sanssemibold',arial,helvetica,sans-serif;
    font-weight: 400;
    color: #030e1a;
    display: block;
}

.field-text.field-small {
    width: 48px;
}

.field-text input[type=text] {
    margin: 0;
    font: 24px/27px 'open_sanssemibold',arial,helvetica,sans-serif;
    padding: 0;
    height: 27px;
    border: none;
    border-bottom: 1px solid #030e1a;
    text-align: center;
    color: #00a9ff;
    outline-offset: 0px !important;
    outline: none;
}

#section2 .steps-3 {
    opacity: 0;
    top: 0;
    width: 100%;
}

#section2 .steps-3 .step-1 {
    left: calc(50% - 263px);
}

#section2 .steps-3 .step-2 {
    left: calc(50% - 240px);
}

#section2 .steps-3 .step-3 {
    right: 0;
}

#section3 .steps-1 .step-2 {
    left: calc(50% - 240px);
}

#section3 .steps-2 .step-1 {
    left: 0;
}

#section3 .steps-2 .step-2 {
    left: calc(50% - 240px);
}

#section3 .steps-2, #section3 .steps-2 .step {
    opacity: 0;
}

#section2 .steps-3 .step-2 {
    margin-top: 20px;
}

#section2 .steps-3 .step-3 {
    margin-top: 40px;
}

#section1  .steps-2 .step-1 img,#section1  .steps-3 .step-1 img,#section1 .steps-3 .step-2 img{
      border-radius: 15px;
}

 .steps.col_m-auto h4 {
    text-align: center;
}

#section2  .steps-2 .step-2 img, #section2  .steps-3 .step-2 img, #section2  .steps-3 .step-3 img, #section3 .steps-1 .step-2 img, #section3 .steps-2 .step-2 img {
    border-radius: 15px;
}

#section1 .steps-3 .step-2 {
    margin-top: 20px;
}

#section2 .steps-2 .step-2 {
    margin-top: 20px;
}

#section2{
      padding-bottom: 360px;
}

#section3 .steps-2 .step-2 {
    margin-top: 20px;
}

/************************************Home Page******************************************/


.start-section .wrap{
    height: 82vh;
    box-sizing: border-box;
    padding: 160px 0 98px;
    position: relative;
    min-height: 550px;
}
.start-section .home-section1 {
    max-width: 100%;
    padding: 0 48px;
    text-align: center;
    position: relative;
    transition: top .8s ease-in-out;
}
.start-section .home-section1 h1{
    font: 32px/43px 'open_sanslight',arial,helvetica,sans-serif;
    color: #030e1a;
}


.home-section1 select {
  display:inline-block;
  width:auto;
     vertical-align: middle;
    font: 18px/22px 'open_sanslight',arial,helvetica,sans-serif;
    border: 0;
    background: 0 0;
    font-size: 32px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    margin-bottom: 7px;
    -webkit-appearance: none;
    line-height: 40px;
    background-image: url(https://cdn2.hubspot.net/hubfs/4385110/Home/bottom.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: 25px;
    background-position-y: 10px;
    padding-left: 5px;
  padding-top:0px;
  padding-bottom:0px;
      
}


.home-section1 .h1select {
    width: 175px;
    box-shadow: 0 1px 2px #888;
}


.header-second-line{
    display: block;
}

.start-section .banner-cta
{
  text-align:center
}
.start-section .banner-cta a
{
  min-width: 123px;
}
.start-section .visible .wrap {
    top: 0;
}
.wrap {
    max-width: 100%;
    text-align: center;
    position: relative;
    top: 40px;
    transition: top .8s ease-in-out;
    clear: both;
    width: 100%;
    display: table;
}


.start-section .wrap{
    min-height: 400px !important;
}

.start-section  .btn-pin {
    position: absolute;
    bottom: 47px;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: 0 0 0 325px;
}
.start-section.visible .btn-go {
    transform: scale(1);
    opacity: 1;
    webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.start-section .btn-go {
    display: block;
    border-radius: 50%;
    background: #d9dbdd url(https://cdn2.hubspot.net/hubfs/4385110/Home/arrow-bottom.svg) no-repeat 50% 52%;
    height: 64px;
    transition: background-color .8s ease-in-out,opacity .8s ease-in-out,transform .8s ease-in-out;
    width: 64px;
    z-index: 4;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    transform: scale(0);
}



.start-section.visible .btn-pin .circle-gray {
    webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1;
    transform: scale(1);
}

.start-section .btn-pin .circle-gray {
    position: absolute;
    top: -52px;
    left: -52px;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d9dbdd;
    z-index: 3;
    transform: scale(0);
    opacity: 0;
    transition: opacity .8s ease-in-out,transform .8s ease-in-out;
}

.start-section .btn-pin .oblique-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    transform: rotate(-45deg);
    z-index: 1;
}
.start-section.visible .btn-pin.visible .line-foot {
    height: 230px;
}

.btn-pin .line-foot {
    top: 40%;
    left: 50%;
    margin: 32px 0 0 -1px;
    background: #d9dadd;
    transition: height .8s ease-in-out;
}
.btn-pin .line-foot, .start-section .btn-pin .line-btn {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 2px;
}


.start-section.visible .btn-pin .line-btn {
    height: 96px;
    opacity: 1;
    transition-delay: 1.4s;
}
.start-section .btn-pin .line-btn {
    bottom: 50%;
    opacity: 0;
    background: #d9dbdd;
    z-index: 1;
    left: -3px;
    transition: height .8s ease-in-out,opacity .8s ease-in-out;
}

.home-section2 {
    max-width: 928px;
    margin:0 auto !important;
  float:none !important;
      padding-top: 0px;
  padding-bottom:60px
}

.home-section2 .home-section2-inner1{
    max-width: 416px;
    padding: 32px 40px 2px 48px;  
  width:100%;
  float:none;
}
.home-section2 .home-section2-inner3{
    max-width: 416px;
    padding: 32px 40px 2px 48px;  
  width:100%;
  float:none;
      clear: both;
}

.home-section2 .home-section2-inner5{
    max-width: 416px;
    padding: 32px 40px 2px 48px;  
  width:100%;
  float:none;
      clear: both;
}


.home-section2 .home-section2-inner2{
    max-width: 416px;
    padding: 32px 40px 2px 48px;  
  width:100%;
  float:right;
}

.home-section2 .home-section2-inner4{
    max-width: 416px;
    padding: 32px 40px 2px 48px;  
  width:100%;
  float:right;
}
.home-section2  .visible.wrap {
    top: 0;
}

.home-section3.visible .wrap,.home-section4.visible .wrap,.home-section5.visible .wrap,.start-section.visible .wrap{
    top: 0;
}

.visible.rotate {
    transform: rotateY(0deg);
}

.anim {
    transition: all .5s ease-in-out;
}
.rotate {
    transition: transform 1s;
    transform-style: preserve-3d;
    transform: rotateY(90deg);
}
.deley01 {
    webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.deley02 {
    webkit-transition-delay: .25s;
    transition-delay: .25s;
}
.deley03 {
    webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.deley04 {
    webkit-transition-delay: .75s;
    transition-delay: .75s;
}
.deley05 {
    webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.deley06 {
    webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.visible.rotate {
    transform: rotateY(0deg);
}

.top-anim2{
    position: relative;
    top: 40px;
    opacity: 0;
}

.visible.top-anim2 {
    top: 0;
    opacity: 1;
}

.visible .list-icons img {
    transform: rotateY(0deg);
}

.left-anim, .right-anim {
    position: relative;
    left: -80px;
    opacity: 0;
}
.visible.left-anim, .visible.right-anim {
    opacity: 1;
    left: 0;
}
.right-anim {
    left: 80px;
}
.home-section2 h4{
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  font-family: 'open_sanslight',arial,helvetica,sans-serif;
    color: #030e1a;
}

.home-section2 h2 {
font: 32px/43px 'open_sanslight',arial,helvetica,sans-serif;
    color: #030e1a;
}
.home-section2 h2 {
    text-align: center;
    margin: 0 0 32px;
}
.home-section2-inner4 .front-image{
    max-width: 280px;
    margin-bottom: 20px;
}

.home-section2-inner5 .front-image{
    max-width: 300px;
    margin-bottom: 20px;
}


.home-section2 .hold-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin: -47px 0 0 191px;
}

.home-section2-inner1 .hold-circle {
    margin-top: -84px;
}

.home-section2 .hold-circle .hold-inner {
    display: block;
}

.home-section2 .visible .hold-icon {
    webkit-transition-delay: .9s;
    transition-delay: .9s;
    opacity: 1;
    transform: scale(1);
}

.home-section2 .visible .hold-circle .line-inner.line-three, .home-section2 .visible .hold-circle .oblique-line.oblique-three .line-inner, .home-section2 .visible .hold-circle .oblique-line.oblique-two .line-inner {
    webkit-transition-delay: 1.12s;
    transition-delay: 1.12s;
}

.home-section2 .hold-icon {
    width: 100%;
    height: 128px;
    line-height: 126px;
    border-radius: 50%;
    background: #0af;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    transform: scale(0);
    opacity: 0;
    transition: transform .8s ease-in-out,opacity .8s ease-in-out;
}

.home-section2 .hold-icon img, .list-icons li img, .list-steps .hold-icon img {
    vertical-align: middle;
}




.hold-circle .circle-inner {
    position: absolute;
    top: 0;
    left: 50%;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    background: #d9dbdd;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: transform .8s ease-in-out,opacity .8s ease-in-out;
    margin: -54px 0 0 86px;
}
.home-section2 .visible .hold-circle .circle-inner {
    transform: scale(1);
    opacity: 1;
    webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.hold-circle .oblique-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    margin: -27px 0 0 90px;
}



.hold-circle .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    width: 2px;
    transition: height .8s ease-in-out,opacity .8s ease-in-out;
    background: #d9dbdd;
}

.home-section2 .visible .hold-circle .line-inner {
    height: 90px;
    opacity: 1;
    webkit-transition-delay: .6s;
    transition-delay: .6s;
}



.hold-circle .line-inner.line-two {
    top: 50%;
    left: auto;
    right: 90%;
    height: 2px;
    width: 0;
    transition: width .8s ease-in-out,opacity .8s ease-in-out;
    margin: -1px 0 0;
}

.home-section2 .hold-circle .line-inner.line-two {
    height: 2px;
    width: 90px;
    webkit-transition-delay: 1.12s;
    transition-delay: 1.12s;
}

.hold-circle .line-inner.line-three {
    top: 90%;
    left: 50%;
    margin: 0 0 0 -1px;
}

.home-section2 .hold-circle .line-inner.line-three, .home-section2 .hold-circle .oblique-line.oblique-three .line-inner, .home-section2 .hold-circle .oblique-line.oblique-two .line-inner {
    webkit-transition-delay: 1.12s;
    transition-delay: 1.12s;
}

.hold-circle .oblique-line.oblique-two {
    top: auto;
    bottom: 50%;
    left: 50%;
    transform: rotate(-45deg);
    margin: 0 0 30px -31px;
}

.hold-circle .oblique-line.oblique-three {
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    margin: 30px 0 0 30px;
}
.hold-circle .oblique-line.oblique-two .line-inner {
    top: auto;
    bottom: 0;
}




.hold-circle .circle-inner.circle-two {
    left: 0;
    margin: -54px 0 0 -54px;
    top: 0;
}


.hold-circle .circle-inner.circle-three {
    left: 0;
    margin: -16px 0 0 -96px;
    top: 50%;
    background: #d9dbdd;
}

.hold-circle .circle-inner.circle-four {
    left: 50%;
    margin: 0 0 0 -16px;
    top: auto;
    bottom: -96px;
}
.hold-circle .circle-inner.circle-five {
    left: auto;
    right: -54px;
    margin: 0;
    top: auto;
    bottom: -54px;
}
.hold-circle .oblique-line.oblique-four {
    top: auto;
    bottom: -84px;
    left: 50%;
    transform: rotate(-45deg);
    margin: 0 0 0 3px;
}

.hold-circle .circle-inner.circle-six {
    left: 50%;
    margin: 0 0 0 32px;
    top: auto;
    bottom: -128px;
    width: 16px;
    height: 16px;
}
.hold-circle .oblique-line.oblique-large {
    top: 50%;
    left: 50%;
    transform: rotate(45deg);
    margin: 40px 0 0 -40px;
}

.home-section2 .hold-circle .oblique-line.oblique-large .line-inner {
    webkit-transition-delay: 2.62s;
    transition-delay: 2.62s;
    height: 640px;
}

.hold-circle .oblique-line.oblique-two {
    top: auto;
    bottom: 50%;
    left: 50%;
    transform: rotate(-45deg);
    margin: 0 0 30px -31px;
}

.wrap1 .hold-circle {
    margin: -47px 0 0 -320px;
}

.hold-circle .circle-inner.circle-three.around {
    left: 50%;
    margin: -16px 0 0 128px;
}

.hold-circle .line-inner.line-two.around {
    right: auto;
    left: 90%;
    top: 50%;
}

.hold-circle .circle-inner.circle-five.around {
    right: auto;
    left: -54px;
}
.hold-circle .oblique-line.oblique-four.around {
    bottom: -36px;
    left: -42px;
    margin: 0;
    top: auto;
}
.hold-circle .line-inner.line-two.around {
    right: auto;
    left: 90%;
    top: 50%;
}
.hold-circle .circle-inner.circle-six.around {
    bottom: -6px;
    left: -86px;
    margin: 0;
}
.hold-circle .oblique-line.oblique-four.around .line-inner {
    top: auto;
    bottom: 0;
}
.hold-circle .oblique-line.oblique-three.around {
    margin: 30px 0 0 -31px;
    transform: rotate(45deg);
}
.wrap1 .hold-circle .oblique-line.oblique-large {
    transform: rotate(-45deg);
    margin: 40px 0 0 40px;
}

.home-section2 .hold-circle .oblique-line.oblique-eight .line-inner, .home-section2 .hold-circle .oblique-line.oblique-five .line-inner, .home-section2 .hold-circle .oblique-line.oblique-four .line-inner, .home-section2 .hold-circle .oblique-line.oblique-ten .line-inner {
    height: 50px;
    webkit-transition-delay: 1.72s;
    transition-delay: 1.72s;
}

.wrap2,.wrap3
{
    padding-top: 100px;
}

.wrap2 .hold-circle
{
    margin-top: 0px;
}

.wrap3 .hold-circle {
    margin: -47px 0 0 -320px;
}

.hold-circle .line-inner.line-three.around {
    bottom: 90%;
    top: auto;
}

.hold-circle .circle-inner.circle-four.around {
    bottom: auto;
    top: -96px;
}

.hold-circle .oblique-line.oblique-eight.around {
    bottom: -45px;
    transform: rotate(0);
}

.hold-circle .circle-inner.circle-nine.around {
    bottom: -102px;
    right: -46px;
    margin: 0;
}
.hold-circle .oblique-line.oblique-eight.around .line-inner {
    bottom: auto;
    top: 0;
}


.hold-circle .circle-inner.circle-nine {
    height: 16px;
    width: 16px;
    top: auto;
    bottom: -5px;
    left: auto;
    right: -86px;
    margin: 0 0 0 70px;
}

.hold-circle .oblique-line.oblique-eight {
    transform: rotate(45deg);
    top: auto;
    bottom: -36px;
    left: 100%;
    margin: 0 0 0 38px;
}

.text-center.visible .hold-circle .oblique-line.oblique-eight .line-inner{
    height: 50px;
    webkit-transition-delay: 1.72s;
    transition-delay: 1.72s;
}

.hold-circle .oblique-line.oblique-eight .line-inner, .hold-circle .oblique-line.oblique-five .line-inner, .hold-circle .oblique-line.oblique-seven .line-inner, .hold-circle .oblique-line.oblique-ten .line-inner {
    top: auto;
    bottom: 0;
}

.hold-circle .oblique-line.oblique-seven {
    left: 50%;
    margin: -30px 0 0 30px;
    top: 50%;
}

.hold-circle .oblique-line.oblique-five {
    top: -84px;
    left: 50%;
    margin: 0 0 0 3px;
    transform: rotate(45deg);
}

.hold-circle .circle-inner.circle-seven {
    top: -128px;
    height: 16px;
    left: 50%;
    margin: 0 0 0 32px;
    width: 16px;
}





.wrap3 .hold-circle .oblique-line.oblique-large {
    transform: rotate(-45deg);
    margin: 40px 0 0 40px;
}
.hold-circle .oblique-line.oblique-ten {
    left: -88px;
    margin: 0;
    top: 56px;
    transform: rotate(-45deg);
}

.hold-circle .circle-inner.circle-ten {
    left: -128px;
    margin: 0;
    top: 16px;
    width: 16px;
    height: 16px;
}

.hold-circle .oblique-line.oblique-eight.eight-center {
    bottom: auto;
    left: 100%;
    margin: 0 0 0 46px;
    top: -39px;
    transform: rotate(0);
    height: 2px;
    width: 0;
}

.hold-circle .circle-inner.circle-ten.around {
    left: 100%;
    margin: 0 0 0 86px;
    top: -46px;
}
 .hold-circle .oblique-line.oblique-eight.eight-center .line-inner {
    width: 50px;
    height: 2px;
    webkit-transition-delay: 1.72s;
    transition-delay: 1.72s;
}

.hold-circle .line-inner.line-three.three-foot {
    height: 222px;
}

.hold-circle .circle-inner.circle-four.four-foot {
    bottom: -224px;
    background: #d9dbdd;
}

.home-section3 h2 {
    font-family: 'open_sanslight',arial,helvetica,sans-serif;
    margin: 0 0 19px;
}

.home-section3 h3 {
    color: rgba(3,14,26,.6);
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
  font-family: 'open_sanslight',arial,helvetica,sans-serif;
}


.home-section3 .list {
    margin: 0;
    list-style: none;
    text-align: center;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 34px;
}
.home-section3 .table-days {
    margin: 0 0 30px;
    background: #fff;
    box-shadow: rgba(0,0,0,.3) 0 0 8px;
}
.home-section3 .table-days table {
    width: 100%;
    table-layout: fixed;
    color: #030e1a;
    font-size: 12px;
    line-height: 18px;
    border-collapse: collapse;
}

.home-section3 .wrap {
    max-width: 832px;
    margin: 0 auto !important;  
  float:none !important;
}

.home-section3 .list li.active {
    color: #1e2a38;
    border-bottom: 3px solid #00a9ff;
}
.home-section3 .list li
{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 30px;
    padding: 10px 17px 17px;
    border-bottom: 3px solid #9b9fa4;
    text-transform: uppercase;
    color: #9b9fa4;
    transition: color .2s ease-in-out,border-color .2s ease-in-out;
    cursor: pointer;
    font-size: 18px;
    min-width: 114px;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
}
.table-days table td:first-child, .table-days table th:first-child {
    border-left: none;
    width: 53px;
    text-align: right;
    color: rgba(3,14,26,.6);
    padding-left: 14px;
    padding-right: 16px;
}


.table-days table th {
    padding: 14px 12px 16px;
    border: 1px solid #d9dbdd;
    border-top: none;
    color: #030e1a;
    font-family: 'open_sanssemibold',arial,helvetica,sans-serif;
    font-weight: 400;
}
.table-days table td {
    border: 1px solid #d9dbdd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1px;
}

.table-days .cell-text {
    display: block;
    background: #f2f3f3;
    padding: 7px 11px 7px 20px;
    position: relative;
    transition: background .3s ease-in-out,color .3s ease-in-out;
}
.table-days .cell-text:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #a9adb1;
    transition: opacity .3s ease-in-out;
}

.home-section3 td.blue-circle .cell-text {
  background: #cee6f2;
  color: #006699;
  font-family: 'open_sanssemibold', arial, helvetica, sans-serif;
}
.home-section3 td.blue-circle .cell-text:before {
  background: #00aaff;
}

.home-section3 table td.not-cell,
.home-section3 table td.not-cell .cell-text {
  color: rgba( 0, 0, 0, 0);
  background: rgba( 0, 0, 0, 0);
  transition: background .0s ease-in-out, color .0s ease-in-out;
}


.home-section3 .list-icons img {
    max-width: 43px;
    max-height: 43px;
    vertical-align: middle;
      margin: 0 14px 20px;
}
 
.zapier-logo img
{
    max-width: 120px;
    margin: 0 auto;
    display: block;
}

.hold-line {
    border-bottom: 1px solid #d9dadd;
    padding: 0 0 36px;
}

.home-section3 {
    border-bottom: 1px solid #d9dadd;
    padding: 40px 0 86px;
}

.list-icons-out {
    max-width: 580px !important;
    margin: 0 auto !important;
    float: none !important;
    padding-top: 40px;
}


.home-section4 {
    padding: 96px 0 20px;
}

.home-section4 h2{
    font-family: 'open_sanslight',arial,helvetica,sans-serif;
    color: #030e1a;
}

.home-section4 .wrap {
    max-width: 832px ;
    margin: 0 auto !important;
    float:none !important;
}
 .hold-schedule {
    width: 304px;
    margin: 0 auto;
    position: relative;
}
.hold-schedule figcaption .name {
    display: block;
    font-family: 'open_sanssemibold',arial,helvetica,sans-serif;
    font-weight: 400;
    color: #030e1a;
}
.hold-schedule figcaption {
      color: rgba(3,14,26,.6);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 146px;
    margin: -22px 0 0 -73px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.list-designations {
      margin: 0;
    padding: 25px 0 41px;
    list-style: none;
    text-align: center;
}

.list-designations li {
    display: inline-block;
    vertical-align: top;
    padding: 2px 14px 2px 44px;
    color: #3e3e3e;
    margin: 10px 0 15px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
}

.list-designations li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 16px;
    width: 16px;
    height: 16px;
    background: #e7edf3;
    border-radius: 50%;
}

.list-designations li.dark-blue:before {
    background: #1e4266;
}
.list-designations li.blue:before {
    background: #0af;
}
.list-designations li.gray:before {
    background: #c3ced9;
}

.figure-outer
{
    overflow: hidden;
    padding: 48px 2% 36px;
}

.home-section5 h2
{
    font-family:'open_sanslight',arial,helvetica,sans-serif;
    color: #030e1a;
}

.home-section5 h3
{
  font-weight: 700;
    font-size: 32px;
  font-family:'open_sanslight',arial,helvetica,sans-serif;
    color: #030e1a;
}
.home-section5:before
{
  content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 320px;
    height: 1px;
    background: #d9dadd;
    margin: 0 0 0 -160px;
}
.home-section5 {
    padding: 96px 0 60px;
    position: relative;
}

.list-steps {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.list-steps li {
    display: inline-block;
    vertical-align: top;
    width: 18.8%;
    box-sizing: border-box;
    padding: 0 2% 20px;
    position: relative;
}

.list-steps li:before {
    content: '';
    position: absolute;
    top: 31px;
    left: 100%;
    width: 25px;
    height: 2px;
    background: #d9dbde;
    margin: 0 0 0 -12px;
}
.list-steps li:last-child:before,.list-steps li:last-child:after {
  display:none;
}
.list-steps .hold-icon {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    margin: 0 auto 32px;
    background: #0af;
}

.list-steps .title {
    display: block;
    text-transform: uppercase;
    color: #030e1a;
    font: 12px/18px 'open_sanssemibold',arial,helvetica,sans-serif;
}
.list-steps li:after {
    content: '';
    top: 28px;
    left: 100%;
    margin: 0 0 0 12px;
    position: absolute;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px dashed #d9dbde;
    height: 0;
    width: 0;
}
.list-steps .hold-icon.icon-orange {
    background: #118244;
}

.home-section5 .wrap {
    max-width: 832px;
    margin: 0 auto !important;
    float: none!important;
}

.last-section-image img
{
 max-width:500px;
}

.last-section-image {
    padding-bottom: 50px;
    padding-top: 40px;
}


/************************************ Resource Blog Page Code starts here***************************/

.blog-post-inner-wrapper p {
    font-size: 18px;
    margin: 0px;
    padding-bottom: 20px;
}

.blog-post-inner-wrapper a.topic-link {
    text-decoration: none;
    color: #2baef9;
}

.blog-post-outer-wrapper {
    padding: 40px 0px;
}

.blog-post-inner-wrapper {
    width: 60% !important;
    float: left !important;
}

.blog-post-form-wrapper {
    float: right !important;
    padding: 30px;
    margin: 0px !important;
    width: 35% !important;
    background: #f8f8f8;
    border-radius: 10px;
}

.blog-post-form-header h2 {
    margin: 0px;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
    font-weight: 600;
}

.blog-post-form span.hs-form-required {
    display: none;
}

.blog-post-form .input input {
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px !important;
    width: 100%;
    padding: 14px 4% !important;
    border-width: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
}

.blog-post-form .input textarea {
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px !important;
    width: 100% !important;
    padding: 14px 4% !important;
    border-width: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
}

.blog-post-form input.hs-button.primary.large {
    color: #fff !important;
    border-width: 0px !important;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-left: .7em;
    padding-right: 2em;
    background-color: #2baef9;
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(https://cdn2.hubspot.net/hubfs/4385110/arrow.webp);
    background-repeat: no-repeat;
    background-position: 64%;
    background-size: 15px;
    cursor: pointer;
}

.blog-post-form ul.no-list.hs-error-msgs {
    margin: 0px;
    list-style-type: none;
    padding: 0;
}

.blog-post-form ul.no-list.hs-error-msgs li label.hs-error-msg {
    color: #ff0000;
    display: inline-block;
    font-size: 12px;
}

.blog-post-form .hs-form-field {
    height: 60px;
}

.blog-post-form .hs_submit.hs-submit {
    margin-top: 30px;
}

.blog-post-right-wrapper {
    float: right !important;
    margin: 0px !important;
    width: 35% !important;
}

.blog-post-subscribe-outer {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-post-subscribe-form h3 {
    margin: 0px;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 12px;
    font-weight: 600;
}

.blog-post-subscribe-form .hs-submit {
    margin-top: 0px;
}

.blog-post-subscribe-form span.hs-form-required {
    display: none;
}

.blog-post-subscribe-form .input input {
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px !important;
    width: 100%;
    padding: 14px 4% !important;
    border-width: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
}

.blog-post-subscribe-form .hs-form-field {
    height: 70px;
}

.blog-post-subscribe-form input.hs-button.primary.large {
    color: #fff !important;
    border-width: 0px !important;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-left: .7em;
    padding-right: 2em;
    background-color: #2baef9;
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(https://cdn2.hubspot.net/hubfs/4385110/arrow.webp);
    background-repeat: no-repeat;
    background-position: 64%;
    background-size: 15px;
    cursor: pointer;
}

.blog-post-recent-outer {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 30px !important;
}

.blog-recent-posts h3 {
    margin: 0px;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 12px;
    font-weight: 600;
}

.blog-recent-posts .widget-module ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 20px;
}

.blog-recent-posts .widget-module ul li {
    padding-bottom: 7px;
}

.blog-recent-posts .widget-module ul li a {
    text-decoration: none;
    color: #2baef9;
    font-size: 16px;
}

.blog-post-filter-outer {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 10px;
}

.blog-post-filter h3 {
    margin: 0px;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 12px;
    font-weight: 600;
}

.blog-post-filter .widget-module ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 20px;
}

.blog-post-filter .widget-module ul li {
    padding-bottom: 7px;
}

.blog-post-filter .widget-module ul li a {
    text-decoration: none;
    color: #2baef9;
    font-size: 16px;
}

.blog-post-inner-wrapper .hs-blog-social-share ul li {
    line-height: 0;
}

.blog-post-comment-form .hs-form-field {
    height: 90px;
}

.blog-post-comment-form .input input {
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px !important;
    width: 100%;
    padding: 14px 4% !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    border: 1px solid #000;
}

.blog-post-comment-form .input textarea {
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px !important;
    width: 100% !important;
    padding: 14px 4% !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    border: 1px solid #000;
}

.blog-post-comment-form .hs-recaptcha {
    margin-top: 50px;
}

.blog-post-comment-form ul.no-list.hs-error-msgs {
    margin: 0px;
    list-style-type: none;
    padding: 0;
}

.blog-post-comment-form ul.no-list.hs-error-msgs li label.hs-error-msg {
    color: #ff0000;
    font-size: 12px;
    display: inline-block;
}

.blog-post-comment-form input.hs-button.primary {
    color: #fff !important;
    border-width: 0px !important;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-left: .7em;
    padding-right: 1em;
    background-color: #2baef9;
    display: inline-block;
    width: 35%;
    height: 50px;
    cursor: pointer;
}

.blog-post-inner-wrapper #hubspot-author_data {
    font-size: 18px;
}

.blog-post-inner-wrapper a.author-link {
    text-decoration: none;
    color: #2baef9;
}

.blog-post-comment-form-outer {
    padding-top: 30px;
}

.blog-post-comment-form-header h2 {
    margin: 0px;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    font-weight: 600;
}

.blog-post-outer-wrapper .page-center {
    padding: 0px 16px;
    max-width: 1248px;
    margin: 0 auto !important;
    float: none !important;
}

.blog-post-subscribe-form ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-post-subscribe-form ul.no-list.hs-error-msgs li label.hs-error-msg {
    color: #ff0000;
    font-size: 12px;
    display: inline-block;
}

.blog-post-subscribe-form .hs_error_rollup {
    display: none;
}

.blog-search-outer-wrp ul.hs-search-field__suggestions {
    display: none;
}

.Kronologic-result-outer {
    margin-top: 5%;
}

.Kronologic-result ul li a.hs-search-results__title {
    text-decoration: none;
    color: #2baef9;
    font-size: 26px;
}

.Kronologic-result ul li p {
    margin: 0px;
    font-size: 16px;
}

.Kronologic-result ul li {
    padding-bottom: 30px;
}
/************************************ Resource Blog Page Code ends here***************************/

/*********************  Responsive Code *********************************/
@media only screen and (max-width: 1080px){
.section1 {
    padding-left: 15px;
    padding-right: 15px;
}
  
  .resources.element-item {
    min-height: 500px;
    margin-right: 0%;
    margin-left: 1%;
}
  
  .resources-outer:nth-child(3n-3) .resources.element-item {
    margin: 0% 3%;
}
  
  .filter-nav h3 {
    width: 53%;
  }
  
  .filter-nav ul {
    width: 34% !important;
    max-width: 41% !important;
  }
  
  .blog-post-subscribe-form input.hs-button.primary.large {
    background-position: 70%;
  }
  
  .blog-post-form input.hs-button.primary.large {
    background-position: 70%;
  }
  
  .highlightSingle-title h3 {
    font-size: 26px;
  }
  
}



@media only screen and (min-width: 768px){
  
.section1 .steps .step .message-box {
    width: 400px;
    height: 0;
    margin: 12px;
}  
.section1 .steps .step {
    display: inline-block;
    width: auto;
}  
.steps .step .message-box-large {
    margin: 12px;
    width: 480px;
    padding: 0;
}  
  #section1,#section2,#section3{
      padding-bottom: 360px;
}
  
  
}

@media(max-width: 1024px) {
  .resources.element-item {
    min-height: 500px;
    margin-right: 1%;
    margin-left: 2%;
  }
  
  .resources-outer:nth-child(3n-3) .resources.element-item {
    margin-right: 1%;
    margin-left: 2%;
    margin-bottom: 5%;
  }
  
  .resource-blog-filter-wrapper {
    padding: 20px 0px;
  }
  
}

@media(max-width:1366px) {
  .resource-blog-filter-wrapper {
    padding: 20px 0px;
  }
}


@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

#footer {
 padding: 32px 20px 10px;
}
  
#footer .development {
    padding: 0px 2px 0 0;
    font-size: 11px;
}
  
  #footer .copyright .development {
    padding: 0 0 0 6px;
}
 .start-section .wrap {
    height: 42vh;
} 
  
  
  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : landscape){
#footer {
    padding: 32px 15px 10px;
  }
  
  .resources.element-item {
     width: 29%;
  }


}

@media (max-width: 823px) {
.filter-nav ul {
    width: 43% !important;
}
  
  .filter-nav h3 {
    width: 55%;
    font-size: 18px;
}
}


@media (max-width: 767px) {
  
  .home-section2-inner1 .circle-three
  {
    display:none !important;
  }
  
 .section1 h2 {
    font-size: 26px; 
    padding-top: 10px;
}
  .section1 {
    padding-left: 15px;
    padding-right: 15px;
}

  #section1 .steps-2 .step-1 {
    right: 0;
}
  .section1 .steps {
    padding-bottom: 2px;
    padding-top: 2px;
}
 
  .steps h4 {
    margin: 0 0px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 16px;
}
  
  #section1 .steps-3 {
    opacity: 0;
    top: auto;
}
  
  .steps.col_m-auto h4 {
    text-align: left;
}
  #section1 .steps-3 .step-2 {
    left: 0;
}
  
#section2 .steps-2, #section1 .steps-4 {
    opacity: 0;
    top: 0px;
}
#section2 .steps-2 .step-2 {
    left: 0px;
}
#section2 .steps-3 .step-1 {
    left: 0px;
}
 #section2 .steps-3 .step-2 {
    left: 0px;
} 
  #section2 .steps-3 {
    top: 0 !important;
}
  #section3 .steps-1 .step-2 {
    left: 0px;
}
  #section3 .steps-2 .step-2 {
    left: 0px;
}
  span.copyright {
    text-align: center;
    display: block;
}
#footer .development {
    padding: 0 10px 10px 0;
    display: inline-block;
}
  .section-text {
    padding: 0 16px 10px;
}
#footer p {
    margin: 0;
    float: none;
    text-align: center;
    padding-bottom: 20px;
}
#header ul li a {
    margin: 0px;
    height: 36px;
    line-height: 36px;
} 
 .steps .step .message-box-small {
    width: 70%;
    margin: auto;
}
  
  .start-section .home-section1 {
    padding: 0 15px;
}
  
 .start-section .home-section1 h1{
    font-size: 24px;
    line-height: 33px;
}

.home-section1 .h1selec,.home-section1 select{
    font-size: 24px;
    line-height: 33px;
  width: 145px;
}
  .hold-circle .line-inner.mobile-hidden, .hold-circle .oblique-line.oblique-large {
    display: none;
}
  .home-section2 .home-section2-inner1,.home-section2 .home-section2-inner2,.home-section2 .home-section2-inner3,.home-section2 .home-section2-inner4,.home-section2 .home-section2-inner5 {
    max-width: 100%;
    padding: 0px;
    width: 100%;
    float: none;
  }
  
  .home-section2 h2,.home-section3 h2,.home-section4 h2,.home-section5 h2
  {
    font-size: 24px;
    line-height: 33px;
     margin: 0 0 16px;
  }
  
  .home-section2 .home-section2{
    padding: 0px 15px;
}
  .list-steps li:before {
    margin: 0 0 0 -7px;
    top: 24px;
    width: 13px;
}
 
  .list-steps li:after {
    border-bottom: 4px solid transparent;
    border-left: 4px dashed #d9dbde;
    border-top: 4px solid transparent;
    margin: 0 0 0 5px;
    top: 21px;
}
 .list-steps {
    margin: 0 -16px 18px;
} 
  .list-steps li {
    padding: 0 1% 5px;
    width: 22%;
}
  .list-steps .title {
    font-size: 10px;
    line-height: 16px;
}

  .list-steps .hold-icon {
    height: 48px;
    line-height: 48px;
    margin: 0 auto 11px;
    width: 48px;
}
  .start-section .btn-pin {   
    display: none;
}
  .last-section-image img {
    max-width: 100%;
}
  
  .home-section3,.home-section4,.home-section5
  {
    
    padding: 50px 15px;
  }
  .roicalcualtor p {
    padding: 0px;
}
 .home-section5 h2.text-orange {
    font-size: 42px;
    padding: 40px 0px;
} 
  
  .hold-schedule {
    margin: 20px auto;
}
  .front-image
  {
    height:auto;
  }
  .tabs .list li {
    font-size: 12px;
    line-height: 16px;
    margin: 0 7px 24px;
    min-width: 136px;
    padding: 9px 6px 13px;
    box-sizing: border-box;
}
  
  .list-icons {
    float: left !important;
    width: 32% !important;
}
  
  .zapier-logo
 {
   padding-bottom:40px;
}
  
  .home-section2 .hold-circle {
    top: 0;
        margin-top: 0;
        margin: 0 0 0 -64px;
}
  .home-section2 .hold-circle, .home-section2 .wrap-around .hold-circle img {
    transform: rotate(-90deg);
}
  
 .home-section2 .hold-circle .hold-inner {
    transform: scale(.5);
} 
  
 .home-section2 .hold-icon img, .home-section2 .wrap-around .hold-circle {
    transform: rotate(90deg);
} 
  
 .start-section .wrap {
    height: 57vh;
    box-sizing: border-box;
    padding: 120px 0 30px;  
  } 
  
 .wrap1 .circle-three,.wrap2 .circle-three,.wrap3 .circle-three,.wrap4 .circle-three
  {
    display:none;
  }
  
  
  .home-section2 > .wrap
  {
    padding-top: 168px;
  }
  
  .home-section2:after, .home-section2:before {
    background: #d9dbdd;
    left: 50%;
    position: absolute;
}
  
  .home-section2:before {
   top: 100px;
    opacity: 0;
    transition: opacity .5s ease-in-out,height .5s ease-in-out;
    content: '';
    height: 5000px;
    width: 1px;
    z-index: 0;
}
  
.home-section2 h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
}
  
.blog-post-inner-wrapper {
    width: 100% !important;
    margin-bottom: 5% !important;
}
  
.blog-post-right-wrapper {
    float: left !important;
    width: 60% !important;
    margin: 0 auto !important;
    max-width: 60% !important;
    display: inline-block !important;
}
  
  .charbots-banner-text {
    width: 46%;
  }
  
  .charbots-right-image {
    width: 46%;
  }
  
  .charbots-banner-outer-wrp {
    padding: 40px 0px;
  }
  
  .resources.element-item {
    width: 45%;
    max-width: 84%;
    margin: 0 auto !important;
    float: left;
    margin-bottom: 2em !important;
}
  .career-content {
    padding: 0px 15px;
  }
  .career-content table {
    width: 100% !important;
  }
  .career-content * {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .career-content td {
    padding: 10px !important;
    line-height: normal;
  }
  .career-content iframe {
    width: 100% !important;
  }
  .career-content #hs_cos_wrapper_module_1548443564989100 {
    padding-right: 0px !important;
  }
}

/* Footer Template                                             
   ========================================================================== */
.footertitle {
  position: relative;
  text-align: left;
}

.footertitle span {
  background: #fff;
  padding: 0 0px;
  position: relative;
  z-index: 1;
}

.footertitle:before {
  background: #666;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
    top: 50%;
  width: 103%;
}

.footertitle:before {
  left: 0;
}

.footerdesign .span12.widget-span.widget-type-custom_widget.page-center.content-wrapper {
    margin-left: 10%!important;
  margin-bottom: 15px!important;
}
#sidebar-nav-kro{
    display:none;
    height:19px;
    width:37px;   
    float: left;
    margin-top:15px;
}
#sidebar-nav-kro span:nth-child(1) {
    top: 0px;
    width: 30px;
}
#sidebar-nav-kro span:nth-child(2) {
    top: 8px;
    width: 30px;
}
#sidebar-nav-kro span:nth-child(3) {
    top: 16px;
    width: 30px;
}
#sidebar-nav-kro span {
    display: block;
    height: 1.9px;
    width: 100%;
    margin-bottom:6px;
    background: #2baef9;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

@media (max-width: 1024px) {
  
  section.container.is--fluid.nav-wrapper{padding:25px 0; }
  
  
}
@media (max-width: 768px) {
/* Footer */
  .footerside {
  display:none!important;
  }
  .footerdesign .span12.widget-span.widget-type-custom_widget.page-center.content-wrapper {
    margin-left: 5%!important;
}
  .resources.element-item {
    min-height: 400px !important;
    margin-bottom: 5% !important;
    height: 450px !important;
    margin-right: 2% !important;
    margin-left: 3% !important;
    margin-bottom: 2% !important;
    overflow: visible;
}
  .resources-outer:nth-child(3n-3) .resources.element-item {
    margin-right: 1%;
    margin-left: 2%;
}
  
  .resources.element-item {
    margin-right: 0% !important;
    margin-bottom: 3% !important;
  }
  
  .blog-post-inner-wrapper {
    width: 100% !important;
    margin-bottom: 5%;
  }
  
  .blog-post-right-wrapper {
    float: none !important;
    width: 60% !important;
    margin: 0 auto !important;
  }
  
  .blog-post-form-wrapper {
    width: 60% !important;
    margin: 0 auto !important;
    float: left !important;
}
  
  .blog-search-outer-wrp {
    float: none;
    width: 46%;
    padding-top: 3px;
    margin: 0 auto;
}
  
  .blog_filter {
    max-width: 100% !important;
    float: left;
    width: 100%;
    margin-bottom: 2%;
}
  
  .filter-nav h3 {
    width: 44%;
    float: left !important;
}
  
  .filter-nav ul {
    width: 40% !important;
    max-width: 40% !important;
    float: left;
}
  
  .resource-blog-filter-inner-wrapper select.blog-tag-select {
    width: 25%;
  }
  
}

@media (max-width: 479px) {

  .sticky #sidebar-nav-kro{
    display:block;
  }
  .row-fluid [class*="span"].sidebar-menu{
    display:none;
  }
  
  /* Footer */
  .footertitle span {
    margin-left: 0em;
  }
   /*Features Page*/
  .features_top_image{
    padding-left: 25px;
    padding-right: 25px;
  }
  .features_top_image img{
    width:250px!important;
  }
  
  .features_top_image div#hs_cos_wrapper_module_1544053456689245 {
    padding-bottom: 0px!important;
  }
  .features_list #hs_cos_wrapper_module_1543972390452256 {
    padding-left: 25px!important;
    padding-top: 100px !important;
    padding-right: 25px;
    text-align:center;
    margin-bottom: -120px;
  }
  .features_inner_list1 {
    padding: 25px 25px;
    margin-bottom: -55px;
    margin-top: 50px;
  }
  .features_inner_list1 h3 {
    line-height: 1.0em!important;
  }
  .features_inner_list2 {
    padding: 25px 25px;
  }
  .features_inner_list2 h3 {
    line-height: 1.5em!important;
  }
  .features_inner_list2 h2 {
    line-height: 1.5em!important;
  }
  .features_scheduling div#hs_cos_wrapper_module_1541709293490162 {
    margin-left: 25px!important;
    margin-right: 25px;
  }
  .features_scheduling img {
    padding: 25px 45px;
    max-width: 80%;
  }
  .features_scheduling {
    margin-top: -80px;
  }
  .features_scheduling h1{
    text-align:center;
  }
  .features_stack #hs_cos_wrapper_module_1543975282670406 {
    padding: 25px!important;
    text-align: center;
    padding-top: 130px !important;
    margin-bottom:-15px!important;
  }
  .features_stack h2 {
    text-align: left;
    padding: 0px 25px;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3em;
    letter-spacing: .5px;
  }
  .features_stack div#hs_cos_gallery_module_1543975483364534_Gallery{
    padding:0px 25px;
  }
  .features_lead div#hs_cos_wrapper_module_1539894485157335 {
    padding: 0px 25px!important;
    text-align: center;
    margin-top: 120px!important;
    margin-bottom: 75px!important;
  }
  .features_lead div#hs_cos_gallery_widget_1539907696809_Gallery {
    padding:0px 25px;
  }
  .features_sales #hs_cos_wrapper_module_1541452666290110 {
    text-align: center;
    padding: 0px 25px !important;
    margin-top: 120px;
  }
  .features_sales div#hs_cos_wrapper_widget_1541452666290121 {
    padding: 0px 25px;
    margin-bottom: 40px;
  }
  .features_sales img {
    padding: 0px 25px;
  }
  .features_office #hs_cos_wrapper_module_1539891230855652 {
    padding-left: 25px!important;
    text-align: center;
    padding-right: 25px;
    margin-top:130px!important;
  }
  .features_office #hs_cos_wrapper_module_15399574772531705 {
    margin-top: 0px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .features_admin #hs_cos_wrapper_module_1539971273380200 {
    margin-left: 25px !important;
    padding-bottom: 0px !important;
    padding-top: 100px !important;
    margin-right: 25px;
    text-align: center;
  }
  .features_admin #hs_cos_wrapper_widget_1539971273380211 {
    margin-right: 25px;
  }
  .features_admin .text h1 {
    margin-bottom: 20px;
    margin-top: 25px;
    line-height: 1.2;
  }
  .features_admin .text span{
    line-height:1.5;
  }
  .features_admin #hs_cos_wrapper_module_1539971273380205 {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 20px !important;
  }
  .features_follow #hs_cos_wrapper_module_1539974199507316 {
    padding-bottom: 20px !important;
    padding-left: 25px !important;
    padding-right: 25px;
    padding-top: 80px !important;
    text-align: center;
  }
  .features_follow div#hs_cos_wrapper_module_1539974199507323 {
    padding-left: 25px;
    padding-right: 5px;
  }
  .features_follow #hs_cos_wrapper_widget_1539974199507321 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .features_follow h3 {
    line-height: 2!important;
  }
  .features_time #hs_cos_wrapper_module_15417119462291215 {
    margin-left: 25px !important;
    margin-top: 80px !important;
    text-align: center;
    margin-right: 25px;
  }
  .features_time div#hs_cos_wrapper_widget_15417119462291222 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .features_time #hs_cos_wrapper_module_15417119462291220 {
    margin-bottom: 50px!important;
    padding-bottom: 100px !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
  .features_inbound #hs_cos_wrapper_module_1544479492949279 {
    padding-left: 25px !important;
    padding-right: 25px;
    text-align: center;
    margin-bottom: -80px;
  }
  .features_inbound div#hs_cos_wrapper_module_1544479492949286 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .features_inbound #hs_cos_wrapper_module_1544481148366501 {
    display: block !important;
    margin-top: 60px !important;
  }
  .features_inbound h2 {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.5!important;
  }
  .features_inbound #hs_cos_wrapper_module_1544479772848473 {
    display: block !important;
    padding-bottom: 50px !important;
    padding-top: 20px !important;
  }
  .startups {
   margin-top:0px!important;
  }
  .pricing-modules img{
  max-width: 85%;
  }
  
  .footerline {
    margin-right:20px!important;
    margin-left:20px!important;
  }
  .footertitle {
    text-align: center;
}
  .banner-class {
    position: sticky;
}
  
  .charbots-banner-text {
    width: 100%;
    height: auto !important;
    margin-bottom: 5%;
    display: block !important;
    float: left !important;
}
  
  .charbots-right-image {
    float: left;
    width: 100%;
}
  
  .blog-post-comment-form input.hs-button.primary {
    width: 100%;
  }
  
  .blog-post-right-wrapper {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  
  .blog-post-form-wrapper {
    width: 100% !important;
  }
  
  .filter-nav h3 {
    width: 90%;
  }
  
  .filter-nav ul {
    width: 60% !important;
    max-width: 60% !important;
    float: none !important;
    margin: 0 auto !important;
    display: inline-block;
  }
  
  .blog-search-outer-wrp {
    float: none !important;
    width: 87%;
    padding-top: 3px;
    margin: 0 auto !important;
    display: inline-block;
  }
  
  .blog-search-outer-wrp {
    float: none !important;
    width: 87%;
    padding-top: 3px;
    margin: 0 auto !important;
    display: inline-block;
    margin-top: 5% !important;
  }
  
  .resources.element-item {
    max-width: 93% !important;
    width: 93% !important;
  }
  
  .resource-blog-filter-inner-wrapper select.blog-tag-select {
    max-width: 60% !important;
    width: 60%;
    margin: 0 auto !important;
    float: none;
  }
  
  .resource-blog-filter-inner-wrapper {
    text-align: center;
  }
  
}

@media(max-width: 320px) {
  .resource-blog-filter-inner-wrapper {
    text-align: center;
  }
}