@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: 'Montserrat-Bold';  src: url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Bold.ttf') format('truetype'), 
  																					  url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Bold.eot') format('eot'),
  																					  url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Bold.woff') format('woff'), 
                                              url('https://www.w-4.ch/hubfs/W4_Fonts/Montserrat-Bold.otf') format('otf');}

@font-face { font-family: 'Montserrat-ExtraBold';  src: url('https://www.w-4.ch/hubfs/W4_Fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
  																					  url('https://www.w-4.ch/hubfs/W4_Fonts/montserrat-extrabold-webfont.woff') format('woff'), 
                                              url('https://www.w-4.ch/hubfs/W4_Fonts/montserrat-extrabold-webfont.woff2') format('woof2');}

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


@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');} 


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

 
    /* ----- Structure & Design ----- */

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


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

html {
  width:100%;
}












* , *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html { scroll-behavior: smooth; }
body { margin:0; padding:0; font-family:'Montserrat', sans-serif; font-size:16px; font-weight:400; line-height:28px; color:#777777; background:#FFFFFF; overflow-x:hidden;text-align: center; }

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; font-family:'Montserrat', sans-serif; font-size:16px; font-weight:400; line-height:28px; color:#777777; text-align: center; }

ul li { text-align: left !important; }

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; }

strong {
  font-family: 'Montserrat-Bold';
}

/*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:30px 0 10px; clear:both;  text-transform: uppercase; }
h3 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:24px; line-height:38px; margin:0; padding:20px 0 10px; clear:both }
h4 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:22px; line-height:34px; margin:0; padding:20px 0 10px; clear:both }
h5 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:20px; line-height:28px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:600; color:#333333; font-family: 'Montserrat', sans-serif; font-size:18px; 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-animation: 1s ease 0s normal forwards 1 fadein; animation: 1s ease 0s normal forwards 1 fadein; -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 h1 { font-size:30px; letter-spacing: 2px; text-transform: uppercase; padding:0 0 10px; line-height:1.25; font-weight:600; }
.row-fluid .title-text h1:after { content:''; margin:21px auto 8px; width:134px; height:2px; display:block; -webkit-animation: 1s ease 0s normal forwards 1 fadein; animation: 1s ease 0s normal forwards 1 fadein; 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 h1:after { width:200px; }

.row-fluid .title-text { margin:0 auto !important; max-width:580px; width:100%; float:none; display:block; -webkit-animation: 1s ease 0s normal forwards 1 fadein; animation: 1s ease 0s normal forwards 1 fadein; -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:26px; 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; -webkit-animation: 1s ease 0s normal forwards 1 fadein; animation: 1s ease 0s normal forwards 1 fadein; 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-text { margin:0 auto !important; max-width:580px; width:100%; float:none; display:block; -webkit-animation: 1s ease 0s normal forwards 1 fadein; animation: 1s ease 0s normal forwards 1 fadein; -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 h3 { font-size:24px; letter-spacing: 2px; text-transform: uppercase; padding:0 0 10px; line-height:28px; font-weight:600; }
.row-fluid .title-text h3:after { content:''; margin:21px auto 8px; width:134px; height:2px; display:block; -webkit-animation: 1s ease 0s normal forwards 1 fadein; animation: 1s ease 0s normal forwards 1 fadein; 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 h3: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; }

.red-underline:after { content:''; margin:21px auto 8px; width:134px; height:2px; display:block; -webkit-animation: 3s ease 0s normal forwards 1 fadein; animation: 3s ease 0s normal forwards 1 fadein; 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;; }


@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
/*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 , 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 ,  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"] { 
    border-width: 1px; 
    outline:none; 
    border-bottom-left-radius:8px; 
    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; }

.legal-consent-container div {font-size: 12px; text-align: left; line-height: 1.25;}
.legal-consent-container p {font-size: 12px; text-align: left; line-height: 1.25;}
.legal-consent-container ul li.hs-form-booleancheckbox {padding: 0 !important;}
.footer-subscribe .input { border: none !important; }
.footer-subscribe div.hs_submit.hs-submit { padding:0 !important; }

/*ul.inputs-list li { color: rgba(255,255,255,0.7); }*/

.w4-cta {background-color:#d32e3f; color:#ffffff; line-height:1.5em; border-bottom-left-radius:8px; padding:8px 18px;cursor:pointer; margin: 10px 0;}
a.w4-cta:hover {background-color:#ffffff; color:#d32e3f; border-bottom-left-radius:8px; padding:8px 18px; border, border: 2px #d32e3f;}
.language-selector a {color:#000000;text-align:right;}
@media (max-width: 1400px) {
    .mainmenu .hs-menu-wrapper > ul > li {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 1100px) {
    .row-fluid .language-selector {
        margin-top: 0;
    }
    .row-fluid .mainmenu {
        margin-top: 0 !important;
    }
}

.lang_list_class li a:hover {color: #d32e3f;}
.widget-span .widget-type-language_switcher {text-align: right; padding-top: 5px;}

@media (max-width: 900px){
    .widget-span .widget-type-language_switcher{
        position: absolute;
        right: 100px;
        top: 25px;
    }
}
 drag
 /* Password prompt */
 .w4-password-prompt input {
    outline: none !important;
    border-radius: 0px !important;
    border-bottom-left-radius: 8px !important;
    height: 50px !important;
    padding: 15px 20px !important;
    font-size: 13px !important;
    color: #999999 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #f5f5f5 !important;
    margin-top:20px;
 }
 
  /* Password prompt */
 .w4-password-prompt input.hs-button {
    background-color: #d32e3f !important;
    color: #ffffff !important;
    border-bottom-left-radius: 8px !important;
    padding: 8px 18px !important;
    cursor: pointer !important;
    margin-top:20px !important;
    margin-bottom:20px;
 }
 
 
/* 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:5px; 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;  }
.flex-next {display:none;}
.flex-prev {display:none;}
/* .slick-arrow{ display:none !important; } */
/*.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; }
.bgimg .slick-arrow.slick-prev { display:none !important; }
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; }

.pricelist-communitynet .hs-button { width: 100%; border-bottom-left-radius:8px; text-transform:uppercase; letter-spacing:0.5px; font-size:13px; border:2px solid transparent; }
.pricelist-communitynet .hs-button:hover { border-color:#d32e3f; color:#d32e3f; background:transparent; }
.pricelist-communitynet ul.inputs-list li {color: #777777;}
.pricelist-communitynet .hs-form-booleancheckbox {color: #777777;}

.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% !important;}
.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; }

.if-no-header-img {margin-top:105px};

/*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; }

.highlight-box { background:#f5f5f5; padding: 20px 40px; box-shadow: 0px 15px 15px #00000029; }

/*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; }


/*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; }
.mgbot45 { margin-bottom: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:center center; }
.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; }

/*top*/
.row-fluid .top { position:fixed; 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;; background: rgba(255,255,255,0.7);}
.row-fluid .logo { float:left; max-width: 80px; }
.row-fluid .top .logo-orignal { display:none; }
.row-fluid .logo img {width: auto !important; }
.row-fluid .logo-fixed { display:none; }
.row-fluid .academy-logo-fixed { display:none; }

.row-fluid .search-section { margin:10px 0; width:30px; position:relative; float:left; }
.row-fluid .search-icon { color:#fff; font-size:22px; text-align:right; }
.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:8px 0 0 0; float:right; padding-right:0px; }
.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 .mainmenu .hs-menu-wrapper ul li a { line-height:20px; text-transform:uppercase; padding:6px 14px; font-size:14px; font-weight:400; color:#333333; vertical-align: top; font-family: 'Montserrat', sans-serif; }

.row-fluid .mainmenu .hs-menu-wrapper ul li:last-child a {padding-right: 0;}
.row-fluid .mainmenu.search-section { float:left; text-align: right; margin: 0;} /* mainmenu line 500 overwrites search-section */

/* 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:50px 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:16px; line-height:28px; } /* 14px */

/*products-section */
.row-fluid .products-section {  padding:20px 0 50px; }
.row-fluid .products-section > * { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 30px; }


/* 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%; }

/* infographic-section*/

.infographic-block {margin: 10px 0 15px};

/* company-logo */
.row-fluid .company-section { padding:35px 0; background:#f5f5f5;}
.row-fluid .company-logo1 .hs_cos_wrapper_widget  { display:inline-block; opacity:0.5; 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; }
.row-fluid .company-logo-ma .hs_cos_wrapper_widget  { display:inline-block; opacity:1; 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;; padding: 5px 5px; }

/* 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-textblock {margin-top: 40px;}
.row-fluid .blog-section1 .post-text {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; margin-top:10px; 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 { text-align: left; 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-block a:hover {color:#ffffff;}
.row-fluid .footer-block-right { padding-right:28px;}
.row-fluid .footer-content { padding:30px 0 25px; color:#FFFFFF; opacity:0.70; text-align: left; font-size: 12px; }
.row-fluid .footer-icon ul { margin:0 0 30px; padding:0; list-style-type:none; text-align: left;  }
.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:"\f16d"; 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:"\f168"; font-family: 'FontAwesome'; display:block; }
.row-fluid .footer-icon ul li:nth-child(6) a:before { content:"\f231"; font-family: 'FontAwesome'; display:block; }
.row-fluid .footer-icon ul li:nth-child(6) a:before { content:"\f232"; 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; padding-left: 14px; list-style-type: none; }
.row-fluid .footer-menu ul li { width:100%; float:left; }
.row-fluid .footer-menu ul li a { padding:1px 0; color:#d32e3f; font-size:14px; }
.row-fluid .footer-menu ul li a:hover { color:#fff; }
.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; }


/* 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 { height: 60px !important; width: auto !important; }

/* home page 2 hero section 2 */

.bg-img-main-slider .flex-viewport .slides li:before { content:''; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; background:#1A1A1A; opacity:0.1; }
.bg-img-main-slider .row-fluid-wrapper .row-fluid .bgimg{position:relative;} 
.bg-img-main-image .row-fluid-wrapper .row-fluid .bgimg {display:none;} 

/*.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:700px; 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:60px; 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; }
.row-fluid .hero-box a {color: #ffffff;}
.row-fluid .hero-box a:hover {color:#d32e3f;}

/* ourservice-section */
.row-fluid .ourservice-section { padding:100px 0 30px; }
.row-fluid .serviceBox { padding:0 12px 20px; max-width: 33.33%; float:left; }
.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; }

/*contentleftrightsection*/
.row-fluid .contentleftright-section { position:relative; background:#f5f5f5; margin-bottom: 30px;}
.row-fluid .contenttext-section { float:left; padding:65px; width:50%; margin:0; }
.row-fluid .contentimg-section { position:absolute; width:50%; height:100%; }
.row-fluid .contentleftright-section .contenttext-section { width:50%; text-align: left; }
.row-fluid .contentleftright-section .contenttext-section p {text-align: left; }
.row-fluid .contentleftright-section .contentimg-section {  width:50%; }
.row-fluid .contentrightimg-section .contentimg-section { right:0; }
.row-fluid .contentleftimg-section .contentimg-section { left:0; }
.row-fluid .contentleftimg-section .contenttext-section { float:right; }


/*flexcontainer*/
#flex-container .row-fluid {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.flexbox {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
	flex-grow: 1;
  width: 30%;
  padding: 20px;
  float: left;
  border: 1px solid #aaa;
}

/* 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 h1 { 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; }

/*news page*/

.row-fluid .news-inner { height:auto !important; }
.row-fluid .news-section { padding:40px 0 20px; }
.row-fluid .news-box { width:100%; margin:0 0 30px; }
.row-fluid .news-list ul li a { padding:6px 10px; }
.row-fluid .BackgroundColor { background:; }
    
.row-fluid .news-right { width:30%; }
.row-fluid .news-left { width:70%; }
.row-fluid .new-boximg iframe { width:1000%; height:50%; }
.row-fluid .news-inside { padding:20px; }
.row-fluid .news-boximg.newsBox { width:100%; height:250px !important; }
.row-fluid .newsBox { height:auto !important; }
.row-fluid .news-text .newsBox { width:74%; float:left; }

.thumbnail {
  max-width: 60%;
}

.magnifier { 
  width:50px;
  float:right;
   }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
  overflow:scroll;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 70%;
	margin-top: 2%;

}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/* faq page & detail references */
.row-fluid .faq-section { padding:108px 0 80px; }
.row-fluid .faq-accordion-text { font-size: 16px !important; }
.row-fluid .reference-video { width: auto; height: auto; }
.row-fluid .accordion-box { margin:15px 0 30px; font-size:16px;}
.row-fluid .accordion-title { padding:12px 30px 12px 15px; background:#d32e3f; color:#FFFFFF; -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;; cursor:pointer; position:relative; margin-bottom: 10px; text-align: center;}
.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:"\f067"; transform:rotate(-225deg); transition: transform 0.3s ease-in-out; top: 25% !important;}
.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 { font-size: 16px; 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; margin-top: -10px; text-align:left;} /* 14px */
.reference-text p {text-align:left;}
.reference-text h2 {text-align:center;}
.reference-text h3 {text-align:center;}
.reference-text h4 {text-align:center;}

.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}

/*open jobs*/
.row-fluid .open-jobs-section1 span.hs_cos_wrapper { margin:0 -28px; display:block; }
.row-fluid .open-jobs-section1 .hs_cos_wrapper_widget { width:50%; float:left; padding:0 28px; }

/* references page*/
.row-fluid .reference-img { height: auto;}

/* 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:65%; 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-mail { 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-mail 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-mail a:hover { color:#d32e3f; }
.row-fluid .team-box:hover .team-mail { 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; }


/* 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; }

/* 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 h1: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; }


/* 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 (max-width: 1024px){ 
    .row-fluid .products-section > * { grid-template-columns: 1fr; gap: 30px; }
}

@media (min-width: 1139px)
    .row-fluid .mainmenu.search-section {width: 91.45299145300001%;}
    .row-fluid .span11 {width: 91.45299145300001%;}
}

@media (min-width: 768px) and (max-width: 1139px)
    .row-fluid .mainmenu.search-section {width: 91.38327259263829%;}
    .row-fluid .span11 {width: 91.38327259263829%;}
}


@media (min-width: 768px) and (max-width: 1200px){ 
    
    h1 { font-size:28px; line-height:46px; }
    h2 { font-size:24px; line-height:40px; }
    h3 { font-size:20px; line-height:34px; }
    h4 { font-size:18px; line-height:32px; }
    h5 { font-size:16px; line-height:30px; }
    h6 { font-size:14px; 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: 1275px){
    
    /*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; }
    
}

@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper {  max-width:920px; }
    
    /*Heading*/
    
    /*top*/
    .row-fluid .top { padding:23px 30px 3px; }
    
    /*menu*/
    
    /*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; }
 
}


    
    
    .row-fluid .top.fixed { top: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 {  }
    .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; }
@media (min-width: 901px){    
    /* 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 {  }
    .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 { }
    
   
}

@media (min-width: 900px){
    .row-fluid .mainmenu ul li { padding:8px 5px 8px; }
    .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 ul li:last-child { padding-right: 0; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:250px; 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-item-has-children ul.hs-menu-children-wrapper.two-column { width: 380px; max-width: 380px; column-count: 2; column-gap: 0px; column-rule-style: solid; column-rule-color: #3c3f3f; column-rule-width: thin;}
  
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0; margin: 0; 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 ul li.active a { background:#d32e3f;}
    
    .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; height:35px; }
    
    .row-fluid .top.fixed .row-fluid .logo1 , .row-fluid .logo-fixed { display:none; max-width:80px; }
    .row-fluid .top.fixed .row-fluid .logo-fixed { display:block; margin-top:0; max-width:80px; }
  
      .row-fluid .top.fixed .row-fluid .academy-logo1 , .row-fluid .academy-logo-fixed { display:none; max-width:150px !important; }
    .row-fluid .top.fixed .row-fluid .academy-logo-fixed { display:block; margin-top:35px; max-width:150px; }
    
    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 (max-width:900px){
  .row-fluid .top .row-fluid .search-section {
  	position: absolute;
    top: 30px;
    right: -80px;
  }
}

@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:5px 0 0; }
    .row-fluid .mainmenu ul li ul.hs-menu-children-wrapper li a { padding:7px 8px !important; }
    .support-cta {float:left !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;}
   .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; }
    
}


    
     body.mobile-open { overflow-y:hidden; }
@media (max-width:900px) {
    .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 (width: 768px) {
   .row-fluid .hero-box { font-size:16px; line-height:24px;top: 20% !important; }
}

@media (min-width: 640px)and (max-width: 812px){
   .row-fluid .hero-box { font-size:16px; line-height:24px;top: 50%; }
  .row-fluid .serviceBox { padding-bottom: 30px; max-width: 50%; float:left; }
}

@media (min-width: 30px) and (max-width: 639px){
   .row-fluid .hero-box { font-size: 12px;line-height: 19px;top: 50%; }
  .row-fluid .serviceBox { padding-bottom: 30px; max-width: 100%; float:none; }
}
@media (min-width: 30px) and (max-width: 767px){
  
.bg-img-main-image .flex-viewport .slides li:before { content:''; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; background:#1A1A1A; opacity:0.1; }
.bg-img-main-image .row-fluid-wrapper .row-fluid .bgimg {display:block; position:relative;} 
.bg-img-main-slider .row-fluid-wrapper .row-fluid .bgimg {display:none;} 

  
  
    .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:14px; }
    
    /* 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 { padding-top:10px; }
    .row-fluid .footer-header h4 { padding-top:10px; }
    .row-fluid .footer-header h5 { padding-top:10px; }  
    .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 h1 { font-size:20px; 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 h1 { 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; }

   
   /* 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:325px; }
   .row-fluid .team-icon a { margin:3px 1px; width:28px; height:28px; line-height:26px; }
   .row-fluid .pricing-list { height:auto !important; }
   
   /* about page */ 
   .row-fluid .team-menber { padding:50px 0; }

   
   /* 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; }
    
    /* 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:325px; } 
   
   /* 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; }
   
   
}

@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: #ffffff; }  
    .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: 0;
        margin: 0;
        background-image: none;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -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: 0;
        text-align: left;
        color: #000000;
        }
    
    
    
      /* Toggle Button
         ========================================================================== */
    
      a.mobile-trigger {
          display: inline-block !important; /* Hide button on Desktop */
          cursor: pointer; /* Mouse pointer type on hover */
          position: absolute; /*******************************************/
          top: 14px;          /* Position Button at top right of screen  */
          right: 0;        /*******************************************/
          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: #ffffff;
      }
    
      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: #ffffff;
          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: #000000; /* Icon color */
          display: inline-block;
      }time
      
      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 {
          color:#ffffff !important;
          background-color: rgba(0,0,0,0.0);
          -webkit-transition-delay: .2s;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
          -moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0);
          box-shadow:         0 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: 0 1px 1px rgba(0, 0, 0, 0);
          -moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0);
          box-shadow:         0 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: 0 1px 1px rgba(0, 0, 0, 0);
          -moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0);
          box-shadow:         0 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: 0;
          right: 0;
          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;
          color: #ffffff;
      }
      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;
        height: 100% !important;
        z-index: 8888 !important;
          display: none;
      }
    
      /* Mobile Menu Styles */
      
      .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 {
          color:#ffffff;
      }
      
      
      .mainmenu.js-enabled .hs-menu-flow-horizontal{
          position: fixed; /**************************************************************/
          top: 0;             /* Positions the menu to drop from the very top of the screen */
          left: 0;          /**************************************************************/                                              
          width: 100%;   
          -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.65);
          -moz-box-shadow:    0 5px 5px 0 rgba(0, 0, 0, 0.65);
          box-shadow:         0 5px 5px 0 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: #ffffff; /* Menu background color set off global mobile-menuColor variable */
          background:rgba(51,51,51,0.96);
          width: 100%; /* Full screen width */
          z-index: 8888;
          color: #ffffff;
      }
      
    
       /* 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(102,102,102, .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: #ffffff; /* 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(119,119,119,0.5);
         border-left:10px solid #d32e3f;

      }
      .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 */
      }
}
.hover-effect:hover{
	cursor: pointer;
}

@media (min-width: 30px) and (max-width: 767px){
    /*content left right section*/
    .row-fluid .contenttext-section { padding: 40px 20px; width:100%; }
    .row-fluid .contentimg-section { float: left; height: auto; position: relative; right: auto; width: 100%; }
    .row-fluid .contentimg-section .bg-img { display:block; }
    .row-fluid .contentleftright-section .contenttext-section { width:100%; text-align: center; }
    .row-fluid .contentleftright-section .contentimg-section {  width:100%; }
  
  .partner-logo {padding: 15px 0;}
}

/*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */

.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}
@media (max-width: 768px){
  .search-results-overlay .overlay-close {
  	font-size: 1em;
  }
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}
.footer-container-wrapper form > div{
  padding: 22px 0 !important;
} 
#modal{
  display: none; 
  position: absolute;
  text-align: center; 
  top: 30%; 
  right: 20%;
  width: 295px; 
  background: #d32e3f;
  padding: 10px;
  color: white;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.75) 0 0 80px -10px;
}
#modal .border-holder{
  border: 2px solid black; 
  border-radius: 7px;
  padding: 10px;
}
#modal h6{
  text-transform: uppercase;
  color: white; 
}
#modal #modal-close{ 
  cursor: pointer;
  position: absolute;
  right: 21px;
  top: 20px;
  color: black;
}
#modal .modal-button{
  background: url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top white; 
    font-size: 13px;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 20px;
    color: black;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}

div#modal {
    display: none!important;
}

@media (max-width: 1300px){
  .border-holder{
    padding: 0;
  }
  #modal {
    top: 19%;
    right: 15%;
    width: 295px;
    background: #d32e3f;
  }
}

@media (max-width: 900px){
  #modal{
    top: 0;
    right: 0;
    position: fixed !important;
    width: 100% !important;
    z-index: 999 !important;
  }
  #modal .border-holder{ 
    margin-top: 100px;
  }
  #modal #modal-close{
    cursor: pointer;
    position: absolute;
    right: 21px; 
    top: 0;
    margin-top: 120px;
    color: black;
  }
}
@media (min-width: 1600px){
  #modal{
    top: 38%; 
  }
}
@media (min-width: 1750px){
  #modal{
    top: 42%;  
  }
}

.homepage-products-overview .product-box .richtext-wrapper+a{
    display: inline-block;
    transition: all .4s ease;
    padding: 8px 20px;
    margin-top: 10px;
    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;
    letter-spacing: 0.5px;
    color: #d32e3f;
}
.homepage-products-overview .product-box .richtext-wrapper+a:hover{
    background: rgb(232,50,69);
    color: rgb(255,255,255);
}