/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0
-tst  
========================================================================== */
 

 









/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* EX: @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: 'Conv_Karbon-Semibold';
  src: url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Semibold.eot');
  src: url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Semibold.woff') format('woff'), 
    url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Karbon-Light';
  src: url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Light.eot');
  src: url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Light.woff') format('woff'), 
    url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Karbon-Regular';
  src: url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Regular.eot');
  src: url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Regular.woff') format('woff'), 
    url('//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Fonts/Karbon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #212336;
  font-weight: 400;
} 
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: 'Conv_Karbon-Regular',sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #212336;
  background-color: transparent;
  line-height: 24px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1277px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  background-color: #3dc1c7;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #3dc1c7;
  color: #fff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0;
}
small {}
strong {font-family: 'Conv_Karbon-Semibold', sans-serif; }
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1,h2,h3{
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  margin: 0 0 20px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 23px;
}
h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* Anchor Links */
a { 
  text-decoration: none;
  outline: none; 
  color: #337ab7;
  -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;;  
}
a:hover, a:focus { color: #23527c; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ol, ul {
  margin:0 0 10px;
}
ul {
  margin: 0 0 12px;
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}
.header-container .page-center, 
.body-container .page-center, 
.footer-container .page-center {
  padding-right: 20px;
  padding-left: 20px;
}

/* =============== Header =============== */

.header-container-wrapper {}
.header-container {
  font-size: 18px;
}
.header-container .page-center{
  max-width: 1459px !important;
  padding: 0 20px;
}
.custom-header-wrapper{
  position:absolute;
  top:0;
  left:0;
  width:100%!important;
  z-index:10;
}
.custom-header-logo{}
.custom-header-logo img{
  max-width:330px;
  width:100%;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container li {
  margin: 0 0 12px;
  position: relative;
  padding-left: 15px;
  /*list-style: none;*/
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.body-container .page-center {
  padding-right: 20px;
  padding-left: 20px;
  padding-top:20px;
  padding-bottom:20px;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-wrapper{
  padding: 40px 0;
  background: #212336;
  font-size: 20px;
  color:#fff;
  line-height: 1.42857143;
}
.custom-footer-wrapper ul{
  margin:0;
  padding:0;
  list-style:none;
}
.custom-footer-wrapper h3 {
  color: #3dc1c7;
  margin: 0 0 20px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 20px;
}
.custom-footer-wrapper a{
  color: #f8486b;
  text-decoration:none;
}
.custom-footer-wrapper a:hover{
  color: #fe8ba2;
}
.custom-footer-wrapper p {
  margin: 0 0 10px;
}
.custom-footer-top-wrapper{
  margin-bottom: 50px;
}
.custom-footer-center-wrapper{}
.widget-span.custom-footer-col{
  width: 33.33333333%;
  margin-left:0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom:28px;
}
.widget-span.custom-footer-col-1{
}
.widget-span.custom-footer-col-2{
  padding-left: 100px;
}
.widget-span.custom-footer-col-2 ul > li > a{
  padding: 3px 0;
  display: inline-block;
}
.widget-span.custom-footer-col-3{
}
.custom-footer-col-3 p{
  line-height: 24px;
}
.custom-footer-col-3 p + p {
  margin-top: 20px;
}
.custom-footer-col-3 h4 {
  color: #fff;
  margin: 0 0 20px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 20px;
  line-height: 27px;
}
.custom-footer-col-3 h4 a,
.custom-footer-col-3 h4 a:hover{
  color:#fff;
}
.widget-span.custom-footer-col-1 > div,
.widget-span.custom-footer-col-3 > div{
  width:auto!important;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-footer-bottom-wrapper{}
.custom-footer-bottom-wrapper .social-bg{
  padding-top:2px;
}
.custom-footer-bottom-wrapper .social-bg a {
  display: inline-block;
  background: #646573;
  border-radius: 3px;
  color: #212336;
  margin-right: 5px;
  float: left;
  width: 30px;
  text-align: center;
}
.custom-footer-bottom-wrapper .social-bg a:hover {
  background: #fff;
  color: #212336;
}
.custom-footer-bottom-wrapper .social-bg .fa {
  position: relative;
  top: 2px;
}
.custom-footer-bottom-wrapper .social-bg .fa-facebook {
  position: relative;
  top: 5px;
}

.custom-footer-bottom-wrapper .widget-type-follow_me{
  min-height:30px;
}
.custom-footer-bottom-wrapper p {
  color: #7e7f86;
  margin-top: 10px;
}

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


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


/*++++++++++Agri-busingss side menu+++++++++++++++*/

/*.agri-busingss-side-menu {*/
/*    display:flex;*/
/*}*/

.agri-busingss-side-menu {
  display: flex!important;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 16em;
}


.agri-busingss-side-menu .hs-menu-wrapper > ul{
  font-size:100%;
  background-color:rgba(255,255,255,0.8);
  padding: 25px;
  margin-right: 25px;

}

.agri-busingss-side-menu .hs-menu-wrapper > ul > li{
  display: block;
  border-bottom: 1px solid #f94669;
}

.agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child {
  border: none;
  background: #f94669!important;
}

.agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child a{
  color: #ffffff!important;
}

.agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child a::after {
  content: url("https://3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/images/download-icon-white-small-v2.png");
  position: absolute;
  top: 15px;
  left: 250px;
}


/*.agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child a:hover, a:focus{*/
/*    color: #f94669!important; */
/*    -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;; */
/*}*/

.agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child:hover {
  border: none;
  background: #527A9D!important;
  -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;; 
}

.agri-busingss-side-menu .hs-menu-wrapper > ul > li > a{
  line-height: 20px;
  position: relative;
  display: block;
  text-decoration:none;
  color: #f94669!important; 
  padding: 15px 10px 15px 15px;
  font-family: 'Conv_Karbon-Regular',sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;; 
}


.agri-busingss-side-menu .hs-menu-wrapper > ul > li > a:hover, a:focus{
  color: #ffffff!important; 
}

/*++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  margin-top: 40px;
  float: right;
  font-size:100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  line-height: 20px;
  position: relative;
  display: block;
  text-decoration:none;
  color: #fff;
  padding: 15px 10px;
  font-family: 'Conv_Karbon-Regular',sans-serif;
  font-weight: 400;
  transition: all 5s ease-in-out 5s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  content:"";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5.5px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.get-free-quotes{
  font-size: 16px;
  padding: 10px 0 10px 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.get-free-quotes > a{
  padding: 2px 15px;
  background: #ffd32f;
  color: #012243;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.get-free-quotes > a:hover{
  background: #ebc228;
  color: #012243;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #ffd32f;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: transparent;
  font-size: 14px;
  min-width: 160px;
  -webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-o-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{

}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 4px 12px;
  color: #ffd32f;
  font-size: 18px;
  text-decoration:none;
  font-family: 'Conv_Karbon-Regular',sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #ffcc0f;
  font-size: 19px;
}

/* 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 */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .sticky-wrapper.is-sticky .sticky-bg{
    padding: 20px 0;
    text-align: center;
  }

  .sticky-bg h1{
    -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;;
  }
  .sticky-wrapper.is-sticky .sticky-bg h1 {
    display: inline-block;
    font-size: 30px;
    margin: 0 15px 0;
  }

  .sticky-wrapper.is-sticky .sticky-bg .sticky-btns{
    height: 40px;
    line-height: 40px;
  }
  `
  div#sticky-wrapper.is-sticky{
    min-height:80px;
    height:80px !important;
  }

  .home-page-layout div#sticky-wrapper,
  .blog div#sticky-wrapper{
    height: 195px !important;
    min-height: 195px!important;
    background: transparent;
  }

  .enquiry-module-agri-business div#sticky-wrapper{
    height: 155px !important;
    min-height: 155px!important;
    background: transparent;
  }

  .enquiry-module-agri-business .sticky-bg{
    padding-bottom: 60px;
  }

  .blog .custom-footer-bottom-wrapper .widget-type-follow_me {
    min-height: 0;
  }
  .blog .widget-span.custom-footer-col {
    /*padding-bottom: 0;*/
  }

  .blog .custom-footer-bottom-wrapper p {
    /*margin-top: -7px;*/
  }
  .blog .cm-listing .post-item .cm-half-col,
  .blog .cm-listing .post-item,
  .cm-half-post .post-item {
    width: 80% !important;
    float: left;
  }

  .hs-blog-post .blog-content,
  .hs-blog-post .blog-sidebar {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hs-blog-post .blog-content {
    width: 58.33333333%;
  }

  .hs-blog-post .blog-sidebar {
    width: 41.66666667%;
  }
  .blog .custom-footer-bottom-wrapper{
    position:relative;
  }
  /*.blog .custom-footer-bottom-wrapper .social-bg{*/
  /*    position:absolute;*/
  /*    top:-46px;*/
  /*    left:0;*/
  /*    width:auto;*/
  /*    z-index:1;*/
  /*}*/
  .blog-post-wrapper .cm-share-wrapper > a i{
    display:none;
  }
}


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

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

@media (max-width: 767px){

  /* 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: -59px;           /* Position Button at right of screen */
    right: 20px;   
    background: #ffffff; /* Background color */
    border: 0px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000; 
    padding: 0 10px;
    margin: 10px 0 0 10px;
    width: 40px;
    height: 40px;
    background-color: #464965!important;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

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



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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin:  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: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-top: 2px solid #f1f4f6;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background: #3dc1c7;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    font-family: 'Conv_Karbon-Semibold',sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .custom-menu-primary .hs-menu-wrapper > ul ul > li a{
    padding: 15px 30px;
    font-size: 20px;
    line-height: 20px;
    overflow: visible;
    font-family: 'Conv_Karbon-Semibold',sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    float: right;
    margin-top: 8px;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #78d4d8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open{
    border-bottom:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover{
    color: #ffd32f;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.get-free-quotes{
    display:none!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open+li {
    margin-top: -3px;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{
    border-top: 1px solid #78d4d8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li a{
    font-size:18px;
  }
  /* 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 */
  }

  .enquiry-module-agri-business div#sticky-wrapper{
    height: 115px !important;
    min-height: 115px!important;
    background: transparent;
  }

  .enquiry-module-agri-business .sticky-bg{
    padding-bottom: 40px;
  }

}






/* Blog Css Here */


.blog .custom-footer-col-3 h4 {
  line-height: 22px;
}
.blog .custom-footer-bottom-wrapper .social-bg .fa{
  /*top: auto;*/
}
.blog .custom-footer-bottom-wrapper .social-bg .fa-facebook {
  top: 5px;
}
/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */



.hs-blog-header .custom-bussiness-banner .banner-content {
  padding: 245px 0 0;
}

.hs-blog-header .custom-banner h1 {
  color: #212336;
  font-size: 72px;
}
.hs-blog-header h1 a{}

.hs-blog-header .custom-banner .arrow-sixth {
  padding: 50px 0 30px;
  bottom: 20px;
}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {
  font-size: 15px;
}

p.posted-by {
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {

}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 0px;
  padding: 0px 0 0 0;
  border-top: 0px solid #cccccc;
  border-bottom: 0px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  padding: 0 0;
  display:block;
}
.new-comments.no-comments { border: none !important; }
.blog-pagination a.previous-posts-link {float:left; padding-right:30px; font-size:28px; color:#f8486b; font-weight: 700;}
.blog-pagination a.previous-posts-link:hover {color: #3dc1c7;}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {float:left; padding-right:30px; font-size:28px; color:#f8486b; font-weight: 700;}
.blog-pagination a.next-posts-link:hover {color: #3dc1c7;}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
  padding-left: 20px;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
  font-size: 25px;
  color: #3dc1c7;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/*==================BLOG==========================*/

.blog .cm-half-post .cm-row {
  margin: 0 -15px !important;
  float: none;

  display: flex;
  flex-direction: column;
}
.cm-half-post .post-item {
  padding-left: 15px;
  padding-right: 15px;
}

.blog .cm-half-post .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

/*.blog .cm-half-post {*/
/*    padding-bottom: 94px;*/
/*}*/

.blog #blog-top {
  width: 100%;
}

.blog-padding-top {
  padding-top: 80px;
}

.blog-post-listing-ul h3 {
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 10px;
  color: #3dc1c7;
  font-weight: bold;
}

.blog-post-listing-ul ul {
  list-style: none;
  padding-left: 0;
}

.blog-post-listing-ul li {
  padding-left: 0;
  margin-bottom: 18px;
  line-height: 0.9;
}

.blog-post-listing-ul a {
  font-size: 20px;
}

.blog-post-listing-ul a.filter-expand-link {
  font-size: 18px;
  color: #f8486b;
  text-decoration: underline;
}

.blog-post-listing-ul label {
  font-size: 20px;
}

/*.blog .cm-half-post{*/
/*    padding-top:94px;*/
/*}*/

/*.cm-half-post .post-item:first-of-type {*/
/*    padding-right: 47px;*/
/*}*/

.cm-half-post .post-item {
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}

.post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0;
}

.cm-half-post .post-item:last-of-type {
  /*padding-left: 47px;*/
}

.cm-half-post .post-header h2 {
  width: 100%;
  color: #3dc1c7;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0;
  padding-top: 22px;
}

.cm-half-post .post-header h2 a {
  color: #3dc1c7;
  font-size: 28px;
  line-height: 1.2;
}

.cm-half-post .post-body p {
  font-size: 20px;
  color: #212336;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  margin-top: 15px;
}

.cm-half-post a.more-link {
  display: inline-block;
  width: 151px;
  height: 42px;
  border-radius: 3px;
  background: #f8486b;
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 42px;
  margin-top: 15px;
  padding-top: 2px;
}

.cm-half-post a.more-link:hover {
  background: #d72a4d;
}

.blog .cm-listing {
  padding: 90px 0;
  background: #f1f1f1;
}

.blog .cm-listing .cm-row {
  margin: 0 -15px;
}

.blog .cm-listing .post-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.blog .cm-listing .post-item:nth-child(odd) {
  padding-right: 47px;
}

.blog .cm-listing .post-item:nth-child(even) {
  padding-left: 47px;
}
.blog .cm-listing .post-item:nth-child(2n+1){
  clear:left;
}
.blog .cm-listing .post-item .cm-half-col {
  padding: 0 15px;
}

.blog .cm-listing .post-header h2 {
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  color: #3dc1c7;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0;
}

.blog .cm-listing .post-header h2 a {
  color: #3dc1c7;
}

.blog .cm-listing a.more-link {
  color: #f8486b;
  font-size: 20px;
  font-family: 'Conv_Karbon-Regular',sans-serif;
  text-decoration: underline !important;
}

.blog-pagination {
  clear: both;
  padding: 10px 0;
  margin-top:50px;
  margin-bottom:100px;
}

.blog .cm-listing .post-item:nth-child(odd) .cm-half-col.hs-featured-image-wrapper {
  padding-left: 10px;
}


.blog .custom-banner h1 > span {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  color: #fff;
}



.hs-blog-post .hs-blog-header .custom-bussiness-banner.custom-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  content: "";
  display: inline-block;
  z-index:1;
}

.hs-blog-post .hs-blog-header .custom-bussiness-banner.custom-banner > div.cont-sec {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  display: table;
}

.hs-blog-post .hs-blog-header .custom-bussiness-banner.custom-banner .page-center {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}

/********************Custom static blog post banner*******************/

.hs-blog-post .fixed-header .custom-bussiness-banner.custom-banner .page-center {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:200px;
}

.custom-bussiness-banner.custom-banner.fixed {
  background-position: center bottom;
  height: 50vh;
  min-height:500px;
}

.custom-bussiness-banner.custom-banner.fixed .arrow-sixth {
  display:none;
}

/*.hs-blog-post .hs-blog-header .custom-banner.fixed h1 {*/
/*    font-size: 40px;*/
/*    line-height: 40px;*/
/*}*/

.hs-blog-post .hs-blog-header .custom-bussiness-banner.custom-banner.fixed:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  content: "";
  display: inline-block;
  z-index: 1;
}

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

.hs-blog-post .hs-blog-header .custom-bussiness-banner .banner-content {
  padding: 0;
}

.hs-blog-post .hs-blog-header .custom-banner h1 {
  font-size: 60px;
  line-height: 60px;
  max-width: 100%;
  color: #fff;
}

.hs-blog-post .cm-share-wrapper > a {
  display: inline-block;
  width: 151px;
  height: 42px;
  border-radius: 3px;
  background: #f8486b;
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 42px;
  padding-top: 2px;

}

.hs-blog-post .cm-share-wrapper > a:hover {
  background: #d72a4d;
}

.hs-blog-post .cm-share-wrapper {
  width: 100%;
  float: left;
  margin-top: 15px;
  position: relative;
  z-index:3;
}

.hs-blog-post .cm-share-wrapper .hs-post-share {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
  z-index:3;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}
.custom-bussiness-banner.custom-banner  .cm-share-wrapper .hs-post-share{
  top: 100%;
  margin-top: 0;
  background: #fff;
  border: none;
  width: 150px;
  box-shadow: 0px 0px 3px 1px #B1B1B1;
  margin-top: 5px;
  z-index: 5;
}
.hs-blog-post .hs-blog-header .custom-banner .arrow-sixth {
  z-index: 99;
}

.hs-blog-post #blog-story-content {
  padding: 0 0;
  position: relative;
  z-index:3;
}
.blog{
  overflow-x:hidden;
  position:realtive;
}
.hs-blog-post #blog-story-content .content-wrapper {
  position: relative;
  z-index:3;
}

.hs-blog-post .blog-content {
  padding-right: 70px;
}

.hs-blog-post .blog-sidebar {
  margin: 0;
}

.hs-blog-post #blog-story-content .content-wrapper:after {
  width: 100%;
  z-index: -1;
  position: absolute;
  top: -70px;
  left: 58.33333333%;
  bottom: -70px;
  content: "";
  display: inline-block;
  /*background: #f1f1f1;*/
}


.blog-sidebar .cm-recent-posts {
  width: 100%;
  float: left;
  padding-left: 25px;
}

.blog-sidebar .cm-recent-posts h3 {
  width: 100%;
  float: left;
  font-size: 40px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0;
  color: #f8486b;
  margin-bottom: 25px;
}

.blog-sidebar .cm-recent-posts .cm-recent-item {
  padding-left: 15px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
} 

.cm-recent-posts .cm-rec-half {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.cm-recent-posts .cm-row.row-fluid {
  margin: 0 -15px;
}

.cm-recent-posts .cm-rec-half.cm-rec-feat-img {
  padding-left: 2px;
}

.cm-recent-posts .cm-rec-half + .cm-rec-half {
  padding-right: 0;
}

.cm-recent-posts .cm-rec-half.cm-rec-feat-img img {
  max-width: 100%;
  max-height: 100%;
}

.cm-recent-posts .cm-rec-half h4 {
  font-size: 28px;
  line-height: 28px;
  color: #3dc1c7;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  padding-top: 5px;
}

.cm-recent-posts .cm-rec-half h4 a {
  color: #3dc1c7;
}

.cm-recent-posts .cm-rec-half a.more-link {
  color: #f8486b;
  font-size: 20px;
  font-family: 'Conv_Karbon-Regular',sans-serif;
  text-decoration: underline !important;
  line-height: 32px;
}

.blog-post-wrapper .cm-share-wrapper > a {
  float: right;
  width: 151px;
  height: 42px;
  background: #f8486b;
  text-align: center;
  font-size: 20px;
  font-family: 'Conv_Karbon-Regular',sans-serif; 
  color: white;
  border-radius: 5px;
  line-height: 42px;
  padding-top: 2px;
}

.blog-post-wrapper .cm-share-wrapper .hs-post-share {
  top: 100%;
  margin-top: 0;
  background: #fff;
  border: none;
  width: 150px;
  right: 0;
  box-shadow: 0px 0px 3px 1px #B1B1B1;
  margin-top: 5px;
  z-index:5;
  left:auto;
}


.hs-blog-post .blog-content {
  padding-right: 70px !important;
}

.hs-blog-post #blog-story-content .content-wrapper > div {
  margin: 0 -15px;
}

.hs-blog-post .post-body p {
  font-size: 20px;
  color: #212336;
  margin-top: 15px;
  width: 100%;
}

.cm-recent-posts .cm-rec-half.full-width {
  float: none;
  width: 100%;
}


/* ==========================================================================
5a. Custom CSS                                             
========================================================================== */


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display:block;
  margin:0 0 6px;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%!important;
  border: none;
  border-radius: 0;
  height: 44px;
  box-shadow: none;
  outline: none !important;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  font-size: 20px;
  padding-right: 42.5px;
  font-family: inherit;
  margin: 0 0 15px;
  display:block;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  border: none;
}
.carretIcon{
  position: relative; 
}
.carretIcon:before{
  content: '\f0d7';
  top: 50%;
  right: 10px;
  vertical-align: middle;
  color: #3dc1c7;
  position: absolute;
  font-size: 15px;
  z-index: 2;
  margin-top: -12px;
  font-family: Fontawesome;
}
select {
  color: #999;
  background: #ededed;
  position: relative;
  padding-right: 25px;
  z-index:1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus,
select:hover{
  box-shadow: none !important;
  border: none;
  background: #fff !important;
  outline: none !important;
}
ul.hs-error-msgs.inputs-list {
  color: #a94442;
  font-size: 12px;
  margin:-14px 0 15px;
}
ul.hs-error-msgs.inputs-list li{
  margin: 0;
  padding: 0;
}
.hs-input.invalid.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;;
}
.hs-input.invalid.error {
  margin-bottom:0;
  -webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;;
}
ul.hs-error-msgs.inputs-list{
  margin-top: 5px;
}
ul.hs-error-msgs.inputs-list li{
  height:16px;
  line-height:16px;
}
/* Separate Styles for Multiple Line Inputs */
textarea {
  resize: none;
  height: 162px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color:#adadad!important;
  font-size:20px;
}
:-moz-placeholder {
  color:#adadad!important;
  font-size:20px;
}
::-moz-placeholder {
  color:#adadad!important;
  font-size:20px;
}
:-ms-input-placeholder {
  color:#adadad!important;
  font-size:20px;
}


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  width: auto;
  font-family: inherit;
  outline: none!important;
  border:none;
  min-width: 125px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  background: #f8486b;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 15px 0;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;;
  -webkit-transition:  all 0.2s ease-in-out 0s;
-moz-transition:  all 0.2s ease-in-out 0s;
-o-transition:  all 0.2s ease-in-out 0s;
-ms-transition:  all 0.2s ease-in-out 0s;
transition:  all 0.2s ease-in-out 0s;;
}

.hs-button.primary.ebook-form,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  width: auto;
  font-family: inherit;
  outline: none!important;
  border:none;
  min-width: 125px;
  text-align: center;
  padding: 30px !important;
  color: #fff;
  background: #f8486b;
  font-size: 20px !important;
  height: 0px !important;
  line-height: 8px !important;
  margin: 15px 0;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;;
  -webkit-transition:  all 0.2s ease-in-out 0s;
-moz-transition:  all 0.2s ease-in-out 0s;
-o-transition:  all 0.2s ease-in-out 0s;
-ms-transition:  all 0.2s ease-in-out 0s;
transition:  all 0.2s ease-in-out 0s;;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #f86f8a;
  color: #fff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-banner{
  height: 440px;
  background-repeat:no-repeat;
  background-position:center top;
  background-size: cover;
  text-align:center;
  margin-top:-1px;
  position:relative;
  z-index:2;
}
.custom-banner h1, .custom-banner span.h1 {
  padding: 0 20px;
  font-size: 70px;
  color: #ffd32f;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  text-align: center;
  margin: 0;
}
.custom-banner h1 > span , .custom-banner span.h1 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}

.custom-banner-lp {
  height: 440px;
  background-repeat:no-repeat;
  background-position:center top;
  background-size: cover;
  text-align:center;
  margin-top:-1px;
  position:relative;
  z-index:2;
}

.custom-banner-lp-no-height{
  height: 100px;
  /*margin-bottom: 70px;*/
  padding-top: 115px;
}

.custom-banner-lp h1{
  padding: 0 20px;
  font-size: 70px;
  color: #212336;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  text-align: center;
  margin: 0;
}

.custom-banner-lp h1 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}

.banner-content{
  padding: 200px 0 0;
}

.lp-banner-content{
  display: flex;
  padding: 200px 0 0;
  justify-content: space-around;
}


.custom-banner .page-center{
  padding: 0;
}
.custom-banner .arrow-sixth {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 30px;
  left: 0;
  z-index:5;
}

#hs_cos_wrapper_widget_1518041501897 {
  margin-top: 40px;
}


/* Styles that do not fit into any of the available sections above can go here. */

/* =================== Full Width Page Layout =====================*/
.full-width-layout {}

.custom-fullwidth-row-1{
  padding: 70px 0px 30px;
}
.custom-fullwidth-row-1 blockquote {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 27px;
  color: #212336;
}
p.margin-cls {
  margin-bottom: 12px;
}
blockquote ul {
  margin: 0 0 12px;
  padding:0;
  list-style:none;
}
blockquote ul > li{
  margin: 0 0 12px;
  position: relative;
  padding-left: 15px;
}
blockquote ul > li:before {
  content: '\f111';
  position: absolute;
  font-family: Fontawesome;
  font-size: 10px;
  left: 0;
}
.custom-fullwidth-row-1 blockquote > div h4 {
  margin-bottom: 10px;
}
p + p {
  margin: 12px 0 0;
}
.arrow {
  text-align: center;
}
.custom-one-col-section-scroll {
  padding-top: 3px;
}
.cell-wrapper.layout-widget-wrapper {
}

.custom-full-width-question-wrapper {
  text-align: center;
  padding: 80px 0;
  background: #3dc1c7;
}

.custom-full-width-question-wrapper h1 {
  font-size: 50px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0 0 30px;
}

.custom-full-width-question-wrapper h1 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
  color: #fff;
}

.callnow-btn, 
.chat-btn {
  display: inline-block;
  width: 150px;
  padding: 2px 5px;
  color: #fff;
  background: #f8486b;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;;
}
.chat-btn {
  margin-left: 9px;
}
.callnow-btn:hover, 
.callnow-btn:focus, 
.chat-btn:hover, 
.chat-btn:focus {
  background: #f86f8a;
  color: #fff;
}
/* =================== Contact Us Layout =====================*/
.full-width-layout .body-container .page-center,
.contact-layout .body-container .page-center,
.why-us-layout .body-container .page-center,
.bussiness-layout .body-container .page-center,
.home-page-layout  .body-container .page-center,
.blog  .body-container .page-center{
  padding-top:0 ;
  padding-bottom:0 ;
}
.contact-layout {}
.custom-form-row-1 {
  padding: 60px 0px 30px;
  background: #e0e0e0;
}

.custom-form-row-1 .section-header {
  text-align: center;
}

.custom-form-row-1 .section-header h1 {
  font-size: 50px;
  color: #3dc1c7;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0 0 30px;
}

.custom-form-row-1 .section-header h1 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}

.custom-form-row-1 .section-header p {
  margin: 0 auto 15px;
  max-width: 895px;
}

.custom-form-row-1  .page-center {

}
.custom-form-row-1{}
.custom-contact-form h3.form-title,
.custom-contact-form .hs-form-field > label{
  display:none;
}
.custom-contact-form {
  padding: 30px 0;
}
.custom-contact-form form{
  display:block;
  width: 100%;
  max-width: 1000px!important;
  margin:0 auto;
}
.custom-contact-form form > div.wrap-btn{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-contact-form form > div.hs_submit{
  width: 100%;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
.custom-contact-form form input.hs-button.primary.large{
  margin-bottom: 6px;
}
.custom-form-row-2{}
.custom-form-row-2 {
  padding: 40px 0px 20px;
}
.custom-form-row-2 .page-center{
  padding-right: 20px;
  padding-left: 20px; 
}
.custom-form-row-2 .widget-type-header {
  text-align: center;
}

.custom-form-row-2 .widget-type-header h1 {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 50px;
  margin: 30px 0 0;
  text-align: center;
  color: #f8486b;
}

.custom-form-row-2 .widget-type-header h1 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.custom-form-row-2-three-col-wrapper{
  padding:55px 0 20px;
}
.widget-span.custom-form-row-2-col{
  margin-left:0;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.widget-span.custom-form-row-2-col > div{
  background: #efefef; 
  min-height: 395px;
}

.custom-form-row-2-col-1{}
.custom-form-row-2-col-2{}
.custom-form-row-2-col-3{}
.custom-form-row-2-content{
  padding: 30px 20px;
  text-align: left;
  font-size: 25px;
  padding-top:24px;
  line-height: 1.42857143;
}
.custom-form-row-2-content h2 {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
}

.custom-form-row-2-content h2+* {
  margin-top: 18px;
  display: block;
}

.custom-form-row-2 .custom-one-col-section-scroll {
  padding: 28px 0 10px;
}

/* ============ Why Us Layout =======================*/
.why-us-layout{}

.custom-banner.custom-why-us-banner {
  height: 100vh;
  position: relative;
  color: #ffd32f;
  padding: 0px;
  background-position: right top;
}

.custom-banner.custom-why-us-banner .cont-sec {
  padding: 50px 0 0;
  height: 100%!important;
  display: table!important;
  width: 100%;
}

.custom-banner.custom-why-us-banner .page-center {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-banner.custom-why-us-banner .play-cont h2 {
  font-size: 50px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  line-height: 1.1;
  margin: 0;
}
.custom-banner.custom-why-us-banner .play-cont h2 > span{
  font-family: 'Conv_Karbon-Light',sans-serif;
  font-size: 48px;
}
.custom-banner.custom-why-us-banner .space{
  height: 250px;
  line-height: 250px;
}
.custom-why-us-banner .banner-content{
  padding:0;
}
.custom-banner.custom-why-us-banner .play-cont {
  max-width: 715px;
  margin: 0 auto;
}

.sticky-bg {
  padding: 35px 0 40px;
  background: #f8486b;
  color: #fff;
  text-align: center;
  z-index:55!important;
  -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;;
}
.sticky-bg h1 {
  margin: 0 0 15px;
  font-size: 50px;
  font-family: 'Conv_Karbon-Light',sans-serif!important;
  transition: all 0.2s ease-in-out 0s!important;
}
.sticky-bg .sticky-btns {
  display: inline-block;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
  padding: 2px 6px;
  font-size: 20px;
  color: #fff!important;
  height: 50px;
  line-height: 50px;
  background: #212336;
  transition: all 0.2s ease-in-out 0s!important;
}
.sticky-bg .sticky-btns + .sticky-btns {
  background: #3dc1c7;
  margin-left: 13px;
}
.sticky-bg .sticky-btns:hover {
  background: #5a5a5b;
}
.sticky-bg .sticky-btns + .sticky-btns:hover {
  background: #64e5eb;
}


.enquiry-module-agri-business .sticky-btns {
  max-width: 290px!important;
  height: 50px;
}


.custom-one-column-top-img-wrapper{
  padding: 50px 0 25px;
  text-align: center;
  position: relative;
}
.custom-one-column-top-img-wrapper .top-img+h1 {
  font-size: 50px;
  margin: 30px 0 35px;
  float: left;
  width: 100%;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  color: #3dc1c7;
}
.custom-one-column-top-img-wrapper .top-img+h1 > span{
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.custom-one-column-top-img-wrapper .description {
  font-size: 23px;
  line-height: 26px;
  max-width: 1000px;
  margin: 0 auto 25px;
}
#moneyback-sec {
  padding-top: 100px;
}
.custom-three-col-top-heading {
  padding: 90px 0;
  background: #3dc1c7;
  text-align: center;
}
.custom-three-col-top-heading .ourmission-cont h1 {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 50px;
  margin: 0 0 60px;
  text-align: center;
  color: #fff;
}
.custom-three-col-top-heading .three-col {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 26px;
}

.custom-three-col-top-heading .three-col h2 {
  color: #fff;
  font-size: 35px;
  font-family: 'Conv_Karbon-Semibold',sans-sreif;
  margin: 35px 0 15px;
}

.custom-three-col-top-heading .three-col p {
  margin: 0 0 10px;
}
.custom-one-col-content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 121px 0;
  background-position: center;
  position: relative;
  z-index: 1;
  /*margin-top:30px;*/
}
div#weonly-sec {
  margin-bottom: 15px;
}
.custom-one-col-content-wrap .light-sec-cont {
  width: 41.66666667%;
  line-height: 26px;
}

#commercial-8.custom-one-col-content-wrap .light-sec-cont {
  width: 100%;
  line-height: 26px;
}

.custom-one-col-content-wrap h1.title {
  font-size: 50px;
  margin: 0 0 35px;
  float: left;
  width: 100%;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}

.custom-one-col-content-wrap h1.title > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}

.custom-one-col-content-wrap .arrow-sixth.one-column-arrow {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 30px;
  left: 0;
}

.custom-one-col-content-wrap p {
  margin: 0 0 20px;
}
.custom-one-col-content-wrap .description {
  padding-right: 15px;
}
.custom-one-col-content-wrap p:last-child {
  margin: 0;
}
.why-us-layout .custom-one-col-section-scroll {
  padding-top: 18px;
  padding-bottom: 30px;
}
.custom-banner.custom-why-us-banner .play-cont h2.massege > span{
  display:block;
}
/* ================= Bussiness Layout ===================*/
.bussiness-layout{}
.custom-bussiness-banner .banner-content {
  padding: 220px 0 0;
}
.custom-bussiness-banner.custom-banner {
  background-position: center bottom;
  /*height: 100vh;*/

  height: auto;
  min-height: 100vh;
}
.head-btns-bg {
  position: absolute;
  left: 0;
  bottom: 74px;
  width: 100%;
  text-align: center;
  padding: 0 20px 20px;
  z-index: 5;
}
.head-btns-bg .hs-menu-wrapper ul > li {
  margin: 0;
  padding-left: 0px;
  margin-left: 17.5px;
}
.head-btns-bg .hs-menu-wrapper ul > li:first-child{
  margin-left:0;
}
.head-btns-bg .hs-menu-wrapper ul > li > a {
  background: rgba(221, 221, 221, 0.4);
  font-size: 20px;
  color: #212336;
  padding: 2px 8px!important;
  min-width: 140px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-family: 'Conv_Karbon-Regular',sans-serif;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;;
}
.head-btns-bg .hs-menu-wrapper ul > li > a:hover,
.head-btns-bg .hs-menu-wrapper ul > li.active > a{
  background: #2da0a5;
  opacity: 1;
  color: #fff; 
}

.head-btns-bg .hs-menu-wrapper ul > li.active > a{
  background: #3dc1c7;
}
.head-btns-bg .hs-menu-wrapper ul > li.active > a:hover{
  background: #2da0a5;
}
.custom-bussiness-one-column {
  background-size: cover;
  position: relative;
  height: 989px;
  padding: 40px 0;
  z-index: 2;
  border: none;
  background-color: #fff;
  background-position: left center;
}
.custom-bussiness-one-column  h1.buss-title {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 50px 0 0;
}
.custom-bussiness-one-column  h2.buss-sub-title {
  font-family: 'Conv_Karbon-Regular',sans-serif;
  margin: 0;
}
.custom-bussiness-one-column  h1.buss-title,
.custom-bussiness-one-column  h2.buss-sub-title{
  padding: 0 20px; 
  padding: 0 20px;
  font-size: 50px;
  text-align: center;
  color: #3dc1c7;
}
.custom-bussiness-one-column  .commercial-cont {
  width: 55%;
  margin-top: 230px;
  font-size: 23px;
  line-height: 26px;
  padding: 0 20px;
  padding-left: 0;
}
.custom-bussiness-one-column  .commercial-cont p {
  margin-bottom: 25px;
}
.custom-bussiness-one-column  .commercial-cont p span {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.custom-bussiness-one-column  .commercial-cont p:last-child {
  margin-bottom: 0;
}
.custom-bussiness-one-column .business-arrw1.section-arrow {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  bottom: 30px;
  margin: 40px 0 0;
}



.custom-two-col-equal {
  padding: 40px 0 30px;
  background: #f8486b;
  position: relative;
  color: #fff;
}
.custom-two-col-equal h1.equal-col-title {
  font-size: 50px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  text-align: center;
  margin: 25px 0 0;
  width: 100%;
  padding: 0 20px;
}
.custom-two-col-equal .whyget-list{
  margin-top: 55px;
}
.custom-two-col-equal .equal-2-col{
  width:50%;
  float:left;
  font-size: 23px;
  padding-right: 10px;
}
.custom-two-col-equal .equal-2-col.col-2{
  padding-right:0;
}
.custom-two-col-equal .equal-2-col ul{
  list-style:none;
  margin: 0;
  padding:0;
}
.custom-two-col-equal .equal-2-col ul > li{
  width: 100%;
  margin-bottom: 30px;
  padding-left: 55px;
  line-height: 1.42857143;
}
.custom-two-col-equal .equal-2-col ul > li span {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.custom-two-col-equal .equal-2-col ul > li:before {
  content: '';
  position: absolute;
  background: url(//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Images/small-tick.png);
  width: 47px;
  height: 47px;
  left: 0;
  top: -6px;
}
.custom-two-col-equal .equal-2-col ul > li:last-child{
  margin-bottom:0;
}
.custom-two-col-equal .italics-txt {
  font-style: italic;
  padding: 24px 0px 2px;
  font-size: 18px;
}
.custom-two-col-equal .business-arrw2.section-arrow {
  margin-bottom: 0;
}
.three-col-content-with-icon {
  text-align:center;
  padding: 50px 0 0;
  position: relative;
  position:relative;
  z-index:2;
  color: #ffd32f;
  background-repeat: no-repeat;
  background-position:right top;
  background-size: cover;
}
.three-col-content-with-icon h2 {
  font-size: 50px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  max-width: 865px;
  margin: 0 auto;
  margin-top: 55px;
}
.three-col-content-with-icon h3{
  font-size: 49px;
  font-family: 'Conv_Karbon-Light',sans-serif;
  color: #fff;
  margin: 20px 0 0;
}
.three-col-content-with-icon h3 > a{
  color:#fff;
}
.three-col-content-with-icon h3 > a:hover{
  color: #ffd32f;
}
.three-col-content-with-icon h3+h2{
  margin:0 auto;
}
.three-col-content-with-icon .space{
  height: 340px;
  line-height: 400px;
  width: 100%;
}
.three-col-content-with-icon .three-col-content {
  padding: 40px 0 0;
}
h2.testimoneal > span,
.custom-two-col-equal h1.equal-col-title  > span{
  font-family: 'Conv_Karbon-Light',sans-serif;
  font-size: 48px;
}
.custom-two-col-equal h1.equal-col-title  > span{
  font-size:inherit;
}
.three-col-content-with-icon .three-col {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.three-col-content-with-icon .three-col h3{
  color: #fff;
  margin: 20px 0 0;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 30px;
}
.three-col-content-with-icon .arrow-third {
  width: 100%;
  text-align: center;
  padding: 53px 0 30px;
  margin:0;
}
.one-column-right-content {
  min-height: 670px;
  padding: 160px 0;
  background-repeat: no-repeat;
  background-position: left center;
  position:relative;
  z-index:2;
  background-size: 749px 499px;
}
.one-column-right-content .business-arrw3 {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index:2;
}
.one-column-right-content .onsite-cont {
  width: 50%;
  float: right;
  margin-bottom: 25px;
  padding-left: 15px;
}

.one-column-right-content .onsite-cont h1 {
  font-size: 50px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0;
  color: #3dc1c7;
}

.one-column-right-content .onsite-cont h1 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.one-column-right-content .onsite-cont .content {
  font-size: 23px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.custom-two-col-right-image{
  width: 100%;
  padding: 100px 0 0;
  background-color:#74e7e9;
  position: relative;
  z-index:2;
  background-repeat:repeat-x;
}


/*+++++++++++Agri-page-sections++++++++++++*/

#agri-section-1{
  margin-top:0;
}

#agri-section-2 h1{
  color:#3dc1c7;
}

#agri-section-2 p{
  color:#212336;
}


#agri-section-7 h1{
  color:#3dc1c7;
}

#agri-section-7 p{
  color:#212336;
}


/*#agri-section-1{*/
/*    width: 100%;*/
/*    padding: 100px 0 50px;*/
/*    background-color:#e0e0e0;*/
/*    position: relative;*/
/*    z-index:2;*/
/*    background-repeat:repeat-x;*/
/*}*/

/*.yellow-cta::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url(https://3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WebsiteMigrationImages/Images/pillar-pages/icon-video-btn.png);*/
/*    width: 76px;*/
/*    height: 76px;*/
/*    background-repeat: no-repeat;*/
/*    margin-top: -21px;*/
/*    margin-left: 10px;*/
/*}*/


.yellow-cta-wrapper {
  display: flex!important;
  justify-content: center!important;
  padding-left:20px;
  padding-right:20px;
}

.yellow-cta-wrapper .yellow-cta-img {
  height:90px;
  margin-left:30px;
  border: 1px solid #fff;
}


/*+++++++++++++++++++++++++++++++++++++++++*/

.custom-two-col-right-image .page-center{
  padding-left:0;
  padding-right:0;
}
.section-arrow {
  text-align: center;
  margin: 40px 0 10px;
}
.custom-two-col-right-image .farming-arrw2 {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index:2;
}
.two-col-right-img-col {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-right-img-col.intelligent-cont {
}
.two-col-right-img-col.phone-bg {
  text-align: center;
}
.two-col-right-img-col.intelligent-cont h1 {
  font-size: 50px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 25px 0 0;
  width: 100%;
  color: #fff;
}
.two-col-right-img-col.intelligent-cont h1  > span{
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.two-col-right-img-col.intelligent-cont p {
  font-size: 23px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 0;
  width: 100%;
}

/* ====================== Farming Page =================*/
.two-column-content-with-background {
  background-size: cover;
  position: relative;
  color: #fff;
  height: 813px;
  padding: 40px 0 20px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
}

#agri-section-1 p{
  font-size: 20px;
  line-height:24px;
}

#agri-section-2 p{
  font-size: 20px;
  line-height:24px;
}

#agri-section-3 p{
  font-size: 20px;
  line-height:24px;
}

#agri-section-4 p{
  font-size: 20px;
  line-height:24px;
}

#agri-section-5 p{
  font-size: 20px;
  line-height:24px;
}

#agri-section-6 p{
  font-size: 20px;
  line-height:24px;
}

#agri-section-7 p{
  font-size: 20px;
  line-height:24px;
}

#agri-section-8 p{
  font-size: 20px;
  line-height:24px;
}


#agri-section-1 .row-fluid, #agri-section-2 .row-fluid, #agri-section-3 .row-fluid, #agri-section-4 .row-fluid, #agri-section-5 .row-fluid, #agri-section-6 .row-fluid, #agri-section-7 .row-fluid, #agri-section-8 .row-fluid{
  margin-top:10px;
}


/*#agri-section-4 {*/
/*    height: 600px;*/
/*}*/

.two-column-content-with-background h1.top-title {
  font-size: 50px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  text-align: center;
  margin: 50px 0 0;
  width: 100%;
  padding: 0 20px;
}

.two-column-content-with-background .solar-power-cont {
  margin-top: 35px;
  padding: 0 20px;
}

.two-column-content-with-background .solar-power-cont > div {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.two-column-content-with-background .solar-power-cont > div.two-col-1 {
  padding-left: 0;
}

.two-column-content-with-background .solar-power-cont > div.two-col-2 {
  padding-right: 0;
}

.two-column-content-with-background .two-col p {
  font-size: 23px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 0;
}
.two-column-content-with-background .section-arrow{
  width: 100%;
  text-align: center;
  margin: 40px auto 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index:2;
}
.custom-two-column-left-image-wrapp {
  padding: 60px 0;
  position: relative;
}

.custom-two-column-left-image-wrapp .two-col-content > div {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-two-column-left-image-wrapp .two-col-left.farmland-img {
  text-align: center;
  padding-left: 0;
  padding-top: 40px;
}

.custom-two-column-left-image-wrapp .two-col-left.farmland-cont {
  padding-right: 0;
  margin: 50px 0;
}

.custom-two-column-left-image-wrapp .two-col-left.farmland-cont p {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 25px;
}

a.get-quto {
  float: right;
  display: inline-block;
  width: 100%;
  max-width: 125px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  background: #f8486b;
  font-size: 20px;
  border-radius: 5px;
  float: right;
  transition: all 0.2s ease-in-out 0s!important;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;;
}
a.get-quto:hover {
  background: #f86f8a;
  color: #fff;
}
.custom-two-column-left-image-wrapp h1.farm-dsk {
  font-size: 50px;
  margin: 0 0 25px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  color: #3dc1c7;
}

.custom-two-column-left-image-wrapp h1.farm-dsk > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}

.two-col-left.farmland-cont p > span {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.full-column-right-content-with-background {
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 1000px;
  z-index: 1;
  padding: 40px 0 100px;
  background-repeat: no-repeat;
  background-position: center top;
}

.full-column-right-content-with-background .farming-arrw2.section-arrow {
  margin: 40px 0 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.full-column-right-content-with-background .dairy-farm-cont {
  float: right;
  width: 50%;
}


.full-column-right-content-with-background .section-copy-right {
  float: right;
  width: 50%;

}


.full-column-right-content-with-background .dairy-farm-cont h2 {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 50px;
  margin: 33px 0 0;
}

.full-column-right-content-with-background .section-copy-right h2 {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 50px;
  margin: 33px 0 0;
}

.full-column-right-content-with-background .dairy-farm-cont p {
  font-size: 23px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 0;
  width: 100%;
}

.full-column-right-content-with-background .section-copy-right p {
  font-size: 23px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 0;
  width: 100%;
}


.full-column-right-content-with-background .section-copy-right h1 {
  margin: 20px 0 0;
  font-size: 50px;
  font-family: 'Conv_Karbon-Light',sans-serif;
}

/*.full-column-right-content-with-background .section-copy-right ul {*/
/*    margin: 20px 0 0;*/
/*    font-size: 23px;*/
/*    padding: 0;*/
/*}*/

/*.full-column-right-content-with-background .section-copy-right ul > li {*/
/*    padding-left: 55px;*/
/*    text-align: left;*/
/*    margin-bottom: 18px;*/
/*    position: relative;*/
/*    line-height: 1.42857143;*/
/*}*/


.full-column-right-content-with-background .section-copy-right h2 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.custom-video-wrapper {
  padding: 70px 0 0;
  text-align:center;
  background-position: center top !important;
}






.full-column-right-content-with-background .dairy-farm-cont h1 {
  margin: 20px 0 0;
  font-size: 50px;
  font-family: 'Conv_Karbon-Light',sans-serif;
}

.full-column-right-content-with-background .dairy-farm-cont ul {
  margin: 20px 0 0;
  font-size: 23px;
  padding: 0;
  list-style: none;
}

.full-column-right-content-with-background .dairy-farm-cont ul > li {
  padding-left: 55px;
  text-align: left;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.42857143;
}

.full-column-right-content-with-background .dairy-farm-cont ul > li:before {
  content: '';
  position: absolute;
  background: url(//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Images/small-tick.png);
  width: 47px;
  height: 47px;
  left: 0;
  top: 7px;
}

.full-column-right-content-with-background .dairy-farm-cont h2 > span {
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.custom-video-wrapper {
  padding: 70px 0 0;
  text-align:center;
  background-position: center top !important;
}

.custom-video-wrapper.three-col-content-with-icon h2 {
  max-width: 900px;
  margin-bottom: 35px !important;
}
.custom-video-wrapper.three-col-content-with-icon .arrow-third {
  padding: 53px 0 30px;
}
.custom-video-wrapper.three-col-content-with-icon h3 {
  margin: 25px 0 0;
}
.space.video-wrap {
  max-width: 650px;
  margin: 0 auto;
  height: auto !important;
  line-height: normal !important;
  position: relative;
  z-index:1;
}
.play-btn video {
  vertical-align: middle;
  width: 100%!important;
  max-width: 650px!important;
  display: inline-block;
}
.play-btn .play-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index:1;
}
.play-btn .play-img img {
  position: absolute;
  margin: 0 auto;
  margin-top: -40px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;;
}
.hide-playbtn {
  display: none;
}
.play-btn a:hover img {
  opacity: 0.5;
  max-width: 115px;
}
.custom-two-column-left-image-wrapp .title-wrap h1{
  margin: 0 0 25px;
  width: 100%;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  color: #3dc1c7;
}

.full-column-right-content-with-background .section-copy-right ul > li > span,
.two-column-content-with-background .two-col p > span{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}



.full-column-right-content-with-background .dairy-farm-cont ul > li > span,
.two-column-content-with-background .two-col p > span{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.custom-two-column-left-image-wrapp .title-wrap h1 > span{
  font-family: 'Conv_Karbon-Light',sans-serif;
}


/* ====================== Commercial Page =================*/
.two-column-content-with-background#commercial-2 {
  height: 900px;
}

.two-column-content-with-background#commercial-3 {
  height: 850px;
}

.two-column-content-with-background#commercial-4 {
  height: 900px;
}

.two-column-content-with-background#commercial-5 {
  min-height: 1200px;
}

.two-column-content-with-background#commercial-6 {
  height: 750px;
}

.two-column-content-with-background#commercial-9 {
  height: 650px;
}

.custom-one-col-content-wrap#commercial-11 {
  height: 900px;
}

.custom-one-col-content-wrap#commercial-7 {
  margin-top: 0;
  height: 900px;
}

.full-column-right-content-with-background#commercial-2 {
  min-height: 800px;
}

.full-column-right-content-with-background#commercial-7 {
  min-height: 550px;
}

.full-column-right-content-with-background#commercial-10 {
  min-height: 700px;
}

.custom-one-col-content-wrap#commercial-2-1 h3{
  margin-top: 0;
}

.custom-one-col-content-wrap#commercial-2-1 .light-sec-cont h1 {
  display: none;
}

.custom-one-col-content-wrap#commercial-8 .light-sec-cont h1 {
  margin-bottom: 0;
}

.commercial-pillar-info {
  display: flex;
  flex-direction: row;
}



/* ===================== Home Page Layout ================ */
.home-page-layout{}
.home-page-layout .three-col-content-with-icon .three-col-content {
  padding: 30px 0 0;
}
.home-page-layout .custom-one-col-section-scroll {
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.custom-banner-slider .caption.below {
  margin: 220px 0 0;
}

.custom-home-pricing-table-wrapper{
  padding: 60px 0 30px;
  text-align: center;
  position:relative;
}
.custom-home-pricing-table-wrapper .page-center > div{
  margin-left:-20px;
  margin-right:-20px;
  width:auto!important;
}
.custom-home-pricing-table-wrapper .hs_cos_wrapper_type_header h1 {
  font-size: 50px;
  color: #3dc1c7;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.custom-home-pricing-table-wrapper .hs_cos_wrapper_type_header h1  > span{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.custom-pricing-table-flexy{
  padding: 10px 0 44px;
  color: #f8486b;
  position:relative;
  z-index:2;
}
.custom-pricing-table-flexy:before, 
.custom-pricing-table-flexy:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 50px;
  z-index: 3;
  top: 0px;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.custom-pricing-table-flexy:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 50px;
  z-index: 3;
  bottom: 54px;
  top: auto;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 99%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 99%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.custom-pricing-table-flexy > span > div .pricing-table-wrapper{
  padding: 50px 0;
  position:relative;
}
.custom-pricing-table-flexy > span > div .pricing-table-wrapper .head-most {
  position: absolute;
  width: 100%;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 35px;
  color: #212336;
  top: 14px;
  left:0;
  line-height: normal;
}
.custom-pricing-table-flexy .owl-item img {
  max-width: 90%;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}

.custom-pricing-table-flexy .pricing-table-wrapper.most-popular{
  background: #f2f2f2;
  position: relative;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.home-page-layout .custom-home-pricing-table-wrapper  .custom-one-col-section-scroll{
  bottom:0;
}
.custom-pricing-table-flexy > span > div .pricing-table-wrapper h3 {
  font-size: 30px;
}
.custom-pricing-table-flexy > span > div .pricing-table-wrapper .solar-img {
  min-height: 223px;
  /*line-height: 223px;*/
  /*margin-bottom: 25px;*/
}
.pricing-table-wrapper .pricing-content{
  line-height: 1.42857143;
}
.custom-pricing-table-flexy > span > div .pricing-table-wrapper .pricing-content > div{
  font-size: 23px;
  padding: 0 0 25px;
}
.pricing-table-wrapper .pricing-content > div h4{
  font-size: 23px;
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  margin: 0;
}
.pricing-table-wrapper .pricing-content > div h4 span{
  color: #212336;

}
.pricing-table-wrapper h4 span label {
  text-decoration: line-through;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.pricing-table-wrapper blockquote{
  font-size: 23px;
  padding: 0 0 25px;
  line-height: 23px;
  color: #212336;
  margin:0;
}
.pricing-table-wrapper blockquote p+p{
  margin:0;
}
.pricing-table-wrapper  p strong {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}

.btn-block {
  margin-top: 20px;
}
.pricing-table-wrapper .quote-btn {
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
  background: #3dc1c7;
  font-size: 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 125px;
  height: 40px;
  line-height: 40px;
  max-width: 280px;
}
.pricing-table-wrapper  .quote-btn:hover {
  background: #31a0a5;
}
.custom-full-width-pricing-wrap{
  height: 761px;
  background-repeat: no-repeat;
  background-position:center top;
  background-size: cover;
  position: relative;
  padding: 50px 0px 0;
  z-index:2;
  text-align:center;
}

b {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.custom-full-width-pricing-wrap .fifth-cont {
  text-align: center;
  color: #f8486b;
  padding: 30px 20px 0;
}
.custom-full-width-pricing-wrap h1,
.custom-full-width-pricing-wrap h2{
  font-size: 50px;
  margin: 0;
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.custom-full-width-pricing-wrap h1{}
.custom-full-width-pricing-wrap h2{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.custom-full-width-pricing-wrap .btn-block {
  margin-top: 20px;
}
.custom-full-width-pricing-wrap .see-price-btn {
  padding: 2px 6px;
  color: #fff;
  background: #212336;
  font-size: 20px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  max-width: 125px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.custom-full-width-pricing-wrap .see-price-btn:hover, 
.custom-full-width-pricing-wrap .see-price-btn:focus {
  background: #5a5a5b;
  color: #fff;
}
.custom-full-width-pricing-wrap .section-arrow.arrow-fifth {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index:1;
}
.custom-home-row-2{
  position: relative;
  padding: 50px 0px 30px;
  z-index:2;
  text-align:center;
}
.custom-home-row-2 .hs_cos_wrapper_type_header h1 {
  font-size: 50px;
  color: #3dc1c7;
  margin: 20px 0 0;
  font-family: 'Conv_Karbon-Light',sans-serif;
}
.custom-home-row-2 .hs_cos_wrapper_type_header h1  > span{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
}
.custom-home-row-2 .page-center{
  max-width:1459px !important;
}
.custom-home-row-2 .custom-row-2-flexy{
  padding: 28px 0px 51px;
}
.custom-home-row-2 .custom-row-2-flexy > span:after,
.custom-home-row-2 .custom-row-2-flexy > span:before{
  content:"";
  display:table;
  clear:both;
}
.custom-home-row-2 .custom-row-2-flexy > span > div{
  height: 120px;
  line-height: 120px;
  padding: 0px 15px;
  float:left;
  width: 20%;
  text-align:center;
}
.custom-home-row-2 .custom-row-2-flexy > span > div img {
  vertical-align: middle;
}
.custom-banner-slider{
  position:relative;
  z-index:2;
}
.custom-banner-slider .slick-slide .slick-slide-inner-wrapper {
  margin: 0 auto;
  min-height: 100vh;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width:100%;
}
.custom-banner-slider .slick-prev, 
.custom-banner-slider .slick-next,
.custom-banner-slider .slick-dots{
  display:none !important;
}
.custom-banner-slider .hs_cos_gallery_main,
.custom-banner-slider .slick-slider{
  margin:0;
  padding:0;
}

.home-page-layout  .custom-home-row-three-slider .hs_cos_gallery .slick-slide{
  display:block;
}

.homepage-cta-row {
  position: relative;
  padding: 60px 0px 20px;
  text-align: center;
  background: #212336;
  z-index:2;
}

.homepage-cta-row2 {
  position: relative;
  padding: 60px 0px 20px;
  text-align: center;
  background: #212336;
  z-index:2;
}

.saving-section {
  padding: 260px 0 !important;
  
  background-image: url(https://3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/header-bg.jpg);  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.saving-section .hs-button {
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  width: fit-content;
}

.custom-home-row-3{
  position: relative;
  padding: 60px 0px 20px;
  text-align: center;
  background: #3dc1c7;
  z-index:2;
}
.custom-home-row-3 .section-header h1 {
  font-family: 'Conv_Karbon-Light',sans-serif;
  font-size: 50px;
  margin: 0;
  color: #fff;
}
.custom-home-row-3 .section-header p{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 50px;
  margin: 0 0 30px;
  font-weight: 500;
  line-height: 1.1;
}
.home-page-layout .custom-home-row-3 .custom-one-col-section-scroll{
  position:static;
  padding: 68px 0 10px;
}
.home-page-layout .custom-home-row-3 .slick-slide .slick-slide-inner-wrapper > img,
.home-page-layout .custom-home-row-3 .slick-prev, 
.home-page-layout .custom-home-row-3 .slick-next{
  display:none!important;
}
.home-page-layout .custom-home-row-3 .slick-slider,
.home-page-layout .custom-home-row-3 .hs_cos_gallery_main{
  margin:0 !important;
  padding:0 !important;
}
.home-page-layout .custom-home-row-3  .owl-dots{
  bottom: -122px;
  margin:0;
  position:absolute;
  left:0;
  width:100%;
}
.home-page-layout .custom-home-row-3 .owl-dots > div > span{
  width: 12px;
  height: 12px;
  margin:0;
  padding:0;
  border-radius: 50%;
  background: #fff !important;
  padding: 0;
  display: block;
}
.home-page-layout .custom-home-row-3 .owl-dots > div{
  width: 12px;
  height: 12px;
  margin:0;
  padding:0;
}
.home-page-layout .custom-home-row-3 .owl-dots > div:not(:first-child){
  margin-left: 10px!important;
}
/*.home-page-layout .custom-home-row-3 .owl-dots > div:before{
content:"";
width: 12px;
height: 12px;
border-radius: 50%;
background: #fff;
padding: 0;
display: block;
}*/

.home-page-layout .custom-home-row-3 .owl-dots > div:hover span{
  background: #eee !important;
}
.home-page-layout .custom-home-row-3 .owl-dots > div.active > span,
.home-page-layout .custom-home-row-3 .owl-dots > div.active:hover span{
  background:#212336!important; 
}
.home-page-layout .custom-home-row-3  .caption.below p{
  font-size: 26px;
  line-height: 32px;
  padding: 25px 0;
  min-height: 170px;
}
.home-page-layout .custom-home-row-3 .nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  position: relative;
  top: -10px;
}
.home-page-layout .custom-home-row-3 .nav:after,
.home-page-layout .custom-home-row-3 .nav:before{
  display: table;
  content: " ";
}
.home-page-layout .custom-home-row-3 .nav > li{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 26px;
  line-height: 26px;
  display: table-cell;
  width: 1%;
  float: none;
  padding-left:0;
}
.home-page-layout .custom-home-row-3 .nav > li > a{
  display: block;
  padding: 10px 15px;
  text-align: center;
  background: none;
  color: #fff;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;;
  -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;;
}
.home-page-layout .custom-home-row-3 .nav > li > a p {
  font-family: 'Conv_Karbon-Regular',sans-serif;
  margin: 0 0 10px;
}
.custom-home-blog-wrapper{
  padding: 60px 0 20px;
}
.custom-home-blog-wrapper .section-header{
  text-align: center;
}
.custom-home-blog-wrapper .section-header h1{
  font-family: 'Conv_Karbon-Light',sans-serif;
  font-size: 50px;
  margin: 0;
  color: #f8486b;
}
.custom-home-blog-wrapper .section-header p{
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 50px;
  margin: 0 0 30px;
  color: #f8486b;
  font-weight: 500;
  line-height: 1.1;
}
.custom-home-blog-wrapper .page-center > div{
  margin-left:-20px;
  margin-right:-20px;
  width:auto!important;
}
.custom-home-blog-wrapper .home-recent-post > div{
  float:left;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-home-blog-wrapper .home-recent-post .recent-item-container{
  background: #212336;
  float: left;
  width: 100%;
  padding: 20px 0;
  color: #fff;
}
.custom-home-blog-wrapper .home-recent-post .rec-title h1 {
  font-family: 'Conv_Karbon-Semibold',sans-serif;
  font-size: 28px;
  color: #3dc1c7;
  padding: 0 30px;
  margin: 0 0 20px;
  line-height: 32px;
  padding-top: 10px;
}
.custom-home-blog-wrapper .home-recent-post img {
  width: 100%;
}
.custom-home-blog-wrapper .home-recent-post h5 {
  padding: 10px 15px 5px;
  font-size: 22px;
  font-family: 'Conv_Karbon-Regular',sans-serif;
}
.custom-home-blog-wrapper .home-recent-post .btm-cont {
  padding: 0 15px;
  font-size: 22px;
}

.custom-home-blog-wrapper .home-recent-post .btm-cont p {
  margin: 0;
  line-height: 22px;
}
.custom-home-blog-wrapper .home-recent-post .btm-cont .btn-cont-text{
  position: relative;
  padding-left: 14px;
  margin: 0 0 5px;
  padding-bottom: 15px;
}
.custom-home-blog-wrapper .home-recent-post .btm-cont .btn-cont-text:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #3dc1c7;
  left: 0;
}
.custom-home-blog-wrapper .home-recent-post .readmore-btn{
  display: inline-block;
  width: 100%;
  max-width: 125px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  background: #f8486b;
  font-size: 20px;
  border-radius: 5px;
  float: right;
  transition: all 0.2s ease-in-out 0s!important;
  height: 40px;
  line-height: 40px;
}
.custom-home-blog-wrapper .home-recent-post .readmore-btn:hover,
.custom-home-blog-wrapper .home-recent-post .readmore-btn:focus{
  background: #f86f8a;
  color: #fff;
}
.custom-home-blog-wrapper .custom-one-col-section-scroll{
  padding: 30px 0 10px;
  text-align: center;
  position:static;
}

.widget-span.custom-mobile-buttons{
  display:none!important;
}
.error-template .custom-header-wrapper,
.password-template .custom-header-wrapper,
.subscription-template .custom-header-wrapper{
  background: #212336;
}
.error-template .body-container-wrapper,
.password-template .body-container-wrapper,
.subscription-template .body-container-wrapper{
  padding-top:115px;
}
#comment-form,
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form{
  display:block;
  padding: 20px;
  background: #f5f5f5;
  margin:0 0 15px;
}
.widget-span.widget-type-form.custom-contact-form{
  background:transparent;
  padding: 30px 0;
  margin:0;
}
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form{
  width: 50%;
}
.custom-banner,
.two-column-content-with-background,
.three-col-content-with-icon,
.full-column-right-content-with-background,
.custom-one-col-content-wrap,
.custom-bussiness-one-column,
.one-column-right-content,
.custom-full-width-pricing-wrap{
  background-color:#212338;
}
.blog .custom-banner{
  background-color:#e1e1e1;
}
.hs_recaptcha.field.hs-form-field ul.hs-error-msgs.inputs-list {
  display: none !important;
}
.home-page-layout .custom-home-row-3 .nav > li.active > a {
  color: #212336;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{
  float:none;
  height:auto;
}
.hs-blog-post .body-container{
  overflow:hidden;
}
.hs-blog-post .blog-content{
  padding-bottom:100px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1536px){
  .agri-busingss-side-menu .hs-menu-wrapper > ul {
    /* padding-top: 0;
    margin-top: -50px;*/
  }
}



@media (max-width: 1516px){
  .one-column-right-content {
    background-size: 600px 405px;
  }

}
@media (max-width: 1366px) {

  .cm-half-post .post-item:first-of-type,
  .blog .cm-listing .post-item:nth-child(odd) {
    padding-right: 15px;
  }

  .cm-half-post .post-item:last-of-type,
  .blog .cm-listing .post-item:nth-child(even) {
    padding-left: 15px;
  }


}

@media (max-width: 1316px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
  .custom-header-logo img {
    max-width: 230px;
  }
  /*.custom-menu-primary .hs-menu-wrapper > ul {*/
  /*    margin-top: 20px;*/
}
.one-column-right-content {
  background-size: 490px 330px;
}

.video-lp-banner-area .banner-title h1{
  font-size: 50px;
}

}
@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .custom-contact-form form > div.div1,
  .custom-contact-form form > div.hs_submit{
    padding-left:0;
  }
  .custom-contact-form form > div.div2,
  .custom-contact-form form > div.hs_submit{
    padding-right:0;
  }
  .home-page-layout .custom-home-row-3 .owl-dots {
    bottom: -122px;
  }

}
@media (max-width: 1119px) and (min-width: 768px){
  .custom-header-logo img{
    max-width: 220px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -10%;
  }
  .custom-banner h1{
    font-size: 65px;
  }

  .video-lp-banner-area .banner-title h1{
    font-size: 50px;
  }

  .custom-bussiness-one-column  .commercial-cont {
    margin-top: 155px;
  }
  .full-width-layout  .custom-banner h1{
    font-size:70px;
  }

  .video-lp-banner-area .banner-title h1{
    font-size: 50px;
  }

  /********************Custom static blog post banner*******************/

  .hs-blog-post .fixed-header .custom-bussiness-banner.custom-banner .page-center {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-top:200px;*/
  }

  .custom-bussiness-banner.custom-banner.fixed {
    background-position: center bottom;
    height: 50vh;
  }

  .hs-blog-post .hs-blog-header .custom-banner.fixed h1 {
    font-size: 40px;
    line-height: 40px;
  }


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

}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {

  /*++++++++++Agri-busingss side menu+++++++++++++++*/

  .agri-busingss-side-menu {
    display: flex!important;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin-top: 12em;
  }

  /*.agri-busingss-side-menu .hs-menu-wrapper > ul {
  margin-top: -30px;
}*/

  /*.agri-busingss-side-menu .hs-menu-wrapper > ul > li > a{*/
  /*    font-size:14px;*/
  /*    line-height: 16px;*/
  /*    position: relative;*/
  /*    display: block;*/
  /*    text-decoration:none;*/
  /*    color: #f94669!important; */
  /*    padding: 10px 5px;*/
  /*    font-family: 'Conv_Karbon-Regular',sans-serif;*/
  /*    font-weight: 400;*/
  /*    -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;; */
  /*}*/


  /*++++++++++++++++++++++++++++++++++++++++++++++++*/
  .video-lp-banner-area .banner-title h1{
    font-size: 50px;
  }
}

@media (max-width: 767px) {

  .custom-hide {
    display: none !important;
  }
  a#cta_button_3417639_047f4ef5-9c4a-46bc-910b-96286d926256.cta_button {
    display: none !important;
  }

  #agri-section-2 .solar-power-cont{
    text-align:left;
  }

  #agri-section-3 .section-copy-right p{
    text-align:left;
  }

  #agri-section-3 .section-copy-right ul{
    text-align:left;
  }

  #agri-section-4 .solar-power-cont{
    text-align:left;
  }

  #agri-section-5 .solar-power-cont{
    text-align:left;
  }

  #agri-section-6 .solar-power-cont{
    text-align:left;
  }

  #agri-section-7 .solar-power-cont{
    text-align:left;
  }

  #agri-section-8 .secondary-header{
    text-align:left;
  }

  .yellow-cta-img {
    display:none;
  }

  a#cta_button_3417639_60b1e816-1a0b-4d79-b27c-1254e66ead33.cta_button {
    display: none !important;
  }


  .video-lp-banner-area .banner-title h1{
    font-size: 50px;
  }

  img.homepage-cta-divider {
    display: none !important;
  }

  /* ====================== Commercial Page =================*/
  .two-column-content-with-background#commercial-2 {
    height: auto;
  }

  .two-column-content-with-background#commercial-3 {
    height: auto;
  }

  .two-column-content-with-background#commercial-4 {
    height: auto;
  }

  .two-column-content-with-background#commercial-5 {
    min-height: auto;
  }

  .two-column-content-with-background#commercial-6 {
    height: auto;
  }

  .two-column-content-with-background#commercial-9 {
    height: auto;
  }

  .custom-one-col-content-wrap#commercial-11 {
    height: auto;
  }

  .custom-one-col-content-wrap#commercial-7 {
    margin-top: 0;
    height: auto;
  }

  .full-column-right-content-with-background#commercial-2 {
    min-height: auto;
  }

  .full-column-right-content-with-background#commercial-7 {
    min-height: auto;
  }

  .full-column-right-content-with-background#commercial-10 {
    min-height: auto;
  }


}

@media (min-width: 768px) and (max-width: 991px) {
  .span2.widget-span.widget-type-cta.custom-menu-primary.js-enabled {
    margin-top: 0 !important;
  }

  .video-lp-banner-area .banner-title h1{
    font-size: 50px;
  }

  .custom-banner-lp-no-pd {
    /*margin-bottom: 145px;*/
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  .custom-banner-lp h1 {
    font-size: 50px;
  }

  .custom-banner-lp-no-height {
    /*margin-bottom: 170px;*/
    padding-top: 100px;
  }


  .sprint2-pdf-form .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    padding: 50px;
    padding-top: 16px;
    font-size: 26px;
  }

}

@media (min-width: 769px) and (max-width: 991px) {
  .custom-banner-lp h1 {
    font-size: 40px;
  }

  .custom-banner-lp-no-height {
    /*margin-bottom: 70px;*/
    padding-top: 90px;
  }
}

@media (min-width: 992px){
  a#cta_button_3417639_047f4ef5-9c4a-46bc-910b-96286d926256.cta_button {
    font-size: 15px !important;
  }


  .video-lp-banner-area .banner-title h1{
    font-size: 50px;
  }

  .custom-banner-lp-no-height {
    /*margin-bottom: 40px;*/
  }

}

@media (min-width: 992px) and (max-width: 1211px){
  .custom-banner-lp-no-pd {
    margin-bottom: 40px;
    padding-top: 100px;
  }
}

@media (max-width: 991px){

  .agri-busingss-side-menu {
    display: flex!important;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 8em;
  }

  .agri-busingss-side-menu.commercial-busingss-side-menu {
    display: flex!important;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 10em;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  } 
  .widget-span.custom-header-logo,
  .widget-span.custom-menu-primary{
    width:100%;
    margin-left:0;
    text-align:center;
  }
  .custom-header-logo{
    padding-top: 20px;
    padding-bottom: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-block !important;
    float: none;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: inline-block;
  }
  .widget-span.custom-footer-col-2 {
    padding-left: 50px;
  }
  .custom-full-width-question-wrapper {
    padding: 55px 0;
  }
  .custom-form-row-2 .widget-type-header h1 {
    margin: 0;
  }
  .custom-form-row-2-content {
    padding: 20px 15px;
    font-size: 20px;
    padding-top: 14px;
  }
  .widget-span.custom-form-row-2-col > div {
    min-height: 350px;
  }
  .custom-banner.custom-why-us-banner {
    background-position: 85% 20%;
  }
  .custom-one-col-content-wrap p ,
  .custom-one-column-top-img-wrapper .description{
    font-size: 20px;
  }
  .two-col-right-img-col {
    width: 100%;
    padding: 0 20px;
  }
  .two-col-right-img-col img {
    max-width: 310px;
    width;100%
  }
  .two-col-right-img-col.intelligent-cont p {
    font-size: 20px;
  }
  .two-col-right-img-col.intelligent-cont {
    text-align: center;
    margin-bottom: 30px;
  }
  .custom-two-col-right-image {
    padding: 20px 0 0;
  }
  .one-column-right-content {
    padding: 50px 0;
    background-position: 0 40px;
  }    
  .one-column-right-content .onsite-cont {
    float: none;
    width: 100%;
    margin-top: 340px;
    padding: 0px;
    text-align:center;
  }
  .one-column-right-content .onsite-cont .content {
    float: none;
    font-size: 20px;
  }
  .three-col-content-with-icon .three-col h3 {
    font-size: 23px;
  }
  .three-col-content-with-icon .three-col img{
    max-width:80px;
    width:100%;
  }
  .three-col-content-with-icon {
    background-position: 85% 20%;
  }
  .custom-two-col-equal .italics-txt {
    padding: 25px 0px 3px;
    line-height: 1.42857143;
  }
  .custom-bussiness-one-column {
    height: auto;
  }
  .custom-bussiness-one-column  .commercial-cont p{
    margin-bottom: 15px;
  }
  .custom-bussiness-one-column  .commercial-cont p:last-child {
    margin-bottom: 35px;
  }
  .custom-bussiness-banner .banner-content {
    padding: 250px 0 0;
  }
  .custom-bussiness-one-column h1.buss-title {
    margin:30px 0 0;
  }
  .two-column-content-with-background h1.top-title,
  .two-column-content-with-background .solar-power-cont,
  .custom-two-col-equal h1.equal-col-title{
    padding-left:0;
    padding-right:0;
  }
  .custom-two-column-left-image-wrapp .two-col-left.farmland-cont p,
  .full-column-right-content-with-background .dairy-farm-cont p{
    font-size: 20px;
  }
  .full-column-right-content-with-background .dairy-farm-cont {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0px;
  }


  .custom-two-column-left-image-wrapp .two-col-left.farmland-cont p,
  .full-column-right-content-with-background .section-copy-right p{
    font-size: 20px;
  }
  .full-column-right-content-with-background .section-copy-right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 0px;
  }




  .full-column-right-content-with-background {
    min-height: auto;
  }
  .full-column-right-content-with-background ul >  li:last-child {
    margin-bottom: 50px;
  }
  .dairy-farm-cont h1, .dairy-farm-cont h2 {
    margin: 60px 0 0;
  }

  .section-copy-right h1, .section-copy-right h2 {
    margin: 60px 0 0;
  }



  .custom-banner-slider .caption.below {
    margin: 250px 0 0;
  }
  .custom-pricing-table-flexy .owl-controls {
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 5;
    padding:34px 0 35px 0;
  }
  .custom-pricing-table-flexy:after {
    bottom: 151px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3dc1c7 !important;
  }
  .owl-theme .owl-dots .owl-dot span {
    background: #b7b7b7 !important;
  }
  .error-template .body-container-wrapper, 
  .password-template .body-container-wrapper, 
  .subscription-template .body-container-wrapper {
    padding-top: 147px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */
@media (max-width:1023px) and (min-height:400px){
  .custom-banner.custom-why-us-banner {
    height: calc(100vh + 41px);
  }
  .custom-banner.custom-why-us-banner .arrow-sixth{
    bottom:8px;
  }
  .bussiness-layout .custom-banner.custom-why-us-banner .space {
    height: 5%;
  }
}
@media (max-width: 767px) {

  /********************Custom static blog post banner*******************/

  .hs-blog-post .fixed-header .custom-bussiness-banner.custom-banner .page-center {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
    padding-top:20px!important;
  }

  .custom-bussiness-banner.custom-banner.fixed {
    background-position: center bottom;
    height: 80vh;
  }

  .hs-blog-post .hs-blog-header .custom-banner.fixed h1 {
    font-size: 40px;
    line-height: 40px;
  }


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

  /*Email social btns*/
  .edm-social-btns img {
    max-width: 30px;
  }

  .custom-footer-wrapper {
    padding: 30px 0;
  }
  .import-js{
    min-height:0px !important;
  }
  .widget-span.custom-footer-col {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .widget-span.custom-footer-col-2 {
    padding-left: 0px;
  }
  .custom-footer-bottom-wrapper .widget-type-follow_me {
    min-height: 28px;
  }
  .custom-fullwidth-row-1 {
    padding: 40px 0 30px;
  }
  .custom-fullwidth-row-1 blockquote {
    margin-bottom: 25px;
  }
  .custom-banner h1 {
    font-size: 40px;
  }

  .custom-banner-lp .banner-title h1{
    font-size:60px;
  }
  .click-scroll img {
    max-width: 20px;
    width: 20px;
  }
  a.click-scroll {
    display: inline-block;
    height: 15px;
  }

  .custom-full-width-question-wrapper {
    padding: 40px 0;
  }
  .custom-full-width-question-wrapper h1 {
    font-size: 35px;
  }
  .callnow-btn, .chat-btn {
    width: 120px;
  }
  /* Header ========*/
  .custom-header-wrapper {
    background: transparent;
  }
  .custom-header-logo img {
    max-width: 170px;
  }
  .custom-header-logo{
    padding:0;
    margin:0;
    text-align: left!important;
    background: #212336;
    padding: 0 20px;
  }
  .header-container .page-center,
  .custom-contact-form form > div.wrap-btn{
    padding: 0px;
  }
  .custom-contact-form form > div.wrap-btn {
    width: 100%;
  }
  .custom-form-row-1 {
    padding: 30px 0;
  }

  .custom-form-row-1 .section-header h1{
    margin-bottom: 15px;
  }
  .custom-form-row-1 .section-header p {
    line-height: 28px;
  }
  .hs-button.primary, input[type="submit"], input[type="button"] {
    width: 100%;
  }
  .custom-contact-form {
    padding-bottom:0;
  }
  .custom-form-row-2-three-col-wrapper {
    padding: 30px 0 10px;
  }
  .widget-span.custom-form-row-2-col,
  .custom-three-col-top-heading .three-col{
    width: 100%;
    margin-bottom: 20px;
  }
  .widget-span.custom-form-row-2-col-3,
  .three-col.three-col-col-3{
    margin-bottom:0;
  }
  .custom-form-row-2 .custom-one-col-section-scroll {
    padding: 0px 0 10px;
  }
  .custom-form-row-2 .custom-one-col-section-scroll {
    padding: 10px 0 13px;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow: auto;
    overflow-y:hidden;
  }
  .custom-banner.custom-why-us-banner {
    height: auto;
    background-position: 85% 20%;
  }
  .custom-banner.custom-why-us-banner .cont-sec {
    padding-bottom: 80px;
    padding-top: 30px;
    margin-top: 59px;
  }
  .sticky-bg {
    padding: 20px 0;
  }
  .sticky-bg h1{
    font-size:30px;
  }
  .sticky-bg .sticky-btns {
    padding: 2px 6px 0;
    max-width: 190px;
    height: 40px;
    line-height: 40px;
  }
  .custom-one-column-top-img-wrapper {
    padding: 30px 0;
  }
  #moneyback-sec {
    padding-top: 60px;
  }
  .why-us-layout .custom-one-col-section-scroll {
    padding-top: 0;
    padding-bottom: 33px;
    margin-top: -30px;
  }
  .custom-one-col-content-wrap {
    padding: 40px 0 70px;
    text-align: center;
  }
  .custom-one-col-content-wrap .light-sec-cont {
    width: 100%;
  }
  .custom-one-col-content-wrap .description {
    padding-right: 0;
  }
  .custom-three-col-top-heading {
    padding: 40px 0;
  }
  .custom-three-col-top-heading .ourmission-cont h1{
    margin-bottom:30px;
  }
  .custom-three-col-top-heading .three-col h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .custom-bussiness-banner .banner-content {
    padding: 100px 0 0;
  }
  .custom-banner .arrow-sixth {
    bottom: 13px;
  }
  .custom-bussiness-one-column h1.buss-title {
    margin: 0px 0 0;
  }
  .custom-bussiness-one-column {
    padding: 30px 0;
  }
  .custom-bussiness-one-column .commercial-cont {
    padding: 0;
    text-align: center;
    font-size: 20px;
    margin-top: 180px;
    width: 100%;
    padding-bottom: 25px;
  }

  .two-col-right-img-col img {
    width: 100%;
    max-width: 280px;
  }
  .three-col-content-with-icon .arrow-third {
    padding-bottom:33px;
    padding-top: 15px;
  }
  .three-col-content-with-icon h3{
    font-size:40px;
  }
  .three-col-content-with-icon .three-col,
  .custom-two-col-equal .equal-2-col{
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .custom-two-col-equal .equal-2-col,
  .custom-two-col-equal .equal-2-col.col-2{
    padding: 0 0px;
    font-size: 20px;
  }
  .three-col-content-with-icon .space{
    height: 300px;
    line-height: 300px;
  }
  .three-col-content-with-icon,
  .custom-two-col-equal .whyget-list{
    padding-top:30px;
  }
  .custom-two-col-equal .equal-2-col ul > li:before{
    display:none;
  }
  .custom-two-col-equal .equal-2-col ul > li{
    padding: 0;
    margin-bottom: 15px;
  }
  .custom-two-col-equal .whyget-list{
    margin-top:0;
  }
  .custom-two-col-equal{
    text-align:center;
  }
  .custom-two-col-equal .equal-2-col+.equal-2-col,
  .custom-two-col-equal .equal-2-col.col-2{
    margin-top: 15px;
  }
  .custom-two-col-equal .italics-txt {
    padding-top: 20px;
  }
  .custom-two-col-equal .business-arrw2.section-arrow {
    margin-bottom: 3px;
    margin-top: 37px;
  }

  .custom-two-col-equal h1.equal-col-title:before{
    content:"";
    display:block;
    width:120px;
    height:120px;
    margin:0 auto;
    background:url(//3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/WorldSolar_August2017/Images/big-tick.png);
    background-size: cover;
    margin-bottom: 25px;
  }
  .custom-two-col-equal h1.equal-col-title{
    margin-top:10px;
  }
  .custom-bussiness-one-column .business-arrw1.section-arrow,
  .one-column-right-content .business-arrw3,
  .custom-banner .arrow-sixth,
  .custom-one-col-content-wrap .arrow-sixth.one-column-arrow,
  .custom-banner.custom-why-us-banner .arrow-sixth{
    bottom: 33px;
  }
  .custom-bussiness-banner .arrow-sixth{
    bottom:13px;
  }
  .head-btns-bg .hs-menu-wrapper ul > li {
    display: inline-block !important;
    float: none!important;
    width: auto;
    margin-left: 7px;
  }
  .head-btns-bg {
    bottom: 20px;
    width:100%!important;
  }
  .head-btns-bg .hs-menu-wrapper ul > li > a{
    font-size: 18px;
  }

  .custom-banner a.start-saving {
    padding: 2px 6px 0;
    display: inline-block !important;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #f8486b;
    font-size: 20px;
    width: 100%;
    max-width: 125px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;;
  }

  .hs-content-id-5454188572 .custom-banner a.start-saving {
    display: none !important;
  }

  .custom-banner a.start-saving:hover{
    background: #f86f8a;
    color: #fff;
  }
  .custom-two-col-equal h1.equal-col-title{
    padding:0;
  }
  .two-column-content-with-background {
    padding: 30px 20px 60px;
    height: auto;
    background-size: cover;
    background-position: left;
    background-color: #000;
  }
  .two-column-content-with-background h1.top-title {
    margin: 10px 0 0;
  }
  .two-column-content-with-background .solar-power-cont > div,
  .custom-two-column-left-image-wrapp .two-col-content > div{
    width:100%;
    padding-left:0 !important;
    padding-right:0 !important;
    float:none;
  }
  .two-column-content-with-background .solar-power-cont{
    margin-top:20px;
    text-align:center;
  }
  .two-column-content-with-background .two-col p{
    margin: 0 0 10px;
    font-size: 20px;
  }
  .play-btn .play-img img {
    max-width: 80px;
  }
  .custom-two-column-left-image-wrapp{
    text-align:center;
  }

  a.get-quto{
    max-width:100%;
  }
  .custom-two-column-left-image-wrapp .two-col-left.farmland-cont {
    margin: 0;
  }
  .custom-form-row-1 .section-header h1,
  .custom-form-row-2 .widget-type-header h1,
  .custom-banner.custom-why-us-banner .play-cont h2,
  .custom-banner.custom-why-us-banner .play-cont h2 > span,
  .custom-one-column-top-img-wrapper .top-img+h1,
  .custom-one-col-content-wrap h1.title,
  .custom-three-col-top-heading .ourmission-cont h1,
  .custom-bussiness-one-column h1.buss-title,
  .custom-bussiness-one-column  h2.buss-sub-title,
  .two-col-right-img-col.intelligent-cont h1,
  .one-column-right-content .onsite-cont h1,
  .three-col-content-with-icon h2,
  h2.testimoneal > span,
  .custom-two-col-equal h1.equal-col-title,
  .two-column-content-with-background h1.top-title,
  .custom-two-column-left-image-wrapp .title-wrap h1,
  .full-column-right-content-with-background .section-copy-right h1,
  .full-column-right-content-with-background .section-copy-right h2,
  .full-column-right-content-with-background .dairy-farm-cont h1,
  .full-column-right-content-with-background .dairy-farm-cont h2,


  .custom-home-pricing-table-wrapper .hs_cos_wrapper_type_header h1,
  .custom-full-width-pricing-wrap h1, 
  .custom-full-width-pricing-wrap h2,
  .custom-home-row-2 .hs_cos_wrapper_type_header h1,
  .custom-home-row-3 .section-header h1,
  .custom-home-row-3 .section-header P,
  .custom-home-blog-wrapper .section-header h1,
  .custom-home-blog-wrapper .section-header p{
    font-size: 35px;
  }

  .custom-two-column-left-image-wrapp .two-col-left.farmland-img {
    padding-top: 0;
  }
  .full-column-right-content-with-background ul > li:last-child {
    margin-bottom: 20px;
  }
  .full-column-right-content-with-background {
    padding: 30px 0 60px;
  }
  .full-column-right-content-with-background .dairy-farm-cont p{
    margin-top: 20px;
  }
  .full-column-right-content-with-background .dairy-farm-cont h2{
    margin-top:60px;
  }

  .full-column-right-content-with-background .section-copy-right p{
    margin-top: 20px;
  }
  .full-column-right-content-with-background .section-copy-right h2{
    margin-top:60px;
  }



  .custom-video-wrapper.three-col-content-with-icon .arrow-third {
    padding: 15px 0 33px;
  }
  .custom-video-wrapper.three-col-content-with-icon h2 {
    margin-bottom: 20px !important;
  }
  .custom-video-wrapper.three-col-content-with-icon .video-wrap+h3{
    margin-top:15px;
  }
  .three-col-content-with-icon.custom-video-wrapper{
    padding-top:35px;
  }
  .custom-banner-slider .caption.below {
    margin: 100px 0 0;
  }
  .home-page-layout .custom-bussiness-banner .custom-one-col-section-scroll {
    padding: 0px 0;
    bottom: 13px;
  }
  .custom-home-pricing-table-wrapper {
    padding: 30px 0;
  }
  .custom-home-pricing-table-wrapper .hs_cos_wrapper_type_header h1{
    padding:0 20px;
    margin: 0px;
  }
  .custom-pricing-table-flexy {
    padding: 0 0 10px;
  }
  .custom-pricing-table-flexy > span > div .pricing-table-wrapper {
    padding: 45px 0 30px;
  }
  .custom-pricing-table-flexy > span > div .pricing-table-wrapper .head-most {
    top: 26px;
    font-size: 32px;
  }
  .first-sec, .second-sec {
    padding-bottom: 15px;
  }
  .custom-pricing-table-flexy > span > div > div > div:first-child .pricing-table-wrapper .btn-block {
    margin-top: 20px;
  }
  .custom-pricing-table-flexy:after {
    bottom: 70px;
  }
  .custom-pricing-table-flexy .owl-controls {
    bottom: 15px;
    padding: 20px 0 18px;
  }
  .home-page-layout .custom-home-pricing-table-wrapper .custom-one-col-section-scroll {
    bottom: 3px;
    padding: 0;
  }
  .custom-home-pricing-table-wrapper > div{
    position:relative;
  }
  .custom-pricing-table-flexy > span > div .pricing-table-wrapper .pricing-content > div,
  .pricing-table-wrapper blockquote{
    padding:0 0 15px;
  }
  .custom-full-width-pricing-wrap {
    height: 600px;
    padding: 30px 0 0;
  }
  .custom-full-width-pricing-wrap .section-arrow.arrow-fifth {
    bottom: 33px;
    z-index: 1;
    margin: 0;
    padding: 0;
  }
  .custom-home-row-2,
  .custom-home-row-3{
    padding: 30px 0;
  }
  .custom-home-row-2 .hs_cos_wrapper_type_header h1,
  .custom-home-row-3 .section-header h1,
  .custom-home-row-3 .section-header p{
    margin: 0;
  }
  .custom-home-row-2 .custom-row-2-flexy {
    padding: 0 0 30px;
  }
  .custom-home-row-2 .custom-row-2-flexy > span > div {
    height: 79px;
    line-height: 77px;
  }
  .home-page-layout .custom-home-row-2 .custom-one-col-section-scroll{
    bottom: 3px;
  }
  .home-page-layout .custom-home-row-3 .caption.below p {
    min-height: 120px;
    font-size: 22px;
    line-height: 26px;
    padding: 15px 0 16px;
  }
  .home-page-layout .custom-home-row-3 .nav > li {
    display: none;
    width: 100%;
    margin:0;
  }
  .home-page-layout .custom-home-row-3 .nav > li.active{
    display:block;
  }
  .home-page-layout .custom-home-row-3 .nav {
    width: 100%;
    position: relative;
    top: -21px;
  }
  .home-page-layout .custom-home-row-3 .owl-dots {
    bottom: -81px;
    margin: 0;
  }
  .home-page-layout .custom-home-row-3 .custom-one-col-section-scroll {
    padding: 24px 0 3px;
  }
  .custom-home-blog-wrapper {
    padding: 30px 0 0;
  }
  .custom-home-blog-wrapper .home-recent-post > div {
    float: none;
    width: 100%;
  }
  .custom-home-blog-wrapper .home-recent-post .rec-title h1{
    font-size: 25px;
    line-height: 28px;
  }
  .custom-home-blog-wrapper .home-recent-post > div:not(:first-child){
    display:none;
  }
  .rec-blog-menu .see-more {
    width: 100%;
    padding: 20px 15px 0;
  }
  .rec-blog-menu .see-more a {
    width: 100%;
    background: #3dc1c7;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    padding: 2px 6px 0;
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
  .rec-blog-menu .see-more a:hover,
  .rec-blog-menu .see-more a:focus{
    background: #31a0a5;
    color: #fff;
  }
  .custom-home-blog-wrapper .custom-one-col-section-scroll {
    padding: 20px 0 33px;
  }
  span.mobile-no-toggle{
    padding: 0;
    color: #fff;
    font-size: 22px;
    margin: 10px 0 0 10px;
    width: 40px;
    height: 40px;
    background-color: #464965;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    position:absolute;
    top: -59px;
    right: 70px;
  }
  span.mobile-no-toggle a{
    color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.nav-btn-bg{
    border-bottom: 1px solid #78d4d8;
    font-family: 'Conv_Karbon-Semibold',sans-serif;
    text-align: center;
    padding: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.nav-btn-bg > a.nav-btn{
    display:inline-block!important;
    padding: 0 35px!important;
    background: #ffd32f;
    color: #012243!important;
    border-radius: 4px;
    display: inline-block;
    margin-left: 15px;
    height: 32px;
    line-height: 40px;
    font-size: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.nav-btn-bg > a.nav-btn:hover {
    background: #ebc228!important;
    color: #012243!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.nav-btn-bg > a.nav-btn:first-child {
    margin-left: 0;
  }
  .error-template .body-container-wrapper, 
  .password-template .body-container-wrapper, 
  .subscription-template .body-container-wrapper {
    padding-top: 49px;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .sticky-wrapper.is-sticky .sticky-bg{
    position:static!important;
  }
  .blog .custom-footer-bottom-wrapper p {
    padding-bottom: 10px;
  }
  .cm-half-post .post-item:first-of-type {
    margin-bottom: 25px;
  }

  .blog .cm-listing .post-item .cm-half-col {
    width: 50%;
    float: left;
  }

  .blog .cm-listing .post-item:after,
  .blog .cm-listing .post-item:before {
    content: '';
    display: table;
    clear: both;
  }

  .blog .cm-listing .post-item {
    margin-bottom: 30px;
  }

  .blog-pagination {
    clear: both;
    padding: 10px 15px 0;
  }

  .blog .cm-half-post {
    padding-bottom: 0px;
  }

  .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 0 auto;
  }

  .blog .custom-bussiness-banner.custom-banner .cont-sec {
    display: table;
    height: 100vh;
    width: 100%;
    padding-top: 30px;
  }

  .hs-blog-header .custom-bussiness-banner .banner-content {
    padding: 0;
  }

  .blog .custom-bussiness-banner.custom-banner .cont-sec > .page-center {
    display: table-cell;
    vertical-align: middle;
  }

  .hs-blog-header .custom-banner h1 {
    font-size: 40px;
    text-align: center;
    width: 100%;
  }

  .hs-blog-header .custom-banner h1 {
    font-size: 40px;
  }

  .hs-blog-header .custom-banner .arrow-sixth {
    padding: 0 0 10px;
    bottom: 23px;
  }

  .cm-half-post a.more-link {
    width: 100%;
    font-size: 18px;
  }

  .blog .cm-listing .post-item .cm-half-col {
    padding-left: 10px;
  }

  .hs-blog-post .hs-blog-header .custom-banner h1 {
    font-size: 42px;
    line-height: 57px;
  }

  .hs-blog-post .post-body p {
    color: #212336;
    margin-top: 15px;
    width: 100%;
    font-size: 18px;
  }

  .hs-blog-post .hs-blog-header .cm-share-wrapper a {
    width: 100%;
    font-size: 18px;
  }

  .hs-blog-post #blog-story-content {
    padding: 50px 0 0;
  }

  .hs-blog-post #blog-story-content .content-wrapper:after {
    content: none;
    display:none;
  }

  .hs-blog-post #blog-story-content .content-wrapper>div {
    margin: 0;
  }

  .hs-blog-post .blog-sidebar {
    background: #f1f1f1;
  }

  .hs-blog-post #blog-story-content .content-wrapper {
    padding: 0;
  }

  .hs-blog-post .blog-content {
    padding-right: 15px !important;
    padding-left: 15px;
  }

  .hs-blog-post .blog-sidebar {
    background: #f1f1f1;
  }

  .hs-blog-post #blog-story-content .content-wrapper:after {
    content: none;
  }

  .hs-blog-post .blog-content {
    padding-right: 15px !important;
    padding-left: 15px;
  }

  .blog-post-wrapper .cm-share-wrapper > a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -12px;
  }

  .blog-post-wrapper .cm-share-wrapper > a i {
    display: block;
    line-height: 47px;
    font-size: 20px;
    position: relative;
  }
  div#weonly-sec {
    margin-bottom: 0;
    padding-bottom:0px;
  }
  .bussiness-layout .custom-banner.custom-why-us-banner .space {
    height: 250px;
  }
  .widget-span.widget-type-form.custom-contact-form{
    padding-bottom:0;
  }
  .custom-footer-bottom-wrapper .social-bg {
    padding-top: 0px;
  }
  .blog .cm-listing .post-item .cm-half-col {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .cm-half-post .post-header h2{
    font-size: 25px;
    line-height: 27px;
  }
  .cm-half-post .post-body p{
    font-size: 18px;
    line-height: 21px;
  }
  .cm-recent-posts .cm-rec-half h4{
    font-size: 19px;
    line-height: 31px;
  }
  .cm-recent-posts .cm-rec-half,
  .cm-recent-posts .cm-rec-half{
    width: 100%;
    float: none;
    padding-left:0;
    padding-right:0;
  }
  .cm-recent-posts .cm-rec-half.cm-rec-feat-img {
    margin-bottom: 15px;
  }
  .custom-bussiness-banner.custom-banner .cm-share-wrapper .hs-post-share {
    width: 100%;
  }
  .hs-blog-post .blog-content{
    padding-bottom:20px;
    margin-bottom:25px;
  }
  .hs-blog-post .blog-sidebar {
    padding-top: 25px;
  }

  .adwords-intro {
    padding: 30px;
    background: rgba(255,255,255,0.8);
    margin: 20px !important;
  }

  /*.adwords-intro p {*/
  /*    color: #212336 !important;*/
  /*}*/

  .video-lp-banner-area .banner-title h1{
    font-size: 50px;
  }

  .custom-banner-lp-no-height {
    height: 120px;
    /*margin-bottom: 110px;*/
    padding-top: 90px;
  }

  .custom-banner-lp-no-height h1 {
    font-size: 50px;
  }

  .custom-banner-lp-no-height {
    /*margin-bottom: 170px;*/
    padding-top: 60px;
  }

  .custom-banner-lp-no-pd {
    margin-bottom: 70px;
    padding-top: 60px;
  }


  /*.custom-banner-lp-no-pd.sprint-2-pdf-header {*/
  /*    margin-bottom: 0px !important;*/
  /*    padding-top: 60px;*/
  /*}*/
}  

@media (max-width: 638px){

  .enquiry-module-agri-business div#sticky-wrapper{
    height: 160px !important;
    min-height: 160px!important;
    background: transparent;
  }

  .enquiry-module-agri-business .sticky-bg{
    padding-bottom: 40px;
  }

}

@media (max-width: 600px){
  .two-column-content-with-background .two-col.two-col-2 {
    margin-top: 180px;
  }

  #agri-section-2 .two-col.two-col-2{
    margin-top: 0px;
  }

  #agri-section-4 .two-col.two-col-2{
    margin-top: 0px;
  }

  #agri-section-4 .two-col.two-col-2{
    margin-top: 0px;
  }

  #agri-section-5 .two-col.two-col-2{
    margin-top: 0px;
  }

  #agri-section-6 .two-col.two-col-2{
    margin-top: 0px;
  }

  #agri-section-7 .two-col.two-col-2{
    margin-top: 0px;
  }

  #hs_cos_wrapper_widget_1512079740438 .two-col.two-col-2 {
    margin-top: 10px;
  }

  .custom-banner-lp .lp-banner-content {
    padding-top:160px!important;
  }

}
@media (max-height: 768px){
  .custom-bussiness-banner.custom-banner {
    min-height:850px;
  }
}
@media (max-height: 600px){
  .custom-bussiness-banner.custom-banner {
    min-height:815px;
  }
}
@media (max-height: 568px){
  /*     .custom-bussiness-banner.custom-banner {
  min-height:660px;
} */
}
@media (max-height: 450px){
  .custom-banner-slider .slick-slide .slick-slide-inner-wrapper,
  .custom-bussiness-banner.custom-banner{
    min-height:450px;
  }
  .custom-bussiness-banner.custom-banner {
    min-height:815px;
  }

}


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

@media (max-width: 500px) {

  .agri-busingss-side-menu {
    display: flex!important;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 8em;
  }

  .agri-busingss-side-menu.commercial-busingss-side-menu {
    display: flex!important;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 15em;
  }

  .agri-busingss-side-menu .hs-menu-wrapper > ul{
    font-size:100%;
    background-color:rgba(255,255,255,0.45);
    padding: 25px;
    margin-right: 25px;
  }

  .agri-busingss-side-menu.commercial-busingss-side-menu .hs-menu-wrapper > ul{
    font-size:100%;
    background-color:rgba(255,255,255,0.7);
    padding: 25px;
    margin-right: 25px;
  }

  .agri-busingss-side-menu .hs-menu-wrapper > ul > li{
    display: block;
    border-bottom: 1px solid #f94669;
  }

  .agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child {
    border: none;
    background: #f94669!important;
  }

  .agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child a{
    color: #ffffff!important;
  }

  .agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child a::after {
    content: url("https://3417639.fs1.hubspotusercontent-na1.net/hubfs/3417639/images/download-icon-white-small-v2.png");
    position: absolute;
    top: 15px;
    left: 250px;
  }

  .agri-busingss-side-menu .hs-menu-wrapper > ul > li:last-child:hover {
    border: none;
    background: #527A9D!important;
    -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;; 
  }

  .agri-busingss-side-menu .hs-menu-wrapper > ul > li > a{
    line-height: 18px;
    position: relative;
    display: block;
    text-decoration:none;
    color: #f94669!important; 
    padding: 13px 10px 13px 15px;
    font-family: 'Conv_Karbon-Regular',sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;; 
  }

  #hs_cos_wrapper_module_150360988711552 .arrow-sixth {
    display:none;
  }


  .custom-full-width-question-wrapper h1 {
    font-size: 30px;
  }
  .sticky-bg .sticky-btns {
    max-width: 100%;
  }
  .sticky-bg .sticky-btns:last-child {
    margin-top: 15px;
    margin-left: 0;
  }

  .custom-banner-lp .lp-banner-content {
    padding-top:150px!important;
  }

  .custom-banner-lp .banner-title h1{
    font-size:50px!important;
  }
  .custom-bussiness-banner .banner-content {
    padding: 100px 0 0;
  }
  .head-btns-bg .hs-menu-wrapper ul > li > a {
    padding: 2px 6px 0!important;
    min-width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-family: 'Conv_Karbon-Regular',sans-serif;
  }
  .head-btns-bg {
    bottom: 35px;
  }
  .custom-bussiness-banner .arrow-sixth {
    bottom: 25px;
  }
  .custom-bussiness-one-column .commercial-cont {
    margin-top: 115px;
  }
  .custom-two-col-equal h1.equal-col-title:before {
    width: 100px;
    height: 100px;
  }
  .three-col-content-with-icon h3{
    font-size: 35px;
  }
  .one-column-right-content {
    background-size: 310px 209px;
  }
  .one-column-right-content .onsite-cont {
    margin-top: 225px;
  }
  .head-btns-bg,
  .custom-bussiness-one-column h1.buss-title{
    padding-left: 0;
    padding-right: 0;
  }
  .custom-banner-slider .caption.below {
    margin: 120px 0 0;
  }
  .home-page-layout .custom-bussiness-banner .custom-one-col-section-scroll {
    bottom: 25px;
  }
  .custom-home-row-2 .custom-row-2-flexy > span > div {
    height: 79px;
    line-height: 77px;
    width: 50%;
  }
  .custom-home-row-2 .custom-row-2-flexy > span > div:last-child {
    width: 100%;
    text-align: center;
  }
  .custom-home-row-2 .custom-row-2-flexy > span > div img {
    max-width: 140px;
    width: 100% !important;
  }
  .blog .custom-bussiness-banner.custom-banner .cont-sec > .page-center {
    display: block;
  }

  .hs-blog-header .custom-bussiness-banner .banner-content {
    padding-top: 278px;
  }

  .hs-blog-post .hs-blog-header .custom-bussiness-banner.custom-banner .page-center {
    display: table-cell;
  }
  .custom-bussiness-banner.custom-banner h1 {
    font-size: 45px;
  }
  .blog .custom-bussiness-banner.custom-banner .item-content h1{
    font-size:40px;
  }
  .blog.hs-blog-post .custom-bussiness-banner.custom-banner .item-content h1{
    font-size:42px;
  }

  .video-lp-banner-area .banner-title h1{
    font-size: 40px;
  }

}
@media (max-width: 479px) {
  .custom-banner.custom-why-us-banner .play-cont h2{
    padding-left:10px;
    padding-right:10px;
  }
  .custom-bussiness-banner.custom-banner .cm-share-wrapper .hs-post-share {
    width: 150px;
  }
  .video-lp-banner-area .banner-title h1{
    font-size: 40px!important;
  }

  .custom-banner-lp-no-height {
    height: 100px;
    /*margin-bottom: 90px;*/
    padding-top: 90px;
  }

  .custom-banner-lp-no-pd {
    height: 0px;
    margin-bottom: 10px;
    /*margin-top: 30px;*/
  }

  .custom-banner-lp-no-height h1 {
    font-size: 24px;
  }

  .custom-banner-lp-no-height.sprint3-lp-header h1 {
    font-size: 30px;
  }


}

@media (max-width: 640px) and (min-width: 480px){
  .custom-banner-lp-no-height {
    height: 120px;
    /*margin-bottom: 110px;*/
    padding-top: 70px;
  }

  .custom-banner-lp-no-height h1 {
    font-size: 40px;
  }

  .custom-banner-lp-no-pd {
    height: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  img.sprint2-pdf-ipad {
    max-width: 200px !important;
    /*margin-top: 80px !important;*/
  }
}

@media (min-width: 641px) {
  /*.custom-banner-lp-no-pd.sprint-2-pdf-header {*/
  /*    margin-bottom: 70px;*/
  /*    padding-top: 110px;*/
  /*}*/

  .custom-banner-lp-no-pd.sprint-2-pdf-header {
    margin-bottom: 50px;
    padding-top: 140px;
  }

  #hs_cos_wrapper_widget_1518041501897 {
    margin-top: 60px !important;
  }
}

@media (min-width: 1212px) {
  .custom-banner-lp-no-pd {
    /*margin-bottom: 10px;*/
    padding-top: 130px;
  }
} 

@media (max-width: 1135px) {
  h3.commercial-pillar-header {
    display: none !important;
  }
}

/*The company we keep*/

.company-slider img {
  width: 240px;
  padding-right: 30px;
}

#scroller{
  width: 10000%;
}
#scroller.ready > *{
  display: inline-block;
  float:left;
  overflow: hidden;

  webkit-animation-timing-function: linear;
  animation-timing-function: linear;


  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  /*   -webkit-animation-delay: 5s;
  animation-delay: 5s; */


  -webkit-animation-duration: 50s;
  animation-duration: 50s;


  -webkit-animation-name: marginator;
  animation-name: marginator;



  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#scroller:hover > *{


  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marginator {
  0% {
    -webkit-transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
  }
  100% {
    -webkit-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
  }
}

@keyframes marginator {
  0% {

    -webkit-transform: translate(0,0);
    transform: translate(0,0);

    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {


    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);


    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
#scroller-wrapper{
  overflow: hidden;
}


@media screen and (max-width: 768px) {
  .stack-row > .row-fluid-wrapper > .row-fluid{
    display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .main-content{
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;

    width: 100%;
  }
  .sidebar {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    width: 100%;
  }
}

@media(max-width:1023px) {
  .commercial-pillar-info {
    display: flex;
    flex-direction: column;
  }
}

/*--------------------------------------------------*/