/*====================
* Font Import Url
* ==================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');



/*=============================
* Fancy Box CDN Start
* ===========================*/

<script src="//code.jquery.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script>

/*=============================
* Fancy Box CDN End
* ===========================*/







/*=============================
* Slick Slider CDN Start
* ===========================*/


<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>


/*=============================
* Slick Slider CDN End
* ===========================*/



/****************************************/
/* 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 and Colors */
    /*  */
    /* {  Used on global 'Background Overlay Color '  |  Ex. "color: #5d5d5d;" #} */
    /* {  Used on global 'Background gradient Color '  |  Ex. "color: #5d5d5d;" #} */
 /* { DarkBlue  | EX "color: ;" } */





                          /*  */
                         /*  */
                          /*  */
            /*  */
            /*  */



/* Wrappers */

                          /*  */
                          /*  */
                          /*  */














@media (max-width: 1440px) {
  .row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    float: none;
    padding: 0 20px;    
  }
}




body{
  padding:0;
  font-size: 16px;
  line-height:1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family:'Montserrat', sans-serif;
  width:100%;
  background:#ffffff;
  margin:0 auto;
  max-width:100%;
  color: #5d5d5d;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  padding: 0 20px;    
}


/*======Heading,Para & List Items Styling=======*/

h1,h2,h3,h4,h5,h6{
  font-family:'Montserrat', sans-serif;
  color: #5d5d5d;
  line-height: 1.2;
}




h1,h2,h3,h4,h5,h6,p,ul,li,a{
  text-transform:initial;


}

a{
  margin-bottom:0;

}

h1{
  font-size: 36px;
  font-weight: 700;

}

h2{
  font-size: 24px;
  font-weight: 400;
}

h3{
  font-size:16px;   
  font-weight: 700;
  line-height: 1.8;
}

h4{
  font-size:;   
  font-weight: ;
}

h5{
  font-size: ;
  font-weight: 700;
  font-weight: ;
}

h6{
  font-size: ;
  font-weight: ;
}

p{
  font-size: 17px;
  line-height: 1.5;
  color: #5d5d5d ; 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400
}

body img{
  vertical-align: middle;
}

ul{

}

* {
  -webkit-tap-highlight-color: transparent;
}

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

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
}

.body-container-wrapper ul, .body-container-wrapper ol {
  padding: 0;
  text-decoration: none;
  list-style: none;
  /* margin: 20px 0;*/
  margin: 0px;
}

.body-container-wrapper li{
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing:.2px;
  /*  margin-bottom: 8px;*/
  margin-bottom: 0px;
  color: #474344;
  position:relative;

}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

a {
  color: #474344;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  color: #5ab6cd;
  text-decoration: none;
}

.fa{
  color:#333;
}

/*======Blockquote Styling======*/

blockquote{
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color:#b2b2b2;
  font-weight: 300;
  padding-left: 18px;
  margin-left: 4px;
  margin-top:25px
}

.read-more p{
  cursor: pointer;
}

/*========CTA Styling========*/

.widget-type-cta{
  margin-top:15px;
}

a.cta_button,
body .row-fluid form .hs-button{
  font-size: 16px;
  padding: 14px 24px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  position: relative;
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background: #ab1b2f;
  border: 1px solid #fff;
  transition: .3s all ease-in-out;
  font-weight: 700;
}

a.cta_button:hover {
  transition: .3s all ease-in-out;
  transform:scale(1.06);
  -webkit-transform: scale(1.06);
}

a.cta_button:hover {
  color: #fff;
}

body  a.cta_button:hover:before,
body .container-fluid .row-fluid .hs-button:hover:before{    
  width: 100%;
}


.transparent-button a.cta_button,
body .row-fluid .transparent-button form .hs-button{
  color: #fff;
  background: transparent;
  border-color: #3aae1f;
}

.transparent-button a.cta_button:hover,
body .row-fluid .transparent-button form .hs-button:hover{
  background: #3aae1f;
}

/**Black CTA**/

.black-cta a.cta_button {
  color: #fff;
  background-color: #474344;
  border-color: #474344;
  padding: 12px 24px;
  font-size: 16px;
}

.black-cta a.cta_button:hover {
  background-color: #000;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

/***Transparent CTA**/

.transparent-cta a.cta_button {
  background-color: transparent;
  color: #5ab6cd;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  padding: 11px 24px;
  cursor:pointer;
}
.transparent-cta a.cta_button:hover {
  background-color: #5ab6cd;
  color: #474344;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);

}





/*====End of CTA Styling=====*/



/*======Text Alignment ========*/

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}





/*=======End of Text Alignment=======*/


.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:  rgba(17, 17, 17, 0.55);
  z-index: -1;
}

body .container-fluid .row-fluid .center-heading{
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  float: none;
  margin-bottom: 30px;
  text-align:center;
}



/*=====Background Color========*/


.white-bg{
  background:#fff;
}

.gray-bg{
  background: #e9eff4;
}

.black-bg{
  background:#333;
}

.base-color-bg .fa{
  color:#4a4a4a;
}

.dark-green-bg{
  background: #0d1b09;
}


/*======End of Background Color======*/


/*======List Style Styling========*/

.no-list-style ul{
  list-style: none;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}


/*========Text Color with Spacing 0px Styling=====*/

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}


.form-white,
.all-text-uppercase,
.all-text-uppercase h1,
.all-text-uppercase h2,
.all-text-uppercase h3,
.all-text-uppercase p,
.all-text-uppercase h4,
.all-text-uppercase h5,
.all-text-uppercase h6,
.all-text-uppercase li,
.all-text-uppercase a,
.all-text-uppercase p{
  text-transform: uppercase;
}
.form-white,
.all-text-bold,
.all-text-bold h1,
.all-text-bold h2,
.all-text-bold h3,
.all-text-bold p,
.all-text-bold h4,
.all-text-uppercase h5,
.all-text-bold h6,
.all-text-bold li,
.all-text-bold a,
.all-text-bold p{
  font-weight: 700;
}



.form-white,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white a,
.all-text-white p,
.all-text-white i{
  color:#fff;
}

.form-white,
.all-text-red,
.all-text-red h1,
.all-text-red h2,
.all-text-red h3,
.all-text-red p,
.all-text-red h4,
.all-text-red h5,
.all-text-red h6,
.all-text-red li,
.all-text-red a,
.all-text-red p,
.all-text-red i{
  color:#ab1b2f;
}


.font-weight-regular,
.font-weight-regular h1,
.font-weight-regular h2,
.font-weight-regular h3,
.font-weight-regular p,
.font-weight-regular h4,
.font-weight-regular h5,
.font-weight-regular h6,
.font-weight-regular li,
.font-weight-regular a,
.font-weight-regular p,
.font-weight-regular i{
  font-weight: 400;
}

.letter-spacing-four h6,
.letter-spacing-four h5,
.letter-spacing-four h3,
.letter-spacing-four h2,
.letter-spacing-four h1{
  letter-spacing: 4px;
}

.letter-spacing-two h6,
.letter-spacing-two h5,
.letter-spacing-two h3,
.letter-spacing-two h2,
.letter-spacing-two h1,
.letter-spacing-two p {
  letter-spacing: 2px;
}

.body-container-wrapper .all-text-white .fa{
  -webkit-text-fill-color: #fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#5d5d5d;
}

/*========End==================*/



/*========Wrapper Size============*/

body .container-fluid .row-fluid .small-wrap{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
  padding: 0px 20px;
}



/*========Basic Section Styling=========*/

.section-bg{
  background-size: cover!important;
  background-position:center center!important;
  background-repeat: no-repeat!important
}

.section-bg .bg-image{
  display:none!important;
}


.slick-slide:focus{
  outline: 0px;
}

.section-padding {
  padding: 40px 0;
}



/*=======End of Basic Section Styling=======*/




@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }


  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }


}


@media (max-width:1024px){


  h1 {
    font-size: 36px;
    line-height: 1.3;
  } 

  h2{
    font-size: 24px;
    line-height: 36px;
  }

  h3 {
    font-size: 17px;
    line-height: 22px;
  }


  .section-padding {
    padding: 40px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

}


@media(max-width: 767px) and (min-width: 500px){

  .row-fluid [class*="span"].wrapper{
    padding: 0px 30px;
  }

}




@media (max-width:767px){

  h1 {
    font-size: 28px;
    line-height: 1.3;
  } 

  h2{
    font-size: 20px;
    line-height: 1.3;
  }

  h3 {
    font-size: 17px;
    line-height: 1.3;
  }



  a.cta_button, .hs-button {
    padding: 16px 34px;
    font-size: 18px;
  }

  .row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .section-pad{
    padding:45px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  .primary-banner {
    padding: 120px 0 40px;
  }

  .align-left,
  .align-right{
    text-align:center;
  }


  .align_center .heading{
    padding-bottom:30px;
  }


  .pad-btm{
    padding-bottom:30px;
  }

}



@media(max-width: 480px){

  h1 {
    font-size: 25px;
    line-height: 1.3;
  }

  h2 {
    font-size: 18px;
    line-height: 1.3;
  }


}



/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.hs-error-msgs li label{
  color: #FD2727;
  font-size: 12px;
}

form li:before{
  display:none;
}


.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 54px;
  font-family:'Montserrat', sans-serif;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background:#f5f7fa;
  padding:10px 20px;
  color: #000;
  font-weight:400;
  border:1px solid #e7e7e7;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #5d5d5d;
}

.row-fluid  form textarea{
  height:130px;    
  resize: none;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
  cursor:pointer;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #f5f5f5 url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
  padding: 0;
  border-radius: 4px;
  background: transparent;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: none;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .checkbox-row input:checked:after,
body .row-fluid input[type="checkbox"]:checked:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #5d5d5d;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #5d5d5d;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}


@media (max-width:480px){


  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }

}







/*===================================================
Two Col Adjust
===================================================*/    

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.9%;
  -webkit-flex-basis: 47.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}

@media(max-width: 767px){

  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }       


}






/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}









/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
  .hero-taber .taber-content .details {
    margin-bottom: 40px;
  }

}





/*====================================
*      Header Section Css start
* ==================================*/


.header-section .header-menu ul li.hs-menu-item.hs-menu-depth-1 a {
  font-size: 24px;
  font-weight: 600;
  color: #5d5d5d;
  padding: 40px 40px 40px 0px
}

.cm-header-bottom {
  border-bottom: 3px solid #ab1b2f;
  position: relative;
}

.border {
  position: relative;
}

.border:before {
  content: '';
  position: absolute;
  bottom: -6%;
  left: 5%;
  width: 10%;
  height: 12%;
  background-color: #ab1b2f;
  z-index: 5;
}
@media (max-width: 1239px) {
  .border:before {
    opacity: 0;
  }
}

.fixed.scroll .cm-header-bottom img.hs-image-widget {
  max-width: 110px;
}

.fixed.scroll .cm-header-bottom .border:before {
  opacity: 0;
}

.social li a i {
  color: #fff;
  font-size: 20px;
}




/*===================================
*      Header Section Css End
* =================================*/



@media (max-width: 767px) {
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-bottom: 25px;
  }

  body .row-fluid-wrapper .contact_details li {

    margin-right: 10px;

  }

  body .row-fluid-wrapper li.phone a span {
    color: #fff;
    padding: 0px 0px 0px 10px;
  }
}


/*====================================
*      Footer Section Css start
* ==================================*/


.pickard-footer {
  background-size: cover;
  background-repeat:no-repeat;
  width: 100%;
  padding: 75px 0px;
  background-position: center center;
  margin-top: 60px;
}

.pickard-footer .page-center .cm-footer-top .menu-one {
  border-right: 3px solid #fff;
}

.pickard-footer .page-center .cm-footer-top .ft-col.ft-col1 h2 {
  padding: 23px 0px;
}

.footer-contact .adress-details ul {
  margin: 0px;
  padding: 0px;
}

.footer-contact .adress-details ul li {
  font-size: 16px;
  padding: 17px 0px;
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
}

.footer-contact .adress-details ul li:first-child {
  padding-top: 10px;
}

.footer-contact .adress-details ul li i {
  font-size: 25px;
  padding-right: 18px;
}

.footer-contact .adress-details ul li:last-child {
  max-width: 220px;
}

@media (min-width: 1200px) {
  .pickard-footer .page-center .cm-footer-top .ft-col.ft-col1 {
    width: 26%;
  }

  .pickard-footer .page-center .cm-footer-top .menu-two {
    width: 24.7%;
  }

  .pickard-footer .page-center .cm-footer-top .address {
    width: 27%;
  }

}



/*======Footer Media Query Start==========*/

@media (min-width: 768px) and (max-width: 1024px) {

  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 10px 0px;
    font-size: 14px;
  }

  .footer-contact .adress-details ul li {
    font-size: 14px;
  }

  .footer-contact .adress-details ul li i {
    font-size: 20px;
    padding-right: 6px;
  }
}

/*====================================
*      Footer Section Css End
* ==================================*/





/*=====================================
*        Hero Section Css Start
* ====================================*/


.pickard-hero-section {
  padding: 52px 0px;
}

.pickard-hero-section .pickard-two-col .hero-left-col-image {
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  background-position: center center;
  min-height: 420px;
}

.pickard-hero-section .pickard-two-col .hero-right-col .sub-text p {
  margin-bottom: 42px;
  padding-top: 5px;
}



/*=====================================
*        Hero Section Css End
* ====================================*/






/*=========================
* Section One Css Start
* ======================*/



.pickrad-section-one{
  min-height: 600px;
  position: relative;
  margin-top: 117px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*   justify-content: center; */
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 1;
}

.pickrad-section-one:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-image: url('https://4253093.fs1.hubspotusercontent-na1.net/hubfs/4253093/Assets-19/Group%201.png');
  background-repeat:no-repeat;
  z-index: -1;
}


.pickrad-section-one .section-one-two-col .section-two-right-col-image {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 720px;
  min-width: 530px;
  position: absolute;
  right:0;
  top: -10%;
  z-index: 2;
}



<!--[if IE]>
<style>
.pickrad-section-one .section-one-two-col .left-col-content {
  margin-top: 150px;
}
</style>
<![endif]-->


/*=========================
* Section One Css End
* ========================*/






/*==================================
* Section Two Css Start
* ================================*/



.pickard-section-two-cm {
  margin-top: 100px;
}

.pickard-section-two-cm .services-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.pickard-section-two-cm .services-box .box-one{
  flex-basis: 18%;
  -webkit-flex-basis:18%;
  -moz-flex-basis:18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.pickard-section-two-cm .services-box .box-one:last-child {
  margin-right: 0px;
}

.pickard-section-two-cm .services-box .box-image {
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
  min-height: 150px;
}

.pickard-section-two-cm .services-box .box-one .service-title h3 {
  margin-bottom: 10px;
}

.pickard-section-two-cm {
  padding: 100px 0px;
}

/*=============================
* Section two Css End
* ===========================*/



/*=========================
* Section Three Css Start
* ======================*/



.pickrad-section-three {
  min-height: 650px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*   justify-content: center; */
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 1;
  margin-bottom: 100px;
}

.pickrad-section-three:before {
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height:100%;
  background-image: url('https://4253093.fs1.hubspotusercontent-na1.net/hubfs/4253093/Assets-19/Group%2010.png');
  background-repeat:no-repeat;
  z-index: -1;
  max-width: 715px;
}


.pickrad-section-three .section-three-two-col .section-two-right-col-image {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 720px;
  min-width: 580px;
  position: absolute;
  left:0;
  top: -5%;
  z-index: 2;
}

.pickrad-section-three .section-three-two-col .content {
  float: right;
  margin: 0;
}

.pickrad-section-three .section-three-two-col .content .left-col-content .sub-text p {
  margin-bottom: 0;
  margin-top: 0;
}

.pickrad-section-three .section-three-two-col .content .left-col-content .sub-text h3 {
  margin-bottom: 0;
}

.pickrad-section-three .section-three-two-col .content .left-col-content {
  overflow-y: scroll;
  height: 520px;
}


.pickrad-section-three .section-three-two-col .content .left-col-content::-webkit-scrollbar {
  width: 10px;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.3);
  padding-left: 30px;
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-webkit-scrollbar-track {
  background: #ffffff; 
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-webkit-scrollbar-thumb {
  background: #62101b; 
  height: 20px;
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-moz-scrollbar {
  width: 10px;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.3);
  padding-left: 30px;
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-moz-scrollbar-track {
  background: #ffffff; 
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-moz-scrollbar-thumb {
  background: #62101b; 
  height: 20px;
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-ms-overflow-style {
  width: 10px;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.3);
  padding-left: 30px;
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-ms-overflow-track {
  background: #ffffff; 
}

.pickrad-section-three .section-three-two-col .content .left-col-content::-ms-overflow-thumb {
  background: #62101b; 
  height: 20px;
}


/*=========================
* Section Three Css End
* ========================*/








/*==================================
* Testimonial Section Css Start
* ================================*/


.pickard-testimonial-cm {
  padding: 10px 0px;
  margin-bottom: 65px;
}

.pickard-testimonial-cm .star-section ul {
  padding-left: 0px;
}

.pickard-testimonial-cm .star-section ul li {
  display: inline-block;
  margin: 0px 5px;
}

.pickard-testimonial-cm .star-section ul.one li {
  display: none;
}

.pickard-testimonial-cm .star-section ul.one li:first-child {
  display: inline-block;
}

/**Two Start**/

.pickard-testimonial-cm .star-section ul.two li {
  display: none;
}

.pickard-testimonial-cm .star-section ul.two li:nth-child(1) {
  display: inline-block;
}

.pickard-testimonial-cm .star-section ul.two li:nth-child(2) {
  display:inline-block;
}

/***Three Start**/

.pickard-testimonial-cm .star-section ul.three li {
  display: none;
}

.pickard-testimonial-cm .star-section ul.three li:nth-child(1) {
  display: inline-block;
}

.pickard-testimonial-cm .star-section ul.three li:nth-child(2) {
  display:inline-block;
}

.pickard-testimonial-cm .star-section ul.three li:nth-child(3) {
  display:inline-block;
}

/**Four Start**/

.pickard-testimonial-cm .star-section ul.four li:last-child {
  display: none;
}

/**Five Start**/

.pickard-testimonial-cm .star-section ul.five li {
  display: inline-block;
}


.pickard-testimonial-cm .tetimonial.content .testimonial-author h3 {
  margin-bottom: 0;
}

.pickard-testimonial-cm .tetimonial.content .testimonial-author  p {
  margin: 0;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

ul.slick-dots {
  text-align: center;
  padding-left: 0px;
}

ul.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 10px;
}

ul.slick-dots li.slick-active button {
  background-color: #ab1b2f;

}

ul.slick-dots li :focus {
  outline: none;
}

ul.slick-dots li button {
  border-radius: 100px;
  width: 15px;
  height: 15px;
  border: 1px solid #ab1b2f;
  background: transparent;
  font-size: 0px;
  cursor:pointer;
}



/*======================================
* Testimonial Section Css End
* =====================================*/





/*================================
*      Media Query Start
* ==============================*/


/***For Tab**/

@media (min-width: 768px) and (max-width: 1100px) {

  .pickard-hero-section .pickard-two-col .hero-left-col-image {
    min-height: 500px;
  }

  .pickard-hero-section .pickard-two-col .hero-right-col .sub-text p {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .pickrad-section-one {
    margin-top: 30px;
  }

  .pickrad-section-one .section-one-two-col .section-two-right-col-image {
    position: relative;
    top: 0px;
    min-height: 630px;
  }

  .pickard-hero-section {
    padding: 50px 0px 30px 0px;
  }

  .pickard-section-two-cm .services-box .box-one {
    flex-basis: 47%;
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }

  .pickard-section-two-cm .services-box .box-image {
    min-height: 200px;
  }

  .pickrad-section-three .section-three-two-col .section-two-right-col-image {
    position: relative;
    top: 0px;
    left: -6%;
    min-height: 630px;
    min-width: 350px;
  }

  .pickrad-section-three {
    margin-bottom: 40px;
    min-height: 630px;
  }

  .pickrad-section-three .section-three-two-col .content .left-col-content {
    margin-top: 50px;
  }

  .pickard-footer .page-center .cm-footer-top .menu-one {
    margin: 0px;
  }

  .pickard-footer .page-center .cm-footer-top .address {
    margin: 0;
  }
  .pickard-hero-section .pickard-two-col .hero-right-col .title h1 {
    margin-bottom: 0;
  }

  .header-section .main-header:before {
    content: '';
    position: absolute;
    bottom: -11%;
  }

}




@media (min-width: 1025px) and (max-width: 1200px) {

  .pickard-hero-section .pickard-two-col .hero-left-col-image {
    min-height: 470px;
  }

  .pickrad-section-one .section-one-two-col .left-col-content {
    padding-right: 20px;
  }
}


@media (min-width:1101px) and (max-width: 1200px) {

  .pickrad-section-three .section-three-two-col .section-two-right-col-image {
    min-width: 520px;

  }
}


/***For Mobile***/

@media (max-width: 767px) {

  .pickard-hero-section .pickard-two-col .hero-right-col .sub-text p {
    margin-bottom: 0;
    padding-top: 5px;
  }

  .pickard-hero-section {
    padding: 52px 0px 0px 0px;
  }

  .pickrad-section-one .section-one-two-col .section-two-right-col-image {
    position: relative;
    top:0;
    min-height: 400px;  
    min-width: 400px;
    background-position: center;
  }

  .pickrad-section-one {
    margin-top: 30px;
    padding: 30px 0px;
  }

  .pickard-section-two-cm {
    margin-top: 0px;
  }

  .pickard-section-two-cm .services-box .box-one {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 2.5%;
  }
  .pickard-section-two-cm .services-box .box-image {
    min-height: 300px;
  }

  .pickrad-section-three .section-three-two-col .section-two-right-col-image {
    position: relative;
    top:0;
    min-height: 300px;  
    min-width: 400px;
    background-position: center;
  }

  .pickrad-section-three {
    padding: 30px 0px;
    margin-bottom: 30px;
  }

  .pickrad-section-three .section-three-two-col .content {
    margin-top: 30px;
  }

  .section-padding {
    padding: 10px 0;
  }

  .pickard-testimonial-cm {
    margin-bottom: 0px;
  }

  .pickard-footer {
    margin-top: 30px;
    padding: 12px 0px;
  }

  .pickard-footer .page-center .cm-footer-top .menu-one {
    border: none;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding-left: 0px;
  }

}

@media (max-width: 450px) {

  .pickrad-section-one .section-one-two-col .section-two-right-col-image {
    position: relative;
    top: 0;
    min-height: 300px;
    min-width: 260px;
    background-position: center;
  }

  .pickrad-section-three .section-three-two-col .section-two-right-col-image {
    position: relative;
    top: 0;
    min-height: 240px;
    min-width: 260px;
    background-position: center;
  }

  .pickrad-section-three .section-three-two-col .content .left-col-content .sub-text {
    padding-right: 0px;
    max-width: 100%;
  }

  .pickard-section-two-cm .services-box .box-image {
    min-height: 220px;
  }

  .pickard-hero-section .pickard-two-col .hero-left-col-image {
    min-height: 300px;
  }  

  p {
    text-align: justify;
  }

  .testimonial-author p {
    text-align: center;
  }

  .pickard-section-two-cm .subtitle h2 {
    letter-spacing: 1px;
  }

  .footer-contact .adress-details ul li {
    font-size: 13px;
    padding: 10px 0px;
  }

  .pickard-footer .page-center .cm-footer-top .ft-col.ft-col1 h2 {
    padding: 5px 0px;
  }
}



/*============================
* Mobile menu Styling
* ===========================*/


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media screen and (min-width:1240px) {
  /* =============== Custom Menu Primary =============== */

  /* Parent List */

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    margin: 40px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    /*     background: #ab1b2f;
    color:#fff */
    background: unset;
    color:#ab1b2f
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border: 1px solid #2C2C2C;
  }





  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #F2F2F2;
    background-image: url(//4253093.fs1.hubspotusercontent-na1.net/hubfs/4253093/Pickard_Roofing_November2018%20Theme/images/box_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.03);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.03);
    width: 190px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    position: relative;
    font-weight: 400;
    white-space: normal!important;
    padding: 10px 10px 10px 20px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #2e2e2e;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    text-decoration: none;
    background: rgba(0,0,0,.06);
  }



  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;

}
.child-trigger-inner, .mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1239px){
  .icon-menu-fine {
    position: relative;
  }
  .icon-menu-fine:before {
    content: '\f0c9';
    position: absolute;
    bottom: 0px;
    left: -18px;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    top: 5px;
  }

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -90px;           /* Position Button at right of screen */
    right: 0px;        /**************************************/
    color: #f2f2f2;
    background: #ab1b2f;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 3px;
  }
  .mobile-trigger:hover{
    /* Removes link text underline on button */
  }

  /* Change button when menu is open */


  /* Toggle Button Icon */
  .mobile-trigger i{
    font-size: 22px;
    line-height: 34px;
  }



  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger-inner,
  .child-trigger {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 44px !important; /* Button height */
    padding: 0 !important;
  }
  .hs-menu-depth-2.hs-item-has-children.child-open .child-trigger-inner:after{
    content: "-";
    color: #000;
    opacity: .33;
  }
  .child-open .child-trigger:after{
    content: "-";
    color: #fff;
    opacity: 1;

  }
  .child-trigger-inner:hover,
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger-inner:after,
  .child-trigger:after {
    content: "+";
    opacity: .5;
    display: block !important;
    position: absolute;
    right: 15px;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    color: #000;
  }
  .child-trigger-inner i,
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger-inner i:after,
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger-inner i, .child-trigger-inner i:after,
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger-inner i:after,
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger-inner.child-open i:after,
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 300px;
    position: relative;
    top: 0;
    padding: 0;
    z-index: 99;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    background-color: #f5f5f5;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    padding: 0 25px;
    margin: 0;
    display: block;
    height: auto;
    line-height: 44px;
    border: none;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family:Montserrat, Arial, Tahoma, sans-serif;
    font-size:13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li >.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{

    color: #fff;
    background: #ab1b2f;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 0 20px 0 35px !important;
    white-space: normal !important;
    font-family:Montserrat, Arial, Tahoma, sans-serif;
    font-size:13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: rgba(0,0,0,.06);
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .cm-header-wrapper {
    position: static; 
  }
}



/*******/

.header-container-wrapper {}
.header-container {}
.cm-header-top {
  background-color: #2C2C2C;
}

.contact_details {
  color: #bbbbbb;
  padding: 0;
  margin: 0;
  float: right;
}

.contact_details li {
  display: inline-block;
  margin-right: 18px;
  padding: 12px 0;
}

.contact_details li:last-child {
  margin-right: 0;
}

.cm-contact-header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.social {
  padding: 12px 0;
  list-style: none;
  margin: 0;
  float: right;
}

.cm-header-top .cm-contact-header .icon-top {
  text-align: right;
}

.social li {
  display: inline-block;
  margin-right: 15px;
}

li.phone a span {
  color: #fff;
  padding: 0px 10px;
}

.social li a{
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social li:last-child {
  margin-right: 0;
}

.contact_details a {
  color: #ffffff;
}

.cm-logo .hs_cos_wrapper_type_logo:last-child {
  display: none;
}

/* .cm-logo {
padding: 0 30px 0 20px;
} */

.contact_details li > i {
  margin-right: 2px;
}

.cm-logo .hs_cos_wrapper_type_logo:last-child {
  display: none;
}

.cm-header-bottom .page-center > .row-fluid-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.cm-logo a {
  height: 130px;
  line-height: 100px;
  /*   padding: 15px 0; */
  display: block;
  max-width: 175.641px;

}

li.phone a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cm-logo a {
    height: 130px;
    line-height: 100px;
    padding: 15px 0;
    display: block;
    max-width: 175.641px;
    margin: 0 auto;
  }
}

.cm-header-bottom {
  background-color: #f5f5f5;
}

.social li a:hover, 
.social-menu a:hover {
  color: #FFFFFF;
}


/* @media (max-width: 767px) {
.contact_details {
text-align: center;
}

li.slogan {
display: none;
}

.cm-logo a {
height: 130px;
line-height: 100px;
padding: 10px 0;
display: block;
max-width: 175.641px;
margin: 0 auto;
}
}

@media (max-width: 1024px) {

.custom-menu-primary.js-enabled .hs-menu-wrapper {
width: 100%;
position: relative;
top: 0;
padding: 0;
z-index: 99;
right: 0;
}
}
*/





@media (min-width: 1240px) {


  .fixed .cm-header-bottom {
    position: fixed!important;
    width: 100%;
    left: 0;
    top: -60px;
    height: 60px;
    z-index: 701;
    background: #fff;
    opacity: .97;
    filter: alpha(opacity = 97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    top: -61px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .fixed .cm-logo .hs_cos_wrapper_type_logo:last-child {
    display: block;
  }

  .fixed .cm-logo .hs_cos_wrapper_type_logo:first-child {
    display: none;
  }

  .fixed .cm-logo a {
    height: 50px!important;
    line-height: 50px!important;
    padding: 0;
  }

  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 30px;
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }


  .fixed.scroll .cm-header-bottom{
    top:0;
    background-color: #f5f5f5;
  }

}

@media only screen and (max-width: 1239px) and (min-width: 960px){

  .container-fluid .row-fluid .page-center{
    max-width: 940px
  }
}

@media (max-width: 1239px) {
  body.safari .mobile-trigger i {
    margin-left: 9px;
    margin-top: -10px;
  }
  .custom-menu-primary {
    width: 100%!important;
    float: none!important;
    margin: 0px!important;
  }

  .cm-logo {
    width: 100%!important;
    margin: 0!important;
    float: none!important;
  }
  .cm-customer-review-wrap.slider .slick-prev {
    left: 0;
  }

  .cm-customer-review-wrap.slider .slick-next {
    right: 15px;
  }

  .customer-item.slick-slide {
  }

  .customer-item-group {
    padding: 0 35px;
  }

  .cm-customer-review-wrap.slider .slick-prev, .cm-customer-review-wrap.slider .slick-next {
    font-size: 26px;
  }

  .cm-customer-review-wrap.slider .slick-prev:before, .cm-customer-review-wrap.slider .slick-next:before {
    font-size: 30px;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px){

  .container-fluid .row-fluid .page-center{
    max-width:708px;
  }

}


@media (max-width: 767px) {

  body .row-fluid-wrapper .row-fluid img.hs-image-widget {
    width: 175px !Important;
  }

  li.phone i {
    font-size: 10px;
    padding-right: 5px;
  }
  /* Error 404 */
  #Error_404{position:static;padding-top:50px;margin-top:0;height: auto;}
  #Error_404 .error_pic{width:100%;float:none}
  #Error_404 .error_pic i{font-size:260px;line-height:260px}
  #Error_404 .error_desk{width:100%;float:none;padding-top:20px;text-align:center}

  /* Error 404 */
  #Error_404{position:static;padding-top:20px;margin-top:0}
  #Error_404 .error_pic{width:100%;float:none}
  #Error_404 .error_pic i{font-size:160px;line-height:160px}
  #Error_404 .error_desk{width:100%;float:none;padding-top:20px;text-align:center}
  #Error_404 .error_desk h2{font-size:30px;line-height:30px}
  #Error_404 .error_desk h4{font-size:19px;line-height:25px}
  #Error_404 .error_desk p .check{line-height:22px;font-size:16px;margin-bottom:15px;display:block}



  .body-container-wrapper .container-fluid .row-fluid .page-center .page-center {
    max-width: 100%!important;
  }

  .bg-parallax h1 ,h1,body.fw-lyt.hs-content-id-6576712494 .body-container .hs_cos_wrapper_type_rich_text h1 {
    font-size: 38px;
    line-height: 1;
  }

  .bg-parallax .column.one {
    min-height: auto;
  }
  .hs-form {
    margin-bottom: 40px;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 100%;
  }
  .contact_details li > i {
    margin-right: 2px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
  }
  body {
    font-size: 13px;
    line-height: 19px;
  }

  .cm-contact-header {
    width: 100%;
    text-align: center;
  }

  .cm-header-bottom .page-center > .row-fluid-wrapper {
    max-width: 100%;
  }

  .cm-logo a {
    margin: 0 auto;
  }

  .contact_details {
    float: none;
    padding: 5px 0;
  }

  .cm-contact-header .social {
    float: none;
    padding: 0;
    margin: 2px 0 5px;
  }
  .contact_details li.slogan {
    display: none;
  }
  .contact_details li {
    padding: 0;
  }

  .cm-logo a {
    height: 120px;
    padding: 13px 0;
  }
  .body-container-wrapper .container-fluid .row-fluid .page-center ,
  .footer-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: calc(100% - 67px)!important;

  }
  .cm-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .cm-footer-wrapper .page-center > .row-fluid-wrapper {
    width: 100%;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .fw-lyt .main-content {
    max-width: 100%;
  }
  .body-container-wrapper .container-fluid .row-fluid .banner-area-for-home-pg .page-center {
    max-width: 100% !important;
  }
  .banner-area-for-home-pg .top-wrap {
    width: 100%;
    margin-left: 0;
    padding: 42px 0px 42px 42px;
  }
  .banner-area-for-home-pg h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .body-container-wrapper .container-fluid .row-fluid .cm-our-services-grp .page-center {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .cm-our-services-grp .mcb-wrap-inner {
    width: 100%;
    margin-bottom: 40px;
    float: none;
  }
  .two-col-left-image .image-wrap {
    width: 100%;
    float: none;
  }
  .two-col-left-image .cont-wrap {
    width: 100%;
    float: none;
  }

  .cm-blog-and-recent-projects-wrap .post-item {
    width: 100%;
    float:none;
  }
  .two-col-img-allignmrnt-wrap .left-col ,
  .two-col-img-allignmrnt-wrap .right-col {
    width: 100%;
    float: none !important;
    margin: 0 0% 40px;
  }
  body.contact-us-lay .sidebar.left {
    margin-bottom: 20px;
  }
  .bg-parallax .hs-breadcrumb-menu-wrapper {
    display: none;
  }
  .our-work-gallery {
    padding: 30px 0px 40px;
  }
  body.our-work-lyt .slick-prev {
    left: -20px;
    z-index: 88;
  }
  body.our-work-lyt .slick-next {
    right: 0;
  }
  body.our-work-lyt .slick-prev, 
  body.our-work-lyt .slick-next {
    top: 96%;
  }
  body.our-work-lyt .slick-prev:before,
  body.our-work-lyt .slick-next:before {
    font-size: 30px;
  }
  .hs-about-us-wrap .left-col,
  .hs-about-us-wrap .right-col{
    width: 100%;
    float: none;
  }
  .bg-parallax {
    padding: 170px 0 170px;
  }
  .two-col-eql-wrap .col {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .team-member-grp-wrap .item .col-right {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .team-member-grp-wrap .item .col-right {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .testimonial-slider-wrap .bq_wrapper {
    font-size: 13px;
    margin: 0 0% 40px;
    padding: 0px 0px 1px;
  }
  .hs-about-us-wrap .left-col-inner-wrap {
    margin: 0 0% 20px;
    text-align: center;
  }
  .team-member-grp-wrap .item .image_frame,.team-member-grp-wrap .item .col-right {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .two-col-img-allignmrnt-wrap .left-col,
  .team-member-grp-wrap .item .image_frame{
    text-align: center;
  }
  ul.contact_details {
    color: #ffffff;
  }
  .social li a:hover, .social-menu a:hover {
    color: #777777;
  }
  h3 {
    font-size: 20px;
    line-height: 21px;
  }
  body.our-work-lyt .slick-prev, body.our-work-lyt .slick-next {
    top: auto!important;
    bottom: 10px;
  }
  .our-work-gallery .slick-dots {
    margin: 10px 0 0;
    padding: 0 20%;

  }

  body.our-work-lyt .cm-customer-review-wrap.slider .slick-prev, .cm-customer-review-wrap.slider .slick-next {
    top: 50%;
  }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .bg-parallax h1 , h1,body.fw-lyt.hs-content-id-6576712494 .body-container h1 {
    font-size: 30px;
    line-height: 1;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
  h3{
    font-size: 16px;
    line-height: 19px;
  }
  h4 {
    font-size: 13px;
    line-height: 19px;
  }
  h5 {
    font-size: 13px;
    line-height: 19px;
  }
  .body-container-wrapper .container-fluid .row-fluid .cm-our-services-grp h4 {
    font-size: 13px;
    line-height: 19px;
  }
  body.our-work-lyt .slick-prev {
    left: -10px;

  }
  body.our-work-lyt .slick-prev, 
  body.our-work-lyt .slick-next {
    top: 76%;
  }
  .two-col-img-allignmrnt-wrap .right-col .column_attr h1,
  body.fw-lyt.hs-content-id-6576712494 .body-container h1 {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 1239px) {
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent;
  }
}

li.phone i {
  font-size: 14px;
  padding-right: 5px;
}


/*================================================================================================*/
/*===========================Pickard New Hero Section Styling Start Here==========================*/
/*=================================================================================================*/


body.new-layout .new-hero-section- {
  padding: 73px 0px;
}

body.new-layout .hero-right-col h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

body.new-layout .hero-right-col p.text {
  margin-bottom: 35px;
}

body.new-layout .pickrad-section-one .section-one-two-col .section-two-right-col-image {
  min-width: 532px;
}

body.new-layout .pickrad-section-three .section-three-two-col .section-two-right-col-image {
  min-width: 588px;
  height:115%;
}



body.new-layout .pickrad-section-one {
  margin-top: 52px;

}

@media(min-width: 1024px) {
  body.new-layout .pickrad-section-one {
    padding: 100px 0px;
  }
}

body.new-layout .new-hero-section- .hero-right-col p a {
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 0;
}

body.new-layout .new-hero-section- .hero-right-col p a:hover {
  color:#ab1b2f;
  border-bottom: 2px solid #ab1b2f;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

body.new-layout .row-fluid .new-hero-section- .hero-left {
  /*   min-height: 390px; */
  position:relative;
}

body.new-layout .row-fluid .new-hero-section- .hero-left iframe {
  height: 100%;
}

@media (min-width: 768px) {
  .new-hero-section- .hero-right-col {
    max-width: 400px;
    padding-left:20px;
  }
  .cm-footer-top h4 {
    padding-left: 18px
  }
}

body.new-layout .section-one-two-col .sub-text h2 {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 12px;
  letter-spacing: 2px;
}

body.new-layout .title.all-text-uppercase {
  margin-bottom: 26px;
}

body.new-layout .section-one-two-col .sub-text p {
  padding-bottom: 9px;
}

body.new-layout .section-one-two-col .sub-text p.last-para {
  max-width:500px;
}

body.new-layout .pickrad-section-one.tpo .left-col-content .sub-text h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  max-width: 560px;
  letter-spacing:3px;
}

body.new-layout .pickard-footer {
  margin-top: 125px;
}

body.new-layout .investment-cm .sub-heading p a {
  border-bottom: 1px solid #c2c2c2;
  position:relative;
}

body.new-layout .investment-cm .sub-heading p a:after {
  content:'\f061';
  position:absolute;
  top:2px;
  right:-18px;
  font-family:'Font Awesome 5 Free';
  font-size:13px;
  font-weight:900;

}

body.new-layout .investment-cm .sub-heading p a:hover {
  color: #ab1b2f;
  border-bottom: 1px solid #ab1b2f;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}

body.new-layout .pickrad-section-three {
  margin-bottom: 30px;
}

body.new-layout .pickrad-section-three .section-three-two-col .content .left-col-content {
  height: 100%;
}

body.new-layout .pickrad-section-one .section-one-two-col .section-two-right-col-image {
  height:115%;
}

/*=============================================================================================*/
/**=======================Mobile Responsive Styling Start Here=================================*/
/*=============================================================================================*/


@media (max-width: 767px) {

  body.new-layout .pickrad-section-one .section-one-two-col .section-two-right-col-image {
    height: 100%;
  }

  body.new-layout .hs-responsive-embed-wrapper.hs-responsive-embed {
    min-height: 20px !important;
    max-width: 100% !important;
  }

  body.new-layout .benefits-cm .benefit-box .box-text h3 {
    letter-spacing: 3px;
    min-height: 0;
  }

  body.new-layout .new-hero-section- {
    padding: 40px 0px 0px;
  }

  body.new-layout .hs-responsive-embed-wrapper.hs-responsive-embed {
    min-height: 200px !important;
  }

  body.new-layout .row-fluid .new-hero-section- .hero-left {
    min-height: 210px;
    position: relative;
  }

  body.new-layout .pickrad-section-one .section-one-two-col .section-two-right-col-image {
    min-width: 280px;
  }

  body.new-layout .pickrad-section-one {
    margin-top: 20px;
    padding: 30px 0px;
  }

  body .benefits-cm {
    padding: 30px 0px 30px;
  }

  body .benefit-box {
    padding-top: 30px;
  }
  body.new-layout .pickrad-section-three .section-three-two-col .section-two-right-col-image {
    min-width: 280px;
  }

  body .benefits-cm-epdm {
    padding: 20px 0px 20px;
  }

  body .investment-cm {
    padding: 30px 0px 40px;
  }

  body.new-layout .pickard-footer {
    margin-top: 50px;
  }

  .new-testimonial .testimonial-author {
    flex-direction:column;
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
  }

  body .slick-next.slick-arrow {
    right: -20px;
  }

  body .slick-prev.slick-arrow {
    left: -5px
  }

}


@media (max-width:600px) {
  body .testimonuial-text {
    padding: 0px 40px;
  }

  body.new-layout .investment-cm .sub-heading p a:after {
    display:none;
  }
}

@media (min-width: 1025px) {
  body.new-layout .hs-responsive-embed-wrapper.hs-responsive-embed {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 150px !important;
  }
}
.span3.widget-span.widget-type-custom_widget.ft-col.ft-col1 p {
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1024px) {

  body.new-layout .new-hero-section- .hero-right-col {
    max-width: 100%;
    padding-left: 20px;
  }

  body.new-layout .pickrad-section-one .section-one-two-col .section-two-right-col-image {
    height: 100%;
  }

  body.new-layout  .new-hero-section- .row-fluid {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flebox;
    display: -o-flex;
  }
  body.new-layout  .pickrad-section-one.tpo .section-one-two-col {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flebox;
    display: -o-flex;
  }
  body.new-layout .section-one-two-col .sub-text h2 {
    padding-bottom: 0px;
  }

  body.new-layout .section-one-two-col .sub-text p {
    padding-bottom: 0;
    margin-bottom: 0px;
  }

  body.new-layout .pickrad-section-one {
    margin-top: 0px;
  }

  body .benefits-cm {
    padding: 50px 0px 21px;
  }

  body.new-layout .pickrad-section-three .section-three-two-col .section-two-right-col-image {
    min-width: 360px;
    min-height: 720px;
  }
  body .benefits-cm-epdm {
    padding: 40px 0px 40px;
  }

  body.new-layout .pickrad-section-one .section-one-two-col .section-two-right-col-image {
    min-height: 940px;
  }

  body .investment-cm {
    padding: 70px 0px 92px;
  }

  body.new-layout .hero-right-col h1 {
    margin-top: 0px;
  }

  .new-hero-section- .top-two-col {
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ns-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
  }

  body .slick-next.slick-arrow {
    right: -22px;
  }

  body .slick-prev.slick-arrow {
    left: -7px;
  }

}




@media (min-width: 1025px) and (max-width:1500px) {

  body .slick-prev.slick-arrow {
    left: -6px;
  }

  body .slick-next.slick-arrow {
    right: -25px;
  }

  body .testimonuial-text {
    padding: 0px 20px;
  }

  body.new-layout .pickrad-section-three .section-three-two-col .section-two-right-col-image {
    min-width: 500px;
  }
}

body.new-layout .pickrad-section-one.tpo .left-col-content .sub-text h3{
  font-size:20px;
}

.two-col-cta .btn-wrap {
  max-width: 368.46px;
  width: 100%;
}

.two-col-cta .btn-wrap .cta_button{
  font-size: 21.09px;
  line-height: 31.64px;
  letter-spacing: 3.8px;
  color: #AB1B2E;
  font-weight: 700;
  background-color: #F5F5F5;
  -webkit-box-shadow: 5px 15px 46px #221f2026;
  box-shadow: 5px 15px 46px #221f2026;
  border-radius: 10px;
  border: 0;
  /* padding: 3.09px 38.8px 15.67px; */
  position: relative;
}
.two-col-cta .btn-wrap .cta_button:hover{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
}
.two-col-cta .btn-wrap .cta_button:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: rgba(0,0,0,.05);
}
.two-col-cta .btn-wrap .cta_button:hover::after{
  width: 100%;
}

@media(max-width: 1024px) and (min-width: 768px){
  body .two-col-left-image .cont-wrap {
    padding-top: 70px;
  }
}

/*   Two Column CSS 2022 >>>>*/
@media(min-width: 768px){
  .two-col-left-image {
    margin-top: 50px;
    margin-bottom:50px;
  }
  .two-col-left-image>.inner-wrap.clearfix {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .two-col-left-image .mcb-wrap-inner {
    border-color: #f8f8f8;
    box-shadow: 0px 0px 10px;
    position: absolute;
    top: -50px;
    bottom: -15px;
    left: 0;
    right: 0;
  }
  .two-col-left-image .mcb-wrap-inner img.scale-with-grid {
    width: 100%;
    height: 100%;
  }
  .two-col-left-image .mcb-wrap-inner .image_wrapper {
    height: 100%;
  }
}

@media(max-width: 767px){
  .two-col-cta .btn-wrap {
    max-width: 100%;
  }
  .two-col-left-image .image_wrapper img {
    height: 403px;
    width: 100%;
  }
  body .two-col-left-image .cont-wrap {
    padding-top: 60px;
  }
}
@media (max-width: 480px){
  body .two-col-left-image .image_wrapper img {
    height: 300px;
  }
}