@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* ex. -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; */











/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*{ box-sizing: border-box; }
*:focus{outline:none;}
body{margin:0px; font-family:'Roboto', sans-serif; font-weight:400; color:#4c4c4c; font-size: 16px; line-height:24px;}
body *{box-sizing: border-box;}
ul { padding: 15px 0 15px 37px; margin:0px; }
ul li { font-size: 18px; line-height: 24px; /*color: #eca53d;*/ font-weight: 400; list-style: none; position: relative; padding: 0 0 0 13px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; }
/*ul li:hover { color:#167abd; }*/
ul li a { font-size: 18px; line-height: 24px; color: #eca53d; font-weight: 400; display:inline-block; }
ul li a:hover { color:#167abd ; }
ul li:before { content: '\f111 '; font-family: 'FontAwesome'; position: absolute; top: 4px; left: 0; font-size: 6px; line-height: 14px; }
ol { margin: 0; padding: 15px 0 15px 3px; counter-reset: number; }
ol li { list-style: none; font-size: 16px; font-weight: 700; line-height: 28px; color: #167abd; position: relative; padding: 0px 0 0px 43px; margin: 12px 0; counter-increment: number; }
ol li:hover { color:#eca53d; }
ol li a{ font-size: 16px; font-weight: 700; line-height: 28px; color: #167abd; }
ol li a:hover { color:#eca53d; }
ol li:before { content: counter(number); text-align: center; position: absolute; top: 0; left: 0; border: 2px solid #167abd; height: 28px; width: 28px; border-radius: 100%; line-height: 19px; padding: 3px 0 0; box-sizing: border-box; }
ol li:hover:before { border-color:#eca53d; }
ol li:first-child { margin-top: 0px; }
ol li:last-child { margin-bottom: 0px; }

a{ -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;; text-decoration:none; color:#FFF;}
a:hover, a:focus{text-decoration:none; color:inherit; }
.row-fluid [class*="span"].no-height{min-height: auto;}
.row-fluid [class*="span"]{min-height:auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-family:'Roboto', sans-serif; color:#167abd; font-weight:700; }
h1 { font-family:'Roboto Condensed', sans-serif; font-size:46px; line-height:54px; }
h2 { font-size:38px; line-height:45px; }
h3 { font-size:34px; line-height:41px; }
h4 { font-size:24px; line-height:31px; }
h5 { font-size:22px; line-height:29px; }
h6 { font-size:19px; line-height:26px; }
p {margin:0;padding:0;}

.title-header h1 { color: #FFF};

.fl100 { width:100%; float:left; }
.title h3 { font-size: 30px; color:#4c4c4c; line-height:36px; text-align:center; font-family:'Roboto Condensed', sans-serif;  }
.row-fluid .yello_btn a { display: inline-block; font-size: 17px; line-height: 21px; font-weight: 700; background-color: #eca53d; color: #fff; border-radius: 4px; padding: 22px 15px 21px; min-width:304px; text-align: center; text-transform: uppercase; }
.row-fluid .width_930 .container { max-width: 930px; }
/*form*/
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], 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"]
{font-family:'Roboto', sans-serif; color:#939499; background-color:#fff; border: 1px solid #dadada; padding:16px 20px 14px; border-radius:25px; margin:0 0 13px 0; font-size:14px; font-weight:400; width: 100% !important;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100% !important;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 10px;}
input[type="submit"]{ -webkit-appearance: none; line-height:21px; border-radius: 4px; font-family:'Roboto', sans-serif; text-transform:uppercase; max-width:355px; width:100%; color:#fff; cursor:pointer; -webkit-appearance: none; border:none; width:100%; box-sizing:border-box; background-color:#d42637; padding:22px 15px 21px; font-weight:700; font-size:17px; display: inline-block; text-align: center; margin-top:10px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; box-sizing: border-box; white-space: unset; }
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:red;}
form .hs-form-field > label > span { font-size: 14px; line-height: 17px; font-weight: 700; color: #4c4c4c; padding-left: 20px; margin-bottom: 5px; display: inline-block; }
form .hs-form-field > label > .hs-form-required { display: inline-block; padding: 0; margin: 0px 0 0 3px; vertical-align: text-top; }
form .hs-form-field .hs-error-msgs { margin: 0 0 10px 20px; padding:0px;}
form .hs-form-field .hs-error-msgs  > li { line-height: 0px; padding:0px; }
form .hs-form-field .hs-error-msgs .hs-error-msg { color: #d42637; font-size: 14px; line-height: 17px; display: inline-block; }
form .hs_error_rollup { display: none; }
::placeholder {color: #939499; opacity: 1;font-family:'Roboto', sans-serif; }
:-ms-input-placeholder {color: #939499;font-family:'Roboto', sans-serif;}
::-ms-input-placeholder { color: #939499;font-family:'Roboto', sans-serif;}

/* Checkbox */
form ul li:before { display:none; }
form .hs-dependent-field .hs-form-field ul.inputs-list { width:100%; float:left; margin:0 0 11px; padding:0px; }
form .hs-dependent-field .hs-form-field ul.inputs-list > li { width:100%; float:left; padding: 0px 0 0 24px; position: relative; margin: 6px 0 !important; }
form .hs-dependent-field .hs-form-field ul.inputs-list > li:first-child,form .hs-dependent-field .hs-form-field ul.inputs-list > li:last-child { margin: 0px !important; }
form .hs-dependent-field .hs-form-field ul.inputs-list > li label { width:100%; float:left; color: #939499; position: unset; font-size: 12px; line-height: 15px; font-weight: 400; font-family:'Roboto', sans-serif; }
form .hs-dependent-field .hs-form-field ul.inputs-list > li label input[type="checkbox"] { -webkit-appearance: none; border: none !important; background-color: unset; margin: 0px; padding: 0px !important; }
form .hs-form-field ul.inputs-list li input[type="checkbox"] + span { position: unset; margin-left:10px; }
form .hs-form-field ul.inputs-list li input[type="checkbox"]+span p { padding: 6px 0 3px; float: left; }
form .hs-form-field ul.inputs-list li input[type="checkbox"] + span:before { content: ''; position: absolute; height: 22px; width: 22px; display: inline-block; padding: 0px; z-index: 5; background-color: #fff; border: 1px solid #DBDBDF; top: 0; left: 0px; }
form .hs-form-field ul.inputs-list li input[type="checkbox"] + span:after { content: ''; display:none; width: 20px; height: 15px; position: absolute; top: 5px; left: 2px; z-index: 5; background-image: url('https://blog.raja.fr/hubfs/Raja_2019/Images/check.png'); background-repeat: no-repeat; background-size: contain; }
form .hs-form-field ul.inputs-list li input[type="checkbox"]:checked+span:after { display: block}
.legal-consent-container .hs-richtext { width: 100%; float: left;}
.legal-consent-container .hs-richtext p { font-size: 10px; line-height: 16px; font-family:'Roboto', sans-serif; color: #939499; font-weight: 400; margin:0 0 10px; }

.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:50%; transform:translateY(-50%); left:0; width:30px; height: 35px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; cursor:pointer;}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:40px; line-height:30px; color:#4c4c4c; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:40px; line-height:30px; color:#4c4c4c; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}


/*-----Landing Page-----*/
/* Header Section */
.row-fluid .header-section { width: 100%; float: left; padding: 15px 0 14px; background-color: #fff; box-shadow: 0px -4px 5px #000000; }
.row-fluid .header-section .header-logo img { width: 154px; height: auto; }

/* Hero Section */
.row-fluid .hero-section { width: 100%; float: left; padding: 28px 0; position:relative; overflow:hidden; }
.row-fluid .hero-section .hero-left { width: 62%; float: left; padding-right: 65px; }
.row-fluid .hero-section .hero-content { padding-top: 23px; }
.row-fluid .hero-section .hero-content p { font-size: 18px; font-weight: 400; line-height: 24px; margin: 10px 0; }
.row-fluid .hero-section .hero-right { width: 37.7%; float: right; margin: 29px 0 0; position: relative; z-index:1; }
.row-fluid .hero-section .hero-right .frm-bg { position: absolute; bottom: 0; right: -137px; z-index: -1; }
.row-fluid .form-style { background-color: #f9f9f9; border-radius: 6px; margin-bottom: 29px; }
.row-fluid .form-style h3 { font-family: 'Roboto Condensed', sans-serif; text-align: center; font-size: 30px; line-height: 34px; background-color: #167abd; color: #fff; padding: 12px 25px 17px; position: relative; border-top-left-radius: 6px; border-top-right-radius: 6px; }
.row-fluid .form-style h3:before { content: ''; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); height: 0px; width: 0px; border-left: 27px solid transparent; border-right: 27px solid transparent; border-top: 15px solid #167abd; }
.row-fluid .form-style form { width: 100%; float: left; padding: 30px 41px 0 17px; }
.row-fluid .form-style form fieldset { max-width: 100%; width: 100%; }
.row-fluid .form-style form .form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
.row-fluid .form-style form .form-columns-2 .hs-form-field:last-child { padding-left: 10px; }
.row-fluid .form-style form .form-columns-2 .hs-form-field { width: 50%; float: left; }
.row-fluid .form-style form  .hs-form-field .input { margin-right: 0px; }
.row-fluid .form-style form .hs_submit { text-align: center; margin-bottom: -29px; margin-left: 24px; }

/* Simple Footer */
.row-fluid .simple-footer { background-color: #167abd; padding: 45px 0 44px; }
.row-fluid .simple-footer .smp-foot-text { text-align: center; }
.row-fluid .simple-footer .smp-foot-text p { color: #fff; font-size: 14px; line-height: 17px; font-weight: 700; }


/*----- Landing Page-2 -----*/
/* Hero Section2 */
.row-fluid .hero-section2 { background-color: #167abd; text-align: center; padding-top: 43px; margin-bottom: 72px; }
.row-fluid .hero-section2 .hero-title h1 { color: #fff; margin-bottom: 38px; }
.row-fluid .hero-section2 .yello_btn { margin-bottom: -32px; }

/* Content Section */
.row-fluid .content-section { padding: 45px 0 12px; }
.row-fluid .content-section .contain h4 { padding-top: 10px; }
.row-fluid .content-section .contain p { font-size: 18px; line-height: 26px; margin-bottom: 10px; }

/* Form Section2 */
.row-fluid .form-section2 { padding: 11px 0 1px; }
.row-fluid .form-style.style2 h3 { padding: 32px 0; }
.row-fluid .form-style.style2 form { padding: 30px 61px 0; }
.row-fluid .form-style.style2 form fieldset:nth-child(1), .row-fluid .form-style.style2 form fieldset:nth-child(2), .row-fluid .form-style.style2 form fieldset:nth-child(3), .row-fluid .form-style.style2 form fieldset:nth-child(4) { width: 50%; float: left; }
.row-fluid .form-style.style2 form fieldset:nth-child(1), .row-fluid .form-style.style2 form fieldset:nth-child(3) { padding-right: 17px; }
.row-fluid .form-style.style2 form fieldset:nth-child(2), .row-fluid .form-style.style2 form fieldset:nth-child(4) { padding-left: 17px; }
.row-fluid .form-style.style2 form .legal-consent-container { width: 100%; float: left; padding: 9px 60px 0; }
.row-fluid .form-style.style2 form .hs_submit { margin-left: 0px; }
.row-fluid .form-style.style2 form .hs_submit input[type="submit"] { margin-top: 25px; }


/*----- Thanks Page -----*/
.row-fluid .thanks-hero { background-color: #167abd; padding: 52px 0 48px; text-align: center; }
.row-fluid .thanks-hero .hero-title h1 { color: #fff; }
.row-fluid .thank-content { padding:45px 0 20px; position: relative; overflow: hidden; }
.row-fluid .thank-content:before { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); border: 1px solid #979797; max-width: 453px; width: 100%; }
.row-fluid .thank-content .thank { position: relative; }
.row-fluid .thank-content .thank h3 { font-size: 26px; line-height: 33px; padding: 0 0 15px; }
.row-fluid .thank-content .thank p { font-size: 16px; line-height: 24px; margin: 10px 0; }
.row-fluid .thank-content .thank h4 { padding: 15px 0; font-size: 22px; line-height: 29px; color:#4c4c4c; }

/*----- Thanks Page-2 -----*/
.row-fluid .thank-content-2 { padding-bottom:35px; }
.row-fluid .thank-content-2 .thank p { font-size: 18px; line-height: 26px; }

/*----- Resources Page -----*/
/* Header Section2 */
.row-fluid .header_section { width: 100%; float: left; padding: 15px 0 14px; background-color:#fff; position:relative; z-index:9999; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14); }
.row-fluid .header_section .header_logo { width: 154px; float: left; }
.row-fluid .header_section .menu_wrap { width: calc(100% - 154px); float: left; margin: 0; padding-left: 35px; }
.row-fluid .header_section .menu_wrap > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 51px; }
.row-fluid .header_section .header_logo img { max-width: 100%; height: auto; }
.row-fluid .header_section .mainmenu { line-height: 0px; padding-bottom:1px; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul { list-style: none; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li { list-style: none; padding: 10px 0px; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li a { color: #4c4c4c; font-size: 17px; line-height: 22px; max-width: 100%; overflow: unset; padding: 10px 15px; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li:before { display: none; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li a:hover { color: #d42637; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a { border-right: 1px solid #dadada; padding: 0 44px; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 { padding: 10px 0; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1:last-child > a { border-right: 0px; }
.row-fluid .header_section .head-btn { width: 258px; margin: 0; float: left; padding-bottom: 1px; }
.row-fluid .header_section .head-btn a { display: inline-block; border-radius: 3px; background-color: #d42637; font-size: 12px; line-height: 14px; font-weight: 700; text-transform: uppercase; color: #fff; padding: 13px 15px; min-width: 258px; text-align: center; }
.row-fluid .header_section .head-btn a:hover { color: #d42637; box-shadow: 0px 0 5px -1px #d42637; background-color: #fff; }
.row-fluid .header_section .lang_switch { width: 40px; float: right; }
.row-fluid .header_section .head-btn,.row-fluid .header_section .lang_switch { display: block; }
.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul .lang_switch,.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul .head-btn { display:none; }


/* Resources Hero */
.row-fluid .resource-hero { background-color: #167abd; padding: 27px 0 10px; }
.row-fluid .resource-hero .container { max-width: 870px; }
.row-fluid .resource-hero .resource-contain { text-align: center; }
.row-fluid .resource-hero .resource-contain h1 { color: #fff; padding-bottom: 7px; }
.row-fluid .resource-hero .resource-contain p { color: #fff; line-height: 26px; padding-bottom: 15px; }

/* Footer Section */
.row-fluid .footer-section { width: 100%; float: left; background-color: #167abd; padding: 50px 0; }
.row-fluid .footer-section .footer-group > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.row-fluid .footer-section .footer-group .footer-col { width: calc(100% / 4); padding: 41px 15px 13px 10px; border-right: 1px solid #3293d5; }
.row-fluid .footer-section .footer-group .footer-col:last-child { border-right: 0px; }
.row-fluid .footer-section .footer-group .footer-col.logo { width: 20%; padding: 0px 15px 0px 10px; display: flex; align-items: center; }
.row-fluid .footer-section .footer-group .footer-col.link1, .row-fluid .footer-section .footer-group .footer-col.link2 { width: 25%; }
.row-fluid .footer-section .footer-group .footer-col .title { font-size: 16px; line-height: 19px; color: #fff; font-weight: 700; margin-bottom: 18px; }
.row-fluid .footer-section .footer-group .footer-col.social-content { width: 30%; }
.row-fluid .footer-section .footer-group .footer-col .contact-content a:hover { color: #d42637; }
.row-fluid .footer-section .footer-group .footer-col .link-menu ul { margin: 0px; }
.row-fluid .footer-section .footer-group .footer-col .link-menu ul > li { padding: 0 0 2px; line-height: 0px; }
.row-fluid .footer-section .footer-group .footer-col .link-menu ul > li:before { display: none; }
.row-fluid .footer-section .footer-group .footer-col .link-menu ul > li > a { font-size: 14px; width: auto; line-height: 24px; color: #fff; padding: 0; font-weight: 400; display: inline-block; white-space: normal; }
.row-fluid .footer-section .footer-group .footer-col .contact-content { line-height: 0px; }
.row-fluid .footer-section .footer-group .footer-col .contact-content a { font-size: 14px; line-height: 26px; font-weight: 400; display: inline-block; }
.row-fluid .footer-section .footer-group .footer-col .contact-content a:hover { color: #d42637; }
.row-fluid .footer-section .footer-group .footer-col .link-menu ul > li > a:hover { color: #d42637; }
.row-fluid .footer-section .footer-group .footer-col .contact-btn a { display: inline-block; font-size: 12px; font-weight: 700; line-height: 14px; padding: 12px 30px; text-transform: uppercase; color: #167abd; border-radius: 3px; background-color: #ffffff; border: 1px solid #fff; }
.row-fluid .footer-section .footer-group .footer-col .contact-btn { padding-top: 10px; }
.row-fluid .footer-section .footer-group .footer-col .contact-btn a:hover { background-color: #167abd; color: #fff; }
.row-fluid .footer-social { width: 100%; float: left; padding-top: 27px; }
.row-fluid .footer-social > ul { padding: 0; margin: 0px; }
.row-fluid .footer-social > ul > li { line-height: 0px; display: inline-block; padding: 0px; margin: 0 30px; }
.row-fluid .footer-social > ul > li > a { display: inline-block; font-size: 26px; }
.row-fluid .footer-social > ul > li:before { display: none; }
.row-fluid .footer-social > ul > li:first-child { margin-left: 0px; }
.row-fluid .footer-social > ul > li:last-child { margin-right: 0px; }
.row-fluid .footer-social > ul > li > a:hover { color: #d42637; }
.row-fluid .footer-bottom { background-color: #196ba2; text-align: center; padding: 23px 0 17px; }
.row-fluid .footer-bottom p { color: #fff; font-size: 14px; line-height: 17px; font-weight: 700; }
.row-fluid .footer-bottom p a { text-decoration: none; }


/*----- Blog Page -----*/
/* Listing Hero Section */
.row-fluid .blog-list-hero { background-color: #fff; padding: 27px 0 33px; text-align: center;  }
/* border-bottom: 1px solid #167abd; */
.row-fluid .blog-list-hero .container { max-width: 870px; }
.row-fluid .blog-list-hero .blog-list-title { padding-bottom: 8px; }
.row-fluid .blog-list-hero .blog-list-para {color: #167abd; line-height: 25px;}

/* Blog Section */
.row-fluid .blog-main { padding: 32px 0 0; }
.row-fluid .blog-main .blog-left { width: 74.6%; float: left; padding-right: 34px; }
.row-fluid .blog-main .blog-right { width: 25.3%; float: left; margin: 0px; }
.row-fluid .list_group { width: 100%; float: left; }
.row-fluid .list_group .post-item { width: 100%; float: left; padding: 40px 0; }
.row-fluid .list_group .post-item:first-child { padding-top: 0px; }
.row-fluid .list_group .post-item .post-header h3 { line-height: 44px; color:#4c4c4c; font-weight: 900; padding-bottom: 30px; }
.row-fluid .list_group .post-item .post-header h3 a { color:#4c4c4c; display: inline-block; }
.row-fluid .list_group .post-item .post-header h3 a:hover { color:#167abd; }
.row-fluid .list_group .post-item .hs-featured-image-wrapper .hs-featured-image { height: 341px; max-width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; margin: 0px; }
.row-fluid .list_group .post-item .blog-read-data { width: 100%; float: left; background-color: #abcce5; display: flex; }
.row-fluid .list_group .post-item .author-data { width: calc(100% - 230px); float: left; }
.row-fluid .list_group .post-item .read-min { width: 230px; float: left; background-color: #93b3cb; padding: 20px 20px 18px; line-height: 0px; display: flex; align-items: center; }
.row-fluid .list_group .post-item .author-data .hubspot-editable { font-size: 12px; line-height: 15px; color: #fff; font-weight: 400; padding: 20px 15px 18px 26px; }
.row-fluid .list_group .post-item .author-data .hubspot-editable a.author-link { }
.row-fluid .list_group .post-item .read-min span.reading-minutes { font-size: 12px; line-height: 15px; color: #fff; display: block; position: relative; padding-left: 29px; }
.row-fluid .list_group .post-item .read-min span.reading-minutes:before { content: ''; position: absolute; top: calc(50% - 2px); transform: translateY(-50%); left: 0; width: 19px; height: 19px; background-image: url('https://blog.raja.fr/hubfs/Raja_2019/Images/watch.png'); background-repeat: no-repeat; background-size: contain; }
.row-fluid .list_group .post-item .listing-para { font-size: 18px; line-height: 26px; padding: 20px 0 17px; }
.row-fluid .list_group .post-item .list-button { position: relative; }
.row-fluid .list_group .post-item .list-button a.more-link { display: inline-block; font-size: 12px; line-height: 15px; padding: 13px 29px 12px 30px; color: #d42637; text-transform: uppercase; font-weight: 700; border: 1px solid #d42637; background-color: #ffffff; border-radius: 3px; }
.row-fluid .list_group .post-item .list-button a.more-link:hover { background-color: #d42637; color: #fff; }
.row-fluid .list_group .post-item .list-button:before { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); border: 1px solid #d8d8d8; width: calc(100% - 166px); }
.row-fluid .list_group .post-item h2.post-listing-simple { font-size: 34px; line-height: 44px; font-weight:900; color: #4c4c4c; }
.row-fluid .list_group .post-item h2.post-listing-simple a { color: inherit; }
/* Listing-right side */
.row-fluid .box-style { width: 100%; float: left; background-color: #f9f9f9; margin-bottom: 30px; }
.row-fluid .box-style h3, .row-fluid .box-style h4 { background-color: #939499; padding: 12px 29px; color: #fff; font-size: 18px; line-height: 26px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; }
.row-fluid .box-style .box-inner { width:100%; float:left; padding: 30px 29px; }
.row-fluid .box-style .widget-module > ul { padding: 20px 29px 21px; }
.row-fluid .box-style .widget-module > ul li a { color: #eca53d; font-size: 16px; line-height: 33px; font-weight: 700; }
/*
.row-fluid .box-style .widget-module > ul li:hover a { color: #167abd; }*/

.row-fluid .box-style .widget-module > ul li:before { top: 9px; }
/*
.row-fluid .box-style .widget-module > ul li:hover:before { color: #167abd; }*/
/* Search site */
.row-fluid .search-blog form { position: relative; }
.row-fluid .search-blog form input.hs-search-field__input { margin-bottom: 0; border-radius: 0px; padding: 12px 50px 11px 21px; }
.row-fluid .search-blog form button { position: absolute; top: 0; right: 0; width: 46px; height: 100%; border: 0px; background-color: #eca53d; padding: 0px; cursor: pointer; }
.row-fluid .search-blog form button svg { display: none; }
.row-fluid .search-blog form button:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 17px; height: 18px; background-image: url('https://blog.raja.fr/hubfs/Raja_2019/Images/search-icon.png'); background-repeat: no-repeat; background-size: contain; }
/* webinar section */
.row-fluid .webinar-section { margin-bottom: 0px; }
.row-fluid .webinar-section .webinar-text { font-size: 14px; line-height: 20px; }
.row-fluid .webinar-section .box-inner { padding: 25px 29px 0; }
.row-fluid .webinar-section .webinar-form { padding-top: 16px; padding-bottom: 28px; border-bottom: 1px solid #d6d6d6; }
.row-fluid .webinar-section .webinar-form form .hs-form-field .hs-form-required { display: none; }
.row-fluid .webinar-section .webinar-form form .hs-form-field label span:empty { display: none; }
.row-fluid .webinar-section .webinar-form form .hs-form-field input { margin-bottom: 14px; padding: 11px 20px 10px; line-height: 17px; }
.row-fluid .webinar-section .webinar-form form .hs_submit { width: 100%; float: left; text-align: center; }
.row-fluid .webinar-section .webinar-form form .hs_submit input { background-color: #167abd; padding: 13px 15px 12px; font-size: 12px; line-height: 15px; text-transform: uppercase; max-width: 211px; width: 100%; margin: 0 auto; }
/* blog-testimonial */
.row-fluid .blog-testimonial { width: 100%; float: left; padding-bottom:15px; }
.row-fluid .blog-testimonial .container { width: 100% !important; max-width:100%; float: left; padding: 0; }
.row-fluid .blog-testimonial .client-section { padding: 0; }
.row-fluid .blog-testimonial .client-section .client-sec-title { display: none; }
.row-fluid .blog-testimonial .client-section .client-box { width: 100%; padding: 0 0 15px; }
.row-fluid .blog-testimonial .client-section .client-box .inner { border-radius: 0px; }
.row-fluid .blog-testimonial .client-section .client-group-wrap { width: 100%; float: left; margin: 0px; }
.row-fluid .blog-testimonial .client-section .client-box .client-content { padding-left: 11px; }
.row-fluid .blog-testimonial .client-section .client-box .client-content h6 { font-size: 14px; line-height: 17px; padding-bottom: 1px; }
.row-fluid .blog-testimonial .client-section .client-box .client-content p { font-size: 10px; line-height: 13px; }
.row-fluid .blog-testimonial .client-section .client-box .client-para { text-align: left;  padding-left: 1px;  }
.row-fluid .blog-testimonial .client-section .client-box .client-para p { padding: 24px 0 15px; font-size: 14px; line-height: 18.2px;  padding-left: 26px;  }
.row-fluid .blog-testimonial .client-section .client-box .client-para p img { width: 18px; } 
.row-fluid .blog-testimonial .client-section .client-box .client-para p img.left-quote { position: relative; margin-left: -21px; left: -5px; }

/* theme box */
.row-fluid .theme-box .widget-module > ul li a {color: #167abd; }
.row-fluid .theme-box .widget-module > ul li:hover a { color: #eca53d; }
.row-fluid .theme-box .widget-module > ul li:before { color: #167abd; transition:all .4s ease;}
.row-fluid .theme-box .widget-module > ul li:hover:before { color: #eca53d; }
/* Blog Social */
.row-fluid .blog-social ul { padding: 28px 30px 27px; width: 100%; float: left; text-align: center; }
.row-fluid .blog-social ul li { padding: 0 25px; display: inline-block; }
.row-fluid .blog-social ul li a { color: #167abd; font-size: 24px; }
.row-fluid .blog-social ul li:before { display: none; }
.row-fluid .blog-social ul li:first-child { padding-left: 0px; }
.row-fluid .blog-social ul li:last-child { padding-right: 0px; }
.row-fluid .blog-social ul li a:hover { color: #eca53d; }

/* Blog Pagination  */
.row-fluid .pagination-style { padding: 20px 0 30px; }
.row-fluid .pagination-style .pagination { padding-bottom: 30px; width: 100%; float: left; text-align: center; }
.row-fluid .pagination-style .pagination li { padding: 0px; margin: 0 5px; display: inline-block; }
.row-fluid .pagination-style .pagination li:before { display: none; }
.row-fluid .pagination-style .pagination li > a { color: #939499; font-size: 20px; letter-spacing: 2.8px; line-height: 24px; display: inline-block; padding: 0px; margin: 0px; position: relative; padding-bottom: 4px; }
.row-fluid .pagination-style .pagination li.active > a { color: #eca53d; }
.row-fluid .pagination-style .pagination li > a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 4px; background-color: #eca53d; opacity: 0; visibility: hidden; transition: all .4s ease; }
.row-fluid .pagination-style .pagination li.active > a:before { opacity: 1; visibility: visible; }

/* Ebook Section */
.row-fluid .ebook-section { width: 100%; float: left; background-color: #f9f9f9; margin-top: 81px; }
.row-fluid .ebook-section .ebook-right { width: 74%; float: left; margin: 0px; padding: 55px 0 52px 39px; }
.row-fluid .ebook-section .book-image { width: 26%; float: left; margin-top: -81px; }
.row-fluid .ebook-section .book-image img { max-width: 100%; width: 100%; height: auto; }
.row-fluid .ebook-section .ebook-right > div > div { display: flex; align-items: center; }
.row-fluid .ebook-section .ebook-content { width: calc(100% - 355px); float: left; padding-right: 15px; }
.row-fluid .ebook-section .ebook-content .ebook-title h4 { font-size: 18px; line-height: 26px; font-family: 'Roboto Condensed', sans-serif; }
.row-fluid .ebook-section .ebook-content .ebook-para { line-height: 26px; padding-top: 1px; }
.row-fluid .ebook-section .ebook-button { width: 355px; float: left; margin: 0px; }
.row-fluid .ebook-section .ebook-button a { display: inline-block; max-width: 355px; width: 100%; font-size: 17px; line-height: 20px; text-transform: uppercase; font-weight: 700; border-radius: 4px; text-align: center; background-color: #d42637; padding: 22px 15px; box-sizing:border-box !important; }
.row-fluid .ebook-section .ebook-button a:hover { color: #d42637; box-shadow: 0px 0 5px -1px #d42637; background-color: #fff; }

/* Blog Post Page */
.row-fluid .post_style { }
.row-fluid .post_style .post-header { width: 100%; float: left; }
.row-fluid .post_style .post-header h1 { width: 100%; float: left; padding-bottom: 20px; }
.row-fluid .post_style .post-header .hubspot-editable { width: 100%; float: left; }
.row-fluid .post_style .post-header .hubspot-editable .post-time a.author-link { color:#4c4c4c; }  
.row-fluid .post_style .post-header .hubspot-editable .post-time { font-size: 12px; line-height: 15px; font-weight: 400; padding: 18px 0 17px; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; }
.row-fluid .post_style .post-header .hubspot-editable .post-time .reading-time { color: inherit; display: inline-block; position: relative; padding-left: 30px; margin-left: 18px; vertical-align: middle; }
.row-fluid .post_style .post-header .hubspot-editable .post-time .reading-time:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 19px; height: 20px; background-image: url(https://blog.raja.fr/hubfs/Raja_2019/Images/black-watch-icon.png); background-repeat: no-repeat; background-size: contain; }
.row-fluid .post_style .post-body { width: 100%; float: left; }
.row-fluid .post_style .post-body h2, .row-fluid .post_style .post-body h3, .row-fluid .post_style .post-body h4, .row-fluid .post_style .post-body h5, .row-fluid .post_style .post-body h6 { padding: 15px 0; }
.row-fluid .post_style .post-body h5, .row-fluid .post_style .post-body h6 { color:#4c4c4c; }
.row-fluid .post_style .post-body h2.row-fluid .post_style .post-body h3, .row-fluid .post_style .post-body h4, { color: #167abd; }
.row-fluid .post_style .post-body p { font-size: 18px; line-height: 26px; padding: 15px 0; }
.row-fluid .post_style .post-body p a { display: inline-block; color: #eca53d; text-decoration: underline; }
.row-fluid .post_style .post-body p a:hover { color: #167abd; }
.row-fluid .post_style .post-body a { color: #eca53d; }
.row-fluid .post_style .post-body a:hover { color: #167abd; }
.row-fluid .post_style .post-body ul li a{ color: #eca53d;  }
.row-fluid .post_style .post-body ol li a{ color: #167abd;  }
/*.row-fluid .post_style .post-body ul li:hover:before { color: #167abd; }
.row-fluid .post_style .post-body ul li:hover > a,.row-fluid .post_style .post-body ul li:hover > span > a { color: #167abd; }*/
.row-fluid .post_style .post-body ol li:hover > span > a,.row-fluid .post_style .post-body ol li:hover > a { color: #eca53d; }
/* .row-fluid .post_style .post-body blockquote {background-color: skyblue; padding: 10px 15px; } */
.row-fluid .post_style .post-body .topic { background-color: #f3f5fc; padding: 40px 19px 36px; margin: 15px 0; }
.row-fluid .post_style .post-body .topic h4 { padding: 6px 0 0; font-size: 24px; line-height: 29px; font-weight: 500; font-style: italic; color: #4c4c4c; }
.row-fluid .post_style .post-body .topic p { padding: 0; font-size: 16px; line-height: 19px; color: #eca53d; font-weight: 700; }
.row-fluid .post_style .post-body p img { max-width: 100%; height: auto; margin: 20px 0 12px; }
.row-fluid .post_style .post-body ul { padding: 14px 0 15px 46px; }
.row-fluid .post_style .post-body ol { padding: 13px 0 13px 3px; }
.row-fluid .post_style .post-body blockquote { margin: 15px 0 15px; padding: 10px 0; position:relative; z-index:1; }
.row-fluid .post_style .post-body blockquote:before, .row-fluid .post_style .post-body blockquote:after { content: ''; position: absolute; width: 25px; height: 19px; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.row-fluid .post_style .post-body blockquote:before { top: 0; left: 0; background-image: url('https://blog.raja.fr/hubfs/Raja_2019/Images/left-quote.png'); }
.row-fluid .post_style .post-body blockquote:after { bottom: 0; right: 0; background-image: url('https://blog.raja.fr/hubfs/Raja_2019/Images/right-quote.png'); }
.row-fluid .post_style .post-body blockquote p { font-size: 18px; line-height: 26px; padding: 20px 0; }
.row-fluid .post_style .post-body blockquote p.quote-para { font-size: 21px; line-height: 26px; padding: 15px 0 17px; color:#4c4c4c; font-weight: 300; font-style: italic; position: relative; }
.row-fluid .post_style .post-body blockquote p.quote-para img { margin: 0px; width: 25px; height: auto; display: inline-block; }
.row-fluid .post_style .post-body blockquote p.quote-para .left-quote { display: block;  margin-bottom: 8px; }
.row-fluid .post_style .post-body blockquote p.quote-para .right-quote { vertical-align: -webkit-baseline-middle; }
.row-fluid .post_style .post-body blockquote p.quote-para:before { content: ''; position: absolute; bottom: 0; left: 0; max-width:313px;width: 100%; height: 1px; background-color: #d6d6d6; }
.row-fluid .post_style .post-body blockquote p strong { display: inline-block; vertical-align: inherit; font-size: 18px; line-height: 22px; float: none; width: auto; }
.row-fluid .post_style .post-body .strip { background-color: #f3f5fc; padding: 26px 25px 21px 20px; margin: 20px 0; }
.row-fluid .post_style .post-body .strip p { font-size: 16px; line-height: 26px; }
/* Comment Form */
.row-fluid .comment-form-style { width: 100%; float: left; border-top: 1px solid #dadada; padding: 28px 0 66px; }
.row-fluid .comment-form-style form { width: 100%; float: left; }
.row-fluid .comment-form-style form h2 { font-size: 30px; line-height: 36px; margin-bottom: 36px; }
.row-fluid .comment-form-style form fieldset { width: 100%; max-width: 759px; }
.row-fluid .comment-form-style form .form-columns-3 .hs-form-field { float: left; }
.row-fluid .comment-form-style form .form-columns-3 .hs_firstname, .row-fluid .comment-form-style form .form-columns-3 .hs_lastname { width: 26%; padding-right: 19px; }
.row-fluid .comment-form-style form .form-columns-3 .hs_email { width: 48%; }
.row-fluid .comment-form-style form .hs-form-field .input { margin-right: 0px; }
.row-fluid .comment-form-style form .hs_comment { margin-top: 25px; }
.row-fluid .comment-form-style form .hs_comment label { display: none; }
.row-fluid .comment-form-style form textarea { height: 181px; resize: none; }
.row-fluid .comment-form-style form .hs_submit { width: 100%; float: left; }
.row-fluid .comment-form-style form .hs_submit input[type="submit"] { margin-top: 17px; background-color: #eca53d; font-size: 12px; line-height: 15px; width: auto; padding: 13px 33px 12px 30px; }
.row-fluid .comment-form-style form .hs_submit input[type="submit"]:hover { color: #eca53d; box-shadow: 0px 0 5px -1px #eca53d; background-color: #fff; }
/* Ebook Section */
.hs-blog-post .row-fluid .ebook-section { position: relative; background-color: transparent; margin-top: 0px; overflow: hidden; }
.hs-blog-post .row-fluid .ebook-section > div > div { background-color: #f9f9f9; margin-top: 81px; }
.hs-blog-post .row-fluid .ebook-section .book-image { position: relative; }
.hs-blog-post .row-fluid .ebook-section .book-image img { margin-left: -92px; }
.hs-blog-post .row-fluid .ebook-section .ebook-right { padding-left: 0px; }
 
/* Author Page */
.author_page .row-fluid .blog-main  .blog-right { padding-top: 40px; }
.row-fluid .hs-author-profile {width: 100%;float: left;display: flex;align-items: center;padding:0px 0 60px;}
.row-fluid .hs-author-profile .hs-author-avatar { width: 200px; float: left; }
.row-fluid .hs-author-profile .author_content { width: calc(100% - 200px); float: left; padding-left: 30px; }
.row-fluid .hs-author-profile .hs-author-avatar .hs-author-img { width: 200px; height: 200px; border-radius: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.row-fluid .hs-author-profile .author_content h2 { font-size: 28px; line-height: 35px; color:#4c4c4c; margin-bottom: 10px; }
.row-fluid .hs-author-profile .author_content .hs-author-bio { width: 100%; float: left; }
.row-fluid .hs-author-profile .author_content .hs-author-social-section { width: 100%; float: left; padding-top: 15px; }
.row-fluid .hs-author-profile .author_content .hs-author-social-section .hs-author-social-links { margin-left: 5px; }
.row-fluid .hs-author-profile .author_content .hs-author-social-section .hs-author-social-links a { margin-right: 15px; }
.row-fluid .hs-author-profile .author_content .hs-author-social-section .hs-author-social-links a:last-child { margin-right: 0px; }
.row-fluid h2.hs-author-listing-header { width:100%; float:left; margin: 0px; color:#4c4c4c; text-transform:uppercase; } 

.row-fluid .strip-wrap-outer{ width:100%;float:left;padding:0px 15px; }
.row-fluid .blog-form-strip { max-width: 1800px; width: 100%; float: none; margin: auto !important; background: #167abd; padding: 23px 0px; }
.row-fluid .strip-wrap-outer .blog-form-strip .form-title{ width:45%;float:left; }
.row-fluid .strip-wrap-outer .blog-form-strip .blg-form {  }

.row-fluid .blog-form-strip .container > div > div { display: flex; align-items: center; }
.row-fluid .blog-form-strip .form-title { text-align: right; padding-right: 20px; }
.row-fluid .blog-form-strip .form-title span { color: #ffffff; font-size: 18px; font-weight: 700; position: relative; display: inline-block; }
.row-fluid .blog-form-strip .form-title span:after { content: ' '; top: 6px; right: 0; display: inline-block; position: relative; background-image: url(https://blog.raja.fr/hubfs/Raja_2019/Images/Fill_1.png); height: 23px; width: 50px; background-repeat: no-repeat; background-size: contain; background-position: center center; left: 20px; }
.row-fluid .blog-form-strip .blg-form form { position: relative; display: flex; align-items: center; }
.row-fluid .blog-form-strip .blg-form .hs-email { max-width: 430px; width: 100%; }
.row-fluid .blog-form-strip .blg-form .hs-submit { position: absolute; top: 0; right: 120px; }
.row-fluid .blog-form-strip .blg-form .hs-submit .hs-button { height: 49px; margin: 0; background-color: #eca53d; border-radius: 0 25px 25px 0; width: 49px; text-align: center; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 5px 1px; padding-right: 8px; }
.row-fluid .blog-form-strip .blg-form .hs-email input { margin: 0; }
.row-fluid .blog-form-strip .blg-form .hs-email input.invalid.error { border-color: red; }
.row-fluid .blog-form-strip .blg-form .hs-email label.hs-error-msg { display: none; }
.row-fluid .blog-form-strip .blg-form .hs-email ul.hs-error-msgs{ display: none; margin: 0; }
.row-fluid .blog-form-strip .blg-form span.hs-form-required {display: none;}
.row-fluid .blog-form-strip .blg-form .hs-email label {display: none;}
.row-fluid .blog-form-strip .blg-form .submitted-message {color: #fff;font-weight: 700;}
.row-fluid .blog-form-strip .cover-wrap > div > div{display: flex; align-items: center; }
.row-fluid .blog-form-strip .cover-wrap .form-title {  width: 44%;  float: left;}
.row-fluid .blog-form-strip .cover-wrap .blg-form .hs-email {  max-width: 426px;}
.row-fluid .blog-form-strip .cover-wrap .blg-form .hs-submit {  right: 0;}



.row-fluid .inner-right-email span.hs-form-required {  display: none;}
.row-fluid .inner-right-email form {  padding:  5px 15px 0px;  position: relative;  width: 100%;  float: left;}
.row-fluid .inner-right-email form input {  height: 42px; margin:0;}
.row-fluid .inner-right-email form .hs-button {  position: absolute;  top: 5px;  right: 15px;  border-radius: 0 25px 25px 0;  background-color: #eca53d;  width: 45px;  padding: 0;  font-weight: 700;  font-size: 14px;  margin: 0;}
.row-fluid .inner-right-email form .hs-email label {  display: none;}
.row-fluid .inner-right-email form .hs_inner_post_radio #label-inner_post_radio-547cfbd3-f936-409c-897f-59986c11f3c8_9288{display: none;}


.row-fluid .inner-right-email form .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inner-right-email form .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inner-right-email form .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inner-right-email form .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:16px; height:16px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inner-right-email form .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:1px; top:5px;  content:''; width:12px; height:12px; border-color:#333;background-color: #eca53d;  border-radius:100%; }
.row-fluid .inner-right-email form .inputs-list.multi-container{padding:0;padding-left:15px;}
.row-fluid .inner-right-email form .hs-form-radio label{ font-weight: 400;font-size: 14px;color: #4c4c4c; } 
.row-fluid .inner-right-email h3{margin-bottom: 25px;}
.row-fluid .inner-right-email .hs-error-msgs{margin:0;}
.row-fluid .inner-right-email .hs-email input.invalid.error {border-color: red;}
.row-fluid .inner-right-email .submitted-message { color: #000; text-align: center;padding-bottom: 20px;}
.related-section .related-post .related-post-group .related-post-box{ transition:all 0.5s; }
.related-section .related-post .related-post-group .related-post-box:hover{transform: scale(1.03);}
.blg_pagination .blg_pagin-box.prev_box, .blg_pagination .blg_pagin-box.next_box{ transition:all 0.5s; }
.blg_pagination .blg_pagin-box.prev_box:hover, .blg_pagination .blg_pagin-box.next_box:hover{transform: scale(1.03);}





/* 8-11-19 */
.row-fluid .list_group .post-item .hs-featured-image-wrapper .hs-featured-image{ width: 100%; }

.blg_pagination { width: 100%;float: left;}

.row-fluid .result_page_body { width:100%; float:left; padding:70px 0;  }
.row-fluid .result_page_body .hs-search-results__listing {}
.row-fluid .result_page_body .hs-search-results__listing li { padding: 0 0 35px 20px; color: #000;}
/* .hs-search-field__suggestions { } */
.row-fluid .search-blog .hs-search-field__suggestions { display:none; }
.row-fluid .result_page_body .hs-search-results__listing li a { color: #167abd; font-size: 20px; margin: 0 0 10px 0;}

.row-fluid .result_page_hero { width:100%; float:left; padding:100px 0;}



@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }

@media(min-width:1401px){
  .row-fluid .header_section .container { max-width: 1400px; width: 100%; }
  .row-fluid .blog-main .container { width: 1280px; }
  .hs-blog-post .row-fluid .ebook-section .container { width: 1280px; }
}

@media(max-width:1400px){
/* Header Section2 */
  .row-fluid .header_section .menu_wrap { padding-left: 15px; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a { padding: 0 20px; }
  
  /*----- Blog Page -----*/
  .row-fluid .box-style h3, .row-fluid .box-style h4 {padding: 12px 23px;}
  .row-fluid .blog-social ul li { padding:23px; }
  /* Ebook Section */
  .row-fluid .ebook-section .ebook-content { width:calc(100% - 325px); }
  .row-fluid .ebook-section .ebook-button { width: 325px; }
  
  
}

@media(min-width:768px){
  
}

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

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

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

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

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

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

  .row-fluid .header_section .head-btn,.row-fluid .header_section .lang_switch { display: none; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul .lang_switch,.row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul .head-btn { display:block; }
  
  /* Mobile Trigger New Effect */
  body.mobile-open { overflow: hidden; }
  .mobile-trigger { position: absolute; display: block; height: 25px; width: 26px; right: 15px; top: 50%; transform: translateY(-50%); cursor: pointer; }
  .mobile-trigger i { position: absolute; height: 2px; display: block; width: 26px; background: #fff; left: 0px; top: 50%; transform: translatey(-50%); transition: all 0.2s linear; }
  .mobile-trigger i:before, .mobile-trigger i:after { content: ""; height: 100%; width: 100%; background: #fff; left: 0; position: Absolute; }
  .mobile-trigger i:before { top: -6px; transform: rotate(0deg); transition: transform 0.2s linear, top 0.2s linear 0.2s; }
  .mobile-trigger i:after { top: 6px; transform: rotate(0deg); transition: transform 0.2s linear, top  0.2s linear 0.2s; }
  .mobile-open .mobile-trigger i { background: transparent; transition: all 0.2s linear; }
  .mobile-open .mobile-trigger i:before { top: 0; transform: rotate(-45deg); transition: all 0.2s linear, transform 0.2s linear 0.2s; }
  .mobile-open .mobile-trigger i:after { transform: rotate(45deg); top: 0; transition: all 0.2s linear, transform 0.2s linear 0.2s; }
}

@media (max-width:1199px){
  /* Hero Section */
  .row-fluid .form-style form { padding: 30px 20px 0; }
  .row-fluid .form-style form .hs_submit { margin-left: 0; }
  
  /* Header Section2 */
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a { padding: 0 10px; font-size: 15px; }
  .row-fluid .header_section .head-btn { width: 225px; }
  .row-fluid .header_section .head-btn a { min-width: 225px; }
  
  /* Footer Section */
  .row-fluid .footer-section { padding: 40px 0; }
  .row-fluid .footer-section .footer-group .footer-col { padding: 25px 15px 13px 0px; }
  .row-fluid .footer-section .footer-group .footer-col.logo { padding: 0px 15px 0px 0px; }
  .row-fluid .footer-social > ul > li { margin: 0 15px; }
  .row-fluid .footer-section .footer-group .footer-col.logo,
  .row-fluid .footer-section .footer-group .footer-col.link1,
  .row-fluid .footer-section .footer-group .footer-col.link2,
  .row-fluid .footer-section .footer-group .footer-col.social-content { width: 25%; }
  .row-fluid .footer-section .footer-group .footer-col .contact-btn a { padding: 12px 20px; }
   
  
  /*----- Blog Page -----*/
/*   Listing page */
  .row-fluid .list_group .post-item { padding: 30px 0; }
  /* Blog-right */
  .row-fluid .box-style .box-inner { padding: 25px 15px; }
  .row-fluid .box-style h3, .row-fluid .box-style h4 { padding: 12px 15px; }
  .row-fluid .webinar-section .box-inner { padding: 25px 15px 0; }
  .row-fluid .blog-testimonial .client-section .client-box .inner { padding: 20px 15px; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para {padding-right: 0px; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para p { padding: 24px 0 13px 26px; }
  .row-fluid .box-style .widget-module > ul { padding: 20px 15px 21px; }
  .row-fluid .box-style .widget-module > ul li a { line-height: 26px; }
  .row-fluid .box-style .widget-module > ul li { margin: 10px 0; }
  .row-fluid .box-style .widget-module > ul li:first-child { margin-top: 0px; }
  .row-fluid .box-style .widget-module > ul li:last-child { margin-bottom: 0px; }
  .row-fluid .blog-social ul { padding: 25px 15px 25px; }
  .row-fluid .blog-social ul li { padding: 0 18px; }
  /* Ebook Section */
  .row-fluid .ebook-section { margin-top: 60px; }
  .row-fluid .ebook-section .book-image { margin-top: -55px; }
  .row-fluid .ebook-section .ebook-right { padding: 32px 0 29px 30px; }
  .row-fluid .ebook-section .ebook-button a { padding: 15px 15px; }
  
  /* hs-blog-post Page */
  .hs-blog-post .row-fluid .ebook-section .book-image img {margin-left: -42px;}
  .row-fluid .comment-form-style { padding: 28px 0 50px; }
  
/* Author Page */
  .author_page .row-fluid .blog-main  .blog-right { padding-top: 30px; }
  .row-fluid .blog-form-strip .blg-form .hs-submit{ right: 3px;}

  .row-fluid .blog-form-strip .cover-wrap .form-title { width: 100%; float: left; text-align: center; padding-right: 0; }
  .row-fluid .blog-form-strip .cover-wrap .form-title span:after { display: block; left: 0; right: 0; margin: auto; padding-bottom: 10px; }
  .row-fluid .blog-form-strip .cover-wrap .blg-form { width: 100%; float: left; }
  .row-fluid .blog-form-strip .cover-wrap > div > div { display: block; }
  .row-fluid .blog-form-strip .cover-wrap .blg-form form { max-width: 380px; margin: auto; margin-top: 15px; }
  .hs-blog-post .row-fluid .blog-form-strip{padding-left:15px;padding-right:15px;}
  .row-fluid .strip-wrap-outer .blog-form-strip .form-title{    width: 43%;}
  
  
}
@media (max-width:991px){
h1 { font-size: 40px; line-height: 47px; }
h2 { font-size: 35px; line-height: 42px; }
ul { padding: 15px 0 15px 27px; }
input[type="submit"] { font-size: 14px; padding: 17px 10px 16px }
.slick-slider .slick-arrow { width: 20px; padding: 0 2px; left: -10px; }
.slick-slider .slick-arrow.slick-next { right: -10px; }
  
  /* Hero Secion */
  .row-fluid .hero-section .hero-left { width: 60%; padding-right: 30px; }
  .row-fluid .hero-section .hero-right { width: 40%; margin: 6px 0 0; }
  .row-fluid .hero-section .hero-content { padding-top: 15px; }
  .row-fluid .hero-section .hero-content p { font-size: 17px; }
  .row-fluid .form-style h3 { padding: 12px 20px 15px; }
  .row-fluid .form-style form .hs_submit { margin-bottom: -27px; }
  
  /* Simple Footer */
  .row-fluid .simple-footer { padding: 35px 0 34px; }
  
/*----- Landing Page-2 -----*/
  .row-fluid .hero-section2 { margin-bottom: 62px; }
  .row-fluid .content-section { padding: 30px 0 12px; }
  
  /* Form-Section2 */
  .row-fluid .form-style.style2 form { padding: 30px 30px 0; }
  .row-fluid .form-style.style2 form fieldset:nth-child(2), .row-fluid .form-style.style2 form fieldset:nth-child(4) { padding-left: 15px; }
  .row-fluid .form-style.style2 form fieldset:nth-child(1), .row-fluid .form-style.style2 form fieldset:nth-child(3) { padding-right: 15px; }
  .row-fluid .form-style.style2 form .legal-consent-container { padding: 9px 30px 0; }
  
  /* Header Section2 */
  .row-fluid .header_section {box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);}
  .row-fluid .header_section .menu_wrap > div > div { display: block; }
  .row-fluid .header_section .mainmenu { padding: 0; width: auto; float: left; }
  .row-fluid .header_section .mainmenu .lang_switch { width: 100%; float: left; margin: 0px; }
  .row-fluid .header_section .mainmenu .head-btn { width: 100%; float: left; padding-top: 15px; }
  .row-fluid .header_section .mainmenu .head-btn > div > span { text-align: center; }
  .row-fluid .header_section .mainmenu .head-btn a { display: inline-block; width: auto; min-width: 258px; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 { padding: 3px 0; text-align: center; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a { padding: 0px; border: 0px; font-size: 18px; line-height: 22px; display: inline-block; width: auto; max-width: unset; color:#4c4c4c; position: relative; padding: 10px 0; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a:hover { color:#d42637; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a:before { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); border-bottom: 2px solid #dadada; width: 15px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal {position: fixed;height: calc(100vh - 80px);top: 80px;}
  .mobile-open .header_section {position: fixed; top: 0; left: 0; right: 0; z-index: 999; }
  
  /* Footer Section2 */
  .row-fluid .footer-section { padding: 35px 0; }
  .row-fluid .footer-section .footer-group > div > div { flex-wrap: wrap; }
  .row-fluid .footer-section .footer-group .footer-col { padding: 25px 15px 13px 25px; width: 33.33%; margin: 0; }
  .row-fluid .footer-section .footer-group .footer-col.logo { width: 28%; }
  .row-fluid .footer-section .footer-group .footer-col.link1, .row-fluid .footer-section .footer-group .footer-col.link2 { width: 36%; }
  .row-fluid .footer-section .footer-group .footer-col.link2 { border-right: 0px; }
  .row-fluid .footer-section .footer-group .footer-col .title { margin-bottom: 15px; }
  .row-fluid .footer-section .footer-group .footer-col.social-content { width: 100%; padding: 25px 15px 13px 0px; }
  .row-fluid .footer-social { padding-top: 25px; }
  
  /*----- Blog Page -----*/
/* Listing Page */
  .row-fluid .blog-main .blog-left {padding-right: 30px;  width: 70%;}
  .row-fluid .blog-main .blog-right { width: 30%; }
  .row-fluid .list_group .post-item { padding: 25px 0; }
  .row-fluid .list_group .post-item .post-header h3 { font-size: 30px; line-height: 40px; padding-bottom: 21px; }
  .row-fluid .list_group .post-item .hs-featured-image-wrapper .hs-featured-image { height: 260px; }
  .row-fluid .list_group .post-item .author-data .hubspot-editable { padding: 15px 15px 13px; }
  .row-fluid .list_group .post-item .read-min { padding: 15px 15px 13px; display: flex; align-items: center; }
  .row-fluid .list_group .post-item .read-min span.reading-minutes:before { width: 17px; height: 17px; top: calc(50% - 1px); }
  .row-fluid .list_group .post-item .list-button a.more-link { padding: 12px 29px 11px 30px; }
  /* Blog Right */
  .row-fluid .blog-social ul li { padding: 0 15px; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para p { padding: 24px 0 6px 20px; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para p img { width: 17px; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para p img.left-quote { margin-right: 0px; margin-left: -19px; left: -1px; }
  /* Ebook Section */
  .row-fluid .ebook-section { margin-top:45px; padding: 40px 0; text-align: center; }
  .row-fluid .ebook-section .book-image { margin-top: 0px; width: 100%; }
  .row-fluid .ebook-section .ebook-right { width: 100%; padding: 30px 0 0; }
  .row-fluid .ebook-section .ebook-right > div > div { display: block; }
  .row-fluid .ebook-section .ebook-content { width: 100%; padding-right:0px; }
  .row-fluid .ebook-section .ebook-button { width: 100%; padding-top: 25px; }
  .row-fluid .ebook-section .book-image img.hs-image-widget { max-width: 297px; }
 
/* Hs-Blog-Post Page */
  .hs-blog-post .row-fluid .ebook-section { background-color: #f9f9f9; }
  .hs-blog-post .row-fluid .ebook-section > div > div { margin-top: 0px; }
  .row-fluid .post_style .post-body ul { padding: 14px 0 15px 27px; }
  
/* Author Page */
  .author_page .row-fluid .blog-main  .blog-right { padding-top: 25px; }
  .row-fluid .hs-author-profile { display: block;  padding: 10px 0 40px; }
  .row-fluid .hs-author-profile .hs-author-avatar { width: 100%; }
  .row-fluid .hs-author-profile .author_content { width: 100%; padding: 25px  0px 0; }
  .row-fluid .blog-form-strip .blg-form .hs-submit{right:0;}
  .row-fluid .strip-wrap-outer .blog-form-strip .form-title{width:47%;}
  .row-fluid .footer-section .footer-group_new .footer-col,
  .row-fluid .footer-section .footer-group_new .footer-col.link1, 
  .row-fluid .footer-section .footer-group_new .footer-col.link2 {width: 33.33%;}
}


@media (max-width:767px){
h1 { font-size: 36px; line-height: 43px; }
h2 { font-size: 31px; line-height: 39px; }
h3 { font-size:26px; line-height:33px; }
h4 { font-size: 23px; line-height: 31px; }
ul { padding: 10px 0 10px 0; }
ol { padding: 10px 0 10px 0; }
ol li { padding: 0px 0 0px 35px; margin: 11px 0; }
ol li:before { font-size: 14px; height: 25px; width: 25px; padding: 2px 0 0; }
.row-fluid .yello_btn a { font-size: 15px; padding: 17px 15px 16px; min-width: 270px; }
  
  /* Header Section */
  .row-fluid .header-section .header-logo img { width: 124px; }
  
  /* Header Section2 */
  a.mobile-trigger { right:8px; }
  .mainmenu .hs-menu-flow-horizontal { padding:20px 15px 40px; }
  .row-fluid .resource-hero .resource-contain h1 br{ display:none; }
  
  /* Hero Section */
  .row-fluid .hero-section .hero-content { padding-top: 10px; }
  .row-fluid .hero-section .hero-left { width: 100%; padding-right: 0px; }
  .row-fluid .hero-section .hero-right { width: 100%; float: left; margin: 30px 0 0; }
  .row-fluid .form-style { width: 100%; float: left; margin-bottom: 27px; }
  .row-fluid .form-style h3 { font-size: 26px; line-height: 33px; }
  
  /* Simple Footer */
  .row-fluid .simple-footer { padding: 21px 0 20px; }
  
/*----- Landing Page-2 -----*/
  /* Hero Section2 */
  .row-fluid .hero-section2 { padding-top: 34px; margin-bottom: 50px; }
  .row-fluid .hero-section2 .hero-title h1 { margin-bottom: 34px; }
  
  /* Form Section2 */
  .row-fluid .form-style.style2 form fieldset:nth-child(1), .row-fluid .form-style.style2 form fieldset:nth-child(3), .row-fluid .form-style.style2 form fieldset:nth-child(2), .row-fluid .form-style.style2 form fieldset:nth-child(4) { padding-left: 0px; padding-right: 0px; width: 100%; }
  .row-fluid .form-style.style2 h3 { padding: 20px 0; }
  .row-fluid .form-style.style2 form { padding: 30px 15px 0; }
  .row-fluid .form-style.style2 form .legal-consent-container { padding: 0px 0 0; }
  .row-fluid .form-style.style2 form .hs_submit input[type="submit"] { margin-top: 15px; }
  
/*----- Thanks Page -----*/
  .row-fluid .thank-content .thank h3 { padding: 0 0 10px; }
  .row-fluid .thank-content .thank h4 { padding: 10px 0; }
  
/*----- Thanks Page-2 -----*/
  .row-fluid .thank-content-2 .thank p { font-size: 16px; line-height: 24px; }
  
  /* Footer Section2 */
  .row-fluid .footer-section .footer-group .footer-col.logo { width: 100%; display: block; border: 0px; text-align: left; padding: 0 0 30px; }
  .row-fluid .footer-section .footer-group .footer-col.link1, .row-fluid .footer-section .footer-group .footer-col.link2 { width: 50%; padding: 15px 20px 13px 0px; }
  .row-fluid .footer-section .footer-group .footer-col.link2 { padding: 15px 0px 15px 20px; }
  .row-fluid .footer-section .footer-group .footer-col.social-content { padding: 30px 0px 0px 0px; text-align: left; }
  .row-fluid .footer-social { padding-top:35px }
  .row-fluid .footer-social > ul > li { margin: 0px 27px; }
  .row-fluid .footer-social > ul > li > a { font-size: 20px;}
  
  
  /*----- Blog Page -----*/
  /* Listing Page */
  /* Listing Hero */
  .row-fluid .blog-list-hero { padding: 25px 0 33px; }
  .row-fluid .blog-list-hero .blog-list-title { padding-bottom: 24px; }
  .row-fluid .blog-main { padding: 40px 0 0; }
  .row-fluid .blog-main .blog-left { width: 100%; padding-right: 0px; }
  .row-fluid .list_group .post-item { padding: 20px 0; }
  .row-fluid .list_group .post-item .post-header h3 { padding-bottom: 18px; }
  .row-fluid .list_group .post-item .hs-featured-image-wrapper .hs-featured-image { height: auto; padding-bottom: 38%; }
  .row-fluid .list_group .post-item .author-data { width: 100%; }
  .row-fluid .list_group .post-item .blog-read-data { display: block; }
  .row-fluid .list_group .post-item .read-min { display: none; }
  .row-fluid .list_group .post-item .author-data .hubspot-editable { padding: 11px 30px 13px 9px; }
  .row-fluid .list_group .post-item .listing-para { padding: 19px 0 17px; font-size: 16px; }
  .row-fluid .list_group .post-item .list-button:before { display: none; }
  .row-fluid .list_group .post-item .list-button a.more-link { padding: 12px 29px 11px 29px; }
  .row-fluid .list_group .post-item h2.post-listing-simple { font-size: 24px; line-height: 30px; }
  /* Blog Right */
  .row-fluid .blog-main .blog-right { width: 100%; padding: 40px 0 20px; }
  .row-fluid .box-style { margin-bottom: 26px; }
  .row-fluid .box-style .box-inner { padding: 27px 25px; }
  .row-fluid .box-style h3, .row-fluid .box-style h4 { font-size: 16px; line-height: 22.88px; padding: 10px 25px 12px; }
  .row-fluid .box-style .widget-module > ul { padding: 20px 24px 21px; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para { text-align: left; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para p { padding: 13px 0 6px 26px; }
  .row-fluid .blog-testimonial .client-section .client-box .client-para p img.left-quote { margin-left: -21px; left: -5px; }
  .row-fluid .webinar-section .webinar-form { width: 100%; float: left; padding-bottom: 25px; padding-top: 13px; }
  .row-fluid .webinar-section { margin-bottom: 0px; }
  .row-fluid .webinar-section .box-inner { padding: 25px 25px 0; }
  .row-fluid .blog-testimonial .client-group .client-box .inner .client-profile .client-image { height: 43px; width: 43px; float: left; }
  .row-fluid .blog-testimonial .client-group .client-box .inner .client-profile .client-content { width: calc(100% - 43px); float: left; text-align: left; padding-top: 0; }
  .row-fluid .blog-testimonial .client-group .client-box .inner .client-profile { display: flex; align-items: center; }
  .row-fluid .blog-social ul li a { font-size: 20px; }
  .row-fluid .blog-social ul li { vertical-align: middle; padding: 0 23px; }
  /* Ebook Section */
  .row-fluid .ebook-section { margin-top: 0px; }
  .row-fluid .ebook-section .book-image { position: relative; overflow: hidden; }
  .row-fluid .ebook-section .book-image img { margin-left:-81px; }
  .row-fluid .ebook-section .ebook-button a { font-size: 15px; }
  .row-fluid .ebook-section .ebook-right { padding: 25px 0 0; }
  
/* Hs-Blog-Post Page */
  /* Blog Section */
  .hs-blog-post .blog-main { padding: 29px 0 0; }
  .hs-blog-post .row-fluid .blog-main .blog-right { padding: 21px 0 20px; }
  .row-fluid .post_style .post-header h1 { font-size: 37px; line-height: 43.2px; padding-bottom: 37px; }
  .row-fluid .post_style .post-header .hubspot-editable .post-time .reading-time { display: none; }
  .row-fluid .post_style .post-header .hubspot-editable .post-time { font-size: 10px; line-height: 13px; padding: 13px  0 14px; margin-bottom: 12px; }
  .row-fluid .post_style .post-body p { padding: 10px 0; font-size: 14px; line-height: 20.8px; }
  .row-fluid .post_style .post-body h2 { font-size: 30px; line-height: 30.8px; }
  .row-fluid .post_style .post-body h3 { font-size: 27px; line-height: 30.8px; }
  .row-fluid .post_style .post-body h2, .row-fluid .post_style .post-body h3, .row-fluid .post_style .post-body h4, .row-fluid .post_style .post-body h5, .row-fluid .post_style .post-body h6 { padding: 15px 0 0; }
  .row-fluid .post_style .post-body h2 + p, .row-fluid .post_style .post-body h3 + p, .row-fluid .post_style .post-body h4 + p, .row-fluid .post_style .post-body h5 + p, .row-fluid .post_style .post-body h6 + p { padding-top: 5px; }
  .row-fluid .post_style .post-body .topic p { font-size: 13px; line-height: 17px; }
  .row-fluid .post_style .post-body .topic h4 { font-size: 19px; line-height: 22px; padding: 4px 0 0; }
  .row-fluid .post_style .post-body .topic { padding: 20px 9px 20px 14px; margin: 15px 0 10px; }
  .row-fluid .post_style .post-body p img { margin: 10px 0 5px; }
  .row-fluid .post_style .post-body li { margin: 10px 0; }
  .row-fluid .post_style .post-body blockquote { margin: 10px 0; padding: 17px 0;}
/*   .row-fluid .post_style .post-body blockquote p { font-size: 10px; line-height: 13px; padding: 8px 0; } */
/*   .row-fluid .post_style .post-body blockquote p { font-size: 17px; line-height: 20.8px; padding: 10px 0 10px; } */
  .row-fluid .post_style .post-body blockquote p.quote-para { font-size: 17px; line-height: 20.8px; padding: 10px 0 10px; }
  .row-fluid .post_style .post-body blockquote p.quote-para .left-quote { display: block; margin-bottom: 10px; }
  .row-fluid .post_style .post-body blockquote p.quote-para .right-quote { margin-top: 14px; margin-left: 5px; vertical-align: text-top; }
  .row-fluid .post_style .post-body blockquote p strong { font-size: 14px; line-height: 17px; padding-right: 12px; }
  .row-fluid .post_style .post-body ul li { font-size: 13px; line-height: 19.2px; margin: 5px 0; }
  .row-fluid .post_style .post-body ul li:before { font-size: 3px; line-height: 11px; }
  .row-fluid .post_style .post-body ul { padding: 0px 0 15px 15px; }
  .row-fluid .post_style .post-body .strip { padding: 8px 25px 0px 16px; margin: 15px 0; }
  .row-fluid .post_style .post-body .strip p { font-size: 13px; line-height: 20.8px; }
  .row-fluid .post_style .post-body .box-1 { background-color: #f3f5fc;  padding: 30px 15px; }
  /* Comment Form */
  .row-fluid .comment-form-style { border-top: 0px; padding: 20px 0 21px; }
  .row-fluid .comment-form-style form h2 { text-align: center; font-size: 24px; line-height: 27.2px; margin-bottom: 14px; }
  .row-fluid .comment-form-style form .form-columns-3 .hs_firstname, .row-fluid .comment-form-style form .form-columns-3 .hs_lastname { width: 50% !important; float: left !important; padding-right: 10px; }
  .row-fluid .comment-form-style form .form-columns-3 .hs_lastname { padding-right: 0px; padding-left: 10px; }
  .row-fluid .comment-form-style form .form-columns-3 .hs_email { width: 100%; float: left; }
  .row-fluid .comment-form-style form .hs-form-field input, .row-fluid .comment-form-style form .hs-form-field select, .row-fluid .comment-form-style form .hs-form-field textarea { margin-bottom: 10px; border-radius: 25px; }
  .row-fluid .comment-form-style form .hs-form-field > label > span { padding-left: 17px; margin-bottom: 4px; }
  .row-fluid .comment-form-style form .hs-form-field > label > .hs-form-required { padding-left: 0px; margin-bottom: 0px; }
  .row-fluid .comment-form-style form .hs_comment { margin-top: 20px; }
  .row-fluid .comment-form-style form .hs_submit { text-align: center; }
  .row-fluid .comment-form-style form .hs_submit input[type="submit"] { padding: 10px 24px 9px; font-size: 10px; line-height: 13px; margin-top: 19px; }
  
  /* Author Page */
  .author_page .row-fluid .blog-main  .blog-right { padding-top: 40px; }
  .row-fluid .hs-author-profile .hs-author-avatar { text-align: center; }
  .row-fluid .hs-author-profile .hs-author-avatar .hs-author-img { margin: 0 auto; }
  .row-fluid .hs-author-profile .author_content { text-align: center; }
  .row-fluid .hs-author-profile .author_content h2 { font-size: 24px; line-height: 31px; }
  .row-fluid h2.hs-author-listing-header { text-align: center; width: 100%; float: left; padding: 0 0 5px; }
  
  .row-fluid .blog-form-strip .form-title { width: 100%; float: left; text-align: center; padding-bottom: 20px; padding-right: 0; }
  .row-fluid .blog-form-strip .container > div > div { display: block; }
  .row-fluid .blog-form-strip  .blg-form { width: 100%; float: left; text-align: center; }
  .row-fluid .blog-form-strip .blg-form form { max-width: 400px; margin: auto; width: 100%; }
  .row-fluid .blog-form-strip .cover-wrap .form-title{padding-bottom:0px;}
  .row-fluid .strip-wrap-outer .blog-form-strip .form-title{ width: 100%;}
  
  .row-fluid .footer-section .footer-group_new .footer-col,
  .row-fluid .footer-section .footer-group_new .footer-col.link1, 
  .row-fluid .footer-section .footer-group_new .footer-col.link2 {width: 50%; padding:25px 15px 13px 25px; }
  .row-fluid .footer-section .footer-group_new .footer-col:nth-child(odd) { padding-left: 0px; border-right: 1px solid #3293d5; }
  .row-fluid .footer-section .footer-group_new .footer-col:nth-child(even) { border-right: 0px; }

}

@media(max-width:480px){
  .row-fluid .hero-section2 .hero-title h1 br { display:none; }
  .row-fluid .form-style form .form-columns-2 .hs-form-field:first-child,.row-fluid .form-style form .form-columns-2 .hs-form-field:last-child { padding-left: 0px; padding-right: 0px; }
  
  /* Footer Section2 */
  .row-fluid .footer-section .footer-group .footer-col.link1, .row-fluid .footer-section .footer-group .footer-col.link2 { border: 0px; width: 100%; padding: 0px; text-align: left; }
  .row-fluid .footer-section .footer-group .footer-col.link1 { padding-bottom: 30px; }
  
  /*----- Blog Page -----*/
  .row-fluid .list_group .post-item .hs-featured-image-wrapper .hs-featured-image { padding-bottom:75%; }
  .row-fluid .blog-form-strip .form-title span:after{ text-align: center; left: 0; right: 0; margin: auto; display: block; padding-top: 18px;}
  .row-fluid .blog-form-strip .form-title{ padding-bottom: 10px;}
  .row-fluid .blog-form-strip .cover-wrap .blg-form form{ margin-top: 0;}
  .row-fluid .blog-form-strip .cover-wrap .form-title span:after{padding-bottom: 0;}
  .row-fluid .blog-form-strip .cover-wrap .form-title span{font-size: 17px;}
  .row-fluid .footer-section .footer-group_new .footer-col,
  .row-fluid .footer-section .footer-group_new .footer-col:nth-child(odd) {width: 100%; padding: 0 0 30px; border-right: 0px; }
}