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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */

/* @import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'); */
@import url('//fonts.googleapis.com/css?family=Open%20Sans');

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


@font-face {
  font-family: 'Nexa Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Nexa Bold'),url(//cdn2.hubspot.net/hubfs/5411390/Pogen_October2019%20Theme/Fonts/NexaBold.woff) format('woff')
}

@font-face {
  font-family: 'Nexa XBold';
  font-style: normal;
  font-weight: 400;
  src: local('Nexa XBold'),url(../fonts/NexaXBold.woff) format('woff')
}

@font-face {
  font-family: 'Nexa Black';
  font-style: normal;
  font-weight: 400;
  src: local('Nexa Black'),url(//cdn2.hubspot.net/hubfs/5411390/Pogen_October2019%20Theme/Fonts/NexaBlack.woff) format('woff')
}

@font-face {
  font-family: 'Nexa Heavy';
  font-style: normal;
  font-weight: 400;
  src: local('Nexa Heavy'),url(../fonts/NexaHeavy.woff) format('woff')
}

@font-face {
  font-family: 'Nexa Bold Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Nexa Bold Regular'),url('../fonts/Nexa Bold.woff') format('woff')
}

@font-face {
  font-family: FontAwesome;
  src: url("//cdn2.hubspot.net/hubfs/5411390/Pogen_October2019%20Theme/Fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5411390/Pogen_October2019%20Theme/Fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5411390/Pogen_October2019%20Theme/Fonts/fontawesome-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5411390/Pogen_October2019%20Theme/Fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}



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

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

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

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

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background-color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #626262;
  font-size: 18px;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  padding-left: 15px;
  max-width: 100%;
  padding-right: 15px;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  line-height: 1;
  font-family: 'Nexa Bold', sans-serif;
  color: #363636;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
  font-weight: 500;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 15px;
}

/* Anchor Links */
a {     
  color: #225b79;
  text-decoration: none;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
a:hover, a:focus {  outline: 0; }
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin:0 0 1rem;
}
blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header {
  background: #ffffff75;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
  z-index: 9999;
  min-height: 90px !important;
}

.custom-header > div {
  min-height: 90px;
}

.custom-header .custom-logo {
  padding: 25px 0 25px;
  width: auto;
}

.custom-header .custom-logo img {
  height: 40px;
}

.custom-header .header-menu-group {
  width: auto;
  margin: 0;
  float: right;
  min-height: 90px;
}

.header-menu-group .custom-menu-primary.js-enabled {
  width: auto;
  margin: 0;
}

.header-menu-group .custom-menu-primary.js-enabled + div {
  width: auto;
  margin: 0;
}

.custom-header .header-menu-group > div {
}
.button-rounded {
  padding: 10px 18px 10px 17px;
  font-size: 12px;
  border-radius: 50px;
  background: #ef4c4f;
  color: #fff;
  border: 2px solid #ef4c4f;
  margin-top: 22px;
  letter-spacing: 1px;
  font-family: Montserrat,sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all .5s ease-in-out, margin 0s ease-in-out;
  -webkit-transition: all .5s ease-in-out, margin 0s ease-in-out;
  outline: none;
  line-height: 18px;
  margin-left: 1px;
}

.search-cart {
  position: relative;
  min-height: 90px;
}

.search-cart .search {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  float: left;
  padding: 34px 0px;
  padding-right: 15px;
  padding-left: 11px;
  min-height: 90px;
  line-height: 1;
}
.search-open .search-box {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  box-shadow: 0 0 50px rgba(0,0,0,.1);
}
.search-btn {
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  width: 10px;
  float: none;
  clear: both;
  height: 100%;
  line-height: 21px;
  text-indent: -9999px;
  -o-transition: color .3s ease 0s;
  -moz-transition: color .3s ease 0s;
  -ms-transition: color .3s ease 0s;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

a.search-btn:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  left: 0px;
  position: absolute;
  text-indent: 0px;
  top: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-open a.search-btn:before {
  content: "";
}
.search-box {
  background: #fff;
  display: block;
  margin: 0;
  opacity: 0!important;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: visibility .3s ease 0s,opacity .3s ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all .4s ease;
}

.search-box .not-click.form-control {
  background: 0 0;
  border: 1px solid #eceff8;
  padding-left: 15px;
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 15px;
  color: #323232;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
}
.search-box .not-click.form-control:focus {
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  border: 1px solid #eceff8;
}

.search-box .search-button {
  background: 0 0;
  border: none;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 14px;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  color: #225b79;
  outline: none;
}
.search-box .search-button:hover {
  color: #dc3545;
}
.search-btn:hover {
  color: #dc3545;
}
/* Placeholder Text */
.search-box .not-click.form-control::-webkit-input-placeholder {
  color: #323232;
} /* Webkit Browsers */
.search-box .not-click.form-control:-moz-placeholder {
  color: #323232;
} /* Firefox 18- */
.search-box .not-click.form-control::-moz-placeholder {
  color: #323232;
} /* Firefox 19+ */
.search-box .not-click.form-control:-ms-input-placeholder {
  color: #323232;
} /* IE10 */
.fa-search {
  font-family: FontAwesome;
}

.fa-search:before {
  content: "\f002";
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.banner-area {
  background: linear-gradient(to right,#b3c0de,#a3b2d6,#9badd6,#a5b6d8,#8195c5);
  padding: 80px 0;
  text-align: center;
}

.banner-content img {
  margin-bottom: 20px;
  max-width: 80px;
}

.banner-content h1 {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 8px;
}


.popup-form h6,
.blog-popup h6{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.popup-form > div,
.blog-popup > div{
  max-width: 500px;
  margin: 100px auto !important;
  float: none !important;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,
    -webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
}

.popup-form,
.blog-popup{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  visibility: hidden;
  outline: 0;
  transition: all 0.30s;
  opacity: 0;
}

.popup-open .popup-form,
.blog-popup-open .blog-popup{
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.popup-form > div > div,
.blog-popup > div > div {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  padding: 30px 30px 50px;
}

.popup-open .popup-form > div,
.blog-popup-open .blog-popup > div{
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,
    -webkit-transform .3s ease-out;
}

.popup-form h2,
.blog-popup h2{
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: .5rem;
}

.popup-form p,
.blog-popup p{
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.popup-form .hs-richtext,
.blog-popup .hs-richtext{
  width: calc(100% - 40px);
  margin-bottom: 40px;
}
.popup-form .field.hs-form-field,
.blog-popup .field.hs-form-field{
  margin-bottom: 18px;
}
.popup-form .hs-form fieldset .hs-form-field {
  padding: 0 8px 0 0;
}
.popup-form .hs_firstname.hs-firstname .hs-input {
  width: 90%;
}

.popup-form .hs_email.hs-email.hs-fieldtype-text .hs-input {
  width: 90%;
}
.popup-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-top: 30px;
  margin-bottom: 17px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s linear;
}

.popup-open .modal-overlay {
  opacity: .5;
  visibility: visible;
}

.blog-popup-open .modal-overlay {
  opacity: .5;
  visibility: visible;
}
.blog-popup-open .popup-form > div {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,
    -webkit-transform .3s ease-out;
}
.blog-popup-open .popup-form.top-form {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.blog-popup-open .blog-popup {
  padding-right: 17px;
}
.popup-open {
  overflow: hidden;
  padding-right: 17px;
}
.blog-popup .close {
  right: 24px;
  margin-top: -1px;
}
.blog-popup .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-top: 0;
}
.blog-popup .hs_recaptcha {
  margin-top: 5px;
}
.blog-popup-open {
  overflow: hidden;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0;
  position: absolute;
  right: 29px;
  border-radius: 0;
  background-color: transparent;
  border: 0;

  cursor: pointer;
  outline: none;
}
.popup-open .close,
.blog-popup .close{
  opacity: .5;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}
.popup-open .close:hover,
.blog-popup-open .close:hover
{
  opacity: .75;
}
.span12.widget-span.widget-type-custom_widget {
  margin: 0;
}

.popup-form.blog-popup {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.blog-popup-open .popup-form.blog-popup.bottom {
  visibility: visible;
  opacity: 1;
}

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  background: #f0f0f0;
  padding: 80px 0 0;
}
.custom-footer .page-center > div {
  margin-right: -15px;
  margin-left: -15px;
}
.custom-footer .footer-top-link > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-footer .footer-top-link > div > div:after,.custom-footer .footer-top-link > div > div:before {
  display: none;
}
.footer-top-link .comman-style {
  margin: 0;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-top-link .comman-style {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.custom-footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #262626;
  margin-top: 60px;
}
.custom-footer .page-center > div:last-child {
  margin-right: 0;
  margin-left: 0;
}

.custom-footer .footer-bottom > div {
  margin-left: -15px;
  margin-right: -15px;
}

.footer-bottom .footer-copyright {
  padding: 0px 15px;
  width: auto;
}

.footer-bottom .footer-copyright+div {
  padding: 0px 15px;
  text-align: right;
  margin: 0;
}

.footer-bottom .footer-copyright p {
  font-size: 14px;
  letter-spacing: .5px;
  margin-top: 15px;
  margin-bottom: 16px;
}

.footer-bottom .hs-menu-wrapper ul li a {
  color: #212529;
  display: inline;
  font-size: 14px;
}

.footer-bottom .hs-menu-wrapper ul {
  margin-top: 6px;
}

.footer-bottom > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom > div > div:after, .footer-bottom > div > div:before {
  display: none;
}
.footer-bottom .footer-copyright p a {
  color: #212529;
}
.footer-title h6 {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.pogen .footer-title h6 {
  color: #ee243a;
}

.products .footer-title h6 {
  color: #ffc107;
}

.products .footer-title.footer-title2 h6 {
  color: #17a2b8;
  margin-top: 30px;
}

.component .footer-title h6 {
  color: #17a2b8;
}

.cm-space p {
  display: none;
}

.comman-style .hs-menu-wrapper ul {
  margin-top: -6px;
}

.comman-style .hs-menu-wrapper ul li {
  margin-bottom: 12px;
}

.comman-style .hs-menu-wrapper ul li a {
  font-size: 14px;
  vertical-align: top;
  display: block;
  line-height: 26px;
  color: #225b79;
}

.comman-style .hs-menu-wrapper ul li a:hover {
  color: #212529;
}

.comman-style .hs-menu-wrapper ul li:last-child {
  margin-bottom: 0;
}
.footer-social-share {
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.footer-social-share li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 8px 0;
}

.footer-social-share li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

.footer-social-share li.cm-footer-logo a {
  width: 100%;
  border-radius: 0;
}

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

.cm-footer-logo a img {
  width: 160px;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

.social-facebook a {
  background-color: #5d82d1;
}

.social-instagram a {
  background-color: #e1326b;
}

.social-linkedin a {
  background-color: #238cc8;
}

.social-twitter a {
  background-color: #40bff5;
}

.footer-social-share li a:hover i {
  -webkit-animation: toTopFromBottom .3s forwards;
  -moz-animation: toTopFromBottom .3s forwards;
  animation: toTopFromBottom .3s forwards
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%)
  }

  51% {
    opacity: 1
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%)
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%)
  }

  50% {
    opacity: 0;
    transform: translateY(100%)
  }

  51% {
    opacity: 1
  }
}
.news-letter .hs-richtext h6 {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 1.2em;
}

.news-letter .hs-richtext p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  margin-bottom: 1rem;
  margin-top: 0;
}
.news-letter .hs-error-msgs label {
  position: absolute;
  top: -7px;
}

.news-letter .hs_error_rollup .hs-error-msgs label {
  position: static;
}

.news-letter .hs-error-msgs {
  position: relative;
}


.news-letter .hs-form fieldset.form-columns-2 .hs_phone {
  padding: 0;
  margin-bottom: 18px;
}

.news-letter .hs-form fieldset.form-columns-2 .hs_email {
  padding: 0;
  margin-bottom: 18px;
}

.news-letter .hs-form fieldset.form-columns-2 .hs_email .input {
  margin-right: 8px;
}

.news-letter .hs-form fieldset.form-columns-2 .hs_phone .input {
  margin-right: 8px;
}

.news-letter .hs-form fieldset.form-columns-2 .hs_phone .input input {
  width: 90%;
}

.news-letter .actions input {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #777777;
  font-size: 14px;
  margin-bottom: 23px;
  margin-top: 35px;
}

#back-to-top {
  margin: 0;
  color: #fff;
  transition: all .5s ease-in-out;
  position: fixed;
  bottom: 105px;
  right: 15px;
  border-radius: 3px;
  z-index: 999;
  font-size: 14px;
  background: #225b79;
  width: 40px;
  height: 40px;
  text-align: center;
}

#back-to-top i {
  padding-top: 2px;
  font-size: 20px;
}

.fa-angle-up:before {
  content: "\f106";
}

#back-to-top span {
  display: block;
  line-height: 8px;
  font-size: 11px;
}

.custom-footer.lp-footer {
  padding-top: 0;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #323232;
  padding: 35px 13px;
  display: inline-block;
  -webkit-transition: color .2s ease, padding 0s ease-in-out;
  transition: color .2s ease, padding 0s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #dc3545;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #dc3545;

}

.fa-indicator {
  padding-right: 0;
  padding-left: 6px;
  font-family: FontAwesome;
  font-size: 1em;
  line-height: .78em;
}
.cm-phone {
  font-family: FontAwesome;
  font-size: 1em;
  line-height: .78em;
  padding-right: 6px;
  width: auto;
}

.fa-phone:before {
  content: "\f095";
}
.fa-angle-down:before {
  content: "\f107";
}
.small {
  color: #323232;
  font-size: 80%;
  text-transform: capitalize;
}
/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 400ms ease 0s;
  box-shadow: 0 3px 40px rgba(0,0,0,.05);
  padding: 10px 20px;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #323232;
  -webkit-transition: color .2s ease, padding 0s ease-in-out;
  transition: color .2s ease, padding 0s ease-in-out;
  display: inline-block;
  padding: 8px 0;
  line-height: 1.5;
  font-size: 12.48px;

}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #ed233b;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }


  .scroll-header .custom-header > div {
    min-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
  }

  .scroll-header .custom-header .custom-logo img {
    height: 30px;
  }

  .scroll-header .custom-header .custom-logo {
    padding: 15px 0 15px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 20px 13px;
    -webkit-transition: color .2s ease, padding 0s ease-in-out;
    transition: color .2s ease, padding 0s ease-in-out;
  }

  .scroll-header .button-rounded {
    margin-top: 8px;
    transition: margin 0s ease-in-out;

  }

  .scroll-header .search-cart .search {
    min-height: 60px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .scroll-header .search-cart {
    min-height: 60px;
  }
  .scroll-header .custom-header .header-menu-group {
    min-height: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
    -webkit-transition-delay: .2s!important;
    transition-delay: .2s!important;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }



}


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

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

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px !important;
    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;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    position: absolute;
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px 12px;
    margin-top: -24px;
    outline: none;
    height: 40px;
    right: 0;
    width: 35px;
    top: 44px;
    transform: translateY(-50%);
    z-index: 9999;
  }
  .mobile-trigger span {
    background: #323232;
    top: 20px;
    display: block;
    height: 2px;
    width: 26px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .4s ease 0s,opacity .4s ease;
    transition: transform .4s ease 0s,opacity .4s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
  }

  .mobile-trigger:before {
    content: "";
    display: block;
    height: 2px;
    width: 26px;
    background: #fff;
    position: absolute;
    top: 13px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .4s ease 0s,opacity .4s ease;
    transition: transform .4s ease 0s,opacity .4s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    background: #323232;
  }

  .mobile-trigger:after {
    content: "";
    display: block;
    height: 2px;
    width: 26px;
    background: #fff;
    position: absolute;
    top: 13px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .4s ease 0s,opacity .4s ease;
    transition: transform .4s ease 0s,opacity .4s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    top: 27px;
    background: #323232;
  }

  /* Change button when menu is open */


  /* ===== Mobile Child Toggle Buttons ===== */

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

  }

  .child-trigger i:after{
    content: '\e804';
    font-size: 35px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    speak: none;
    position: absolute;
    right: 36px;
    top: 8px;
    color: #000000;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -o-transition: -o-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .child-trigger:hover i:after{
    color: #4AC3E0;
    -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  }
  /* ===== Mobile Menu Styles ===== */  


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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%;
  }

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

    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #f3f3f3;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    transition: initial !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-bottom: 0;
  }


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

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


/* ==========================================================================
5. BLOG                                        
========================================================================== */
body.blog {
  background-color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #626262;
}

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

.blog .body-container.container-fluid .row-fluid .page-center {
  padding-left: 0;
  padding-right: 0;
}

.blog .fa-indicator {
  display: none !important;
}

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

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

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

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

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


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

.blog .blog-content {
  width: 75%;
  float: right;
  margin-left: 0;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 50%;
  padding: 0 15px 15px 0;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(2n) {
  width: 50%;
  padding: 0 0 15px 0;
}

.post-item-inner {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  margin-bottom: 50px
}

.post-item-inner:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
  vertical-align: middle;
  border-style: none;
}

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

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

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

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

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

/* Pagination */
.blog-pagination {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.blog-pagination ul {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-pagination ul li a {
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px;
  color: #626262;
  background: #f6f7f8;
  border-radius: 3px;
  cursor: pointer;
}

.blog-pagination ul li:first-child a {
  margin-left: 0;
}

.blog-pagination ul li a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #dc3545;
  color: #ffffff;
}

.blog-pagination ul li a.active {
  background-color: #dc3545;
  color: #ffffff;
  border-color: #b51e2c;
  pointer-events: none;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {
  width: 25%;
  float: left;
  margin-left: 0;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

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


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

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

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

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

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

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

.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}

.banner-area.blog {
  background: linear-gradient(349deg, rgba(53, 105, 136,1) 0%, rgba(67, 143, 171, 1) 100%);
}

.banner-area.blog i {
  color: #fff;
  font-size: 3em;
  margin-bottom: 20px;
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.blog .body-container .page-center {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog .blog-sidebar h3 {
  color: #363636;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog .blog-sidebar .custom-subscribe-form h3 {
  margin-top: 0;
}

.custom-subscribe-form .hs-form-field {
  margin-bottom: 18px;
}


.custom-subscribe-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  display: inline-block;
}

.custom-subscribe-form .hs-button.primary,
.custom-subscribe-form input[type="submit"] {
  margin: 0;
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #777777;
  font-size: 14px;
  font-family: Open Sans;
}

.custom-pop-post .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.custom-pop-post .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post-image .hs-featured-image-link-rec{
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
.custom-pop-post .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  position: relative;
}

.custom-pop-post .recent-post .recent-post-image img {
  border-radius: 50%;
  vertical-align: middle;
  border-style: none;
  height: 100%;
}

.custom-pop-post .recent-post .recent-post-info {
  overflow: hidden;
}

.custom-pop-post .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #323232;
}
.recent-post .recent-post-info a:hover {
  color: #dc3545;
}
.custom-pop-post .recent-post .recent-post-info span {
  color: #dc3545;
  font-style: italic;
}

.custom-pop-post .recent-post .recent-post-info span i {
  padding-right: 10px;
}

.fa-calendar-o:before {
  content: "\f133";
}

.custom-site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.custom-site-search form .fa-search {
  position: absolute;
  right: 0px;
  padding: 16px 22px;
  font-size: 14px;
  color: #626262;
  cursor: pointer;
}

.custom-site-search input[type="text"] {
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
  padding-right: 36px;
  color: #353535;
  box-shadow: none;
  background: #f6f7f8;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.custom-site-search input[type="text"]:focus {
  background: #ffffff;
  border: 0px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-color: transparent;
}

.custom-site-search input[type="text"]::-webkit-input-placeholder {
  color: #323232;
  opacity: 1;
}

.custom-category ul {
  margin: 0px;
  padding: 0px;
}

.custom-category ul li {
  display: block;
  margin-bottom: 6px;
}

.custom-category ul li a {
  font-size: 14px;
  color: #626262;
  line-height: 32px;
}

.custom-category ul li a:before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 17px;
  padding-left: 2px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.custom-category ul li a:hover {
  color: #dc3545;
}

.blog-content-wrap {
  background: #ffffff;
  padding: 30px;
  border-top: 0px;
}

.blog-content-wrap .post-title {
  margin-bottom: 10px;
}

.blog-content-wrap .post-title a,
h2.post-listing-simple a{
  font-size: 22px;
  font-weight: 500;
  color: #353535;
  line-height: 28px;
}

.blog-content-wrap .post-title a:hover,
h2.post-listing-simple a:hover {
  color: #dc3545;
}

.blog-content-wrap .post-author {
  margin-bottom: 10px;
}

.blog-content-wrap .post-author ul {
  margin: 0px;
  padding: 0px;
}

.blog-content-wrap .post-author ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog-content-wrap .post-author ul li a {
  color: #626262;
}

.blog-content-wrap .post-author ul li a:hover {
  color: #dc3545;
}

.entry-content p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
}

.blog-content-wrap .post-meta {
  margin-bottom: 10px;
}

.blog-content-wrap .post-meta ul {
  margin: 0;
  padding: 0;
}

.blog-content-wrap .post-meta ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog-content-wrap .post-meta ul li i {
  color: #dc3545;
  padding-right: 6px;
}

.fa-folder-open-o:before {
  content: "\f115";
}

.blog-content-wrap .post-meta ul li a {
  color: #353535;
  line-height: 0px;
  padding-right: 5px;
}

.blog-content-wrap .post-meta ul li a:hover {
  color: #dc3545;
}

.fa-comment-o:before {
  content: "\f0e5";
}

.blog-content-wrap .entry-share {
  margin-top: 20px;
  display: block;
}

.entry-button {
  display: inline-block;
}

.entry-button a {
  background: transparent;
  border: none;
  color: #235a79;
  padding: 0;
  font-weight: 600;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

.entry-button a i {
  padding-left: 10px;
  font-size: 16px;
}

.fa-angle-right:before {
  content: "\f105";
}

.entry-button a:hover {
  color: #353535;
}

.blog-content-wrap .entry-share .social {
  float: right;
}

.entry-share .social ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.entry-share .social ul li {
  display: inline-block;
  padding: 0px 6px;
}

.entry-share .social ul li a:hover {
  color: #353535;
}

.fa-whatsapp:before {
  content: "\f232";
}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.section.post-header h1 {
  margin-bottom: .5rem;
}

.hs-blog-post .blog-content-wrap {
  padding: 0;
}

.blog-detail {
  margin-top: 20px;
  padding: 0px;
}

.hs-blog-post .entry-share {
  margin-top: 20px;
  display: block;
}

.hs-blog-post .entry-share .tags {
  display: inline-block;
}

.hs-blog-post .entry-share .tags h5 {
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  padding-right: 20px;
}

.hs-blog-post .entry-share .social {
  float: right;
}

.hs-blog-post .entry-share .social strong {
  display: inline-block;
  margin-right: 10px;
}

.port-navigation {
  padding: 20px 0;
  border-bottom: 1px dashed #d0d0d0;
  border-top: 1px dashed #d0d0d0;
  margin-top: 30px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.port-navigation a {
  color: #626262;
  display: flex;
}

.port-photo {
  width: 124px;
  height: 74px;
  display: inline-block;
  overflow: hidden;
}

.bg-10 {
  background: #f0f0f0;
}

.port-photo img {
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

.port-arrow {
  height: 74px;
  width: 40px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}

.port-arrow i {
  text-align: center;
  font-size: 25px;
  line-height: 75px;
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.custom-related-slider {
  margin-top: 40px !important;
}

.custom-related-slider .related-post-item + .related-post-item {
  margin-left: 30px;
}

.custom-related-slider h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  color: #235a79;
  margin-bottom: 20px;
}

.custom-related-slider .related-post-item {
}

.custom-related-slider .related-post-item-inner {
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
  background-color: #666;
  padding: 30px;
}

.custom-related-slider .related-post-item .post-category {
  font-size: 14px;
  margin-right: 6px;
  color: #fff;
}

.custom-related-slider .related-post-item .post-category a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  color: #fff;
  background-color: #dc3545;
  -webkit-transition: all 0.3s ease;
  -moz-transition: ll 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.custom-related-slider .related-post-item .related-title {
  font-family: 'Nexa Bold', sans-serif;
  line-height: 1em;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: .5rem;
  display: block;
}

.custom-related-slider .related-post-item .related-title a {
  color: #fff;
}

.custom-related-slider .related-post-item p {
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0px 0 10px;
  font-size: 14px;
  color: #fff;
}

.custom-related-slider .related-post-item .date {
  font-size: 14px;
  margin-right: 6px;
  color: #fff;
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.custom-related-slider .related-post-item .related-title a:hover {
  color: #225b79;
  text-decoration: none;
}

.custom-comment-form {
  margin-top: 40px !important;
}

.custom-comment-form .hs-richtext h3 {
  margin-bottom: 30px;
  color: #235a79;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

.custom-comment-form input[type="text"],
.custom-comment-form input[type="email"],
.custom-comment-form textarea {
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
  background: #f6f7f8;
  color: #323232;
  border: 0px solid transparent;
  box-shadow: none;
}

.custom-comment-form input[type="text"]:focus,
.custom-comment-form input[type="email"]:focus,
.custom-comment-form textarea:focus{
  background: #ffffff;
  border: 0px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-color: transparent;
}

.custom-comment-form .hs-button.primary,
.custom-comment-form input[type="submit"] {
  background: #235a79;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 2px solid #235a79;
  cursor: pointer;
  line-height: 19.5px;
  margin: 0;
}

.custom-comment-form .hs-button.primary:hover,
.custom-comment-form input[type="submit"]:hover {
  background: #353535;
  color: #ffffff;
  border-color: #353535;
}

.custom-comment-form .hs-button.primary:focus,
.custom-comment-form input[type="submit"]:focus {
  background: #353535;
  color: #ffffff;
  border-color: #353535;
}

.banner-area.post-apge {
  background: linear-gradient(349deg, rgba(53, 105, 136,1) 0%, rgba(67, 143, 171, 1) 100%);
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.banner-area.post-apge .page-title-name {
  display: inline-block;
  width: 60%;
}

.banner-area.post-apge .page-title-name h1 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 8px;
  text-align: left;
  color: #fff;
}

.page-breadcrumb {  
  float: right;
  width: 40%;
  padding: 0;
  text-align: right;
  overflow: hidden;
  padding-top: 10px;
  margin: 0;
}

.page-breadcrumb li {
  color: #fff;
  display: inline-block;
  list-style: none;
}

.fa-home:before {
  content: "\f015";
}

.page-breadcrumb li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.page-breadcrumb li a:hover {
  color: #84ba3f;
}

.page-breadcrumb li i {
  font-size: 14px;
  padding: 0 7px;
}

.fa-angle-double-right:before {
  content: "\f101";
}

.page-breadcrumb li span {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.banner-area.blog .page-title-name {
  text-align: center;
}

.banner-area.blog .page-title-name h1 {
  color: #dc3545;
}

.banner-area.blog .page-title-name p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  color: #626262;
}

.banner-area.topic,
.banner-area.author {
  background: linear-gradient(to right, #8dc7dc, #8dc7dc, #8dc7dc, #8dc7dc, #8dc7dc);
}

.custom-blog-Request {
  background: linear-gradient(349deg, rgba(235,245,252,1) 0%, rgba(82,160,188,1) 100%);
  padding: 30px;
  position: relative;
}

.custom-blog-Request .action-box-text {
  padding-right: 230px;
}

.custom-blog-Request .action-box-text h1 {
  color: #fff;
  margin-bottom: .5rem;
}

.custom-blog-Request .action-box-text h3 {
  margin-bottom: .5rem;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

.custom-blog-Request .action-box-button a {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  top: 50%;
  margin-top: -23px;
  position: absolute;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  right: 15px;
  cursor: pointer;
}

.custom-blog-Request .page-center {
  position: relative;
}

.fa-download:before {
  content: "\f019";
}

.custom-blog-Request .action-box-button a:hover {
  background: #fff;
  color: #235a79;
  border-color: #fff;
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */
.custom-form {
  max-width: 50%;
  width: 100%;
}


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

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

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

/* Labels and Legends */

.hs-form-field > label {
  font-family: Open Sans;
  font-size: 13px;
  color: #aaaaaa;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  display: block;
  margin-bottom:4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.hs-form-required {
  color: red;
}
.hs-error-msgs label{
  color: #f2545b;
  font-family: Open Sans;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}
.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  line-height: normal;
}
.hs_recaptcha {
  margin: 15px 0;
  overflow-y: auto;
  width: auto;
  min-height: 80px;
}
.hs-input.invalid.error {
  border-color: #c87872;
}
.custom-form {
  max-width: 50%;
  width: 100%;
}
.field.hs-form-field {
  margin-bottom: 15px;
}
#comments-listing:not([data-has-comment="true"]) {
  display: none;
}
/* Placeholder Text */
::-webkit-input-placeholder {
  color: #bfbfbf;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #bfbfbf;
} /* Firefox 18- */
::-moz-placeholder {

} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #bfbfbf;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  background: #ef4c4f;
  border-color: #ef4c4f;
  color: #ffffff;
  font-size: 13px;
  font-family: Open Sans;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  margin: 10px 0px 15px;
}

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

}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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




@media (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
    padding: 35px 5px;
  }
  .button-rounded {
    padding: 10px 10px 10px 10px;
  }
  .search-cart .search {
    padding-left: 5px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 20px 6px;
  }
  .news-letter .hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
  }
  .news-letter .hs-form fieldset.form-columns-2 .hs_phone .input input {
    width: 100%;
  }
  .cm-footer-logo a img {
    top: 0px;
  }
}

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




@media (max-width: 991px) {
  .custom-header .custom-logo img {
    height: 30px;
  }
  .custom-header > div {
    min-height: 60px;
    padding: 10px 0;
  }
  .custom-header .custom-logo {
    padding: 5px 0 5px;
  }
  /*   .search-cart .search {
  padding: 19px 0px;
  min-height: 40px;
} */
  .search-cart {
    min-height: 40px;
  }
  .custom-header .header-menu-group {
    min-height: 40px;
  }
  .header-menu-group .custom-menu-primary.js-enabled + div {
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 999;
  }
  .header-container.container-fluid .row-fluid .page-center > div {
    position: relative;
  }
  .search-cart .search {
    /*     padding: 9px 0px;
    padding-right: 15px !important;
    padding-left: 11px; */
    padding: 10px 0px;
    padding-right: 4px !important;
    padding-left: 11px;
  }
  .mobile-open .mobile-trigger:before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .mobile-open .mobile-trigger:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  .mobile-open .mobile-trigger span {
    opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 13px;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12.48px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 13px;
    line-height: normal;

  }
  .custom-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 10px;
  }
  .button-rounded {
    padding: 10px 18px 10px 18.5px;
    margin-left: -.6px;
    width: auto;
  }
  .fa-indicator {
    padding-left: 2px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    width: auto;
  }
  .footer-bottom .footer-copyright p a {
    font-size: 14px;
  }
  .footer-bottom .footer-copyright p {
    font-size: 13px;
  }
  .cm-footer-logo a img {
    top: -1px;
  }
  .news-letter .hs-fieldtype-text.field.hs-form-field {
    width: 50% !important;
  }
  .news-letter .hs-form fieldset.form-columns-2 .hs_phone .input input {
    width: 90%;
  }
  .news-letter .hs-richtext p {
    font-size: 13px;
  }
  .pogen.comman-style {
    margin-bottom: 30px;
  }

  .products.comman-style {
    margin-bottom: 30px;
  }

  .component.comman-style {
    margin-bottom: 30px;
  }
  .banner-content h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .popup-form h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 915px) {
  .cm-footer-logo a img {
    top: 0px;
  }
  .news-letter .hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
  }
  .news-letter .hs-form fieldset.form-columns-2 .hs_phone .input input {
    width: 100%;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .checkbox-row span.fakelabel span {
    float: none;
  }  

  .subscribe-options label {
    margin: 0;
  }
  .custom-form {
    max-width: 100%;
  }
  .hs-author-profile .hs-author-bio {
    width: 100%;
  }


  .blog-sidebar {
    padding-top: 35px;
  }
  .button-rounded {
    padding: 10px 18px 10px 18px;
    margin-left: 0px;
  }
  .custom-header .header-menu-group {
    min-height: 0px;
  }
  .custom-header > div {
    padding: 10px 0 9px;
  }
  .footer-bottom .footer-copyright {
    width: 100%;
  }
  .footer-bottom .footer-copyright+div {
    text-align: left;
    width: 100%;
  }
  .custom-footer .footer-bottom {
    margin-top: 0px;
  }
  .custom-footer {
    padding: 50px 0 0;
  }
  .banner-content h1 {
    font-size: 26px;
  }
  .popup-form h2 {
    font-size: 26px;
  }
  .banner-area {
    padding: 50px 0;
  }

}  

@media (max-width: 600px) {
  .search-box {
    width: 210px;
  }
  .popup-form p {
    font-size: 16px;
  }
  .popup-form .hs-richtext {
    width: calc(100% - 29px);
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 576px) {
  .footer-top-link .pogen.comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top-link .cm-space.comman-style {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top-link .news-letter.comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-footer-logo a img {
    top: 1px;
  }
}

@media (max-width: 479px) {
  .cm-footer-logo a img {
    top: 0px;
  }
  .banner-content h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .popup-form h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 400px) {
  .popup-form .hs-form fieldset .hs-form-field {
    padding: 0 0px 0 0;
  }
  .popup-form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .news-letter .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}





@media (min-width: 576px) {
  .footer-top-link .comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-top-link .cm-space.comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-top-link .news-letter.comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (min-width: 768px) {

  .footer-bottom .footer-copyright+div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-bottom .footer-copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center { 
    max-width: 960px;
  }
  .footer-top-link .cm-space.comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .footer-top-link .comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .footer-top-link .news-letter.comman-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .footer-bottom .footer-copyright+div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-bottom .footer-copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}



@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center { 
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  .blog .container-fluid .row-fluid .page-center {
    max-width: 94%;
  }

  .blog-content-wrap .entry-share .social {
    float: none;
    display: block;
    margin-top: 5px;
  }

  .custom-blog-Request .action-box-text {
    padding-right: 0;
  }

  .custom-blog-Request .action-box-button a {
    position: relative;
    top: inherit;
    margin-top: 10px;
  }
}


@media (max-width: 999px) and (min-width: 768px) {
  .container-fluid .row-fluid .page-center { 
    max-width: 96%;
  }
  .search-cart .search {
    padding-right: 0px;
  }
  .fa-indicator {
    padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .banner-area.post-apge .page-title-name {
    width: 100%;
  }

  .page-breadcrumb {
    float: none;
    text-align: left;
    width: 100%;
  }

  .custom-blog-Request .action-box-button a {
    position: relative;
    top: inherit;
    margin-top: 20px;
    right: 0;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .checkbox-row span.fakelabel span {
    float: none;
  }  

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 15px;
  }

  .blog .blog-sidebar,
  .blog .blog-content {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .blog-listing-wrapper .post-listing .post-item,
  .blog-listing-wrapper .post-listing .post-item:nth-child(2n){
    width: 100%;
    padding-right: 0;
  }

  .blog .body-container .page-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }

  .blog .body-container.container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog .blog-sidebar {
    padding-top: 50px;
    border-top: 1px dashed #eceff8;
    margin-top: 50px;
  }

  h1 {
    font-size: 30px;
  }

  .hs-blog-post .entry-share .social {
    display: block;
    width: 100%;
  }

  .custom-related-slider .related-post-item + .related-post-item {
    margin-left: 15px;
  }

  .custom-blog-Request .action-box-text h3 {
    font-size: 22px;
  }
}  

@media (max-width: 600px) {
  .custom-blog-Request {
    text-align: center;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }

  .subscribe-options label {
    margin: 0;
  }

  .port-navigation .port-arrow {
    height: 62px;
    width: 30px;
  }

  .port-navigation .port-photo {
    width: 104px;
  }

  .custom-related-slider .related-post-item + .related-post-item {
    margin-left: 0;
  }
}

