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

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


/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 
/* @import url('http://example.com/example_style.css'); */ 
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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





/* Border Radius  */


/* Box Shadow  */



/* Transition  */



/* Transform  */


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

body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:13px; font-weight:normal; line-height:24px; color:#505050; background:#FFFFFF; overflow-x:hidden; opacity:0; }
body.mainClass { opacity:1; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }

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

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

.clear { clear:both }

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

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #383b9a; 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:#383b9a; }

blockquote { border-left:4px solid #b4101a; margin:15px 0 25px 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/*Heading*/
h1 { color:#b4101a; font-family: 'Open Sans', sans-serif; font-size:50px; margin:0; padding:15px 0 25px; line-height:58px; font-weight:700; clear:both; /* text-transform: uppercase;*/ }
h2 { font-weight:700; color:#b4101a; font-family: 'Open Sans', sans-serif; font-size:26px; line-height:48px; margin:0; padding:0 0 10px; clear:both;  /* text-transform: uppercase;*/ }
h3 { font-weight:700; color:#333333; font-family: 'Open Sans', sans-serif; font-size:24px; line-height:45px; margin:0; padding:0 0 10px; clear:both; /* text-transform: uppercase;*/ }
h4 { font-weight:700; color:#333333; font-family: 'Open Sans', sans-serif; font-size:22px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:700; color:#333333; font-family: 'Open Sans', sans-serif; font-size:20px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#333333; font-family: 'Open Sans', sans-serif; font-size:18px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }

.title-text { text-align:center; padding:0 50px;  }
.title-text h2 { font-weight: 600; /* text-transform: uppercase;*/ padding:0 0 10px; }
/*.title-text h2:after { content:''; margin:10px auto; width:43px; height:4px; display:block; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; background:#333333 }*/
.separator_block.center .separator.short { margin-right: auto;     margin-left: auto; }
.separator_block.center .separator.short1 { margin-right: auto;     margin-left: auto; }
.separator.short { max-width: 860px; }
.separator.short1 { max-width: 345px; }
.separator {margin: 20px 0 0; padding: 0; height: 1px; background-color: #e5eaec; width: 100%; position: relative; }
.separator_line { background: #b4101a;     width: 30px;     height: 3px;     position: absolute;     top: -1px;}
.separator_block.center .separator_line { left: 50%; margin-left: -15px;}
/*---new column style start----*/
.team_memb {padding:15px; border:1px solid #e1e1e1; border-bottom:3px solid #e1e1e1; min-height:620px; }
.team_memb h2{text-transform: uppercase; font-size: 16px; margin: 0 0 10px 0; font-weight:400; padding: 0; line-height: 2 !important; color:#b4101a; }
.team_memb h3{text-transform: uppercase; font-size: 12px; margin: 0 0 10px 0; font-weight:normal; padding: 0; line-height: 1 !important; color:#b4101a;  }
.team_memb ul{padding-left:0px !important;}
.team_memb1 {padding:15px; border:1px solid #e1e1e1; border-bottom:3px solid #e1e1e1; min-height:240px; }
.team_memb1 h2{text-transform: uppercase; font-size: 16px; margin: 0 0 10px 0; font-weight:400; padding: 0; line-height: 2 !important; color:#b4101a; }
.team_memb1 h3{text-transform: uppercase; font-size: 12px; margin: 0 0 10px 0; font-weight:normal; padding: 0; line-height: 1.5 !important; color:#b4101a;  }
.team_memb1 ul{padding-left:0px !important;}
.hero-slider .slick-arrow.slick-prev{display:none !important;}
.hero-slider .slick-next .slick-arrow{display:none !important;}
..testimonial-img{width:150px !important; height:150px !important;}
/*---new column style ends----*/

.sub-text { padding:0 0 35px; text-align:center; font-size:18px; line-height:24px; font-weight: 400; }

.title-textWt h2 { font-weight: 600; /* text-transform: uppercase;*/padding:0 0 10px; color:#FFFFFF; }
.title-textWt h2:after { content:''; margin:10px 0; width:43px; height:4px; display:block; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; background:#FFFFFF }
.sub-textWt { padding:0 0 35px; font-size:18px; line-height:24px; font-weight: 400; color:#FFFFFF; }
  
.title-withbg { background:#F3F7F9; padding:100px 0; text-align:center; color:#FFFFFF; }
.title-withbg h2 { font-weight: 700; letter-spacing: 2px; /* text-transform: uppercase;*/ padding:0; color:#FFFFFF; }

/*anchor link*/
a { text-decoration:none; outline:none; color:#383b9a; -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:#1A1A1A; }

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { cursor:pointer; min-width:220px; font-weight:500; /* text-transform: uppercase;*/ line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:15px 25px; border:1px solid #b4101a; background-color:#b4101a; color:#FFFFFF; border-radius:4px; margin:5px 0 0; font-size:16px; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;; text-align:center; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:transparent; color:#b4101a; -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -o-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -ms-box-shadow: 0 8px 15px rgba(0,0,0,.15);
     box-shadow: 0 8px 15px rgba(0,0,0,.15);; -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { font-weight:500; min-width:220px; /* text-transform: uppercase;*/ line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:15px 25px;  background-color:transparent; color:#b4101a; border:1px solid #b4101a; border-radius:4px; margin:5px 0 0; font-size:16px; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;; text-align:center; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:#b4101a;  color:#FFFFFF; -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -o-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -ms-box-shadow: 0 8px 15px rgba(0,0,0,.15);
     box-shadow: 0 8px 15px rgba(0,0,0,.15);; -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);; }

input , form button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family: 'Poppins', sans-serif; font-size:16px; width:100% !important; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:#fff url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/down-arrow.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { margin:0; padding:15px 20px !important; height:130px; }
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;;  width:auto; }
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 #b4101a; border:1px solid #b4101a; font-size:16px; line-height:24px; font-weight:400; padding:8px 30px; color:#fff; display:inline-block; text-transform: uppercase; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#F3F7F9; color:#b4101a; }
 
/* Click to top scroll */


.back-to-top { cursor:pointer; position: fixed; right: 20px; bottom: 20px; color:#FFFFFF; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#b4101a; -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; }
.back-to-top.show { opacity:1; }
.back-to-top:hover { background:#F3F7F9; color:#FFFFFF; }

/* Corners Option */



 .row-fluid .link-style a, .row-fluid ol.flex-control-nav li a, ul.slick-dots li button, .row-fluid a.link-style, .row-fluid .link-style2 a, .row-fluid a.link-style2, input[type=submit], button, .hs-button, .back-to-top, .row-fluid ol.flex-control-nav li a , .row-fluid .team-bsocial a , .row-fluid .pagination-blog li a { border-radius:100px; }




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:2px solid #383b9a; width:15px; height:16px; 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 , ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#383b9a;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#DBD4D4; background:transparent; border:2px solid #DBD4D4; width:45px; height:45px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { border-color:#b4101a; color:#b4101a;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content:"\f177"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content:"\f178"; }
.slick-arrow.slick-disabled { display:none; }

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

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#b4101a; color:#FFFFFF; border-color:#b4101a; }
.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:#b4101a; background:#b4101a;  border-radius:100%; }

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

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

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

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

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

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

.row-fluid .baseColor { color:#b4101a }
.row-fluid .baseColor2 { color:#333333 }

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

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

/*fancybox*/
body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
  line-height:0;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s, visibility 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0
}

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 8px;
	position: relative;
	text-align: left;
	vertical-align: middle;
  overflow: initial;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #6e6e6e
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	vertical-align: top
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
  background:#b4101a;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 40px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: -40px;
	top: -44px;
	width: 40px !important;
	z-index: 10;
  border-radius:100px;
}

.fancybox-close-small svg {
  fill:#FFFFFF;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	border: 6px solid hsla(0, 0%, 39%, .5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.fancybox-thumbs>ul>li:before { border: 4px solid #4ea7f9; bottom: 0; content: ""; left: 0; opacity: 0; position: absolute;	right: 0; top: 0; transition: all .2s cubic-bezier(.25, .46, .45, .94); z-index: 99991 }

.fancybox-thumbs .fancybox-thumbs-active:before { opacity: 1 }


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

.row-fluid .wrapper { margin:0 auto !important; max-width:1160px; float:none !important; padding:0 20px; } 

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }

.row-fluid .overlay { position:relative; }
.row-fluid .overlay:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#b4101a; opacity:0.80; }
.row-fluid .overlay > div { position:relative; }

.row-fluid .overlay1 { position:relative; }
.row-fluid .overlay1:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#6e6e6e; opacity:0.70; }
.casestu-boxin.overlay1:before {  background:#fff !important; opacity:0.20 !important; }
.row-fluid .overlay1 > div { position:relative; }
.row-fluid .shadow { -webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
     box-shadow: 0 1px 25px rgba(0,0,0,0.15);; }

ul { margin:0; padding:0; list-style-type:none; }
li {  margin:0; padding:0; display:block; }

.row-fluid .list ul { padding-left:30px; }
.row-fluid .list li { position:relative; padding:0 0 0 22px; }
.row-fluid .list li:before { content:''; width:12px; height:12px; position:absolute; top:8px; left:0; -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;; border:1px solid #b4101a; }

.row-fluid .social ul li { padding:2px; display:inline-block; }
.row-fluid .social ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .social ul li:nth-child(2) a:before { content:"\f095"; }
.row-fluid .social ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .social ul li:nth-child(4) a:before { content:"\f231"; }
.row-fluid .social ul li a { font-size:0; width:28px; height:28px; line-height:27px; display:inline-block; border:1px solid #FFFFFF; color:#FFFFFF; text-align:center; -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;; }
.row-fluid .social ul li a:hover { opacity:1; background:#b4101a; border-color:#b4101a; -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -o-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -ms-box-shadow: 0 8px 15px rgba(0,0,0,.15);
     box-shadow: 0 8px 15px rgba(0,0,0,.15);; -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);; }
.row-fluid .social ul li a:before { content:''; display:inline-block; font-family:'FontAwesome'; font-size:15px; }

/* Top Section */
.row-fluid .top-header { padding:14px 0; font-size:13px; line-height:20px; background:#b4101a; }
.row-fluid .top-info ul li { padding:0 20px 0 0; display:inline-block; }
.row-fluid .top-info ul li a { color:#FFFFFF; }
.row-fluid .top-info ul li a:before { content:''; display:inline-block; font-family:'FontAwesome'; font-size:18px; margin-right: 10px; vertical-align: middle; }
.row-fluid .top-info ul li:nth-child(1) a:before { content:"\f095"; }
.row-fluid .top-info ul li:nth-child(2) a:before { content:"\f0e0"; }

.row-fluid .top-social { text-align:right; }
.row-fluid .top-social ul li { padding:0 0 0 10px; display:inline-block; }
.row-fluid .top-social ul li a { font-size:0; color:#FFFFFF; }
.row-fluid .top-social ul li a:before { content:''; display:inline-block; font-family:'FontAwesome'; font-size:16px; }
.row-fluid .top-social ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .top-social ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .top-social ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .top-social ul li:nth-child(4) a:before { content:"\f16a"; }
.row-fluid .top-info ul li a:hover , .row-fluid .top-social ul li a:hover { opacity:0.7; }

/* Top Menu Section */
.row-fluid .menu-header { padding:0; } 
.row-fluid .logo { margin:8px 0 10px; }
.row-fluid .logo img { width:auto !important; height:90px; }
.row-fluid .menu-right { text-align:right; }
.row-fluid .inquire-cta { margin:0; padding:22px 0 22px 20px; width:auto; float:none; float:right; }
.row-fluid .inquire-cta a { padding:10px 25px; min-width:auto; }
/*menu*/
.row-fluid .mainmenu { width:auto; margin:0; float:none; display:inline-block; vertical-align: middle; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul li{padding-top:10px;}
.hero-slider .slick-dots { -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;; } 
.hero-slider ul.slick-dots li button:before { content:''; position:absolute; top:-7px; left:-7px; right:-7px; bottom:-7px; -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; border:2px solid #b4101a; -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; }
.hero-slider ul.slick-dots li button:hover:before , .hero-slider ul.slick-dots li.slick-active button:before { content:''; border:2px solid #b4101a; }

/* service section */
.row-fluid .service-boxin { position:relative; color:#505050; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;; }
.row-fluid .service-boxin h4 { -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;; }
.row-fluid .service-boxin:hover { box-shadow: 0 0 20px rgba(0,0,0,0.6);-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);; }
.row-fluid .service-boxin:hover h4 { color:#b4101a; }

/* about Section */
.row-fluid .about-sec { padding:65px 0; }
.row-fluid .about-sec1 { padding:50px 0 0 40px; }
.row-fluid .about-img { padding-bottom:50px; position:relative; }
.row-fluid .about-img1 { max-width:380px; }
.row-fluid .about-img1.overlay:before { z-index:1; }
.row-fluid .about-img2 { max-width:335px; position:absolute; bottom:0; right:0; z-index:1; }
.row-fluid .about-text { padding:70px 0 50px; } 
.row-fluid .about-text h3 { padding:0 0 20px; }
.row-fluid .about-cta { padding-top:30px; }
.row-fluid .about-cta .cta { margin-bottom:3px; width:auto; display:inline-block; }

/* case studies */
.row-fluid .casestu-text h5 , .row-fluid .casestu-text h4 { color:#FFFFFF; }
.row-fluid .casestu-text h5:hover , .row-fluid .casestu-text h4:hover { color:#b4101a !important; }
.row-fluid .casestu-boxin { position:relative; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;; z-index:1;}
/* .row-fluid .casestu-boxin:before{background-color:#000 ;content:"";height:100%;left:0;opacity:0.7;position:absolute;top:0;width:100%; z-index:-1;} */
/* .row-fluid .casestu-boxin:hover { box-shadow:0 0 40px rgba(0,0,0,0.4); -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);; } */

.casestu-textHover{background-color:rgba(0,0,0,0.7);color:#fff;height:100%;left:0;position:absolute;top:0;width:100%;padding:38px 30px;z-index:1; opacity: 0; visibility: hidden; transition: all 400ms ease 0s;}
.casestu-textHover:after{border:1px solid #ffffff;bottom:12px;content:"";left:12px;position:absolute;right:12px;top:12px;z-index:-1;}
.casestu-textHover h4{color:#fff;font-weight:500;}
.casestu-textHover .casestudy-txt{height:220px; overflow:auto; line-height:25px;}


.casestu-text{transition: all 600ms ease 0s;}
.casestu-boxin:hover .casestu-textHover{opacity:1; visibility:visible; }
.casestu-boxin:hover .casestu-text{opacity:1; visibility:visible; color:#b4101a !important;}

/* stript cta */
.row-fluid .strip-sec { padding:55px 0; text-align:center; }
.row-fluid .strip-text , .row-fluid .strip-cta { margin:0; padding:0 10px; width:auto; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .strip-text h4 { padding:5px 0; font-size:24px; line-height:32px; font-weight:500; text-transform:uppercase; color:#FFFFFF; }
.row-fluid .strip-cta a { min-width:auto; padding:10px 25px; color:#b4101a; background:#FFFFFF }
.row-fluid .strip-cta a:hover { color:#FFFFFF; background:#6e6e6e }

/* Zig Zag Section */
.row-fluid .zigzag-sec { background:#F3F7F9 }
.row-fluid .zigzag-sec:nth-child(2n) { background:#FFFFFF }
.row-fluid .zigzag-text li:before { border:1px solid #b4101a; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; }

/* video section */
.row-fluid .video-sec { padding:130px 0 180px; color:#FFFFFF; background-attachment:fixed; font-weight:300; letter-spacing:0.4px; width:100%; float:left }
.row-fluid .video-title { margin:0 0 30px; font-size:25px; line-height:32px; text-transform:uppercase; font-weight: 500; }
.row-fluid .video-title a { display:inline-block; color:#FFFFFF; cursor: pointer; }
.row-fluid .video-title a:before { content:''; margin:0 auto 30px; width:80px; height:80px; display:block; background:url('https://5296913.fs1.hubspotusercontent-na1.net/hubfs/5296913/video-1.png') no-repeat; background-size:80px; -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;; }
.row-fluid .video-title a:hover { color:#b4101a; }
.row-fluid .video-title a:hover:before { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);; } 
.row-fluid .video-code { display:none; }

/* testimonial section */
.row-fluid .testi-sec { background:#F3F7F9 }
.row-fluid .testi-box { background:#FFFFFF }
.row-fluid .testi-box:before { left:50%; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; color:#FFFFFF; background:#b4101a; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;  } 
.row-fluid .testi-box:after { left:50%; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; background:#b4101a; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;  } 
.row-fluid .testi-posi h4 { color:#b4101a; }

/* counter section */
.row-fluid .counter-sec { padding:0px 0 120px; font-size:22px; line-height:30px; font-weight:200; color:#FFFFFF; background-attachment:fixed; -webkit-backface-visibility: hidden; }
.row-fluid .counter-num { font-size:56px; line-height:60px; font-weight:500; }

/* blog subscription */
.row-fluid .blog-subscription { margin-top:-60px; padding:30px; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; overflow:hidden; color:#fff; text-align:center;  }
.row-fluid .blog-subscription h2 { padding:0 0 30px; font-size:32px; line-height:40px; font-weight:200; text-transform:inherit; color:#FFFFFF; }
.row-fluid .blog-subscription h2 span { font-weight:600; }
/* .row-fluid .blog-subtitle { margin:0; width:50%; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .blog-subscrip { margin:0 0 0 -4px;  width:50%; float:none; display:inline-block; vertical-align:middle; } */
.row-fluid .blog-subscrip h3 , .row-fluid .blog-subscrip .hs-form-field > label { display:none; }
.row-fluid .blog-subscrip .hs-form-field { padding:0 7px; width:33.33%; display:inline-block; }
.row-fluid .blog-subscrip .hs-form-field .hs-error-msgs { text-align:left; }
.row-fluid .blog-subscrip form { position:relative; }
.row-fluid .blog-subscrip .input input { margin:0; height:55px; background-color:transparent; color:#FFFFFF; border-radius:100px !important; border:2px solid #FFFFFF; }
.row-fluid .blog-subscrip .hs_submit.hs-submit { padding:30px 0 0; width:auto; display:inline-block; }
.row-fluid .blog-subscrip .hs-button { text-transform:uppercase; font-size:16px; line-height:24px; letter-spacing:0.5px; padding:13px 20px 11px; min-width:175px; text-align:center; height:auto; background-color:#FFFFFF; color:#b4101a; border-radius:100px !important; border:2px solid #FFFFFF; }
.row-fluid .blog-subscrip .hs-button:hover { background-color:transparent; color:#FFFFFF; }
.row-fluid .blog-subscrip ::-webkit-input-placeholder { color:#FFFFFF; opacity:1; }
.row-fluid .blog-subscrip ::-moz-placeholder { color:#FFFFFF;opacity:1; }
.row-fluid .blog-subscrip :-ms-input-placeholder { color:#FFFFFF;opacity:1; }
.row-fluid .blog-subscrip :-moz-placeholder { color:#FFFFFF; opacity:1;}

::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder { opacity:1;}

/* blog recent */
.row-fluid .recent-date { font-size:14px; line-height:20px; height:110px; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; color:#FFFFFF; background:#b4101a; }
.row-fluid .recent-title a , .author-name a { color:#333333; }
.row-fluid .recent-title a:hover , .author-name a:hover { color:#b4101a; }
.author-name:before , .recent-comments:before { color:#b4101a; }

/* About Page */
.row-fluid .inner-hero { padding:50px 0 40px; position:relative; height:400px; }
.row-fluid .inner-hero:before { content:''; width:100%; height:100%; background:#6e6e6e; position:absolute; top:0; left:0; opacity:0.4; }
.row-fluid .inner-hero > div { position:relative; }
.row-fluid .inner-hero h1 { font-size:48px; line-height:58px; color:#FFFFFF; text-transform:initial; font-weight:500; }
.row-fluid .inner-hero h1:after { content:''; margin:15px auto 0; width:43px; height:4px; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; display:block; background:#FFFFFF; }
.row-fluid .comp-sec .about-sec1 { padding:0; }
.row-fluid .comp-sec .about-img img { width:100% !important; }
.row-fluid .comp-sec .about-text { padding:0; } 
div#hs_cos_wrapper_module_1525699550346247 h1 {
    padding-top: 160px;
}
.service-icon img {
    width: auto;
    height: 200px !important;
}
 .row-fluid .overlay1>div { bottom:0px !important;}

/* team-section */
.row-fluid .team-sec { padding:60px 0 55px; }
.row-fluid .team-box { -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;; }
.row-fluid .team-boxin { -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-boxin:before { background:#b4101a; -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-text { color:#FFFFFF;  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);; }
.row-fluid .team-boxin .link-style a { background:#FFFFFF; color:#b4101a; }
.row-fluid .team-box:hover { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);; }
.row-fluid .team-boxin:hover { box-shadow:0 10px 30px rgba(0,0,0,0.4); -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);; }
.row-fluid .team-boxin:hover:before { right:0; }
.row-fluid .team-boxin:hover .team-text { opacity:1; -webkit-transform: translateX(-0);
    -moz-transform: translateX(-0);
    -o-transform: translateX(-0);
    -ms-transform: translateX(-0);
    transform: translateX(-0);; }
.row-fluid .team-boxin .social ul li a:hover { background:#FFFFFF; color:#b4101a; }

/* Team Page */
.row-fluid .team-secp { padding:30px 0 100px;  }

/* team details page */
.row-fluid .team-details-sec { padding:50px 0 120px; }
.row-fluid .teamdet-title { padding:0 0 30px; }
.row-fluid .teamdet-title h3 { text-transform:none; }
.row-fluid .teamdet-contact ul li { padding:0 10px 0 0; display:inline-block; }
.row-fluid .teamdet-contact ul li a { color:#505050 } 
.row-fluid .teamdet-contact ul li a:before { content:""; margin-right:8px; display:inline-block; vertical-align:top; font-family: 'FontAwesome'; }
.row-fluid .teamdet-contact ul li:nth-child(2) a:before { content:"\f095"; }
.row-fluid .teamdet-contact ul li:nth-child(3) a:before { content:"\f0e0"; }
.row-fluid .teamdet-contact ul li a:hover { color:#b4101a }

.row-fluid .teamdet-text { text-align:justify; }
.row-fluid .teamdet-text h5 { font-size:18px; line-height:24px; }
.row-fluid .teamdet-text.social ul li a { width:40px; height:40px; line-height:40px; border-color:#505050; background:#505050; }
.row-fluid .teamdet-text.social ul li a:hover { background:#b4101a; border-color:#b4101a; } 

.row-fluid .expertise-box { margin-top:50px; padding:30px; background:#b4101a; color:#FFFFFF; }
.row-fluid .expertise-box h4 { font-size:18px; line-height:24px; color:#FFFFFF; }
.row-fluid .expertise-box ul li { margin:15px 0; }
.row-fluid .expertise-box ul li span { margin:0 0 10px; display:block; font-size:18px; font-weight:bold; }
.row-fluid .expertise-box .list li:before { border-color:#FFFFFF; }
.row-fluid .teamdet-img img { max-width:310px; width:100% !important; }

/* faq page */
.row-fluid .faq-sec { background:#F3F7F9; }
.row-fluid .faq-title { background:#b4101a; color:#FFFFFF; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; }
.row-fluid .faq-title.active { -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;; }
.row-fluid .faq-text { background:#F3F3F3; -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;; }

/* testimonial page */
.row-fluid .testimonial-box { -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-boxin { background:#F3F7F9; -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-img { -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;; position:relative; }
.row-fluid .testimonial-img:before { content:''; position:absolute; top:-5px; left:-5px; right:-5px; bottom:-5px; background:#6C6C6C; opacity:0.15; -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;; z-index:-1; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .testimonial-text h5  { color:#b4101a }  
.row-fluid .testimonial-box:hover { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);; }
.row-fluid .testimonial-box:hover .testimonial-boxin { box-shadow:0 10px 30px rgba(0,0,0,0.4); }
.row-fluid .testimonial-box:hover .testimonial-img:before { background:#b4101a; opacity:0.5; }  
/* solution page */
.row-fluid .solution-icon { background:#F3F7F9; -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 .solution-box:hover .solution-icon { box-shadow:0 10px 30px rgba(0,0,0,0.4); }

/* pricing page */
.row-fluid .pricing-main { background:#F3F7F9; }
.row-fluid .pricing-boxin { background:#FFFFFF; }
.row-fluid .pricing-boxin h4 , .pricing-amount h1 , .pricing-amount span { color:#505050; }
.row-fluid .testimonial-white .testi-sec { padding:60px 0 160px; background:#FFFFFF; }
.row-fluid .testimonial-white .testi-box { background:#F3F7F9; }

/* Case Studies Details */
.row-fluid .caseDe-main { padding:25px 0 100px; float:left; width:100%; }
.row-fluid .caseDe-box { margin:25px 0; float:left; width:100%; }
.row-fluid .caseDe-img { width:48%; float:left; background-position:center center !important; background-size:cover !important; }
.row-fluid .caseDe-text { padding:0 0 0 30px; width:52%; float:left; }
.row-fluid .caseDetext { padding:0 25px 0 0; }
.row-fluid .caseDe-content { padding:0 0 30px; }

/* inquiry Now page */
.row-fluid .choose-sec { padding:80px 0 130px; }
.row-fluid .choose-left { padding:60px 30px; color:#FFFFFF; }
.row-fluid .choose-left .sub-textWt { padding:0 0 15px; font-size:15px; line-height:26px; }
.row-fluid .choose-box { padding:20px 0; font-size:15px; line-height:24px; }
.row-fluid .choose-icon { width:100px; text-align:center; float:left; }
.row-fluid .choose-text { margin:0; padding:0 0 0 15px; width:calc(100% - 100px); float:left; }
.row-fluid .choose-text h5 { padding:0 0 6px; font-size:17px; line-height:26px; color:#FFFFFF; font-weight:500; }
.row-fluid .choose-right { padding:65px 20px; }
/*.row-fluid .choose-form .hs-form-field > label { display:none; } */
.row-fluid .choose-form .hs-submit { margin-top:20px; }

/* Contact Page */
.row-fluid .get-section { padding:50px 0 120px; position:relative; }
.row-fluid .get-section:before { content:''; width:100%; position:absolute; top:30%; left:0; right:0; bottom:0; background:#F3F7F9 }
.row-fluid .get-section > div { position:relative; }
.row-fluid .get-inner { padding:30px 0 0; }
.row-fluid .map-sec iframe { width:100% !important; height:530px !important; }

.row-fluid .get-left { margin:0; width:60%; float:left; }
.row-fluid .get-right { margin:0; width:40%; float:left; }
/* .row-fluid .get-inside { margin:-280px auto 0 !important; padding:0; max-width:950px; width:100%; display:block; background:#FFFFFF; float:none; position:relative; -webkit-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
    -ms-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
     box-shadow: 1px 1px 35px rgba(0,0,0,0.3);; }   */
.row-fluid .get-inside { margin:0 auto !important; padding:0; max-width:950px; width:100%; display:block; background:#FFFFFF; float:none; position:relative; -webkit-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
    -ms-box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
     box-shadow: 1px 1px 35px rgba(0,0,0,0.3);; }  
.map-sec{margin-bottom:-250px;}
.row-fluid .get-form { padding:65px 28px; }
.row-fluid .get-form .form-columns-1 .input { margin-right:0; }
/*.row-fluid .get-form .hs-form-field > label { display:none; } */
.row-fluid .get-contact { padding:35px 30px; color:#FFFFFF; }
.row-fluid .get-contact li { margin:25px 0; padding:0 0 0 70px; position:relative; font-weight:300; }
.row-fluid .get-contact li span { display:block; font-weight:500; }
.row-fluid .get-contact li a { color:#FFFFFF; }
.row-fluid .get-contact li a:hover { opacity:0.7; }
.row-fluid .get-contact li:before { content:''; width:50px; height:50px; line-height:50px; border:1px solid #FFFFFF; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; text-align:center; position: absolute; top:4px; left: 0; font-family:'fontAwesome'; }
.row-fluid .get-contact li.location:before { content:"\f041"; }
.row-fluid .get-contact li.contact:before { content:"\f095"; }
.row-fluid .get-contact li.email:before { content:"\f124"; }
.row-fluid .get-contact li.website:before { content:"\f282"; }



/* Case Studies */
.row-fluid .studies-sec { padding:70px 0 100px; }
.row-fluid .casestu-list { padding:0 15px; background:#b4101a; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; width: auto; display: inline-block; }
.row-fluid .casestu-list ul li { display:inline-block; }  
.row-fluid .casestu-list ul li a { margin:0 20px; padding:11px 0; display:inline-block; color:#FFFFFF; text-transform:uppercase; position:relative; }
.row-fluid .casestu-list ul li a:after { content:''; width:0; height:1px; background:#FFFFFF; position:absolute; bottom:12px; left: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 .casestu-list ul li a:before { content:''; width:0%; height:1px; background:#FFFFFF; position:absolute; bottom:8px; left:0; -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;; }
.row-fluid .casestu-list ul li a:hover:after , .row-fluid .casestu-list ul li a.selected:after { width:40%; }
.row-fluid .casestu-list ul li a:hover:before ,  .row-fluid .casestu-list ul li a.selected:before { width:60%; }

/* Resource Page */
.row-fluid .resource-img i { 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%);; }
.row-fluid .resource-img:before { content:''; position:absolute; top:100%; left:0; bottom:0; right:0; background:#b4101a; opacity:0.5; -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 .resource-inner:hover .resource-img:before { top:0; }

/* Our History */
.row-fluid .history-sec { padding:60px 0; }
.row-fluid .history-img { margin-bottom:40px; }
.row-fluid .side-menu ul { width:100%; }
.row-fluid .side-menu ul li { margin:0 0 3px; width:100%; }
.row-fluid .side-menu ul li a { padding:14px 20px; width:100%; background:#F3F7F9; color:#6e6e6e; position:relative; }
.row-fluid .side-menu ul li a:before { content:''; width:0; height:100%; position:absolute; top:0; left:0; background:#b4101a; -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 .side-menu ul li a:hover:before { width:4px; }  
.row-fluid .history-sec h3{margin:0 0 10px; text-align: center;}
.row-fluid .history-sec .row-fluid .history-imgv2{margin: 14px 0 0;}
.row-fluid .history-sec .flex-grp > div > div{align-items:center; display:flex;}

.row-fluid .call-back { margin-top:70px; padding:30px 8px 20px; text-align:center; font-size:15px; line-height:22px; color:#FFFFFF; }
.row-fluid .call-back h4 { margin-bottom:15px; font-size:22px; line-height:30px; color:#FFFFFF; font-weight: 600; border-bottom:1px solid #FFFFFF; }
.row-fluid .call-tag { margin:10px 0 25px; font-size:18px; }
.row-fluid .call-tag a { color:#FFFFFF; }
.row-fluid .call-tag a:hover { opacity:0.7; } 
.row-fluid .call-back a.link-style { padding:7px 25px; min-width:auto; color:#b4101a; background:#FFFFFF; border-color:#FFFFFF; }
.row-fluid .call-back a.link-style:hover { color:#FFFFFF; background:transparent; }

.row-fluid .company-history { padding: 0 0 150px; }
.row-fluid .company-subtitle { font-size:20px; line-height:26px; text-transform:uppercase; font-weight:700; color:#333333; }
.row-fluid .company-title h3:after { content:''; margin:5px 0 0; width:43px; height:4px; display:block; background:#333333; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; }

.row-fluid .company-main { max-width:850px; width:100%; float:left; }
.row-fluid .company-box { margin:15px 0; width:100%; float:left; position:relative; }
.row-fluid .company-box:before { content:''; width:3px; position:absolute; top:8px; bottom:-8px; left:355px; background:#333333; }
.row-fluid .company-box:after { content:''; width:15px; height:15px; position:absolute; top:-15px; left:349px; border:3px solid #b4101a; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid .company-img { width:317px; float:left; background-size:cover !important; background-position:center center !important; }
.row-fluid .company-text { padding:20px; min-height:290px; width:calc(100% - 395px); float:right; font-size:15px; line-height:25px; background:#F3F7F9; }
.row-fluid .company-text h4 { font-size:18px; line-height:26px; text-transform:uppercase; font-weight:600; }
.row-fluid .company-box.active:after { background:#b4101a; } 

.row-fluid .misson-sec { padding:60px 0 130px; }
.row-fluid .software-sec { padding:60px 0 80px; }
.row-fluid .software-text { margin-top:50px; }
.row-fluid .software-text h6 { font-size:18px; line-height:26px; text-transform:uppercase; }

.row-fluid .service-slider { width:100%; float:left; }
.row-fluid .service-slider .service-boxes { margin:20px 10px; padding:0; }
.row-fluid .service-slider .slick-arrow.slick-prev { left:-65px; }
.row-fluid .service-slider .slick-arrow.slick-next { right:-65px; }

/* One Column */
.row-fluid .one-column { padding:55px 0; }
.row-fluid .one-column h3:after { content:''; margin:12px 0 0; width:45px; height:5px; display:block; background:#b4101a; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }
.row-fluid .two-columnright { margin-top:10px; text-align:justify; }

.row-fluid .three-column { padding:60px 0; text-align:justify; }
.row-fluid .three-column h3 { font-size:30px; line-height:38px; }
.row-fluid .three-column h3:after { content:''; margin:15px 0 0; width:43px; height:4px; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; display:block; background:#b4101a; }
.row-fluid .three-columnimg { margin-top:15px; text-align:center; }
.row-fluid .three-column a.link-style { margin-top:20px; padding:10px 25px; min-width:auto; }
.row-fluid .three-column a.link-style:after { content:"\f101"; margin-left:15px; font-size:18px; display:inline-block; font-family:'FontAwesome'; }

/* Thank You ! */
.row-fluid .thank-hero { height:350px; }
.row-fluid .thank-sec { padding:0 0 160px; }
.row-fluid .thank-inner { margin:-200px auto 0 !important; padding:150px 15px; max-width:900px; width:100%; float:none; text-align:center; -webkit-box-shadow: 0 8px 35px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 8px 35px rgba(0,0,0,0.15);
    -o-box-shadow: 0 8px 35px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 8px 35px rgba(0,0,0,0.15);
     box-shadow: 0 8px 35px rgba(0,0,0,0.15);; position:relative; z-index:1; }
.row-fluid .thank-img { margin-bottom:50px; }
.row-fluid .thank-img img { height:77px; width:auto !important; }
.row-fluid .thank-btn { margin-top:40px; }
.row-fluid .thank-btn a { background:transparent; color:#b4101a; }
.row-fluid .thank-btn a:hover { background:#b4101a; color:#FFFFFF; }

/* blog Section */
.row-fluid .blog-sec { padding:55px 0 100px; }
.row-fluid .post-listing { margin:0 -15px; display:block; }
.row-fluid .post-item { padding:15px; width:50%; float:left; }
.row-fluid .post-inner { position:relative; }
.row-fluid .post-item .hs-featured-image-wrapper { height:320px; background-position:center center !important; background-size:cover !important; position:relative; }
.row-fluid .post-text .post-header { padding:10px 0; }
.row-fluid .post-text .post-header h2 { font-size:26px; line-height:36px; font-weight:600; text-transform:none; }
.row-fluid .post-text .post-header h2 a { color:#333333; }  
.row-fluid .post-text .post-header h2 a:hover { color:#383b9a; }
.row-fluid .post-date { padding:18px 25px; font-size:26px; line-height:32px; height:110px; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; color:#FFFFFF; background:#b4101a; position:absolute; bottom:15px; left:15px; text-align:center; }
.row-fluid .post-date span { display:block; font-size:50px; line-height:50px; }

.row-fluid .post-comment .hubspot-editable:before { content:"\f007"; margin-right:5px; display:inline-block; font-family:'FontAwesome'; color:#b4101a; }
.row-fluid .post-comment .hubspot-editable , .row-fluid .post-comment .custom_listing_comments { padding:0 10px 0 0; display:inline-block; vertical-align: top; }
.row-fluid .post-comment .hubspot-editable a , .row-fluid .post-comment .custom_listing_comments a { font-weight:600; color:#333333 }
.row-fluid .post-comment .hubspot-editable a:hover , .row-fluid .post-comment .custom_listing_comments a:hover { color:#383b9a }
.row-fluid .post-comment .custom_listing_comments:before { content:"\f086"; margin-right:5px; display:inline-block; font-family:'FontAwesome'; color:#b4101a; }

.row-fluid .blog-pagination { padding:30px 0; text-align:center; float:left; width:100%; }
.row-fluid .blog-pagination a { margin:5px 2px; padding:5px 30px; font-size:24px; line-height:normal; border:2px solid #b4101a; display:inline-block; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; font-weight: 600; vertical-align: top; }
.row-fluid .blog-pagination .previous-posts-link , .row-fluid .blog-pagination .next-posts-link { padding:11px 30px 10px; font-size:15px; line-height:24px; text-transform:uppercase;  }
.row-fluid .blog-pagination a:hover , .row-fluid .blog-pagination .active a  { background:#b4101a; color:#FFFFFF; } 

.row-fluid .inner-blog { margin-top:15px; }
.row-fluid .inner-blog .hs-featured-image-wrapper { height:420px; background-position:center center !important; background-size:cover !important; position:relative; }
.row-fluid .postinner-title { padding:0 0 20px 130px; }
.row-fluid .postinner-title h1 { padding:10px 0; font-size: 26px; line-height: 36px; font-weight: 600; text-transform: none; color:#333333; }

.row-fluid .postinner-title .post-author , .row-fluid .postinner-title .custom_listing_comments { padding: 0 10px 0 0; display: inline-block; vertical-align: top; }
.row-fluid .postinner-title .post-author:before { content:"\f007"; margin-right:5px; display:inline-block; font-family:'FontAwesome'; color:#b4101a; }
.row-fluid .postinner-title .custom_listing_comments:before { content:"\f086"; margin-right:5px; display:inline-block; font-family:'FontAwesome'; color:#b4101a; }

.row-fluid .postinner-title .post-author a , .row-fluid .postinner-title .custom_listing_comments a { font-weight:600; color:#333333 }
.row-fluid .postinner-title .post-author a:hover , .row-fluid .postinner-title .custom_listing_comments a:hover { color:#383b9a }
.row-fluid .inner-blog .post-date { bottom:-85px; }
.row-fluid .social-sharing { margin:30px 0 0; padding:50px 0 100px; font-size:20px; text-align:center; text-transform:uppercase; border-top:1px solid #E8E8E8; border-bottom:1px solid #E8E8E8; }
.row-fluid .social-sharing ul { margin:0 0 0 20px; padding:0 0 0 20px; list-style-type:none; display:inline-block; border-left:1px solid; line-height: 22px; } 
.row-fluid .social-sharing ul li { margin:0 5px; padding:0; display:inline-block; }
.row-fluid .social-sharing ul li a { color:#505050; }
.row-fluid .social-sharing ul li a:hover { color:#383b9a } 

.row-fluid .about-author-sec { margin:-50px 0 0; padding:0 0 30px; text-align:center; }
.row-fluid .about-authorimg { margin:0 auto; width:100px; height:100px; background-position:center center !important; background-size:cover !important; position:relative; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; border:7px solid #EAEAEA; }
.row-fluid .about-authortext h3 { margin-top:10px; font-size:14px; line-height:30px; text-transform: none; font-weight: 400; font-style: italic; }
.row-fluid .about-authortext h3 a { font-size:16px; line-height:30px; display:block; /* text-transform: uppercase;*/ font-style: normal; font-weight: 600; color:#333333 }
.row-fluid .about-authortext h3 a:hover { color:#383b9a }

.row-fluid .post_slugsec { padding:40px 0; width:100%; float:left; border-top: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8; } 
.row-fluid .post_slug { padding:0; width:50%; float:left; }
.row-fluid .post_slug a { color:#505050; }
.row-fluid .post_slug a:hover { color:#b4101a; }
.row-fluid .post_slug i { margin:0 5px; font-size:22px; vertical-align: middle; } 
.row-fluid .post_slug:last-child { text-align:right; }

.hs-blog-post .blog-sec { padding-bottom:300px; }
.row-fluid .blog-comments { padding:0 0 150px; }
.row-fluid .comments-form .form-columns-1 .input { margin-right:0; }
.row-fluid .comments-form { margin-top: -220px; padding:35px; -webkit-box-shadow: 1px 1px 35px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 35px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 35px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 35px rgba(0,0,0,0.1);
     box-shadow: 1px 1px 35px rgba(0,0,0,0.1);; position: relative; background:#FFFFFF; }
.row-fluid .comments-form h3 { padding:0 0 20px; font-size:20px; line-height:normal; text-align:center; }
.row-fluid .comments-form .hs-form-field > label span + span { display:none; } 
.row-fluid .comments-form .actions { padding:40px 0 0; }  
.row-fluid .comments-form .hs-button { width:auto !important; }

.hs-blog-post blockquote { padding:40px 0 10px 100px; position:relative; border-left:none; font-size:20px; line-height:30px; font-weight:300; }
.hs-blog-post blockquote:before { content:"\f10d"; font-size:80px; line-height:normal; position:absolute; top:0; left:0; font-family:'FontAwesome'; opacity:0.3; }
.hs-blog-listing .blog-comments { display:none; }
.row-fluid .more-link.link-style2  { margin-top: 20px; min-width: auto; padding: 8px 25px; }


/* Blog Right Side bar */
.row-fluid .blog-right .side-menu { margin-top:15px; }

.row-fluid .search_input { margin-top:50px; position:relative; }
.row-fluid .search_input .hs-search-field__input { padding:0 65px 0 15px !important; height:65px; border-color:#505050; color:#505050; border-radius:50px; font-size: 20px !important; font-weight:200; }
.row-fluid .search_input .search_icon { padding:0; width:60px !important; height:65px; position:absolute; top:0; right:0; font-size:0; background-color: transparent; background-image:url('https://5296913.fs1.hubspotusercontent-na1.net/hubfs/5296913/search.png'); background-repeat:no-repeat; background-position: center center; background-size: 21px; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; border:none; }
/* .row-fluid .search_input .search_icon:before { content:"\f002"; color:#fff; font-size:24px; display:inline-block; font-family:'FontAwesome'; } */
.row-fluid .search-results { margin:15px 0; padding:30px; border:1px solid #505050; background:#fff; font-size:18px; line-height:26px; display:none; }
.row-fluid .search-results ul li { margin:0 0 30px; border-bottom:1px solid #505050; }
.row-fluid .search-results ul li:last-child { border-bottom:none; }
.post-itemhide .blog_content { display:none; }
.post-itemhide .search-results { display:block; }

/* Recent post */
.row-fluid .recent-section { margin-top:40px; padding:25px 10px 10px; border:1px solid #505050; }
.row-fluid .recent-section h3 { font-size:20px; line-height:26px; text-transform:none; }
.row-fluid .recent-blog { padding:15px 0px 15px 85px; border-bottom:1px solid #DFDFDF; font-size:14px; line-height:20px; min-height:104px; position:relative; }
.row-fluid .recent-textRt h4 { padding:0 0 7px; font-size:14px; line-height:20px; font-weight: 500; }
.row-fluid .recent-textRt h4 a { color:#333333  }
.row-fluid .recent-textRt h4 a:hover { color:#383b9a; }
.row-fluid .recent-imgRt { height:70px; width:70px; background-size:cover !important; background-position:center center !important; position:absolute; top:15px; left:0; }
.row-fluid .recent-blog:last-child { border-bottom:none; }

.row-fluid .author-profile { margin:15px; padding:20px; border:1px solid #505050; display:inline-block; }
.row-fluid .author-profile .hs-author-avatar  { width:180px; float:left; }
.row-fluid .author-profile-text { padding-left:20px; font-size:14px; line-height:24px; width:calc(100% - 180px); float:left; }
.row-fluid .author-profile-text h2 { font-size:24px; line-height:32px; }

/* footer */
.row-fluid .footer-contsec { margin-top:-60px; padding:30px; font-weight:400; color:#FFFFFF; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; overflow:hidden; background-attachment:fixed; -webkit-backface-visibility: hidden; }
.row-fluid .footer-contbox { padding-left:80px; padding-right:10px; position:relative; line-height:22px; border-right:1px solid #fff; }
.row-fluid .footer-contbox span.hs_cos_wrapper_widget  span { display:inline-block; font-weight:200; }
.row-fluid .footer-contbox a { color:#fff; }
.row-fluid .footer-contbox a:hover { opacity:0.5; }
.row-fluid .footer-contbox:before { content:''; width:57px; height:41px; background:url('https://5296913.fs1.hubspotusercontent-na1.net/hubfs/5296913/email1.png') no-repeat; position:absolute; top:2px; left:0; background-size: 57px; background-position: center center; }
.row-fluid .footer-contbox:nth-child(2):before { background:url('https://5296913.fs1.hubspotusercontent-na1.net/hubfs/5296913/phone1.png') no-repeat; }
.row-fluid .footer-contbox:nth-child(3):before { background:url('https://5296913.fs1.hubspotusercontent-na1.net/hubfs/5296913/money1.png') no-repeat; }
.row-fluid .footer-contbox:last-child { border-right:none; }

.row-fluid .footer { padding:0; font-size:14px; line-height:28px; font-weight:200; color:#FFFFFF; width:100%; float:left; background-attachment:fixed; -webkit-backface-visibility:hidden; }
.row-fluid .footer-inner { padding:100px 0; }
.row-fluid .footer.overlay1:before { opacity:0.83; } 
.row-fluid .footer h4 { padding:10px 0 0; font-size:16px; line-height:26px; font-weight:600; letter-spacing:0.3px; color:#FFFFFF;  }
.row-fluid .footer h4:after { content:''; margin:12px 0; width:50px; height:2px; display:block; background:#FFFFFF; }  
.row-fluid .footer-menu ul { margin:0; padding:0; list-style-type:none; }  
.row-fluid .footer-menu ul li { margin:0; padding:0; display:block; width:100%; }
.row-fluid .footer-menu ul li a { margin:0; padding:5px 0 5px 22px; width:100%; color:#FFFFFF; position:relative; } 
.row-fluid .footer-menu ul li a:before { content:"\f105"; width:14px; height:14px; font-size: 12px; line-height:13px; letter-spacing: -2px; border:1px solid #FFFFFF; position:absolute; top:12px; left:0; font-family:'FontAwesome'; text-align:center; -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;; -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 { padding:5px 0 5px 25px; color:#b4101a; }
.row-fluid .footer-menu ul li a:hover:before { left:3px; color:#FFFFFF; background:#b4101a; border-color:#b4101a; -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;; }
.row-fluid .about-conFt { padding:14px 0 }

.row-fluid .footer-contact { margin-top:10px; }
.row-fluid .footer-contact ul li { padding:5px 0 5px 25px; position:relative; }
.row-fluid .footer-contact ul li a { color:#FFFFFF; }
.row-fluid .footer-contact ul li a:hover { color:#b4101a; }
.row-fluid .footer-contact ul li:before { content:''; position:absolute; top:6px; left:0; font-family:'FontAwesome'; }
.row-fluid .footer-contact ul li:nth-child(1):before { content:"\f041"; }
.row-fluid .footer-contact ul li:nth-child(2):before { content:"\f095"; }
.row-fluid .footer-contact ul li:nth-child(3):before { content:"\f1d8"; }
.row-fluid .footer-contact ul li:nth-child(4):before { content:"\f017"; }

.row-fluid .footer-social { text-align:left; }
.row-fluid .footer-social ul li { padding:0 2px; }
.row-fluid .footer-social ul li a { width:28px; height:28px; line-height:26px; display:inline-block; border:1px solid #FFFFFF; text-align:center; -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;; }
.row-fluid .footer-social ul li a:hover { opacity:1; background:#b4101a; border-color:#b4101a; -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -o-box-shadow: 0 8px 15px rgba(0,0,0,.15);
    -ms-box-shadow: 0 8px 15px rgba(0,0,0,.15);
     box-shadow: 0 8px 15px rgba(0,0,0,.15);; -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);; }

.row-fluid .copyright { padding:20px 0; font-weight:200; letter-spacing:0.3px; font-size:13px; line-height:20px; background:#6e6e6e; color:#FFFFFF; }
.row-fluid .copyright a { color: #b4101a; }
.row-fluid .ft-bottomR { text-align:right; }

/* Update Pages 21-11-2018 */
.row-fluid .client-testimonials { padding:80px 0 60px; }
.row-fluid .client-testimonials .testimonial-sec { padding:30px 0 0; }
.row-fluid .client-testimonials .testimonial-img { margin-top:0; }
.row-fluid .client-testimonials .testimonial-box { margin:15px; padding:0; }
.row-fluid .client-testimonials .testimonial-boxin { background:transparent; }
.row-fluid .client-testimonials .testimonial-box:hover .testimonial-boxin { box-shadow: 0 1px 15px rgba(0,0,0,0.4); }

.row-fluid .history-imgv2 { height:370px; margin-bottom:30px; }

.faq-white{padding: 60px 0;}
.faq-white h2{text-align:center; margin: 0 0 30px;}
.faq-white p + h4{margin: 20px 0 0;}

.row-fluid .pricing-faq .faq-sec { padding:0; background:transparent; }
.row-fluid .pricing-faq .faq-sec .wrapper { padding-left:0; padding-right:0; max-width:100%; }
.geta_quote{margin-top:15px;}

@media (max-width:768px) {
		
.widget-type-header h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
  
}

@media (max-width:1200px) {
		
  .row-fluid .inquire-cta { display:none; }
  .row-fluid .about-img1 { left:-40px; }
  
}

@media (min-width: 992px){
  	.row-fluid .menu-header.fixed { /*position:fixed;*/ top:0; left:0; width:100%; z-index:99; background:#fff; box-shadow:0 0 20px rgba(0,0,0,0.1); }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul:before {
  content: '';
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 1;
    background: #b4101a;
    -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;
  height: 3px; 
}
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { content:''; height:10px; position:absolute; bottom:0; right:10px; left:10px; opacity:0; background:#b4101a; -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 .mainmenu .hs-menu-wrapper > ul > li > a:hover:before { height:3px; opacity:1; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#b4101a; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#b4101a; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { width:220px; padding:5px 0; margin: 0px; text-align:left; background: #f4f4f4;  position: absolute;  top:calc(100% - 3px);  left:0px; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;; position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul { width: 880px; min-height: 890px; left: -41%; transform: translateX(-37%); background: #f4f4f4; border-radius: 0; overflow: hidden;}
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul { min-height: 100%; left: 0 !important; transform: none; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul .line1 { position: absolute; left: 25%; top: 15px; bottom: 15px; height: calc(100% - 30px); width: 1px; background: #dde2e5; content: ''; z-index: 99; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul .line2 { position: absolute; left: 50%; top: 15px; bottom: 15px; height: calc(100% - 30px); width: 1px; background: #dde2e5; content: ''; z-index: 99; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul .line3 { position: absolute; left: 75%; top: 15px; bottom: 15px; height: calc(100% - 30px); width: 1px; background: #dde2e5; content: ''; z-index: 99; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul:after { width: 0px; background: none; content: '';  }

  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li { width: 25%; float: left; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul li { width: 100%; float: left; }
   .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li a { position: relative; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li a:after { position: absolute; left: 15px; right: 15px; bottom: 0; height: 1px; background: #dde2e5; content: ''; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { color: #6e6e6e !important; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul li a:after { background: none; height: 0px; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li a { font-weight: bold; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul li a { font-weight: normal; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul { display: none; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2):hover ul { display: block;   }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2):hover ul li ul { display: block; opacity: 1; visibility: visible; top: 45px !important; max-width: 100%; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { font-weight: normal; }
  	/*.row-fluid .mainmenu .hs-menu-wrapper ul li ul:before { content:''; position:absolute; top:10px; right:10px; left:10px; bottom:10px; background:#fff; opacity:0.15; }*/
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:10px 15px; line-height:20px; color:#FFF; width:100%; font-size:14px; line-height:22px; position:relative; letter-spacing:0.5px; }
  	/* .row-fluid .mainmenu .hs-menu-wrapper ul li ul li.hs-item-has-children > a:before { content:"\f105"; position:absolute; right:15px; top:9px; font-family: 'FontAwesome'; } */
  	.row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { /*color:#693300;*/ background:rgba(225,225,225,0.25); }
  	.row-fluid .mainmenu .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:100%; }

    
}

@media (min-width: 1201px) {
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul { width: 1140px; min-height: 1450px; left: -50%; transform: translateX(-50%); background: #f4f4f4; border-radius: 0;}
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul { left: 0; transform: none; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul:after { left: 50%; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li { width: 25%; float: left; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul li { width: 100%; float: left; }

}


@media (max-width:800px) {
	.fancybox-thumbs { width: 110px }
	.fancybox-show-thumbs .fancybox-inner { right: 110px }
	.fancybox-thumbs>ul>li { max-width: calc(100% - 10px) }
  
  .row-fluid .get-contact li { padding:0 0 0 55px; }
  .row-fluid .get-contact li i { width:40px; height:40px; line-height:40px;}
}

@media (min-width: 768px) and (max-width: 1200px){ 
    
    h1 { font-size:34px; line-height:46px; }
    h2 { font-size:30px; line-height:40px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:26px; line-height:32px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:22px; line-height:26px; }
    
    /*Heading*/
    .title-withbg { padding: 70px 0; }
  	.row-fluid .footer-contbox { padding-left:65px; font-size:12px; }
  
  .row-fluid .service-slider .slick-arrow.slick-prev { left:-25px; }
  .row-fluid .service-slider .slick-arrow.slick-next { right:-25px; }
  
  /* Blog Page */
  .row-fluid .post-item .post-date span { font-size:40px; line-height:40px; }
  .row-fluid .post-item .post-date { font-size:18px; line-height:24px; height:auto; }
    
    
}

@media (min-width: 992px) and (max-width: 1200px){
    
  .row-fluid .wrapper {  max-width:920px; }
  .row-fluid .blog-subscription h2 { font-size:28px; }
    
 

    
}

@media (min-width: 768px) and (max-width: 991px){
    
    .row-fluid .wrapper {  width:720px; }	
  
  	.row-fluid .three-column h3 { font-size:20px; line-height:28px; }
    
    
    
}

@media (max-width:991px) {
	
  .row-fluid .menu-header .wrapper { position:relative; }
  .title-text { padding:0; }
  .sub-text { font-size:16px; }
  .row-fluid .logo { margin:15px 0; }
  /* about section */
  .row-fluid .about-sec1 { padding:20px 0 0; }
  .row-fluid .about-img { margin:0 auto !important; width:100%; max-width:300px; width:100%; float:none; }
  .row-fluid .about-text { margin:0; padding:20px 0 0; width:100%; }
  .row-fluid .about-img2 { bottom:10px; }
  .row-fluid .video-sec { padding:100px 0 110px; }
  .row-fluid .strip-sec { padding:30px 0; }
  .row-fluid .counter-num { font-size:40px; line-height:48px; }
  
  .row-fluid .blog-subtitle { margin:0 0 10px; width:100%; float:left; text-align:center; }
  .row-fluid .blog-subscription h2 { padding:0 0 10px; font-size:28px; line-height:34px; }
  .row-fluid .blog-subscrip { margin:0; width:100%; }
  
  /* */
  .row-fluid .caseDe-main { padding:25px 0 40px; }
  .row-fluid .caseDe-img { width:100%; height:350px !important; }
  .row-fluid .caseDe-text { padding:30px 0 0; width:100%; }
  
  /* Inquiry Now */
  .row-fluid .choose-sec { padding:40px 0 90px; }
  .row-fluid .choose-top { margin:15px 0; width:100%; height:auto !important; float:left; }
  .row-fluid .choose-left { padding:30px 20px; }
  .row-fluid .choose-right { padding:40px 20px; }
  
  .row-fluid .casestu-list { padding:15px; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; text-align:left; width:100%; position:relative; }
  h3.select_list { color:#FFFFFF; border:1px solid #FFFFFF; position:relative; display:block; }  
  h3.select_list:before { content:"\f103"; position:absolute; top:12px; right:15px; font-family:'FontAwesome'; }
  .row-fluid .casestu-list ul.option-set { display:none; width:100%; position:absolute; top:100%; left:0; background:#b4101a; z-index:111; }
  .row-fluid .casestu-list ul li { display:block; }
  
  /* our History */
  .row-fluid .history-text { width:100%; }
  .row-fluid .history-right { margin:40px 0 0; width:100%; }
  .row-fluid .call-back { margin-top:30px; }
  
  .row-fluid .company-box:before { left:275px; }
  .row-fluid .company-box:after { left:269px; }
  .row-fluid .company-img { width:250px; }
  .row-fluid .company-text { width:calc(100% - 300px); }
  
  /* Thank You */
  .row-fluid .thank-inner { margin:-90px auto 0 !important; padding:100px 15px; }
  .row-fluid .thank-img img { height:50px; }
  
  /* Blog Page */
  .row-fluid .post-item { width:100%; } 
  .row-fluid .post-item .post-date span { font-size:40px; line-height:40px; }
  .row-fluid .post-item .post-date { font-size:18px; line-height:24px; height:auto; }
  
  .row-fluid .inner-blog .post-date span { font-size:40px; line-height:40px; }
  .row-fluid .inner-blog .post-date { font-size:18px; line-height:24px; height:auto; bottom:15px; }
  .row-fluid .postinner-title { padding:0 0 10px 0; }
  
  .row-fluid .blog-left , .row-fluid .blog-right  { margin:0; width:100% }
  
  /* footer */
  .row-fluid .footer-contsec { padding:20px 15px; }
  .row-fluid .footer-contbox { padding-left:64px; }
  .row-fluid .footer-inner { padding:40px 0 50px; }
  .row-fluid .footer-box { margin:0; padding:10px 15px 0; width:50%; float:left; }
  .row-fluid .history-sec .flex-grp > div > div{display:block;}
  .row-fluid .history-sec .flex-grp > div > div > div{float: none; margin: 0; width: auto;}
  .row-fluid .history-sec .flex-grp > div > div > div.history-imgv2 + div{margin: 20px 0 0;}
  
  
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:30px; line-height:38px; }
    h2 { font-size:28px; line-height:34px; }
    h3 { font-size:26px; line-height:32px; }
    h4 { font-size:24px; line-height:30px; }
    h5 { font-size:22px; line-height:28px; }
    h6 { font-size:20px; line-height:26px; }
  .sub-text { font-size:15px; }
  .row-fluid .menu-right { line-height:0; }  
  
  .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul {
    width: auto !important;
  min-height: auto !important;}
  
/*   .row-fluid .sameheight { height:auto !important; } */
  .row-fluid .top-header { padding:10px 0 5px; text-align:center; }
  .row-fluid .top-info ul li { padding:0 10px; }
  .row-fluid .top-social { margin-top:10px; text-align:center; }
  .row-fluid .video-sec { padding:80px 0 70px; }
  .row-fluid .counter-sec { padding:40px 0 100px; }
  .row-fluid .counter-box { margin:0 0 0 -4px; width:50%; padding:15px 0; float:left; display:inline-block; vertical-align:top; }
  
  /* footer */
  .row-fluid .footer-contbox { margin:15px auto !important; max-width:300px; border-right:none; }
  .row-fluid .copyright { text-align:center; }
  .row-fluid .ft-bottomR { margin-top:10px; text-align:center; }
  .row-fluid .footer-social { text-align:left; }
  
  /* team details */
  .row-fluid .team-details-sec { text-align:center; }
  .row-fluid .teamdet-img img { margin:0 auto; max-width:250px; display:block; }
  .row-fluid .teamdet-text { text-align:center; margin-top:25px; }
  .row-fluid .expertise-box { margin-top:40px; text-align:left; }
  .row-fluid .team-text { -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);; }
  
  /* */
  .row-fluid .caseDe-img { height:270px !important; }
  
  /* Contact Up */
  .row-fluid .map-sec iframe { height:360px !important; }
  .row-fluid .get-inside { margin:25px auto 0 !important; }
  .row-fluid .get-height { margin:15px 0 0; width:100%; height:auto !important; float:left; }
  .row-fluid .get-form { padding:30px 20px; }
  
  .row-fluid .studies-sec { padding:50px 0 100px; }
  
  /* Our History */
  .row-fluid .company-history { padding:0 0 100px; }
  .row-fluid .company-img { width:100%; height:260px !important; }
  .row-fluid .company-text { width:100%; }
  .row-fluid .company-box:before , .row-fluid .company-box:after , .row-fluid .company-box.active:after { display:none; left:0; }
  
  .row-fluid .software-sec { padding:60px 0 50px; }
  .row-fluid .software-text { margin-top:30px; }
  .row-fluid .service-slider { padding:0 0 50px; }
  
  /* Column */
  .row-fluid .three-column { padding:30px 0 60px; }
  .row-fluid .three-column h3 { font-size:24px; line-height:32px; }
  .row-fluid .column-box { margin-top:40px; }
  
  .row-fluid .thank-inner { padding:60px 15px; }
  
  .row-fluid .blog-pagination { padding:10px 0; }
  .hs-blog-post .blog-sec { padding-bottom:270px; }
  .row-fluid .blog-comments { padding:0 0 120px; }
  .row-fluid .postinner-title h1 { font-size:24px; }
  
  .hs-blog-post blockquote { padding:20px 0 10px 70px; font-size:16px; line-height:26px; }
  .hs-blog-post blockquote:before { font-size:55px; }
  
  .row-fluid .author-profile .hs-author-avatar { margin:0 auto; float:none; display:block; }
  .row-fluid .author-profile { padding:20px 10px; text-align:center; }
  .row-fluid .author-profile-text { padding:15px 0 0; width:100%; }
  
  /* Update 21-11-2018 */
  .row-fluid .client-testimonials .testimonial-sec { padding:0; }
  .row-fluid .blog-subscrip .hs-form-field { width:100%; padding:10px; }
  .row-fluid .blog-subscrip .hs_submit.hs-submit { padding:20px 10px 0; }
  .row-fluid .history-imgv2 { height:250px; }
    
    
    /*Padding Option*/
    .row-fluid .mobpadding-top10 { padding-top:10px; }
    .row-fluid .mobpadding-top20 { padding-top:20px; }
    .row-fluid .mobpadding-top30 { padding-top:30px; }
    .row-fluid .mobpadding-top40 { padding-top:40px; }
    .row-fluid .mobpadding-top50 { padding-top:50px; }
 
    .row-fluid .padding-top0 { padding-top:0; }
    .row-fluid .padding-bottom0 { padding-bottom:0; }
    .row-fluid .mobpadding-top0 { padding-top:0; }
    .row-fluid .mobpadding-bottom0 { padding-bottom:0; }    
    
    .row-fluid .mobpadding-bottom10 { padding-bottom:10px; }
    .row-fluid .mobpadding-bottom20 { padding-bottom:20px; }
    .row-fluid .mobpadding-bottom30 { padding-bottom:30px; }
    .row-fluid .mobpadding-bottom40 { padding-bottom:40px; }
    .row-fluid .mobpadding-bottom50 { padding-bottom:50px; }
    
    
    /*Margin Option*/
    .row-fluid .mobmargin-top10 { margin-top:10px; }
    .row-fluid .mobmargin-top20 { margin-top:20px; }
    .row-fluid .mobmargin-top30 { margin-top:30px; }
    .row-fluid .mobmargin-top40 { margin-top:40px; }
    .row-fluid .mobmargin-top50 { margin-top:50px; }

    .row-fluid .mobmargin-bottom10 { margin-bottom:10px; }
    .row-fluid .mobmargin-bottom20 { margin-bottom:20px; }
    .row-fluid .mobmargin-bottom30 { margin-bottom:30px; }
    .row-fluid .mobmargin-bottom40 { margin-bottom:40px; }
    .row-fluid .mobmargin-bottom50 { margin-bottom:50px; }
}

@media (max-width: 500px){
  .row-fluid .about-sec { padding:45px 0 40px; }
  .row-fluid .about-cta .cta { margin:5px 0; }
  .row-fluid .about-img1 { left:-15px; }
  .row-fluid .about-img2 { bottom:35px; }
  
  .row-fluid .strip-text h4 { font-size:18px; line-height:28px; }
  .row-fluid .video-sec { padding:60px 0 40px; }
  .row-fluid .counter-box { margin:0; width:100%; }
  
  .row-fluid .blog-subscription h2 { font-size:24px; line-height:30px; }
  .row-fluid .blog-subscrip .input input { padding:0 20px 0 20px }
  .row-fluid .blog-subscrip .hs_submit.hs-submit { margin-top:15px; position:relative; width:100%; text-align:center; }
  
  /* footer */
  .row-fluid .footer-box { width:100%; padding:10px 0 0; }
  
  /* team details */
  .row-fluid .expertise-box { padding:15px; }
  
  /* Inquiry Now */
  .row-fluid .choose-left { text-align:center; }
  .row-fluid .choose-left .title-textWt h2:after { margin:10px auto; }
  .row-fluid .choose-icon { width:100%; }
  .row-fluid .choose-icon img { height:70px; width:auto !important; }
  .row-fluid .choose-text { padding:10px 0 0; width:100%; }
  
  /* Contact Up */
  .row-fluid .get-contact { padding:15px 15px; } 
  
  /* Blog page */
  .row-fluid .post-item .hs-featured-image-wrapper { height:280px; }
  .row-fluid .inner-blog .hs-featured-image-wrapper { height:310px; }
  .row-fluid .comments-form { padding:25px 15px; }
  .casestu-textHover{padding:14px 15px 10px 15px;}
  .casestu-textHover .casestudy-txt{height: 134px;}
  
  
  
}


@media (min-width: 992px){
	.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; padding:40px 10px; font-size:14px; font-weight:600; color:#333; vertical-align: top; position:relative; }
  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: 991px){
 
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #333333; }     
    
  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #FFFFFF;
    }



  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 50px;          /* Position Button at top right of screen  */
      right: 20px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding:0;
      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: #333333;
  }

  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: #b4101a;
      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: 35px; /* Icon line width */
      height: 4px; /* Icon line height */
      background-color: #b4101a; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -9px; /* 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: 9px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

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


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 120px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;    
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color: #b4101a; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 18px; /* Font size of top level list items */
      line-height: 24px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 10px 15px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #333333; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* 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: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

.row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul {
    width: 1140px;
  min-height: 1450px;}

.product-full-text { margin-top: 30px; }
.product-bottom-form { max-width: 600px; margin: 30px auto !important; float: none !important; }
.row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul{
left: 30% !important;}
#hs_cos_wrapper_module_1609129400590352_ a{color:#ffffff !important;}
#hs_cos_wrapper_module_1609129400590352_ a:hover{color:#b4101a !important;}
#hs_cos_wrapper_module_1609129454081389_  a{color:#ffffff !important;}
#hs_cos_wrapper_module_1609129454081389_   a:hover{color:#b4101a !important;}