/* @import url('http://example.com/example_style.css'); */
/* @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);

/*@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css);*/
/*@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.css);*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

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

/*
font-family: 'Poppins', sans-serif;
*/




/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { margin:0; padding:0; font-size:16px; line-height:1.4; font-family: 'Roboto', sans-serif; font-weight:100; color:#000; letter-spacing:1px; overflow-x:hidden;}
h1, .h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-family: 'Roboto', sans-serif; }

h1, .h1 { margin:0; padding:0; font-size:50px; line-height:1.3; font-family: 'Roboto', sans-serif; }
h2 { margin:0; padding:0; font-size:35px; line-height:1.2; font-family: 'Roboto', sans-serif; color:#000;}
h3 { margin:0; padding:0; font-size:26px; line-height:1.1; font-family: 'Roboto', sans-serif; }
h4 { margin:0; padding:0; font-size:22px; line-height:1.4; font-family: 'Roboto', sans-serif; color:#000;}
h5 { margin:0; padding:0; font-size:20px; line-height:1.4; font-family: 'Roboto', sans-serif; }
h6 { margin:0; padding:0; font-size:18px; line-height:1.5; font-family: 'Roboto', sans-serif; }
sup {font-size: 60%;}
.textShadow {text-shadow: 3px 0 3px rgba(0,0,0,0.50)}

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; /*color:#000; */color:#9dc23b; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
a:hover { /*color:#9dc23b;*/color:#000;  }
p { margin:0; }
* + h1, * + .h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:30px; }
* + h5, * + h6  { margin-top:25px; }
* + p { margin-top:18px }
input[type=submit] { cursor:pointer; background-image:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/blank.png) !important;  }
.wrapper { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1310px; padding-left: 15px; padding-right: 15px; }


.clearfix { display:block; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }

/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.set-bg, .bg, .overlay { background-size:cover; background-position:top center; position:relative; }
.innerslider.set-bg.overlay.slick-slide { background-position: top;height: 485px; }
.overlay > * { position:relative; z-index:2; }
.overlay:before { content:''; background:rgba(0,0,0,0.10); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; }
.overlay.white:before { background:rgba(255,255,255,0.70); }
.get-bg { display:none !important; }
/* .altBg { background:#f9f9f9; } */
.blueBg { background:#3080c3; }
.LightblueBg { background:#4fb0f0;}
.orangeBg { background:#f89424; }

.fontGray, .fontGray a { color:#616161; }
.fontLightGray, .fontLightGray a { color:#999999; }
.fontGreen, .fontGreen a { color:#89c632; }
.fontOrange, .fontOrange a { color:#f89424; }
.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite .h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6, .fontWhite p  { color:#fff; }
.fontWhite a:hover { color:#eeb00e; }
.fontblack, .fontblack a{color:#000000;}

.button a , a.button{ padding:10px 25px; border-radius:5px; min-width:100px; font-weight:400; text-transform: uppercase; text-align:center; background:#3080c3; position:relative; overflow:hidden; z-index:2; color:#fff; border:2px solid #3080c3;  
  max-width:100%; display:inline-block;  font-size:16px;}
.button a:hover, a.button:hover{color:#fff;border-color:#fff; background:transparent;}
.cta_button.v2:hover{color:#3080c3;border-color:unset;background:transparent;}

.button2 a , a.button2{ padding:10px 25px; border-radius:5px; min-width:100px; font-weight:400; text-transform: uppercase;  text-align:center; background:#3080c3; position:relative; overflow:hidden; z-index:2; color:#fff; border:2px solid #3080c3;  
  max-width:100%; display:inline-block;  font-size:16px;}
.button2 a:hover, a.button2:hover{color:#3080c3;border-color:#3080c3; background:transparent;}
.productPillarBlock .button a:hover,
.productPillarBlock a.button:hover { color:#3080c3; border-color:#3080c3; background:transparent; }


.linkStyle a, a.linkStyle { display:inline-block; position:relative; color:#54b4f1; border-bottom:1px solid #54b4f1; }
.linkStyle a:hover, a.linkStyle:hover { color:#000; border-color:#000; }

.sr-text { font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; display:inline-block !important; }

.bold, .bold h1, .bold .h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold .h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:500; }
.medium, .medium h1, .medium .h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal .h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light .h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }

.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

.noListStyle ul { list-style:none; padding:0; margin:0; }
.listStyle ul { margin:0; padding:0; list-style:none; } /* put listStyle class to "parent" tag of "ul" */
.listStyle * + ul { margin-top:15px; }
.listStyle ul li { padding-left:25px; position:relative; font-weight:500; }
.listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#ea8c20; font-weight:normal; top:1px;  }
.listStyle ul li:not([class*="fa-"]):before { content:"\f046"; } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */

/* Widths */
.fl { float:left; }  
.fr { float:right; }  
.ib { display: inline-block; vertical-align:middle; margin-right:-4px; }

/*unique paddings*/
.pl0 { padding-left:0; }
.pr0 { padding-right:0; }
.pr30{padding-right:30;}
.p0-0 { padding-left:0; padding-right:0; }
.p0-15 { padding-left:15px; padding-right:15px; }
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.p80-0 { padding-top:80px; padding-bottom:80px; }
.p90-0 { padding-top:90px; padding-bottom:90px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pb80 { padding-bottom:80px; }
.pb90{padding-bottom:90px;}
/*.pb120 { padding-bottom:120px; }*/
.pb120 { padding-bottom:90px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt90{padding-top:90px;}
/*.pt120 { padding-top:120px; }
.p100{padding-top:100px; padding-bottom:100px;}*/
.pt120 { padding-top:120px; }
.p100-0{padding-top:100px; padding-bottom:100px;}
/*.p110-0{padding-top:110px; padding-bottom:110px;}
.p120-0{padding-top:120px; padding-bottom:120px;}*/
.p110-0{padding-top:110px; padding-bottom:110px;}
.p120-0{padding-top:120px; padding-bottom:120px;}

.top30{margin-top:30px;}


.db{display: inline-block; margin-right:-4px;}
.w33{width: 33.33%;}
.w40{width: 40%;}
.w47{width: 47%;}
.w50{width: 50%;}
.w60{width: 60%;}


::-webkit-input-placeholder { opacity:1 !important; color:inherit !important; }
::-moz-placeholder { opacity:1 !important; color:inherit !important; }
:-ms-input-placeholder { opacity:1 !important; color:inherit !important; }
textarea, input[type="search"], input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { display: block; border: 1px solid #c5c5c5; outline: none; background: #fff; font-size: 16px; line-height: 22px; font-family: 'Roboto', sans-serif; font-weight: 400; color: #777777; margin: 0; padding: 9px 20px; width: 100% !important; border-radius: 5px; }
textarea { min-height:110px; }
select { appearance:none; -webkit-appearance:none; -moz-appearance:none; padding-right:45px; background-image:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/selectArrow.png); background-position:center right 15px; background-repeat:no-repeat; background-size:15px; }
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before {  content:"\f00c"; font-family:fontawesome; color:#f79323 ; position:absolute; left:4px; top:4px; font-size:0; width:15px; height:15px; display:block; border:1px solid #ccc; transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:14px }
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#f79323 ; border-color:#f79323  }
form input[type="checkbox"]:checked+span:before {  border-color:#f79323 ; font-size:12px; background:#f79323 ; color:#fff }
form label span.hs-form-required{ display:none; }
form ul.hs-error-msgs{ display:none !important; }
form .hs-input.invalid.error{ border-color:red; }

input[type="submit"] { outline:none; font-family:'Open Sans', sans-serif; padding:12px 40px; background:#8ac640; color:#fff; border:1px solid #3080c3; font-size:16px; line-height:18px; text-transform:uppercase; font-weight:700; border-radius:8px;
  -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; transition:all ease 0.3s; }
input[type="submit"]:hover { color:#8ac640; background:transparent; }


/* Blue */
.titleStyle{ position: relative;}
.titleStyle:before { position:absolute; top:-24px; margin:0 auto 0; left:0; right:0; width: 126px; content:''; background-color: #3080c3; height: 2px; }
.text-center .titleStyle:before , .titleStyle.text-center:before { margin:0 auto; }

/* Orange */
.titleStyle_Orange{ position: relative;}
.titleStyle_Orange:before { position:absolute; top:-24px; margin:0 auto 0; left:0; right:0; width: 126px; content:''; background-color: #f26532; height: 2px; }
.text-center .titleStyle_Orange:before , .titleStyle_Orange.text-center:before { margin:0 auto; }


.titleStyle2{ position: relative;}
.titleStyle2:before { position:absolute; top:-24px; margin:0; left:0; right:0; width: 126px; content:''; background-color: #3080c3; height: 2px; }

.whitetitleStyle{ position: relative;}
.whitetitleStyle:before { position:absolute; top:-24px; margin:0 auto 0; left:0; right:0; width: 126px; content:''; background-color: #fff; height: 2px; }

/*for Hubspot   >>>>>>*/
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0 0 0 10px; font-size:12px; color:#f00; }
/*<<<<<<<<<<*/


/* Slick Slider */
.slick-list, .slick-slider, .slick-track {	position:relative; display:block }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility:hidden }
.slick-list { overflow:hidden; margin:0; padding:0 }
.slick-list:focus { outline:0 }
.slick-list.dragging { cursor:pointer; cursor:hand }
.slick-slider .slick-list, .slick-slider .slick-track {	-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 { top:0; left:0 }
.slick-track:after, .slick-track:before { display:table; content:'';}
.slick-track:after { clear:both }
.slick-slide { display:none; float:left; height:100%; min-height:1px; }
[dir=rtl] .slick-slide { float:right; }
.slick-slide img { display:block; margin:0 auto; }
.slick-slide.slick-loading img { display:none }
.slick-slide.dragging img { pointer-events:none }
.slick-initialized .slick-slide { display:block }
.slick-vertical .slick-slide { display:block; height:auto; border:1px solid transparent }
.slick-arrow.slick-hidden {	display:none }
.slick-arrow { position:absolute; top:50%; left:0; z-index:5; font-size:0; line-height:0; cursor:pointer; border:none; margin:-10px 0 0; display:block; text-align:center; padding:0; background:transparent; border:none; }
.slick-arrow:before { content:'\f177';  display:block; width:33px; transition:all ease 0.3s,background ease 0.3s 0.1s; -webkit-transition:all ease 0.3s,background ease 0.3s 0.1s; height:20px; font-family:fontawesome; }
.slick-arrow.slick-next { left:inherit; right:0; }
.slick-arrow.slick-next:before { content:'\f178'; }
.slick-arrow:hover:before { width:40px; background-position:center left; }
.slick-arrow.slick-next:hover:before { width:40px; background-position:center right; }
.slick-dotted ul.slick-dots { margin:30px 0 0; padding:0; list-style:none; display:block; text-align:center; }
.slick-dotted ul.slick-dots li { display:inline-block; margin:2px 4px; } 
.slick-dotted ul.slick-dots li:first-child:last-child { display:none; }
.slick-dotted ul.slick-dots li button { border-radius:100%; width:8px; height:8px; padding:0; line-height:0; font-size:0; border:0; display:block; background:#b0b0b0; cursor:pointer; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
.slick-dotted ul.slick-dots li.slick-active button,.slick-dotted ul.slick-dots li:hover button { background:#3080c3; border:0; transform:scale(1.5);}
/*.slick-dotted ul.slick-dots li.slick-active button { width:30px; }*/
.slick-slider a, .slick-slider button, .slick-slider .slick-slide, .slick-arrow { outline:none; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Page Wise CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


.headerSection { position:fixed;z-index:12;/* padding:0 30px 0;*/ background:#f8f8f8; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.headerSection.fixed{position:fixed; top:0; left:0; background:#fff; z-index:1551; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s; }
.siteNavigation .hs-menu-wrapper  ul > li > a { display:block; white-space:normal; width:auto !important; max-width:100% !important; }
.siteNavigation .hs-menu-wrapper > ul { display:block; margin:0; float:right;}
.siteNavigation .hs-menu-wrapper > ul > li > a { padding:0 15px; font-size:13px; line-height:70px; color:#1a1a1a; text-transform:uppercase; font-weight:400; letter-spacing:0.06em; position:relative; }
.siteNavigation .hs-menu-wrapper > ul ul { background:#3081C3; top:100%; left:0; width:240px; border-radius:0;  padding-top:0;}
.siteNavigation .hs-menu-wrapper > ul ul ul { left:100% !important; border-radius:0; }
.siteNavigation .hs-menu-wrapper > ul ul > li + li {  border-top:1px solid #ddd; }
.siteNavigation .hs-menu-wrapper > ul ul > li:hover > a { background:rgba(91,159,212,0.6); color:#fff !important; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.SiMenu.hs-menu-children-wrapper{ width:200px; padding:10px; margin-top:-5px; background-color:#fff; overflow:hidden; border-radius:10px; -webkit-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); -moz-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.SiMenu.hs-menu-children-wrapper li{ line-height:1; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.SiMenu.hs-menu-children-wrapper li a{ font-size:16px; }
.siteNavigation .hs-menu-wrapper > ul > li > a:after,.siteNavigation .hs-menu-wrapper > ul > li > a:before { position:absolute; content:''; bottom:2px; left:0; width:0; height:1px; background:#4fb0f0; transition:all ease 0.7s; -webkit-transition:all ease 0.7s; z-index:2; }
.siteNavigation .hs-menu-wrapper > ul > li > a:before { left:inherit; right:0; bottom:0; }
.siteNavigation .hs-menu-wrapper > ul > li:hover > a:after,.siteNavigation .hs-menu-wrapper > ul > li:hover > a:before { width:100%; background:#4fb0f0; height:2px; transition:all ease 0.4s ; }
.loginbtn a{ line-height:70px; font-size:16px; text-transform:uppercase; color:#3080c3; }
.siteLogo{margin:19px 0;}
.siteLogo span.hs_cos_wrapper{line-height:1; display:block;}
.siteLogo svg{width:250px;height:35px; display:block;}
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{color:#fff; padding-right:25px; padding-left:25px; line-height:40px; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children a{position:relative;}
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children a:hover:before{content:''; background:#4fb0f0; width:15px; height:2px; display:block; position: absolute; top: 19px; left: 1px;}
/*
* Commented out by support, support ticket #8399087
* .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children:hover a:after{content:'\f105'; position:absolute; top:0; right:11px; font-family: fontawesome;}*/
.siteNavigation .hs-menu-wrapper  ul > li.active a:after,.siteNavigation .hs-menu-wrapper  ul > li.active a:before{position:absolute; content:''; bottom:2px; left:0; width:0; height:1px; background:#4fb0f0; transition:all ease 0.7s; -webkit-transition:all ease 0.7s; z-index:2;}
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding:0 15px; }

span.searchButton{z-index:1333333; position:relative; cursor:pointer; }
.searchBarHead{ position:absolute; top:100%; right:2%; width:100%; max-width:400px; opacity:0; visibility:hidden; color:#fff;  border: medium none;  height: 46px; z-index: 13333;}
.searchBarHead:before{ content:'\f002'; font-weight:400; font-family:'FontAwesome'; color:#1a1a1a; width:25px; height:25px; position:absolute; top:8px; left:10px; font-size:18px; line-height:25px; text-align:center; z-index:1; }
.searchBarHead input[type="text"],
.searchBarHead input[type="search"]{ max-width:100%; background:#fff; border-width:0; color:#1a1a1a; padding-left: 38px; font-size: 16px; font-weight: 300; font-family:'Roboto', sans-serif; line-height:1.7; }
.searchBarHead a.hs-button.primary{ display:none; }
.headerSection.toggleSearchBar .searchBarHead{ border-top: 2px solid #9dc23b; opacity:1; visibility:visible; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.headerSection.toggleSearchBar span.searchButton a.showSearchBar i.fa-search:before{ content:'\f00d'; color: #1a1a1a;} 
.siteNavigation span.searchButton .hs-form a.hs-button { display: block;  font-size: 12px;  text-align: left;  line-height: 1em; }
a.showSearchBar {color:#1a1a1a;}

a.showSearchBar { background:#3080c3; color:#fff; padding:5px 7px 6px; display:inline-block; line-height:18px; margin-right:8px; font-size:14px; }



.footerSection{background:#004b85;padding:70px 0; }
.footerBox h5{text-transform:uppercase; color:#fff;padding-bottom:40px; font-weight:400; font-size:18px;}
.footerBox a{color:#fff; font-size:12px; line-height:1.5; text-transform:uppercase; }
.footerBox a:hover{color:#9dc23b;}
.footerBox p{color:#fff; font-size:12px; line-height:1.5; }
.footerBox ul{list-style:none;margin:0; padding:0;}
.footerBox.second{padding:0 40px;}
.footerBox.weare p{margin-top:0;}
.socialnew.socialIcon a{font-size:20px; line-height:20px; padding:0 10px 0; font-weight:400; display: inline-block; color:#91cbf0;}
.CopyrightSection{background:#004173; padding:25px 30px;}
.CopyrightSection .socialIcon a{font-size:20px; line-height:20px; padding:0 10px 0; font-weight:400; display: inline-block; color:#91cbf0;}
.CopyrightSection .copyright span{color:#91cbf0; font-size:12px;}

.footerSocials ul { margin:0; padding:0; list-style:none; }
.footerSocials li + li { margin-top:12px; }
.footerSocials a { display:inline-block; text-transform:capitalize; color:#fff; }
.footerSocials a i.fa { display:inline-block; font-size:16px; vertical-align:middle; background:#54b4f1; width:30px; height:30px; line-height:30px; border-radius:50%; text-align:center; color:#fff; margin-right:5px; transition:all ease 0.4s;  }
.footerSocials a:hover { color:#fff; }
.footerSocials a:hover i.fa { background:#fff; color:#54b4f1; }
.footerSocials > a { margin-top:15px; display:inline-block; color:#a4c0d6; border-bottom:1px solid #a4c0d6; padding-bottom:1px; }


.privacyNcopyright a { display:block; text-decoration:underline; }
.privacyNcopyright a + span { display:block; font-size:11px; color:#a4c0d6; letter-spacing:0.03em; }
.leftBox a { text-transform:capitalize; }


/******page wise css*****/
.mainSlider {padding-top: 70px;}
.body-container-wrapper{padding-top:0;}
.innerslider.overlay:before{background:rgba(148,166,185,0.4);}
.SliderinnerContent{max-width:793px;width:100%; margin:0;}
.SliderinnerContent{display:table; height:calc(68vh - 70px); height:400px; }
.slidedetails{display:table-cell; vertical-align:middle; padding:100px 0 100px; }
.mainSlider .slick-arrow.slick-prev:before{content:'\f104'; font-size:33px; color:#fff;}
.mainSlider .slick-arrow.slick-next:before{content:'\f105'; font-size:33px; color:#fff;}
.careslider div.hs_cos_wrapper .carebox, .cardBoxes .cardBox {border-radius:5px; overflow:hidden;}
.button {margin-top: 15px;}
.carebox .carepic{height:238px;}
.careslider div.hs_cos_wrapper .carebox, .cardBoxes .cardBox {margin:0 15px; box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); -moz-box-shadow: 0 5px 16px 0 rgba(0,0,0,.2);}
.careContent h4{color:#000; }
.careContent h4:before, .cardBoxes .cardBox .cardContent > h4:before {content:''; background:#3080c3; height:3px; width:40px; margin:0 auto 10px; display:block;}
.careContent, .cardBoxes .cardBox .cardContent{padding:30px 40px 40px; height: 100%;}
.carebox .slider-content {font-weight: 400;}
.careslider div.hs_cos_wrapper .carebox {float: left!Important; width: 30%!important; margin-bottom: 15px;}
.mainCare .slick-slide{padding-bottom:10px;}
.careslider div.hs_cos_wrapper .button a{background:#3080c3; border-color:#3080c3;}
/*.careslider div.hs_cos_wrapper:hover .careContent{background:#3080c3; color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
.careslider div.hs_cos_wrapper .button a:hover {background:#fff; color:#3080c3; border-color:#3080c3;} 
/*.careslider div.hs_cos_wrapper:hover .careContent h4{color:#fff; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:hover .careContent h4:before{background:#fff; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.careslider div.hs_cos_wrapper:nth-child(3n+2) .button a{background:#4fb0f0; border-color:#4fb0f0;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+2):hover .careContent{background:#4fb0f0; color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+2):hover .button a{background:#fff; color:#000; border-color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;} 
.careslider div.hs_cos_wrapper:nth-child(3n+2):hover .careContent h4{color:#fff; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+2):hover .careContent h4:before{background:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+3) .button a{background:#9dc23b; border-color:#9dc23b;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+3):hover .careContent{background:#9dc23b; color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+3):hover .button a{background:#fff; color:#000; border-color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+3):hover .careContent h4{color:#fff; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.careslider div.hs_cos_wrapper:nth-child(3n+3):hover .careContent h4:before{background:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
.coveredDetailed{width:959px; max-width:100%; margin:0 auto; text-align:center;}

.Blogheader{width:873px; max-width:100%; margin:0 auto;}
.Blogheader h2{color:#000;}
.rssItem{width:31.33%; vertical-align:top; display:inline-block; margin-right:-4px; border-radius:5px; overflow:hidden; box-shadow: 0 0 15px 3px rgba(224,224,224,.8); -webkit-box-shadow: 0 0 15px 3px rgba(224,224,224,.8); -moz-box-shadow: 0 0 15px 3px rgba(224,224,224,.8); -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.rssItem:nth-child(3n+2){margin:0 2%;}
.rssItem:hover{ box-shadow: 0 0 15px 3px rgba(0,0,0,.3); -webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,.3); -moz-box-shadow: 0 0 15px 3px rgba(0,0,0,.3); -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}
.rssListing .rssImage{height:247px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; position:relative;}
.rssListing .linkOverlay{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width:100%; height:100%; }
.rssListing .postContent{position:relative;padding:0 26px 35px; }
.rssListing .topic{ position: absolute; top:0px; left:0; margin:-10px auto 0; width:100%;}
.rssListing .topic a{color:#fff; font-size:11px; padding:7px 19px; display:inline-block; line-height:11px; font-weight:500; background:#3080c3; border-radius:3px;}
.rssListing .post-title{padding-top:47px;}
/*.rssListing .rssItem:hover h6:before{background:#fff;}*/
.post-title h6:before, .post-title h4:before{content:''; background:#3080c3; width:45px; height:3px; display:block; text-align:center; margin: -7px auto 6px;}
.latestNewListing .post-title h4:before { margin:-10px auto 20px; }

/*.rssListing .rssItem:first-child:hover .postContent{background:#3080c3; color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:first-child:hover .topic a{color:#000;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:first-child:hover  a{color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:nth-child(2) .topic a{background:#4fb0f0;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:hover .topic a{background:#fff; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:nth-child(2):hover .topic a{color:#000;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:nth-child(2):hover .postContent{background:#4fb0f0; color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:nth-child(2):hover  a{color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:last-child .topic a{background:#9dc23b;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:last-child:hover .topic a{background:#fff; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:last-child:hover .topic a{color:#000;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:last-child:hover .postContent{background:#9dc23b; color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/
/*.rssListing .rssItem:last-child:hover  a{color:#fff;-moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -o-transition:all ease 0.4s;  transition:all ease 0.4s;}*/

.authorDetails{border-top:1px solid #343434; padding-top:14px;}
/*.rssListing .rssItem:hover .authorDetails{border-top:1px solid #fff;}*/
.authorDetails .authorPost{float:left;}
.authorDetails .authorPost a{color:#343434;}
.authorDetails .authorPost .authorAvtar { width:30px; height:30px; display:inline-block; vertical-align:middle; margin-right:5px; border-radius:50%;  }
.authorDetails .date{float:right; color:#343434; margin-top:4px; }
/*.rssListing .rssItem:hover .date{color: #fff;}*/
.logopic{display:inline-block; width:25%; margin-right:-4px; text-align:center;}
.ParentquoteSection{position:relative; padding:127px 0 80px;}
.ParentquoteSection:before{content:'';position:absolute; top:0; left:50%; margin-left:-53px;margin-top: -40px; background-image:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/quote.png); background-repeat:no-repeat; background-size:cover; width:106px; height:78px;} 
.ParentquoteSection .slick-dotted ul.slick-dots li button{background:#fff;}


.addQoute{position:relative; padding:127px 0 80px;}
/* .addQoute:before{content:'';position:absolute; top:0; left:50%; margin-left:-53px;margin-top: -40px; background-image:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/quote.png); background-repeat:no-repeat; background-size:contain; width:106px; height:78px;}  */
.addQoute .slick-dotted ul.slick-dots li button{background:#fff;}

.Servicemain .wrapper{max-width:1091px; margin:0 auto; width:100%; text-align:center;}
.Servicemain .services{width:50%; display:inline-block; margin-right:-4px; padding: 0 40px;}

@media (min-width: 768px) {  
  .Servicemain .hd-services{margin-bottom:15px;} 
}

.Realfeature > span.hs_cos_wrapper { display:block; padding:8px; }
.Realfeature > span.hs_cos_wrapper:before,
.Realfeature > span.hs_cos_wrapper:after { content:''; display:table; width:100%; }
.Realfeature div.hs_cos_wrapper{width: 33.33%; float: left; padding:8px; }
.mainFeature .featurePic{position: relative; overflow: hidden;height:447px;}
.mainFeature .parentFeature { position: absolute; bottom: -100%; left: 28px; right: 28px; opacity: .4; transition: all ease .8s; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; z-index: 2; padding: 0 30px; }
.mainFeature .parentFeature .contentPro {height:110px; overflow:hidden;}
.mainFeature:hover .parentFeature { opacity: 1; bottom: 50%; transition: all ease .8s; -webkit-transition: all ease .8s; margin-bottom:-110px; }
.mainFeature:hover .featurePic.overlay:before{background:rgba(48,128,195,0.8); transition: all ease .8s; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; }
.mainFeature .plusicon a{ font-size:16px; font-weight:300; color:#fff; }
.mainFeature .plusicon a i.fa { color:#9dc23b; font-size:24px; }

button.tablinks{background:transparent; border:0; text-transform:uppercase; padding:0 35px; font-size:20px; line-height:26px; font-weight:500; outline:0; cursor:pointer; font-family: 'Roboto', sans-serif;}
button.tablinks.active{color:#3080c3;}

/***about us***/

.bannerSection.overlay:before{background: rgba(0,67,122,0.4);
  background: -moz-linear-gradient(left, rgba(0,67,122,0.4) 0%, rgba(107,137,179,0.4) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,67,122,0.4)), color-stop(100%, rgba(107,137,179,0.4)));
  background: -webkit-linear-gradient(left, rgba(0,67,122,0.4) 0%, rgba(107,137,179,0.4) 100%);
  background: -o-linear-gradient(left, rgba(0,67,122,0.4) 0%, rgba(107,137,179,0.4) 100%);
  background: -ms-linear-gradient(left, rgba(0,67,122,0.4) 0%, rgba(107,137,179,0.4) 100%);
  background: linear-gradient(to right, rgba(0,67,122,0.4) 0%, rgba(107,137,179,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00437a', endColorstr='#6b89b3', GradientType=1 );}

.breadcrummenu .hs-breadcrumb-menu-wrapper ul li span { color:#848484; }
.breadcrummenu .hs-breadcrumb-menu-wrapper ul li a{ color:#848484; font-weight:400; }
.breadcrummenu .hs-breadcrumb-menu-wrapper ul li a:hover { color:#000; }
.breadcrummenu .hs-breadcrumb-menu-wrapper ul li span:before { content:normal; }
.breadcrummenu .hs-breadcrumb-menu-wrapper ul li span:after{content:'|'; padding-left: 10px;}
.breadcrummenu .hs-breadcrumb-menu-wrapper ul li.last-crumb span{color:#4fb0f0;}
.breadcrummenu .hs-breadcrumb-menu-wrapper ul li.last-crumb span:after{content:''; display:none;}
.parenttitle {display:table; height:/*547px */calc(68vh - 70px); height:400px; width: 100%; }
.InneTitle{display:table-cell; vertical-align:middle;}
.parenttitle .InneTitle { padding:100px 0 50px; }
.innerWedo {max-width:1152px; margin:0 auto; text-align:center;}

/****product Category Overview***/

.mainProduct{overflow:hidden;}
.mainProduct:hover{-webkit-transform: scale(1.015); transform: scale(1.015); box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; position:relative; z-index:10;}
.mainProduct .featurePic{position: relative; overflow: hidden; height:447px;}
.mainProduct .parentFeature { position: absolute; bottom: -100%; left: 28px; right: 28px; opacity: .4; transition: all ease .8s; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; z-index: 2; padding: 0 30px;}
.mainProduct:hover .parentFeature { opacity: 1; bottom: 60px; transition: all ease .8s; -webkit-transition: all ease .8s;  }
.mainProduct:hover .featurePic{background:#3080c3; transition: all ease .8s; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; }
.mainProduct .plusicon a{font-size:20px; font-weight:300;}
.mainProduct .plusicon a:hover{color:#9dc23b;}
.mainProduct .productHealth{ text-align:center; background:#4fb0f0; position:absolute; bottom:0px; left:0px; top:0px; right:0px;  line-height:223px; transition:all ease 0.8s; -webkit-transition:all ease 0.8s; -moz-transition:all ease 0.8s; }
.mainProduct:hover .productHealth{ opacity:0; z-index:1; transition:all ease 0.8s; -webkit-transition:all ease 0.8s; -moz-transition:all ease 0.8s; }
.mainProduct .prodcontent{height:110px; overflow:hidden;}


/***Product Single***/

.toprelated{padding-top:120px; padding-bottom:88px;}
.ProductMainSec { margin: 0 -15px; text-align: center; }  
.productList { width: 33.33%; display: inline-block; margin-right: -4px; vertical-align: top; padding: 30px 15px;   }
.Product-Img img {  width: 110px; }

/*.productList{width:31.33%; float:left; text-align:center;}*/
/*.productList:nth-child(2){margin-left:3%; margin-right:3%;}*/
.mainRelated div.hs_cos_wrapper {width:33.33%; display: inline-block; margin-right: -4px; vertical-align: top; padding-left:15px ; padding-right: 15px; }
.mainRelated div.hs_cos_wrapper .RelatedProduct {  border-radius:8px; overflow:hidden; margin-bottom:33px; text-align:center; box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

/*.mainRelated div.hs_cos_wrapper:nth-child(3n+2){margin-left:3%; margin-right:3%;}*/
/*.mainRelated div.hs_cos_wrapper:hover{-webkit-transform: scale(1.015); transform: scale(1.015); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}*/
.mainRelated > span.hs_cos_wrapper { margin: 0 -15px ; display: block; text-align: center;} 

.mainRelated div.hs_cos_wrapper .productPic{height:240px;}
.relatedproDetail{padding-left:40px; padding-right:40px;}
.relatedproDetail h4:before{content: ''; background: #3080c3; height: 3px; width: 40px; margin: 0 auto 10px; display: block;}

/***Blog****/

.BlogMain{padding:70px 35px 70px; border-top:1px solid #e4e4e4; }
.post-item {width:33.33%; float:left; /*margin-bottom:40px;*/ -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; transition: .3s ease-in-out; padding:0 15px 40px; }
.post-item:nth-child(3n+1) { clear:left }
.post-item:hover {-webkit-transform: scale(1.015); transform: scale(1.015); -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.post-item .post-body{ border-radius:8px;overflow: hidden; box-shadow: 0 1px 6px 1px rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.1); }
.post-item .hs-featured-image-wrapper {overflow:hidden; -webkit-transition: 1s ease; -moz-transition: 1s ease; -o-transition: 1s ease; transition: 1s ease; }
.post-item .hs-featured-image-wrapper a{ padding-bottom:65%; width:100%; display:block; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; }
.post-item:hover .hs-featured-image-wrapper a {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.post-item .postDetails{padding:30px 44px 28px; background:#fff;}
.post-item .postDetails.greenbg{background:#9dc23b; color:#fff;}
.post-item .postDetails.greenbg h4 a{color:#fff;}
.post-item .postDetails.greenbg h4 a:hover{color:#3080c3;}
.post-item .postDetails.greenbg span.hs-author-profile {color:#afb0b0;}
.post-item .postDetails.greenbg h4:before{content: ''; background: #fff; height: 3px; width: 40px; margin: 0 auto 10px; display: block;}
.post-item h4:before{content: ''; background: #3080c3; height: 3px; width: 40px; margin: 5px auto 20px; display: block; }
.post-item .hs-author-avatar img{height:30px; width:30px; border-radius:100%; vertical-align:middle;}
.post-item .hs-author-profile{border-top:1px solid #e8e8e8; padding-top:30px;}
.post-item span.hs-author-profile{color:#afb0b0;}
/*a.more_posts{background:#3080c3;color:#fff; display:inline-block; height: 40px; width: 40px; line-height: 40px; border-radius: 50px; font-size: 23px; font-weight: 300; cursor:pointer;}*/
a.more_posts { background:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/showMore.png) center center no-repeat; display:inline-block; height:70px; width:75px; font-size:0; cursor:pointer; background-size:contain; }
a.more_posts i{ font-family:fontawesome; font-style:normal; }
.authorNdate { font-size:14px; font-weight:400; }

.post-item a[title] { position:relative; display:block; color:#000; }
.post-item a[title]:before { content:attr(title); visibility:hidden; max-width:95%; font-size:11px; font-weight:400; bottom:100%; left:50%; transform:translateX(-50%); width:320px; position:absolute; background-color:#54b4f1; color:#fff; text-align:center; padding:5px 10px; border-radius:6px; z-index:1; opacity:0; transition:opacity .3s; box-sizing:border-box; -webkit-box-sizing:border-box; }
.post-item a[title]:hover:before { opacity:1; visibility:visible; }
.post-item.animateIt { animation:fadeIn 0.6s ease forwards; }
@keyframes fadeIn {
  from { transform:scale(0.7); opacity:0; }
  to { transform:scale(1); opacity:1; }
}


.post-Filter{padding-top:60px;}
.post-Filter .widget-module{position:relative; /*max-width: 974px; margin: 0 auto;*/ }
.post-Filter .widget-module ul{list-style:none;margin:0; padding:0;}
.post-Filter .widget-module ul li{display:inline-block;}
.post-Filter .widget-module ul li a{display:inline-block;padding:0 20px 18px; border-bottom:1px solid transparent; font-weight:500; color:#000; }
.post-Filter .widget-module ul li.active-parent a,
.post-Filter .widget-module ul li a:hover{ color:#3080c3; border-bottom:1px solid #4fb0f0; }
.post-Filter .widget-module ul li a span{display:none;}
.filter-expand-link{position:absolute; top:0; left:0;padding:0 27px 18px; border-bottom:1px solid transparent; font-weight:500; }
.filter-expand-link:hover{color:#3080c3; border-bottom:1px solid #4fb0f0;}


.hs-blog-post .coveredDetailed > div{width:959px; max-width:100%; margin:0 auto; text-align:center;}
.hs-blog-post .postInner{max-width:986px; margin:0 auto; }
.hs-blog-post .tags{padding-bottom:60px;}
.hs-blog-post .tags a{display:inline-block; padding:12px 35px; border:1px solid #3080c3; background:#3080c3; color:#fff; border-radius:5px; text-transform:uppercase; margin-right:13px; margin-bottom:10px;}
.hs-blog-post .tags a:hover{ background-color:transparent; color:#575757; color:#3080c3; }
.hs-blog-post  .hubspot-editable{padding-top:80px; border-top:1px solid #e3e3e3;}
.hs-blog-post .avtarParent{display:inline-block; width:175px; margin-right:-4px; vertical-align:middle;}
.hs-blog-post .hs-author-avatar{display:inline-block; width:150px; height:150px; border-radius:100px;}
.hs-blog-post .AuthorDetails{display:inline-block; width:calc(100% - 175px); margin-right:-4px; vertical-align:middle;}
.hs-blog-post .author-link{font-size:22px;line-height:26px; color:#000; }
.hs-blog-post .AuthorDetails .hs-author-social-links a{height:36px; width:36px; line-height:36px; display:inline-block; text-align:center; color:#fff; border-radius:100px; font-size:21px; margin-right:13px;}
.hs-blog-post .AuthorDetails .hs-author-social-links a:hover{opacity:0.8;}
.hs-blog-post .AuthorDetails .hs-author-social-links a[href*="facebook"]{background:#3a5897;}
.hs-blog-post .AuthorDetails .hs-author-social-links a[href*="twitter"]{background:#54aced;}
.hs-blog-post .AuthorDetails .hs-author-social-links a[href*="linkedin"]{background:#0079b8;}
.hs-blog-post .AuthorDetails .hs-author-social-links a[href*="google"]{background:#dc4e41;}
.hs-blog-post .rssItem{width:100%;}

.toprelatedArticle{ padding-right:30px; padding-left:30px; }
.postrelated{margin:0 15px;}
.relatedpostSlide .slick-list { padding:15px 0; }
.relatedpostSlide .post-item { clear:none !important; padding:0; }
.relatedpostSlide .post-item .post-body { margin:0 15px; }
.postrelated .rssImage{height:247px; background-size:cover !important; background-repeat:no-repeat !important; background-position:top center !important; position:relative;}
.postrelated .linkOverlay{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width:100%; height:100%; }
.postrelated .postContent{position:relative;padding:0 26px 30px;}
.postrelated .topic{ position: absolute; top:0px; left:0; margin:-10px auto 0; width:100%;}
.postrelated .topic a{font-size:11px; padding:7px 19px; display:inline-block; line-height:11px; font-weight:500; background:#3080c3; border-radius:3px;}
.postrelated .post-title{padding-top:47px;}
.postrelated .rssItem:hover h6:before{background:#fff;}
.postrelated h6:before{content:''; background:#fff; width:45px; height:3px; display:block; text-align:center; margin: -7px auto 6px;}
/*.postrelated h6 a:hover{color:#000;}*/
.postrelated h6 a{ color:#1a1a1a; }
.postrelated .topic a{background:#fff;color:#000;}
.postrelated .authorDetails{border-color:#1a1a1a;}
.postrelated .authorDetails .date{color:#1a1a1a;}
.postrelated .greenbg .topic a{margin-top:10px;}

.Custom-breadcrum {float: left; padding: 10px 0px 10px 10px;}
.Custom-breadcrum .blog{color:#848484;}
.Custom-breadcrum .bloglast{color:#4fb0f0;}

.blog_post_share{padding-bottom:80px;}
.blog_post_share a{display:inline-block;background:transparent; height:40px; width:40px; line-height:40px; border:1px solid #4fb0f0; text-align:center; color:#4fb0f0; border-radius:50px; margin-right:5px; font-size: 20px;}
.blog_post_share a:hover{ background:#4fb0f0; color:#fff;}

.blog_post_share.topLinked{padding-bottom:10px;}


/***contact**/
.mapRight{padding-top:120px;}
.buttonsBottom a{padding:13px 30px; display:inline-block; margin-right:15px; color:#575757; border:1px solid #004b85; background:transparent; margin-bottom:10px; border-radius:5px;}
.buttonsBottom a:hover{background:#3080c3; color:#fff !important; border-color:#3080c3;}
.buttonsBottom a.active{background:#3080c3; color:#fff !important; border-color:#3080c3;}

.formSection{padding:40px 20px;}
.formSection h3{ font-size:22px; line-height:26px; font-weight:400; color:#004b85; margin: 0px 35px; padding-bottom:10px;}
.formSection fieldset{max-width:100% !important;}
.formSection .input{padding-bottom:32px;}
.formSection .hs_submit{text-align:center;}
.formSection input[type="submit"]{ border-color:#3080c3; background:#3080c3; color:#fff; border-radius:5px; }
.formSection input[type="submit"]:hover{ background:transparent; color:#3080c3; }


a.featureLink{position:absolute; top:0; left:0; right:0; bottom:0;z-index:3; width:100%; height:100%; min-height:48px; min-width:48px; }


/* Social Connect Module */
.connectSec .wrapper { max-width:800px; }
.connect2Col a { display:inline-block; }
.connect2Col .ib { float:none !important; display:inline-block !important; }
.connect2Col .icon { display:block; margin:0 auto 15px; font-size:25px; background:#54b4f1; width:50px; height:50px; line-height:50px; border-radius:50%; text-align:center; color:#fff; transition:all ease .4s; }
.connect2Col .text { display:inline-block; border-bottom:1px solid #a4c0d6; color:#a4c0d6; transition:all ease .4s; }
.connect2Col .icon .fa-desktop { position:relative; top:2px; }
.connect2Col a:hover .icon { background:#004b85; }
.connect2Col a:hover .text { color:#54b4f1; }

/* Product Category Details */
.proPillarNav { display:block;  font-size:0; line-height:0; margin-bottom:30px; background-color:#54b4f1; width:100% !important; top:0; left:0; position:relative; z-index:10; }
.proPillarNav.fixed { position:fixed; }
.proPillarNav:before, .proPillarNav:after { content:''; width:100%; display:table; }
.proPillarNav ul { margin:0; padding:0; display:block; text-align:center; }  
.proPillarNav ul li { display:inline-block; vertical-align:top; } 
.proPillarNav ul li a { display:block; padding:10px 15px; font-size:16px; line-height:24px; color:#fff; }
.proPillarNav ul li a:hover,.proPillarNav ul li.active a { background:#3080c3; } 
.proPillarNav ul li a sup { vertical-align:inherit; position:relative; transform:translateY(-25%); display:inline-block; }

.cardBoxes .cardBox { margin:0 15px 30px; }
.cardBoxes .cardBox .cardImage img { opacity:0; visibility:hidden; }
.cardBoxes.twoCol .cardBox { width:calc(50% - 30px); float:left; }
.cardBoxes.threeCol .cardBox { width:calc(33.33% - 30px); float:left; }
.cardBoxes.twoCol .cardBox:nth-child(2n+1), .cardBoxes.threeCol .cardBox:nth-child(3n+1) { clear:left; }


/* Mega Menu */
.siteNavigation .hs-menu-wrapper > ul > li.has-megaMenu { position:static; }
.headerSection .wrapper { position:relative; }
.siteNavigation .megaMenu { position:absolute; top:120%; left:15px; right:15px; border-top:4px solid #3f94d2; background:rgba(7, 86, 142, 0.85); padding:20px 0; transition:opacity ease 0.4s, top ease 0.5s; visibility:hidden; opacity:0; box-shadow:0px 4px 5px -3px rgba(0,0,0,0.45); -webkit-box-shadow:0px 4px 5px -3px rgba(0,0,0,0.45); }
/* .siteNavigation .hs-menu-wrapper > ul > li.has-megaMenu:hover .megaMenu { top:100%; opacity:1; visibility:visible; } */
.siteNavigation .hs-menu-wrapper > ul > li.has-megaMenu.hovered .megaMenu { top:100%; opacity:1; visibility:visible; }
.siteNavigation .megaMenu .innerCol { padding:0 20px; width:33.33%; float:left; }
.siteNavigation .megaMenu .innerCol + .innerCol { border-left:1px solid #fff; }
.siteNavigation .megaMenu .innerCol .label { padding:10px 20px; color:#fff; background-color:#3f94d2; display:block; margin:0 0 10px; text-transform:uppercase; box-shadow:0px 2px 5px 0px rgba(0,0,0,0.05); -webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.05); }
.siteNavigation .megaMenu .innerCol ul + .label { margin-top:20px; }
.siteNavigation .megaMenu .innerCol ul { width:100%; background:transparent; } 
.siteNavigation .megaMenu .innerCol ul li + li { border:none; margin-top:3px; }
.siteNavigation .megaMenu .innerCol ul li a { color:#fff; background:transparent !important; position:relative; font-weight:300; overflow:visible; white-space:normal; font-size:15px; padding:0 20px; }
.siteNavigation .megaMenu .innerCol ul li a:before { content:''; width:0; height:2px; background:#3f94d2; position:absolute; left:-20px; top:50%; margin-top:-2px; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; }
.siteNavigation .megaMenu .innerCol ul li:hover a { color:#3f94d2 !important; }
.siteNavigation .megaMenu .innerCol ul li:hover a:before { width:30px; }




/* Updates */
.contactGroup .mainForm.altBg { background-color:#fff; }
.contactGroup .hs-content-library { padding: 40px; margin: 40px}
.contactGroup .Servicemain.altBg { background-color:#fbfbfb; }
.contactGroup .mapSection { background-color:#fbfbfb; }
.contactGroup .Servicemain .services { vertical-align:top; }
.hs-blog-listing .blogBreadCrumbs { background-color:#f9f9f9; }
.hs-blog-listing .blogBreadCrumbs .Custom-breadcrum { padding-top:0; padding-bottom:0; }

.ulLeft ul { text-align:left; }
.ulLeft ul li + li { margin-top:10px; }

.contactAndSubscribe { padding:70px 0; }
.contactAndSubscribe .span6 { border-radius:5px; overflow:hidden; }
.contactLeftBox { background:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/leftPattern.png) bottom left no-repeat #55b3f1; color:#fff; background-size:contain; }  
.rightSubscribeBox { background:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/rightPattern.png) bottom right no-repeat #9dc23b; color:#fff; background-size:contain; }
.rightSubscribeBox label { display:none; }
.rightSubscribeBox input[type="submit"] { background-color:#3080c3; border:2px solid #3080c3; color:#fff; border-radius:5px; margin-top:25px; }
.rightSubscribeBox input[type="submit"]:hover { background-color:transparent; border-color:#fff; color:#fff; }
.contactAndSubscribe .boxInner { height:360px; display:table; width:100%; }
.contactAndSubscribe .boxInner .tableCell { vertical-align:middle; padding:60px 40px 50px; display:table-cell; }
.contactAndSubscribe .titleStyle:before { background-color:#fff; top:-15px }
.contactAndSubscribe .titleStyle { color:#fff; }
.contactAndSubscribe form { margin:0 auto; max-width:400px; }
.contactAndSubscribe form input[type="email"] { text-align:center; }
.productPillarBlock .rightContent { text-align:left; }
.productPillarBlock .rightContent ul { padding-left:20px; }
a.hs-breadcrumb-label[href="javascript:;"] { cursor: default; }
.productPillarBlock > .wrapper { max-width:1000px; }



/* Search Results page */
.resultsPage .parenttitle { height:250px; }
.resultsPage .parenttitle .InneTitle { display:table-cell; padding-top:100px; } 
.searchResults > div > div { min-height:calc(100vh - 600px); }
.hs-search-results__listing > li + li { margin-top:30px; padding-top:30px; border-top:1px solid #ddd; }
.hs-search-results__listing a.hs-search-results__title { font-size:20px; font-weight:400; color:#3080c3; }
.hs-search-results__listing p { margin-top:10px; }
.hs-search-results__pagination { margin-top:30px; }

@media (min-width:992px){
  .betterHalf .productList,.mainRelated > span.hs_cos_wrapper.betterHalf > div.hs_cos_wrapper { width:35%; }
  /*   .aboutPage.altBg { background:url(https://3378591.fs1.hubspotusercontent-na1.net/hubfs/3378591/Assets%20April%202018/bgTexture.png) center bottom no-repeat #fafafa; background-size:100% auto; background-attachment:fixed; } */
}


/* Scroll top Button */
a.backToTop { position:fixed; bottom:20px; cursor:pointer; z-index:9999; right:20px; opacity:0; visibility:hidden; font-size:11px; text-transform:uppercase; color:#2c81c4; font-weight:400; }
a.backToTop img { display:block; margin:0 auto 10px; border-radius:3px; overflow:hidden; }
a.backToTop:after { content: 'Scroll to Top'; }


/* 404 page*/
.fourzerocontent a { color: #1f4b85; text-decoration: underline; }
.fourzerocontent { font-size: 14px; }
.row-fluid .siteInput-search { width: 300px; max-width: 100%;  margin: 0 auto !important;  display: block;  float: none; }
.row-fluid .siteInput-search input[type="submit"] { background: transparent; }
.siteInput-search input[type="text"] { background: transparent; border-radius: 0; }
.siteInput-search  form {  position:  relative; }
.siteInput-search form:before { content: '\f002'; font-weight: 400;  font-family: 'FontAwesome'; color: #c5c5c5; width: 25px; height: 25px; position: absolute;  top: 8px; right: 10px; font-size: 18px; line-height: 25px; text-align: center; z-index: 1; font-weight: 400; }



/* Blog */
.relatedpostSlide.wrapper:before,.relatedpostSlide.wrapper:after {content: '';display: block;clear: both;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/

@media (min-width:1400px ) {
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul >  li > a { font-size:14px; padding:0 18px; }
}
@media (min-width:1131px){
  .siteNavigation .megaMenu { min-height:300px; }
  .siteNavigation .hs-menu-wrapper,.siteNavigation .megaMenu, .siteNavigation .megaMenu .innerCol ul { display:block !important; }
  .contactAndSubscribe input[type=submit],
  .contactAndSubscribe .button a { box-sizing:border-box !important; text-align:center; min-width:200px; }


}

@media (max-width:1024px ) {
  .careslider div.hs_cos_wrapper .carebox {
    float: left!Important;
    width: 45% !important;
    margin-bottom: 15px;
  }
}

@media (max-width:991px ) {
  .innerslider.set-bg.overlay.slick-slide {height: 450px;}
  
}

@media (max-width:768px ) {
  .careslider div.hs_cos_wrapper .carebox {float: left!Important; width: 45% !important; margin-bottom: 15px;}
    
}

@media (max-width:425px ) {
  .careslider div.hs_cos_wrapper .carebox {
    float: left!important;
    width: 100% !important;
    margin-bottom: 20px!important;
  }
}

@media (min-width:768px){
  .post-Filter .widget-module ul { display:table; margin:0 auto; }
  .post-Filter .widget-module ul li { display:table-cell; }



}

/*-=-=- Smaller Desktop Devices -=-=-*/





@media (max-width:1380px ) {

  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ font-size:12px; }
  .SliderinnerContent{padding-right:80px; padding-left:80px;}
  .loginbtn a { font-size:13px;}
   

}


@media (max-width:1284px ) {

  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding:0 8px; }

}


@media(max-width:1180px){

  span.searchButton{padding-left:5px;}
  .post-item{width:33.33%;}
  .post-item .postDetails{padding:30px 15px 28px;}
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ font-size:12px; }
  .hs-breadcrumb-menu-item { display:inline; float:none }
}

@media (max-width:1130px){

  a.expandMenu { width: 48px; height: 48px; display: block; cursor:pointer; position: absolute; top: 15px; right: 10px; padding:9px;  }
  a.expandMenu i { position:relative; width: 30px; left:0; height: 4px; opacity:1; display: block; background: #1a1a1a; margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  a.expandMenu.active i:nth-child(1) { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 10px; position: relative; }
  a.expandMenu.active i:nth-child(2) { position:relative; left:-46px; opacity:0; }
  a.expandMenu.active i:nth-child(3) { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -8px; position: relative; }
  .childExpand { position: absolute; top: 0; right: 0; width:48px; text-align: center; height:48px; margin: 0; padding:15px; cursor:pointer; }
  .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background: #fff; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px; }
  .childExpand.active i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  .childExpand.active i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }


  /*.headerSection .row-fluid .siteLogo { width:100%; }*/
  .headerSection {width:100% !important;/* padding:0 15px;*/ }
  /*.headerSection.fixed{padding:15px 15px;}*/
  /*     .siteNavigation .hs-menu-wrapper { position:absolute; top:68px; left:0; width:100%; background:rgba(95,148,195,0.8); z-index:1245; display:none; border-top:2px solid #000; } */
  .siteNavigation .hs-menu-wrapper { position:absolute; top:86px; left:0; width:100%; background:rgba(95,148,195,0.8); z-index:1245; display:none; border-top:2px solid #000; max-height:calc(100vh - 86px); overflow:auto; }
  .siteNavigation .hs-menu-wrapper > ul ,.siteNavigation .hs-menu-wrapper > ul > li { width:100% !important; margin:0 !important; }
  .siteNavigation .hs-menu-wrapper  ul > li { position:relative !important; }
  .siteNavigation .hs-menu-wrapper > ul > li + li { border-top:1px solid #ddd; }
  .siteNavigation .hs-menu-wrapper > ul > li > a { padding:15px 15px; color:#fff !important;}
  .siteNavigation .hs-menu-wrapper > ul > li:hover > a { color:#fff !important;; background:#007ACA; }
  .siteNavigation .hs-menu-wrapper > ul > li:hover > .childExpand i { background:#fff; }
  .siteNavigation .hs-menu-wrapper > ul > li > a:before { content:normal; }
  .siteNavigation .hs-menu-wrapper > ul ul { position:static !important; border-radius:0 !important; width:100% !important; max-width:100% !important; display:none; opacity:1 !important; visibility:visible !important; box-shadow:none !important;  }
  .siteNavigation .hs-menu-wrapper > ul ul > li a { padding-left:26px;}
  .siteNavigation .hs-menu-wrapper > ul ul ul > li a { padding-left:57px;}
  .siteNavigation .hs-menu-wrapper > ul ul > li:hover > a { background:rgba(242, 108, 35, 0.3); color:#000; }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{color:#fff;}
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children:hover a:before{content:none;}
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children:hover a:after{content:none;}
  .siteNavigation .hs-menu-wrapper > ul > li > a{line-height:40px;}
  /* 	.loginbtn{display:none !important;} */
  .loginbtn{display: block !important;width: 160px !important;float: right !important;margin-top: 23px !important;margin-left: 0 !important;margin-right: -15px;}
  .loginbtn a { line-height:1 }
  .siteNavigation .hs-menu-wrapper > ul > li:hover > a:after, .siteNavigation .hs-menu-wrapper > ul > li:hover > a:before{width:0;}

  /* Mega Menu Responsive */
  .headerSection .wrapper { position:static; }
  .siteNavigation .megaMenu { position:static; visibility:visible; opacity:1; padding:0; display:none; border-top:none; }
  .siteNavigation .megaMenu .innerCol { float:none; width:100%; padding:0; }
  .siteNavigation .megaMenu .innerCol + .innerCol { border:none; }
  .siteNavigation .megaMenu .innerCol ul { width:100%; background:transparent; } 
  .siteNavigation .megaMenu .innerCol ul li + li { border:none; margin-top:3px; }
  .siteNavigation .megaMenu .innerCol ul li a { color:#fff; background:transparent !important; position:relative; font-weight:300; overflow:visible; white-space:normal; font-size:13px; padding:0 20px; }
  .siteNavigation .megaMenu .innerCol .label { margin:0; font-size:13px; position:relative; padding:10px 25px 10px 15px; cursor:pointer; }
  .siteNavigation .megaMenu .innerCol .label.autoClick { display:none !important; }
  .siteNavigation .megaMenu .innerCol ul + .label { margin-top:0; }
  .siteNavigation .megaMenu .innerCol ul { padding-top:10px; padding-bottom:10px; }
  .siteNavigation .megaMenu .innerCol .label:after { content:"\f107"; font-family:'fontawesome','popins',sans-serif; position:absolute; right:15px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); }

}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {

  .wrapper { max-width:900px }
  .pillarMobile { font-size:15px; line-height:18px; display:block; padding:12px 0; cursor:pointer; }
  .proPillarNav .wrapper { position:relative; }
  .proPillarNav #proPillarLinks { position:absolute; width:100%; background:#54b4f1; left:0; display:none; }
  .proPillarNav #proPillarLinks li { display:block; text-align:left; }
  .proPillarNav ul li a { font-size:14px; line-height:20px; min-height:0; }
  .mapRight { padding-top:60px; }
}

/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {

  .wrapper { max-width:730px; padding-right:15px; padding-left:15px;}

  h1, .h1 { font-size:30px; }
  h2 { font-size:26px; }
  h3 { font-size:24px; }
  h4 { font-size:22px; }
  h5 { font-size:20px; }
  h6 { font-size:18px; }

  .p40-0 { padding-top:30px; padding-bottom:30px; }
  .p50-0 { padding-top:35px; padding-bottom:35px; }
  .p60-0 { padding-top:40px; padding-bottom:40px; }
  .p70-0 { padding-top:45px; padding-bottom:45px; }
  .p90-0 { padding-top:60px; padding-bottom:50px; }
  .pb40 { padding-bottom:30px; }
  .pb50 { padding-bottom:35px; }
  .pb60 { padding-bottom:40px; }
  .pb70 { padding-bottom:45px; }
  .pb80, .pb90 { padding-bottom: 45px;}
  .pt40 { padding-top:30px; }
  .pt50 { padding-top:35px; }
  .pt60 { padding-top:40px; }
  .pt70,.pt80,.pt90, .p100-0 { padding-top:45px; }
  .pb90 { padding-bottom: 45px;}
  .p100-0 { padding-top:55px; padding-bottom:55px; }
  .p110-0 { padding-top: 70px; padding-bottom: 45px; }
  .p120-0 { padding-top: 70px; padding-bottom: 45px; }

  .Realfeature div.hs_cos_wrapper{width:50%;}

  .productList,.mainRelated div.hs_cos_wrapper { width: 50%; }
  .cardBoxes.twoColumn .cardBox, .cardBoxes.threeCol .cardBox { width:width:calc(50% - 30px);; float:left; }
  .cardBoxes.threeCol .cardBox:nth-child(3n+1) { clear:left; }
  .cardBoxes.twoColumn .cardBox:nth-child(2n+1), .cardBoxes.threeCol .cardBox:nth-child(2n+1) { clear:left; }
  .post-item { width:50%; }
  .post-item:nth-child(3n+1) { clear:right; }
  .post-item:nth-child(2n+1) { clear:left; }

  .loginbtn { margin-right:35px; }

  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding-top:4px; padding-bottom:4px; }
  .siteNavigation .megaMenu .innerCol ul li a { padding-top:15px; padding-bottom:15px; line-height:18px; }  


}
@media (min-width:768px) and (max-width:1024px){
  .rssItem { width:48%; }
  .rssItem:nth-child(3n+2) { margin:0; }
  .rssItem:nth-child(2n+1) { margin:0 2% 0 -4px; }
  .rssItem:nth-child(2n) { margin:0 -4px 0 2%; }
  .rssItem:nth-child(n+3) { margin-top:5%; }

  .contactAndSubscribe .boxInner { height:400px; }

  .row-fluid .mapSection .mapLeft { width:70%; }
  .row-fluid .mapSection .mapRight  { width:30%; margin-left:0; padding-left:30px; padding-left:20px; }
  .mapSection .textTop { font-size:13px; }
  .mapSection .textTop h2 { font-size:16px; }
  .mapSection .buttonsBottom a { padding:7px; display:block; font-size:12px; font-weight:400; text-align:center; }

  .post-Filter .widget-module ul { display:block; }
  .post-Filter .widget-module ul li { display:inline-block; vertical-align:top;}
  
}



/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {

  .wrapper { max-width:100%;}
  .mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
  .mpt0 { padding-top:0 !important; }
  .mpb0 { padding-bottom:0 !important; }
  .mp0 { padding:0 !important; }
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .text-right { text-align:center; }
  .pb120{padding-bottom:50px;}

  .mainCare{margin-top:45px;}
  .mainSlider .slick-arrow.slick-next:before{font-size:0;}
  .mainSlider .slick-arrow.slick-prev:before{font-size:0;}
  .logopic{width:100%;margin-bottom:30px;}
  .rssItem{width:100%; margin-bottom:30px;}
  .rssItem:last-child{margin-bottom:0;}
  .rssItem:nth-child(3n+2){margin:0 0 30px;}
  .footerBox.second{padding:0;}
  .footerBox h5{padding-bottom:10px;}
  .footerSection{padding:45px 0; }
  .SliderinnerContent{height: calc(100vh - 70px); height:500px; }
  .Servicemain .services{width:100%; margin-bottom:45px; padding:0;}
  .ParentquoteSection{padding:100px 0;}
  .innerServ{padding-top:45px;}
  .Realfeature div.hs_cos_wrapper{width:100%;}
  .mainFeature .parentFeature{padding:0;}
  button.tablinks{margin-bottom:10px;}
  .careContent{padding:30px 15px 40px;}
  .careslider div.hs_cos_wrapper .carebox{margin:0;}
  .productList{width:100%; padding-top: 0 ; padding-bottom: 0; margin-right: 0; }
  .productList +  .productList { margin-top: 40px; }
  .productList:nth-child(2){margin-left:0; margin-right:0;}
  .productList:last-child{margin-bottom:0;}
  .mainRelated div.hs_cos_wrapper{width:100%; margin-bottom:0 ; margin-right: 0;}
  .mainRelated div.hs_cos_wrapper:nth-child(3n+2){margin-left:0; margin-right:0;}
  .mainRelated div.hs_cos_wrapper:last-child{margin-bottom:0;}
  .relatedproDetail{padding-left: 15px; padding-right: 15px;}
  .toprelated{padding-top:70px; padding-bottom:45px;}
  /* .parenttitle{height:320px;} */
  .SliderinnerContent{padding-right:0; padding-left:0;}

  /**blog**/
  .BlogMain{padding:70px 15px 70px;}
  .post-item .post-body{margin:0;}
  .post-item { width:100%; padding:0 0 30px; }
  .hs-blog-post .BlogMain{padding-top:70px; padding-bottom:70px;}
  .hs-blog-post .avtarParent{display:block; margin-bottom:20px; width:100%;}
  .hs-blog-post .AuthorDetails{width:100%;}
  .hs-blog-post .hubspot-editable{padding-top:70px;}
  .hs-blog-post .tags{padding-bottom:70px;}
  .post-Filter{padding-top:45px;}
  .hs-blog-listing .BlogMain,
  .toprelatedArticle{padding-right:0; padding-left:0; }
  .postrelated{margin:0;}
  .mainProduct .parentFeature{padding:0 15px;}



  /**contact*/
  .mapRight{padding:70px 15px 45px;}
  .buttonsBottom a{padding:10px 20px;}
  .ContactPage .Servicemain .services{margin-bottom:15px;}
  .ContactPage .Servicemain .services:last-child{margin-bottom:0;}
  .formSection .field {width:100% !important;}
  .cardBoxes.twoCol .cardBox,  .cardBoxes.threeCol .cardBox { width:100%; margin:0 0 30px; }

  /* Updates */
  .rssItem .post-title { height:auto !important; min-height:0 !important; }
  .post-Filter .widget-module ul li { display:block; margin-bottom:5px }
  .post-Filter .widget-module ul li a { display:block; padding:0; border:none !important; }

  .mainFeature .parentFeature {  opacity:1; bottom:50%; margin-bottom:-110px; }
  .mainFeature .featurePic.overlay:before { background:rgba(48,128,195,0.8); }
  .Realfeature div.hs_cos_wrapper { padding:0; }
  .Realfeature .slick-dotted ul.slick-dots { margin:10px 0 30px; }


  .loginbtn { margin-top:-47px !important; margin-right:45px; }

  /* For SEO Only */
  .authorDetails_added.linkStyle a { min-height: 48px; padding-top: 20px; }
  .footer-container-wrapper a { min-height:48px; min-width:48px; display:inline-block; }
  .slick-dotted ul.slick-dots li { margin-left:0; margin-right:0; }
  .slick-dotted ul.slick-dots li button { width:40px; height:40px; transform:scale(0.35) }
  .slick-dotted ul.slick-dots li.slick-active button,.slick-dotted ul.slick-dots li:hover button { transform:scale(0.5);}
  .siteNavigation .megaMenu .innerCol .label { line-height:22px; padding-top:13px; padding-bottom:13px; }
  .siteLogo a { display:inline-block; margin-top:-15px; padding-top:13px; }
  .slick-arrow { min-width:48px; min-height:48px; }

  .careslider div.hs_cos_wrapper .carebox { float:none !important; width:100% !important; margin:0 auto !important; max-width:400px; }
  .careslider div.hs_cos_wrapper + div.hs_cos_wrapper .carebox { margin-top:50px !important; }
}

@media (max-width:560px){
  .siteLogo svg { width:200px; }
  .siteLogo { margin-bottom:25px; }
  .loginbtn {margin-top: -25px !important;margin-right: 0;margin-bottom: 10px; width:135px !important; }
  .loginbtn a { font-size:10px; }
  a.expandMenu { right:10px; top:3px;}
  
}

/* Update: 14/04/20 */
body .post-Filter ul li:first-child {display: block;}


.service-pad-top{
  padding-top:0!important;
}

.service-pad-bot{
  padding-bottom:0!important;
}

.titleStyleNone:before{
  display:none!important;
}


/* Four Column Card Section */
.Four_card_section{ }
.Four_Card_box{ display:flex; column-gap:30px; justify-content:space-between;flex-wrap:wrap;}
.Four_Card_box .Four_Card_image { height: 238px;}
.Four_Card_box .Four_Card_image img{ width:100%; height:100%; object-fit:cover;}
.Four_Card{flex-basis:calc(24% - 15px); box-shadow: 0 5px 16px 0 rgb(0 0 0 / 20%); -webkit-box-shadow: 0 5px 16px 0 rgb(0 0 0 / 20%); -moz-box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); border-radius: 5px; overflow: hidden;}
.Four_Card .card_content{padding: 30px 40px 40px; height: 100%; }
.Four_Card .card_content h4:before { content: ''; background: #3080c3; height: 3px; width: 40px; margin: 0 auto 10px; display: block; }
.Four_Card .card_content h4.OrangeStyle:before { content: ''; background: #f26532; height: 3px; width: 40px; margin: 0 auto 10px; display: block; }

@media(max-width:1230px){
  .Four_Card .card_content {  padding: 30px 25px; }
  .Four_Card_box { column-gap: 100px; row-gap:50px; justify-content: center; }
  .Four_Card { flex-basis: calc(40% - 50px); }
}
@media(max-width:1230px){
  .Four_Card_box { column-gap: 50px;}
  .Four_Card { flex-basis: calc(50% - 25px); }
}
@media(max-width:600px){
  .Four_Card_box { row-gap: 30px;}
  .Four_Card { flex-basis: calc(100%);}
}


/* accordion v2 */
.accordion.v2 .accordion_group { position:relative; margin-bottom: 20px; background: #fff;  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 20%); -webkit-box-shadow: 0 1px 19px 0 rgb(0 0 2 / 10%); -moz-box-shadow: 0 5px 16px 0 rgba(0,0,0,.2); border-radius: 5px; }
.accordion.v2 .accordion_group:before { content: ''; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: #4fb0f0; border-radius: 5px 0 0 5px;}
.accordion.v2 .accordion_header { padding: 15px; display: flex; align-items: flex-start; }
.accordion.v2 .accordion_icon { background-color: #4fb0f0; height: 16px; margin-top: 1px;}
.accordion.v2 .accordion_content { padding: 10px 45px; }
.accordion.v2 .accordion_ques{display:inline-block; line-height:1.2;}
.accordion.v2.WantOrange .accordion_icon { background-color: #f26532;}
.accordion.v2.WantOrange .accordion_group:before{background:#f26532;}
iframe[name="__tcfapiLocator"] {
    display: none;
}