 /* @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{
    color: #39434a;
    background: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body h1{
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    margin: -3px 0px;
    
}

body h2{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

body h3{
    font-family: 'Roboto', sans-serif; font-weight: black;
    font-size: 20px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
}
.row-fluid h3 a{
    color: #ed5e4b;
}

body li{
    text-align: left;
}
.head-link{
    font-size: 24px; color: #ffffff; font-family: 'Open Sans';
}
.body-pad{
     padding: 30px 100px ;
    -webkit-font-smoothing: antialiased;
}

.main-header{
    border-bottom: 5px solid #FF514D; padding-bottom: 8px; padding-top: 8px; font-size: 32px;
}

.under-line{
    border-bottom: 0px solid #FF514D;;
}

.border-header{
    border-bottom: 5px solid #FF514D;padding-bottom: 8px; padding-top: 8px; font-size: 32px;
}
.main-29{
    border-bottom: 5px solid #FF514D;padding-bottom: 8px; padding-top: 8px; font-size: 29px;
}
.body-top-margin{
    margin-top: -50px
}
.space-padding{
    padding-bottom: 80px;
    padding-top: 80px;
}

.head-line{
border-bottom: 5px solid #FF514D;
}

.h2color h2{
    color:#FF514D;
}

.new-head h1{
font-size: 32px;    
}



/*===== header text background ======*/

.trans-bg{
background: -moz-linear-gradient(45deg, rgba(31,31,31,0.7) 100%, rgba(0,128,128,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(100%, rgba(31,31,31,0.7)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(31,31,31,0.7) 100%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(31,31,31,0.7) 100%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(31,31,31,0.7) 100%, rgba(0,128,128,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(31,31,31,0.7) 100%, rgba(0,128,128,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#1F1F1F',GradientType=1 ); /* ie6-9 */
padding: 7px;
}

/*=====   Link    ======*/

.row-fluid a {
    color:#414141;
    outline:none; 
    display:inline-block; 
    text-decoration:none; 
    transition:ease all 0.4s;

    -webkit-font-smoothing: antialiased;
    }
.row-fluid a:hover {
    text-decoration:underline;
    color:#FF514D;
    }

/*======== banner section =========*/

.banner-set{
    background-size:cover !important; background-repeat:no-repeat; 
    background-position:center top !important; 
    width: 100%;
    color: #fff;
    padding: 20px 130px 20px 110px; 
    margin-top: -5px;
}
.ban-padding{
    padding-top: 150px;
    padding-bottom: 150px;
}

.ban-pad{
    padding-top: 130px;
    padding-bottom: 130px;
}

 .banner-set .trans-bg .head{
        font-size: 60px;
        line-height: 60px;
}

.banner-set .trans-bg .banner-text{
    font-size: 24px;
    line-height: 24px;
    font-family: 'open sans';
    font-weight: 700;
}

.fade-bg{
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 0%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,0.3))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 0%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 0%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 0%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 0%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=1 ); /* ie6-9 */
}

.bg-img-home{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/BB%20new%20%286%29.png');
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}

.bg-img-stratup{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/Screen-Shot-2016-11-30-at-14.29.11.png');
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}

.bg-img-about{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/Screen-Shot-2016-12-05-at-12.22.13.png');
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}

.bg-image-page{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/Screen-Shot-2016-11-30-at-13.51.31.png'); 
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}
/*=======   Buttons   ==========*/


.row-fluid .cta-mo a { 
    font-size: 15px;
    font-family: 'roboto';
background-repeat:repeat;
color: #39434a;
background: #FF514D;
 font-weight: bold;
padding: 10px; 
margin-left: 0px; 
border: 1.5px solid;
border-radius: 5px;
border-color: #FF514D;
text-shadow: none;
text-decoration: none;
letter-spacing: 1px;
}
.row-fluid .cta-mo a:hover { background-color: #fff; color:#FF514D; border-color: #FF514D;}

/*=================*/

.row-fluid .cta-more a { 
    font-size: 16px;
    font-family: 'roboto';
background-repeat:repeat;
color: #39434a;
background: #FF514D;
 font-weight: bold;
padding: 15px 30px; 
margin-left: 0px; 
border: 1.5px solid;
border-radius: 5px;
border-color: #FF514D;
text-shadow: none;
text-decoration: none;
letter-spacing: 1px;
}
.row-fluid .cta-more a:hover { background-color: #fff; color:#FF514D; border-color: #FF514D;}

/*=================*/

.row-fluid .button a { 
background-repeat:repeat;
color: #fff;
background: #FF514D;
font-style: medium; 
padding: 20px 50px; 
margin-left: 0px; 
border: 1.5px solid;
border-radius: 5px;
border-color: #FF514D;
text-shadow: none;
text-decoration: none;

    font-family: 'roboto';

}
.row-fluid .button a:hover { background-color: #fff; color:#FF514D; border-color: #FF514D;}


/*=======   Others ==========*/

.minus-margin{
    margin-top: -30px;
}

.Breadcrumb-Menu{    
    padding-top: 10px;
    padding-bottom: 10px;
}

.Breadcrumb-Menu ul li a:hover{
    color: #ff514d;
    text-decoration: none;
}

.Breadcrumb-Menu ul li a{
    color: #000;
    text-decoration: none;
}

.our-blog-listing-content .blog-post-wrapper h1{
    color: #ff514d;
}

.blog-outer-wrapper .body-container-wrapper p {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
}

.blog-outer-wrapper .body-container-wrapper h1 {
    font-family: 'Roboto',latin;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
}

.blog-outer-wrapper .body-container-wrapper h2 {
    font-family: 'Roboto',latin ;
    font-weight: 700 ;
    font-size: 32px ;
    font-style: normal ;
    line-height: 40px 
}

.blog-outer-wrapper .body-container-wrapper h3 {
    font-family: 'Roboto',latin;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.blog-outer-wrapper .body-container-wrapper h4 {
    font-family: 'Roboto',latin;
    font-weight: 400;
    font-size: 18px;
    line-height: 26p
}


.blog-outer-wrapper .body-container-wrapper h5 {
    font-family: 'Roboto',latin;
    font-size: 16px;
    line-height: 22p
}

.blog-outer-wrapper .body-container-wrapper h6 {
    font-family: 'Roboto',latin;
}

.blog-outer-wrapper .body-container-wrapper .body-container-wrapper .subscribe-module a {
    color: #fff !important;
}

.our-blog-header-menu .active a {
    color: #ff514d !important;
}



.header-container-wrapper{
    /*position: absolute;**/
    width: 100%;
    background: #ffffff;
}

.our-blog-header-wrapper{
    padding: 10px 0px 10px 0px;
    width:102% !important;
}

.our-blog-header-wrapper
{
    position: fixed;
    z-index: 99999;
    transition: .5s ease;
        background-color: #fff;
    
}

.margin-to-not-use
{
    padding-top: 113px;
}

.Sticky_header .our-blog-header-menu {
    padding: 10px 0;

}

.our-blog-header-menu {

        transition: .5s all;
}

.our-blog-header-wrapper{
   /*** padding: 0px;
    transition: .5s ease;*/
}

.Sticky_header .our-blog-header-menu {
   /*** padding-top: 13px;
    margin-left: 10px!important;****/
}

.Sticky_header .our-blog-header-wrapper img {
    /**padding-top: 15px !Important;***/
}

.Sticky_header .our-blog-logo-module img {
   padding: px 5px;
    width: 163px!important;
    border-width: 0px!important;
    border: 0px!important;
}



.page-center{
    max-width: 80% !important;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
}

.our-blog-header-menu{
    padding: 19px 0px;
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    float: right;
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background-color: #3A434A;
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color: #ffffff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    background-image: none;
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    text-decoration: underline;
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #39434a;
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #ff514d;
   
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) a, .our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2):visited a{
   /** background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/black-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;***/
}

.our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2):hover a{
   /** background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/arrow-hover.png);
    background-repeat: no-repeat;
    background-position: center right;***/
}

/*************stick-header*****************/

.our-blog-header-wrapper.fixed-header img {
    width: 100% !important;
    transition: 0.5s all;
}

.our-blog-header-wrapper img {
    transition: 0.5s all;
}

.our-blog-header-wrapper.fixed-header {
    height: 100px !important;
}


.our-blog-listing-content h1{
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.our-blog-listing-content .post-listing{
    margin: 0px 0px;
}

.our-blog-listing-content .hs-featured-image-wrapper a img{
    max-width: 100%;
}

.our-blog-listing-content .post-item{
    padding: 30px 0px;
    border-bottom: 1px solid #39434a;
}

.our-blog-listing-content .custom_listing_comments{
    display: none;
}

.our-blog-listing-content a.more-link {
    display: inline-block;
    line-height: 28px !important;
    padding: 5px 23px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    border: 2px solid !important;
    background: none !important;
    font-weight: bold;
    font-size: 14px;
    color: #39434a;
    text-decoration: none;
}

.our-blog-listing-content a.more-link:hover{
    color: #ff514d;
}

.our-blog-listing-content a.all-posts-link, .our-blog-listing-content .next-posts-link, .our-blog-listing-content .previous-posts-link{
    display: inline-block;
    line-height: 28px !important;
    padding: 5px 23px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    border: 2px solid !important;
    background: none !important;
    font-weight: bold;
    font-size: 14px;
    color: #39434a;
    text-decoration: none;
}

.our-blog-listing-content a.all-posts-link:hover, .our-blog-listing-content .next-posts-link:hover, .our-blog-listing-content .previous-posts-link:hover{
    color: #ff514d;
}

.our-blog-listing-content .blog-pagination{
    padding-top: 30px;
}

.our-blog-listing-content .post-body img{
    width: 100%;
    height: 100%;
}

.our-blog-listing-content a.topic-link{
    color: #ff514d;
}

.our-blog-listing-content a.topic-link:hover{
    color: #39434a;
}

.our-blog-listing-content .hs-author-avatar{
    width: 50px;
    height: 50px;
    float: left;
}

.our-blog-listing-content .hs-author-avatar img{
    border-radius: 50%;
}

.our-blog-listing-content .hubspot-editable{
    padding-top: 0px;
    float: left;
    font-size: 13px;
}

.list-header-author-top p.date {
    color: #39434a;
    font-size: 13px;
    text-decoration: none;
}

.list-header-author-top p#hubspot-topic_data{
    font-size: 13px;
}

.our-blog-listing-content a.author-link{
    color: #39434a;
}

.our-blog-listing-content a.author-link:hover{
    color: #ff514d;
}

.listing-content {
    max-width: 75%;
    float: none;
    margin: 0 auto;
}

.ob-post-avatar-wrapper{
    background-color: #F5F6FA;
    padding: 40px 0px;
}

.ob-post-bottom-avatar{
    padding: 30px 0px 15px 0px;
}

.ob-post-bottom-avatar h4{
    margin: 0px 0px;
    color: #39434a;
    font-weight: normal;
    font-size: 18px;
}

.ob-post-bottom-avatar h4 a.author-link{
    color: #39434a;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}

.our-blog-post-comments .hs_comment label{
    margin-bottom: 20px;
    display: block;
    line-height: 40px;
}

.ob-post-bottom-avatar .about-author-sec img{
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    float: left;
}

.listing-date{
    font-size: 20px;
    border-right: 1px solid #39434a;
    padding-right: 20px;
    width: 56px;
    text-align: center;
    float: left;
}

.blog-outer-wrapper .body-container-wrapper .list-header-author-top h2{
    line-height: 33px !important;
    color: #39434a !important;
    font-size: 24px !important;
    text-decoration: none !important;
    font-family: 'Roboto',sans-serif !important;
    font-weight: normal !important;
}

.ob-recent-posts {
    padding-top: 30px;
}

.list-header-author-top{
    float: left;
    padding-left: 30px;
}

.list-header-author-top h2{
    margin: 0px;
}

.list-header-author-top h2 a{
    color: #39434a;
    font-size: 24px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.list-header-author-top h2 a:hover{
    color: #ff514d;
    text-decoration: underline;
}

.blog-title-module h1{
    margin-bottom: 0px;
}

.listing-static-text h2{
    font-family: 'times' !important;
    font-size: 32px;
    font-style: italic !important;
    color: rgba(88,101,111,0.9);
    letter-spacing: -2px;
    font-weight: normal !important;
    margin-top: 0;
}

.list-header-author-top .hubspot-editable{
    font-size: 13px;
}

.list-header-author-top .hubspot-editable a{
    color: #39434a;
    font-size: 13px;
    text-decoration: none;
}

.list-header-author-top .hubspot-editable a:hover{
    color: #ff514d;
    text-decoration: underline;
}

.list-header-author-top p{
    float: left;
    margin: 0px;
}

.list-header-author-top #hubspot-topic_data{
    padding-left: 15px;
}

.email-recent-wrapper{
    margin: 30px 0px;
}

.ob-recent-posts ul{
    padding: 0px;
    list-style-type: none;
}

.ob-recent-posts ul li{
    line-height: 30px;
}

.ob-recent-posts ul li a{
    color: #39434a;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.ob-recent-posts ul li{
    padding: 5px 0px;
}

.ob-recent-posts ul li a:hover{
    text-decoration: underline;
    color: #ff514d;
}

.ob-recent-posts h3{
    font-size: 20px;
}

.ob-email-subscribe label, .ob-email-subscribe .hs-button{
    display: none;
}

.subscribe-wrapper{
    background: #ff514d;
}

.subscribe-module{
    padding: 40px 0px;
}

.subscribe-module a{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.subscribe-module a:hover{
    text-decoration: underline;
}

.upper-footer-wrapper, .upper-footer-wrapper p a{
    background: #39434a;
    color: #EBEBEB;
    font-size: 18px;
    text-decoration: none;
}

.upper-footer-wrapper{
    padding: 70px 0px;
}

.upper-footer-wrapper p a:hover{
    text-decoration: none;
}

.upper-footer-wrapper p a:hover{
    color: #ff514d;
    /*text-decoration: underline;*/
}

.upper-footer-wrapper h4{
    font-size: 21px;
}

.upper-footer-wrapper h4{
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
}

.upper-footer-wrapper p{
    margin-top: 0px;
    font-size: 18px;
}

.upper-footer-vertical-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul{
    margin: 0px;
}

.upper-footer-vertical-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px;
    font-size: 18px;
}

.upper-footer-vertical-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{
    color: #ff514d;
    text-decoration: underline;
}

.upper-footer-social{
    padding-top: 55px;
}

.upper-footer-social ul{
    padding: 0px;
    list-style-type: none;
}

.upper-footer-social ul li:first-child a{
    padding: 0px 5px 0px 0px;
}

.upper-footer-social ul li a{
    float: left;
    padding: 0px 5px;
}

.upper-footer-social ul li.ft-soc-facebook a, .upper-footer-social ul li.ft-soc-twitter a, .upper-footer-social ul li.ft-soc-instagram a, .upper-footer-social ul li.ft-soc-linkedin a{
    width: 40px;
    height: 42px;
    display: block;
    text-decoration: none;
}

.upper-footer-social ul li.ft-soc-facebook a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-facebook.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-footer-social ul li.ft-soc-facebook:hover a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-facebook-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-footer-social ul li.ft-soc-twitter a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-twitter.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-footer-social ul li.ft-soc-twitter:hover a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-twitter-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-footer-social ul li.ft-soc-instagram a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-instagram.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-footer-social ul li.ft-soc-instagram:hover a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-instagram-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-footer-social ul li.ft-soc-linkedin a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-linkedin.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-footer-social ul li.ft-soc-linkedin:hover a{
    background-image: url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/lower-footer-linkedin-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.lower-footer-wrapper{
    background: #2b343a;
    padding: 30px 0px;
}

.lower-footer-wrapper p{
    color: #EBEBEB;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    /* box-shadow: 0 0 10px rgba(40, 54, 69, 1);*/
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(40, 54, 69, 1) url(//cdn2.hubspot.net/hubfs/216212/our-blog-images/our-blog-go-top-icon.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: .3;
    border-radius: 50%;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .3;
    border-radius: 50%;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 2;
}

.our-blog-post-comments .hs-form fieldset{
    max-width: 100%;
    margin-top: 30px;
}

.our-blog-post-comments .hs-form fieldset.form-columns-1 .hs-input{
    min-height: 198px;
    width: 100%;
}

.our-blog-post-comments input[type="text"], .our-blog-post-comments input[type="email"]{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    padding: 12px;
}

.our-blog-post-comments .hs-form-required{
    color: #ff514d;
}

.our-blog-post-comments .hs_submit{
    margin-top: 30px;
}

.our-blog-post-comments .hs-button {
    display: inline-block;
    line-height: 28px !important;
    padding: 5px 23px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    border: 2px solid !important;
    background: none !important;
    font-weight: bold;
    font-size: 14px;
    color: #39434a;
    text-decoration: none;
    cursor: pointer;
}

.our-blog-post-comments .hs-button:hover{
    color: #ff514d;
}

.post-social-wrapper{
    border-top: 1px solid #dddddd;
    padding: 40px 0px;
}

.post-social-module .social-media-ics a#fb, .post-social-module .social-media-ics a#twr, .post-social-module .social-media-ics a#lin,  .post-social-module .social-media-ics a#gpl{
    width: 25px;
    height: 23px;
    display: block;
    float: left;
    margin: 0px 5px;
    text-decoration: none;
}

.post-social-module .social-media-ics a#fb{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-fb.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-social-module .social-media-ics a#fb:hover{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-fb-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-social-module .social-media-ics a#twr{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-twitter.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-social-module .social-media-ics a#twr:hover{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-twitter-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-social-module .social-media-ics a#lin{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-linkedin.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-social-module .social-media-ics a#lin:hover{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-linkedin-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-social-module .social-media-ics a#gpl{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-gplus.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-social-module .social-media-ics a#gpl:hover{
    background-image: url(https://cdn2.hubspot.net/hubfs/216212/our-blog-images/post-social-gplus-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.social-media-ics{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

.post-social-header p{
    color: #39434a;
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
}

.header-col{
    padding-bottom: 50px;
}

.header-col h1 {
    font-family: 'Roboto',latin;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    color: #ff514d;
}

.header-col  a.author-link{
    color: #39434a;
    text-decoration: none;
    padding-top: 0;
    font-size: 13px !important;
    cursor: pointer;
}

.header-col  a.author-link:hover{
    text-decoration: underline;
}

.header-col  span.publish-date{
    color: #39434a;
    text-decoration: none;
    padding-top: 0;
    font-size: 13px !important;
    padding-left: 20px;

}

.header-col p{
    color: #39434a;
    text-decoration: none;
    padding-top: 0;
    font-size: 13px !important;
    display: inline-block;
    border-top: 1px solid;
    border-color: #ddd;
    padding-top: 14px;
}

.header-col p img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-right: 10px;
    vertical-align: middle;
}

.bread-outer{
    background-color: #F5F6FA;
}

.subscribe-button {
    margin-top: 15px;
}



@media only screen and (min-width:768px) and (max-width: 1024px){

    .our-blog-header-wrapper, .blog-title-wrapper, .ob-outer-content-wrapper, .subscribe-wrapper, .upper-footer-wrapper, .lower-footer-wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    }

@media (max-width: 768px){

    .our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 16px;
    }
    
    .ob-recent-posts h3{
        font-size: 18px;
    }
    
    .ob-recent-posts ul li{
        line-height: 24px;
    }
    
    .ob-recent-posts ul li a{
        font-size: 16px;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 0px 18px !important;
    }

}

@media (max-width: 767px){

    .our-blog-header-wrapper, .blog-title-wrapper, .ob-outer-content-wrapper, .subscribe-wrapper, .upper-footer-wrapper, .lower-footer-wrapper, .ob-post-bottom-avatar{
    padding-left: 10px;
    padding-right: 10px;
    }
    
    .blog-title-module h1, .listing-static-text h2, .ob-recent-posts h3 {
    font-size: 26px !important;
    line-height: 34px !important;
    text-align: left;
    }
    
    .listing-content {
    max-width: 95% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul li{
    border-top: 1px solid #ffffff;
    background-color: #39434a !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul li:hover{
    border-top: 1px solid #000000;
    background-color: #ffffff!important;
    }
    
    .our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #fff !important;
    }
    .our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
        background-color: #39434a !important;
        
    }
    .our-blog-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #ff514d !important;
    background-color: #39434a !important;
    }
    
    .ob-recent-posts ul li a{
        text-align: left;
        display: block;
    }

    .listing-date {
        border-right: 0px;
        width: 100%;
    }
    
    .list-header-author-top {
        float: none;
        padding-left: 0px;
    }
    
    .list-header-author-top h2 {
        margin: 0;
        text-align: left;
    }
    
    .post-item p, .post-body p{
        text-align: left;
    }
    
    .our-blog-listing-content a.more-link, .our-blog-listing-content a.all-posts-link, .our-blog-listing-content .next-posts-link, .our-blog-listing-content .previous-posts-link{
        text-align: center;
        display: block;
        max-width: 100%;
        margin: 15px 0px;
    }

    .upper-footer-wrapper h4, .upper-footer-wrapper p {
        text-align: left;
    }
    
    .upper-footer-social ul {
        padding-bottom: 50px !important;
    }
    
    .upper-footer-vertical-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
        text-align: left;
    }
    
    .upper-footer-wrapper h4 {
        
    }
    
    .lower-footer-wrapper p {
        text-align: left;
    }
    
    .our-blog-listing-content h1{
        text-align: left;
    }

    .ob-post-bottom-avatar .about-author-sec img{
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
        display: block;
        float: none;
    }
    
   .ob-post-bottom-avatar h4,.ob-post-bottom-avatar p  {
        text-align: center !important;
    }
    
    
    .our-blog-post-comments .hs_comment label{
        text-align: center;
        display: block;
    }
    
    .listing-date{
        padding-right: 0px;
    }
    
    .list-header-author-top #hubspot-topic_data {
        padding-left:0px !important;
    }
    
    .blog-outer-wrapper .body-container-wrapper h2 {
    font-size: 26px !important;
    line-height: 30px !important;
    }
    
    .our-blog-logo-module {
        float: left !important;
    }
    
    .header-col {
        padding-bottom: 10px;
    }
    
    .ob-post-bottom-avatar .about-author-sec .span10 p{
        text-align:left !important;
    }
    
    .blog-title-module.header-col {
        padding: 10px;
    }
    
    .our-blog-logo-module a img {
        width: 180px !important;
    }
    
    .mobile-trigger:hover {
        background-color: #39434a !important;
    }
    
    .mobile-open .mobile-trigger {
        background-color: #39434a !important;
    }
    
    
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 14px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ff
ffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#39434a; !important#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 1px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

/* Form Field */
body .hs-form-field {
    margin-bottom:20px;
}

/* Descriptions */
body .hs-field-desc {}
.hs-error-msgs.inputs-list label{
    color: #414141;
    font-size: 13px;
    font-weight: thin;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/* Labels */
body label { font-size: 13px;   color: #414141;}
body .hs-form-field > label {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
     color: #414141;
     -webkit-font-smoothing: antialiased;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    padding: 3px;
    font-size: 15px ;   
    border: 1px solid #cccccc;
    display:block;
    color: #414141;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-weight: 300;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-radius: 5px;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    border-radius: 5px;
    height: 100px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  color: #000;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}

body input[type="radio"] {
}
body input[type="checkbox"] {
}


/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {}

body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {
    color: #414141;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
}
.hs_cos_wrapper_type_form .hs-form-field > label {
     color: #414141;
     -webkit-font-smoothing: antialiased;
     font-size: 13px;
}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
     font-weight: 300;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}




/* ==========================================================================
   Buttons
   ========================================================================== */

/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
 cursor: pointer;
    background: #FF514D;
    border: 1px solid #FF514D;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    display:inline-block;
     font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 40px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover { background: #fff; color: #FF514D; border-color: #FF514D;}


body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

@media (max-width: 480px){
    body{
        text-align: left;
    }
    .banner-set{
         padding: 5px 20px 5px 20px;  
    }
    .body-pad{
        padding: 5px 20px; 
    }
    .four-col{
        padding-top: 0px;
        margin-top: -50px;
    }
    .banner-set .trans-bg .head{
        font-size: 35px;
        line-height: 35px;
    }
    
    .page-center{
        padding: 10px;
    }
    
    .upper-footer-wrapper {
        padding: 10px;
        text-align: center;
}
.ban-pad{
    padding-top: 60px;
    padding-bottom: 0px;
    
}
.ban-padding{
    padding-top: 30px;
}
.page-center{
    max-width: 99% !important;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
}
body h1{
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    margin: -5px 0px;
    
}

.red-line h2{
 
    border-bottom: none;
}

.border-header{
    border-bottom: none !important; padding-bottom: 0px; padding-top: px; font-size: 32px;
}

.under-line{
    border-bottom: 0px solid #FF514D;
}
.minus-margin{
    margin-top: -0px;
}
.main-29{
    border-bottom: 0px solid #FF514D;padding-bottom: 0px; padding-top: 0px; font-size: 29px;
}
.main-header{
    border-bottom: 0px solid #FF514D; padding-bottom: 0px; padding-top: 0px; font-size: 32px;
}
.fa-chevron-up{
    display: none !important;
}

.mob-minus{
    margin-top: -40px;
}
.bg-img-home{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/mob-home%20page.png');
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}

.bg-img-startup{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/mob-home%20page.png');
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}

.bg-img-about{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/Untitled-1.png');
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}
.bg-image-page{
    background-size: cover; 
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/216212/fvdabasgs.png'); 
    margin-top: -10px;
    background-attachment: fixed;
    position: relative;
}

.mob-marg{
    margin-top: -60px;
}
.head-line{
border-bottom: 0px solid #FF514D;
}
}

#progressBar{ width: 100%;height: 30px;background-color: #eee;border-radius: 3px;overflow: hidden;margin-bottom: 15px;}
#progressBar div{ height: 100%;color: #fff;width: 0;background-color: #ff514d;padding:4px 15px;font-size:15px;color:#39434a; }

