/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:500,600&display=swap');


/* font-family: 'Poppins', sans-serif; */
/***********************************************/
/* 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    */
/*****************************************/





/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
html {
  scroll-behavior: smooth;
}
* {  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  }
body { margin:0; padding:0; opacity:0; font-size: 15px; line-height: 2;  font-weight:300; font-family: 'Montserrat', sans-serif; background-color:#ffffff; color: #666666;  }
body.loaded{ opacity:1; }
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a ,h6 a{  margin:0; padding:0;  color: #222; font-weight:500;  }
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { color: #2f8cff }
h1,.h1 { font-size: 68px; line-height:1.2;  color: #ffffff }
h2,.h2 { font-size: 55px; line-height: 1.4; }
h3,.h3 { font-size: 40px; line-height: 1.5;  }
h4,.h4 { font-size:20px; line-height: 2; }
h5,.h5 { font-size:18px; line-height:1.3;  }
h6,.h6 { font-size:16px; line-height:1.1; }


img { max-width:100%; height:auto; border:none; vertical-align:middle; }
a { text-decoration:none; color:#20292f; 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:#71818c; }
li.active a {font-weight:600 !important;}
p { margin:0px; }
* + h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:30px; }
 * + h5, * + h6  { margin-top:25px; }
* + p { margin-top:20px }
input[type=submit] { cursor:pointer; background-image:url(https://6483585.fs1.hubspotusercontent-na1.net/hubfs/6483585/Shopify%20Theme%202019/Assets/blank.png) !important; background-repeat:repeat !important; }
.wrapper { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1110px; 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{ background-size:cover; background-position:center; position:relative; }
.overlay{ position: relative;  }
.overlay:before { content:'';  top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; }
.overlay > * { position:relative; z-index:2; }

.get-bg { display:none !important; }


/* Background Color Option */
.themeBg { background-color:#ffffff; }
.greyBg { background-color:#f1f5f7; }
.blueBg { background-color:#3f95ff; }
.blackBg { background-color:#171717; }

/* white Font */
.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6 { color:#fff; }
.fontWhite a:hover { color:#196eb7; }

.fontGreen, .fontGreen a, .fontGreen h1, .fontGreen h2, .fontGreen h3, .fontGreen h4, .fontGreen h5, .fontGreen h6 { color:#229b78 !important;  }


.altFont{font-family: 'Poppins', sans-serif; }

[class*="fa-"] { font-family: fontawesome; font-style: normal}

.button a , a.button { max-width: 100%; display: inline-block; border-radius: 100px; position: relative;cursor:pointer; font-size: 14px; letter-spacing:1px; font-weight: 500; color: #fff; background-color: #f47b37; border-color: #f47b37; font-family: inherit; padding: 15px 40px; text-align:center; transition: all 0.2s ease 0s; }
.button a:after , a.button:after { content:'\f105'; position:absolute; color:#ffffff; font-family: fontawesome; opacity:0; font-weight:bold; display:inline-block; transition: all 0.2s ease 0s;}
.button a:hover,a.button:hover { color: #fff !important; background-color: #f47b37; padding-right:50px; }
.v2 a , a.v2 { background-color:rgba(0,0,0,0.05); color: #f47b37; padding:5px 20px;transition: all 0.2s ease 0s; }
.v2 a:hover, a.v2:hover { padding-right:30px; }
.button a:hover:after , a.button:hover:after { opacity:1; padding-left:10px;  }

.button2{ max-width: 100%; display: inline-block; border-radius: 100px; position: relative;cursor:pointer; font-size: 14px; letter-spacing:1px; font-weight: 500;  border-color: #f47b37; font-family: inherit;  text-align:center;  background-color:rgba(0,0,0,0.05); color: #f47b37; padding:5px 20px;transition: all 0.2s ease 0s; }
.button2:after { content:'\f105'; position:absolute; color:#ffffff; font-family: fontawesome; opacity:0; font-weight:bold; display:inline-block; transition: all 0.2s ease 0s;}
.serviceOuter a:hover .button2 , .tcInner a:hover .button2 {color: #fff !important; background-color: #f47b37; padding-right:30px; }
.serviceOuter a:hover .button2:after , .tcInner a:hover .button2:after { opacity:1; padding-left:10px;  }




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


/* Text Alignment */
.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }



.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ max-width:100%; white-space:normal; }

.noListStyle ul, .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:35px; position:relative; margin-bottom: 15px; }
.listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#1996cd; font-weight:normal; top:1px;  content:'\f105';}


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

.w16 { width: 16.66% }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

/*unique paddings*/

.pb10,.p10-0 { padding-bottom:10px; }
.pb20,.p20-0 { padding-bottom:20px; }
.pb30,.p30-0 { padding-bottom:30px; }
.pb40,.p40-0 { padding-bottom:40px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb100,.p100-0{ padding-bottom:100px;}
.pt10,.p10-0 { padding-top:10px; }
.pt20,.p20-0 { padding-top:20px; }
.pt30,.p30-0 { padding-top:30px; }
.pt40,.p40-0 { padding-top:40px; }
.pt50,.p50-0 { padding-top:50px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:70px; }
.pt100,.p100-0{padding-top:100px;}
.pl10, .p10 { padding-left:10px; }
.pr10, .p10 { padding-right:10px; }
.pl15, .p15 { padding-left:15px; }
.pr15, .p15 { padding-right:15px; }
.pl30, .p30 { padding-left:30px; }
.pr30, .p30 { padding-right:30px; }
.pl40, .p40 { padding-left:40px; }
.pr40, .p40 { padding-right:40px; }
.pl50, .p50 { padding-left:50px; }
.pr50, .p50 { padding-right:50px; }
.pt15, .p15 { padding-top:15px; }
.pb15, .p15 { padding-bottom:15px; }
.pl0,.p0-0 { padding-left:0; }
.pr0,.p0-0 { padding-right:0; }
.pt0,.p0-0 { padding-top:0; }
.pb0,.p0-0 { padding-bottom:0; }
.pl20{ padding-left:20px;}
.p90-0  { padding-top: 90px;padding-bottom: 90px; }
.p80-0  { padding-top: 80px;padding-bottom: 80px; }
.p120-0  { padding-top: 120px;padding-bottom: 120px; }
.pb90 { padding-bottom: 90px; }
.p0-15 { padding-left: 15px; padding-right: 15px }

::-webkit-input-placeholder { opacity:1 !important; color: #999 !important; }
::-moz-placeholder { opacity:1 !important; color: #999  !important; }
:-ms-input-placeholder { opacity:1 !important; color: #999 !important;}


/*form { margin:0 -10px; }*/
form .input { margin-right:0 !important; }
form fieldset { max-width:inherit !important; margin:0 -10px;  }
form fieldset.form-columns-1 .field { width:100% !important; }
form fieldset.form-columns-2 .field { width:50% !important; }
form fieldset.form-columns-3 .field { width:33.33% !important; }
form .field { padding:0 0 20px; }
form fieldset .field { padding-left:10px; padding-right:10px; font-family: 'Montserrat', sans-serif; }
form ul.multi-container { padding-top:10px; }
form ul.multi-container li { margin:5px 0; }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { display: block; border: 0; outline: 0;  background: #fff; font-size: 14px;  line-height: 16px;  font-family: inherit; color: #999; margin: 0;  padding: 20px 15px; width: 100% !important; border-radius: 10px;  transition: all 0.4s; transition-timing-function: cubic-bezier(.16,1,.29,.99); } 
textarea { min-height:150px;  }
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span { font-size:16px; font-weight:600; text-align:left; 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:#6b1631 ; position:absolute; left:4px; top:4px; font-size:0; width:15px; height:15px; display:block; border:1px solid #fff;
    transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:14px; margin-top:3px; }
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#ffffff ;  border:4px solid #38dfff; box-sizing:border-box;  }
form input[type="checkbox"]:checked+span:before {  border-color:#38dfff ; font-size:12px; background:#38dfff ; color:#fff; letter-spacing:0; }

input[type="submit"] { outline: 0; font-family: inherit; text-transform: none; max-width: 100%; display: inline-block; border-radius: 100px; position: relative; font-size: 14px; letter-spacing:1px; font-weight: 500; color: #fff; background-color: #f47b37; border:0px; font-family: inherit; padding: 20px 40px; transition: all 0.4s;  transition-timing-function: cubic-bezier(.16,1,.29,.99);  margin-top: 10px; }
/* input[type="submit"]:after { content:'\f105'; position:absolute; color:#ffffff; font-family: fontawesome; opacity:1; font-weight:bold; transition: all 0.2s ease 0s;} */
/* input[type="submit"]:hover { padding:20px 45px; }
input[type="submit"]:hover:after { opacity:1; padding-left:10px; } */
.inputs-list{list-style:none; padding:0;}

form fieldset .field > label { text-align:left; font-weight:600; font-size: 18px; letter-spacing: .5px; width: 100%; display: block; margin-top: .25em; padding-bottom: 5px; color: #ffffff;  box-shadow: none; }
textarea:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus { box-shadow: 0 1px 3px 0 #cfd7df; border-color: #ffffff; color: #232938; }
.actions{ text-align:end; }
.hs-form-required { display: none; }




.faqForm textarea,.faqForm input[type="text"],.faqForm input[type="number"],.faqForm input[type="email"], .faqForm input[type="tel"],.faqForm select 
{ display: block; border: 1px solid #bec9d8; outline: 0;  background: #f1f5f7; font-size: 14px;  line-height: 16px; border-radius:0 !important; font-family: inherit; color: #999; font-weight:300; margin: 0;  padding: 20px 15px; width: 100% !important; transition: all 0.4s; transition-timing-function: cubic-bezier(.16,1,.29,.99); } 

.subscribe .form { width:45% !important;}
.subscribe input[type="submit"] {width:100%;}
.m0-10 { margin-left: -10px; margin-right: -10px; }
.p0-10 { padding-left: 10px; padding-right: 10px }
.m0-15 { margin-left: -15px; margin-right: -15px; }
.m0-15 > div {  padding-left: 15px; padding-right: 15px }


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


.headerSection { padding: 15px 40px ; width:100%; position:fixed; z-index:5; box-shadow: 0 0 30px rgba(7,51,84,0.17) ; transition:0.2s ease-in-out; }
.logo {  transition:all ease 0.3s; padding:0 20px; }
.topText { background-color:#269978; position: absolute; top: 0; right:0; padding: 5px 80px; border-radius: 0 0 0 50px; color: #fff; transition:all ease 0.3s;}
.topText a {color:#ffffff; }
.scroll .logo {width:150px; padding:20px 0; margin-top:0px; }
.scroll .topText {display:none;}
.scroll .pt40 { padding-top:25px;}
.fa-shopping-cart { font-size:20px; line-height:2.5;}

.navigation .hs-menu-wrapper {  line-height: 0; }
.navigation .hs-menu-wrapper > ul { line-height: 1; }
.navigation {  text-align: left;  font-family:  'Poppins', sans-serif;  }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {  text-align: left; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
background: #f1ecec;
    width: 250px;
}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {  width: auto;  white-space: normal; text-overflow: inherit; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {  padding:15px 10px; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {  font-size: 15px; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1 {  float: none;  display: inline-block; font-weight:500;  vertical-align: middle; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {  color: #000000; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {  padding: 10px 15px;  line-height: 1.4; }



.bannerSection{  padding:10vw 0; background-position:center; background-size:cover;border-radius:0 0 30vw 0; box-shadow: 20px 0px 0px 0px #F47B37; border-right: 2vw solid #229b78; background-repeat:no-repeat; margin-right:5vw; height:100%;}
.bannerSection2{  padding:10vw 0; border-radius:0 0 30vw 0; box-shadow: 20px 0px 0px 0px #F47B37; border-right: 2vw solid #229b78;background-position:center; background-size:cover;  background-repeat:no-repeat;  height:100%; width:100%; }

.bannerText{ font-weight:300; font-size:22px; }
.bImage img { width:100%; max-height:560px !important;border-radius:0 0 30vw 0; box-shadow: 20px 0px 0px 0px #F47B37; border-right: 2vw solid #229b78; }

.rightImage { width: 50%; float: right; box-shadow: 0px 30px 80px -30px rgba(102,141,186,0.7); border-left: 2vw solid #229b78; border-radius:30px 0 0 15vw; overflow: hidden;}
.leftContent{ font-size:16px;}

.tickMark { width:40px; height:40px; }

.ourServices{  overflow:hidden;}
.osContent{ font-size:16px; margin:0 auto;}
.service{ border-radius:30px; box-shadow: 0px 30px 50px -30px rgba(0,0,0,0.1);}
.serviceOuter { padding:30px}
.serviceImg{width:100%;background-repeat:no-repeat;position:relative;height:auto;background-position: center; background-size: cover; min-height:370px; }
.serviceText {height:300px; overflow:hidden; text-overflow:ellipsis;}
.formModule{ padding:100px 40px; border-radius: 30px 0 0 30px; overflow: hidden; box-shadow: 0px 30px 80px -30px rgba(102,141,186,0.7); }
.formText,.formText2{ font-size:22px}
.form { margin:0 auto; width:90%}

.bottom-logo-wrap img { width: 100%; max-width: 800px !important; }
.bottom-logo-wrap { text-align: center; padding: 10px 0px 30px; }
.navigation span#hs_cos_wrapper_module_157444362652451_ { display: inline-block; }
.navigation span.hs_cos_wrapper {display: inline-block; }
.covid-ready { display: inline-block; }
.covid-ready img { max-width: 80px; width: 100%; }

.testimonial{ background-position:bottom right; background-size:initial; background-repeat:no-repeat; background-image:url('https://www.elegantthemes.com/layouts/wp-content/uploads/2018/05/quotes.png');}
.testiText{font-style:italic;}
.testiImage img { border-radius:50%; }
.testiName {font-size:19px; }

.serviceCtas { display:flex; flex-wrap:wrap; justify-content:space-between; padding:50px 0; }
.serviceCtas .button { margin:10px 0; }

/* ============================================ Home Page ===================================== */

.rightImageV2 { margin-bottom:40px; float: right; border-radius: 20vw 0 0 30px; border-left: #0ee1f4 solid 2vw; overflow: hidden;}
.emergency { font-size:22px; line-height:2; }
.leftImage { margin-bottom:30px; width:45%; overflow: hidden; border-bottom: #229b78 2vw solid;  box-shadow: 0px 30px 80px -30px rgba(102,141,186,0.7); }
.rightContent{padding-left:50px; padding-top:50px; } 


.rightImageV3 { margin-bottom:40px; width: 47%; float: right;  border-bottom: #229b78 solid 2vw; box-shadow: 0px 30px 80px -30px rgba(102,141,186,0.7); overflow: hidden; }
.leftImageV2 { margin-bottom:30px; overflow: hidden; border-bottom: #229b78 2vw solid;  box-shadow: 0px 30px 80px -30px rgba(102,141,186,0.7);}


.faqSection{ border-radius: 0 15vw 0 0;}

.rightImageV4 { margin-bottom:40px; width: 47%; float: right;  border-left: #229b78 solid 2vw; box-shadow: 0px 30px 80px -30px rgba(102,141,186,0.7); overflow: hidden; }


.icon {
    width: 50px;
    text-align: center;
}


input.searchField , input.searchField:focus {
    border: #269978 1px solid;
}

.videoMain {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 80px !important;
}

.videoOne iframe {
    width: 100%;
    height: 100%;
}

/* VForm Updated Changes */
 @media(min-width:768px){
.form-module-group .formModule {
    margin-left: 80px;
}

.form-module-group .blueImg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}
.form-module-group {
    position: relative;
    margin-bottom: 100px;
}

} 
  fieldset select.hs-input {
    height: 55px;
}
/*  ========Footer Styling===========  */
  
  @media (min-width:981px){
    .main-footer > div {
    width: 25%;
    padding: 15px;
}

.main-footer {
    display: flex;
    align-items: stretch;
}
  .main-footer > div:nth-child(2) {
    width: 200px;
}
    .main-footer > div:nth-child(3) {
    width: calc(50% - 200px);
}
  }
body .main-footer .usefullinks ul li a:before {
    content: '\f0da';
    top: 4px;
    left: 0;
    font-family: 'fontawesome';
    position: absolute;
}
body .main-footer .usefullinks ul li a {
    /* padding: 0; */
    padding: 5px 0px 5px 20px;
    position: relative;
    line-height: normal;
}
.main-footer h5 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.main-footer h5:after {
    content: '';
    background: #239B79;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer.blackBg.fontWhite {
    padding: 70px 0px 0px;
}
.sub-footer {
    text-align: center;
    border-top: 1px solid #ffffff;
    padding: 20px 0;
  margin-top: 70px;
}
body .footer .wrapper .main-footer ul li {
    display: block;
    float: none;
}
.about-footer-content ul li {
    margin-bottom: 10px;
}
.about-footer-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer .wrapper {
    max-width: 1230px;
}

@media(max-width: 980px){
body .footer .wrapper .main-footer ul {
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
  .main-footer h5{
    text-align:center;
  }
  .main-footer h5:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
  .main-footer > div {
    margin-top: 50px;
}
  .footer.blackBg.fontWhite {
    padding: 20px 0px 0px;
}
  .sub-footer {
    padding: 10px 0;
    margin-top: 40px;
}
  .main-footer {
    text-align: center;
}
}



/* ===========Thank you Page=========== */
.thank-you-hero-grp h2 {
    color: #fff;
    font-size: 32px;
}
.thank-you-hero:before {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
}
.thank-you-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
.thank-you-content {
    padding: 60px 0;
}
.thank-you-content p {
    font-size: 18px;
}
/* blog page */
.blog{border-radius: 0 15vw 0 0;}
.blogSection{padding:30px;}
.blogList { border-radius:25px; }
.blogText {padding:30px 20px;}
.blogImage img { width:100%;height:200px; display:block; border-radius:25px 25px 0 0;}
.blogTitle a {font-weight:500;}
.blogDate div{font-size:14px; font-weight:300;color:#666666;}
.blogDate div a{font-size:14px; font-weight:300;color:#666666;}
.blogContent p, .blogContent p span { font-size:15px !important; font-weight:300 !important;color:#666666 !important; font-family: 'Montserrat', sans-serif !important; overflow:hidden !important; max-height:200px !important;}
.blogContent p + p { display:none;}
.mb-covid-ready {
    display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/
@media (min-width:768px ) {
   
/*     .wrapper { max-width:80% } */
  .addColum { padding: 10px; margin-bottom:10px;min-height:150px;}  

}

@media (min-width: 992px ){
   .foots { display: flex; justify-content: space-between;}
   .logo { width:200px; padding:10px 0; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {  padding:15px 10px; }
  .topText { padding:0 20px; }
  .form { width:90%;} 
  .mtop80{margin-top:80px;}
  .menuIcon , .mobileNav { display:none; } 
 
  .scroll { padding:0 40px;}
  .body-container-wrapper {  margin-top: 120px; }
  
  .addColum:nth-child(3n) {border:none;}
  .bannerSection2 { min-height:600px; }
}
@media(max-width:767px){
.bannerSection2{
  padding: 20vw 0;
  text-align:center;
  }
  .pt100, .p100-0 {
    padding-top: 30px;
}
}



@media (max-width:1024px ){
  

}
@media (min-width:1081px ) {
 .form { width:70%;} 
  .contact{width:60%}
  .blog{ padding:100px;}
  .topText {font-size:13px; letter-spacing:0.9px; padding:5px 50px; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {  padding:15px 20px; }
}

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

@media (max-width:1280px ) {


}

@media (max-width:1230px ) {

	
    

}

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


       

}



/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {
.headerSection { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; }
  .mb-covid-ready { display: block; }
  .mb-covid-ready img { width: 100%; max-width: 80px; }
  .mb-mobile-wrap { width: calc(100% - 230px); padding-top: 0 !important; display: flex; justify-content: flex-end; }
  .logo-wrap { padding: 0px !important; }
  
  
  
/*   
.headerSection { display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: center; }
.mb-mobile-wrap { padding: 0px; width: calc(100% - 160px); padding-top: 0px !important; display: flex; flex-wrap: wrap; }
    .logo-wrap { padding: 0px; } */
  .logo {width:150px; padding:20px 0; }
    .wrapper { max-width:700px }
    .headerSection { position: relative; text-align: center; }
    h1 { font-size:30px; }
    h2 { font-size:26px; }
    h3 { font-size:24px; }
    h4 { font-size:20px; }
    h5 { font-size:18px; }
    h6 { font-size:16px; }

    .pb40,.p40-0 { padding-bottom:25px; }
    .pb50,.p50-0 { padding-bottom:30px; }
    .pb60,.p60-0 { padding-bottom:35px; }
    .pb70,.p70-0 { padding-bottom:40px; }
    .pt40,.p40-0 { padding-top:25px; }
    .pt50,.p50-0 { padding-top:30px; }
    .pt60,.p60-0 { padding-top:35px; }
    .pt70,.p70-0 { padding-top:40px; }
    .p90-0 ,.p80-0 { padding: 40px 0; }
    .pb90 { padding-bottom: 40px; }
    .tabw33 { width: 33.33% }
    .tabw50 { width: 50% }
    .tabw100 { width: 100% }
    .ib .tabw100 { width: 100%; display:block; margin-right: 0 }
    .bannerLeft{ padding-right: 30px; }  
    .bannerSection {  height: auto;  padding-bottom: 200px; }
    .navigation { display:none; }
    .service { margin:30px 0; }
  .formModule { padding:120px 40px;}
  .sectionImages {margin:50px 10px; }
  .leftAccordion{ padding:0; }
  .blogContent p, .blogContent p span {max-height:150px; !important}
  .topText { display:none;}
  .addColum:nth-child(even) {
    border: none;
}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
      .button a , a.button {
        padding: 8px 30px ;
/*         font-size:13px;  */
  }
      .wrapper { max-width:100%; padding-left: 25px; padding-right: 25px; }
      .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 <<<<<<<< */
      .mbottom30 { margin-bottom:30px; }
      .mpt0,.mp0 { padding-top:0 !important; }
      .mpb0,.mp0 { padding-bottom:0 !important; }
      .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
      .mobile-center.text-right { text-align:center; }
      .mw50 { width: 50%}
      .mw100 { width: 100% }
      .bannerRight  { display: none }
      .bannerSection { padding: 50px 25px;   clip-path: none;  -webkit-clip-path: none;  height: auto;  margin-bottom: 0 !important; }
      .bannerSection .wrapLeft {  padding-left: 0 !important}
      .rightNav {  width: calc(100% - 120px); }
/*       .body-container-wrapper {  margin-top: 90px; }   */
      .headerSection {height:90px; }
      .mobileNav{top:90px;}
      .rightImage{float:none; margin-bottom: 20px }
      .form { width:100%; }
      .actions{ text-align:center; }
      .footer { text-align: center; }
      .socialSharing { float:none !important; text-align:center; }
  .contact h4 {font-size:16px;}
  form fieldset.form-columns-2 .field { width:100% !important; float: none; padding: 0 0 20px; }
  form fieldset .field {padding:0;}
  input[type="submit"] {padding:20px 40px}
  .blueImg { display:none;}
  .addColum{border:none;}
  .tcInner {text-align:center}
  .addColum {  margin-bottom:20px;}  
  .leftTitle , .leftContent { text-align: center; }
   .errorIcon svg { width: 100%;  height: auto; }
}


@media (max-width:456px ) {
  
   .headerSection { height:110px; padding:15px 25px;}
  .mobileNav{top:110px;}
  .serviceOuter{ padding:15px; }
}

@media (max-width:480px ) {
  .serviceCtas { justify-content:center; }
  
.logo-wrap img { max-width: 120px; }
  
  
}