@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Montserrat:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800|Raleway:100,200,300,400,500,600,700,800i,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');


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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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


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

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}

body {font-family: 'Open Sans', sans-serif; color:#000; padding:0; margin:0; font-size:16px; line-height:24px;  overflow-x:hidden;}
 

/*==========font-family: 'Raleway', sans-serif;==============*/

/*==========font-family: 'Hind', sans-serif;=============*/

/*==========font-family: 'Open Sans', sans-serif;============*/ 

/*==========font-family: 'Montserrat', sans-serif;===========*/
 
 
h1 {font-family: 'Raleway', sans-serif; color:#000; padding:0; margin:0; font-size:40px; line-height:48px;}
h2 {font-family: 'Montserrat', sans-serif; color:#000; padding:0; margin:0; font-size:36px; line-height:42px;}
h3 {font-family: 'Montserrat', sans-serif; color:#000; padding:0; margin:0; font-size:36px; line-height:42px; font-weight: 500;}
h4 {font-family: 'Raleway', sans-serif; color:#000; padding:0; margin:0; font-size:24px; line-height:28px;}
h5 {font-family: 'Raleway', sans-serif; color:#000; padding:0; margin:0; font-size:18px; line-height:24px;}
h6 {font-family: 'Raleway', sans-serif; color:#000; padding:0; margin:0; font-size:16px; line-height:18px;}


img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
.clear { clear:both }
p { padding:10px 0; margin:0; }
a { text-decoration:none; outline:none; color:#007DC6; -webkit-transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out; transition:all .6s ease-in-out; }
a:hover { color:#FFD700; }

input , button , textarea, select , 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"] { outline:none; border-bottom:1px solid #7a7a7a; border-top:none; border-right:none; border-left:none; background:#fff; height:50px; padding:0 5px; font-family: 'Roboto', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }

input[type=submit] , button { width:auto; cursor:pointer; background:url(https://cdn2.hubspot.net/hubfs/1785169/Retirement_Reality/images/blank.png) no-repeat left top #44B7BA;  padding:10px 20px; color:#fff; text-align:center; display:inline-block; border:1px solid #44B7BA; letter-spacing:2px; font-weight:600; text-transform:uppercase;  font-size:14px;   outline:none; } 
input[type=submit]:hover , button:hover { background-color:#44B7BA;  }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; font-size:13px; line-height:18px; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:18px; height:18px; border:1px solid #003666; color:#fafafa; background:transparent;   }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:transparent; color:#fff; border-color:transparent; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#003666; position:absolute; left:-25px; top:0;  content: "\f046"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size:20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

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

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; font-size:0; min-width:auto;  width:40px; height:40px; line-height:40px; border:none; outline:none; background:#fbb314; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#2b2975; }
.slick-arrow:hover { background:#fac040; }
.slick-prev { left:0; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:38px; }
.slick-prev:before { content: "\f104"; left: -10px; position: relative; top: -11px }
.slick-next { right:0;}
.slick-next:before { content: "\f105"; right: 3px; position: relative; top: -11px }


ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;} 
ul.slick-dots { text-align:center; padding: 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:transparent; border:2px  solid #fff;  min-width:auto; padding:0; width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fff; }

::-webkit-input-placeholder { color: #303030; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:20px; font-family: 'Raleway', sans-serif; font-weight:bold;}
::-moz-placeholder { color: #303030; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:20px; font-family: 'Raleway', sans-serif; font-weight:bold;}
:-ms-input-placeholder { color: #303030; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:20px; font-family: 'Raleway', sans-serif; font-weight:bold;}
:-moz-placeholder { color: #303030; font-family: 'Roboto', sans-serif; opacity:1; font-size:14px; line-height:20px; font-family: 'Raleway', sans-serif; font-weight:bold;}

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
   
}

@media (min-width: 991px) {

    .row-fluid .mainmenu { text-align:right; }
    .row-fluid .mainmenu ul li { padding:0; position:relative;}
    .row-fluid .mainmenu ul li a { font-size:14px; line-height:20px; padding:20px 0; margin:0 10px; font-weight:bold; text-transform:uppercase; color:#323232; text-align:center; position:relative; white-space: normal; width:auto !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { content:''; position:absolute; bottom:0; left: auto;   width: 0; right: 0; background:#0FA3FF; height:2px; opacity:0; transition:all .6s ease; }
    .row-fluid .mainmenu ul li a:hover { color:#0FA3FF; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover:before { right: auto; left: 0; width: 100%; opacity:1;transition:all .6s ease; transition:all .6s ease; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { margin-right:0; } 
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a { position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:after { position:relative; content:"\f0d7"; font-family: 'FontAwesome'; right:0;     padding-left: 6px;}
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > a:before { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li { width:100%; float:left; }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child > a { border-bottom:0; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {  width:330px; left:0; top:100%; background:#fff; border-radius:5px;  box-shadow:0 1px 28px rgba(0,0,0,0.20); transition:all .6s ease; z-index:99;}
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {  transform: translateY(1px) scaleY(0);transform-origin: top; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { transform: translateY(0) scaleY(1);  transition:all .6s ease; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper:before { position:absolute; content:""; width:25px; height:15px; left: 50px;  top: -14px; background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/aoorw.png') no-repeat center center; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { position:relative; margin:0; font-size:14px; text-align:left; line-height:20px; color:#505050; padding:15px 45px; border-bottom:1px solid #DFE9F1; width:100% !important; max-width:100% !important; overflow: hidden; white-space: normal;  text-overflow: inherit;  }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:before { position:absolute; content:""; left:0; top:0; width:5px; height:100%; background:#FFD700; opacity:0; transition:all .6s ease;}
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { color:#fff; background:#0FA3FF;  }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover:before { opacity:1; transition:all .6s ease; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child > a { border-bottom:0;  }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left:100%; border-radius:0; width:250px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding:15px 30px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper:before { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover > a {  color:#fff; background:#0FA3FF;}
    
    
     .row-fluid .header_main > div > div { display:flex; align-items:center; }

  
  
  
  
  
} 

.row-fluid  .wrapper { width:1170px; float:none; margin:0 auto !important; padding:0 15px;}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.row-fluid .header_section {  }
.row-fluid .headertop_box { background:#0FA3FF; padding:5px 0; color:#fff; text-align:right; }
.row-fluid .headertop_box a { color:#fff; font-size:16px; line-height:32px; font-weight:bold; font-family: 'Open Sans', sans-serif; }
.row-fluid .headertop_box a:hover { color:#231F20; }
.row-fluid .headertop_box a i { font-size:22px; }
.row-fluid .headertop_box a i:before { position:relative; top:3px; }

.row-fluid .header_main { padding:10px 0; }

.row-fluid .hero_section { padding:50px 0; position:relative;  text-align:center; min-height:246px; display:flex; align-items:center; }
.row-fluid .hero_section:before { position:absolute; content:''; background:rgba(0,0,0,0.6); left:0; top:0; width:100%; height:100%; }
.row-fluid .hero_section .wrapper  { position:relative; z-index:11; }
.row-fluid .hero_section h1 { color:#F1F1F1; font-size:48px; line-height:54px; font-family: 'Raleway', sans-serif; font-weight:bold;}
.row-fluid .hero_section .row-fluid-wrapper.row-number-3 { width:100%; }

.row-fluid .map_section iframe { width:100% !important; height:500px !important; }

.row-fluid .getintouch_section { background:#FBFBFB; padding:100px 0; color:#999999; }
.row-fluid .getintouch_section h3 { color:#303030; font-size:24px; line-height:30px; margin-bottom:40px; font-weight:bold; }

.row-fluid .contact_right { font-weight:600; font-size: 14px; line-height:20px; }
.row-fluid .contact_right ul { list-style:none; padding:0; margin:30px 0 0; width:100%; float:left;  } 
.row-fluid .contact_right ul li { width:100%; float:left; margin-bottom:30px; position:relative; padding-left:40px; font-size:14px; line-height:20px; }
.row-fluid .contact_right ul li:before { position:absolute; content:"\f041"; left:0; top:2px; font-size:24px; color:#2395EC; font-family: 'FontAwesome';  }

.row-fluid .contact_right ul li.address-icon:before { content:"\f041";}
.row-fluid .contact_right ul li.call-icon:before { content:"\f095";}
.row-fluid .contact_right ul li.mail-icon:before { content:"\f0e0";}
.row-fluid .contact_right ul li.flex-icon:before { content:"\f1ac";}

.row-fluid .contact_left { padding-right:30px; } 
.row-fluid .contact_form h3 { display:none; }
.row-fluid .contact_form form { width:100%; float:left; }
.row-fluid .contact_form form .hs-form-required {  display:none; }
.row-fluid .contact_form form .hs-input { height:47px; border:1px solid #E7E7E7; width:100%; float:left; padding:10px 15px; margin-bottom:25px; font-family: 'Raleway', sans-serif; font-weight:500;}
.row-fluid .contact_form form textarea.hs-input { height:160px; }

.row-fluid .contact_form form .form-columns-1 .input { margin-right:0; font-family: 'Raleway', sans-serif; font-weight:500;}
.row-fluid .contact_form form .hs_submit .hs-button { min-width:auto; width:auto; font-size:14px; line-height:20px; background:#2395EB; transition:all .6s ease; border:1px solid #E7E7E7;font-family: 'Raleway', sans-serif; font-weight:500; letter-spacing: 1px;}
.row-fluid .contact_form form .hs_submit .hs-button:hover { background:#111111; border-color:#111111; transition:all .6s ease; }  

.row-fluid .contact_form form.hs-form fieldset.form-columns-2 .field:first-child { padding-bottom:0;}
.row-fluid .contact_form form.hs-form fieldset.form-columns-2 .field:last-child { padding-bottom:0;}

/*=====footer=====*/
.row-fluid .footer_section { background:#111111; padding:90px 0 50px; color:#C0C0C0; font-size:15px; line-height:22px; position:relative; }
.row-fluid .footer_section a {  color:#fff;} 
.row-fluid .footer_section a:hover {  color:#007DC6;}

.row-fluid .footer_section .wrapper { position:relative; }
.row-fluid .footer_copyright {  background:#007DC5; padding:20px 0; font-size:14px; line-height:20px; color:#fff; text-align:center;}
.row-fluid .backtotop { width:65px; height:65px; border-radius:50%; background:#007DC5; color:#fff; text-align:center; font-size: 46px;  line-height: 56px;  position:absolute; right:0; top:-123px; cursor:pointer; transition:all .6s ease;}
.row-fluid .backtotop:hover { background:#ffd700; transition:all .6s ease; }


.row-fluid .footer_folllow ul { padding:0; margin:30px 0 0; list-style:none; width:100%;text-align:center; float:left;  position:relative; }     
.row-fluid .footer_folllow ul:before { position:absolute; content:""; width:100%; height:1px; left:0; top:50%;  background:#3E3E3E; margin-top:-1px; }
.row-fluid .footer_folllow ul li { width:auto; float:none; display:inline-block;  } 
.row-fluid .footer_folllow ul li a { width:42px; height:40px; float:left; border:1px solid #3E3E3E; margin:0 10px; background:#111111; color:#fff; font-size: 20px;  line-height: 38px; position:relative; }    
.row-fluid .footer_folllow ul li a:hover { background:#39559F; border-color:#39559F; color:#fff; }

.row-fluid .footer_folllow ul li:first-child a:hover { background:#39559F; border-color:#39559F; }
.row-fluid .footer_folllow ul li:nth-child(2) a:hover { background:#00aced; border-color:#00aced; }
.row-fluid .footer_folllow ul li:nth-child(3) a:hover { background:#d34836; border-color:#d34836; }
.row-fluid .footer_folllow ul li:nth-child(4) a:hover { background:#0077B5; border-color:#0077B5; }
.row-fluid .footer_folllow ul li:nth-child(5) a:hover { background:#c8232c ; border-color:#c8232c ; }
.row-fluid .footer_folllow ul li:nth-child(6) a:hover { background:#ff0000; border-color:#ff0000; }

.row-fluid .footer_section .footer_title {margin-bottom:30px;  color:#F1F1F1; font-size:20px; line-height:30px; font-family: 'Montserrat', sans-serif; text-transform:uppercase;  font-weight:500;   }
.row-fluid .footer_section .footer_logo { margin-bottom:40px; }
.row-fluid .footer_section .footer_box em { font-size:15px; line-height:22px; color:#007DC6; font-style: normal; } 

.row-fluid .footer_boxlink .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a { padding:4px 20px 4px 0;  color:#C0C0C0;   white-space: normal;    width: 100%;    text-overflow: inherit; }
.row-fluid .footer_boxlink .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover { color:#007DC6; }
.row-fluid .blog_subscribe form .hs_email {  width:calc(100% - 50px); float:left;}
.row-fluid .blog_subscribe form { width:100%; float:left; margin-top:10px; position:relative; } 
.row-fluid .blog_subscribe form .hs-form-required { display:none; }
.row-fluid .blog_subscribe form .hs-input { width:100%; float:left; background:#373A3F; padding:10px 15px; height:40px; color:#FFFFFF; font-size:13px; line-height:20px; border:none; }
.row-fluid .blog_subscribe form .hs_submit { width:45px; height:40px;     float: left; }
.row-fluid .blog_subscribe form .hs_submit .hs-button { width:100%; float:left; font-size:0;  border:none; min-width:auto; height:40px; position:relative; z-index:1; background: url(https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/submit-btn.png?t=1528712986545) no-repeat center center #007DC5;  }
.row-fluid .blog_subscribe form .hs_submit .hs-button:hover { background-color:#FFD700; transition:all .6s ease; }

.row-fluid .blog_subscribe form .hs-error-msgs { position:absolute; bottom:-20px; left:0; text-align:left; width:100%; float:left; }
.row-fluid .blog_subscribe form .hs_error_rollup { position:absolute; bottom:-20px; left:0; text-align:left; width:100%; float:left; }

.row-fluid .blog_subscribe form .hs_submit .actions { position:relative; }    
/*.row-fluid .blog_subscribe form .hs_submit .actions:after { position:absolute; content:"\f1d8"; font-family: 'FontAwesome'; width:100%; color:#fff; height:100%; left:11px; top:4px; padding:0;  font-size:20px; line-height:30px; transition:all .6s ease; z-index:1;}*/

/*.row-fluid .blog_subscribe form .hs_submit .actions:after:hover  .hs-button {background:#FFD700;  }*/
  
.blog_subscribe form .hs-input::-webkit-input-placeholder { color: #FFFFFF; opacity:1; font-size:13px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
.blog_subscribe form .hs-input::-moz-placeholder { color: #FFFFFF; opacity:1; font-size:13px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
.blog_subscribe form .hs-input:-ms-input-placeholder { color: #FFFFFF; opacity:1; font-size:13px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
.blog_subscribe form .hs-input:-moz-placeholder { color: #FFFFFF; opacity:1; font-size:13px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
  
    
/*=====home===industrial_main===*/
.row-fluid .industrial_main { background:#F1F1F1; padding:20px 0;  } 
.row-fluid .industrial_main .wrapper { width:1400px;} 

.row-fluid .industrial_main .industrial_cover { width:100%; float:left; }  
.row-fluid .industrial_main .industrial_cover > span { width:100%; float:left; background: #fff; padding: 10px 5px; }  
.row-fluid .industrial_main .industrial_cover > span .hs_cos_wrapper { width:calc(33.33% - 10px); float:left; margin:0 5px; }   
/*.row-fluid .industrial_main .industrial_cover > span .hs_cos_wrapper:nth-child(2n) .industrial_img { background:transparent; }*/
.row-fluid .industrial_main .industrial_cover > span .hs_cos_wrapper:hover .industrial_img:before { opacity:0.8; transition:all .6s ease;} 
.row-fluid .industrial_main .industrial_cover > span .hs_cos_wrapper:hover .industrial_img { background:transparent; transition:all .6s ease; }      

.row-fluid .industrial_main .industrial_cover .industrial_box {width:100%; float:left; background-size:cover !important;  min-height:570px; display: flex; align-items: flex-end;}

.row-fluid .industrial_main .industrial_img { width:100%; float:left; background:rgba(0,0,0,0.6); padding:25px; color:#fff; position:relative;transition:all .6s ease; }
.row-fluid .industrial_main .industrial_img:before { position:absolute; content:""; left:0; top:0;  width:100%; height:100%; opacity:0; background: rgb(0,124,195); /* Old browsers */ background: -moz-linear-gradient(top, rgba(0,124,195,1) 0%, rgba(0,57,91,1) 99%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,124,195,1) 0%,rgba(0,57,91,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,124,195,1) 0%,rgba(0,57,91,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc3', endColorstr='#00395b',GradientType=0 ); /* IE6-9 */ transition:all .6s ease; }

.row-fluid .industrial_main .industrial_img h4 { font-size:25px; line-height:32px; color:#fff;  font-family: 'Montserrat', sans-serif; font-weight:bold;}
.row-fluid .industrial_main .industrial_text { font-size:14px; line-height:24px; color:#fff; width:100%; float:left; margin:18px 0; }
.row-fluid .industrial_main .industrial_content { width:100%; float:left; position:relative; z-index:9; }

.row-fluid .industrial_main .readmore_btn { color:#51BFFF; font-size:14px; line-height:22px; float:left; width:auto; text-transform:uppercase; font-weight:600; } 
.row-fluid .industrial_main .readmore_btn:hover { color:#FFD700; }
 
/*=======*/
.row-fluid .whowehelp_section { width:100%; float:left; padding:70px 0; }
.row-fluid .whowehelp_section h3 { color:#303338; font-size:36px; line-height:42px; width:100%; float:left; text-align:center; font-family: 'Montserrat', sans-serif; font-weight:400; margin-bottom:40px; }
.row-fluid .whowehelp_section .whowehelp_cover { width:100%; float:left; }
.row-fluid .whowehelp_section .whowehelp_cover > span { display:block; margin:0 -15px; }
.row-fluid .whowehelp_section .whowehelp_cover > span .hs_cos_wrapper { width:calc(33.33% - 30px); float:left; margin:0 15px 40px;  }

.row-fluid .whowehelp_section .wehelp_box { width:100%; float:left; text-align:center; }
.row-fluid .whowehelp_section .wehelp_img { width:100%; float:left; height:200px; background-size:cover !important; }
.row-fluid .whowehelp_section .wehelp_content { width:100%; float:left; padding:25px 0 0; }
.row-fluid .whowehelp_section .wehelp_content h4 { color:#303338; font-size:22px; line-height:30px; font-family: 'Montserrat', sans-serif; font-weight: 500;}
.row-fluid .whowehelp_section .whowehelp_text { width:100%; float:left; color:#303338; font-size:14px; line-height:22px; margin:12px 0; }
.row-fluid .whowehelp_section .moreread { color:#007DC6; font-size:14px; line-height:22px;text-transform:uppercase;   float:none; display:inline-block; width:auto;  font-weight: 600;}
.row-fluid .whowehelp_section .moreread:hover { color:#FFD700; }

/*==climates_section===*/
.row-fluid .climates_section { width:100%; float:left; background:#F1F1F1; padding:70px 0;  }
.row-fluid .climates_section h3 { text-align:center;  margin-bottom:40px;  width:100%; float:left;     font-weight: 400; }
.row-fluid .featured_cover { width:100%; float:left; }
.row-fluid .featured_cover > span { margin:0 -10px; display:block; }
.row-fluid .featured_cover > span .hs_cos_wrapper { width:calc(33.33% - 20px); float:left; margin:0 10px 20px; }

.row-fluid .featured_cover .featured_text {  width:100%; float:left; }
.row-fluid .featured_cover .featured_box { width:100%; float:left; background-size:cover !important; }
.row-fluid .featured_cover .featured_box h4 { font-size:24px; line-height:30px; color:#fff; width:100%; float:left; font-family: 'Montserrat', sans-serif; font-weight:bold; margin-bottom:20px; }
.row-fluid .featured_cover .featured_content { width:100%; float:left; min-height:280px; padding:10px; text-align:center; background:rgba(0,0,0,0.7); display:flex; align-items:center;transition:all .6s ease; }
.row-fluid .featured_cover .featured_box:hover .featured_content { background:rgba(0,125,197,0.7); transition:all .6s ease; }

.row-fluid .featured_cover .shop_btn  { width:auto; float:none; display:inline-block; padding:10px 20px; border:1px solid #fff; color:#fff; text-transform:uppercase; font-size:15px; line-height:22px; font-weight:600; } 
.row-fluid .featured_cover .shop_btn:hover { color:#fff; background:#303338; border-color:#303338; } 
 

/*======products_section====*/
.row-fluid .products_section { padding:70px 0;  }
.row-fluid .products_section h3 { text-align:center;  margin-bottom:40px;  width:100%; float:left; font-weight:400; }
.row-fluid .product_cover { width:100%; float:left; }
.row-fluid .product_cover > span { width:100%; float:left; }
.row-fluid .product_cover > span > .hs_cos_wrapper { width:100%; float:left; margin-bottom:50px;  }
.row-fluid .product_cover > span > .hs_cos_wrapper:last-child { margin-bottom:0; }

.row-fluid .product_cover .product_box.Imgleft .product_img { float:left;  }
.row-fluid .product_cover .product_box.Imgleft .product_content { float:right;  }

.row-fluid .product_cover .product_box.imgright .product_img { float:right;  }
.row-fluid .product_cover .product_box.imgright .product_content { float:left; text-align:right; }

 
.row-fluid .product_cover .product_box { width:100%; float:left; }
.row-fluid .product_cover .product_img { width:40%; float:left; border:5px solid #F3F3F3; text-align:center; }
.row-fluid .product_cover .product_content { width:60%; float:left; padding:20px 60px 0; }

.row-fluid .product_cover .product_box h4 { color:#007DC6; font-size:24px; line-height:30px;font-family: 'Montserrat', sans-serif; font-weight: bold; text-transform:uppercase; }
.row-fluid .product_cover .product_text { width:100%; float:left;  color:#121212; font-size:16px; line-height:24px; }
.row-fluid .product_cover .product_box h5 { width:100%; float:left; color:#121212; font-size:24px; line-height:30px; font-weight:500; margin:14px 0; }

.row-fluid .product_cover .product_btn { width: auto; float: none; margin-top:15px; text-align:center; display: inline-block; min-width:160px;  padding: 12px 20px;  border: 1px solid #007DC6; color: #007DC6;  text-transform: uppercase;  font-size: 16px;   line-height: 22px;   font-weight: 600; }
.row-fluid .product_cover .product_btn:hover { background:#007DC6; color:#fff; }


/*=======teammember_section====*/
.row-fluid .teammember_section { padding:80px 0;  }
.row-fluid .teammember_section h3 { text-align:center;  margin-bottom:40px;  width:100%; float:left; font-weight:400; }

.row-fluid .teammamber_cover { width:100%; float:left; }
.row-fluid .teammamber_cover > span { width:100%; float:left; }
.row-fluid .teammamber_cover > span > .hs_cos_wrapper { width:calc(33.33% - 20px); float:left; margin:0 10px; }

.row-fluid .teammamber_cover .team_box { width:100%; float:left; min-height:480px; background-size: contain !important; text-align:center;  display: flex; align-items: flex-end;      background-position: bottom center !important; }
.row-fluid .teammamber_cover .teambox_inner { width:100%; float:left; color:#fff;  font-size:16px; line-height:22px; background:rgba(0,125,197,0.7); padding:20px; opacity:0; transition:all .6s ease; transform: skewX(30deg) scale(0); }

.row-fluid .teammamber_cover .team_box:hover .teambox_inner {  opacity:1; transition:all .6s ease; transform: skewX(0) scale(1) translateY(-50%);top:50%;position:absolute;}


.about-page .row-fluid .teammamber_cover .team_box { align-items: center; }
 
.row-fluid .teammamber_cover .teambox_img { width:100%; float:left; background-size:cover !important; }
.row-fluid .teammamber_cover .teambox_text {  width:100%; float:left;   }
.row-fluid .teammamber_cover .team_box h4 { color:#fff; font-size:25px; line-height:32px; font-family: 'Montserrat', sans-serif; font-weight: 500; text-transform:uppercase;width:100%; float:left  }
.row-fluid .teammamber_cover .team_box h5 { color:#fff; font-size:20px; line-height:28px; font-family: 'Montserrat', sans-serif; font-weight: 400; padding:10px 0; width:100%; float:left;}

.row-fluid .teammamber_cover .client_text { width:100%; float:left;  }
.row-fluid .teammamber_cover .social_bar { width:100%; float:left; padding:20px 0 0; text-align:center; }
.row-fluid .teammamber_cover .social_bar a { width:30px; height:30px; border-radius:50%; color:#007DC6; background:#fff; text-align:center; font-size:16px; line-height:30px;  float:none; display:inline-block; margin:0 10px; }
.row-fluid .teammamber_cover .social_bar a:hover { background:#007DC6; color:#fff; } 
  
.row-fluid .aboutus_section { padding:80px 0; background:#F9F9F9; }
.row-fluid .aboutus_section h3 { text-align:center;  margin-bottom:40px;  width:100%; float:left;  font-weight:400;}
.row-fluid .aboutus_section h4 { color:#1C1C1C; font-size:24px; line-height:30px; font-family: 'Montserrat', sans-serif; font-weight:500; margin-bottom:15px; }
.row-fluid .aboutus_section .readmore_cta a { width: auto; float: none;  margin-top: 15px;  text-align: center;  display: inline-block;  min-width: 160px;  padding: 12px 20px;  border: 1px solid #007DC6;  color: #007DC6; text-transform: uppercase;   font-size: 16px;   line-height: 22px;   font-weight: 600;  }
.row-fluid .aboutus_section .readmore_cta a:hover { background:#007DC6; color:#fff; }

.row-fluid .latestblog_section { padding:80px 0; background:#F9F9F9; } 
.row-fluid .latestblog_section h3  { text-align:center;  margin-bottom:40px;  width:100%; float:left; font-weight:400;}
.row-fluid .post_recent { width:calc(33.33% - 30px); float:left; margin:0 15px;  }
.row-fluid .post_recent .post_image { width:100%; float:left; height:250px; background-size:cover !important; position:relative; }  
.row-fluid .postdate { min-width:80px; width:auto; position:relative; z-index:99; float:right; padding:5px 10px; font-family: 'Roboto Slab', serif; font-weight:600; color:#fff; font-size:15px; line-height:22px; text-align:center; background:rgba(24,137,201,0.9);     margin-top: 15px;   margin-right: 15px; } 

.row-fluid .imghover_box {  width:100%; height:100%; left:0; top:0; position:absolute; background:rgba(24,137,201,0.8); display:flex; align-items:center;  color:#fff; opacity: 0;  transition: all .6s ease;  transform: skewX(30deg) scale(0); }
.row-fluid .post_recent:hover .imghover_box { opacity:1;  transition: all .6s ease;  transform: skewX(0) scale(1); }
.row-fluid .imghover_box i { margin: 0 auto; float: none; background: #fff; color: #000; border-radius: 50%; padding: 10px; font-size:20px; }

.row-fluid .recentpost_inner { width:100%; float:left; padding:20px; background:#fff;    box-shadow: 0 6px 19px 1px #ccc; }
.row-fluid .post_recent .post-title { width:100%; float:left; margin-bottom:15px; } 
.row-fluid .post_recent .post-title a { width:100%; float:left; color:#121212; font-size:20px; line-height:28px;font-family: 'Montserrat', sans-serif; font-weight:500; } 
.row-fluid .post_recent .post-title a:hover { color:#007DC6; }
.row-fluid .post_recent .post-content { width:100%; float:left;  font-size:15px; line-height:22px; color:#121212; } 

.row-fluid .postmore_btn { color:#007DC6; font-size:14px; text-transform:uppercase; line-height:20px; float:left; width:100%; margin-top:20px; font-weight:600; }
.row-fluid .postmore_btn:hover { color:#FFD700; }


/*====mapbpox_area========*/
.row-fluid .mapbpox_area {  padding:0; }
.row-fluid .mapbpox_area iframe { width:100% !important; height:530px;  }
.row-fluid .mapbpox_area .contact_cover { box-shadow:0 0 20px 1px #ccc; background:#fff;  margin-top:-100px; margin-bottom:100px; position:relative; z-index:999; }
.row-fluid .mapbpox_area .contact_cover h4 { font-size:22px; line-height:30px; color:#fff; font-family: 'Montserrat', sans-serif; font-weight:500;  margin-bottom:20px; }
.row-fluid .mapbpox_area .contact_cover .contact_leftbox { width:70%; padding:60px 70px 60px 60px; }
.row-fluid .mapbpox_area .contact_cover .contact_leftbox h4 {  color:#007DC6; position:relative; padding-right:50px; }
.row-fluid .mapbpox_area .contact_cover .contact_leftbox h4:before { position:absolute; content:""; right:0; top:4px; background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/main-bg.png') no-repeat center center;  width:37px; height:21px; } 
.row-fluid .mapbpox_area .contact_cover .contact_rightbox { width:30%; margin-left:0; background:#007DC5; padding:60px 50px; }

.row-fluid .mapbpox_area .contact_cover .address_content ul { margin:30px 0 0; padding:0; list-style:none;  width:100%; float:left;} 
.row-fluid .mapbpox_area .contact_cover .address_content ul li { margin-bottom:35px; width:100%; float:left; padding-left:45px; color:#fff; position:relative; }
.row-fluid .mapbpox_area .contact_cover .address_content ul li:before { position:absolute; content:""; width:17px; height:25px; background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/loaction.png') no-repeat center center; left:0; top:4px; }
.row-fluid .mapbpox_area .contact_cover .address_content ul li.addres_icon:before { background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/loaction.png') no-repeat center center;  } 
.row-fluid .mapbpox_area .contact_cover .address_content ul li.addres_call:before { background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/call.png') no-repeat center center;  width:25px; height:25px; } 
.row-fluid .mapbpox_area .contact_cover .address_content ul li.addres_mainl:before { background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/mail.png') no-repeat center center;  width:30px; height:17px; } 
.row-fluid .mapbpox_area .contact_cover .address_content ul li a {  color:#fff; } 
 
.row-fluid .mapbpox_area .contact_cover .follow_icon {  margin-top:50px; margin-bottom:40px; }
.row-fluid .mapbpox_area .contact_cover .follow_icon ul { margin:0; padding:0; list-style:none;  width:100%; float:left; }
.row-fluid .mapbpox_area .contact_cover .follow_icon ul li { width:auto; float:left; padding:0 18px; font-size:24px; margin-bottom:0; }
.row-fluid .mapbpox_area .contact_cover .follow_icon ul li a { color:#fff; }
.row-fluid .mapbpox_area .contact_cover .follow_icon ul li a:hover {  color:#ffd700;}

.row-fluid .homecontact_form { margin-top:30px; }
.row-fluid .homecontact_form form { width:100%; float:left; position:relative;  }
.row-fluid .homecontact_form form .hs-form-field .hs-input { width:100%; float:left; border:none; border-bottom:1px solid #EDEFF3 !important; color:#121212; font-size:14px; line-height:22px; padding:10px 10px 10px 0; height:42px; margin-bottom:20px;  }
.row-fluid .homecontact_form form .hs-form-field label  { color:#ACACAC; font-size:14px; line-height:20px; width:100%; float:left; margin-bottom:5px; } 
.row-fluid .homecontact_form form .hs-form-field textarea.hs-input{ height:100px; } 
.row-fluid .homecontact_form form .hs_submit { width:auto; position:absolute; right:-30px; bottom:-10px; z-index:99;  }
.row-fluid .homecontact_form form .hs_submit .hs-button { background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/submit-btn.png') no-repeat center center #007DC5; width:70px; height:70px; border-radius:50%; border:none; padding:0;  font-size:0;  transition:all .6s ease; min-width:auto; }
.row-fluid .homecontact_form form .hs_submit .hs-button:hover { background-color:#ffd700; transition:all .6s ease; }


/*=====welcome_airpacinc====*/
.row-fluid .welcome_airpacinc { padding:75px 0; text-align:center; color:#121212;  font-size:16px; line-height:22px; font-family: 'Raleway', sans-serif;  }
.row-fluid .welcome_airpacinc h3 { font-weight:bold; font-size:36px; line-height:42px; margin-bottom:15px;font-family: 'Raleway', sans-serif; }   
.row-fluid .welcome_airpacinc .wrapper { padding:0 85px; }   

/*=====*/
.row-fluid .airpacinc_servicesbox { width:50%; margin-left:0; color:#999999; font-size:16px; line-height:24px; font-weight:500;  }
.row-fluid .airpacinc_servicesbox.airpacinc_servicesleft { position:relative; display: flex; align-items: center;}
.row-fluid .airpacinc_servicesbox.airpacinc_servicesleft:before { position:absolute; content:""; background:rgba(35,149,235,0.3); width:100%; height:100%; left:0; top:0; }

.row-fluid .airpacinc_servicesbox.airpacinc_servicesright { padding:60px; background:#000;font-family: 'Raleway', sans-serif;  }
.row-fluid .airpacinc_servicesbox h3 { font-weight:bold; font-size:36px; line-height:42px; margin-bottom:15px; color:#fff; font-family: 'Raleway', sans-serif; }   

.row-fluid .servicaccordion_cover { width:100%; float:left; margin-top:30px; }
.row-fluid .servicaccordion_cover > span { width:100%; float:left; }
.row-fluid .servicaccordion_cover > span .hs_cos_wrapper { width:100%; float:left; }

.row-fluid .servicaccordion_cover .services_box { width:100%; float:left; margin-bottom:0; border-bottom:1px solid #4D4D4D;}
.row-fluid .servicaccordion_cover .services_box h5 { color:#CCCCCC; font-size:16px; line-height:24px; font-weight:600; padding-left:10px; width:calc(100% - 35px); float:left; font-family: 'Raleway', sans-serif; }
.row-fluid .servicaccordion_cover .airservices_inner { width:100%; float:left; padding:18px 0;  display: flex;  align-items: center; position:relative; cursor:pointer; }
.row-fluid .servicaccordion_cover .airservices_inner:before { position:absolute; content:""; right:0; top:50%; transform: translateY(-50%); width:15px; height:2px; background:#999999; }
.row-fluid .servicaccordion_cover .airservices_inner:after { position:absolute; content:""; right:6px; top:50%; transform: translateY(-50%); width:2px; height:15px; background:#999999; }
.row-fluid .servicaccordion_cover .airservices_inner.active:after { display:none; }  

.row-fluid .servicaccordion_cover .services_img { width:35px; float:left; }
.row-fluid .servicaccordion_cover .services_img img { max-width:35px; }
.row-fluid .servicaccordion_cover .services_content { width:100%; float:left; display:none; font-family: 'Open Sans', sans-serif;}
.row-fluid .servicaccordion_cover .services_text {  width:100%; float:left; padding:0px 0 12px 0; font-size:14px; line-height:24px;  }

.row-fluid .video_icon { position:relative; z-index:99; cursor:pointer; }   
.fancybox-close-small { min-width:auto !important; background:#0FA3FF;  border-radius: 50%; top: -20px; right: -20px;}  
.fancybox-close-small svg {  color:#fff;}
.fancybox-slide--html .fancybox-content { overflow:initial; } 
  
/*----*/  
.row-fluid .meetteam_section { padding:75px 0; text-align:center;padding-top:0px;}
.row-fluid .meetteam_section h3 { margin-bottom:30px; font-weight:bold; font-size:36px; line-height:42px; color:#1C1C1C; font-family: 'Raleway', sans-serif; }
.row-fluid .meetairteam_title { margin-bottom:50px; color:#949494; font-size:16px; line-height:22px; }

.row-fluid .tesminonial_section { padding:75px 0; position:relative; font-size:18px; line-height:24px; color:#fff; text-align:center; }
.row-fluid .tesminonial_section h3 { margin-bottom:40px; font-weight:500; font-size:36px; line-height:42px; color:#fff; font-family: 'Raleway', sans-serif; }
.row-fluid .tesminonial_section .wrapper { position:relative; z-index:99; } 
.row-fluid .tesminonial_section:before { position:absolute; content:""; background:rgba(0,125,197,0.9); width:100%; height:100%; left:0; top:0; }
 
.row-fluid .testimonial_cover { width:100%; float:left; }
.row-fluid .testimonial_cover > span { width:100%; float:left; }
.row-fluid .testimonial_cover > span .hs_cos_wrapper { width:100%; float:left; margin-top:10px; text-align:center;  }    
.row-fluid .testimonial_box { width:100%; float:none; display:inline-block; margin-bottom:30px; max-width:750px; }

.row-fluid .testimonial_box .testimonial_img { width:110px; height:110px; border-radius:50%; border:3px solid #FED701; float:none; display:inline-block; position:relative; margin-bottom:30px; }
.row-fluid .testimonial_box .testimonial_img:before  { position:absolute; content:"\f10d"; font-family: 'FontAwesome'; background:#FFD700; border:1px solid #E4C211; color:#333333; width:35px; height:35px; border-radius:50%; bottom: 0; right: 0; line-height: 32px; }
.row-fluid .testimonial_box .testimonial_content { width:100%; float:left; font-size:18px; line-height:26px; font-weight:400; font-style:italic; }  
.row-fluid .testimonial_box .testimonial_text { width:100%; float:left; }
.row-fluid .testimonial_box .testimonial_content h5 { font-size:16px; line-height:22px; color:#fff; float:left; width:100%; margin-top:20px; font-weight:500;font-family: 'Open Sans', sans-serif;  }

/*============*/
.row-fluid .electricheaters_section { padding:75px 0; font-size: 15px; line-height: 24px;}
.row-fluid .electricheaters_section .electricheaters_right h4 { color:#1C1C1C; font-size:26px; line-height:32px; font-family: 'Raleway', sans-serif;  font-weight:bold; }
.row-fluid .electricheaters_section .electricheaters_right h5 { color:#007DC6; font-size:21px; line-height:30px; font-weight:500; width:100%; float:left; margin:15px 0; } 
.row-fluid .readmore_btn a { width: auto; float: none; margin-top: 15px; text-align: center; display: inline-block;  min-width: 130px; padding: 12px 20px; border: 1px solid #007DC6;  color: #007DC6;  text-transform: uppercase; font-size: 16px;   line-height: 22px;   font-weight: 600; } 
.row-fluid .readmore_btn a:hover { background: #007DC6; color: #fff; }

/*=======*/
.row-fluid .popularheaters_section { padding:70px 0; border-top:1px solid #DFDFDF;  text-align:center; }
.row-fluid .popularheaters_section h3 { color:#1C1C1C; font-size:36px; line-height:44px; width:100%; float:left; margin-bottom:30px;font-family: 'Raleway', sans-serif; font-weight:bold;  }

.row-fluid .popularheaters_section .heatesimg_boxcover { width:100%; float:left; margin-top:10px; }
.row-fluid .popularheaters_section .heatesimg_boxcover > span { display:block; margin:0 -15px; }
.row-fluid .popularheaters_section .heatesimg_boxcover > span .hs_cos_wrapper { width:calc(33.33% - 30px); margin:0 15px; float:left; border:6px solid #F3F3F3; display:flex; align-items:center;  }

/*=========*/
.row-fluid .teamdatils_section { padding:75px 0; }
.row-fluid .teamdatils_section h5 { color:#007DC6; font-size:21px; line-height:30px; margin:10px 0; font-weight:500; } 
.row-fluid .teamdatils_section .teamdeatil_inertext h3 { color:#1C1C1C; font-size:36px; line-height:44px; font-family: 'Raleway', sans-serif; font-weight:bold; }

/*======services_details===*/
.row-fluid .services_details { padding:75px 0; color:#121212; font-size:16px; line-height:22px; }
.row-fluid .services_details h3 { color:#1C1C1C;  font-size:36px; line-height:44px; font-family: 'Raleway', sans-serif; font-weight:bold;  margin-bottom:15px; }  
.row-fluid .services_details h5 { color:#007DC6; font-size:21px; line-height:30px; font-weight:500; }
.row-fluid .services_details ul { list-style:none; padding-left:40px; margin:25px 0; width:100%; float:left; } 
.row-fluid .services_details ul li { width:100%; float:left; position:relative; margin-bottom:10px; }
.row-fluid .services_details ul li:before { position:absolute; content:""; left:-25px; top:4px; background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/right-arrow.png') no-repeat center center; width:15px; height:15px; }


/*=====teasimonial_page===*/
.row-fluid .teasimonial_mainarea { padding:85px 0; text-align:center; } 
.row-fluid .teasimonial_mainarea h3 {color:#121212; font-size:36px; line-height:44px;  font-weight:bold;  margin-bottom:15px; text-transform:uppercase; font-family: 'Open Sans', sans-serif; }
.row-fluid .testimonial_filter ul { width:100%; float:left; list-style:none; margin:30px 0 50px; padding:0; text-align:center; }
.row-fluid .testimonial_filter ul li { width:auto; float:none; display:inline-block; }   
.row-fluid .testimonial_filter ul li a { width:auto; float:left; border:1px solid #F1F1F1; margin:0 5px 10px; font-weight:bold; padding:10px 20px; color:#B8B8B8; font-size:16px; line-height:22px; text-transform:uppercase;  }    
.row-fluid .testimonial_filter ul li a:hover,.row-fluid .testimonial_filter ul li a.selected { background:#007DC5; color:#fff; border-color:#007DC5; }


.row-fluid .teasimonial_mainarea .resource-main-section { width:100%; float:left; }
.row-fluid .teasimonial_mainarea .resource-main-section #container .hs_cos_wrapper:nth-child(2n) .resource-box .resource_img { position: relative; left: 65%; }
.row-fluid .teasimonial_mainarea .resource-main-section #container .hs_cos_wrapper:nth-child(2n) .resource-box .resource_content { position: relative; right:35%; padding-left:30px; padding-right:80px; }
.row-fluid .teasimonial_mainarea .resource-main-section .resource-box { width:100%; float:left; margin-bottom:45px; text-align:left; display: flex;   align-items: center; }
.row-fluid .teasimonial_mainarea .resource-main-section .resource-box h5 { color:#121212; font-size:14px; line-height:20px; width:100%; float:left; padding-bottom:5px; }
.row-fluid .teasimonial_mainarea .resource-main-section .resource-box h6 { color:#B8B8B8; font-size:14px; line-height:20px; width:100%; float:left; font-weight:400; }

.row-fluid .teasimonial_mainarea .resource-main-section .resource_img { width:400px; height:400px; background-size:cover !important; float:left; } 
.row-fluid .teasimonial_mainarea .resource-main-section .resource_content { width:calc(100% - 400px); float:left; padding-left:100px; } 
.row-fluid .teasimonial_mainarea .resource-main-section .resource_text { width:100%; float:left; padding-bottom:30px; color:#121212; font-size:16px; line-height:30px; position:relative; } 
.row-fluid .teasimonial_mainarea .resource-main-section .resource_text:before { position:absolute; content:""; background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/quoat1.png') no-repeat center center; width:20px; height:15px; left:-27px; top:8px; }
.row-fluid .teasimonial_mainarea .resource-main-section .resource_text:after { position:relative; content:""; background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/quoat1.png') no-repeat center center; width:20px; height:15px; left: 12px; top: 0;  background-size: cover !important;   float: none; display: inline-block; transform: rotate(180deg); }

.row-fluid .teasimonial_mainarea .resource-main-section .resource_img img{ max-width: 400px; height: 420px; object-fit: cover;}



/*======*/
.row-fluid .rental_conditioners { padding:85px 0 ; border-top:1px solid #E9E9E9; text-align:center;}
.row-fluid .rental_conditioners h3 {color:#121212; font-size:36px; line-height:44px;  font-weight:700;  margin-bottom:15px; text-transform:capitalize; font-family: 'Open Sans', sans-serif; } 
.row-fluid .rentalair_titlesection { max-width:600px;  float:none; display:inline-block; color:#949494; font-size:16px; line-height:22px; margin-bottom:40px;  font-weight:400; } 

.row-fluid .rentalair_cover { width:100%; float:left; }  
.row-fluid .rentalair_cover > span { width:100%; float:left; text-align:center; }  
.row-fluid .rentalair_cover > span .hs_cos_wrapper { width:calc(50% - 30px); margin:0 15px; float:none; display:inline-block; border:1px solid #E9E9E9; max-width:360px; padding:10px 0; position:relative;  }    

/* .row-fluid .rentalair_cover .heatersbox_img img{} */
.row-fluid .rentalair_cover.heater-col .heatersbox_img img{height: 300px; object-fit: contain;}
.row-fluid .rentalair_cover.heater-col > span .hs_cos_wrapper{ width:calc(33% - 30px);}

.row-fluid .rentalair_cover .heaters_box { width:100%; float:left; }
.row-fluid .rentalair_cover .heatersbox_img { width:100%; float:left; }
.row-fluid .rentalair_cover .heaters_box:hover .heaters_button { opacity:1; transition:all .6s ease; }

.row-fluid .rentalair_cover .heaters_button { width:100%; float:left; opacity:0; text-align:center; background:rgba(34,147,235,0.3); position:absolute; left:0; top:0; height:100%; display:flex; align-items:center; transition:all .6s ease;}
.row-fluid .rentalair_cover .heaters_morebtn { width:auto; float:none; font-weight:600; margin:0 auto; display:inline-block; font-family: 'Raleway', sans-serif;  color:#000000; background:#FFD700; padding:10px 15px; font-size:16px; line-height:22px; text-transform:uppercase; }
.row-fluid .rentalair_cover .heaters_morebtn:hover { background:#007DC5; }
 
/*====meeteam_airpac====*/
.row-fluid .meeteam_airpac { padding:75px 0 50px; color:#121212; font-size:16px; line-height:24px; } 
.row-fluid .teammeet_content h4 { font-weight:bold; color:#1C1C1C; font-size:36px; line-height:40px;font-family: 'Raleway', sans-serif;  padding-bottom:15px;  }
.row-fluid .teammeet_content h5 { font-size:21px; color:#007DC6; line-height:30px;  font-family: 'Open Sans', sans-serif;  font-weight:400; padding-bottom:10px;  }
 
.row-fluid .meeteam_videobg {  background-size:cover; position:relative; display:flex; align-items:center; }
.row-fluid .meeteam_videobg > div { width:100%; text-align:center; position:relative;  }

.row-fluid .meetteam_covermian { text-align:center; }
.row-fluid .meetteam_covermian h3 { font-weight:bold; color:#1C1C1C; font-size:36px; line-height:40px;font-family: 'Raleway', sans-serif;  padding-bottom:40px; }
.row-fluid .meetteam_boxesmain { width:100%; float:left; }
.row-fluid .meetteam_boxesmain > span { width:100%; float:left; }
.row-fluid .meetteam_boxesmain > span > .hs_cos_wrapper { width:calc(25% - 30px); float:left; margin:0 15px 45px; text-align:left; }

.row-fluid .meetteam_boxesmain .team_box { width:100%; float:left; }
.row-fluid .meetteam_boxesmain .team_box h5 { color:#303338;  padding-bottom:5px; font-size:14px; line-height:20px; font-family: 'Montserrat', sans-serif; font-weight:bold; }
.row-fluid .meetteam_boxesmain .team_box h6 {  font-size:14px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#BABABA;  }
.row-fluid .meetteam_boxesmain .teambox_img { width:100%; float:left; height:300px; background-size:cover !important; margin-bottom:20px;  }

.row-fluid .interested_box .interested_title { height:300px; border:1px solid #007DC5; color:#007DC5; margin-bottom:20px; text-align:center; display:flex; align-items:center; padding:0 25px; font-family: 'Montserrat', sans-serif; font-weight:600;  }
.row-fluid .interested_box .interested_title > div { width:100%; }
.row-fluid .interested_box h5 { color:#303338; padding-bottom:5px; font-size:14px; line-height:20px; font-family: 'Montserrat', sans-serif; font-weight:bold; }
.row-fluid .interested_box h6 {  font-size:14px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#BABABA;  }

/*==portable_application==*/
.row-fluid .portable_cooling { padding:75px 0; }
.row-fluid .portableapp_left { color:#121212; font-size:16px; line-height:26px; }
.row-fluid .portableapp_left h3 { margin-bottom:20px; font-size:36px; line-height:40px;font-family: 'Raleway', sans-serif; font-weight:bold; }
.row-fluid .portableapp_left h5 { font-size:21px; line-height:30px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#121212; margin-bottom:20px; } 
.row-fluid .portableapp_right { height:365px; background-size:cover !important; display:flex; align-items:center;  position:relative; } 
.row-fluid .portableapp_right:before { position:absolute; content:""; left:0; top:0; background:rgba(0,0,0,0.3); width:100%; height:100%;  }
.row-fluid .portableapp_right > div { width:100%; text-align:center; position:relative;}
.row-fluid .portableapp_video , .row-fluid .portableapp_img { height:365px; background-size:cover; background-position:center center; background-repeat:no-repeat; display: flex; align-items: center; }
.row-fluid .portableapp_video .coolingfancy { margin:0 auto; }
/*-------*/
.row-fluid .portable_applications { padding:75px 0; background:#F9F9F9; text-align:center; } 
.row-fluid .portable_applications h3 { font-size:36px; line-height:40px;font-family: 'Raleway', sans-serif; font-weight:bold; }
.row-fluid .portable_applications .portable_subtitle { color:#949494; font-size:16px; line-height:30px; font-family: 'Open Sans', sans-serif; font-weight:400; padding:20px 0 40px;  }

.row-fluid .portable_applications .portable_maincover { width:100%; float:left; }
.row-fluid .portable_applications .portable_maincover > span { display: block;    margin: 0 -15px; }
.row-fluid .portable_applications .portable_maincover > span .hs_cos_wrapper { width:calc(33.33% - 30px); margin:0 15px 30px; float:left; }

.row-fluid .portable_maincover .portableapp_box { width:100%; float:left; text-align:left; }
.row-fluid .portable_maincover .portableapp_box h4 { color:#333333; font-family: 'Raleway', sans-serif; font-weight:bold; font-size:18px; line-height:26px; width:100%; margin-bottom:6px; float:left; }
.row-fluid .portable_maincover .portableapp_img { width:100%; float:left; height:170px; background-size:cover !important; }
.row-fluid .portable_maincover .portableapp_content { width:100%; float:left;  border:1px solid #E9E9E9; border-top:0 ; padding:25px; background:#fff; }
.row-fluid .portable_maincover .readmore_btn { color:#007DC6; font-size:14px; line-height:22px; float:left; font-family: 'Poppins', sans-serif; font-weight:400; }
.row-fluid .portable_maincover .readmore_btn:hover { color:#FFD700; }

 
/*=============*/   

.row-fluid .warranty_registor { padding:75px 0; }
.row-fluid .warranty_registor .wrapper { background:#FBFBFB; padding:70px; color:#121212; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:16px; line-height:20px; }
.row-fluid .warranty_registor h3 {  font-size:36px; line-height:40px;font-family:'Raleway', sans-serif; font-weight:bold; margin-bottom:25px; }
.row-fluid .warranty_registor h5 { color:#007DC6; font-size:21px; line-height:28px;   font-family: 'Open Sans', sans-serif; font-weight:400; padding-bottom: 10px;}

.row-fluid .reegistration_form form { width:100%; float:left; }
.row-fluid .reegistration_form form .hs-form-field label { width:100%; float:left; color:#626262; font-weight:600; margin-bottom:10px; }
.row-fluid .reegistration_form form .hs-input { width:100%; float:left; border:1px solid #C9D7DD; border-radius:5px; height:55px; margin-bottom:20px; padding:10px 15px; }

.row-fluid .reegistration_form form .form-columns-1 .input { margin-right:0 !important;}
.row-fluid .reegistration_form form fieldset.form-columns-2 .field{ padding-bottom:0 !important; }
.row-fluid .reegistration_form form .inputs-list input[type="radio"] + span:before { width:36px; height:36px; }
.row-fluid .reegistration_form form .inputs-list input[type="radio"]:checked + span:after { left: 4px; top: 8px; width: 24px; height: 24px; background:#2395ED; }
.row-fluid .reegistration_form form .inputs-list input[type="radio"]:checked + span:before { border-color:#2395ED; }

.row-fluid .reegistration_form form .inputs-list { width:100%; float:left; margin-bottom:30px;}
.row-fluid .reegistration_form form .inputs-list li { float:left; margin-right: 30px;  padding-left: 50px; padding-top: 10px;   padding-bottom: 0;}
.row-fluid .reegistration_form form .hs_submit { width:100%; float:left; margin-top:20px; text-align:center;}
.row-fluid .reegistration_form form .hs-button {font-size: 16px; line-height: 22px; float:none;  display:inline-block; box-shadow: 0 0 30px -2px #2395ED;  -webkit-box-shadow: 0 0 30px -2px #2395ED; -moz-box-shadow: 0 0 30px -2px #2395ED; color: #fff; font-weight: 600;  border-radius: 6px;   background: #2395ED; letter-spacing:0;  border: 0;   min-width: 150px;  font-family: 'Open Sans', sans-serif; transition:all .6s ease;}
.row-fluid .reegistration_form form .hs-button:hover { background:#ffd700; transition:all .6s ease;  box-shadow: 0 0 30px -2px #ffd700;  -webkit-box-shadow: 0 0 30px -2px #ffd700; -moz-box-shadow: 0 0 30px -2px #ffd700;}

.row-fluid .frequently_section { color:#fff; font-weight:400; margin-top:40px; }
.row-fluid .resources_center { padding:70px 0; text-align:center; }
.row-fluid .resources_center h3 { font-size:36px; line-height:40px; font-family:'Montserrat', sans-serif; font-weight:600; margin-bottom:40px;   }
.row-fluid .resources_center .resources_title { text-align:center; }
.row-fluid .resources_center .resources_typebox { width:100%; float:none; display:inline-block; max-width:390px;  } 

.row-fluid .option-combo { width:100%; float:left;   position:relative; }
.row-fluid .option-combo .filter00-title { width:100%; float:left; text-align:left; border:1px solid #CBCBCB; position:relative;  }
.row-fluid .option-combo .filter00-title .selected-label { width:100%; float:left;  font-size:16px; line-height:22px; color:#303338; padding:12px 15px; text-transform:uppercase;  cursor:pointer; position:relative; }
.row-fluid .option-combo .filter00-title:before { position:absolute; content:"\f0d7"; font-family: 'FontAwesome'; color:#CBCBCB; border-left:1px solid #CBCBCB; float:right; padding:12px 20px; width: 55px; font-size: 25px; height:100%; right:0; position:absolute; top:0; }

.row-fluid .option-combo .option-set { width:100%; float:left; padding:0; margin:0; list-style:none; border:1px solid #CBCBCB; border-top:0 !important; position: absolute; top: 100%;  z-index: 99; background:#fff; display:none; }
.row-fluid .option-combo .option-set li { width:100%; float:left;  border-bottom:1px solid #CBCBCB; text-align:left; }
.row-fluid .option-combo .option-set li:last-child { border-bottom:0;  } 
.row-fluid .option-combo .option-set li a { width:100%; float:left; color:#303338; text-transform:uppercase;padding:10px 20px; cursor:pointer; }
.row-fluid .option-combo .option-set li a:hover { background:#0FA3FF; color:#fff; }

.row-fluid .resources_cover { margin-top:70px; }
.row-fluid .resources_cover.resource-main-section .resource-box { width:calc(33.33% - 30px);  float:left; margin:0 15px 30px; border:1px solid #CBCBCB; }
.row-fluid .resources_cover.resource-main-section .resource-box .resource_content { width:100%; float:left; text-align:left; padding:30px; }
.row-fluid .resources_cover.resource-main-section .resource-box .resource_content h4 { color:#303338; font-size:18px; line-height:22px; font-weight:600; font-family:'Montserrat', sans-serif; margin-bottom:20px; }
.row-fluid .resources_cover.resource-main-section .resource-box .resource_text { width:100%; float:left; }
.row-fluid .resources_cover.resource-main-section .resource-box iframe { display:none; }

.row-fluid .resources_cover .viewpdf_hover { width:100%; height:100%; background:rgba(0,125,197,0.8); display:flex; align-items:center;  opacity: 0; transition: all .6s ease;   transform: skewX(30deg) scale(0); padding:10px; }
.row-fluid .resources_cover .viewpdf_hover a { width:100%; float:left; text-align:center;color:#fff; font-size:18px; line-height:22px; font-weight:bold; font-family:'Montserrat', sans-serif; cursor:pointer; }
.row-fluid .resources_cover .viewpdf_hover a i { display:block; margin-bottom:8px; font-size: 22px;}

.row-fluid .resources_cover .isotope-item.View-PDF:hover .viewpdf_hover { opacity: 1; transition: all .6s ease; transform: skewX(0) scale(1); } 
/*.row-fluid .resources_cover .isotope-item.Get-The-Ebook:hover .viewpdf_hover { opacity: 1; transition: all .6s ease; transform: skewX(0) scale(1); } */ 
.row-fluid .resources_cover .isotope-item.Video:hover .resources_popvideo {  opacity: 1; transition: all .6s ease; transform: skewX(0) scale(1); }

.row-fluid .resourcebox_img { width:100%; float:left; height:200px; background-size:cover !important; position:relative; }
.row-fluid .resources_cover .resources_popvideo {position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center;    opacity: 0; transition: all .6s ease;   transform: skewX(30deg) scale(0); }
.row-fluid .resources_cover .start-video { width:100%; float:left; text-align:center; }
 
.row-fluid .resources_cover .viewpdf_btn { color:#007DC6; font-size:14px; line-height:22px; text-transform:uppercase; font-weight:600; font-family:'Montserrat', sans-serif;  margin-top:15px; float:left; position:relative; }
.row-fluid .resources_cover .viewpdf_btn:before,.row-fluid .resources_cover .virdeoview_btn:before { right: -21px; bottom: 5px; position:absolute; content:""; background:url('https://cdn2.hubspot.net/hubfs/73348/Airpac%20_2018/Images/right-video.png') no-repeat center center; width:14px; height:10px; background-size:100% 100% !important;  }
.row-fluid .resources_cover .viewpdf_btn:hover { color:#231F20;  } 

.row-fluid .resources_cover  .virdeoview_btn { display:none;color:#007DC6; font-size:14px; text-transform:uppercase; line-height:22px; font-weight:600; font-family:'Montserrat', sans-serif;  margin-top:15px; float:left; position:relative; }

.row-fluid .resources_cover .isotope-item.Video:hover .viewpdf_btn { display:none; }
.row-fluid .resources_cover .isotope-item.Video:hover .virdeoview_btn { display:block; }
 
.fancybox-can-drag .fancybox-content { padding:10px; }
.fancybox-can-drag .fancybox-content iframe { width:600px !important; height:500px !important; }

.row-fluid .searchin_frequently form { position:relative; } 
.row-fluid .searchin_frequently form .spotsearch_btn { position:absolute; right:0; top:0; width:50px; height: 55px;  padding: 18px 15px; }  


.row-fluid .faq_column { width:100%; float:left; margin-top:50px;}
.row-fluid .faq_column #box { width:100%; float:left; }
.row-fluid .faq_column #box .isotope-item { width:calc(25% - 22px); margin:0 10px 20px; float:left; background:#fff; text-align:left; border-top:2px solid #0FA3FF; }
.row-fluid .faq_column .elementitem_faq { width:100%; float:left; padding:20px;  }
.row-fluid .faq_column .elementitem_faq .title { color:#303338; font-size:16px; line-height:22px; font-family: 'Open Sans', sans-serif;  font-weight:600; cursor:pointer; }
.row-fluid .faq_column .answer {  width:100%; float:left; margin-top:10px; display:none; }
.fancybox-container .answer { max-width:600px; }
  
.row-fluid .searchin_frequently { margin-top:40px; } 
.row-fluid .searchin_frequently form { width:100%; float:none; display:inline-block; max-width:600px; }
.row-fluid .searchin_frequently form input { width:100%; float:left; border:1px solid #fff; font-size:14px; line-height:20px; height:55px; padding:15px 55px 15px 15px; background:transparent; color:#fff; }

.searchin_frequently form input::-webkit-input-placeholder { color: #FFFFFF; opacity:1; font-size:14px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
.searchin_frequently form input::-moz-placeholder { color: #FFFFFF; opacity:1; font-size:14px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
.searchin_frequently form input:-ms-input-placeholder { color: #FFFFFF; opacity:1; font-size:14px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
.searchin_frequently form input:-moz-placeholder { color: #FFFFFF; opacity:1; font-size:14px; line-height:20px; font-family: 'Open Sans', sans-serif; font-weight:500;}
  
.row-fluid .hero_section.frequenlty_hero {  padding:90px 0; }
.row-fluid .hero_section.frequenlty_hero h1 { font-size: 36px; line-height: 48px; font-weight:600; color:#fff; font-family:'Montserrat', sans-serif; }
.row-fluid .hero_section.frequenlty_hero .knowledge_content {  color:#fff; font-size:16px; line-height:26px; text-transform:uppercase; }  
 
/*===============*/
.row-fluid .blog_section { padding:70px 0; background:#F0F0F0; }
.row-fluid .blog_section .post-listing { display: block; margin: 0 -15px; }
.row-fluid .post-item { width:calc(33.33% - 30px); margin:0 15px 30px; float:left; }
.row-fluid .post-item .post-header { width:100%; float:left;  }
.row-fluid .post-item .hs-featured-image-wrapper { width:100%; float:left;  }
.row-fluid .post-item .postbox_img { width:100%; float:left; height:240px; margin-bottom:0; background-size:cover !important; }
.row-fluid .post-item .hs-featured-image-wrapper a { width:100%; float:left;  }

.row-fluid .post-item .post-body { width:100%; float:left; background:#fff; padding:20px; border:1px solid #ccc; border-top:0; }
.row-fluid .post-item .post_title { width:100%; float:left; color:#007DC6; font-size:18px; line-height:24px; font-weight:bold; margin:15px 0; }
.row-fluid .post-item .more-link { width:100%; float:left; margin-top:10px; }
.row-fluid .post-item .postcontent { width:100%; float:left; font-size:14px; line-height:20px;  } 
.row-fluid .post-item .posttext_height {width:100%; float:left; }
.row-fluid .post-item .post_datecoment {width:100%; float:left; color:#222222; font-size:14px; line-height:20px; }
 
.row-fluid .pagination { width:100%; float:left; padding:0; margin:0; list-style:none; text-align:center; }
.row-fluid .pagination li { width:auto; float:none; display:inline-block; margin:0 5px; }
.row-fluid .pagination li a { width:52px; height:52px; border:1px solid #E5E5E5; background:#fff; float:left; color:#121212; text-align:center; padding:13px; font-weight:bold; }
.row-fluid .pagination li a:hover,.row-fluid .pagination li.active a { border-color:#007DC5; background:#007DC5; color:#fff; }

.row-fluid .topicfilter_subscribe { padding:45px 0; }  
.row-fluid .blogsubscribe h3 { color:#121212; font-size:25px; line-height:32px; font-family: 'Raleway', sans-serif; float:left; width:50%; } 
.row-fluid .blogsubscribe h3 + div { width:50%; float:left; }
.row-fluid .blogsubscribe > div > span { display:flex; align-items:center; }

.row-fluid .blogsubscribe form { width:100%; float:left; }
.row-fluid .blogsubscribe form .hs_email { width:calc(100% - 150px); float:left; padding-bottom: 0; }
.row-fluid .blogsubscribe form .hs_submit { width:150px; float:left; } 
.row-fluid .blogsubscribe form .hs-form-required { display:none; }
.row-fluid .blogsubscribe form .hs-input { border:1px solid #E5E5E5; height:55px; padding:15px; }
.row-fluid .blogsubscribe form .hs-button { background:#0FA3FF; letter-spacing: 1px; border: 0; font-size: 18px; font-weight: 500; min-width: auto;  line-height: 25px;  padding: 15px 25px; height: auto; max-width:150px; }
.row-fluid .blogsubscribe form .hs-button:hover { background:#007DC5; }

.row-fluid .sorttopic_filter { position:relative; }
.row-fluid .sorttopic_filter .block { width:100%; float:left; }
.row-fluid .sorttopic_filter h3 {  color:#222222; font-size:16px; line-height:22px; padding:15px; border:1px solid #E5E5E5; height:55px; position:relative; cursor:pointer; }
.row-fluid .sorttopic_filter h3:before { position:absolute; content:"\f0d7"; background:#E5E5E5; padding:10px; color:#B5B5B5; right:0; top:0;  font-family: 'FontAwesome'; width:55px; height:55px; text-align: center;   font-size: 26px;    line-height: 34px; }   

.row-fluid .sorttopic_filter .widget-module { width:100%; float:left; position:absolute; left:0; top:100%; display:none; }
.row-fluid .sorttopic_filter ul { width:100%; float:left; padding:0; margin:0; list-style:none;  background: #f2f2f2; }
.row-fluid .sorttopic_filter ul li { width:100%; float:left; }
.row-fluid .sorttopic_filter ul li:last-child a {border-bottom:0; }
.row-fluid .sorttopic_filter ul li a { width:100%; float:left; color:#222222; font-size:16px; line-height:22px; padding:15px; border-bottom:1px solid #ccc;}
.row-fluid .sorttopic_filter ul li a:hover { background:#0FA3FF; color:#fff; }

.row-fluid .social-sharing { width:100%; float:left; padding: 30px 0 10px;   border-bottom: 1px solid #ccc;  margin-bottom: 30px; }
.row-fluid .social-sharing h5 {width:100%; float:left; font-size:22px; line-height:28px; padding-bottom:10px;}
.row-fluid .social-sharing .share-buttons { width:100%; float:left; padding:0; margin:0; list-style:none; }
.row-fluid .social-sharing ul li { width:auto; float:left; list-style:none;}
.row-fluid .social-sharing ul li:first-child a { padding-left:0; }
.row-fluid .social-sharing ul li a { width:100%; float:left; padding:10px; font-size:20px; line-height:26px;  }

.row-fluid .postinner_hero { padding:100px 0; width:100%; float:left; position:relative; color:#fff; background-size:cover !important; }
.row-fluid .postinner_hero:before {  position:absolute; content:""; background: rgba(0,0,0,0.6);left: 0; top: 0; width: 100%; height: 100%; }
.row-fluid .postinner_hero .wrapper { position:relative; }
.row-fluid .postinner_hero h1 { color: #F1F1F1; font-size: 48px; line-height: 54px;  font-family: 'Raleway', sans-serif; font-weight: bold; margin-bottom:30px; }

.row-fluid .blogpost-inner .post-body { width:100%; float:left; }
.row-fluid .hs-author-profile { width:100%; float:left; margin-bottom:40px; }

.row-fluid .postarrow { width:auto; margin-bottom:30px;}
.row-fluid .postarrow.nextarow { float:left; }
.row-fluid .postarrow.prevarow { float:right; } 

.row-fluid .postinside { float:left; width:100%; margin:0; padding:0; list-style:none; vertical-align:top; text-transform:uppercase; transform:rotate3d(5deg); align-items:center; color:#000; font-size:20px; line-height:30px; }




/*========   17-07-2018   =========*/

.row-fluid .blog-header {  position: relative; z-index: 1; }
.row-fluid .listblog-header { float: left;    width: 100%;}
.row-fluid .featurepost-contentmain { height: 650px;    overflow: hidden;    float: left; width: 100%;    position: relative; color: #fff; }
.row-fluid .featurepost-contentm { position: absolute;    width: 100%;    transition: all ease .3s;    -webkit-transition: all ease .3s;    -moz-transition: all ease .3s;}
.row-fluid .featurepost-content { padding: 220px 0 60px;    min-height: 650px;    position: relative;    background-size: cover !important;    background-position: center !important;}
.row-fluid .featurepost-content:before { content: '';    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background: rgba(0,0,0,0.66);}
.row-fluid .featurepost-text { padding: 0 0 0 40%; position:relative; }
.row-fluid a.readmore-link { display: inline-block;    font-size: 15px;    font-weight: 700;    text-transform: uppercase;    padding: 15px 30px;    color: #fff;    border: 1px solid #0FA3FF;    margin: 25px 0 0;    min-width: 230px;    text-align: center;}
.row-fluid a.readmore-link:hover { background: #0FA3FF;    color: #fff;}
.row-fluid .feature-posttab { position: absolute;    left: 0;    top: 180px;    width: 30%;}
.row-fluid .feature-posttab ul { margin: 0; padding: 0; list-style: none;}
.row-fluid .feature-posttab li { float: left;    width: 100%;    position: relative;    z-index: 999;}
.row-fluid .feature-posttab li a { float: right;    width: 100%;    font-size: 16px;    color: #fff;    font-weight: 700;    text-align: right;    cursor: pointer;}
.row-fluid .feature-posttab li span { float: right; max-width: 340px;    padding: 18px 15px;}
.row-fluid .feature-posttab li a:before { opacity: 0;  left: 100%; top: 50%; border: solid transparent;   content: " ";   height: 0;  width: 0;  position: absolute;  pointer-events: none;   border-color: rgba(136, 183, 213, 0);  border-left-color:#0FA3FF;  border-width: 42px;  margin-top: -42px; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out;  -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out;}
.row-fluid .feature-posttab li a:hover:before, .row-fluid .feature-posttab li a.active:before {  left: 110%;    opacity: 1;}
.row-fluid .feature-posttab li a:hover, .row-fluid .feature-posttab li a.active { background: #0FA3FF;    color: #fff;}

.row-fluid .welcome-new-chn.welcome_airpacinc  h3{font-family: 'Montserrat', sans-serif;}
.row-fluid .welcome-video-sec .right-title h3{font-family: 'Montserrat', sans-serif;}
.team_box .more-title{ width: 100%; float: left; padding-top: 20px;}
.team_box .more-title a{color:#fff;font-weight:700;transition:all 0.5s;}
.team_box .more-title a:hover{text-decoration:underline;}

.row-fluid .test-view a{width: auto;  float: none;  margin-top: 45px;  text-align: center;  display: inline-block;  min-width: 140px;  padding: 12px 20px;  border: 1px solid #fff;  color: #fff;  text-transform: uppercase;  font-size: 16px;  line-height: 22px;  font-weight: 600;}
.row-fluid .test-view a:hover{color:#007DC6;background:#fff;}
.row-fluid .teammamber_cover.about-team .team_box{background-size: cover!important;min-height: 460px;background-position: top center !important;position:relative;}

.row-fluid .topicfilter_subscribe .blogsubscribe form .hs_error_rollup{display: none;}
.row-fluid .topicfilter_subscribe .wrapper > div > div{display: flex;align-items: center;}
.row-fluid .topicfilter_subscribe .blogsubscribe form .hs-email .hs-error-msgs{position:absolute;}
.row-fluid .tesminonial_section .sec-title h3{font-family: 'Montserrat', sans-serif;}
.row-fluid .logo-slide-section{width:100%;float:left;padding:0px 0px 60px;}
.row-fluid .logo-slide-section h3{text-align: center; margin-bottom: 40px; width: 100%; float: left; font-weight: 400;font-family: 'Montserrat', sans-serif;}


/** 27-06-2019 **/
.portablecoling_video .wistia_socialbar { height:0 !important; }  
.row-fluid .porta_video { display: block; }








@media (min-width: 768px){
    .row-fluid .feature-posttab li a:hover, .row-fluid .feature-posttab li a.active { width: 110%; margin: 0 -10% 0 0;}
}

@media (min-width: 1201px) and (max-width: 1400px){
    
    .row-fluid .industrial_main .wrapper { width:1200px; }
    
}


@media (min-width: 992px) and (max-width: 1200px){
    
	.row-fluid .wrapper {  width:960px; }	
	
	.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { width:220px;  }
	.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding:15px 25px;  }
	.row-fluid .mainmenu ul li a { padding:20px 0; margin:0 8px; font-size: 12px;} 
	
	.row-fluid .footer_section { padding:60px 0 50px; }
	.row-fluid .footer_section .footer_title { font-size: 16px; margin-bottom: 20px; line-height: 24px; }
    
    .row-fluid .industrial_main .wrapper {  width:1000px; } 
    .row-fluid .whowehelp_section { padding:50px 0 0; }
    .row-fluid .whowehelp_section .whowehelp_cover > span .hs_cos_wrapper { margin:0 15px 30px; }
    .row-fluid .whowehelp_section h3 { margin-bottom:30px; font-size: 32px; line-height: 34px; }	 
 	
 	.row-fluid .climates_section { padding:40px 0; }
 	.row-fluid .climates_section h3 { margin-bottom: 30px; font-size: 32px; line-height: 38px;}
    	
    .row-fluid .industrial_main .industrial_img h4 {font-size: 22px; line-height: 30px; }
    .row-fluid .product_cover .product_box.Imgleft .product_content { padding:0 50px 0; }
    	 
    .row-fluid .aboutus_section { padding:60px 0; } 
    .row-fluid .aboutus_section h3 { margin-bottom: 30px; font-size: 32px; }
    .row-fluid .teammamber_cover .team_box h4 { font-size: 20px; line-height: 26px; }
    .row-fluid .teammamber_cover .social_bar a { margin: 0 10px; }
    .row-fluid .latestblog_section {padding:60px 0; }   
    
    .row-fluid .mapbpox_area .contact_cover .contact_leftbox { width:60%; padding:50px 50px 50px 40px; }
    .row-fluid .mapbpox_area .contact_cover .contact_rightbox { width:40%; padding:50px 40px; } 
    
    .row-fluid .backtotop { top: -93px; }    
    .row-fluid .portableapp_left h3 { margin-bottom: 10px;  font-size: 22px; line-height: 30px; } 
    
    .row-fluid .blogsubscribe form .hs_email { width:calc(100% - 120px); }
    .row-fluid .blogsubscribe form .hs_submit { width:120px;  }
    .row-fluid .blogsubscribe form .hs-button { font-size: 14px; max-width: 100%; padding:14px 15px; }
     
     
     	 
}
 
@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:750px; }	
	
	/*.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { width:220px;  }*/
	.mainmenu .hs-menu-flow-horizontal ul li a { margin:0;  }
 	.row-fluid .mainmenu ul li a { padding:10px 0;   }
 	
 	
 	.row-fluid .header_main { padding: 15px 0; }
 	.row-fluid .hero_section h1 { font-size: 40px; line-height: 44px; }
 	.row-fluid .hero_section { min-height: 210px; }  
 	.row-fluid .map_section iframe { height:350px !important; }
 	.row-fluid .getintouch_section { padding:60px 0 40px 0; }
 	.row-fluid .getintouch_section h3 { font-size: 22px; margin-bottom: 20px; line-height: 26px; }
 	
 	.row-fluid .footer_section { padding:50px 0; }
 	.row-fluid .footer_section .footer_title { font-size: 16px; line-height: 24px;margin-bottom: 20px; }
    .row-fluid .footer_section .footer_box { width:50%; margin:0;min-height: 230px; }
 	.row-fluid .footer_box:nth-child(2n) { padding-left:40px }
 	
 	
 	/*======*/
 	.row-fluid .industrial_main .wrapper { width:100%; }
    .row-fluid .industrial_main .industrial_img h4 { font-size: 20px; line-height: 28px; }
 	.row-fluid .industrial_main .industrial_img { padding:20px; }
 	
 	/*=====*/
 	.row-fluid .whowehelp_section { padding:40px 0; }
 	.row-fluid .whowehelp_section .whowehelp_cover > span { margin:0 -20px; }
 	.row-fluid .whowehelp_section h3 { font-size: 30px; margin-bottom: 30px;line-height: 36px; }
    .row-fluid .whowehelp_section .wehelp_img { height:150px; } 
    .row-fluid .whowehelp_section .wehelp_content h4 { font-size: 20px; line-height: 30px; }
    
    .row-fluid .featured_cover .featured_content { min-height:230px; } 
    .row-fluid .featured_cover .featured_box h4 { font-size: 18px; line-height: 26px; }	 
    .row-fluid .climates_section h3 { margin-bottom:26px; font-size: 32px; line-height: 38px; }  
 	
 	/*-----*/
 	.row-fluid .product_cover .product_box.Imgleft .product_content { padding:0 40px; }
 	.row-fluid .product_cover .product_box h4 { font-size: 22px; line-height: 28px; }
 	.row-fluid .product_cover .product_box h5 { font-size: 20px; line-height: 28px; }
 	
 	.row-fluid .aboutus_section { padding:40px 0; }
 	.row-fluid .aboutus_section h3 { margin-bottom: 30px; font-size: 32px; }
 	
 	.row-fluid .teammamber_cover .team_box { background-position: bottom center !important; min-height:430px; }
 	.row-fluid .teammember_section {padding:40px 0;  }
 	.row-fluid .post_recent { width:calc(33.33% - 20px); margin: 0 10px;}
 	.row-fluid .post_recent .post_image { height:200px; }
 	.row-fluid .teammamber_cover .social_bar a { margin:0 4px; }
 	.row-fluid .teammamber_cover .team_box h4 { font-size: 20px; line-height: 28px; }
 	
 	
 	.row-fluid .latestblog_section { padding:40px 0; }
 	.row-fluid .mapbpox_area .contact_cover .contact_leftbox { width:55%; padding:50px 50px 50px 30px; }
 	.row-fluid .mapbpox_area .contact_cover .contact_rightbox { width:45%; padding:50px 30px; } 
 	.row-fluid .post_recent .post-title a { font-size: 18px; line-height: 26px; }
 	
 	.row-fluid .backtotop { right: 15px; top: -85px; }
 	
 	.row-fluid .popularheaters_section { padding:40px 0; }
 	.row-fluid .popularheaters_section h3 { margin-bottom: 20px; font-size: 34px; line-height: 40px; } 
 	.row-fluid .electricheaters_section .electricheaters_right h4 {  } 
 	.row-fluid .teamdatils_section .teamdeatil_inertext h3 { font-size: 28px; line-height: 34px; }
   	
 	.row-fluid .services_details { padding:50px 0; }
 	.row-fluid .services_details h3 { font-size: 30px; line-height: 40px; }
 	.row-fluid .portable_maincover .portableapp_box h4 { font-size: 16px; line-height: 24px; }
 	.row-fluid .portable_maincover .portableapp_content { padding:20px;margin-bottom: 10px; }
 	
 	.row-fluid .portableapp_left h3 { margin-bottom: 10px;  font-size: 22px; line-height: 30px; }
 	.row-fluid .portableapp_left h5 { font-size: 18px; line-height: 28px; margin-bottom: 8px;}
 	
 	
 	.row-fluid .warranty_registor .wrapper { padding:50px 40px;  }
 	.row-fluid .warranty_registor h3 { font-size: 30px; line-height: 42px; } 
 	.row-fluid .reegistration_form form .hs-input {  height: 50px; }
 	
 	.row-fluid .warranty_registor { padding:50px 0; } 
 	 
    .row-fluid .hero_section.frequenlty_hero h1 { font-size: 28px; line-height: 42px; } 
 	.row-fluid .hero_section.frequenlty_hero { padding:60px 0; }
 	
 	
 	.row-fluid .header_main .logo { width:186px; } 
 	.row-fluid .resources_center .resources_typebox { max-width: 330px; }  
 	.row-fluid .resources_center { padding:50px 0; }
 	.row-fluid .resources_cover.resource-main-section .resource-box { margin: 0 10px 20px; width: calc(33.33% - 20px); } 
 	.row-fluid .resources_cover.resource-main-section .resource-box .resource_content { padding:20px;}
 	
 	
   .row-fluid .post-item .postbox_img { height: 200px;  }
   .row-fluid .blogsubscribe { width:100%; }
   .row-fluid .sorttopic_filter { margin-left: 0; width: 361px; float: right; margin-top: 20px; }
   
  .row-fluid .rentalair_cover.heater-col .heatersbox_img img{    height: 233px; object-fit: contain;}
  .row-fluid .rentalair_cover.heater-col > span .hs_cos_wrapper{    width: calc(32% - 30px);}
	   .row-fluid .teasimonial_mainarea .resource-main-section #container .hs_cos_wrapper:nth-child(2n) .resource-box .resource_content{right: 55%;}
  .row-fluid .teasimonial_mainarea .resource-main-section #container .hs_cos_wrapper:nth-child(2n) .resource-box .resource_img{    left: 44%;}
  .row-fluid .teasimonial_mainarea .resource-main-section .resource_content{    padding-left: 60px;}
  
  
  
}

@media (min-width: 30px) and (max-width: 767px){
	
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
	
	.row-fluid .header_main { padding:15px 0; }
	.row-fluid .headertop_box { text-align:center; }
	.row-fluid .header_main .logo img { max-width:186px; }
	
	
    .row-fluid .hero_section h1 { font-size: 34px; line-height: 40px; }
    .row-fluid .hero_section { min-height: 200px; }
    
    .row-fluid .getintouch_section { padding:50px 0; text-align:center;}
    .row-fluid .getintouch_section h3 {  margin-bottom:20px; font-size: 20px; line-height: 28px; }
    .row-fluid .contact_left { padding-right:0; }
    .row-fluid .contact_left .contact_form  { margin-bottom:40px; float:left; width:100%;  } 
    .row-fluid .contact_right ul { text-align:left; } 
    
    .row-fluid .footer_section { padding:40px 0; text-align:center; }
    .row-fluid .footer_folllow ul li a { width:35px; height:35px; margin:0 4px; font-size: 16px; line-height: 31px; }
    .row-fluid .backtotop { right: 20px; top: -70px; }
    
    .row-fluid .footer_section .footer_box { margin-bottom:40px;  }	
    .row-fluid .footer_section .footer_title { margin-bottom: 10px; }
    .row-fluid .footer_folllow ul { margin:10px 0 0; }
    .row-fluid .footer_copyright { font-size: 12px; }
  
    h3 { font-size: 30px; line-height: 38px; }
    
    /*=======*/
    .row-fluid .industrial_main .wrapper { width:100%; }
    .row-fluid .industrial_main .industrial_cover { text-align:center; }
    .row-fluid .industrial_main .industrial_cover > span { padding:10px;  max-width: 400px; float: none; display: inline-block; width: 100%;}
    .row-fluid .industrial_main .industrial_cover > span .hs_cos_wrapper { width:100%; margin:0 0 10px; }
    .row-fluid .industrial_main .industrial_cover .industrial_box { min-height:500px; text-align:center; }
    .row-fluid .industrial_main .readmore_btn { float:none;  display:inline-block; }
    .row-fluid .industrial_main .industrial_img h4 { font-size: 22px; line-height: 30px;}
    .row-fluid .industrial_main .industrial_img { padding:20px; }
     
    /*=====.row-fluid .whowehelp_section===*/
    .row-fluid .whowehelp_section { padding:40px 0; }
    .row-fluid .whowehelp_section h3 { font-size: 28px; line-height: 32px; }
    .row-fluid .whowehelp_section .whowehelp_cover > span { margin:0; text-align:center; }
    .row-fluid .whowehelp_section .whowehelp_cover > span .hs_cos_wrapper { width:100%;  margin:0 0 20px; max-width:370px; float:none; display:inline-block;}
    
    .row-fluid .climates_section h3 {font-size: 28px; margin-bottom: 30px; line-height: 38px;  }
    .row-fluid .climates_section { padding:40px 0; } 
    .row-fluid .featured_cover > span { text-align:center; margin:0; }
    .row-fluid .featured_cover > span .hs_cos_wrapper { width:100%; margin:0 0 20px; max-width:380px; float:none; display:inline-block; }
    
    /*---------*/
    .row-fluid .products_section { padding:40px 0; }
    .row-fluid .products_section h3 {  margin-bottom: 30px; font-size: 32px; line-height: 38px; }  
    .row-fluid .product_cover { text-align:center; }
    .row-fluid .product_cover .product_box.Imgleft .product_img {  width:100%; }
    .row-fluid .product_cover .product_box.Imgleft .product_content { width:100%; padding:20px 0; }
    .row-fluid .product_cover .product_box h5 { font-size: 22px; }
    
    
    /*-------*/
    .row-fluid .aboutus_section { padding:50px 0; text-align:center; }
    .row-fluid .teammember_section h3 {  margin-bottom: 30px; font-size: 30px; line-height: 38px; }
    .row-fluid .aboutus_section .aboutimg_left { margin-bottom:30px; }
    .row-fluid .teammember_section { padding:40px 0; }
    .row-fluid .teammamber_cover > span { text-align:center; }
    .row-fluid .teammamber_cover > span > .hs_cos_wrapper {  width:100%; margin:0 0 30px; max-width:400px; float:none; display:inline-block; }
    .row-fluid .teammamber_cover .team_box h4 { font-size: 20px; line-height: 28px; }
    
    .row-fluid .latestblog_section {  padding:40px 0; text-align:center; }
    .row-fluid .post_recent { width:100%; margin:0 0 30px; text-align:center; max-width:400px; float:none; display:inline-block; }
    .row-fluid .recentpost_inner { padding:15px; height:auto !important; }
    .row-fluid .product_cover > span > .hs_cos_wrapper {  max-width: 400px; float: none;display: inline-block; } 
    
    /*-------*/
    .row-fluid .mapbpox_area .contact_cover { margin-top: 50px; margin-bottom: 70px; }
    .row-fluid .mapbpox_area .contact_cover .contact_leftbox { width:100%; padding:30px;  }
    .row-fluid .mapbpox_area .contact_cover .contact_leftbox h4 {font-size: 20px;  }
    .row-fluid .mapbpox_area .contact_cover .contact_rightbox { width:100%; padding:30px; height: auto !important; }
    .row-fluid .homecontact_form form .hs_submit {  right:0;}
    
    /*--------*/
    .row-fluid .welcome_airpacinc { padding:50px 0; }
    .row-fluid .welcome_airpacinc .wrapper { padding:0 20px; }
    .row-fluid .welcome_airpacinc h3 { font-size: 28px; line-height: 36px; margin-bottom: 5px; } 
    .row-fluid .airpacinc_servicesbox.airpacinc_servicesleft { height:auto !important; width:100%; display:inherit; padding:100px 20px 100px 0; }
    .row-fluid .airpacinc_servicesbox.airpacinc_servicesright { width:100%; padding:30px 20px; text-align:center; } 
    .row-fluid .video_icon {  text-align:center;}
    .row-fluid .airpacinc_servicesbox h3 {font-size: 28px; line-height: 36px;  }
    .row-fluid .servicaccordion_cover .services_box { text-align:left; } 
      
     
    .row-fluid .meetteam_section { padding:0px 0 20px; }
    .row-fluid .meetteam_section h3 {  margin-bottom: 10px;  font-size: 28px; line-height: 34px; }
    .row-fluid .tesminonial_section { padding:40px 0; }   
    .row-fluid .tesminonial_section h3 { margin-bottom: 30px; font-size: 28px; line-height: 38px; }   
       
    .row-fluid .welcome_airpacinc { padding:50px 0;}
    .row-fluid .tesminonial_section { padding:50px 0;}
    .row-fluid .teamdatils_section .teamdeatil_inertext img { margin:0; width:auto; } 
    
    .row-fluid .electricheaters_left { margin-bottom:30px; }
    .row-fluid .electricheaters_section { padding:40px 0; text-align:center; }  
    .row-fluid .electricheaters_section .electricheaters_right h4 { font-size: 22px; line-height: 30px; }
    
    .row-fluid .popularheaters_section { padding:40px 0; }
    .row-fluid .popularheaters_section h3 { font-size: 28px; margin-bottom: 20px; line-height: 34px; }
    .row-fluid .popularheaters_section .heatesimg_boxcover > span { margin:0; width:100%; float:left; }
    .row-fluid .popularheaters_section .heatesimg_boxcover > span .hs_cos_wrapper { height:auto !important; width:100%; margin:0 0 20px;  max-width: 370px; float: none; display: inline-block; }
    
    .row-fluid .teamdatils_section { padding:50px 0; text-align:center; }
    .row-fluid .teamdeatil_inertext { text-align:center; }
    
    .row-fluid .services_details { padding:40px 0; text-align:center; }
    .row-fluid .services_details h3 { font-size: 28px; line-height: 38px; }
    .row-fluid .services_details ul { text-align:left; }
    
    .row-fluid .portable_applications { padding:40px 0 10px; }
    .row-fluid .portable_applications h3 { font-size: 28px; line-height: 38px; }
    .row-fluid .portable_applications .portable_maincover > span { margin:0; width:100%; float:left; }
    .row-fluid .portable_applications .portable_maincover > span .hs_cos_wrapper { width: 100%; margin: 0 0 30px; max-width:400px; float:none; display:inline-block; }
    .row-fluid .portable_maincover .portableapp_box { text-align:center; }
    .row-fluid .portable_maincover .readmore_btn { float:none; display:inline-block; }
    
    
    .row-fluid .portable_cooling { padding:50px 0; text-align:center; }
    .row-fluid .portableapp_left h3 { margin-bottom: 10px; font-size: 28px; line-height: 40px; }
    .row-fluid .portableapp_left h5 { font-size: 18px;line-height: 26px; }
    .row-fluid .portableapp_right { margin-top:40px; height: 290px;} 
    .row-fluid .portableapp_video, .row-fluid .portableapp_img { height: 290px; }
    
    .row-fluid .warranty_registor {  padding:50px 0; }
    .row-fluid .warranty_registor .wrapper { padding:40px 30px; text-align:center; }
    .row-fluid .warranty_registor h3 { font-size: 24px; line-height: 32px; }
    .row-fluid .reegistration_form form { text-align:left; }
    .row-fluid .reegistration_form form .hs-input { height: 45px; }
    
    .row-fluid .hero_section.frequenlty_hero { padding:50px 0; }
    .row-fluid .hero_section.frequenlty_hero h1 { font-size: 22px; line-height: 32px; }
    .row-fluid .faq_column #box .isotope-item { width:100%; margin:0 0 20px; }
    
    .row-fluid .resources_center { padding:50px 0; }
    .row-fluid .resources_center h3 { font-size: 28px;line-height: 34px; margin-bottom: 25px;}
    .row-fluid .resources_cover.resource-main-section .resource-box { width:100%; margin:0 0 30px; }
    
    .row-fluid .blog_subscribe form .hs_submit .actions:after { left:0; }
    .row-fluid .resources_center .resources_typebox { margin-bottom: 20px; }
    .row-fluid .resources_cover { max-width: 400px; float: none; display: inline-block; width: 100%; margin-top: 50px;}
    
    .row-fluid .resources_cover.resource-main-section .resource-box .resource_content {  padding: 22px; }
    
    .fancybox-can-drag .fancybox-content iframe { width:600px !important; height:500px !important; }
    .row-fluid .blogsubscribe > div > span { display:inherit; }
    
    .row-fluid .blogsubscribe h3 { width:100%; text-align:center; margin-bottom:20px; }
    .row-fluid .blogsubscribe h3 + div { width:100%;  text-align:center; }
    .row-fluid .blogsubscribe form .hs_email { width:100%; margin-bottom:20px; }
    .row-fluid .blogsubscribe form .hs_submit { width:100%; margin-bottom:30px;}
    .row-fluid .sorttopic_filter { float:left; width:100%; }
    
    .row-fluid .blog_section { padding:40px 0; text-align:center; }
    .row-fluid .blog_section .post-listing { display: block; margin: 0; float:left; width:100%; }
    .row-fluid .post-item { width:100%; margin:0 0 30px; max-width:400px; float:none; display:inline-block; }
    
    .row-fluid .postinner_hero h1 { font-size: 32px;  line-height: 46px; }
    .row-fluid .postinner_hero { padding:50px 0; text-align:center; }
    
    .row-fluid .social-sharing .share-buttons { text-align:center; }
    .row-fluid .social-sharing .share-buttons li { float:none; display:inline-block; }
    .row-fluid .blogpost-inner .post-body ul { text-align:left; } 
     
    
    
    
    .row-fluid .featurepost-contentmain { height: auto; }
    .row-fluid .featurepost-contentm { position: relative;    top: auto !important;}
    
    .row-fluid .featurepost-text { padding: 0 30px;}
    .row-fluid a.readmore-link { display: inline-block;  padding: 10px 20px; min-width: 0;}
    .row-fluid .feature-posttab { display: none;}

    .row-fluid .featurepost-content {    display: none;    padding: 70px 0;    min-height: 0;}
    .row-fluid .featurepost-content.active { display: block; float: left;    width: 100%;}
    .row-fluid .featurepost-prev, .row-fluid .featurepost-next { left: 5px;    border-radius: 100%;    position: absolute;    height: 35px;    width: 35px;    top: 50%; background: #fff; -moz-transform: translateY(-50%);    -webkit-transform: translateY(-50%);-o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
    .row-fluid .featurepost-prev:after {z-index: 9999;    left: 50%;    top: 50%;    border: solid transparent;   content: "";    height: 0;    width: 0;    position: absolute;    pointer-events: none;    border-color: rgba(136,183,213,0);    border-right-color: #0FA3FF;    border-width: 8px;    margin-top: -8px; margin-left: -13px;}
    .row-fluid .featurepost-next:after {    z-index: 9999;    left: 50%;    top: 50%;    border: solid transparent;    content: "";    height: 0;    width: 0;    position: absolute;    pointer-events: none;    border-color: rgba(136,183,213,0);    border-left-color: #0FA3FF;    border-width: 8px;  margin-top: -8px;    margin-left: -2px;}
    .row-fluid .featurepost-next { left: auto;  right: 5px;}
  .row-fluid .rentalair_cover.heater-col .heatersbox_img img{    height: 230px; object-fit: contain;}
  .row-fluid .rentalair_cover.heater-col > span .hs_cos_wrapper{    width: calc(100% - 0px);}
  .row-fluid .product_cover .product_box.imgright .product_content{text-align: center;}
  .row-fluid .product_cover .product_box.imgright .product_img{width:100%;    float: left;}
  .row-fluid .product_cover .product_content{width:100%;padding: 20px 0px 0;}
  
  .row-fluid .teasimonial_mainarea .resource-main-section .resource_content{    width: calc(100%);  float: left; padding-left: 0;padding-top: 30px;}
  .row-fluid .teasimonial_mainarea .resource-main-section .resource-box{text-align: center;    display: block;}
  .row-fluid .teasimonial_mainarea .resource-main-section .resource_img{width: 100%; height: 400px; background-size: 80% !important;float: left;    text-align: center;}
  .row-fluid .teasimonial_mainarea .resource-main-section #container .hs_cos_wrapper:nth-child(2n) .resource-box .resource_img{ left: 0;}
  .row-fluid .teasimonial_mainarea .resource-main-section #container .hs_cos_wrapper:nth-child(2n) .resource-box .resource_content{right: 0;padding-left: 35px; padding-right: 15px;}
  .row-fluid .teasimonial_mainarea .resource-main-section .resource-box{padding-bottom:0;}
  .row-fluid .teasimonial_mainarea .resource-main-section .resource_content{padding-left: 35px; padding-right: 15px;}
} 


@media (min-width: 992px){

    a.mobile-trigger, .row-fluid .mainmenu a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 991px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    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;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 61px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding:  10px;
      background: #0FA3FF; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 2px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #455560;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: #0FA3FF; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  .mainmenu .hs-menu-flow-horizontal ul li a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  
  a.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 123px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0; /* Padding to add room for close button */
      background-color: #323232; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a:hover { background:#0FA3FF; }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 18px; /* Font size of top level list items */
      text-transform: capitalize;
      line-height:24px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {  width:100%; float:left; }
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
      width:100%;
      float:left;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding:10px !important;
      max-width:100% !important;
      width:100% !important;
      float:left;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  .row-fluid .topicfilter_subscribe .wrapper > div > div{display:block;}
  .row-fluid .topicfilter_subscribe .blogsubscribe form .hs-email .hs-error-msgs{position:relative;}
}

@media (max-width:482px){

  .row-fluid  .teammamber_cover.about-team .team_box{    min-height: 410px;}
  .row-fluid .teasimonial_mainarea .resource-main-section .resource_img{    background-size: 100% !important;    height: 270px;}

  
}