/* @import url('http://example.com/example_style.css'); */ 
/*@import url('https://www.w-4.ch/hubfs/W4_Fonts/fontawesome.min.css'); */
@import url(https://www.w-4.ch/hubfs/W4_Fonts/font-awesome.min.css); 
@font-face { font-family: 'Open Sans';  src: url('https://www.w-4.ch/hubfs/W4_Fonts/OpenSans-Regular-1.ttf') format('truetype'), 
  																					 url('https://www.w-4.ch/hubfs/W4_Fonts/OpenSans-Regular.eot') format('eot'),
  																					 url('https://www.w-4.ch/hubfs/W4_Fonts/OpenSans-Regular.woff') format('woff'), 
                                             url('https://www.w-4.ch/hubfs/W4_Fonts/OpenSans-Regular.otf') format('otf');} 

@font-face { font-family: 'Montserrat';  src: url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Regular.ttf') format('truetype'), 
  																					  url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Regular.eot') format('eot'),
  																					  url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Regular.woff') format('woff'), 
                                              url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Regular.otf') format('otf');} 

@font-face { font-family: 'PT Serif';  src: url('https://www.w-4.ch/hubfs/W4_Fonts/PT_Serif-Web-Regular.ttf') format('truetype'), 
                                            url('https://www.w-4.ch/hubfs/W4_Fonts/PT_Serif-Web-Regular.eot') format('eot'), 
                                            url('https://www.w-4.ch/hubfs/W4_Fonts/PT_Serif-Web-Regular.woff') format('woff'), 
                                            url('https://www.w-4.ch/hubfs/W4_Fonts/PT_Serif-Web-Regular.otf') format('otf');} 



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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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


/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 
    /* ----- Structure & Design ----- */

    
    
    
    
    
    
    /* ----- Base Colors ----- */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* ----- Drop-Down Menu ----- */
    
    
    
    
    
    
    
    /* ----- Mobile Menu ----- */ 
    
    
    
    


/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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






/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



* , *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:14px; font-weight:400; line-height:28px; color:#777777; background:#FFFFFF; overflow-x:hidden }

img { border:0; max-width:100%; height:auto; }

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto; }

.clear { clear:both }

p { padding:5px 0 15px; margin:0; }

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #d32e3f; width:15px; height:15px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active { background:#d32e3f; }

blockquote { border-left:4px solid #d32e3f; margin:15px 0 25px; padding:5px 20px; font-style:italic; }
blockquote em { display:block; opacity:0.8; }


/*Heading*/
h1 { color:#333333; font-family: 'Montserrat', sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:44px; font-weight:600; clear:both;  text-transform: uppercase; }
h2 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:26px; line-height:44px; margin:0; padding:0 0 10px; clear:both;  text-transform: uppercase; }
h3 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:22px; line-height:38px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:20px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:18px; line-height:28px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:16px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }

.row-fluid .title-text { margin:0 auto !important; max-width:580px; width:100%; float:none; display:block;  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .title-text h2 { font-size:22px; letter-spacing: 2px; text-transform: uppercase; padding:0 0 10px; line-height:28px; font-weight:600; }
.row-fluid .title-text h2:after { content:''; margin:21px auto 8px; width:134px; height:2px; display:block; background:#d32e3f; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .sub-text { padding:0 0 35px; text-align:center;  font-size: 16px; line-height: 32px; font-weight: 400; letter-spacing:0.5px; }
.row-fluid .title-text:hover h2:after { width:200px; }

.row-fluid .title-text2 { color:#FFFFFF; }
.row-fluid .title-text2 h2 { color:#FFFFFF; }

.row-fluid .title-text1 h3 { color:#999999; font-weight:600; }
.row-fluid .choose-inner { padding:80px 20px 60px 70px; max-width:885px; width:100%; float:none; display:block; }
.row-fluid .title-text1 h3:after { content:''; margin:15px 0 10px; width:134px; height:2px; display:block; background:#d32e3f; }

/*anchor link*/
a { text-decoration:none; outline:none; color:#d32e3f; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
a:hover { color:#d32e3f; }

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { min-width:224px; cursor:pointer; font-weight:600; letter-spacing:0.5px; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:10px 25px;  background-color:#d32e3f; color:#FFFFFF; margin:5px 0 0; font-size:13px; position:relative; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:#1A1A1A; color:#777777; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { min-width:224px; font-weight:600; letter-spacing:0.5px; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:10px 25px;  background-color:transparent; color:#777777; margin:5px 0 0; font-size:13px; position:relative; text-align:center; border:2px solid #e0e0e0; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:#d32e3f; color:#FFFFFF; border-color:transparent; }

input , form button , textarea, select , 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"] { outline:none; border:none;  height:50px; padding:0 20px; font-size:13px; color:#999999; font-weight:700; text-transform:uppercase; letter-spacing:1px; font-family: 'Montserrat', sans-serif; background:#f5f5f5 }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:#fff url(https://www.revenueriver.co/hubfs/KALAHARI_Theme_2017/Images/blank.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 20px; height:120px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
input[type=submit] , form button, .hs-button {  background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top #d32e3f; font-size:13px; line-height:24px; font-weight:700; padding:10px 20px; color:#fff; display:inline-block; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#1A1A1A; color:#777777; }

ul.inputs-list li { color: rgba(255,255,255,0.7); }
 
.w4-cta {background-color:#d32e3f; color:#ffffff; border-bottom-left-radius:8px; padding:8px 18px;cursor:pointer;}
a.w4-cta:hover {background-color:#ffffff; color:#d32e3f; border-bottom-left-radius:8px; padding:8px 18px; border, border: 2px #d32e3f;} 

/* Click to top scroll */


.row-fluid .back-to-top { cursor:pointer; font-size:20px; position: fixed; right: 20px; bottom: 13px; color:#FFFFFF; width: 40px; height: 40px; text-align: center; line-height: 40px; background:#d32e3f; -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    transition: ease all 0.4s; opacity:0; z-index:55; }
.row-fluid .back-to-top.show { opacity:1; }
.row-fluid .back-to-top:hover { background:#1A1A1A; color:#777777; }

/* Corners Option */

 .row-fluid .link-style a, .row-fluid ol.flex-control-nav li a, .back-to-top, .row-fluid ol.flex-control-nav li a , .row-fluid .team-bsocial a , .row-fluid .pagination-blog li a { border-radius:5px; }







::selection{background-color:#333333;color:#FFFFFF;}
::-moz-selection{background-color:#333333;color:#FFFFFF;}
::-o-selection{background-color:#333333;color:#FFFFFF;}
::-ms-selection{background-color:#333333;color:#FFFFFF;}
::-webkit-selection{background-color:#333333;color:#FFFFFF;}

ul.slides , ul.flex-direction-nav , ol.flex-control-nav , ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav , ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li , ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { padding:0; display:inline-block; border:none; width:27px; height:3px; font-size:0; text-index:-9999; cursor:pointer; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; background:#777777 }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active , ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#d32e3f;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#777777; background:#1A1A1A;; width:50px; height:70px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:20px; }
.slick-arrow:hover { background:#d32e3f; color:#FFFFFF;  }
.slick-arrow.slick-prev { right:100%; }
.slick-arrow.slick-prev:before { content:"\f177"; }
.slick-arrow.slick-next { left:100%; }
.slick-arrow.slick-next:before { content:"\f178"; }
.slick-arrow.slick-disabled { display:none; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#d32e3f; color:#FFFFFF; border-color:#d32e3f; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#d32e3f; background:#d32e3f;  border-radius:100%; }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:link , .row-fluid  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:visited , .hs-menu-wrapper.hs-menu-flow-vertical li a { word-wrap: break-word; max-width: none !important; text-overflow: inherit !important; vertical-align:top; white-space: normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white { color:#FFFFFF; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .background-white { background:#FFFFFF; }
.row-fluid .bg-color { background:#f5f5f5; }

.row-fluid .text-light , .row-fluid .title-light h1 , .row-fluid .title-light h2 , , .row-fluid .title-light h3 , .row-fluid .title-light h4 , .row-fluid .title-light h5 , .row-fluid .title-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .title-medium h1 ,  .row-fluid .title-medium h2  , .row-fluid .title-medium h3 , .row-fluid .title-medium h4 , .row-fluid .title-medium h5 , .row-fluid .title-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .title-bold h1 ,  .row-fluid .title-bold h2  , .row-fluid .title-bold h3 , .row-fluid .title-bold h4 , .row-fluid .title-bold h5 , .row-fluid .title-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .title-extrabold h1 ,  .row-fluid .title-extrabold h2  , .row-fluid .title-extrabold h3 , .row-fluid .title-extrabold h4 , .row-fluid .title-extrabold h5 , .row-fluid .title-extrabold h6 { font-weight:900; }

/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index:8030; }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; color:#fff !important; background:#d32e3f; text-align:center; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { text-align:center; position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#d32e3f; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { background:#1A1A1A; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading div {  background-image: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading@2x.gif'); }
}

.padi0 { padding:15px 0; }
.paditopbto { padding:15px; }
.padil0 { padding:15px 20px 15px 0; }
.padir0 { padding:15px 0 15px 20px; } 
.padil10 { padding:0 0 0 10px; }
.padir10 { padding:0 10px 0 0; }
.padil20 { padding:0 0 0 20px; }
.padir20 { padding:0 20px 0 0; }
.padi00 { padding:0; }
.paditop0 { padding-top:0 !important; }
.padibot0 { padding-bottom:0 !important; }
.padir25 { padding-right:25px; }
.padil25 { padding-left:25px; }
.padilr7 { padding:15px 10px 15px 10px; } 

.mgtop10 { margin-top:10px; }
.mgtop25 { margin-top:25px; }
.mgtop35 { margin-top:35px; }
.mgtop45 { margin-top:45px; }
.mgbot25 { margin-bottom:25px; }
.mgbot10 { margin-bottom:10px; }
.mgtop0 { margin-top:0 !important; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position: 20% 0; min-height: 350px; }
@media (min-width:576px){
.row-fluid .bgimg-main {
    background-position: 7% 0;
    }
}
@media (min-width:1200px){
.row-fluid .bgimg-main {
    min-height: 500px;
    }
}
@media (min-width:1600px){
.row-fluid .bgimg-main {
    min-height: 600px;
    }
}
.row-fluid .bg-img { display:none; }

.row-fluid .bgimg-main1 { background-size:cover; background-repeat:no-repeat; background-position:center center; }

.row-fluid .bgimg-main1 img { display:none; }

.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }
 
.row-fluid .wrapper { margin:0 auto !important; max-width:1180px; float:none !important; padding:0; }

.row-fluid .content-section { padding-top:80px; padding-bottom:80px; float:left; width:100%; }
.row-fluid .altcontent-section { background:#f5f5f5; }

/* Cta Arrow */
.row-fluid a.hero-style1 , .row-fluid a.hero-style2 { min-width:180px; overflow:inherit; border:none; text-align:center; }
.row-fluid a.hero-style1:hover { background:#FFFFFF; }
.row-fluid a.hero-style2 { background:#FFFFFF; }

.row-fluid .cta-arrow1:before , .row-fluid .cta-arrow2:before { content:""; width:43px; height:100%; line-height:43px; position:absolute; top:0; left:100%; text-align:center; font-family: 'FontAwesome'; border-left:1px solid rgba(255,255,255,0.20); -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid a.cta-arrow1:before { content:"\f0da"; background-color:#d32e3f; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; color:#FFFFFF  }
.row-fluid a.cta-arrow2:before { content:"\f105"; background-color:#FFFFFF; color:#777777; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; border-left:1px solid #eeeeee; }
.row-fluid a.cta-arrow1:hover:before { width:45px; background:#FFFFFF; color:#777777; border-left:1px solid #eeeeee; }
.row-fluid a.cta-arrow2:hover:before { width:45px; background:#d32e3f; border-left:1px solid rgba(255,255,255,0.20); color:#FFFFFF; }

/*top*/
.row-fluid .top { position:absolute; left:0; top:0; width:100%; padding:20px 65px 0; z-index:999; border-bottom: 1px solid rgba(255,255,255,0.15); -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;; }
.row-fluid .logo { float:left; width:auto; }
.row-fluid .top .logo-orignal { display:none; }
/*.row-fluid .logo img { width:60px !important; }*/
.row-fluid .logo-fixed { display:none; }

.row-fluid .search-section { margin:10px 0; width:30px; position:relative; float:right;   }
.row-fluid .search-section a .fa .fa-search { background: #fff; padding: 8px; border-radius: 50%; }
.row-fluid .search-section a .fa .fa-search:before { color: #d32e3f; font-size:25px; text-align:right; }
@media (max-width: 900px){
    .row-fluid .search-section{
        position: absolute;
        right: 20px;
        top: 15px;
    }
}

.row-fluid .gsc-input-box {border:none !important;}
.row-fluid .gsc-input-box input[type="text"] { font-weight:300; background:none !important; border-radius:0 !important; font-size:14px !important; padding:0 60px 0 15px !important; text-indent:0 !important; letter-spacing:0; text-transform:capitalize; }
.row-fluid .gsc-search-button { position:absolute; right:1px; margin:0; top:1px; background:none; border:none; width:60px; height:35px; padding:0; overflow:hidden; text-align:center; }
.row-fluid .gsc-search-button:before { z-index:1; width: 100%;  top: 0; height:35px; position:absolute; right:0; content:"\f002"; font-family:'FontAwesome'; line-height:35px; font-size:18px; color:#FFFFFF; background:#d32e3f; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .gsc-search-button:hover:before { opacity:0.7; }
.row-fluid .gsc-search-button input { z-index:5;  position:absolute; top:0; right:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.row-fluid .gsc-control-cse { padding:0;  border:none; background:none }
.row-fluid .gsib_a {padding:0; border:none;}
.row-fluid .gsc-search-box-tools .gsc-search-box .gsc-input { padding:0; width:100%; border:1px solid #d32e3f; }
.row-fluid .gsc-results-wrapper-visible {margin-left:40px;}
.row-fluid a.gs-title {float:left; line-height:20px;}
.row-fluid .gsc-input-box,.gsc-input-box-focus { border:none !important; box-shadow: none !important; height:35px; }
.row-fluid form.gsc-search-box { position:relative; }
.row-fluid td.gsib_b { position:absolute; right:-30px; top:50%; margin:-7px 0 0; }
html > body .gsc-inline-block {  min-width: 110px; }
.row-fluid .gsc-branding { display:none; }
.row-fluid .top-search input.gsc-input { height:35px !important; width:100%; font-size:12px; text-indent:0 !important; border:none; padding:0 15px; z-index:1; }
.row-fluid .search-icon { cursor:pointer; margin:0; padding:0; position:absolute; top:0; right:0; }
.row-fluid .search-icon:before { content:"\f002"; font-family:'FontAwesome'; line-height:26px; font-size:18px; color:#FFFFFF; display:inline-block; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .search-icon:hover:before { color:#d32e3f; }
.row-fluid .top-search { position:relative; height:35px; z-index:1; }
.row-fluid .top-search .gsc-control-cse {  float: right; width:auto; overflow:hidden; border:none;  }
.row-fluid .top-search .gsc-search-box { width:0;  overflow:hidden; border:none;  position:relative; -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;;  }
.search-open .row-fluid .top-search .gsc-search-box { width:250px; margin: 0; }
.search-open .row-fluid .search-icon { display:none; }

/*menu*/
.row-fluid .mainmenu { width:auto; margin:13px 0 0 0; float:right; padding-right:15px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .language-selector .hs-menu-wrapper ul li a { line-height:20px; text-transform:uppercase; padding:6px 14px; font-size:14px; font-weight:400; color:#fff; vertical-align: top; font-family: 'Montserrat', sans-serif; }

.row-fluid .language-selector { width:auto; margin:13px 0 0 0; padding-right:15px; }
.row-fluid .language-selector  .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .language-selector  .hs-menu-wrapper > ul > li > a:link, .row-fluid .language-selector  .hs-menu-wrapper > ul > li > a:visited , .row-fluid .language-selector .hs-menu-wrapper ul li a { line-height:20px; text-transform:uppercase; padding:6px 14px; font-size:14px; font-weight:400; color:#fff; vertical-align: top; font-family: 'Montserrat', sans-serif; }
.lang_switcher_class { background: white; border-radius: 50%; padding: 8px; }
@media (max-width: 900px){
    .lang_switcher_class{
        position: absolute;
        right: 70px;
        top: 20px;
    }
}
.lang_list_class li a:hover { color: #d32e3f; }

/* hero section */
.row-fluid .hero-img { position:relative;  background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .hero-img:before { content:''; width:100%; height:100%; background:#2d3034; position:absolute; top:0; left:0; opacity:0.60; }

.row-fluid .hero-text { margin:0 auto; max-width:770px; width:100%; color:#FFFFFF; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
.row-fluid .hero-text h1 { color:#FFFFFF; font-size:64px; line-height:70px; font-weight:700; letter-spacing:1px; }
.row-fluid .hero-content { font-size:24px; line-height:30px; }
.row-fluid .hero-cta { margin-top:25px; }
.row-fluid .hero-cta1 , .row-fluid .hero-cta2 { margin:0 52px 0 0; width:auto; display:inline-block; }

.row-fluid .hero-slider ul.slick-dots { padding:0; position:absolute; bottom:18px; left:0; } 
.row-fluid .hero-slider ol.flex-control-nav li a , .row-fluid .hero-slider ul.slick-dots li button { background:#FFFFFF; }
.row-fluid .hero-slider ul.slick-dots li.slick-active button { background:#d32e3f; }

.row-fluid .hero-slider .slick-arrow { line-height:90px !important; }
.row-fluid .hero-slider .slick-arrow.slick-prev { right:auto; left:5px; }
.row-fluid .hero-slider .slick-arrow.slick-next { right:5px; left:auto; }
.row-fluid .hero-slider .slick-arrow { background:#000000; opacity:0.40;  }
.row-fluid .hero-slider .slick-arrow:hover { background:#d32e3f; opacity:1; }
.row-fluid .hero-slider .slick-arrow.slick-prev:before { content:''; width:48px; height:24px; background-position:center center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/hero-arrow1.png') no-repeat; display:inline-block; position:relative; left:14px; -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;; }
.row-fluid .hero-slider .slick-arrow.slick-next:before { content:''; width:48px; height:24px; background-position:center center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/hero-arrow2.png') no-repeat; display:inline-block; position:relative; right:25px; -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;; }
.row-fluid .hero-slider .slick-arrow:hover.slick-prev:before { left:8px; }
.row-fluid .hero-slider .slick-arrow:hover.slick-next:before { right:18px; }

/* future-section */
.row-fluid .future-section { padding:90px 0 50px; }
.row-fluid .future-section1 span.hs_cos_wrapper { margin:0 -28px; display:block; }
.row-fluid .future-section1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:0 28px; }
.row-fluid .future-icon { width:60px; height:64px; display:block; }
.row-fluid .future-text h5 { margin-top:18px; font-size:16px; line-height:24px; letter-spacing:1px; text-transform:uppercase; font-weight:600; position:relative; }
.row-fluid .future-text h5:after { content:''; margin-top:14px; width:62px; height:1px; display:block; background:#e0e0e0; }
.row-fluid .future-text h5:before { content:''; width:62px; height:1px; background:#d32e3f; position:absolute; bottom:10px; left:0; -webkit-animation: myfirst 2s infinite;-webkit-animation-direction: alternate; animation: myfirst 2s infinite; animation-direction:alternate; }

@-webkit-keyframes myfirst {
    0%   { width: 0; height: 1px; }
    25%  { width: 0; height: 1px; }
}

@keyframes myfirst {
    0%   { width: 0; height: 1px; }
    25%  { width: 0; height: 1px; }
}
.row-fluid .future-block { margin-top:5px; margin-bottom:18px; font-size:14px; line-height:28px; }

/* choose section */
.row-fluid .choose-section { background:#f5f5f5; }
.row-fluid .choose-left , .row-fluid .choose-right { margin:0; width:50%; }
.row-fluid .choose-accordian { padding-top:30px; }
.row-fluid .choose-block h5 { padding:18px 0 18px 65px; font-size:14px; line-height:24px; text-transform:uppercase; position:relative; cursor:pointer; color:#777777; }
.row-fluid .choose-block h5:before { content:"\f067"; width:44px; height:44px; line-height:44px; text-align:center; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; color:#777777; background:#FFFFFF; font-family:'FontAwesome'; position:absolute; left:0; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .choose-block h5.on { color:#333333; }
.row-fluid .choose-block h5.on:before { content:"\f068"; background:#d32e3f; color:#FFFFFF; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .choose-content { padding:20px 0 20px 65px; position:relative; } 
.row-fluid .choose-content:after { content: '';  width: 1px; position: absolute; top: 0; left: 21px; right: 0; bottom: 0; background:#e0e0e0; }

/* service-section */
.row-fluid .service-section { padding:80px 0; }
.row-fluid .service-section1 { padding:15px 0 50px; }
.row-fluid .service-section1 span.hs_cos_wrapper { margin:0 -5px; display:block; }
.row-fluid .service-section1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:5px; }
.row-fluid .service-block { position:relative; overflow-y:hidden; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;; }
.row-fluid .service-block:after { content:''; position:absolute; top:0; left:0; right:0; bottom:100%; background:#FFFFFF; opacity:0.2; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;  }
.row-fluid .service-block:hover:after { bottom:0; }
.row-fluid .service-block a { color:#777777; }
.row-fluid .service-img { height:350px; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;;  }
.row-fluid .service-content { text-align:center; background:#FFFFFF; padding:26px 0 20px; font-weight: 600; letter-spacing: 1px; width:100%; position: absolute; bottom:-100%; left:0; -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;; z-index:1; }
.row-fluid .service-content h4 { font-size:14px; line-height:24px; text-transform:uppercase; padding:0; }
.row-fluid .service-content h4:after {  content:"\f067"; width:44px; height:44px; line-height:44px; text-align:center; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; color:#FFFFFF; background:#d32e3f; font-family:'FontAwesome'; position:absolute; left:50%; bottom:77%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;; }
.row-fluid .service-content h4:hover:after { background:#FFFFFF; color:#777777; }
.row-fluid .service-text { font-style:italic; }
.row-fluid .service-block:hover .service-content { bottom:0; }

/* Counter Section */
.row-fluid .counter-section { padding:40px 0; position:relative; background-attachment:fixed; }
.row-fluid .counter-section:before { content:''; width:100%; height:100%; background:#2d3034; opacity:0.80; position:absolute; top:0; left:0; }
.row-fluid .counter-section > div { position:relative; }
.row-fluid .counter-block { margin:0 1px; width:24.8%; color:#d32e3f; font-family: 'Montserrat', sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight: 700; border-right: 1px solid #999999; border-left: 1px solid #999999; }
.row-fluid .counter-number { margin-top:17px; font-size:56px; line-height:62px; color:#FFFFFF; font-weight:700; padding-bottom:5px; }
.row-fluid .counter-block:first-child { border-left:none; }
.row-fluid .counter-block:last-child { border-right:none; }

/* testimonials-section */
.row-fluid .testimonials-section { padding:115px 0; }
.row-fluid .testimonial-slider span.hs_cos_wrapper { margin:0 -12px; display:block; }
.row-fluid .testimonial-slider .hs_cos_wrapper_widget { width:33.33%; float:left; padding:50px 0 0; }
.row-fluid .testi-img { margin:-50px auto 0; width:100px; height:100px; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; border:5px solid #FFFFFF; }
.row-fluid .testi-block { padding:0 12px; }
.row-fluid .testi-blockinner { border:1px solid #e0e0e0; padding:0 22px; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }
.row-fluid .testi-text { padding:0 0 35px; font-size:16px; font-family: 'PT Serif', serif; font-style:italic; }
.row-fluid .testi-text:before { content:''; margin:22px auto 0; width:80px; height:1px; background:#e0e0e0; display:block; }
.row-fluid .testi-title { padding:18px 0 0; font-size:16px; line-height:24px; color:#d32e3f; text-transform:uppercase; font-weight:600; font-style:initial; font-family: 'Montserrat', sans-serif; }
.row-fluid .testimonial-slider .slick-arrow { background:#f5f5f5; line-height:90px !important; }
.row-fluid .testimonial-slider .slick-arrow.slick-prev:before { content:''; height:24px; width:38px; background-size:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-left-arrow.png') no-repeat; display:inline-block; position:relative; left:20px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .testimonial-slider .slick-arrow.slick-next:before { content:''; height:24px; width:38px; background-size:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-right-arrow.png') no-repeat; display:inline-block; position:relative; right:20px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .testimonial-slider .slick-arrow:hover.slick-prev:before { content:''; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-left-arrowH.png') no-repeat; left:10px; }
.row-fluid .testimonial-slider .slick-arrow:hover.slick-next:before { content:''; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-right-arrowH.png') no-repeat; right:10px; }
.row-fluid .testimonial-slider .slick-arrow.slick-next { left:101%; }
.row-fluid .testimonial-slider .slick-arrow.slick-prev { right:101%; }

/* company-logo */
.row-fluid .company-section { padding:35px 0; background:#f5f5f5; }
.row-fluid .company-logo1 .hs_cos_wrapper_widget  { display:inline-block; opacity:0.50; vertical-align:middle; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .company-logo1 .hs_cos_wrapper_widget:hover { opacity:1; }

/* blog-section */
.row-fluid .blog-section { padding:90px 0 0; position:relative; margin-bottom:450px; }
.row-fluid .blog-section .row-fluid .wrapper { position:relative; z-index:55; }
.row-fluid .blog-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.85; }
/*.row-fluid .blog-section::after { content: ""; background:#FFFFFF; bottom:-450px; height: 100%; left: 0; position: absolute; right: 0; z-index: 1; }*/
.row-fluid .blog-section > div { position:relative; } 
.row-fluid .blog-section1 { padding:; margin-bottom:-400px; }
.row-fluid .blog-section1 .blog-block { width:33.33%; float:left; padding:0 14px; }
.row-fluid .blog-section1 .post-image {  height:288px; text-align:right; } 

.row-fluid .blog-section1 .post-text { padding:40px 20px; font-weight:600; }
.row-fluid .blog-section1 .post-title { font-size:16px; line-height:22px; font-family: 'Montserrat', sans-serif; font-weight:700; text-transform:uppercase; }
.row-fluid .blog-section1 .post-title a { color:#333333; }
.row-fluid .blog-section1 .post-title a:hover { color:#d32e3f; }
.row-fluid .blog-section1 .post-date { padding:12px 0 8px; font-size:16px; line-height:22px; font-family: 'PT Serif', serif; font-weight:600; font-style:italic; }
.row-fluid .blog-section1 a.post-btn { padding:8px 20px; background:#f5f5f5; text-transform:uppercase; font-size:13px;  -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; font-family: 'Montserrat', sans-serif; letter-spacing:0.5px; }
.row-fluid .blog-section1 a.post-btn:hover { color:#f5f5f5; background:#d32e3f; }
.row-fluid a.topic-link { margin:14px 7px 0; padding:2px 8px; font-size:10px; line-height:18px; text-transform:uppercase; display:inline-block; background-color:#d32e3f; color:#FFFFFF; }
.row-fluid a.topic-link:hover { -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid a.topic-link:last-child { margin-right:14px; }

/* strip-section */
.row-fluid .strip-section { padding:30px 0; background:#d32e3f; }
.row-fluid .strip-title { margin:12px 40px; width:auto; font-size:22px; line-height:30px; color:#FFFFFF; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .done-icon ,.row-fluid .done-icon1 , .row-fluid .strip-cta { margin:0; width:auto; float:none; display:inline-block; vertical-align:middle; }
.row-fluid a.strip-cta { margin:0; padding:10px 70px 10px 25px; border:2px solid transparent; min-width:220px; }
.row-fluid a.strip-cta.cta-arrow2:before { left:auto; right:0; }
.row-fluid a.strip-cta:hover { border-color:#FFFFFF }
/*.row-fluid a.cta-arrow2.strip-cta:hover:before { width:43px; }*/

/* footer */
.row-fluid .footer { padding:50px 0; background:#2d3034; }
.row-fluid .footer-block { padding-right:28px; /*padding-bottom:35px;*/ border-right:1px solid rgba(255,255,255,0.10); }
.row-fluid .footer-content { padding:30px 0 25px; color:#FFFFFF; opacity:0.70; }
.row-fluid .footer-icon ul { margin:0 0 30px; padding:0; list-style-type:none; }
.row-fluid .footer-icon ul li { margin:0; padding:5px 2px 5px 0; display:inline-block; }
.row-fluid .footer-icon ul li a { width:38px; height:38px; line-height:36px; display:inline-block; border:2px solid #777777; text-align:center; color:#777777; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid .footer-icon ul li a:hover { background:#d32e3f; border-color:#d32e3f; color:#FFFFFF }
.row-fluid .footer-icon ul li:nth-child(1) a:before { content:"\f230"; font-family: 'FontAwesome'; display:block; }
.row-fluid .footer-icon ul li:nth-child(2) a:before { content:"\f099"; font-family: 'FontAwesome'; display:block; }
.row-fluid .footer-icon ul li:nth-child(3) a:before { content:"\f1a0"; font-family: 'FontAwesome'; display:block; }
.row-fluid .footer-icon ul li:nth-child(4) a:before { content:"\f08c"; font-family: 'FontAwesome'; display:block; } 
.row-fluid .footer-icon ul li:nth-child(5) a:before { content:"\f231"; font-family: 'FontAwesome'; display:block; }

.row-fluid .footer-header h3 { margin-top:50px; font-size:14px; line-height:20px; color:#FFFFFF; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .footer-header h3:after { content:''; margin-top:10px; width:27px; height:3px; display:block; background:#d32e3f; }
.row-fluid .footer-header h4 { margin-top:50px; font-size:14px; line-height:20px; color:#FFFFFF; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .footer-header h4:after { content:''; margin-top:10px; width:27px; height:3px; display:block; background:#d32e3f; }
.row-fluid .footer-header h5 { margin-top:50px; font-size:14px; line-height:20px; color:#FFFFFF; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .footer-header h5:after { content:''; margin-top:10px; width:27px; height:3px; display:block; background:#d32e3f; }
.row-fluid .footer-menu ul { margin-bottom:15px !important; margin-top:15px; }
.row-fluid .footer-menu ul li { width:50%; float:left; }
.row-fluid .footer-menu ul li a { padding:1px 0; color:#777777; font-size:14px; }
.row-fluid .footer-menu ul li a:hover { color:#d32e3f; }
.row-fluid .footer-menu ul li a:before { content:''; margin-top:-2px; width:5px; height:5px; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; background:#777777; display:inline-block; vertical-align:middle; margin-right: 8px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .footer-menu ul li a:hover:before { -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; background:#d32e3f }

.row-fluid .footer-subscribe h3 { display:none; }
.row-fluid .footer-subscribe .hs-form-field > label { display:none; }
.row-fluid .footer-subscribe .input { margin-top:25px; border-bottom-left-radius:8px; border:1px solid;}
.row-fluid .footer-subscribe .input input.hs-input { border-bottom-left-radius:8px;background:rgba(255,255,255,0.10); border:0; color:#FFFFFF; font-weight:600; }
.row-fluid .footer-subscribe .hs-button { width:100%; border-bottom-left-radius:8px; text-transform:uppercase; letter-spacing:0.5px; font-size:13px; border:2px solid transparent }
.row-fluid .footer-subscribe .hs-button:hover { border-color:#d32e3f; color:#d32e3f; background:transparent; }

.row-fluid .contact-frm h3 { display:none; }
.row-fluid .contact-frm .hs-form-field > label { display:none; }
.row-fluid .contact-frm .input { margin-top:25px; border-bottom-left-radius:8px; border:1px solid;}
.row-fluid .contact-frm .input input.hs-input { border-bottom-left-radius:8px;background:rgba(255,255,255,0.10); border:0; color:#FFFFFF; font-weight:600; }
.row-fluid .contact-frm .hs-button { width:100%; border-bottom-left-radius:8px; text-transform:uppercase; letter-spacing:0.5px; font-size:13px; border:2px solid transparent }
.row-fluid .contact-frm .hs-button:hover { border-color:#d32e3f; color:#d32e3f; background:transparent; }
.row-fluid .contact-frm span { text-align: left; color: #000 }
.row-fluid .contact-frm select { border-bottom-left-radius: 8px; }
.row-fluid .footer-blog .post-block { position:relative; padding-left:64px; padding-bottom:20px; padding-top:15px; }
.row-fluid .footer-blog .post-block:last-child { padding-bottom:0; }
.row-fluid .footer-blog .post-image { width:51px; height:51px; position:absolute; top:20px; left:0; }
.row-fluid .footer-blog .post-content , .row-fluid .footer-blog .post-content .post-title a { font-size:13px; line-height:22px; color:#FFFFFF; opacity:0.80; }
 .row-fluid .footer-blog .post-content .post-title a:hover { color:#d32e3f; }
.row-fluid .footer-blog .post-date { margin-top:5px; font-size:12px; text-transform:uppercase; color:#777777; }

/* footer -bootom */
.row-fluid .footer-bottom { padding:7px 0; background:#212326; }
.row-fluid .footer-copyright { margin-top:10px; color:#FFFFFF; }
.row-fluid .footer-menuB ul { float:right; }
.row-fluid .footer-menuB ul li a { font-size:13px; color:#777777; font-family: 'Montserrat', sans-serif; text-transform:uppercase; }
.row-fluid .footer-menuB ul li a:hover { color:#d32e3f; }
.row-fluid .footer-logo img { width:180px !important; }

/* home page 2 hero section 2 */
.row-fluid .home-video { width:100%; height:100%; position: fixed; top: 0; left: 0; z-index: -1; }
.row-fluid .home-video video { width: auto; height: auto; min-width: 100%; min-height: 100%; object-fit:cover; }
.row-fluid .home-video.hide-video { display:none; }
.row-fluid .hero-secton2 { position:relative; }
.row-fluid .hero-secton2:before { content:''; width:100%; height:100%; background:#000000; position:absolute; top:0; left:0; opacity:0.50; }
.row-fluid .hero-box { margin-top:25px; max-width:680px; font-size:24px; line-height:36px; position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .hero-box h1 { font-size:62px; line-height:82px; color:#FFFFFF; font-weight:700; padding:15px 0 2px; }
.row-fluid .hero-cta3 { margin-top:20px; max-width:100%; }
.row-fluid .heroH2-cta { margin:0 60px 10px 0; width:auto; display:inline-block; }

/* ourservice-section */
.row-fluid .ourservice-section { padding:100px 0 85px; }
.row-fluid .serviceBox { padding:0 12px; }
.row-fluid .serviceBox-img { height:288px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .serviceText { padding:0 15px; }
.row-fluid .serviceText h4 { margin-top:36px; font-size:16px; line-height:24px; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .serviceText h4:after { content:''; margin:10px auto 0; width:82px; display:block; border-bottom:1px solid #e0e0e0; }
.row-fluid .service_btn a { padding:3px 24px; background:#f5f5f5; text-transform: uppercase; font-size: 13px; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; font-weight:700; letter-spacing:0.5px; display:inline-block; } 
.row-fluid .service_btn a:hover { color:#f5f5f5; background:#d32e3f  }

.row-fluid .oursective-slider .slick-arrow { background:#f5f5f5; top:25%; line-height:90px !important; }
.row-fluid .oursective-slider .slick-arrow.slick-prev:before { content:''; height:24px; width:38px; background-size:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-left-arrow.png') no-repeat; display:inline-block; position:relative; left:20px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .oursective-slider .slick-arrow.slick-next:before { content:''; height:24px; width:38px; background-size:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-right-arrow.png') no-repeat; display:inline-block; position:relative; right:20px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .oursective-slider .slick-arrow:hover.slick-prev:before { content:''; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-left-arrowH.png') no-repeat; left:10px; }
.row-fluid .oursective-slider .slick-arrow:hover.slick-next:before { content:''; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-right-arrowH.png') no-repeat; right:10px; }
.row-fluid .oursective-slider .slick-arrow.slick-next { left:101%; }
.row-fluid .oursective-slider .slick-arrow.slick-prev { right:101%; }

/* future section 2 */
.row-fluid .future-left , .row-fluid .future-right { margin:0; width:50%; float:left; }
.row-fluid .future-right .future-section1 span.hs_cos_wrapper { margin:0; }
.row-fluid .future-section3 { margin:0; padding:60px 15px 10px; max-width:650px; width:100%; float:left; display:inline-block; }
.row-fluid .future-section3 .hs_cos_wrapper_widget { width:50%; margin-bottom:10px; float:left; }
.row-fluid .future-left { position:relative; }
.row-fluid .future-left:after { content:''; width:100%; height:100%; background:#2d3034; position:absolute; top:0; left:0; opacity:0.40; }
.row-fluid .future-video { display:none; }
.row-fluid .play-icon { position:relative; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; text-align:center; z-index:1; }
.row-fluid .play-icon a:before { content:""; width:68px; height:68px; display:inline-block; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/js/play-icon.png') no-repeat; }
.row-fluid .play-icon a:hover:before { opacity:0.5; }
.future-video { width:600px; }

.future-play1 { width:100%; height:350px; }

/* future-section2 */
.row-fluid .future-section1.future-section2 .future-block { position:relative; padding-left:80px; } 
.row-fluid .future-section1.future-section2 .future-icon { position:absolute; top:0; left:0; }
.future-iconbg { width: 95px; height: 100px; background-size: 100%; background-repeat: no-repeat; background-position:center center;  position: absolute; top:-18px; left: 45px; opacity: 0.08; z-index:1; }

/* service page */
.row-fluid .heronew-section { position:relative; }
/* .row-fluid .heronew-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.6; background:#000000; } */
.row-fluid .heronew-section > div { position:relative; }
.row-fluid .heronew-content { padding:160px 0 80px; }
.row-fluid .heronew-content p { font-family: 'Montserrat'; font-size:47px; line-height:62px; color:#FFFFFF; font-weight:600; letter-spacing:2px; }
.row-fluid .top-scroll { width:54px; height:27px; line-height:45px; font-size:20px; color:#999999; position:absolute; bottom:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; -webkit-border-radius: 100px 100px 0 0;
    -moz-border-radius: 100px 100px 0 0;
    -o-border-radius: 100px 100px 0 0;
    -ms-border-radius: 100px 100px 0 0;
    border-radius: 100px 100px 0 0;; text-align:center; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; cursor:pointer; }
.row-fluid .top-scroll:hover { -webkit-box-shadow: 0 -13px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 -13px 10px rgba(0,0,0,0.8);
    -o-box-shadow: 0 -13px 10px rgba(0,0,0,0.8);
    -ms-box-shadow: 0 -13px 10px rgba(0,0,0,0.8);
     box-shadow: 0 -13px 10px rgba(0,0,0,0.8);; color:#d32e3f }
.row-fluid .ourservice-section2 { padding:105px 0 55px; }
.row-fluid .ourservice-section1 span.hs_cos_wrapper { margin:0 -12px; display:block; }
.row-fluid .ourservice-section1 div.hs_cos_wrapper_widget { padding:0; width:33.33%; float:left; margin-bottom:45px; margin-top:5px; }

/* service inner */
.row-fluid .service-description { padding:100px 0 80px; }
.row-fluid .service-description-img { height:550px; }
.row-fluid .serviceinner-content { padding-top:60px; }
.row-fluid .serviceinner-content h6 { font-size:16px; line-height:24px; text-transform:uppercase; }

/* contact page */
.contact-section { padding:100px 0; }
.contact-map iframe { width:100% !important; height:335px !important; }
.row-fluid .contact-left , .row-fluid .contact-right { padding-top:70px; }
.row-fluid .contact-title { font-size:18px; color:#b1b1b1; font-style:italic; font-family: 'PT Serif', serif; }
.row-fluid .contact-title h1 { font-size:16px; line-height:24px; padding:10px 0; font-style:normal; }
.row-fluid .contact-title h1:after { content:''; margin-top:5px; width:27px; height:3px; background:#d32e3f; display:block; }
.row-fluid .contact-form .hs-form-field label span { display:none; }
.row-fluid ul.inputs-list { padding-top:5px; padding-left:5px; }
.row-fluid .contact-form > div span { text-align:center; display:block; }

.row-fluid .contact-form .actions { margin-top:5px; background:transparent; font-size:13px; line-height:24px; font-weight:700; padding:0; color:#fff; display:inline-block; position:relative; border:2px solid #e0e0e0; cursor:pointer; }
.row-fluid .contact-form .actions:before { content:"\f1d8"; width:45px; height:45px; line-height:42px; background-color:transparent; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; color:#999999; font-family: 'FontAwesome'; position:absolute; top:-2px; left:100%; text-align:center;  border:2px solid #e0e0e0; cursor:pointer; }
.row-fluid .contact-form input[type=submit], .row-fluid .contact-form form button, .row-fluid .contact-form .hs-button { padding:0; height:41px; min-width:188px; background:transparent; color:#999999; }
.row-fluid .contact-form .actions:hover:before { background:#d32e3f; color:#FFFFFF }
.row-fluid .contact-form .actions:hover input[type=submit] , .row-fluid .contact-form .actions:hover form button , .row-fluid .contact-form .actions:hover .hs-button  { background:#d32e3f; color:#FFFFFF }

.row-fluid .contact-right { font-weight:600; }
.row-fluid .contact-box { margin-top:20px; }
.row-fluid .contact-box h5 { font-size:16px; line-height:24px; letter-spacing:1px; text-transform:uppercase; }
.row-fluid .contact-box h5:after { content:''; margin-top:5px; width:80px; height:1px; display:block; background:#f5f5f5; }
.row-fluid .contact-box a { color:#777777; }
.row-fluid .contact-box a:hover { color:#d32e3f; }

.row-fluid .contact-icon ul { margin:25px 0 0; padding:0; list-style-type:none; }
.row-fluid .contact-icon ul li { margin:0; padding:5px 5px 5px 0; display:inline-block; }
.row-fluid .contact-icon ul li a { width:38px; height:38px; line-height:38px; display:inline-block; text-align:center; color:#999999; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; background:#e0e0e0 }
.row-fluid .contact-icon ul li a:hover { background:#d32e3f; color:#FFFFFF }
.row-fluid .contact-icon ul li:nth-child(1) a:before { content:"\f230"; font-family: 'FontAwesome'; display:block; }
.row-fluid .contact-icon ul li:nth-child(2) a:before { content:"\f099"; font-family: 'FontAwesome'; display:block; }
.row-fluid .contact-icon ul li:nth-child(3) a:before { content:"\f1a0"; font-family: 'FontAwesome'; display:block; }
.row-fluid .contact-icon ul li:nth-child(4) a:before { content:"\f08c"; font-family: 'FontAwesome'; display:block; } 
.row-fluid .contact-icon ul li:nth-child(5) a:before { content:"\f231"; font-family: 'FontAwesome'; display:block; }

/* testimonial page */
.row-fluid .clientssay-section { padding:100px 0 60px; }
.row-fluid .clientssay-section1 span.hs_cos_wrapper  { margin:0 -12px; display:block; }
.row-fluid .clientssay-section1 .hs_cos_wrapper_widget { margin-top:60px; margin-bottom:40px; width:33.33%; float:left; }

/* faq page */
.row-fluid .faq-section { padding:108px 0 80px; }
.row-fluid .accordion-box { margin-bottom:12px; font-size:16px; }
.row-fluid .accordion-title { padding:12px 30px 12px 15px; background:#d32e3f; color:#FFFFFF; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; cursor:pointer; position:relative; }
.row-fluid .accordion-title:after { content:"\f067"; font-family: 'FontAwesome'; display:inline-block; float:right; position:absolute; top:50%; right:15px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .accordion-title.active:after { content:"\f068"; }
.row-fluid .accordion-title.active { -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;; }
.row-fluid .accordion-text { padding:15px; background:#f5f5f5; -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;; display:none; }

/* team page */
.row-fluid .team-section { padding:110px 0 80px; }
.row-fluid .team-section1 span.hs_cos_wrapper { margin:0 -12px; display:block; }
.row-fluid .team-section1 .hs_cos_wrapper_widget  { width:33.33%; float:left; padding:12px; }
.row-fluid .team-img { position:relative; height:368px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .team-img:after { content:''; position:absolute; top:0; bottom:0; left:100%; right:0; background:#000000; opacity:0.50; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .team-img:before { content:''; position:absolute; top:0; bottom:0; left:0; right:100%; background:#000000; opacity:0.50; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .team-box:hover .team-img:after { left:50%; }
.row-fluid .team-box:hover .team-img:before { right:50%; }

.row-fluid .team-icon { position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; z-index:1; opacity:0; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .team-icon a { margin:3px; width:38px; height:38px; line-height:36px; display:inline-block; border:2px solid #FFFFFF; text-align:center; color:#FFFFFF; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid .team-icon a:hover { border-color:#d32e3f; background:#d32e3f }
.row-fluid .team-box:hover .team-icon { opacity:1; }

.row-fluid .team-content { padding:; font-size:16px; color:#b1b1b1; font-style:italic; font-family: 'PT Serif', serif; }
.row-fluid .team-content h5 { margin-top:20px; font-size:16px; line-height:24px; font-style:normal; text-transform:uppercase; padding:0; font-weight:600; letter-spacing:0.5px; }

/* pricing page */
.row-fluid .prcing-section { padding:85px 0 110px; }
.row-fluid .prcing-section1 span.hs_cos_wrapper { margin:0 -10px; display:block; }
.row-fluid .prcing-section1 .hs_cos_wrapper_widget  { margin-top:40px; width:25%; float:left; padding:0 10px; }
.row-fluid .pricing-box { background:#f5f5f5; }
.row-fluid .pricing-title h5 { padding:15px 0; font-size:16px; line-height:24px; background:#333333; color:#FFFFFF; font-weight:400; letter-spacing:1px; text-transform:uppercase; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .pricing-amount { font-size:14px; text-transform:uppercase; letter-spacing:2px; }
.row-fluid .pricing-amount { padding:30px 0; border-bottom:4px solid #e0e0e0; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .pricing-amount h2 { font-size:56px; line-height:62px; padding:0; }
.row-fluid .pricing-amount h2:before { content:"\f155"; margin-top:-10px; margin-right:5px; font-size:24px; display:inline-block; font-family: 'FontAwesome'; vertical-align:top; }

.row-fluid .pricing-list { font-size:14px; }
.row-fluid .pricing-list ul { margin:0; padding:18px 25px; list-style-type:none; }
.row-fluid .pricing-list ul li { margin:0; padding:10px 0; display:block; border-bottom:1px dashed #999999; color:#777777; letter-spacing:0.5px; }
.row-fluid .pricing-cta { padding:18px 0 35px; }
.row-fluid .pricing-cta a { padding:8px 25px; min-width:163px; font-size:13px; background:#FFFFFF; color:#999999; border:2px solid #e0e0e0; display:inline-block; text-transform:uppercase; font-weight:600; }
.row-fluid .pricing-cta a:hover { background:#d32e3f; color:#FFFFFF; border-color:#d32e3f }

.row-fluid .pricing-box:hover .pricing-title h5 { background:#d32e3f; }
.row-fluid .pricing-box:hover .pricing-amount { border-color:#d32e3f; }
.row-fluid .pricing-box:hover .pricing-cta a { background:#d32e3f; color:#FFFFFF; border-color:#d32e3f; }

/* case-study */
.row-fluid .case-study { padding:110px 0 90px; }
.row-fluid .case-study1 span.hs_cos_wrapper { margin:0 -14px; display:block; }
.row-fluid .case-study1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:14px; } 
.row-fluid .casestudy-box { width:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; color:#FFFFFF; letter-spacing:1.5px; font-size:16px; line-height:24px; }
.row-fluid .casestudy-box h4 { font-size:20px; line-height:26px; letter-spacing:1.5px; color:#FFFFFF; font-weight:500; padding:0; text-transform:uppercase }
.row-fluid .casestudy-title { padding:30px 10px 33px; width:100%; background:rgba(0,0,0,.70); position:absolute; bottom:0; left:0; opacity:1; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .casestudy-text { padding:45px 30px; background:rgba(0,0,0,.70); height:100%; position:relative; z-index:5; opacity:0; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .casestudy-text h4:after { content:''; margin:10px auto 18px; width:56px; height:3px; display:block; background:#d32e3f; }
.row-fluid a.case-link { margin-top:10px; color:#FFFFFF; display:inline-block; }
.row-fluid a.case-link:after { content:"\f101"; margin-left:3px; display:inline-block; font-family: 'FontAwesome'; vertical-align:middle; }
.row-fluid a.case-link:hover { color:#d32e3f; }
.row-fluid .casestudy-text:before { content:''; position:absolute; top:12px; left:12px; right:12px; bottom:12px; border:1px solid #FFFFFF; z-index:-2; }
.row-fluid .casestudy-box:hover .casestudy-title { opacity:0; }
.row-fluid .casestudy-box:hover .casestudy-text { opacity:1; }

/* hystory section */
.row-fluid .hystory-section { padding:85px 0 100px; }
.row-fluid .hystory-box { margin:0; width:53.3%; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .hystory-img  { height:370px; width:46%; }
.row-fluid .hystory-text { padding-left:80px; }
.row-fluid .hystory-text h2 { font-size:45px; line-height:60px; color:#d32e3f; text-transform:inherit; padding:0 0 30px; }

/* counter section1 */
.row-fluid .counter-section1 { padding:40px 0; position:relative; }
.row-fluid .counter-section1:before { content:''; width:100%; height:100%; background:#000000; opacity:0.60; position:absolute; top:0; left:0; }
.row-fluid .counter-section1 > div { position:relative; }
.row-fluid .counter-box { text-transform:uppercase; color:#FFFFFF; font-weight:600; }
.row-fluid .counter-number1 { margin-top:18px; font-size:40px; line-height:48px; font-weight:700; }

.row-fluid .plus:after { content:"\f067"; margin-left:3px; display:inline-block; font-family: 'FontAwesome'; font-size:24px; vertical-align:top; }
.row-fluid .dollar:before { content:"\f155"; margin-right:3px; display:inline-block; font-family: 'FontAwesome'; font-size:28px; vertical-align:top; }

/* team-menber */
.row-fluid .team-menber { padding:98px 0 70px; }
.row-fluid .teamenber-slider .team-box { padding:0 12px; }
.row-fluid .teamenber-slider .slick-arrow { background:#f5f5f5; top:35%; line-height:90px !important; }
.row-fluid .teamenber-slider .slick-arrow.slick-prev:before { content:''; height:24px; width:38px; background-position:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-left-arrow.png') no-repeat; display:inline-block; position:relative; left:20px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .teamenber-slider .slick-arrow.slick-next:before { content:''; height:24px; width:38px; background-position:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-right-arrow.png') no-repeat; display:inline-block; position:relative; right:20px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .teamenber-slider .slick-arrow:hover.slick-prev:before { content:''; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-left-arrowH.png') no-repeat; left:10px; }
.row-fluid .teamenber-slider .slick-arrow:hover.slick-next:before { content:''; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/test-right-arrowH.png') no-repeat; right:10px; }
.row-fluid .teamenber-slider .slick-arrow.slick-next { left:101%; }
.row-fluid .teamenber-slider .slick-arrow.slick-prev { right:101%; }
.row-fluid .teamenber-slider .team-icon a { margin:1px; }

/* satisfied-section */
.row-fluid .satisfied-section { padding:80px 0 105px; }
.row-fluid .satisfied-title h1 { font-weight:600; text-transform:inherit; }
.row-fluid .satisfied-slider { padding:40px 0 0; }
/*.row-fluid .satisfied-slider span.hs_cos_wrapper  { margin:0 -22px; display:block; }*/
.row-fluid .satisfied-box { padding:0 20px; }
.row-fluid .satisfied-boxinner { padding:27px 35px 16px; border:1px solid #e0e0e0; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }
.row-fluid .satisfied-top { position:relative; padding:10px 0 18px 90px; }
.row-fluid .satisfied-img { width:70px; height:70px; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; overflow:hidden; position:absolute; top:0; left:0; }
.row-fluid .satisfied-title { font-size:18px; color:#e0e0e0; font-weight:300; }
.row-fluid .satisfied-title h5 { font-size:16px; line-height:26px; text-transform:uppercase; padding:0 0 0; }
.row-fluid .satisfied-content { font-size:15px; line-height:30px; font-weight:600; font-family: 'Montserrat', sans-serif; }
.row-fluid .satisfied-slider ol.flex-control-nav, .row-fluid .satisfied-slider ul.slick-dots { margin:45px 0 0; }
.row-fluid .satisfied-slider ol.flex-control-nav li a, .row-fluid .satisfied-slider ul.slick-dots li button { width:10px; height:10px; background:#e0e0e0; }
.row-fluid .satisfied-slider ol.flex-control-nav li a:hover, .row-fluid .satisfied-slider ol.flex-control-nav li a.flex-active, .row-fluid .satisfied-slider ul.slick-dots li button:hover, .row-fluid .satisfied-slider ul.slick-dots li.slick-active button { background:#d32e3f; }

/* case inner page */
.row-fluid .casestudy-inner { padding:105px 0 85px; }
.row-fluid .caseinner-content { line-height:32px; font-size:16px; }
.row-fluid .caseinner-img { height:320px; margin-bottom:50px; margin-top:33px; }

/* testimonial-caseinner */
.row-fluid .testimonial-caseinner { padding:70px 0 65px; }
.row-fluid .testimonial-caseinner1 { margin:0 auto !important; font-size:20px; line-height:40px; max-width:1000px; width:100%; float:none; display:inline-block; }
.row-fluid .testimonial-caseinner1:before { content:"\f10d"; margin:0 auto 45px; font-size:40px; line-height:87px; width:87px; height:87px; display:inline-block; background:#d32e3f; color:#FFFFFF; font-family: 'FontAwesome'; }
.row-fluid .caseinner1-name { color:#d32e3f; }

/* resource page */
.row-fluid .ourresource-section { padding:107px 0 95px; }
.row-fluid .ourresource-section1 span.hs_cos_wrapper { margin:0 -14px; display:block; }
.row-fluid .ourresource-section1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:14px; }
.row-fluid .resource-box { padding:12px; background:#f5f5f5; }
.row-fluid .resource-img { padding:12px; background:#FFFFFF; }
.row-fluid .resource-img img { height:200px; width:auto; }
.row-fluid .resource-textinner { padding:20px 22px 13px; }
.row-fluid .resource-text h5 { font-size:16px; line-height:26px; text-transform:uppercase; color:#d32e3f; }
.row-fluid .resource-text h5:after { content:''; margin:8px auto 0; width:80px; height:1px; background:#e0e0e0; display:block; }
.row-fluid a.resource-cta { min-width:220px; overflow:inherit; border:none; text-align:center; padding-right:70px; border:2px solid transparent; }
.row-fluid a.resource-cta:hover { color:#d32e3f; background:transparent; border-color:#d32e3f; }
.arrow-down:before { content:""; width:43px; height:100%; line-height:43px; position:absolute; top:0; right:0; text-align:center; font-family: 'FontAwesome'; border-left:1px solid rgba(255,255,255,0.20); -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid a.arrow-down:before { content:"\f019"; background-color:#d32e3f; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; color:#FFFFFF  }
.row-fluid a.arrow-down:hover:before { background:transparent; color:#d32e3f; border-left-color:#d32e3f; }

/* featured section */
.row-fluid .featured-section { padding:95px 0 35px; }
.row-fluid .featured-left , .row-fluid .featured-right { margin:0; width:50%; display:inline-block; vertical-align:middle; float:none; }
.row-fluid .featured-right { margin:0; line-height:32px; font-size:16px; width:49.5%; padding-left:25px; }
.row-fluid .title-text.featured-text h2:after { margin:20px 0 0; }

.row-fluid .other-latest { padding:35px 0 75px; }
.row-fluid .other-latest1 { margin-top:12px; }
.row-fluid .other-latest1 span.hs_cos_wrapper { margin:0 -13px; display:block; }
.row-fluid .other-latest1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:16px 13px; }

/* landing page */

.row-fluid .landing-logo img { width:300px !important; }
.row-fluid .header-landing {padding:25px 0; width:100%; border-bottom:1px solid rgba(255,255,255,0.15); position:absolute; top:0; left:0; z-index:1; }
.row-fluid .landing-hero { position:relative; }
.row-fluid .landing-hero:before { content:''; width:100%; height:100%; background:#000000; opacity:0.60; position:absolute; top:0; left:0; }
.row-fluid .landing-hero > div { position:relative; }
.row-fluid .landinghero-content {padding:240px 0 100px; }
.row-fluid .landinghero-title { font-size:26px; line-height:34px; color:#FFFFFF; }
.row-fluid .landinghero-title h1 { padding:15px 0 35px; font-size:48px; line-height:60px; color:#FFFFFF; font-weight:600; font-family: 'Montserrat', sans-serif; }

/* landing-content */
.row-fluid .landing-content { padding:95px 0; }
.row-fluid .heading-title { max-width:100%; }
.row-fluid .heading-title h2:after { margin:21px 0 8px; }
.row-fluid .landing-left , .row-fluid .landing-right { margin:0; float:none; display:inline-block; float:left; }
.row-fluid .landing-left { padding-right:80px; width:60%; }
.row-fluid .landing-right { padding:30px 34px 45px; width:40%; border-top:5px solid #d32e3f; border-bottom:5px solid #d32e3f; }
.row-fluid .landing-form h3 { padding:0 0 35px; font-weight:600; font-size:24px; line-height:32px; text-transform:uppercase; width:100%; text-align:center; color:#d32e3f; }
.row-fluid .landing-form input , .row-fluid .landing-form form button , .row-fluid .landing-form textarea, .row-fluid .landing-form select , .row-fluid .landing-form input[type="text"], .row-fluid .landing-form input[type="password"], .row-fluid .landing-form input[type="datetime"], .row-fluid .landing-form input[type="datetime-local"], .row-fluid .landing-form input[type="date"], .row-fluid .landing-form input[type="month"], .row-fluid .landing-form input[type="time"], .row-fluid .landing-form input[type="week"], .row-fluid .landing-form input[type="number"], .row-fluid .landing-form input[type="email"], .row-fluid .landing-form input[type="url"], .row-fluid .landing-form input[type="search"], .row-fluid .landing-form input[type="tel"], .row-fluid .landing-form input[type="color"] { background-color:transparent; border:1px solid #c0c0c0; font-weight:400; font-size:18px; text-transform:inherit; font-family:'Open Sans', Arial, Helvetica, sans-serif; }
.row-fluid .landing-form .hs-form-field > label { display:none; }
.row-fluid .landing-form .hs-button  { padding:14px 20px; border:2px solid transparent; background:#d32e3f; color:#FFFFFF; width:100%; height:auto; }
.row-fluid .landing-form .hs-button:hover { border-color:#d32e3f; background:transparent; color:#d32e3f }
.row-fluid .landing-form > div span { text-align:center; display:block; }

/* speaking section */
.row-fluid .speaking-section { padding:85px 0; }
.row-fluid .speaking-section1 .hs_cos_wrapper_widget  { margin-top:10px; width:33.33%; float:left; }
.row-fluid .speaking-img { margin:0 auto; width:224px; height:224px; border:10px solid #d32e3f; -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;; }
.row-fluid .speaking-text { padding-top:30px; font-size:16px; font-style:italic; }
.row-fluid .speaking-text h5 { font-weight:600; font-style:normal; text-transform:uppercase; letter-spacing:1px; padding:0 0 5px; }

/* testimonial section 1 */
.row-fluid .testimonial-section1 { padding:85px 0 75px; }
.row-fluid .testimonial-box { margin:0 auto; max-width:1020px; width:100%; font-size:20px; line-height:40px; letter-spacing:0.5px; }
.row-fluid .testimonial-box:before  { content:"\f10d"; margin:0 auto 45px; font-size:40px; line-height:87px; width:87px; height:87px; display:inline-block; background:#d32e3f; color:#FFFFFF; font-family: 'FontAwesome'; }
.row-fluid .testimonial-name { color:#d32e3f; }

.row-fluid .testimonial-section1 .row-fluid ol.flex-control-nav, .row-fluid .testimonial-section1 ul.slick-dots { padding:50px 0 0; }
.row-fluid .testimonial-section1 .row-fluid ol.flex-control-nav li a, .row-fluid .testimonial-section1 ul.slick-dots li button { width:16px; height:16px; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; background:#000000 }
.row-fluid .testimonial-section1 .row-fluid ol.flex-control-nav li a:hover, .row-fluid .testimonial-section1 .row-fluid ol.flex-control-nav li a.flex-active, .row-fluid .testimonial-section1 ul.slick-dots li button:hover, .row-fluid .testimonial-section1 ul.slick-dots li.slick-active button { background-color:#d32e3f; }

/* ebook-contect */
.row-fluid .ebook-hero { margin-bottom:280px; }
.row-fluid .ebook-title h1 { font-size:47px; padding:5px 0 35px; }
.row-fluid .ebook-contect { margin:0 auto -280px !important; padding:50px; max-width:990px; width:100%; float:none; display:inline-block; border-right:11px solid #d32e3f; border-left:11px solid #d32e3f; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
     box-shadow: 0 5px 10px rgba(0,0,0,0.4);; }
.row-fluid .book-left { font-size:16px; padding-right:50px; border-right:1px solid #e0e0e0; }
.row-fluid .book-right { padding-left:50px; }
.row-fluid .book-title h4 { font-size:24px; line-height:32px; text-transform:uppercase; letter-spacing:0.5px; color:#d32e3f; font-weight:normal; } 
.row-fluid .book-min { font-size:18px; }
.row-fluid .book-img { margin:25px 0 45px; }
.row-fluid .book-img img { height:240px; }

/* about author */
.row-fluid .about-author { padding:85px 0 95px; }
.row-fluid .aboutauthor-img { margin:0; width:250px; height:250px; display:inline-block; vertical-align:middle; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; border:9px solid #d32e3f; float:none; }
.row-fluid .aboutauthor-text { margin:0; padding-left:45px; width:78.5%; display:inline-block; vertical-align:middle; float:none; font-size:20px; line-height:40px; letter-spacing:0.5px; }
.row-fluid .aboutauthor-text h4 { padding:0 0 15px; font-size:24px; line-height:32px; color:#d32e3f; text-transform:uppercase; font-weight:normal; }

/* thank you page */
.row-fluid .thank-hero { height:490px; }
.row-fluid .thank-section { padding:0 0 80px; margin-bottom:0; }
.row-fluid .thank-content { margin:-255px auto 0 !important; font-size:16px; line-height:32px; letter-spacing:1px; padding:80px; max-width:980px; width:100%; float:none; display:block; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
     box-shadow: 0 5px 10px rgba(0,0,0,0.4);; position:relative; }
.row-fluid .thank-content:before { content:''; position:absolute; top:20px; left:20px; right:20px; bottom:20px; border:1px solid #777777; }
.row-fluid .thank-content > div { position:relative; }
.row-fluid .thank-done { font-size:60px; width:115px; height:115px; line-height:115px; display:inline-block; border:2px solid #2d3034; color:#2d3034; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; float:none; }
.row-fluid .thank-title h2 { padding-top:30px; font-size:45px; line-height:55px; text-transform:inherit; color:#d32e3f; }
.row-fluid .thank-title h2:after { content:''; margin:5px auto 15px; width:50px; height:3px; background:#2d3034; display:block; }
.row-fluid a.thank-cta { margin-top:32px; min-width:222px; padding:10px 70px 10px 25px; background:#d32e3f; border:2px solid #d32e3f; color:#FFFFFF }
.row-fluid a.thank-cta:hover { background:transparent; color:#d32e3f; border-color:#d32e3f }
.row-fluid .cta-arrow1.thank-cta:before, .row-fluid .cta-arrow2.thank-cta:before { right:0; left:auto; color:#FFFFFF; background:#d32e3f }
.row-fluid a.thank-cta:hover:before { width:43px; background:transparent; color:#d32e3f; border-left-color:#d32e3f }

/* blog page */
.hs-blog-listing .blog-right { display:none; }
.hs-blog-listing .blog-left { margin:0; width:100%; padding:25px 0 70px; }
.row-fluid .blog-topic { margin-top:80px; }
.row-fluid .blog-topic ul { margin:0; padding:0 15px; list-style-type:none; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; background:#FFFFFF; display:inline-block; }
.row-fluid .blog-topic ul li { margin:8px 0; padding:0 30px; display:inline-block; border-right:1px solid #e0e0e0; border-left:1px solid #e0e0e0; }
.row-fluid .blog-topic ul li a { font-size:13px; line-height:26px; color:#999999; font-family: 'Montserrat', sans-serif; font-weight:bold; text-transform:uppercase }
.row-fluid .blog-topic ul li a:hover { color:#d32e3f; }
.row-fluid .blog-topic h3 { display:none; }
.row-fluid .blog-topic ul li:last-child { border-right:none; }
.row-fluid .blog-topic ul li:first-child { border-left:none; }

.hs-blog-listing .blog-left { text-align:center; }
.row-fluid .post-item { margin-top:50px; width:33.33%; float:left; padding:0 17px; }
.row-fluid .post-box { background-color:#FFFFFF;  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
     box-shadow: 0 1px 7px rgba(0,0,0,0.1);; }
.row-fluid .post-listing { margin:0 -17px; display:block; }
.row-fluid .blog-left .hs-featured-image-wrapper { height:288px; text-align:right; position:relative; }
.hs-blog-listing .row-fluid .post-plus { font-size:30px; width:65px; height:65px; line-height:61px; color:#FFFFFF; border:2px solid #FFFFFF; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);;  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;; text-align:center; z-index:1; opacity:0; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.hs-blog-listing .row-fluid .blog-left .hs-featured-image-wrapper:after { content:''; position:absolute; top:100%; left:100%; right:100%; bottom:100%; background:#000000; opacity:0.70; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }

.row-fluid .post-box:hover .post-plus { opacity:1; }
.row-fluid .post-box:hover .hs-featured-image-wrapper:after { top:0; left:0; right:0; bottom:0; }

.hs-blog-listing .row-fluid .post-header { padding:40px 30px 0; }
.row-fluid .post-header h2 { font-size:16px; line-height:22px; letter-spacing:1px; padding:0; }
.row-fluid .post-header h2 a { color:#333333; }
.row-fluid .post-header h2 a:hover { color:#d32e3f; }
.row-fluid .post-date { padding-top:6px; font-size:16px; font-family: 'PT Serif', serif; font-style:italic; color:#999999; }
.row-fluid a.link-post { margin-bottom:35px; min-width:125px; padding:5px 20px; font-size:13px; line-height:20px; text-transform:uppercase; background:#f5f5f5; display:inline-block; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; letter-spacing:0.5px; font-weight:600; }
.row-fluid a.link-post:hover { color:#f5f5f5; background:#d32e3f } 

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

/* blog inner */
.hs-blog-post .row-fluid .blog-left { padding:20px 0 115px; }
.hs-blog-post .row-fluid .blog-left , .hs-blog-post .row-fluid .blog-right { margin-top:60px; }
.hs-blog-post .blog-topic1 { display:none; }

.row-fluid .post-header h1 { padding:40px 0 10px; font-size:30px; line-height:40px; font-weight:700; letter-spacing:0.5px; }
.hs-blog-post .hubspot-editable { margin:10px 0; }
.hs-blog-post .row-fluid .blog-left .hs-featured-image-wrapper { height:470px; }
.hs-blog-post .blog-post-date , .hs-blog-post .blog-post-themes , .hs-blog-post .custom_listing_comments , .hs-blog-post .hs-author-social-section , .hs-blog-post .blog-post-share  { display:inline-block; font-family: 'PT Serif', serif; font-style:italic; color:#999999; }
.hs-blog-post .blog-post-date:after , .hs-blog-post .custom_listing_comments:after , .hs-blog-post .blog-post-themes:after { content:'/'; margin:0 4px; display:inline-block;  font-style:normal; }
.hs-blog-post .hs-author-social-section { font-style:normal; }
.hs-blog-post .blog-post-themes a { color:#999999; }
.hs-blog-post a.hs-author-social-link { background-image:none !important; width:auto; height:auto; text-indent:0; font-size:0; padding:0 7px; }
.hs-blog-post a.hs-author-social-link:nth-child(1):after { content:"\f082"; font-size:16px; line-height:20px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-post a.hs-author-social-link:nth-child(2):after { content:"\f099"; font-size:16px; line-height:20px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-post a.hs-author-social-link:nth-child(3):after { content:"\f1a0"; font-size:16px; line-height:20px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-post a.hs-author-social-link:nth-child(4):after { content:"\f0e1"; font-size:16px; line-height:20px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-post a.hs-author-social-link:nth-child(5):after { content:"\f231"; font-size:16px; line-height:20px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-post a.hs-author-social-link:hover:after { color:#d32e3f; }
.hs-blog-post blockquote { font-family: 'PT Serif', serif; color:#999999; }
.hs-blog-post .blog-post-topic { padding:15px 0 50px; }
.hs-blog-post .blog-post-topic a.topic-link { margin:0; padding:5px 10px; font-size:11px; border:1px solid #999999; color:#999999; font-weight:700; background:#FFFFFF }
.hs-blog-post .about-author-sec { padding:40px 38px 25px; background:#FFFFFF; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.1);
     box-shadow: 0 0 7px rgba(0,0,0,0.1);; }
.hs-blog-post .about-img { margin-top:5px; width:88px; height:88px; display:inline-block; float:left; }
.hs-blog-post .about-text { padding:0 0 0 22px; width:calc(100% - 88px); display:inline-block; float:left; }
.hs-blog-post .about-text h3 { font-size:14px; line-height:20px; text-transform:uppercase; letter-spacing:0.5px; padding:0 0 5px; }


/* related-post */
.row-fluid .related-post { margin-top:48px; padding:35px 0 60px; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; }
.row-fluid .related-post h4 { font-size:16px; line-height:24px; color:#999999; text-transform:uppercase; font-weight:600; letter-spacing:0.5px }
.row-fluid .related-post h4:after { content:''; margin-top:7px; width:27px; height:3px; background:#d32e3f; display:block; }
.row-fluid .related-slider { margin:16px -16px 0; display:block; }
.row-fluid .related-post-iteminner { text-align:center; padding:0 16px;}
.row-fluid .related-image { height:233px; text-align:right; }
.row-fluid .related-title a { font-size:14px; line-height:20px; text-transform:uppercase; color:#333333; font-weight:600; letter-spacing:0.5px; }
.row-fluid .related-date {  font-size:16px; font-family: 'PT Serif', serif; font-style:italic; color:#999999; }
.row-fluid .related-text { padding:25px 15px; background:#FFFFFF; -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
     box-shadow: 0 1px 7px rgba(0,0,0,0.1);; }
.row-fluid .related-slider .slick-arrow { width:32px; height:32px; line-height:29px; top:-75px; margin-top:0; background:#e0e0e0; color:#FFFFFF }
.row-fluid .related-slider .slick-arrow:hover { background:#d32e3f; }
.row-fluid .related-slider .slick-arrow.slick-next:before { content:"\f105"; }
.row-fluid .related-slider .slick-arrow.slick-prev:before { content:"\f104"; }
.row-fluid .related-slider .slick-arrow.slick-prev { right:55px; }
.row-fluid .related-slider .slick-arrow.slick-next { left:auto; right:17px; }
.row-fluid .related-post-item1 { padding:0 5px; }

/* blog form */
.row-fluid .hs-richtext { margin:40px 0 35px; font-size:16px; line-height:24px; font-weight:600; text-transform:uppercase; color:#999999; text-align:left; }
.row-fluid .hs-richtext:after { content:''; margin-top:6px; width:37px; height:3px; background:#d32e3f; display:block; }
.hs-blog-post .blog-left .hs-form-field { padding-right:10px; width:33.33%; display:inline-block; float:left; }
.hs-blog-post .blog-left .hs_message , .hs-blog-post .blog-left .hs_comment  { width:100%; }
.hs-blog-post .blog-left input, .hs-blog-post .blog-left form button, .hs-blog-post .blog-left textarea, .hs-blog-post .blog-left select, .hs-blog-post .blog-left input[type="text"], .hs-blog-post .blog-left input[type="password"], .hs-blog-post .blog-left input[type="datetime"], .hs-blog-post .blog-left input[type="datetime-local"], .hs-blog-post .blog-left input[type="date"], .hs-blog-post .blog-left input[type="month"], .hs-blog-post .blog-left input[type="time"], .hs-blog-post .blog-left input[type="week"], .hs-blog-post .blog-left input[type="number"], .hs-blog-post .blog-left input[type="email"], .hs-blog-post .blog-left input[type="url"], .hs-blog-post .blog-left input[type="search"], .hs-blog-post .blog-left input[type="tel"], .hs-blog-post .blog-left input[type="color"] { font-weight:600; background:#FFFFFF;  }
.hs-blog-post .blog-left .hs-form-field > label { display:none; }

.hs-blog-post .blog-left .hs_submit { width:100%; float:left; }
.hs-blog-post .blog-left .actions { margin-top:5px; background:transparent; font-size:13px; line-height:24px; font-weight:700; padding:0; color:#fff; display:inline-block; position:relative; border:2px solid #e0e0e0; cursor:pointer; }
.hs-blog-post .blog-left .actions:before { content:"\f1d8"; width:45px; height:45px; line-height:42px; background-color:transparent; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; color:#999999; font-family: 'FontAwesome'; position:absolute; top:-2px; left:100%; text-align:center;  border:2px solid #e0e0e0; cursor:pointer; }
.hs-blog-post .blog-left input[type=submit], .row-fluid .contact-form form button, .row-fluid .contact-form .hs-button { padding:0; height:41px; min-width:188px; background:transparent; color:#999999; }
.hs-blog-post .blog-left .actions:hover:before { background:#d32e3f; color:#FFFFFF }
.hs-blog-post .blog-left .actions:hover input[type=submit] , .hs-blog-post .blog-left .actions:hover form button , .hs-blog-post .blog-left .actions:hover .hs-button  { background:#d32e3f; color:#FFFFFF }

/* blog right */
.row-fluid .blog-right { padding-top:20px; }
.row-fluid .google-search .hs-form .field > label { display:none; }
.row-fluid .google-search .input { position:relative; }
.row-fluid .google-search .hs-button { margin:0; min-width:auto; position:absolute; top:0; right:0; height:100%; font-size:0; background:transparent; color:#999999; line-height:28px; }
.row-fluid .google-search .hs-button:hover { color:#d32e3f; background:transparent; }
.row-fluid .google-search .hs-button:after { content:"\f002"; font-size:16px; line-height:30px; font-family: 'FontAwesome'; display:inline-block; }
.row-fluid .google-search input { background:#FFFFFF; }

.row-fluid .blog-right-topic { padding:50px 0 40px; }
.row-fluid .blog-right-topic h3 , .row-fluid .blog-right-posttopic h3 { font-size:14px; line-height:22px; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .blog-right-topic h3:after , .row-fluid .blog-right-posttopic h3:after { content:''; margin:10px 0; width:27px; height:3px; display:block; background:#d32e3f; }
.row-fluid .blog-right-box { display:inline-block; width:100%; margin-bottom:20px; }
.row-fluid .blog-right-box .post-image { margin-top:7px; width:50px; height:50px; float:left; }
.row-fluid .post-topic { width:calc(100% - 50px); float:left; padding-left:15px; }
.row-fluid .post-date-box { font-size:13px; color:#d32e3f; }
.row-fluid .post-topic .post-title a { font-size:14px; line-height:20px; color:#777777; }

.row-fluid .blog-right-posttopic ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .blog-right-posttopic ul li { margin:0; padding-left:15px; display:block; position:relative; }
.row-fluid .blog-right-posttopic ul li a { color:#999999; font-weight:bold; letter-spacing:0.5px }
.row-fluid .blog-right-posttopic ul li a:before { content:"\f105"; display:inline-block; font-family: 'FontAwesome'; position:absolute; top:0; left:0; }
.row-fluid .blog-right-posttopic ul li a:hover { color:#d32e3f; }

.row-fluid .blog-section3 .post-listing { margin:0; width:100%; display:inline-block; }
.row-fluid .blog-section3 .hs-author-name { font-size:24px; line-height:32px; padding:0 0 20px; }
.row-fluid .blog-section3 .hs-author-avatar { width:115px; height:115px; display:inline-block; overflow:hidden; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; border:3px solid #d32e3f; }
.row-fluid .blog-section3 .hs-author-profile { margin:20px 0 0; padding:30px; max-width:800px; display:inline-block; width:100%; font-size:18px; line-height:30px; background:#FFFFFF; }
.row-fluid .blog-section3 .hs-author-bio { margin:10px 0; }

.row-fluid .blog3-left .hs-author-profile { padding:25px; background:#FFFFFF; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; margin-bottom: 50px; }
.row-fluid .blog3-left .hs-author-profile .hs-author-name { padding-bottom: 20px; }
.row-fluid .blog3-left .hs-author-profile .hs-author-name:after {content: ''; margin: 10px auto 0; width: 60px; height: 2px; background: #777777; display: block; }
.row-fluid .blog3-left .hs-author-profile .hs-author-avatar { margin: 20px 0 20px 0; }
.row-fluid .blog3-left .hs-author-profile .hs-author-avatar img { max-width: 200px; border-radius: 50%; }
.row-fluid .blog3-left .hs-author-profile .hs-author-avatar.avatar-w4 img { max-width: 80px; border-radius: 0%; }

.hs-blog-listing .hs-author-social-links { margin-top:10px; }  
.hs-blog-listing .hs-author-social-links a { background-image:none !important; width:auto; height:auto; text-indent:0; font-size:0; padding:0 7px; }


.hs-blog-listing .hs-author-social-links a:nth-child(1):after { content:"\f082"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-listing .hs-author-social-links a:nth-child(2):after { content:"\f099"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-listing .hs-author-social-links a:nth-child(3):after { content:"\f1a0"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-listing .hs-author-social-links a:nth-child(4):after { content:"\f0e1"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-listing .hs-author-social-links a:nth-child(5):after { content:"\f231"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-listing .hs-author-social-links a.hs-social-facebook:after { content:"\f082"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-listing .hs-author-social-links a.hs-social-linkedin:after { content:"\f08c"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.hs-blog-listing .hs-author-social-links a.hs-social-twitter:after { content:"\f099"; font-size:20px; line-height:28px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }

.hs-blog-listing .hs-author-social-links a:hover:after { color:#d32e3f; }
.hs-blog-listing .blog-left .hs-author-listing-header { display:none; }

.row-fluid .pagination-block { margin-top:50px; display:inline-block; width:100%; }
ul.pagination { margin:0; padding:0; list-style-type:none; }
ul.pagination li { margin:0; padding:0; display:inline-block; }
ul.pagination li a { margin:3px 2px; padding:7px 15px; background:#d32e3f; color:#FFFFFF; font-size:16px; line-height:26px; border-bottom-left-radius:8px; vertical-align:middle; display:inline-block; border:2px solid transparent; }
ul.pagination li a i { padding:0 5px; }
ul.pagination li a:hover , ul.pagination li.active a { background:transparent; color:#d32e3f; border-color:#d32e3f; }

.sidebar.social-sharing { width:auto; display:inline-block; }
.social-sharing ul.share-buttons { margin:0; padding:0; list-style-type:none; }
.social-sharing ul.share-buttons li { margin:0; padding:0 3px; display:inline-block; }
.social-sharing ul.share-buttons li:nth-child(1) a:after { content:"\f082"; font-size:16px; line-height:22px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.social-sharing ul.share-buttons li:nth-child(2) a:after { content:"\f099"; font-size:16px; line-height:22px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.social-sharing ul.share-buttons li:nth-child(3) a:after { content:"\f0e1"; font-size:16px; line-height:22px; color:#999999; display:inline-block; font-family: 'FontAwesome'; }
.social-sharing ul.share-buttons li a:hover:after { color:#d32e3f; }

/* one col section */
.row-fluid .hero-onecol { padding-top:95px; position:relative; }
.row-fluid .hero-onecol:before { content:''; width:100%; height:100%; background:#000000; opacity:0.50; position:absolute; top:0; left:0;  }
.row-fluid .hero-onecol > div { position:relative; }
.row-fluid .onecol-content { padding:70px 0 145px; font-size:32px; line-height:40px; font-family: 'Montserrat', sans-serif; letter-spacing:1px; }
.row-fluid .onecol-content h1 { font-size:48px; line-height:58px; color:#FFFFFF; font-weight:600; }

.row-fluid .onecol-text { padding:90px 0 70px; }
.row-fluid .onecol-content1 { font-size:16px; line-height:32px; text-align:justify; }
.row-fluid .onecol-content1 h3 { font-size:22px; line-height:30px; font-weight:600; text-transform:uppercase; }
.row-fluid .onecol-content1 h3:after { content:''; margin-top:18px; width:130px; height:3px; background:#d32e3f; display:block; }

.row-fluid .blog-latest { padding:70px 0 50px; }
.row-fluid .blog-posts { margin-bottom:0; }
.row-fluid .blog-posts .post-text { -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     box-shadow: 0 1px 3px rgba(0,0,0,0.1);; }

/* simple banner one col */
.simple-banner .top { position:relative; }
.simple-banner .logo1 { display:none; }
.simple-banner .logo-fixed { display:block !important; }

.row-fluid .hero-simple { background:#2d3034; }
.row-fluid .hero-onecol-slider { padding:80px 0 150px; }
.row-fluid .simple-content { padding:30px 0 50px; }
.row-fluid .onecol-box { padding:0 25px; }
.row-fluid .onecol-box h1 {  font-size:48px; padding:43px 0 20px; line-height:58px; color:#FFFFFF; font-weight:600; }

.row-fluid .hero-onecol-slider .slick-arrow { line-height:90px !important; }
.row-fluid .hero-onecol-slider .slick-arrow.slick-prev { right:auto; left:0; }
.row-fluid .hero-onecol-slider .slick-arrow.slick-next { right:0; left:auto; }
.row-fluid .hero-onecol-slider .slick-arrow { background:#f5f5f5; }
.row-fluid .hero-onecol-slider .slick-arrow:hover { background:#d32e3f; opacity:1; }
.row-fluid .hero-onecol-slider .slick-arrow.slick-prev:before { content:''; width:48px; height:24px; background-position:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/simple-arrow1.png') no-repeat; display:inline-block; position:relative; left:18px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .hero-onecol-slider .slick-arrow.slick-next:before { content:''; width:48px; height:24px; background-position:center; background-repeat:no-repeat; background:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/THG%20Theme/Image/simple-arrow2.png') no-repeat; display:inline-block; position:relative; right:18px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .hero-onecol-slider .slick-arrow:hover.slick-prev:before { left:8px; }
.row-fluid .hero-onecol-slider .slick-arrow:hover.slick-next:before { right:8px; }

/* samall banner */
.row-fluid .small-banner { padding:45px 0 60px; }

/* one col video */
.row-fluid .onecol-contentvideo { padding:77px 0 158px; }
.row-fluid .onecol-contentvideo h1 { padding:15px 0 50px; }

/* col menu section */
.row-fluid .rightpadding { padding-right:20px; }
.row-fluid .leftpadding { padding-left:20px; }
.row-fluid .banner-menu ul { margin:0; padding:0; list-style-type:none; border-bottom:5px solid #d32e3f; border-top:5px solid #d32e3f; background:#f5f5f5 }
.row-fluid .banner-menu ul li { margin:0; padding:0; display:inline-block; width:100%; float:left !important }
.row-fluid .banner-menu ul li a { padding:12px 20px; color:#777777; width:100%; font-size:16px; border-bottom:1px solid #FFFFFF; position:relative; }
.row-fluid .banner-menu ul li a:hover { background:#d32e3f; color:#FFFFFF; }
.row-fluid .banner-menu ul li.hs-item-has-children > a:after { content:"\f105"; display:inline-block; font-family: 'FontAwesome'; float:right; position:absolute; top:50%; right:24px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .banner-menu ul li:last-child a { border-bottom:none; }
.row-fluid .banner-menu ul li a.active:after { content:'\f107'; }

.row-fluid .banner-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position:relative; display:none; z-index:1; visibility:visible; opacity:1; float:left; width:100%; }
.row-fluid .banner-menu ul li ul { background:rgba(0,0,0,0.1); }

/* three col */
.row-fluid a.three-cta { padding:8px 20px; min-width:155px; font-size:13px; line-height:20px; color:#d32e3f; background-color:#f5f5f5; display:inline-block; font-weight:bold; text-transform:uppercase; text-align:center; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid a.three-cta:hover { background:#d32e3f; color:#FFFFFF }
.row-fluid a.three-cta1 { background:#d32e3f; color:#FFFFFF; }
.row-fluid a.three-cta1:hover { background:#f5f5f5; color:#d32e3f; }

.row-fluid .three-col blockquote { margin:0; }
.row-fluid .onecol-content1 img { max-width:100%; }

/* new blog */
.row-fluid .blog-new { padding:80px 0; }
.row-fluid .blog-block1 .post-listing { margin:0; }
.row-fluid .blog-postbg { height:450px; }
.row-fluid .post-box-inner { margin-bottom:40px; text-align:center; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; background:#FFFFFF; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;;  }
.row-fluid .post-box-inner:hover { -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
     box-shadow: 0 6px 10px rgba(0,0,0,0.2);; }
.row-fluid .post-box-inner a.topic-link { margin:0 2px; color:#FFFFFF; }
.row-fluid .post-box-inner a.topic-link:hover { color:#FFFFFF; }
.row-fluid .post-box-inner .row-fluid a.topic-link:last-child { margin:inherit; }
.row-fluid .blog-inner-text { padding:0 25px 35px; font-size:17px; line-height:36px; }

.row-fluid .blog-inner-title { margin-left:50px; margin-right:50px; margin-top:-60px; padding:20px; background:#FFFFFF; position:relative; } 
.row-fluid .blog-inner-title:after { content: ''; border: 60px solid #FFFFFF; position: absolute; top: 0; right: 100%; /* border-right-color: transparent; */ border-left-color: transparent; border-bottom-color: transparent; border-top-color: transparent; } 
.row-fluid .blog-inner-title:before { content: ''; border: 60px solid #FFFFFF; position: absolute; top: 0; left: 100%; border-right-color: transparent; /*border-left-color: transparent;*/ border-bottom-color: transparent; border-top-color: transparent; } 

.row-fluid .blog-inner-title .hubspot-editable:after { content:''; margin:10px auto 0; width:60px; height:1px; background:#777777; display:block; }
.row-fluid .blog-inner-title .hubspot-editable { font-style:italic; font-family: 'PT Serif', serif; }
.row-fluid .blog-inner-title h2 { font-size:26px; line-height:34px; letter-spacing:1.5px; }
.row-fluid .blog-inner-title h2 a { color:#333333; }
.row-fluid .blog-inner-title h2 a:hover { color:#d32e3f; }
.row-fluid .blog-inner-title a { color:#333333; }
.row-fluid .blog-inner-title a:hover , .row-fluid .contact-box-blog a:hover { color:#d32e3f; }
.row-fluid .blog-comment { margin-top:25px; width:100%; display:inline-block; }
.row-fluid .contact-box-blog { padding:0; width:33.33%; display:inline-block; vertical-align:middle; border:1px solid #e0e0e0; float:left; }
.row-fluid .contact-box-blog a { color:#777777; }

.row-fluid .title-heading-right h3 , .row-fluid .blog-recent-slider h3 { font-size:16px; line-height:26px; padding:12px 10px;  color:#FFFFFF; font-weight:normal; background:#333333; text-align:center; text-transform:uppercase; position:relative; letter-spacing:0.7px; border-bottom-left-radius:8px; }
.row-fluid .title-heading-right h3:after , .row-fluid .blog-recent-slider h3:after { content:''; border:1px solid rgba(255,255,255,0.5); position:absolute; top:5px; bottom:5px; right:5px; left:5px; border-bottom-left-radius:8px; }

.row-fluid .blog-post-right { padding:25px; margin-bottom:30px; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; }
.row-fluid .blog-right-icon ul.share-buttons { margin-top:25px; }
.row-fluid .blog-right-icon ul.share-buttons li a { width:36px; height:36px; line-height:34px; border:1px solid #e0e0e0; display:inline-block; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid .blog-right-icon ul.share-buttons li a:after { -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .blog-right-icon ul.share-buttons li a:hover { background:#d32e3f; border-color:#d32e3f; }
.row-fluid .blog-right-icon ul.share-buttons li a:hover:after {color:#FFFFFF; }

.row-fluid .blog-right-form { padding:15px; border:1px solid #e0e0e0; }
.row-fluid .blog-right-form .hs-form-field > label { display:none; }
.row-fluid .blog-right-form .hs-input { background:#FFFFFF; border:1px solid #e0e0e0 }

.row-fluid .blog-right-form .hs-button { width:100%; }
.row-fluid .blog-right-form .hs-button:hover { background:transparent; border:2px solid #d32e3f; color:#d32e3f }
.row-fluid .popular-box { display:inline-block; width:100%; margin-top:20px; }
.row-fluid .blog-popular .post-image { width:90px; height:60px; float:left; }
.row-fluid .popular-text { width:calc(100% - 90px); float:left; padding-left:15px; }
.row-fluid .popular-date { font-style:italic; font-family: 'PT Serif', serif; }
.row-fluid .popular-box .post-title { font-size:16px; line-height:24px; font-weight:600; }
.row-fluid .popular-box .post-title a { color:#777777; }
.row-fluid .popular-box .post-title a:hover { color:#d32e3f; }

.row-fluid .blog-categories .widget-module ul { margin:15px 0 0; padding:0; list-style-type:none; }
.row-fluid .blog-categories .widget-module ul li { margin:0; padding:7px 0; display:block; border-bottom:1px solid #e0e0e0; }
.row-fluid .blog-categories .widget-module ul li a { color:#777777; }
.row-fluid .blog-categories .widget-module ul li a span { float:right }
.row-fluid .blog-categories .widget-module ul li a:hover { color:#d32e3f; }
.row-fluid .blog-categories .widget-module ul li:last-child { border-bottom:none; }

.hs-blog-listing .blog-recent-slider , .hs-blog-listing .blog-form-new  { display:none; }

/* blog author section */
.hs-blog-post .blog-about-author { padding:25px; position:relative; }
.row-fluid .blog-author-img { width:120px; height:120px; position:absolute; top:25px; left:25px; -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;; display:inline-block; }
.row-fluid .blog-author-text { padding-left:145px; }
.row-fluid .blog-author-text h3 { font-size:20px; line-height:26px; text-transform:uppercase; padding:0; letter-spacing:1px; }
.row-fluid .blog-author-text h3:after { content:''; margin:10px 0 5px; width:35px; height:2px; background:#d32e3f; display:block; }
.row-fluid .blog-author-text h3 a { color:#1A1A1A; }
.row-fluid .blog-author-text h3 a:hover { color:#d32e3f; }

#hubspot-author_data .hs-author-avatar-small { max-height: 25px; border-radius: 50%; vertical-align: middle;}
#hubspot-author_data .hs-author-avatar-small.avatar-w4 { max-height: 25px; border-radius: 0%; vertical-align: middle;}

/*.hs-blog-post .row-fluid .blog-block { padding:25px; background:#FFFFFF; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; }*/
.hs-blog-post .blog-new1 { padding:25px; background:#FFFFFF; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; }
.hs-blog-post .blog-block .post-header { text-align:center; }
.hs-blog-post .blog-block .post-header h1 { padding:0; }



.hs-blog-post .blog-block .hs-featured-image-wrapper { height:200px; }
.hs-blog-post .blog-block .post-body { padding-top:20px; }
.hs-blog-post .blog-block blockquote { padding:12px 20px 8px 55px; border-left:none; background:#333333; position:relative; }
.hs-blog-post .blog-block blockquote:after { content:"\f10d"; font-size:22px; display:inline-block; font-family: 'FontAwesome'; position:absolute; top:20px; left:24px; color:#d32e3f; }
.hs-blog-post .blog-block blockquote:before { content:''; position:absolute; top:10px; bottom:10px; right:10px; left:10px; border:1px solid #e0e0e0; }

.hs-blog-post .blog-new-comment { margin-top:10px; display:inline-block; width:100%; text-align:center; }
.hs-blog-post .blog-new-comment .custom_listing_comments1 , .hs-blog-post .blog-new-comment .social-sharing { padding:7px 0; width:50%; float:left; border:1px solid #e0e0e0; }
.hs-blog-post .blog-relatedN .related-author , .hs-blog-post .blog-relatedN .related-date { display:inline-block; font-size:16px; font-family: 'PT Serif', serif; font-style:italic; }

/* blog-pagination */
.hs-blog-post .blog-pagination { margin:30px 0; padding:25px; background:#FFFFFF; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; }
.hs-blog-post .blog-previous , .hs-blog-post .blog-next { width:49.6%; padding:0 15px; display:inline-block; vertical-align:middle; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color:#1A1A1A; }
.hs-blog-post .blog-previous span , .hs-blog-post .blog-next span { display:block; }
.hs-blog-post .blog-previous a , .hs-blog-post .blog-next a  { font-family: 'PT Serif', serif; font-style:italic; letter-spacing:0; text-transform:initial; color:#777777; } 
.hs-blog-post .blog-previous a:hover , .hs-blog-post .blog-next a:hover { color:#d32e3f; }
.hs-blog-post .blog-previous { border-right:1px solid #e0e0e0; }
.hs-blog-post .blog-next { text-align:right; }

/* blog-recent-slider */
.row-fluid .blog-recent-slider , .row-fluid .blog-form-new { padding:25px; margin-top:30px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.1);
     box-shadow: 0 0 7px rgba(0,0,0,0.1);; }
.row-fluid .related-slider1 { margin:0; padding:30px 0; }
.row-fluid .related-slider1 .related-text {  -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    -ms-box-shadow: inherit;
     box-shadow: inherit;;  }
.row-fluid .related-slider1 ol.flex-control-nav li a, .row-fluid .related-slider1 ul.slick-dots li button { width:12px; height:12px; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }

/* blog form new */
.row-fluid .blog-form-new .hs-richtext { margin:0 0 35px; }
.row-fluid .blog-form-new .hs-richtext:after { display:none; }
.row-fluid .blog-form-new h4 { margin:0 15px; font-size:18px; line-height:26px; padding:12px 10px;  color:#FFFFFF; font-weight:normal; background:#333333; text-align:center; text-transform:uppercase; position:relative; }
.row-fluid .blog-form-new h4:after { content:''; border:1px solid rgba(255,255,255,0.5); position:absolute; top:5px; bottom:5px; right:5px; left:5px; }

.row-fluid .blog-form-new form { margin:0 -15px; display:block; }
.row-fluid .blog-form-new .hs-form-field > label { display:none; }
.row-fluid .blog-form-new input, .row-fluid .blog-form-new form button, .row-fluid .blog-form-new textarea, .row-fluid .blog-form-new select, .row-fluid .blog-form-new input[type="text"], .row-fluid .blog-form-new input[type="password"], .row-fluid .blog-form-new input[type="datetime"], .row-fluid .blog-form-new input[type="datetime-local"], .row-fluid .blog-form-new input[type="date"], .row-fluid .blog-form-new input[type="month"], .row-fluid .blog-form-new input[type="time"], .row-fluid .blog-form-new input[type="week"], .row-fluid .blog-form-new input[type="number"], .row-fluid .blog-form-new input[type="email"], .row-fluid .blog-form-new input[type="url"], .row-fluid .blog-form-new input[type="search"], .row-fluid .blog-form-new input[type="tel"], .row-fluid .blog-form-new input[type="color"] { background:#FFFFFF; border:1px solid #e0e0e0; font-family: 'PT Serif', serif; font-style:italic; border-bottom-left-radius:8px; }
.row-fluid .blog-form-new .hs-button { width:100%; border:none; background-color:#d32e3f; border:2px solid transparent; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-style:normal;  }
.row-fluid .blog-form-new .hs-button:hover { border-color:#d32e3f; background:transparent; color:#d32e3f; }  
.row-fluid .blog-form-new .hs-form-field { padding:0 15px; width:33.33%; float:left; margin-bottom:30px; }
.row-fluid .blog-form-new .hs_comment.hs-form-field { width:100%; }
.row-fluid .blog-form-new .actions { display:inline-block; width:100%; padding:0 15px; }
.row-fluid .blog-form-new .hs_subscribe { width:auto; }

/* comment */
.row-fluid .new-comments { font-size:17px; line-height:34px; text-align:center; }
.row-fluid .new-comments .comment  { padding:0 0 30px 0; border-top:none; margin-bottom:30px; border-bottom:2px solid #1A1A1A; }
.row-fluid .new-comments .comment:nth-child(even) { padding-left:50px; }
.row-fluid .new-comments .comment-from { width:100%; }
.row-fluid .new-comments .comment-from h4 { padding:18px 54px; } 
.row-fluid .new-comments .comment-reply-to.hs-button { color:#FFFFFF; }
.row-fluid .new-comments .comment-reply-to.hs-button:hover { color:#d32e3f; }

/* blog 3 section */
.hs-blog-listing .blog3-section { padding:80px 0 60px; }
.hs-blog-listing .blog3-left { margin:0; width:100%; }
.hs-blog-listing .blog3-left .post-box-inner { width:48.7%; float:left; padding:0; margin-right:30px; position:relative; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;;  }
.hs-blog-listing .blog3-left .post-box-inner:hover { -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
     box-shadow: 0 6px 10px rgba(0,0,0,0.2);; }
.hs-blog-listing .blog3-left .post-box-inner:nth-child(even) { margin-right:0; }
.hs-blog-listing .blog3-left .blog3-inner { padding:0 15px; }
.hs-blog-listing .blog3-right { display:none; }

.hs-blog-listing .blog3-left { text-align:center; }
.row-fluid .blog3-left .blog-postbg { height: 340px; }
.row-fluid .blog3-left .blog-inner-title { margin-top:-35px; padding:20px 0 10px; margin-right:35px; margin-left:35px; }
.row-fluid .blog3-left .blog-inner-title:before , .row-fluid .blog3-left .blog-inner-title:after { border-width:35px; }
.row-fluid .blog3-left .blog-inner-text { padding:0 18px; font-size:15px; line-height:28px; }
.row-fluid .blog3-left .blog-inner-title h2 { font-sizE:20px; line-height:28px; padding:5px 0; }
.row-fluid .blog3-left .blog-comment { padding:10px 0 20px; }
.row-fluid .blog3-left .contact-box-blog { width:50%; }
.row-fluid .contact-box-blog1 { padding:7px 0; }

.hs-blog-listing .blog3-section .pagination-block { margin-top:20px; }

/* blog 4 section */
.hs-blog-listing .blog4-right { display:none; }
.hs-blog-listing .blog4-left { width:100%; margin:0; text-align:center; }
.hs-blog-listing .blog4-left .hs-featured-image-wrapper { width:50%; float:left; }
.hs-blog-listing .blog4-left .post-box-inner { margin-bottom:0; }
.hs-blog-listing .blog4-left .blog-inner-text { width:50%; float:left; padding:0; position:relative; }
.hs-blog-listing .blog4-left .post-box-inner:nth-child(even) .hs-featured-image-wrapper { float:right; }
.hs-blog-listing .blog4-left .blog-inner-text:before { content:''; border:1px solid #e0e0e0; position:absolute; top:5px; left:5px; right:5px; bottom:5px; }
.hs-blog-listing .blog4-left .blog-inner-text > div { position:relative; }
.hs-blog-listing .blog4-left .blog4-text { padding:40px; font-size:15px; line-height:32px; }
.hs-blog-listing .blog4-left .blog-inner-title1 h2 { font-sizE:20px; line-height:28px; padding:5px 0; }
.hs-blog-listing .blog4-left .blog-inner-title1 h2 a { color:#333333; }
.hs-blog-listing .blog4-left .blog-inner-title1 h2 a:hover { color:#d32e3f; }
.hs-blog-listing .blog4-left .blog-inner-title1:after { content:''; margin:15px auto 8px; width:60px; height:1px; background:#333333; display:block; }

.hs-blog-listing .blog4-left .pagination-block { margin-top:50px; }

/* about page 2 */
.row-fluid .about-box { width:50%; margin:0; }
.row-fluid .about-boxinner { padding:100px 30px 100px 0; }
.row-fluid .about-boxinner h2 { font-size:26px; line-height:34px; letter-spacing:2px; }
.row-fluid .about-boxinner h2:after { content:''; margin:10px 0; width:134px; height:2px; background:#d32e3f; display:block; }
.row-fluid a.cta-arrow2.about-cta { text-align:center; position:relative; padding:10px 60px 10px 25px; border:2px solid #d32e3f; }  
.row-fluid a.cta-arrow2.about-cta:before { right:0; left:auto; background:#d32e3f; color:#FFFFFF; }
.row-fluid a.cta-arrow2.about-cta:hover { background:transparent; color:#d32e3f; }
.row-fluid a.cta-arrow2.about-cta:hover:before { background:transparent; color:#d32e3f; border-left-color:#d32e3f; }

/* service page 2 */
.row-fluid .ourservice1-section { padding:80px 0; }
.row-fluid .ourservice2-section { padding-top:30px; display:inline-block; width:100%; }
.row-fluid .ourservice2-section .serviceBox-img , .row-fluid .ourservice2-section .serviceText  { float:left; width:50%; position:relative; }
.row-fluid .ourservice2-section .serviceBox-img:after { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.4; }
.row-fluid .ourservice2-section .serviceText { padding:0; }
.row-fluid .ourservice2-section .serviceText-inner { padding:20px 30px 60px; position:relative; }
.row-fluid .ourservice2-section .serviceText-inner:before { content:''; position:absolute; top:5px; right:5px; left:5px; bottom:5px; border:1px solid #e0e0e0; }
.row-fluid .ourservice2-section .serviceText-inner > div { position:relative; }
.row-fluid .ourservice2-section .hs_cos_wrapper_widget:nth-child(even) .serviceBox-img { float:right; }
.row-fluid .ourservice2-section .hs_cos_wrapper_widget:nth-child(even) .serviceText-inner:before { left:0; }
.row-fluid .ourservice2-section .hs_cos_wrapper_widget:nth-child(odd) .serviceText-inner:before { right:0; }

/* career page */
.row-fluid .accordion-text1 { padding:15px 0 25px; }
.row-fluid a.career-link { font-size:16px; line-height:24px; padding:10px 20px; min-width:180px; border:2px solid transparent; background:#d32e3f; color:#FFFFFF; display:inline-block; text-align:center; }
.row-fluid a.career-link:hover { border-color:#d32e3f; color:#d32e3f; background:transparent; }

.row-fluid .career-accordion .accordion-title { background:#2d3034; }
.row-fluid .career-accordion .accordion-title:after { content:"\f107"; }
.row-fluid .career-accordion .accordion-title.active:after { content:"\f106"; }


@media (min-width: 768px) and (max-width: 1200px){ 
    
    h1 { font-size:34px; line-height:46px; }
    h2 { font-size:30px; line-height:40px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:26px; line-height:32px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:22px; line-height:26px; }
    
    /*Heading*/
    
    /*top*/
    
    /*menu*/
    
    /*header slider*/
    
    /*header*/
    
    /* footer */
    .row-fluid .footer-block { padding-right:15px; }
    .row-fluid .footer-menu ul li a { font-size:12px; }
    .row-fluid .footer-icon ul li a { width:28px; height:28px; line-height:26px; }
    
    .row-fluid .footer-menuB ul li a { padding:10px 15px; }
    
    /* home page 2 */
    .row-fluid .ourservice-section { padding:50px 0 65px; }
    
    /* about page */
    .row-fluid .hystory-text h2 { font-size:30px; line-height:38px; }
    .row-fluid .hystory-text { padding-left:40px; }
    
    .row-fluid .satisfied-title { font-size:14px; }
    
    /* featured section */
   .row-fluid .row-fluid .featured-right { font-size:14px; line-height:25px; }
   
}

@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper {  max-width:920px; }
    
    /*Heading*/
    
    /*top*/
    .row-fluid .top { padding:23px 30px 3px; }
    
    /*menu*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:6px 8px; font-size:12px; }
    
    
    /*header slider*/
    
    /*header*/
    
    /* home page 2 */
    .row-fluid .future-section1.future-section2 .future-text h5 { font-size:14px; }
    
    /* team page */
    .row-fluid .team-img { height:300px; }
    .row-fluid .team-icon a { margin:0; width:28px; height:28px; line-height:26px; }
    
    /* choose section */
    .row-fluid .future-section3 { padding:60px 10px 0 10px; }
    
    /* ebook landing page */
    .row-fluid .aboutauthor-text { width:72%; }
    
    /* blog 3 section */
    .hs-blog-listing .blog3-left .post-box-inner { margin-right:23px; }
    
    
    
    
    
    
}

@media (min-width: 901px) and (max-width: 991px){
    
    /*menu*/
    .row-fluid .mainmenu { margin:16px 0 0; }
    .row-fluid .mainmenu ul li { padding:0 2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:3px 3px !important; font-size:12px; }
 
}

@media (min-width: 901px){
    
    
    .row-fluid .top.fixed { top:0; padding:10px 40px 0; position:fixed; left:0; border-bottom:none; background:#FFFFFF; -webkit-box-shadow: 0 0 10px 5px rgba(000,000,000,0.1);
    -moz-box-shadow: 0 0 10px 5px rgba(000,000,000,0.1);
    -o-box-shadow: 0 0 10px 5px rgba(000,000,000,0.1);
    -ms-box-shadow: 0 0 10px 5px rgba(000,000,000,0.1);
     box-shadow: 0 0 10px 5px rgba(000,000,000,0.1); }
    .row-fluid .top.fixed .logo-orignal { display:block; }
    .row-fluid .top.fixed .logo-white { display:none; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#333333; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#d32e3f; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#d32e3f; } 
    .row-fluid .top.fixed .row-fluid .mainmenu { margin:12px 0 0 0; background:transparent; color:#d32e3f; }

    .row-fluid .top.fixed .language-selector .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#333333; }
    .row-fluid .top.fixed .language-selector .hs-menu-wrapper > ul > li:hover > a { color:#d32e3f; }
    .row-fluid .top.fixed .language-selector .hs-menu-wrapper > ul > li.active-branch > a { color:#d32e3f; } 
    .row-fluid .top.fixed .row-fluid .language-selector { margin:12px 0 0 0; background:transparent; color:#d32e3f; }
  
    /* simple col */
    .simple-banner .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .simple-banner.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .simple-banner.row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#333333; }
    .simple-banner .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:#d32e3f; color:#FFFFFF; }
    .simple-banner .row-fluid .search-icon:before { color:#d32e3f; }
    .simple-banner .row-fluid .search-icon:hover:before { color:#333333; }
    .simple-banner .row-fluid .search-section { border-left:1px solid rgba(0,0,0,0.15); }
    
   
}

@media (min-width: 900px){
    
    .row-fluid .mainmenu ul li { padding:0 5px 24px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:#FFFFFF; color:#d32e3f; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#d32e3f; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:180px; padding:1px 0 2px; margin:0px; background:#292929;  position: absolute;  top:100%;  left:0 !important; -webkit-box-shadow: 6px 0 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 6px 0 4px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 6px 0 4px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 6px 0 4px 0 rgba(0,0,0,0.2);
     box-shadow: 6px 0 4px 0 rgba(0,0,0,0.2);; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-menu-depth-1 > ul:before { content:''; border:7px solid #292929; border-left-color: transparent; border-right-color: transparent; border-top-color: transparent; height: 0;  width: 5px; position: absolute; bottom: 100%; left:14px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { font-family:'Montserrat', Arial, Helvetica, sans-serif; padding:9px 15px; line-height:20px; color:#fff; width:100%; font-size:12px; border-bottom:1px solid rgba(225,255,255,0.1); position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child a:visited { border-bottom:none; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { position:relative; z-index:22; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li.hs-item-has-children > a:after { content:"\f105"; display:inline-block; font-family: 'FontAwesome'; float:right; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:before { content:''; height:100%; position:absolute; top:100%; left:0; bottom:0; right:0; background:#d32e3f; opacity:0; z-index:-1; -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover:before { opacity:1; top:0; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100% !important; top:0; } 
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul { opacity:0; visibility:hidden; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2:hover ul { opacity:1; visibility:visible;}
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-3 ul { opacity:0; visibility:hidden; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-3:hover ul { opacity:1; visibility:visible;}
    
    
    .row-fluid .top.fixed .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:#d32e3f; color:#FFFFFF; }
    .row-fluid .top.fixed .row-fluid .search-icon:before { color:#d32e3f; }
    .row-fluid .top.fixed .row-fluid .search-section { margin:10px 0; border-left:1px solid rgba(0,0,0,0.4); height:35px; }
    
    .row-fluid .top.fixed .row-fluid .logo1 , .row-fluid .logo-fixed { display:none; }
    .row-fluid .top.fixed .row-fluid .logo-fixed { display:block; margin-top:0; }
    
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper { display: block; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display:none; }
    
    .row-fluid .top.fixed .row-fluid .mainmenu ul li { padding:1px 2px 18px; }
    .row-fluid .top.fixed .row-fluid .mainmenu ul li ul.hs-menu-children-wrapper li { padding-bottom:0; }
    

}


@media (min-width: 768px) and (max-width: 991px){
    
    .row-fluid .wrapper {  width:720px; }    
    
    /*Heading*/
    
    /*top*/
    .row-fluid .top { padding:23px 25px 0; }
    
    /*menu*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:6px 8px; }
    .row-fluid .top.fixed .row-fluid .mainmenu { margin:13px 0 0; }
    .row-fluid .mainmenu ul li ul.hs-menu-children-wrapper li a { padding:7px 8px !important; }
    
    /*header slider*/
    .row-fluid .hero-text h1 { font-size:42px; line-height:50px; }
    
    /*header*/
    
    /* choose section */
    .row-fluid .choose-inner { padding:30px 15px !important; }
    .row-fluid .choose-content { padding:0 0 0 50px; }
    .row-fluid .choose-block h5 { padding:10px 0 10px 50px; }
    .row-fluid .choose-content:after { left:16px; }
    .row-fluid .choose-block h5:before { width:32px; height:32px; line-height:32px; }
    
    /* service section */
    .row-fluid .service-img { height:230px; }
    .row-fluid .serviceText h4 { margin-top:15px; }
    
    /* counter section */
    .row-fluid .counter-block { padding:0; width:24%; }
    
    /* testimonial section */
    .row-fluid .testimonials-section { padding:80px 0; }
    
    /* blog section */
    .row-fluid .blog-section { padding:75px 0 65px; margin-bottom:360px; }
    .row-fluid .blog-section1 .post-image { height:200px; }
    .row-fluid .blog-section1 .post-text { padding:20px 0; }
    /*.row-fluid .blog-section::after { bottom:-360px; }*/
    
   
   /* footer */
   .row-fluid .footer-icon ul , .row-fluid .footer-menu ul { margin:0 !important; }
   .row-fluid .footer { padding:0 0 50px; }
   .row-fluid .footer-block , .row-fluid .footer-recent { margin:0; padding-left:15px; width:50%; float:left; border:none; }
   .row-fluid .footer-menuB ul li a { padding:10px 5px; }
   
   /* home page 2 */
    .row-fluid .home-video video { width:auto; height:auto; max-width:none; }
   
   /* hero section */
   .row-fluid .hero-box { font-size:20px; }
   .row-fluid .hero-box h1 { font-size:36px; line-height:42px; padding:0 15px; }
   .row-fluid .future-section1.future-section2 .hs_cos_wrapper_widget { width:50%; }
   .future-video { width:500px; }
   
   /* service page */
   .row-fluid .ourservice-section2 { padding:70px 0 20px; }
   .row-fluid .ourservice-section1 div.hs_cos_wrapper_widget { width:50%; }
   .row-fluid .contact-icon ul li { padding:0; }
   
   /* service inner page */
   .row-fluid .service-description { padding:70px 0 40px; }
   .row-fluid .service-description-img { height:400px; }
   .row-fluid .serviceinner-content { padding-top:40px; }
   
   /* choose section */
    .row-fluid .future-section3 { padding:30px 10px 0 10px; }
   
   /* testimonial page */
   .row-fluid .clientssay-section1 .hs_cos_wrapper_widget { margin-bottom:20px; } 
   
   /* faq page */
   .row-fluid .faq-section { padding:60px 0 50px; }
   
   /* team page */
   .row-fluid .team-section { padding:70px 0 50px; }
   .row-fluid .team-img { height:225px; }
   .row-fluid .team-icon a { margin:3px 1px; width:28px; height:28px; line-height:26px; }
   
   /* pricing page */
   .row-fluid .prcing-section1 .hs_cos_wrapper_widget { width:50%; }
   
   /* case study */
   .row-fluid .case-study { padding:70px 0 50px; }
   .row-fluid .case-study1 .hs_cos_wrapper_widget { width:50%; }
   .row-fluid .casestudy-box { font-size:13px; line-height:20px; }
   .row-fluid .casestudy-box h4 { font-size:16px; }
   
   /* case study inner */
   .row-fluid .casestudy-inner { padding:70px 0; }
   
   /* about page */
   .row-fluid .satisfied-section { padding:60px 0; }
   
   /* our resource section */
   .row-fluid .ourresource-section { padding:70px 0; } 
   .row-fluid .ourresource-section1 .hs_cos_wrapper_widget { width:50%; }
   
   .row-fluid .featured-right { width:49%; }
   
   /* landing page */
   .row-fluid .landing-left { width:59.5%; padding-right:30px; }
   .row-fluid .landing-right { padding:30px 15px 45px; }
   
   /* ebook landing page */
   .row-fluid .ebook-contect { padding:25px; }
   .row-fluid .book-title h4 { font-size:20px; }
   .row-fluid .book-left { padding-right:25px; }
   .row-fluid .book-right { padding-left:15px; }
   .row-fluid .aboutauthor-text { width:64.5%; }
   
   /* one col page */
   .row-fluid .hero-onecol-slider { padding:40px 0; }
   
   /* blog */
   .row-fluid .blog-topic { margin-top:50px; }
   .row-fluid .post-header { padding:25px 15px 0; }
   .row-fluid .blog-topic ul li { padding:0 15px; }
   .row-fluid .post-item { width:50%; }
   
   /* blog new */
   .row-fluid .blog-inner-title { margin-top:-30px; }
   .row-fluid .blog-inner-title:before , .row-fluid .blog-inner-title:after { border-width:30px; }
   
   .row-fluid .blog-new { padding:50px 0; }
   .row-fluid .blog-new-left , .row-fluid .blog-new-right { margin:0; width:100%; }
   .row-fluid .blog-new-right { margin:40px 0 0; }
   .row-fluid .blog-inner-title h2 { font-size:22px; line-height:30px; }
   .row-fluid .blog-inner-text { font-size:16px; line-height:32px; }
   
   /* blog 3 section */
   .hs-blog-listing .blog3-section { padding:50px 0; }
   .hs-blog-listing .blog3-left .post-box-inner { margin-right:18px; }
   .row-fluid .blog3-left .blog-inner-title { margin-left:25px; margin-right:25px; }
   .row-fluid .blog3-left .blog-inner-title h2 { font-size:17px; line-height:24px; }
   .row-fluid .blog3-left .blog-postbg { height:270px; }
   
   /* blog 4 section */
   .hs-blog-listing .blog4-left .blog4-text { padding:30px 20px; } 
   
   /* about page 2 */
   .row-fluid .about-boxinner { padding:50px 30px 50px 0; }
    
}

@media (max-width:900px) {
    
     body.mobile-open { overflow-y:hidden; }
    .row-fluid .top { padding-bottom:23px; }
    
    
    .row-fluid .top-search script { display:none !important;  }
    .row-fluid .top-search { margin:10px 0 0; padding:0 20px; display:inline-block; width:100%; min-width:100%; }
    .row-fluid .search-icon { position:relative; display:none; }
    .row-fluid .gsc-input-box, .gsc-input-box-focus , .row-fluid .gsc-search-button { height:40px; }
    .row-fluid .gsc-input-box input[type="text"] { height:40px !important; color:#000; }
    .row-fluid .gsc-search-button:before { height:40px; line-height:40px; }
    .row-fluid td.gsib_b { display:none; }
    
    .row-fluid .top-search .gsc-search-box { width:100%; }
    .row-fluid .top-search .gsc-control-cse { width:100%; }
    
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    .margintop { margin-top:40px; }
    
    h1 { font-size:30px; line-height:44px; }
    h2 { font-size:28px; line-height:38px; }
    h3 { font-size:25px; line-height:32px; }
    h4 { font-size:22px; line-height:30px; }
    h5 { font-size:20px; line-height:28px; }
    h6 { font-size:18px; line-height:24px; }
    
    .row-fluid .wrapper {  width:100%; padding:0 15px; }  
    
    .row-fluid .sub-text { font-size:14px; line-height:24px; }
    .row-fluid .title-text h2 { font-size:18px; padding:0; }
    .row-fluid .title-text h2:after { margin:12px auto 8px; }
    
    /* top */
    .row-fluid .top { padding:12px 15px; }
    .row-fluid a.mobile-trigger { top:18px; }
    
    /* hero section */
    .row-fluid .hero-text { padding:0 15px; }
    .row-fluid .hero-text h1 { font-size:30px; line-height:40px; padding:15px 0; }
    .row-fluid .hero-content { font-size:18px; line-height:24px; }
    .row-fluid .hero-slider .slick-arrow { display:none !important; }
    .row-fluid .hero-cta1, .row-fluid .hero-cta2 { margin:0 50px 0 0; }
    
    /* future-section */
    .row-fluid .future-section { padding:50px 0 15px; }
    .row-fluid .future-section1 span.hs_cos_wrapper { margin:0; }
    .row-fluid .future-section1 .hs_cos_wrapper_widget { padding:0; width:100%; }
    .row-fluid .future-block { margin-bottom:0; }
    .row-fluid .future-content , .row-fluid .future-text { height:auto !important; }
    
    /* choose section */
    .row-fluid .choose-left { width:100%; height:250px !important; }
    .row-fluid .choose-right { width:100%; height:auto !important; }
    .row-fluid .choose-inner { padding:30px 15px !important; }
    .row-fluid .choose-content { padding:0 0 0 50px; }
    .row-fluid .choose-block h5 { padding:10px 0 10px 50px; }
    .row-fluid .choose-content:after { left:16px; }
    .row-fluid .choose-block h5:before { width:32px; height:32px; line-height:32px; }
    
    /* .row-fluid .service-section */
    .row-fluid .service-section { padding:40px 0; }
    .row-fluid .service-content { bottom:0; }
    .row-fluid .service-section1 { padding:0 0 25px; }
    .row-fluid .service-section1 .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .service-section1 span.hs_cos_wrapper { margin:0; display:inline-block; width:100%;}
    
    .row-fluid .serviceText h4 { margin-top:15px; }
    .row-fluid .service-img { height:300px; }
    
    /* counter section */
    .row-fluid .counter-block { display:inline-block; height:auto !important; border-right:none; border-left:none; border-bottom:1px solid; width:50%; }
    
    /* testimonial section */
    .row-fluid .testimonials-section { padding:50px 0; }
    
    /* blog section */
    .row-fluid .blog-section { padding:50px 0 0; }
    .row-fluid .blog-section1 .blog-block { width:100%; margin-bottom:30px; padding:0; }
    .row-fluid .testi-content , .row-fluid .blog-section1 .post-text  { height:auto !important; }
    .row-fluid .blog-section1 .post-title a { color:#FFFFFF; }
    .row-fluid .blog-section { margin-bottom:0; }
    .row-fluid .blog-section:after { display:none; }
    
    
    /* strip section */
    .row-fluid .strip-title { display:block; margin:10px 0; font-size:18px; }
    
    /* footer */
    .row-fluid .footer { padding:0 0 40px; }
    .row-fluid .footer-block ,.row-fluid .footer-recent { height:auto !important; padding:0; border-right:none; }
    .row-fluid .footer-header h3 { margin-top:15px; }
    .row-fluid .footer-header h4 { margin-top:15px; }
    .row-fluid .footer-header h5 { margin-top:15px; }
    .row-fluid .footer-header h6 { margin-top:15px; }  
    .row-fluid .footer-recent { margin-top:35px; }
    
    .row-fluid .footer-bottom { text-align:center; }
    .row-fluid .footer-menuB ul { float:none; display:inline-block; }
    
    /* home page 2 */
    .row-fluid .ourservice-section { padding:50px 25px; }
    
    /* future */
    .row-fluid .future-left, .row-fluid .future-right { width:100%; height:auto !important; }
    .row-fluid .future-left { height:300px !important; }
    .row-fluid .future-section3 { max-width:100%; padding:35px 15px 0; }
    
    /* home page 2 */
    .row-fluid .home-video video { width:auto; height:auto; max-width:none; } 
    
    /* hero section */
    .row-fluid .hero-box { font-size:17px; line-height:24px; }
    .row-fluid .hero-box h1 { font-size:26px; line-height:34px; }
    .row-fluid .ourservice-section { padding:50px 0; }
    .future-video { width:400px; }
    
    /* service page */
    .row-fluid .heronew-content { padding:110px 0 40px; }
    .row-fluid .heronew-content p { font-size:32px; line-height:40px; } 
    .row-fluid .ourservice-section2 { padding:50px 0 0; }
    .row-fluid .ourservice-section1 div.hs_cos_wrapper_widget { width:100%; }
    .row-fluid .contact-left, .row-fluid .contact-right { padding-top:25px; }
    .contact-section { padding:50px 0; }
    .row-fluid .contact-icon ul { margin:5px 0 0; }
    .contact-map iframe { height:250px !important; }
    
    /* service inner page */
   .row-fluid .service-description { padding:50px 0 30px; }
   .row-fluid .service-description-img { height:300px; }
   .row-fluid .serviceinner-content { padding-top:20px; }
   
   /* testimonial page */
   .row-fluid .clientssay-section { padding:60px 0 40px; }
   .row-fluid .clientssay-section1 .hs_cos_wrapper_widget { margin-top:50px; margin-bottom:20px; width:100%; }
   
   /* faq page */
   .row-fluid .faq-section { padding:50px 0 40px; }
   
   /* team page */
   .row-fluid .team-section { padding:50px 0 30px; }
   .row-fluid .team-section1 .hs_cos_wrapper_widget { width:50%; }
   .row-fluid .team-img { height:225px; }
   .row-fluid .team-icon a { margin:3px 1px; width:28px; height:28px; line-height:26px; }
   .row-fluid .pricing-list { height:auto !important; }
   
   /* pricing page */
   .row-fluid .prcing-section { padding:50px 0; }
   .row-fluid .prcing-section1 .hs_cos_wrapper_widget { width:50%; }
   .row-fluid .pricing-amount { padding:15px 0; }
   
   /* case study */
   .row-fluid .case-study { padding:50px 0 30px; }
   .row-fluid .case-study1 .hs_cos_wrapper_widget { width:50%; }
   .row-fluid .casestudy-box { font-size:13px; line-height:20px; }
   .row-fluid .casestudy-box h4 { font-size:16px; }
   
   /* case study inner */
   .row-fluid .casestudy-inner { padding:50px 0; }
   .row-fluid .testimonial-caseinner { padding:40px 0; }
   .row-fluid .testimonial-caseinner1 { font-size:16px; line-height:32px; }
   .row-fluid .caseinner-img { margin-top:15px; margin-bottom:25px; height:280px; }
   .row-fluid .testimonial-caseinner1:before , .row-fluid .testimonial-box:before { margin:0 auto 20px; font-size:25px; line-height:45px; width:45px; height:45px; }
   
   /* about page */
   .row-fluid .hystory-section { padding:50px 0; }
   .row-fluid .hystory-box , .row-fluid .hystory-img { padding:0; width:100%; }
   .row-fluid .hystory-box { margin-top:20px; }
   .row-fluid .hystory-text h2 { font-size:25px; line-height:32px; padding:0 0 10px; } 
   
   .row-fluid .team-menber { padding:50px 0; }
   .row-fluid .satisfied-section { padding:50px 0; }
   .row-fluid .satisfied-title h1 { font-size:23px; line-height:30px; }
   .row-fluid .satisfied-slider { padding:0; }
   .row-fluid .satisfied-slider ol.flex-control-nav, .row-fluid .satisfied-slider ul.slick-dots { margin:10px 0 0; }
   .row-fluid .satisfied-box { padding:0 5px; }
   .row-fluid .satisfied-boxinner { padding:10px; }
   .row-fluid .satisfied-title { font-size:13px; line-height:20px; }
   
   .row-fluid .counter-box { margin:0; width:50%; float:left; padding-bottom:20px; }
   
   /* thank You */
   .row-fluid .thank-section { padding:0 0 60px; }
   .row-fluid .thank-content { padding:25px 15px; font-size:14px; line-height:28px; }
   .row-fluid .thank-content:before { top:7px; bottom:7px; left:7px; right:7px; }
   .row-fluid .thank-title h2 { font-size:28px; line-height:36px; }
   
   /* our resource section */
   .row-fluid .ourresource-section { padding:50px 0; }
   .row-fluid .ourresource-section1 .hs_cos_wrapper_widget { width:50%; } 
   .row-fluid a.resource-cta { padding:10px 45px 10px 10px; min-width:170px; }
   .row-fluid .resource-textinner { padding:10px 0; }
   
   /* featured section */
   .row-fluid .featured-section { padding:50px 0 15px; }
   .row-fluid .title-text.featured-text { max-width:100%; }
   .row-fluid .featured-left, .row-fluid .featured-right { width:100%; }
   .row-fluid .row-fluid .featured-right { margin-top:20px; font-size:14px; line-height:25px; padding-left:0; }
   .row-fluid .other-latest1 .hs_cos_wrapper_widget { width:50%; }
   .row-fluid .other-latest { padding:35px 0 40px; }
   
   /* landing page */
   
   .row-fluid .header-landing { padding:15px 0; }
   .row-fluid .header-landing img { width:270px !important; }
   .row-fluid .landinghero-content { padding:170px 0 60px; }
   .row-fluid .landinghero-title { font-size:18px; line-height:26px; }
   .row-fluid .landinghero-title h1 { font-size:32px; line-height:42px; padding:15px 0; }
   .row-fluid .landing-right { padding:30px 15px 45px; }
   
   .row-fluid .landing-content { padding:50px 0; }
   .row-fluid .landing-left, .row-fluid .landing-right { width:100%;  }
   .row-fluid .landing-left { padding-right:0; margin-bottom:30px; }
   .row-fluid .heading-title h2::after { margin:12px 0 8px }
   
   .row-fluid .speaking-section , .row-fluid .testimonial-section1 { padding:50px 0; }
   .row-fluid .testimonial-box { font-size:16px; line-height:36px; }  
   .row-fluid .testimonial-section1 .row-fluid ol.flex-control-nav, .row-fluid .testimonial-section1 ul.slick-dots { padding:20px 0 0; }
   
   /* ebook landing page */
   .row-fluid .ebook-hero { margin-bottom:50px; }
   .row-fluid .ebook-title h1 { padding:0; font-size:24px; line-height:32px; }
   .row-fluid .ebook-contect { padding:15px; margin:0 auto -50px !important; }
   .row-fluid .book-left { padding-right:0; border-right:none; }
   .row-fluid .book-right { margin-top:30px; padding-left:0; }
   .row-fluid .book-title h4 { font-size:20px; }
   
   .row-fluid .about-author { padding:50px 0 30px; }
   .row-fluid .aboutauthor-img { margin:0 auto !important; display:block; float:none; }
   .row-fluid .aboutauthor-text { padding-top:30px; width:100%; padding-left:0; text-align:center; font-size:16px; line-height:30px; }
   
   /* one col page */
   .row-fluid .hero-onecol { padding-top:71px; }
   .row-fluid .onecol-content { padding:70px 0; font-size:20px; line-height:28px; }
   .row-fluid .onecol-content h1 { font-size:30px; line-height:38px; padding:15px 0; }
   
   .row-fluid .onecol-text { padding:50px 0 30px; }
   .row-fluid .onecol-content1 { font-size:14px; line-height:28px; }
   .row-fluid .blog-latest { padding:50px 0 20px; }
   
   /* one col page */
   .row-fluid .hero-onecol-slider { padding:40px 0; }
   .row-fluid .onecol-box { padding:0; } 
   .row-fluid .onecol-box h1 { font-size:34px; line-height:42px; }
   
   /* banner col menu */
   .row-fluid .rightpadding { padding-right:0; }
   
   /* blog */
   .row-fluid .blog-topic { margin-top:40px; }
   .row-fluid .blog-topic ul li { padding:0 10px; border-right:none; border-left:none; }
   .row-fluid .post-item { width:100%; margin-top:30px; padding:0; } 
   .row-fluid .post-header { padding:25px 10px; }
   .row-fluid .post-header h2 { font-size:14px; height:auto !important; }
   
   
   /* blog inner */
   .hs-blog-listing .blog-left { padding:15px 0 50px; }
   .hs-blog-post .row-fluid .blog-left { padding:20px 0 0; }
   
   .hs-blog-post .row-fluid .blog-left .hs-featured-image-wrapper { height:300px; }
   .row-fluid .post-header h1 { padding:10px 0; font-size:22px; line-height:32px; }
   .row-fluid .post-header { padding:10px 0 0; }
   .hs-blog-post .blog-post-topic { padding:10px 0 15px; }
   .hs-blog-post .row-fluid .blog-left, .hs-blog-post .row-fluid .blog-right { margin-top:30px; }
   .row-fluid .blog-right-topic { padding:35px 0 15px; }
   .row-fluid .blog-right-posttopic { margin-bottom:30px; }
   .hs-blog-post .about-author-sec { padding:25px 15px 15px; text-align:center; }
   .hs-blog-post .about-img { float:none; }
   .hs-blog-post .about-text { width:100%; padding:0; }
   
   .row-fluid .blog-section3 .hs-author-name { font-size:18px; line-height:26px; }
   .row-fluid .blog-section3 .hs-author-profile { font-size:14px; line-height:26px; padding:15px; }
  

   
   .row-fluid .pagination-block { margin-top:30px; }
   ul.pagination li a { font-size:13px; padding:5px 12px; margin:3px 1px; }
   
   /* blog new */
   .row-fluid .blog-new { padding:50px 0 30px; }
   .hs-blog-post .blog-block .hs-featured-image-wrapper { height:270px; }
   .row-fluid .blog-author-text h3::after { margin:10px auto 5px; }
   .row-fluid .blog-author-img { position:relative; top:0; left:0; }
   .row-fluid .blog-author-text { padding-left:0; margin-top:10px; }
   
   .row-fluid .blog-postbg { height:300px; }
   .row-fluid .blog-inner-title { margin-top:-25px; margin-left:15px; margin-right:15px; padding:12px 0 0; }
   .row-fluid .blog-inner-title:before , .row-fluid .blog-inner-title:after { border-width:25px;  }
   
   .row-fluid .blog-inner-title h2 { font-size:17px; line-height:26px; letter-spacing:1px; }
   .row-fluid .blog-inner-text { font-size:14px; line-height:28px; padding:0 20px 15px; }
   .row-fluid .blog-comment { margin-top:0; }
   .row-fluid .blog-new-right { margin-top:35px; }
    
    /* blog section */
    .hs-blog-listing .blog3-left .post-box-inner { width:100%; margin-right:0; }
    
    /* blog 3 */
    .row-fluid .blog3-left .blog-inner-title { margin-top:-25px; }
    .row-fluid .blog3-left .blog-inner-title:before, .row-fluid .blog3-left .blog-inner-title:after { border-width:25px; }
    
    /* blog 4 section */
    .hs-blog-listing .blog4-left .hs-featured-image-wrapper , .hs-blog-listing .blog4-left .blog-inner-text { width:100%; height:auto !important; }
    .hs-blog-listing .blog4-left .hs-featured-image-wrapper { height:370px !important; }
    .hs-blog-listing .blog4-left .blog4-text { padding:20px 15px; font-size:14px; line-height:28px; }
    
    .hs-blog-listing .blog4-left .post-box-inner { margin-bottom:25px; }
    .hs-blog-listing .blog4-left .pagination-block { margin-top:10px; }
    
    /* about page 2 */
    .row-fluid .about-boxinner { padding:40px 0; }
    .row-fluid .about-box { padding:0 15px !important; width:100%; }
    .row-fluid .about-boxinner h2 { font-size:20px; line-height:26px; }
    .row-fluid .about-boximg { height:350px !important; }
    
    /* service page 2 */
    .row-fluid .ourservice1-section { padding:50px 0; }
    .row-fluid .ourservice2-section { padding-top:0; }
    .row-fluid .ourservice2-section .serviceBox-img , .row-fluid .ourservice2-section .serviceText { width:100%; height:auto !important; }
    .row-fluid .ourservice2-section .serviceBox-img { height:250px !important; }
    .row-fluid .ourservice2-section .serviceText-inner { padding:10px 15px 40px; }
    /*.row-fluid .ourservice2-section .serviceText-inner:after { right:0; left:0; }*/
    .row-fluid .ourservice2-section .serviceText-inner:before { right:0; left:0; }
}

@media(max-width:500px) {
    
    /* top */
    
    /* hero section */
    .row-fluid .hero-cta { margin-top:0; }
    .row-fluid .hero-text { top:50%; }
    .row-fluid .hero-text h1 { font-size:22px; line-height:30px; }
    .row-fluid .hero-content { font-size:16px; line-height:22px; }
    .row-fluid .hero-cta1, .row-fluid .hero-cta2 { margin:10px 50px 0 0; }
    
    /* service section */
    .row-fluid .service-section1 .hs_cos_wrapper_widget { width:100%; padding:0; margin-top:10px; -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
     box-shadow: 0 0 5px 1px rgba(0,0,0,0.2); } 
    .row-fluid .service-img { height:300px; }
    
    /* footer */
    .row-fluid .footer-menuB ul { margin-top:10px; }
    .row-fluid .footer-menuB ul li { display:inline-block; width:auto; }
    .row-fluid .footer-menuB ul li a { padding:0 3px; line-height:18px; }
    
    .future-video { width:300px; }
    
    /* service inner page */
    .row-fluid .service-description-img { height:250px; } 
    
    /* faq page */
    .row-fluid .accordion-title { padding:7px 30px 7px 15px; }
    
    /* team page */
   .row-fluid .team-section1 .hs_cos_wrapper_widget { width:100%; }
   .row-fluid .team-img { height:300px; } 
   
   /* pricing page */
   .row-fluid .prcing-section1 .hs_cos_wrapper_widget { width:100%; }
   
   /* case study */
   .row-fluid .case-study1 .hs_cos_wrapper_widget { width:100%; }
   .row-fluid .casestudy-box { height:auto !important; }
   
   /* about page */
   .roe-fluid .satisfied-content { height:auto !important; }
   .row-fluid .counter-box { width:100%; } 
   
   /* our resource section */
   .row-fluid .ourresource-section1 .hs_cos_wrapper_widget { width:100%; } 
   .row-fluid .resource-content , .row-fluid .resource-text { height:auto !important; }
   
   /* featured section */
   .row-fluid .other-latest1 .hs_cos_wrapper_widget { width:100%; } 
   
   /* blog inner */
   .hs-blog-post .blog-left .hs-form-field { width:100%; padding-right:0; }
   
   /* blog new */
   .row-fluid .blog-post-right { padding:15px; }
   .row-fluid .blog-form-new .hs-form-field { width:100%; margin-bottom:20px; }
   .hs-blog-post .blog-previous { border-right:none; width:100%; text-align:center; }
   .hs-blog-post .blog-next { text-align:center; width:100%; text-align:center; }
   
   /* blog new inner */
   .row-fluid .post-header h1 { font-size:16px; line-height:26px; }
   .row-fluid .contact-box-blog { width:100%; margin-bottom:5px; height:auto !important; }
   .row-fluid .blog-postbg { height:250px; }
   
   /* blog 3 section */
   .hs-blog-listing .blog3-section { padding:50 0; }
   .row-fluid .blog3-left .blog-postbg { height:260px; }
   .row-fluid .blog3-left .blog-inner-text { padding:0 8px 18px; font-size:14px; }
   .hs-blog-listing .blog3-left .post-box-inner { margin-right:18px; }
   .row-fluid .blog3-left .blog-inner-title { margin-left:40px; margin-right:40px; }
   .row-fluid .blog3-left .blog-inner-title h2 { font-size:16px; line-height:24px; padding:0; }
   .row-fluid .blog3-left .contact-box-blog { width:100%; margin-bottom:10px; height:auto !important; }
   
   /* blog 3 section */
   .hs-blog-listing .blog4-left .blog-inner-title1 h2 { font-size:16px; line-height:26px; }
   .hs-blog-listing .blog4-left .blog4-text { padding:15px 10px; }
   
   .row-fluid .new-comments .comment:nth-child(even) { padding-left:0; }
   
  .marketingblatt-title { font-size: 33px; }
   
}

@media (min-width: 901px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 900px){
 
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #d32e3f; }  
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:12px 15px; }
    
    .simple-banner a.mobile-trigger  i, .simple-banner a.mobile-trigger  i:before, .simple-banner a.mobile-trigger  i:after { background-color:#d32e3f; }
    
      /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
      /* Place any additional CSS you want removed from the mobile menu in this reset */
      .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: left;
        color: #FFFFFF;
        }
    
    
    
      /* Toggle Button
         ========================================================================== */
    
      a.mobile-trigger {
          display: inline-block !important; /* Hide button on Desktop */
          cursor: pointer; /* Mouse pointer type on hover */
          position: absolute; /*******************************************/
          top: 28px;          /* Position Button at top right of screen  */
          right: 15px;        /*******************************************/
          width: 44px; /* Button width */
          height: 44px; /* Button height */      
          padding: 12px 10px;
          background:transparent; /* Background color */
          z-index: 99999999999; /* Z-index to keep button on top of other layers */
          -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
          font-size: 16px;
          font-weight: normal;
          text-align: left;
          text-transform: uppercase;
          border-radius: 6px;
          -webkit-transition:color .2s ease-in; 
          -moz-transition:color .2s ease-in;
          transition:color .2s ease-in;
      }
      
      
          .top.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
          .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 8px; }
      
    
      a.mobile-trigger:hover {
          text-decoration: none; /* Removes link text underline on button */
          color: #d32e3f;
      }
    
      a.mobile-trigger span{
          display: inline;
      }
    
      a.mobile-trigger span:before{
          position: absolute;
          content: 'Menu'; /* Change the text on the closed toggle button */
      }
    
      a.mobile-trigger span:after{
          position: relative;
          right: 2px;
          content: 'Close'; /* Change the text on the open toggle button */
          background-color: #212326;
          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; /* Button color transition effect */
          -moz-transition:background-color 0.2s linear; /* Button color transition effect */
          transition:background-color 0.2s linear; /* Button color transition effect */
          background: transparent; /* Changes button background to be slightly darker than open menu color */  
      }
    
      .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: 24px; /* Icon line width */
          height: 3px; /* Icon line height */
          background-color: #FFFFFF; /* Icon color */
          display: inline-block;
      }
      a.mobile-trigger  i:before {
          margin-top: -8px; /* Position top line */
          -webkit-transition-property: margin, -webkit-transform;
          -webkit-transition-duration: .2s;
          -webkit-transition-delay: .2s, 0;
      }
      a.mobile-trigger  i:after {
          margin-top: 8px; /* Position bottom line */
          -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);
      }
      .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);
      }
    
      /* Child Toggle Button
         ========================================================================== */
    
      span.child-triggerm {
          display: block !important; /* Hide button on Desktop */
          cursor: pointer; /* Mouse pointer type on hover */
          position: absolute;
          top: 0px;
          right: 0px;
          width: 50px !important; /* Button width */
          min-width: 50px !important;
          height: 43px !important; /* Button height */  
          padding: 0 !important;
          border-left: 1px solid 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%; /* Centers icon inside button */
          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; /* Icon line width */
          height: 1px; /* Icon line height */
          background-color: #FFFFFF; /* Icon color */
          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
         ========================================================================== */  
    
    
      /* Hide menu on mobile */
      .mainmenu.js-enabled .hs-menu-flow-horizontal,
      .mainmenu.js-enabled .hs-menu-children-wrapper{
          display: none;
      }  
    
      /* Make child lists appear below parent items */
      .mainmenu ul.hs-menu-children-wrapper {
          visibility: visible !important;
          opacity: 1 !important;
          position: static !important;
          display: none;
      }
    
      /* Mobile Menu Styles */
      .mainmenu.js-enabled .hs-menu-flow-horizontal{
          position: fixed; /**************************************************************/
          top: 0;             /* Positions the menu to drop from the very top of the screen */
          left: 0px;          /**************************************************************/                                              
          width: 100%;   
          -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
          -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
          box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
          padding-top:80px;
          bottom:0;
          overflow-y:auto !important;
      }
      .mainmenu .hs-menu-flow-horizontal{
          padding: 0 0 0 0; /* Padding to add room for close button */
          /*background-color: #212326;*/ /* Menu background color set off global mobile-menuColor variable */
          background:rgba(0,0,0,0.9);
          width: 100%; /* Full screen width */
          z-index: 8888;
      }
    
       /* Level 1 Menu List Styles */
      .mainmenu .hs-menu-flow-horizontal > ul > li{
          position: relative;
       }
      .mainmenu .hs-menu-flow-horizontal > ul > li a{
          font-size: 22px; /* Font size of top level list items */
          line-height: 45px;
          overflow: visible;
      }
    
      /* Level 1 and Higher Menu List Styles */
      .mainmenu .hs-menu-flow-horizontal ul li{
          border-top: 1px solid rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
      }
      .mainmenu .hs-menu-flow-horizontal ul li a{
          padding: 0 10px;
      }
      .mainmenu .hs-menu-flow-horizontal ul li a:hover{
          color: #d32e3f; /* link hover color set by global mobile-aColorHover variable */
      }
    
      /* Level 2 and Higher Menu List Styles */
      .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: 0; /* Indent Child lists */
          font-size: 16px; /* Font size of child lists */
      }
    
      /* Level 3 and Higher Menu List Styles */
      .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
          text-indent: 10px; /* Indent Child lists */
      }
      .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
          text-indent: 10px; /* Indent Child lists */
      }
}
.d-none {
 display:none !important;
}

.custom-btn .hs-button, .custom-btn .hs-button:hover { font-size:16px; line-height:26px; padding:12px 10px;  color:#FFFFFF !important; font-weight:normal; background-color:#333333 !important; text-align:center; text-transform:uppercase; position:relative; letter-spacing:0.7px; border-bottom-left-radius:8px; width: 100% }
.custom-btn .hs-button:after { content:''; border:1px solid rgba(255,255,255,0.5); position:absolute; top:5px; bottom:5px; right:5px; left:5px; border-bottom-left-radius:8px; }