/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,300italic,700,500,400italic);
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

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

body{
  margin:0px;
/**  font-family: 'Montserrat', sans-serif;**/
  font-family: 'Raleway', sans-serif;
}
.page-center{
  max-width:1200px !important;
  margin: 0 auto !important;
  float: none !important;
}
/****************Search******************/
/*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

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

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

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

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

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

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

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

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

.header-cta {
    float: right !important;
    max-width: 180px !important;
}

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

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

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

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}

/**********************Search Ends*****************/

p, h1, h2, h3, h4, h5, h6{
/**  margin:0px;**/
}
a{
  text-decoration:none;
}
ul{
  list-style-type:none;
}

/**********************Header*****************/
.header-wrapper {
    background-color: #f6f6f6;
    padding: 20px;
  	position:relative;
  	padding-bottom:0px;
}
.menu-wrap {
    text-align: right;
      padding-top:0px;
}
.search-bar .hs-search-field:before {
    content: "\f002";
    font-size: 15px;
    top: 7px;
    right: 10px;
    bottom: 0;
    position: absolute;
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 900;
  	color:#b5121b;
}
.search-bar {
    width: 20% !important;
    float: right !important;
}
.search-bar input.hs-search-field__input {
    padding: 6px 10px !important;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 0px !important;
  	height:32px;
    min-height: 32px !important;
  	box-shadow: none;
}
.menu-wrap a {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27px;
    position: relative;
}
  .menu-wrap a:after, ul#main-nav-list li a.top_level:after {
    content: '';
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/arrows.pnghttps://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/arrows.png?t=1532003442540);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 22px;
}
.menu-wrap ul.hs-menu-children-wrapper {
    text-align: left;
    background-color: #b5121b;
}
.menu-wrap ul.hs-menu-children-wrapper li a{
    color: #ffff;
}
.menu-wrap li:last-child a i {
    color: #b5121b;
}
.menu-wrap li:last-child {
    padding: 5px 0px 5px 15px;
}
.menu-wrap li:last-child a, ul#main-nav-list li:last-child a.top_level {
    /* border: 1px solid #b5121b;
    border-radius: 50px;
   	padding: 5px 12px !important;
     padding: 2px 8px !important;**/
}
.menu-wrap li.hs-item-has-children a, li.nav_list_item.two a.top_level, 
li.nav_list_item.one a.top_level, li.nav_list_item.four a.top_level, li.nav_list_item.five a.top_level {
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/arrows.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.menu-wrap li.hs-item-has-children ul.hs-menu-children-wrapper a {
    background-image: none;
}
.menu-wrap .hs-menu-children-wrapper li:last-child {
    padding: 0px 20px !important;
  min-width: 130px;
}
.menu-wrap .hover_object_container a {
    border: none !important;
}



.hover_column.four {
    clear: both;
}
.nav_list_item.two .hover_object {
left: -450px !important;
}
li.nav_list_item.four .hover_object{
	left: -52px !important;
}
li.nav_list_item.five .hover_object {
    left: -60px !important;
}
.hover_object{
    left: -30px !important;
}
li.nav_list_item {
    position: relative !important;;
}
li.nav_list_item .hover_object_top {
    left: calc(50% - 40px) !important;
}
li.nav_list_item.one .hover_object_container.clearfix,
li.nav_list_item.four .hover_object_container.clearfix,
li.nav_list_item.five .hover_object_container.clearfix {
    min-width: 230px !important;
  	padding: 0px !important;
}  
li.nav_list_item.one .hover_column.one,
li.nav_list_item.four .hover_column.one,
li.nav_list_item.five .hover_column.one {
    margin: 0px !important;
    padding: 20px;
}

/**********************Header Ends*****************/



/**********************Footer*****************/
.footer-top-wrapper {
    background-color: #202020;
    text-align: center;
}
.footer-bottom-wrapper {
    background-color: #091a21;
    text-align: center;
    padding: 35px 20px;
}
.copy-wright p span {
    color: #b5121b;
    font-style: italic;
}
.copy-wright p {
    color: #999999;
    font-weight: 600;
    font-size: 14px;
    padding-top: 15px;
      margin: 14px 0px;
}
.footer-contact-wrapper {
    padding: 20px;
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/footer%20border.png?t=1532003442540);
    background-repeat-y: no-repeat;
}
.footer-menu ul li:first-child a {
    border: none;
}
.footer-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 12px !important;
    border-left: 2px solid #fff;
    line-height: 100%;
    font-weight: 500;
}
.footer-menu {
    padding-top: 10px;
}
.footer-contact h3 {
    color: #b5121b;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
	  padding-bottom: 10px;
}
.footer-contact {
    padding: 30px 0px;
}
.footer-contact p:first-child {
    border-left: none !important;
}
.footer-contact p i, .footer-contact h4 i {
    padding-right: 10px;
    color: #b5121b;
}

.footer-contact h4 a {color: #b5121b;} 

.footer-contact p a {
    color: #fff;
    font-size: 16px;
}
.footer-contact p {
    display: inline-block;
    color: #b5121b;
    font-weight: 500;
    padding: 0px 15px;
    border-right: 2px solid #fff;
    line-height: 100%;
      margin: 16px 0px;
}
.footer-contact h4{
    padding: 20px 0px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0px;
    font-size: 16px;
}
.footer-contact p:last-child {
    border-right: 0px solid !important;
}
/**********************Footer Ends*****************/

.search-banner {
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KMLabs-May2018/Images/Blue-Diode-300x169.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.results-wrap {
    padding: 50px 20px;
}
.results-wrap .hs-search-field {
    margin-bottom: 30px;
    width: 40%;
}
.results-wrap input.hs-search-field__input {
    padding: 12px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: transparent;
    font-size: 16px;
}
.results-wrap a.hs-search-results__title {
    color: #c0323a;
}
.results-wrap li {
    padding-bottom: 30px !important;
}
.results-wrap p.hs-search-results__description {
    margin-top: 7px;
}
.search-banner>div {
    padding: 50px 20px;
    background-color: rgba(0, 0, 0, 0.7); 
}


/**********************Home*****************/
.cta-wrapper {
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/KM_Labs_CTA_BG.jpg?t=1532003442540);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 20px;
}
.cta-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.cta-text h2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
}
.cta-module a em span {
    display: none;
}
.cta-module {
    text-align: center;
    padding-top: 40px;
}
.advance-tech-wrapper {
    padding: 70px 20px;
  	background-color: #f7f7f7;
}
.advance-tech-text {
    padding-right: 50px;
}
.advance-tech-text h2 {
    color: #b5121b;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}
.home-banner-text a em {
    padding-left: 10px;
}
.advance-tech-text p {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 20px;
}
.advance-tech-text a {
    border: 2px solid #b5121b;
    color: #b5121b;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
}
.form-left, .form-wrapper {
    width: 50% !important;
    margin: 0px !important;
  min-height: 580px !important;
}
.form-left {
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/KMLabs_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 580px !important;
  position:relative;
}
.form-left-text {
    position: absolute;
    top: 36%;
    text-align: right;
  	right: 40px;
}
.form-left-text h2 span {
    color: #fff;
    display: block;
    font-size: 100px;
    font-weight: 400;
}
.form-left-text h2 {
    color: #b5121b;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2em;
}
.form-module .hs_company input {
    width: 100% !important;
}
.app-heading, .tech-text, .product-text {
    max-width: 65%;
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
}
.app-heading p, .tech-text p, .product-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 500;
      line-height: 22px;
}
.app-heading h2, .tech-text h2, .product-text h2  {
    font-size: 24px;
    color: #b5121b;
    text-transform: uppercase;
    font-weight: 600;
      padding-bottom: 15px;
}
.form-text h2 {
    color: #b5121b;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    padding: 20px 0px 0px;
}
.form-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-top: 10px;
    margin: 0px;
}
.form-wrapper {
     padding: 0px 50px;
    background-color: #f7f7f7;
}
.form-module span.hs-form-required {
    display: none;
}
.form-module ul.hs-error-msgs.inputs-list {
    margin: 0px;
    padding: 0px;
  	padding-left: 12px;
    font-size: 12px;
    color: red;
}
.form-module .hs-form-field {
    min-height: 60px;
}
.form-module .hs-form-field input {
    padding: 12px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
		background-color: transparent;
  font-size:16px
}
.form-module fieldset {
    max-width: 100% !important;
}
.form-module select {
    width: 100% !important;
    padding: 12px 10px;
    border: 1px solid #e1e1e1 !important;
    border-radius: 3px;
		background-color: transparent;
    height: 45px !important;
}
.form-module textarea{
    width: 100% !important;
    min-height: 100px;
		background-color: transparent;
    border-radius: 3px;
     border: 1px solid #e1e1e1;
}
.form-module input.hs-button.primary.large {
    background-color: #b5121b;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 15px 45px 15px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
 	  cursor:pointer;
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/submit%20image.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
}
.form-module .hs-fieldtype-booleancheckbox ul {
    margin: 0px;
    padding: 0px;
}
.form-module .hs-form-field.hs-fieldtype-booleancheckbox {
    min-height: 36px!important;
}
.form-module label.hs-form-booleancheckbox-display {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.home-banner-text {
    text-align: center;
}

.home-banner-text p {
    color: #fff;
    font-size: 20px;
}
.home-banner-text h1 {
    font-size: 50px;
    color: #fff;
    /* font-family: 'Anton', sans-serif; */
    font-weight: 400;
    text-transform: uppercase;
}
.home-banner-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
  padding: 50px 20px;
}
.home-banner-wrapper img
{
display: none;
}

.home-banner-img .hs-editor-editable img
{
display: block;
}
.application-wrapper {
    background-color: #ffffff;
    padding: 50px 20px;
}
.application-text {
    background-color: #f7f7f7;
    padding: 100px 20px 50px;
}
.application-text p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    min-height: 100px;
}
.application-text {
    text-align: center;
}
.application-text h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
  text-transform:uppercase;
}
.application-text a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  text-transform:uppercase;
}
.app-image {
    margin-bottom: -90px;
    text-align: center;
    position: relative;
}
.app-column {
    margin-left: 10px !important;
}
.app-column-wrapper {
    padding-top: 40px;
}
.app-column {
    width: 24.4% !important;
    margin: 0.3% !important;
}
.application-text:hover {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(23, 3, 79, 0.1);
    -moz-box-shadow: 0px 1px 20px 0px rgba(23, 3, 79, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(23, 3, 79, 0.2);
}
.application-text:hover h3, .application-text:hover a{
  color:#b5121b;
}
.home-banner-text a em span {
    display: none;
}
.home-banner-text a {
    margin: 30px 15px 0px 15px;
}
.technique-custom-wrap {
    width: 24.9%;
    margin: 0%;
    float: left;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.technique-custom-text h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding: 30px 0px;
}
.technique-custom-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 22px;
}
.technique-custom-text {
    min-height: 130px;
}
.technique-custom-content {
    min-height: 110px;
}
.technique-custom-more a {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.technique-custom--inner-wrap {
    padding: 25px 20px;
}
.technique-wrapper {
    padding: 50px 20px;
}
.tech-text {
    padding-bottom: 40px;
}
.technique-wrapper div.hs_cos_wrapper:nth-child(1) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(2) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(3) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(4) .technique-custom-wrap:first-child {
  border-top: none !important;
}
.technique-wrapper div.hs_cos_wrapper:nth-child(8) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(4) .technique-custom-wrap:first-child {
  border-right: none !important;
}
.product-custom-wrap {
    width: 31.33%;
    float: left;
    margin: 1%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  position:relative;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}
.product-custom-wrap:hover{
filter: none;
  -webkit-filter: grayscale(0%);
}
.product-custom-text h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 30px 20px 0px;
}
.product-custom-more {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.product-flex2 .product-custom-wrap {
    width: 47.33%;
}
.product-wrapper {
    padding: 50px 20px;
}
.product-text {
    padding-bottom: 30px;
}
.form-module ::placeholder, .form-module select{
    color: #7e7e7e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.form-module :-ms-input-placeholder, .form-module select { /* Internet Explorer 10-11 */
   color: #7e7e7e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.form-module ::-ms-input-placeholder, .form-module select { /* Microsoft Edge */
   color: #7e7e7e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.form-module form {
    padding-top: 30px;
}
.hs_error_rollup {
    display: none !important;
}
.form-module .submitted-message{
	color:#b5121b;
  font-size:30px;
}
.form-module .hs-form-field input:focus {
    outline: none;
}
body .form-module textarea::-webkit-input-placeholder {
    text-transform: capitalize;
}
.form-module textarea:-moz-placeholder { /* Firefox 18- */
    text-transform: capitalize !important;
}

.form-module textarea::-moz-placeholder {  /* Firefox 19+ */
    text-transform: capitalize !important;
}

 .form-module textarea:-ms-input-placeholder {
   text-transform: capitalize !important;
}
/**********************Home Ends*****************/


/************** New *************/

.left-col h3{
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
    margin: 10px 0 10px;
    padding: 12px 0 10px;
}


h3,
p, 
ul li, 
ol li{
  color: #000;
}

h2, h4{
  color: #c0323a!important;
}
h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 1.1em;
    margin: 2px 0 12px;
}

/************** New *************/



/******* blog banner*************/

.blog-main-content .post-item:first-child{
 	display: none; 
}



/******* blog banner*************/
/**********************Mobile Menu*****************/

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary1 .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary1 .hs-menu-wrapper > ul ul{}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary1 .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.footer-menu-inner-group .custom-menu-primary1 .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  padding:0px !important;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
      .custom-menu-primary1 .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger1, .child-trigger1{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 768px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary1,
  .custom-menu-primary1 .hs-menu-wrapper > ul,
  .custom-menu-primary1 .hs-menu-wrapper > ul li,
  .custom-menu-primary1 .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

  .mobile-trigger1{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger1:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger1{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


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

  .mobile-trigger1 i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger1 i:before, .mobile-trigger1 i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger1 i, .mobile-trigger1 i:before, .mobile-trigger1 i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger1 i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger1 i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger1:hover i, .mobile-trigger1:hover i:before, .mobile-trigger1:hover i:after,  
  .mobile-open .mobile-trigger1 i, .mobile-open .mobile-trigger1 i:before, .mobile-open .mobile-trigger1 i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger1{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger1:hover{
    text-decoration: none;
  }
  .child-trigger1 i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger1 i:after{
    position: absolute;
    content: '';
  }
  .child-trigger1 i, .child-trigger1 i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger1 i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger1.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger1.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary1.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary1.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary1 .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


.search-symbol-mobile{
    display:none !important;
}
.advance-tech-image {
    float: right !important;
}
a#cta_button_4366136_3c6a618e-57db-42fb-b83d-04d3f19dfdfa:hover, a#cta_button_4366136_bbeb25aa-e24e-41d3-907f-546cb4cb25b6:hover {
    background-color: #ffff;
    color: #b5121b;
    border: 2px solid #ffff;
}
.advance-tech-text a:hover, a#cta_button_4366136_85380278-7605-4f3f-b86e-dbf041e37cdc:hover {
    background-color: #b5121b;
    color: #ffff;
}
.form-module input.hs-button.primary.large:hover {
    border: 1px solid #b5121b;
    background-color: #fff;
    color: #b5121b;
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/hover%20submit.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
}
.technique-custom-more a:hover, .footer-contact p a:hover, .footer-menu ul li a:hover, .footer-social-module ul li a:hover, .menu-wrap a:hover {
    color: #b5121b;
}
.footer-social-module h2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer-social-module h2 {
        color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer-social-module ul {
    padding: 0px;
    margin: 16px 0px;
}
.footer-social-module li {
    display: inline-block;
    padding: 0px 10px;
}
.footer-social-module li a {
    color: #fff;
    font-size: 16px;
}
.footer-social-module li a span {
    display: none;
    color: #fff;
}

.footer-social-module {
    padding-top: 30px;
}

/**************Footer bottom menu*************/
.footer-container-wrapper {}
.footer-container {}

.footer-group {
  padding: 1.5rem 0;
  background-color: #4d4d4f;
  text-align: center;
  color: #999;
  margin-bottom: 0;
}

.footer-group .page-center {
  padding: 0 15px;
  color: #fff;
}

.footer-images ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: block;
}

.footer-images ul li {
  background-color: #fff;
  padding: 2px;
  margin: 0.5rem 0.54rem;
  line-height: 1;
  display: inline-block;
}

.footer-images ul li img {
  max-width: initial;
  vertical-align: middle;
}

.footer-images p {
  margin :0;
  padding: 0;
  color: #999;
  display: inline-block;
  width: 100%;
}

.footer-images p span {
  margin: 0 0.75rem;
}

.footer-images a {
  color: inherit;
}

.footer-social {
  text-align: center;
  font-size: 1.4rem;
}

.footer-social ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.footer-social ul li {
  margin: 0.5rem;
  line-height: 1;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-social ul li a {
  color: #999;
}

.footer-social ul li a:hover, 
.footer-social ul li a:focus {
  opacity: 0.5;
}

.footer-container {
  position: relative;
  z-index: 999;
}

.footer-menu-group {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 57.5rem !important;
  max-width: 100%;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-wrapper {
  height: auto;
  overflow: visible;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border: 0.063rem solid #ccc;
  margin-top: 35px;
  background-color: #f1f4f6;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  pointer-events: all;
  border-radius: 4px;
}

.footer-menu-btn p {
  color: #fff;
  font-size: 12px;
  padding-top: 0px;
  text-align: center;
  width: 100px;
  height: 50px;
  background-color: #b5121b;
  background-image: -webkit-linear-gradient(bottom, #9a0f17 0%, #b5121b 45%, #b5121b 100%);
  background-image: linear-gradient(to top, #9a0f17 0%, #b5121b 45%, #b5121b 100%);
  display: block;
  border-radius: 0.25rem 0.25rem 0 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  cursor: pointer;
}

.footer-menu-btn p span {
  display: block;
  clear: both;
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
}

.footer-menu-btn p:before {
  line-height: 30px;
    content: '';
    color: #ccc;
    text-align: center;
    font-size: 1.1rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/Arrow_top.png);
    background-repeat: no-repeat;
    background-position: center right;
    top: 15px;
    padding: 7px;
}

.botmenu-top .hs-menu-wrapper > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.botmenu-top .hs-menu-wrapper > ul > li:first-child {
  flex-basis: inherit;
}

.botmenu-top .hs-menu-wrapper > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  padding: 1.75rem;
  float: none !important;
}

.footer-menu-wrapper.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.botmenu-bottom {
  padding: 0 5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.botmenu-bottom .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.botmenu-bottom .hs-menu-wrapper > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  padding: 1.75rem;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul,
.botmenu-top .hs-menu-wrapper > ul > li > ul {
  display: block !important;
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > a,
.botmenu-top .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-decoration: none;
   cursor: text;
    max-width: 100% !important;
    padding: 0px !important;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul > li,
.botmenu-top .hs-menu-wrapper > ul > li > ul > li {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul > li > a,
.botmenu-top .hs-menu-wrapper > ul > li > ul > li > a {
  color: #333;
  display: inline-block !important;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul > li > a:hover,
.botmenu-top .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #b5121b;
}

.botmenu-top .hs-menu-wrapper > ul > li:first-child > ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.open .footer-menu-btn p:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/4366136/KM_Lab_July_2018/Home/Arrow_Bottom.png);
    background-repeat: no-repeat;
    background-position: center right;
    top: 15px;
    padding: 7px;
}

.footer-menu-btn {
  min-height: 0 !important;
}

.footer-menu-btn p:hover {
  cursor: pointer;
  opacity: 0.8;
}


/*****mega menu************/
.main-nav {
    float: none !important;
}

ul#main-nav-list {
    position: relative;
    padding: 0;
    margin: 0;
}


ul#main-nav-list li {

    display: inline;
}
ul#main-nav-list li:last-child {
    padding: 0px !important;
}
ul#main-nav-list li.nav_list_item.six {
    padding-left: 20px !important;
}

ul#main-nav-list li a.top_level {
    display: inline-block;
cursor: pointer !important;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px !important;
    max-width: 100% !important;
    position: relative;
  	line-height: 27px;
}


ul#main-nav-list li a {

    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}
ul#main-nav-list li a.top_level.search-icon-menu {
    background: no-repeat;
}

.nav_list_item.one .hover_object {
    left: -199px;
}
.nav_list_item.two .hover_object {
    left: -199px;
}

.nav_list_item.three .hover_object {
    left: -199px;
}

.nav_list_item .hover_object {
    display: none;
    background: transparent;
    position: absolute;
    min-height: 280px;
    top: 25px;
        overflow-x: hidden !important;
}

.hover_object_top {
    background: url(//cdn2.hubspot.net/hubfs/539269/BPL-arrow.png) no-repeat 30px 0 transparent;
    display: block;
    height: 14px;
    width: 100%;
        top: 3px;
    z-index: 3;
    position: relative;
}

.one .hover_object_top {
        left: 39.7% !important;
}

.two .hover_object_top {
        left: 50% !important;
}

.three .hover_object_top {
        left: 66.7% !important;
}



.hover_object_container {
    min-width: 986px !important;
    background-color: #eceeee !important;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 45px 20px;
}

.hover_column {
    float: left;
    max-height: 300px;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 0 20px;
}







ul#main-nav-list .hover_object ul {

    list-style: none outside none;
    padding: 0;

    text-align: left;
}



.hover_column.four{
  
    padding-left: 35px;
    float:right;
}

ul#main-nav-list .hover_column ul li a {
    color: #3f4a51;
    text-decoration: none;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: .5em;
    display: block;
    outline: 0;
    transition: none!important;
}

ul#main-nav-list .hover_column ul li a:hover{
    text-decoration: underline !important;
  	color: #b5121b;
}

.hover_column h4 {
    margin: -10px 0 10px 0;
    text-align: left;    
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

ul#main-nav-list li h4 a {
    font-weight: bold !important;
}

.one .hover_column .three ul {
        padding: 10px 0;
}

.one.two {
    padding: 30px 0 !important;
}

.one.hover_column .one ul {
    padding: 30px 0 !important;
}

.main-nav .three .four h4:nth-child(2) {
        padding: 20px 0 0 0 !important;
}

ul#main-nav-list .hover_column li:last-child a {
    padding: 0px !important;
}
ul.two-col-sec{
  float:left;
  padding-right: 20px !important;
}

.hover_column.five, .hover_column.four {
    padding: 0px 35px 0px 20px;
    padding-top: 20px;
    float: left;
}
.hover_column.five {
    padding: 20px 0px 0px 10px;
}
.results a.hs-search-results__next-page,.results a.hs-search-results__prev-page {
    color: #b5121b;
}
/**********************Responsive Starts*****************/

/************** ipad ***************/
@media (max-width: 1080px) {
.menu-wrap {
    text-align: right;
    padding-top: 5px;
}
  .nav_list_item.two .hover_object {
    left: -287px;
}
  .hover_column.five, .hover_column.four {
    padding: 0px 16px;
    padding-top: 20px;
    float: left;
}
  .hover_column.five {
    padding: 0px 0px 0px 10px;
    padding-top: 20px;
    margin: 0px;
    margin-left: 22px;
}
  .menu-wrap.mega-menu {
    text-align: left;
}
  ul#main-nav-list li a.top_level {
    padding: 10px 18px !important;
}
  .nav_list_item.two .hover_object {
    left: -420px !important;
}
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
.menu-wrap {
    position: relative !important;
    padding-top: 0px !important;
    margin: 0px !important;
    min-height: 0px !important;
    width: 100% !important;
}
.menu-wrap.custom-menu-primary1.js-enabled {
    top: 60px;
    right: 0px;
}
.menu-wrap .mobile-trigger1 {
    top: -66px !important;
}
.menu-wrap .hs-menu-wrapper {
    position: absolute !important;
    top: -20px !important;
}
.menu-wrap li {
    padding: 0px !important;
}
.menu-wrap a {
    padding: 0px 10px !important;
    font-size: 14px !important;
}
  .Logo-module img {
    width: 150px !important;
}
  .search-symbol-mobile{
    display:block !important;
  }
  .search-symbol-mobile {
    position: absolute;
    width: auto !important;
    top: 40%;
    right: 15%;
}
  .search-symbol-mobile a span {
    display: none;
  }
  .search-symbol-mobile a {
      color: #b5121b;
      padding: 9px 10px;
      border: 1px solid #b5121b;
      border-radius: 50px;
  }
  .menu-wrap li:last-child{
   display:none !important;
  }
  .home-banner-wrapper h1 {
    font-size: 45px;
}
.home-banner-wrapper {
    padding: 50px 20px;
}
  .advance-tech-text p {
    font-size: 14px;
    line-height: 20px;
}
.advance-tech-text h2 {
    font-size: 20px;
    line-height: 100%;
}
  .application-text {
    padding-left: 5px;
    padding-right: 5px;
     padding-bottom: 15px;
}
  .application-text p {
    font-size: 15px;
    min-height: 130px;
}
  .application-text h3 {
    font-size: 14px;
}
  .form-left-text h2 span {
    font-size: 60px;
}
  .form-wrapper {
    padding: 0px 20px;
}
  .technique-custom--inner-wrap {
    padding: 35px 15px;
}
  .technique-custom-wrap {
    max-width: 24% !important;
}
  .cta-module a {
    padding: 20px !important;
}
  .app-heading, .tech-text, .product-text {
    max-width: 100%;
}
  .technique-custom-more a {
    position: absolute;
    bottom: 20px;
}
  .technique-custom-wrap {
    position: relative;
}
  .product-custom-text h3 {
    font-size: 20px;
}
   .footer-menu li {
    display: contents;
}
  .footer-menu ul li a {
    margin-bottom: 10px;
}
  .technique-custom-content p {
    padding-bottom: 30px;
}
    .menu-wrap .hs-menu-children-wrapper li:last-child {
    display: block !important;
}
  .menu-wrap ul.hs-menu-children-wrapper li {
    padding: 0px !important;
}
.menu-wrap ul.hs-menu-children-wrapper {
    background-color: transparent;
    padding: 0px !important;
}
  .menu-wrap .hs-menu-children-wrapper li:last-child {
    padding: 0px !important;
}
  .app-column {
    max-width: 49% !important;
    width: 100% !important;
}
    .mobile-menu {
    display: block !important;
}
  .mega-menu {
    display: none !important;
}
.mobile-menu li.hs-menu-item.hs-menu-depth-2 a {
    font-size: 11px !important;
}
.mobile-menu .hs-menu-wrapper {
    z-index: 999;
}
  .header-wrapper {
    padding: 20px 20px 40px;
	}
}

/************** iphone roatate***************/
@media (max-width: 767px) {
  
  .menu-wrap a:after, ul#main-nav-list li a.top_level:after{
		display: none;
  }
  
  .span9 { min-height:0px!important; }
  
  .search-bar,.header-cta { display:none!important;}
  
.menu-wrap {
    position: relative !important;
    padding-top: 0px !important;
    margin: 0px !important;
    min-height: 0px !important;
    width: 100% !important;
}
.menu-wrap.custom-menu-primary1.js-enabled {
    top: 60px;
    right: 0px;
}
.menu-wrap .mobile-trigger1 {
  top: -96px !important;
    /**  top: -110px !important;**/
}
.menu-wrap .hs-menu-wrapper {
    position: absolute !important;
    top: -40px !important;
}
.menu-wrap li {
    padding: 0px !important;
}
.menu-wrap a {
    padding: 0px 10px !important;
    font-size: 14px !important;
}
  .Logo-module img {
    width: 150px !important;
}
  .search-symbol-mobile{
    display:block !important;
  }
  .search-symbol-mobile {
    position: absolute;
    right: 15%;
    top: 35%;
	}
  .search-symbol-mobile a span {
    display: none;
  }
  .search-symbol-mobile a {
      color: #b5121b;
      padding: 9px 10px;
      border: 1px solid #b5121b;
      border-radius: 50px;
  }
  .menu-wrap li:last-child{
   display:none !important;
  }
  .home-banner-text h1 {
    font-size: 40px;
	}
  .home-banner-wrapper {
    padding: 50px 20px;
	}
  .advance-tech-wrapper {
      padding: 30px 20px;
  }
  .advance-tech-image {
    max-width: 50%;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 30px !important;
	}
  .advance-tech-text {
    padding: 0px;
    text-align: center;
}
  .app-heading, .tech-text, .product-text{
  	max-width: 100%;
  }
  .application-wrapper {
    padding: 20px;
}
  .app-column {
    max-width: 50% !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 30px !important;
}
  .form-left {
    width: 100% !important;
    min-height: 220px !important;
    text-align: center;
}
  .form-left-text {
    right: 0px;
    left: 0px;
    text-align: center;
}
  .form-left-text h2, .form-left-text h2 span {
    font-size: 40px !important;
    display: inline-block;
}
  .form-wrapper {
    width: 100% !important;
}
  .technique-wrapper {
    padding: 20px;
}
  .technique-custom-wrap {
    max-width: 50% !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 30px !important;
    border: 1px solid #e1e1e1 !important;
}
  .technique-custom-text, .technique-custom-content {
    min-height: 100% !important;
    padding-bottom: 20px !important;
}
  .technique-custom-text h3 {
    padding: 0px;
    padding-top:20px !important;
}
  .technique-wrapper div.hs_cos_wrapper:nth-child(1) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(2) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(3) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(4) .technique-custom-wrap:first-child {
  border: 1px solid #e1e1e1 !important;
}
.technique-wrapper div.hs_cos_wrapper:nth-child(8) .technique-custom-wrap:first-child,
.technique-wrapper div.hs_cos_wrapper:nth-child(4) .technique-custom-wrap:first-child {
  border: 1px solid #e1e1e1 !important;
}
  .cta-wrapper {
    padding: 20px;
    text-align: center;
}
  .cta-text h2 {
    font-size: 30px;
}
  .cta-module {
    padding-top: 20px;
}
  .product-wrapper{
    padding: 20px;
  }
  .product-custom-wrap, .product-flex2 .product-custom-wrap {
    width: 100%;
    max-width: 50% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 30px !important;
    height: 300px !important;
}
  .spacer-wrap {
    display: none !important;
}
  .footer-menu li {
    display: contents;
}
  .footer-menu ul li a {
    margin-bottom: 10px;
}
  .menu-wrap .hs-menu-children-wrapper li:last-child {
    display: block !important;
}
  .menu-wrap ul.hs-menu-children-wrapper li {
    padding: 0px !important;
}
.menu-wrap ul.hs-menu-children-wrapper {
    background-color: transparent;
    padding: 0px !important;
}
  .menu-wrap .hs-menu-children-wrapper li:last-child {
    padding: 0px !important;
}
  .footer-menu-group {
    display: none !important;
}
  .mobile-menu {
    display: block !important;
}
  .mega-menu {
    display: none !important;
}
.mobile-menu li.hs-menu-item.hs-menu-depth-2 a {
    font-size: 11px !important;
}
.mobile-menu .hs-menu-wrapper {
    z-index: 999;
}
 .search-bar {
    position: absolute;
    max-width: 50% !important;
    margin: 10px auto !important;
    float: none !important;
    width: 100% !important;
    left: 0px;
    right: 0px;
}
  .header-wrapper {
    padding: 20px !important;
}
}


/************** iphone ***************/
@media (max-width: 479px) {
.search-symbol-mobile {
    position: absolute;
    right: 25%;
    top: 32%;
}
  .advance-tech-image {
    max-width: 90%;
  }
  .app-column {
    max-width: 100% !important;
  }
  .form-wrapper {
    padding: 20px;
}
  .form-module .hs-form-field input {
    width: 100% !important;
}
  .form-module label.hs-form-booleancheckbox-display input {
    width: auto !important;
}
  .technique-custom-wrap, .product-custom-wrap, .product-flex2 .product-custom-wrap {
    width: 100% !important;
    max-width: 100% !important;
}
  .footer-contact {
    padding: 20px;
}
  .footer-contact p {
    border: none;
    padding-bottom: 10px;
}
  .footer-menu ul li a {
    border: none;
    margin-bottom: 20px;
}
  .search-bar {
    position: absolute;
    max-width: 50% !important;
    margin: 10px auto !important;
    float: none !important;
    width: 100% !important;
    left: 0px;
    right: 0px;
}
}









/**********************Responsive Ends*****************/