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

/********* Variable **********/




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

body{ 
    font-family:'Roboto', sans-serif !important; 
    color:#191837; 
    font-size:16px;
    line-height:26px;
    background:#f8f8f8;
}
a {border-radius: 1.5rem;}
h1{
    font-size:60px;
    font-family:'Poppins', 'Roboto', sans-serif !important;
    line-height:72px;
}
h2{
    font-size:40px;
    font-family:'Poppins', 'Roboto', sans-serif !important;
    line-height: 56px;
}
h3{
    font-size:32px;
    font-family:'Poppins', 'Roboto', sans-serif !important;
    line-height: 44px;
}
h4{
    font-size:30px;
    font-family:'Poppins', 'Roboto', sans-serif !important;
    line-height: normal;
}
h5{
    font-size:28px;
    font-family:'Poppins', 'Roboto', sans-serif !important;
    line-height: 38px;
}
h6{
    font-size:18px;
    font-family:'Roboto', sans-serif !important;
    line-height: normal;
}
.padding-100{ padding:100px 0; }
.margin-20{margin:20px 0; }



/***************************************************** Header ***************************************************/
.hs-menu-wrapper ul {
    padding:0 !important;
}
.header-container .hs_cos_wrapper_type_logo a img{
    margin-top:0px;
    max-width:100% !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
    background:transparent;
    padding-top: 18px; 
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px 15px;
    position: relative;
    color: ;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
	background: transparent;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 0;
	min-width: auto;
  box-shadow:-2px 3px 11px rgba(131, 131, 131, 0.4);
	border-bottom: 4px solid #00a6b6;;
	background: #fff;
  padding-bottom:10px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
	background:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: #f8f8f8;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
  	display:none;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;
  	transition:ease-in-out all 0.4s;
  	-webkit-transition:ease-in-out all 0.4s;
  	-ms-transition:ease-in-out all 0.4s;
  	-o-transition:ease-in-out all 0.4s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:#191837;
    padding: 10px 40px 10px 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:#191837;
}
.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;
}
.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{
	top:25px;
  left: 190px !important;
}
/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 7px;
    font-size: 16px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: ;
}
.hs-menu-wrapper ul {
    padding:0 !important;
}
.header-container .hs_cos_wrapper_type_logo a img{
    margin-top:0px;
    max-width:100% !important;
    max-height: none !important;
}
.header-container .widget-span.widget-type-logo {
	padding: 15px 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    text-transform: capitalize;
    font-size:14px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a{
	color:#00a6b6;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{
	padding:25px 10px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{ color:#00a6b6; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a{
    background:#f98e2b;
    color:#fff;
    text-transform:uppercase;
    font-weight: bold;
    padding:5px 10px !important;
  	margin-top:20px;
    box-shadow:inset 0 0 0 transparent;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a:hover{
    box-shadow:0 -40px 0 #00000f inset;
}
.header-container{
    padding:0 0;
}
.header-container.fix-header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header-container{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li > a::after {
	transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
	position: absolute;
	right: 15px;
	top: 15px;
}

.header-container.fix-header {
    box-shadow: 0 0 5px #e0e0e0;
}

.body-container-wrapper{ padding-top:60px; }
@media (min-width:1024px ){
    .header{ position:relative; }
    .header .custom-menu-primary {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}
@media ( min-width:768px ) and ( max-width:980px ){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        padding:5px 8px !important;
        font-size:13px !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
        margin-right:6px !important; 
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
        padding:5px 15px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        margin-top:8px !important;
    }
    .header-container{ padding:0 20px !important; }
}

/**************************************************** Footer ****************************************************/
.footer-container-wrapper{
    background:#00000f;
    color:#fff;
    font-size:14px;
}
.footer-container-wrapper .top-footer{ padding-top:40px !important; padding-bottom:40px !important; }
.bottom-footer {
    padding: 20px 0;
    border-top: 1px solid #1f1f2b;
}
.footer-container-wrapper a{ color:#fff; }
.footer-container-wrapper .about-text a{
    color:#00a6b6;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:bold;
}
.footer-container-wrapper .about-text a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 8px;
}
.footer-container-wrapper .about-text a:hover{ color:#fff; }
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{ padding:5px 0; color:#fff; }
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{ color: #00a6b6; }
.footer-container-wrapper .footer-menu p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image {
    background: #00a6b6;
    display: inline-block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height:50px;
    text-align: center;
    vertical-align: middle;
    margin-bottom:30px;
}
.footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image img{ padding-top:0; vertical-align: middle; }
.footer-container-wrapper .copyright-text {
    padding: 6px 0 0 0;
    font-size:14px;
}
.footer-container-wrapper .copyright-text{ color:#999; }
.hs_cos_wrapper_type_social_sharing {
    display: inline-block;
    padding: 0;
    text-align: left;
    width: 100%;
}
.hs_cos_wrapper_type_social_sharing img { display: none; }
.fm_button span{ background:none!important; }
.hs_cos_wrapper_type_social_sharing a, .fm_button span{
    color: #fff !important;
    width: 35px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 100% !important;
    height: 35px !important;
    margin:0 3px !important;
    padding: 4px 0 0 0 !important;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
}
.hs_cos_wrapper_type_social_sharing a:hover, 
.fm_button span:hover { 
    transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs_cos_wrapper_type_social_sharing a:first-child:before, .fm_facebook>span:before { content: "\f09a"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(2):before, .fm_linkedin>span:before { content: "\f0e1"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(3):before, .fm_twitter>span:before { content: "\f081"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(4):before, .fm_googleplus>span:before { content: "\f0d5"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(5):before, .fm_pinterest>span:before { content: "\f0d2"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(6):before { content: "\f0e0"; }
.fm_youtube>span:before{ content: "\f16a" ; }
.hs_cos_wrapper_type_social_sharing a:first-child, .fm_facebook{ background:#3b5998;}
.hs_cos_wrapper_type_social_sharing a:nth-child(3), .fm_twitter{ background:#55acee;}
.hs_cos_wrapper_type_social_sharing a:nth-child(2), .fm_linkedin{ background:#0077b5;}
.hs_cos_wrapper_type_social_sharing a:nth-child(4), .fm_googleplus{ background:#dd4b39;}
.hs_cos_wrapper_type_social_sharing a:nth-child(5), .fm_pinterest{ background:#bd081c;}
.hs_cos_wrapper_type_social_sharing a:nth-child(6){ display: none  !important; }


/*************************************************** Blog Listing **************************************************/
.widget-type-image_slider{ 
    max-height:500px; 
    background-image:url(https://cdn2.hubspot.net/hubfs/3067823/awwal/Loading_icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    overflow:hidden;
}
.widget-type-image_slider .cell-wrapper.layout-widget-wrapper,
.widget-type-image_slider .hs_cos_wrapper_type_image_slider,
.widget-type-image_slider .hs_cos_flex-slider,
.widget-type-image_slider .hs_cos_wrapper_type_image_slider,
.widget-type-image_slider .hs_cos_flex-viewport,
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides,
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides li{ 
    height:100%; 
    overflow:hidden; 
}
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides li{
    background:#000;
}
.hs_cos_flex-direction-nav a{ top:32% !important; }
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides img{ height: auto; opacity:0.7; }
.widget-type-image_slider .caption{ 
    width:100% !important; 
    top:50% !important;  
    font-size:16px !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.widget-type-image_slider .caption a{ 
    color:#fff;
    padding:15px 30px;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    border:1px solid #fff;
    margin-top:20px;
    box-shadow: inset 0 0 0 transparent;
}
.widget-type-image_slider .caption a:hover{
    box-shadow: inset 0 -60px 0 #fff;
    color:#00000f;
}
.hs_cos_flex-slider:hover .hs_cos_flex-prev{
    left:20px !important;
}
.hs_cos_flex-slider:hover .hs_cos_flex-next{
    right:20px !important;
}
.top-bar{
    background:#f2f2f2;
    padding:15px 0;
    border-bottom:1px solid #e0e0e0; display:none !important;
}
.top-bar h3 {
    float: left;
    font-size: 24px;
    margin-right:15px;
}
.top-bar h6 {
    padding: 15px 0 0 0;
    color:#00a6b6;
}
.topic-list h3 {
	padding-top: 13px;
}
.blog-topics{ postion: relative; }
.blog-topics .topic {
	background: #f8f8f8;
	display: initial;
	width: 200px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 5px 10px 5px 15px;
	cursor:pointer;
	color:#999;
}
.blog-topics ul ul {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	background: #fff;
	width: 100%;
	top: 38px;
	border: 1px solid #e0e0e0;
	margin:0;
}
.blog-topics ul.active ul {
    display: block;
}
.blog-topics ul{ 
    padding:0; 
    position: relative;
    display:inline-block;
    margin-top:18px;
}
.blog-topics li{
    list-style:none;
}
.blog-topics .topic .fa {
	float: right;
	font-size: 20px;
	padding: 3px 5px 0 0;
}
.blog-topics ul li a {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
}
.blog-subscription-box{ position: relative; }
.blog-subscription-box #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    width:41%;
}
.blog-subscription-box .hs-error-msgs label {
	color: red;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.blog-subscription-box .hs-error-msgs.inputs-list{
    margin:0 !important;
}
.blog-subscription-box input {
	background: #f8f8f8 !important;
	border-radius: 0 !important;
	height: 40px !important;
	border:1px solid #e0e0e0;
}
.blog-subscription-box input:focus{
    box-shadow:none !important;
}
.blog-subscription-box .hs-button.primary.large {
	background: #00a6b6 !important;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	height: 39px !important;
	padding: 0 22px;
	margin-top: 2px;
	box-shadow: inset 0 0 0 transparent;
}
.blog-subscription-box .hs-button.primary.large:hover{
    box-shadow: inset 0 -40px 0 #00000f;
}
.blog-subscription-box .hs_email.field.hs-form-field > label{ display: none; }
.post-listing .post-item {
    width: 50%;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    margin-right: -2px;
    vertical-align: top;
}
.hs-featured-image-wrapper{ overflow:hidden; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    margin-top:0;
    margin-bottom:0;
    width:100%;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.post-listing .post-header{ margin-top:10px; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image:hover{
    transform:scale(1.03);
    -webkit-transform:scale(1.03);
    -ms-transform:scale(1.03);
    -o-transform:scale(1.03);
}
.post-listing #hubspot-topic_data {
    position: relative;
  background:none !important;
    padding: 5px 0px;
    color: #999; font-size:13px; margin-top:5px !important;
}
.post-listing #hubspot-topic_data a{ color:#00a6b6; }
.blog-pagination {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.blog-pagination ul{
    padding:0;
}
.blog-pagination li {
    display: inline-block;
}
.blog-pagination li.hide {
    visibility: hidden;
}
.blog-pagination .previous-posts-link{ float: none; }
.post-listing .author-link {
    color: #00a6b6;
    font-weight: bold;
}
.post-listing .author-link:hover{
    color:#00000f;
}
.post-listing .continue-reading {
  border: 1px solid #00a6b6;
  box-shadow: inset 0 0 0 transparent;
  color: #00a6b6;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  padding: 9px 30px;
  text-transform: uppercase;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.post-listing .continue-reading:hover{
    box-shadow: 0 -50px 0 #00a6b6 inset;
    color: #fff;
}
.blog-pagination a {
    background: #fff;
    padding: 9px 15px;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    font-weight: bold;
    margin:0 5px;
    color:#999;
}
.blog-pagination a:hover{
    color:#00000f;
    border-color:#00000f;
}
.blog-pagination .first-posts-link a ,
.blog-pagination .last-posts-link a{
    background: transparent;
    border:none;
}

.blog-pagination .active a{
    background: #00a6b6;
    color:#fff;
    border-color:#00a6b6;
}
.author-top {
    text-align: center;
    padding-bottom: 30px;
}
.author-top img {
    border-radius: 100%;
    width: 100px;
}
.author-top h1 {
    font-size: 36px;
    margin: 0;
}

/***************** Ad *****************/
.ad-bkd {margin-bottom:30px; padding-bottom:30px; display:block; position: relative;}
.p-3 {padding:25px 15px;}
.ad-main {color:#fff200; font-size:14px !important;}
.ad-title {font-size:21px !important; color:#fff; line-height:24px; padding-top:5px;}
.ad-sub {font-size:14px !important; color:#fff; line-height:18px; margin-bottom:25px;}
.ad-btn {background-color:#ff0080 !important; transition: all 1s ease !important; border:none !important; font-size:14px !important; font-weight:700 !important; color:#fff !important; padding:7px 10px; }
.btn.btn-primary.ad-btn:hover {background-color:#ff0081 !important; border:none !important;}
a.fill {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*********************************************** Blog Post *********************************************************/
.blog-post-content {
    margin-top: 25px;
}
.blog-post-header {
  display: inline-block;
  position: relative;
  width: 100%;
  height:400px;
  overflow:hidden;
  background:#000;
}
.blog-post-header img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  opacity:0.6;
}
.blog-post-header .section.post-header {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
}
.blog-post-header .section.post-header a{ 
    color:#fff; 
    font-weight:bold;
    text-decoration:underline;
}
.blog-post-header .section.post-header #hubspot-author_data{ float: none; }
.blog-post-content .post-header .social-sharing {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.blog-post-content ul{ padding:0; }
.blog-post-content ul li::before {
    background: #00a6b6;
    border-radius: 100%;
    color: #00a6b6;
    content: "" !important;
    font-size: 52px;
    height: 6px;
    left: 0;
    line-height: 5px;
    margin-right: 15px;
    position: absolute;
    top: 12px;
    vertical-align: middle;
    width: 6px;
}
.comment-form {
    width: 65% !important;
}
.post-detail {
    width: 65% !important;
}
.blog-post-content.style-two .post-detail {
    width: 100% !important;
}
.blog-post-content ul li {
    margin: 5px 0;
    padding-left: 25px;
    position: relative;
}
.comment-form input,
.comment-form textarea{
    background:#f8f8f8 !important;
    border-radius:0 !important;
    height:40px !important;
}
.comment-form textarea{
    min-height:120px !important;
}
.comment-form input:focus,
.comment-form textarea:focus,
.comment-form select:focus{
    box-shadow:none !important;
    border-color:#00a6b6 !important;
}
.comment-form .hs-button {
    background:#00a6b6 !important;
    font-size:16px !important;
    text-transform: uppercase;
    color:#fff !important;
    height: 40px !important;
    border:none !important;
    font-family: Roboto !important;
    font-weight:500 !important;
    transition: background-image 0.4s;
    padding:2px 35px 0 !important;
    box-shadow: inset 0 0 0 transparent;
}
.comment-form .hs-button:hover{
    box-shadow:0 -40px 0 #00000f inset;
}
.comment-form .hs-form-required { display: none; }
.comment-form .hs-error-msgs{ margin:0 !important; }
.comment-form .hs-error-msgs  label{
    color:red;
    font-size:14px !important;
    font-weight: normal !important;
}
.comment-form li{ padding-left:0 !important; }
.comment-form li:before{ display: none; }
.comment-form .comment-body{ padding:0; }
.comment-form .comment-body p{ margin:0; }
.comment-form .comment-reply-to.hs-button {
  background: transparent none repeat scroll 0 0 !important;
  color: #00a6b6 !important;
  font-weight: normal !important;
}
.comment-form .comment-reply-to.hs-button:hover{
    box-shadow:none; 
}
.comment-form .comment-reply-to::before{
  color: #00a6b6 !important;
  line-height:20px;
}
.comment-form .comment{ border:none; }
.comment-form-box {
    background: #fff;
    padding: 50px 0;
}
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.hs-blog-social-share-list li{ 
    padding:0 !important; 
    float: none !important;
    display: inline-block;
}
.hs-blog-social-share-list li::before{ display: none; }
.hs-blog-social-share {
	width: 100%;
	text-align: center;
	padding:10px 0 0 0;
	margin-bottom:15px;
	background: url(https://cdn2.hubspot.net/hubfs/3067823/awwal/pattern-bg.png);
}
.author-detail {
    margin-top: 80px;
}
.author-detail .hs_cos_wrapper_type_social_sharing{
    text-align: center;
    margin-top:10px;
}
.author-detail img {
    margin-bottom: 10px;
    border-radius:100%;
}
.author-detail {
	text-align: center;
}
.author-detail h6 {
	text-transform: uppercase;
	margin: 0;
	font-family: Roboto;
    font-weight: 600;
}
.author-detail p {
    margin: 10px 0 15px 0;
    font-size: 14px;
    line-height: 20px;
}
.author-detail a {
    text-indent: inherit !important;
    width: 30px !important;
    height: 30px !important;
    border-width: 0px;
    border: 0px;
    margin:0 4px;
    font-size:16px !important;
    border-radius:100%;
    line-height: 30px !important;
    display: inline-block;
    color:#fff;
    padding:0 !important;
}
.author-detail .hs-social-facebook{
    background:#3b5998 !important;
}
.author-detail .hs-social-linkedin{
    background:#0077b5 !important;
}
.author-detail .hs-social-twitter{
    background:#0077b5 !important;
}
.post-detail .post-body h5 {
    font-family: Roboto;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
}
blockquote h4 {
	color: #00a6b6;
	font-weight: normal;
}
blockquote p {
	font-weight: bold;
}
blockquote {
    margin: 30px 0;
    border-left: 3px solid #00a6b6;
    padding-left: 15px;
}
.next-prev-post {
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    margin: 15px 0 45px 0;
}
.next-prev-post a {
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
}
.next-prev-post a .fa {
    font-size: 24px;
    vertical-align: top;
}
.next-prev-post a:hover{
    color:#00000f;
}
.next-prev-post div {
    display: inline-block;
}
.next-prev-post .next-post{
    float:right;
}
.hs-blog-post .blog-subscription-box {
    margin: 0 auto !important;
    width: 47% !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.blog-post-content.style-two .post-left {
  position: relative;
  top: 0;
  padding-top:40px;
  margin-right:30px;
}
.blog-post-content.style-two .blog-content{
    margin-bottom:100px;
    margin-top:50px;
}
.blog-post-content.style-two .post-left h1 {
    font-size: 36px;
    line-height:normal;
}
.blog-post-content.style-two .post-left .avatar-module {
    float: left;
    width:100px;
}
.blog-post-content.style-two .post-left .avatar-module img{
    width:100%;
    height:100px;
    border-radius:100%;
}
.blog-post-content.style-two .post-left .detail {
    padding: 0 0 0 120px;
}
.blog-post-content.style-two .post-left .detail span{
    font-family: Domine;
    font-size: 24px;
    font-weight: 600;
}
.blog-post-content.style-two .post-left .detail a.author-link{
    color:#d60078;
    font-size:18px;
    margin:10px 0;
    display:inline-block;
}
.blog-post-content.style-two .post-left .detail p{
    margin:0;
}
.blog-post-content.style-two .post-left .blog-share-icons .hs_cos_wrapper_type_social_sharing {
    text-align: center;
}
.blog-post-content.style-two .post-left .author-social-icon{
    margin-top:30px;
}
.blog-post-content.style-two .post-left .author-social-icon .blog-share-icons h6{
    font-size:24px;
    text-align:center;
}
.blog-post-content.style-two .post-left .article-footer {
    display: inline-block;
    margin-bottom:30px;
    border: 1px solid #e0e0e0;
    padding: 30px;
}
.blog-post-content.style-two .hs-featured-image{
    max-width:100%;
    width:100%;
}
.blog-post-content.style-two .related-article{
    display:inline-block;
    width:100%;
}
.blog-post-content.style-two .related-article .related-post-item {
    background: #fff;
    margin-bottom:40px;
}
.blog-post-content.style-two .related-article .span4 {
  display: inline-block;
  float: none;
  margin: 0 8px;
  vertical-align: top;
}
.blog-post-content.style-two .related-article .related-post-item .detail{
    padding:20px;
}
.blog-post-content.style-two .related-article h3 {
    text-align: center;
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    font-size: 36px;
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}
.blog-post-content.style-two .related-article img {
    width:100%;
}
.blog-post-content.style-two .hs_cos_wrapper_type_social_sharing{
    text-align:center ;
}
.blog-post-content.style-two .author-social-icon .hs_cos_wrapper_type_social_sharing{
    text-align:left;
}
.blog-post-content.style-two h1{
    font-size:48px; 
    line-height:60px;
}
.blog-post-content.style-two .related-article a.topic-link {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #d60078;
    color: #fff;
    padding: 7px 12px;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-post-content.style-two .related-article .related-image {
    position: relative;
}
.blog-post-content.style-two .post-date {
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
}
.blog-post-content.style-two .post-date a{
    color:#00a6b6;
}



/****************************************************** Listing Page Style Two ******************************************************************/
.listing-style-two .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    background:#d60078;    
}
.blog-post-two .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    background:#d60078;    
}
.listing-style-two .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover,
.blog-post-two .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover{
    box-shadow:0 -40px 0 #00000f inset;
    color:#fff !important;
}
.listing-style-two .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.blog-post-two .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
    color:#d60078 !important;    
}
.blog-post-two .blog-post-content ul li::before{
    background:#d60078;    
    color:#d60078;    
}
.blog-post-two blockquote h4{
    color:#d60078;    
}
.blog-post-two blockquote{
    border-color:#d60078;    
}
.listing-style-two .blog-subscription-box .hs-button.primary.large  {
    background:#d60078 !important;    
}
.listing-style-two .blog-subscription-box .hs-button.primary.large:hover{
    box-shadow:0 -40px 0 #00000f inset;
}
.listing-style-two .post-listing #hubspot-topic_data {
    background:#d60078;    
}
.listing-style-two .post-listing .author-link{
    color:#d60078;    
}
.listing-style-two .post-listing .continue-reading {
    color: #d60078;    
    border-color:#d60078;    
}
.blog-post-two .comment-form .hs-button{
    background:#d60078 !important;    
}
.blog-post-two .comment-form .hs-button:hover{
    box-shadow:0 -40px 0 #00000f inset;
}
.blog-post-two .blog-subscription-box .hs-button.primary.large{
    background:#d60078 !important;    
}
.blog-post-two .blog-subscription-box .hs-button.primary.large:hover{
    box-shadow:0 -40px 0 #00000f inset;
}
.listing-style-two .post-listing .continue-reading:hover {
    box-shadow: 0 -50px 0 #d60078 inset;
    color: #fff;
}
.listing-style-two .blog-pagination .active a {
    background:#d60078;    
}
.listing-style-two .footer-container-wrapper .about-text a {
    color:#d60078;    
}
.listing-style-two .footer-container-wrapper .about-text a:hover{
    color:#fff;
}
.listing-style-two .footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image {
    background:#d60078;    
}
.listing-style-two  .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{
    color:#d60078;    
}
.blog-post-two .footer-container-wrapper .about-text a {
    color:#d60078;    
}
.blog-post-two .footer-container-wrapper .about-text a:hover {
    color:#fff;    
}
.blog-post-two .footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image {
    background:#d60078;    
}
.blog-post-two  .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{
    color:#d60078;    
}
.listing-style-two .post-listing .post-item{
    width:100%;
}
.listing-style-two .post-listing .post-item .post-body{
    display: table;
    background: #fff;
    width:100%;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.listing-style-two .post-listing .post-item .post-body:hover {
    box-shadow: 0 0 15px #e0e0e0;
}
.listing-style-two .post-listing .post-item .hs-featured-image-wrapper {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.listing-style-two .post-listing .post-item .content {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px;
}
.listing-style-two  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    max-height:none !important; 
}
.recent-post-banner .recent-article {
    height: 500px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.recent-post-banner .recent-article .inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}
.recent-post-banner .recent-article .inner h1 {
    margin: 35px 0 15px 0;
}
.recent-post-banner .recent-article .inner h1 a{
    color:#fff;
}
.recent-post-banner .recent-article .inner a.read-more {
    color: #fff;
    padding: 10px 40px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase; 
    border: 1px solid #fff;
    margin-top: 20px;
    box-shadow: inset 0 0 0 transparent;
}
.recent-post-banner .recent-article .inner a.read-more:hover {
    box-shadow: inset 0 -60px 0 #fff;
    color: #00000f;
}
.hide {
    display: none !important;
}













/******************************************************************************** Listing Style Three ***************************************************************************************/
body.listing-style-three{
    color:#333;
    font-family: 'Roboto', sans-serif !important;
}
body.listing-style-three h1{
    font-family: 'Poppins', sans-serif !important;
}
body.listing-style-three h2{
    font-family: 'Poppins', sans-serif !important;
}
body.listing-style-three h3{
    font-family: 'Poppins', sans-serif !important;
}
body.listing-style-three h4{
    font-family: 'Poppins', sans-serif !important;
}
body.listing-style-three h5{
    font-family: 'Poppins', sans-serif !important;
}

body.listing-style-three .top-footer h5{
    font-family: 'Roboto', sans-serif !important;
  font-size:20px;
}

body.listing-style-three h6{
    font-family: 'Poppins', sans-serif !important;
}
body.listing-style-three a{
    color:#333;
}
.listing-style-three .footer-container-wrapper a{
    color:#fff;
}
.listing-style-three .recent-post-banner .recent-article .inner h4{
    font-weight:normal;
}
.listing-style-three .recent-post-banner .recent-article .inner h1{
    margin-top:10px;
}
.listing-style-three h3{
    font-size:24px;
}

.listing-style-three .blog-subscription-box .hs-button.primary.large:hover{
    box-shadow:0 -40px 0 #00000f inset;
}
.listing-style-three .post-listing #hubspot-topic_data {
    background:#d60078;    
}
.listing-style-three .post-listing .author-link{
    color:#d60078;    
    font-weight: normal;
    text-decoration: underline;
    text-transform: capitalize;
}
.listing-style-three .post-listing .continue-reading {
    color: #d60078;    
    border-color:#d60078;    
}
.listing-style-three .post-listing .continue-reading:hover {
    box-shadow: 0 -50px 0 #d60078 inset;
    color: #fff;
}
.listing-style-three .blog-pagination .active a {
    background:#d60078;    
}
.listing-style-three .footer-container-wrapper .about-text a {
    color:#d60078;    
}
.listing-style-three .footer-container-wrapper .about-text a:hover{
    color:#fff;
}
.listing-style-three .footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image {
    background:#d60078;    
}
.listing-style-three  .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{
    color:#d60078;    
}
.listing-style-three .post-listing .post-item{
    width:100%;
}
.listing-style-three .post-listing .post-item .post-body{
    display: table;
    background: transparent;
    width:100%;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.listing-style-three .post-listing .post-item .post-body:hover {
    box-shadow: none;
}
.listing-style-two .post-listing .post-item .hs-featured-image-wrapper {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.listing-style-three .post-listing .post-item .content {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}
.listing-style-three .post-listing .post-item .post-header{
    margin:0;
}
.listing-style-three  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    max-height:none !important; 
}
.listing-style-three  .widget-type-google_search label{
    font-family: 'Poppins', sans-serif;
}
.listing-style-three .blog-pagination a{
    padding:6px 12px;
}
.listing-style-three .widget-type-google_search input[type="text"] {
    width: 100%;
    float: left;
    margin-top: 0;
    height: 38px;
    border-color: #e0e0e0;
    border-radius: 0;
}
.listing-style-three .widget-type-google_search input[type="text"]:focus{
    box-shadow:none;
}
.listing-style-three .widget-type-google_search .input {
    position: relative;
}
.listing-style-three .widget-type-google_search a.hs-button.primary {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(https://cdn2.hubspot.net/hub/3067823/hubfs/search.png?t=1522290448305&width=20&name=search.png);
    border: none;
    background-repeat: no-repeat;
    height: 20px;
}
.listing-style-three .widget-type-google_search a.hs-button.primary:hover{
    background: url(https://cdn2.hubspot.net/hub/3067823/hubfs/search.png?t=1522290448305&width=20&name=search.png);
    background-repeat: no-repeat;
}
.listing-style-three .widget-type-google_search{
    margin-bottom:50px;
}
.listing-style-three .popular-post-box a {
    font-size: 18px;
    display: inline-block;
}
.listing-style-three .sidebar .hs-rss-title{
    font-size: 18px;
    display: inline-block;
}
.listing-style-three .sidebar .hs-rss-title:hover{
    color:#d60078;    
}
.listing-style-three .popular-post-box a:hover{
    color:#d60078;    
}
.listing-style-three .popular-post-box{
    margin-bottom:15px;
}
.listing-style-three .popular-post-box .date {
    font-size: 14px;
    color: #808080;
}
.listing-style-three .sidebar .hs-rss-byline .hs-rss-date{
    font-size: 14px;
    color: #808080;
    position: relative;
    padding-left: 20px;
}
.listing-style-three .sidebar .hs-rss-byline .hs-rss-date:before{
    content:"";
    position:absolute;
    background:#808080;
    top:9px;
    left:0;
    width:12px;
    height:2px;
}
.listing-style-three .sidebar .widget-type-blog_subscribe {
    background: #fff url(https://cdn2.hubspot.net/hub/3067823/hubfs/awwal/email.png?t=1527076774044&width=80&name=email.png);
    padding: 100px 20px 30px 20px;
    text-align: center;
    box-shadow: 0 0 10px #e0e0e0;
    margin-top: 0px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center 30px;
}
.listing-style-three  .sidebar .widget-type-blog_subscribe .hs-input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    background: #f8f8f8;
    height: 40px;
}

.listing-style-three  .sidebar .widget-type-blog_subscribe .hs-form-radio .hs-input {
    width: 15px; vertical-align:middle; line-height:11px; font-size:10px; font-weight:100;
}

.listing-style-three  .sidebar .widget-type-blog_subscribe .hs-form-booleancheckbox .hs-input {
    width: 15px; vertical-align:middle; line-height:11px; font-size:10px; text-align:left; font-weight:100;}
.listing-style-three  .sidebar .widget-type-blog_subscribe .hs-form-booleancheckbox {display:inline !important; font-size:10px !important; text-align:left; }
.listing-style-three  .sidebar .widget-type-blog_subscribe .hs-form-booleancheckbox label {font-size:14px !important; line-height:17px !important; text-align:left; }



.listing-style-three  .sidebar .widget-type-blog_subscribe .hs-form-radio  {
   display:inline !important; font-size:10px !important; 
}

.listing-style-three  .sidebar .widget-type-blog_subscribe .hs-form-radio label  {
   display:inline !important; font-size:10px !important;  font-weight:700 !important;
}

.listing-style-three  .sidebar .hs_blog_default_hubspot_blog_subscription  {
   font-size:12px; line-height:17px;
}

.listing-style-three  .sidebar .hs_blog_default_hubspot_blog_subscription label  {
   font-weight:300 !important;
}

.listing-style-three  .sidebar .legal-consent-container {font-size:9px; line-height:10px;}



.listing-style-three .sidebar .widget-type-blog_subscribe .hs-button {
    border: none;
    background: #d60078;
    color: #fff;
    border-radius: 1.5rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    width: 100%;
    margin-top: 20px;
    box-shadow:inset 0 0 0 transparent;
    font-family: 'Roboto', Helvetica, serif;
}
.listing-style-three .sidebar .widget-type-blog_subscribe .hs-button:hover{
    box-shadow:0 -40px 0 #00000f inset;
}

.listing-style-three .sidebar .widget-type-blog_subscribe .hs-form-required{
    display:none;
}
.listing-style-three .sidebar .widget-type-blog_subscribe .hs-error-msgs{
    margin:0;
}
.listing-style-three .sidebar .widget-type-blog_subscribe .hs-error-msgs label {
    color: red;
    font-size: 12px;
}
.listing-style-three .sidebar .widget-type-blog_subscribe .hs-form-field{
    margin:0;
}
.listing-style-three .sidebar .topics ul{
    margin:0;
    padding:0;
}
.listing-style-three .sidebar .topics {
    margin-bottom:20px;
    margin-top:15px;
}
.listing-style-three .sidebar .topics a {
    font-size: 16px;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.listing-style-three .sidebar .topics a:hover{
    color:#d60078;        
}
.listing-style-three .sidebar .topics a::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 1px;
	background: #000;
	left: 0;
	top: 12px;
}
.listing-style-three .sidebar .author-box {
    background: #fff;
    text-align: center;
    padding: 30px 15px;
    width:100% !important;
    margin:25px 0;
    box-shadow: 0 0 8px #e0e0e0;
}
.listing-style-three .sidebar .author-box img{
    width:100px !important;
    border-radius:100%;
    margin:10px 0;
}
.listing-style-three .sidebar .author-box h2{
    margin:0;
    line-height:normal;
}
.listing-style-three .sidebar .author-box  h6 {
    font-family: Roboto;
    font-size: 16px;
    color: #808080;
    font-weight: normal;
}
.listing-style-three .sidebar .author-box  p {
    font-size: 14px;
    color: #808080;
    line-height:20px;
}
.listing-style-three .sidebar .author-box  .hs_cos_wrapper_type_social_sharing{
    text-align:center;
}



/****************************************************************************** Listing Style Four ************************************************************************************/
.listing-style-three.list-view .post-listing .post-item .post-body{
    display:inline-block;
}
.listing-style-three.list-view .post-listing .post-item .content {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0 0 0;
}


/*********************************************** Responsive Style *******************************************/
@media ( max-width:767px ){
     h1 { 
        font-size: 36px;
        line-height: 42px;
    }
    h2 {
        font-size: 32px;
        line-height:38px;
    }
    h3 {
        font-size: 28px;
        line-height:36px;
    }
    h4 {
        font-size: 26px;
    }
    .padding-100{ padding:30px 0; } 
    .header-container{ padding:10px 0; }
    .mobile-trigger{ top:40px; padding-right:30px; }
    .mobile-trigger i, 
    .mobile-trigger i::before, 
    .mobile-trigger i::after{
        background-color:#000;    
    }
  
  
      /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }
  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 47px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 5px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -8px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 7px; /* Position bottom line */
  }
  .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: 53px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a{
  	margin-top:0;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: ;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
/*     font-size: 22px; /* Font size of top level list items */ 
    line-height: 35px;
    overflow: visible;
    padding:10px 15px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(0, 0, 0, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  
  
    .header-container .hs_cos_wrapper_type_logo a img{ margin-top:8px; margin-left:30px; }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:15px !important; }
    .custom-menu-primary .hs-menu-wrapper > ul{ background:#000; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{ padding:5px 15px; }
    .body-container-wrapper{ padding-top:0; }
    .widget-type-image_slider .hs_cos_flex-slider{ 
        margin:0;
    }
    .hs_cos_flex-direction-nav a{ top:50% !important; }
    .top-bar{ padding:15px 10px 30px;}
    .top-bar h3{ width:100%; text-align: center;  margin-bottom:15px; }
    .blog-topics ul{ width:100%; margin:0; }
    .blog-topics .topic{ width:100%; margin-bottom:20px; }
    .blog-subscription-box input{ width:100% !important; margin-bottom:20px; }
    .post-listing .post-item{ width:100%; padding:0 5px; }   
    .blog-listing-wrapper .post-listing .post-item{ padding-bottom:30px; }
    .blog-pagination{
        display:inline-block;
        width:100%;
    }
    .blog-pagination ul{ padding:0; }
    .blog-pagination a{
        font-size:14px;
        padding:5px 10px;
        margin:0 2px;
    }
    .footer-container br{
        display: none; 
    }
    .footer-container{ text-align: center; }
    .footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image{
        margin-bottom:0;
        margin-top:20px;
    }
    .footer-container .about-text{ margin-bottom:20px; }
    .footer-container  .hs_cos_wrapper_type_social_sharing{
        padding-top:20px;
        text-align:center;
    }
    .hs_cos_flex-slider .superimpose .caption{ position: absolute !important; background: transparent none repeat scroll 0 0;  }
    .hs_cos_flex-slider .superimpose .caption h1{
        font-size: 28px;
        line-height: 32px;
    }
    .widget-type-image_slider .caption{ top:35% !important; }
    .widget-type-image_slider .caption p{ margin:0; }
    .widget-type-image_slider .caption a{ margin-top:5px; }
    .blog-post-header{height:180px; }
    .hs-blog-post .blog-subscription-box{ width:100% !important; }
    .author-detail {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .comment-form {
        width: 100% !important;
    }
    .post-detail {
        width: 100% !important;
    }
    .blog-post-content.style-two .post-left{
        padding:0 0 30px 0;
        margin-right:0;        
    }
    .blog-post-content.style-two h1{
        font-size:36px;
        line-height:normal;
    }
    .blog-post-content.style-two .post-left .avatar-module{
        float:none;
        text-align:center;
    }
    .blog-post-content.style-two .post-left .detail {
        padding: 15px 0 0 0;
        text-align: center;
    }
    .blog-post-content.style-two .post-left .author-social-icon{
        text-align: center;
    }
    .blog-post-content.style-two .author-social-icon .hs_cos_wrapper_type_social_sharing{
        text-align: center !important;
    }
    .blog-post-content.style-two{
        margin:0;
    }
    .blog-post-content.style-two .blog-content{
        margin:0;
    }
    .listing-style-two .post-listing .post-item .hs-featured-image-wrapper {
        width: 100%;
        display: inline-block;
    }
    .listing-style-two .post-listing .post-item .content {
        width: 100%;
        display: inline-block;
        padding:15px;
    }
    .recent-post-banner .recent-article{
        height:auto;
    }
    .recent-post-banner .recent-article .inner{
        padding:40px 0;
    }
    .blog-post-content.style-two .post-left .article-footer{
        padding:15px;
    }
    .listing-style-three .post-listing .post-item .content{
        display:inline-block;
        width:100%;
        padding:15px 0;
    }
    .listing-style-three .post-listing #hubspot-topic_data{
        top:3px;
        left:0px;
    }
    .listing-style-three .sidebar {
    	margin-top: 40px;
    	padding:0 10px;
    }
}

@media ( min-width:767px ) and ( max-width:768px ){
    .body-container-wrapper{ padding-top:0 !important; }
    .header-container{ padding:10px 0 !important; }
    .mobile-trigger{ top:40px; }
    .mobile-trigger i, 
    .mobile-trigger i::before, 
    .mobile-trigger i::after{
        background-color:#000;    
    }
    .header-container{ padding:0 20px; }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:15px !important; }
    .custom-menu-primary .hs-menu-wrapper > ul{ background:#000; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{ padding:5px 15px; }
    .blog-post-content.style-two h1{
        font-size:36px;
        line-height:normal;
    }
    .blog-post-content.style-two .post-left{
        margin-right:0;
    }
    .blog-post-content.style-two .post-left .avatar-module{
        float:none;
        text-align:center;
    }
    .blog-post-content.style-two .post-left .detail {
        padding: 15px 15px 0;
        text-align: center;
    }
    .blog-post-content.style-two .post-left .author-social-icon{
        text-align: center;
    }
    .blog-post-content.style-two .author-social-icon .hs_cos_wrapper_type_social_sharing{
        text-align: center !important;
    }
    .blog-post-content.style-two{
        margin:0;
    }
    .blog-post-content.style-two .blog-content{
        margin:65px 0 0 0;
    }
    .blog-post-content.style-two .post-left .author-social-icon{
        margin-right:20px;
    }
}

@media ( min-width:768px ) and ( max-width:1023px ){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        display: inline-block;
        font-size: 14px;
        max-width: none;
        padding: 5px 15px;
        width: 100% !important;
    }
    .blog-subscription-box #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
        width:62%;
    }
    .header-container .hs_cos_wrapper_type_logo a img{ margin-top:5px; }
    .header-container{ padding:0; }
    .body-container-wrapper{ padding-top:56px; }
    .top-bar h3 {
        float: none;
        line-height: normal;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .blog-topics{ text-align: center; }
    .top-bar{ padding:20px 0 0 0; }
    .blog-subscription-box .hs-error-msgs label{
        left:auto;
        right:0;
        bottom:-30px;
    }
    .footer-container br{
        display: none; 
    }
    .widget-type-image_slider .hs_cos_flex-slider{ 
        margin:0;
    }
    .hs_cos_flex-direction-nav a{ top:50% !important; }
    .contact-information .span3, .contact-information .span9 {
        text-align: center;
        width: 100%;
    }
    .footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image{ margin-bottom:0; }
    .blog-post-header{ height:300px; }
    .hs-blog-post .blog-subscription-box{ width:46% !important; }
    .author-box {
        width: 32% !important;
    }
    .comment-form{ width:80% !important; }
    .blog-post-content.style-two h1{
        font-size:36px;
        line-height:normal;
    }
    .blog-post-content.style-two .post-left .avatar-module{
        float:none;
        text-align:center;
    }
    .blog-post-content.style-two .post-left .detail {
        padding: 15px 15px 0;
        text-align: center;
    }
    .blog-post-content.style-two .post-left .author-social-icon{
        text-align: center;
    }
    .blog-post-content.style-two .author-social-icon .hs_cos_wrapper_type_social_sharing{
        text-align: center !important;
    }
    .listing-style-two .post-listing .post-item .hs-featured-image-wrapper {
        width: 100%;
        display: inline-block;
    }
    .listing-style-two .post-listing .post-item .content {
        width: 100%;
        display: inline-block;
        padding:15px;
    }
    .header-container{ padding:0 20px !important; }
    .blog-post-content.style-two .related-article .span4{
        margin:0 5px;
    }
    .listing-style-three .span9.widget-span.widget-type-cell {
    	width: 65%;
    }
    .listing-style-three .span3.widget-span.widget-type-cell.sidebar{
        width:32%;
    }
    .listing-style-three .post-listing .post-item .content{
        display:inline-block;
        width:100%;
        padding:15px 0;
    }
}
@media ( min-width:1022px ) and ( max-width:1120px ) { 
    .span6.widget-span.widget-type-cell.topic-list {
        width: 40% !important;
    }
    .span6.widget-span.widget-type-cell.blog-subscription-box {
        margin: 0;
        width: 60% !important;
    }
}
@media ( min-width:1024px ) and ( max-width: 1200px ){
    /*.blog-subscription-box #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{*/
    /*    width:65% !important;*/
    /*}*/
    .header-container{ padding:0 20px !important; }
  .top-bar h3 {}
    /*    float: none;*/
    /*    line-height: normal;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    text-align: center;*/
    /*    width: 100%;*/
    /*}*/
    /*.blog-topics{ text-align: center; }*/
    /*.top-bar{ padding:20px 0 0 0; }*/
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        padding:5px 12px !important;
    }
} 
  
@media ( max-width:768px ){
  .authordetail, .socshare, .backtop {display:none !important;}
  .authordetailm, .socsharem, .backtopm {display:block !important;}
  a.back-main-blog {margin-top:0px; margin-bottom:20px;}
  .footer-container-wrapper .linebreak p a {border-right: 1px solid #fff; padding-right:5px;}
  .footer-container-wrapper .linebreak p a.noborder {border-right: 0px solid #fff; padding-right:5px;}
  .ad-bkd {margin-top:20px;}
  }