@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,500i,600,700,800,900&subset=devanagari,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Abel");
/* 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;}












 
 




*, *: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: #f2f2f2;;color: #666;font-family: 'Open Sans', sans-serif;font-size: 16px;line-height: 1.5;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
hr{border: 0;height: 0;border-top: 1px solid rgba(0, 0, 0, 0.1);border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.row-fluid .page-center {float: none;margin: 0 auto;}
.container-fluid{padding: 0 !important;margin-right: auto;margin-left: auto;}
a {text-decoration: none;color: #34495e;-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
a:hover, a:focus {color: #02172c;}
::-moz-selection {color: #fff;background: #666;text-shadow: none;}
::selection {color: #fff;background: #666;text-shadow: none;}
p { margin: 10px 0; } 
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; }
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;margin: 10px 0;text-rendering: optimizelegibility;}h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top: 0px;display: none;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
ul.unstyled, ol.unstyled {list-style: none;margin: 0;padding: 0;}
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}
q:before, q:after, blockquote:before, blockquote:after {}
.text-center { text-align: center; }
.header-container-wrapper {position: relative;width: 100%;z-index: 9999;top: 0;}
.header-container {padding: 0;z-index: 9999;background: #fff;padding: 5px 40px !important;}
.global-header .logo {padding: 5px 10px;min-height: 50px;max-width: 100%;}
.global-header .logo a {max-width: 100%;background: #fff;padding: 0;}
.header-cta{margin-top: 13px;-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;}
.header-container .hs_cos_wrapper_type_logo a{position: relative;display: inline-block;}
.header-container .hs_cos_wrapper_type_logo a:after{position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;content: '';}
.small-header .header-container { padding: 5px 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 200px; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 5px; }
.small-header .header-cta { margin-top: 7px; }
.b-hbanner {background:#3691c0;min-height:443px;}
.b-hmenudiv {background:#372B78;// min-height:80px !important;position: inherit;display:block !important;}
.background-wraper-hover{position: relative;color: white;text-align:center;}
.title-wrap-bg-img {position: absolute;padding:20px;bottom:0px;background:#fff;color:#000;width:100%;}
.b-hmenuinnerdiv {background:#666;//min-height:108px !important;position: absolute;display:block !important;}
.b-hmenu ul {list-style-type:none;margin:0;padding:0;}
.b-hmenu li {display: inline-block;float: left;border-right: 1px solid #22156b;border-left: 1px solid #453984;//margin-right: 1px;}
.b-hmenu li:last-child {border-right:none !important;}
.b-hmenu li:first-child{border-left:none !important;}
.b-hmenu li:hover {}
.b-hmenu li a {display: block;text-align: center;padding: 18px 28px;font-family: 'Poppins', sans-serif;color: #ffffff;text-decoration: none;font-size: 14px;text-transform: capitalize;letter-spacing: 0.6px;}
.b-hmenuli li {width:100%;}
.b-hmenuli a {background: #f74c30;padding: 18px !important;}
.fill ul li a {position: relative;}
.fill ul li a:after {position: absolute;bottom: 0;left: 0;right: 0;margin: auto;width: 0%;content: '.';color: transparent;background: #f74c30;height: 5px;}
.fill ul li a {transition: all 2s!important;}
.fill ul li a:after {text-align: left;content: '.';margin: 0;opacity: 0;}
.fill ul li a:hover {color: #fff;z-index: 1;}
.fill ul li a:hover:after {z-index: -10;animation: fill 1s forwards!important;-webkit-animation: fill 1s forwards!important;-moz-animation: fill 1s forwards!important;opacity: 1!important;}
 @-webkit-keyframes fill {0% {width: 0%;height: 5px;}50% {width: 100%;height: 5px;}100% {width: 100%;height: 100%;background: #f74c30;}}
.b-hmenu li:hover ul a {background: #f3f3f3;color: #2f3036;height: 40px;line-height: 40px;}
.b-hmenu li:hover ul a:hover {background: #fff;color: #333;}
.b-hmenuinner ul {list-style-type:none;margin:0;padding:0;}
.b-hmenuinner li {display:inline-block;float: left;//margin-right: 1px;}
.b-hmenuinner li a {display:block;text-align: center;padding:1.5em;font-family: 'Open Sans', sans-serif;color: #fff;background: #666;text-decoration: none;font-size:13px;font-weight:bold;}
.b-hmenuinner li:hover a {background: #fff;color: #333;}
.b-hmenuinner li:hover ul a {background: #f3f3f3;color: #2f3036;height: 40px;line-height: 40px;}
.b-hmenuinner li:hover ul a:hover {background: #fff;color: #333;}
.text-right {text-align: center;border-top: 1px solid #383642;margin-top: 40px;}
.text-right p {margin-bottom: 0px;font-size: 14px;text-transform: uppercase;font-family: 'Poppins', sans-serif;font-weight: 400;letter-spacing: 1px;margin-top: 16px;}
.text-right a {color: #f04835 !important;text-decoration: underline;}
.text-right a:hover {text-decoration: none;}
#blog-list {background-color: #ebebeb;position: relative;border: 1px solid transparent;overflow: hidden;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;-moz-transition: all 0.9s;-webkit-transition: all 0.9s;transition: all 0.9s;}
#blog-list a figure{-moz-transition: all 0.9s;-webkit-transition: all 0.9s;transition: all 0.9s;margin:0px;}
.container{width: 96.5% !important;margin: 0 auto !important;float: none !important;}
.featured-image-margin figure {height: 480px;}
.featured-image-margin figure img{height: inherit !important;width: inherit !important;max-width: inherit !important;}
img.featured-image {margin: 0 !important;height:613px !important;width:100% !important;}
.position{position: relative;}
#blog-list a:hover figure {-moz-transform: scale(1.04);-webkit-transform: scale(1.04);transform:scale(1.04);}
.titleone {position: absolute;bottom: 0px;background: rgb(0, 0, 0);opacity: 0.8;color: white;width: 100%;min-height: 90px;align-items:center;display:flex;padding:20px;transition:0.3s;}
.titleone h2{display: block;font-size: 24px;font-family: 'Poppins',sans-serif;text-align: left;letter-spacing: 1px;font-weight: 300;line-height: 36px;color: #fff;margin:0px;transition:0.3s;}
.title {position: absolute;padding: 0px;bottom: 0px;background: rgb(0, 0, 0);opacity: 0.8;color: white;width: 100%;transition: all 0.9s;min-height: 90px;align-items:center;display:flex;padding:20px;}
.title h2 {display: block;font-size: 14px;font-family: 'Poppins',sans-serif;text-align: left;letter-spacing: 1px;font-weight: 300;line-height: 22px;color: #fff;margin: 0px;}
.feature-first-box-img {margin-left:14px !important;}
img.feature-image {margin: 0 !important;height:306px !important;width:100% !important;}
.feature-image-margin{position: relative;}
.feature-image-margin figure {height:239px !important;}
.feature-image-margin img{height: inherit !important;width: inherit !important;max-width: inherit !important;transform: translate(-50%,-50%);position: absolute;top: 50%;left: 50%;}
#blog-listing-div {margin:0;height:490px;width:33.33% !important;background-color: #f2f2f2;border-bottom: 1px solid #e2e2e2;border-right: 1px solid #e2e2e2;-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
#blog-listing-div:nth-child(2) {border-right:none;}
img.hs-featured-image {margin: 2em 2.6em 0 2.6em !important;height:250px !important;width:100% !important;border: 1px solid #ececec;}
#blog-listing-div figure {width: 80% !important;margin: 40px auto 0;height: 240px !important;position: relative;overflow: hidden;}
#blog-listing-div figure {width: 80% !important;margin: 40px auto 0;height: 240px !important;position: relative;overflow: hidden;}
#blog-listing-div figure img{height: auto !important;height: 210px !important;width: 100% !important;margin: 0px !important;}
.titlewrapper {//border: 1px solid #ececec;text-align:center;padding: 0 10px;//border: 1px solid #ececec;-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
#blog-listing-div:hover .titlewrapper { background-color: #fafafa; }
#blog-listing-div:hover { background-color: #fafafa; }
.titlewrapper p {}
.titlewrapper a {font-size: 20px;font-family: 'Poppins', sans-serif;font-weight: 300;text-align: left !important;display: block;padding: 8px 42px 0px;line-height: 32px;letter-spacing: 0.4px;}
#blog-listing-div img {height:240px !important;width:80% !important;}
#move-up {position: absolute;right: 2%;bottom: 0px;}
.social-share-action {padding: 0 10px;}
.social-share-action ul {list-style:none !important;padding-right: 40px;padding: 14px 42px 0px;}
.social-accounts {display: flex;padding-top: 20px;}
.social-accounts li a{text-align: center !important;line-height: 22px;width: 25px;height: 25px;border-radius: 50%;display: block;border: 1px solid #372b78;}
.social-share-action ul li {padding: 4px;}
.social-accounts li a i.fa {color: #372b78;font-size: 12px;}
.social-accounts li a:hover {background: #372b78;}
.social-accounts li a:hover i {color: #fff;}
.blog-pagination {color: #000 !important;margin: 40px 0px;width: 100%;padding-right: 50px;text-align: right;}
.blog-pagination .all-posts-link {padding: 12px 20px;text-transform: uppercase;background: #f04835!important;color: #fff;margin-left: 4px;font-size: 14px;}
.blog-pagination .all-posts-link:hover {background: rgba(55, 43, 120, 0.8)!important;color: #ffffff;}
.blog-pagination .next-posts-link {padding: 12px 20px;text-transform: uppercase;background: #372b78!important;color: #fff;margin-left: 4px;font-size: 14px;}
.blog-pagination .next-posts-link:hover {background: rgba(55, 43, 120, 0.8)!important;color: #ffffff;}
.blog-pagination .previous-posts-link {padding: 12px 20px;text-transform: uppercase;background: #372b78!important;color: #fff;margin-left: 4px;font-size: 14px;}
.blog-pagination .previous-posts-link:hover {background: rgba(55, 43, 120, 0.8)!important;color: #ffffff;}
.social-share-action-post h4{font-size: 150%;padding-top: 20px;margin-bottom: 10px;display: block;border-top: 2px solid #f2f2f2;text-align: center;color: #111;line-height: 1.4;}
.social-share-action-post{margin-top: 35px;}
.social-share-action-post .social-post-sharing{padding: 0 130px;}
.social-share-action-post ul {list-style:none !important;margin-left: 0 !important;padding: 0px ;}
.social-post-sharing {display: flex;justify-content: space-between;padding-top: 20px;}
.social-post-sharing li a{text-align: center !important;line-height: 35px;width: 35px;height: 35px;border-radius: 50%;border: 1px solid #f04835;display: block;}
.social-share-action-post ul li {padding: 8px;}
.social-post-sharing li a i.fa {color: #f04835;font-size: 16px;}
.social-post-sharing li a:hover {background: #f04835;}
.social-post-sharing li a:hover i {color: #fff;}
.hs-blog-post .b-hbanner {display:none !important;}
.hs-blog-post .b-hbanner {display:none !important;}
.hs-blog-post .tagmenu .container {width: 96.5% !important;margin:0px auto !important;}
.hs-blog-listing .tagmenuinner {display:none !important;}
.hs-blog-post .paddingfix {padding: 10px 0 !important;}
.hs-blog-listing .paddingfix {padding: 20px 0px 8px !important;}
.hs-blog-post .blogsubmainhomediv {display:none !important;}
.hs-blog-listing .blogsubmaindiv {display:none !important;}
.hs-blog-listing .blog-comment-section {display:none;}
#blog-post-section {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.blog-header-title {background:rgba(229,203,82, 0.85);padding:8em 3em;border-bottom:#666 solid 4px;text-align:center;}
.blog-header-title h1 {color:#fff !important;}
#blogtag h2 {background:#666;color:#fff;font-size:14px;}
#blogtag h2 a {background:#666;color:#fff;font-size:14px;}
#blogtag hr {display: block;height: 1px;border: 0;border-top: 1px solid #666;margin: 0.6em 0;padding: 0;}
#blog-header-content {padding:1em 6em;margin-top: 4em;}
#blog-header-content p {font-size:18px;font-family: 'Open Sans', sans-serif ;}
.blog-comment-section {padding:6em;margin-top: 1em;padding-top:0.5em;}
.hs-blog-listing #blog-post-section {-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;}
.post-body a {color:#3691c0 !important;}




.custom-menu-primary .hs-menu-wrapper > ul{background:;padding-top: 5px;float: right;-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;}
.custom-menu-primary .hs-menu-wrapper > ul > li{background:font-weight: normal;text-transform: uppercase;font-size: 14px;margin-right: 10px;margin-left: 0 !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{padding: 10px 20px;position: relative;color: #372B78 !important;display: block;margin-left: 0 !important;font-size: 16px;letter-spacing: 1px;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{color:#f74c30 !important;}
.custom-menu-primary .hs-menu-wrapper > ul ul{left: 15px!important;background: #fff;padding: 10px 0px;border: 1px solid #ccc;border-radius: 4px;min-width: 150px;}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {background: #fff;}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {content: "\f0d8";margin-left: 0 !important;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 18px;color: #fff;position: absolute;top: -12px;left: 0;width: 100%;padding-left: 10px;text-shadow: 0px -1px 0px #ccc;}
.custom-menu-primary .hs-menu-wrapper > ul ul li{background:;margin-left: 0 !important;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{color:;padding: 3px 10px;margin-left: 0 !important;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{color: blue;}
.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;margin-left: 0 !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {content: "\f0d7";display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-left: 7px;font-size: 13px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after {border-top-color: #34495e;}
.footer_socail_box {background: #f04835;margin: 0px;padding: 0px;}
.footer-custom-box ul {list-style: none;display: flex;margin: 0px;justify-content: space-around;}
.footer-custom-box ul li {width: 100%;width: 100%;display: block;text-align: center;border-left: 1px solid #892f29;}
.footer-custom-box ul li:first-child {border-left:none;}
.footer-custom-box ul li:last-child {border-right:none;}
.footer_socail_box {min-height: inherit !important;}
.footer-custom-box ul li a{width: 100%;display: block;padding: 14px 0;}
.footer-custom-box ul li a i {color: #fff;font-size: 15px;}
.footer-custom-box ul li a:hover {background:#f97660;}
.footer-custom-box{width: 80%;margin: 0 auto;}
.footer_about_box p{padding: 30px 20px 0 0px;font-family: 'Poppins',sans-serif;font-weight: 300;letter-spacing: 0px;text-align: justify;color: #ababab;line-height: 26px;font-size: 12px;}
.footer_sub_box h3{min-height: 24px!important;display: block!important;margin-bottom: 5px!important;font-weight: normal !important;font-family: 'Poppins', sans-serif!important;font-size: 24px!important;margin-top: 32px!important;color: #fff!important;}
.b-hmenu{background: none !important;line-height: inherit !important;height: inherit !important;min-height: inherit !important;}
.header-menu-logo {}
.fixed {position: fixed;top: 0;left: 0;animation: smoothScroll 1s forwards;z-index: 999;}
@keyframes smoothScroll {0% {transform: translateY(-40px);}100% {transform: translateY(0px);}}
@media (min-width:320px) and (max-width:640px){
.custom-search.search-blog form{display: inline-block;width: 100%;padding: 0px 15px;margin-bottom: 10px;}
.header-container .hs_cos_wrapper_type_logo a{width: 100%;text-align: left;}
.featured-image-margin figure{height: 425px;}
.span6.feature-image-margin figure {height:425px !important;}
.social-share-action ul {padding: 8px 20px 0px;}
.blog_left_box {width: 92% !important;padding: 30px 30px !important;margin: 0 auto 30px !important;display: block !important;float: none !important;}
.recent_post_box h2 {margin: 0px 0 20px 5px!important;font-size: 22px!important;}
.recent_post_box ul {display: block !important;}
.like_bost_box h2 {font-size: 16px !important;}
.recent_post_box ul li {margin: 0 auto 40px!important;width:100% !important;}
.blog_right_box {float: none !important;width: 90% !important;clear: both !important;margin: 0 auto !important;}
.blog_inner_page_main .container {width: 100% !important;margin: 0px auto !important;}
body.hs-blog-post .blog_inner_page_main .container {width: 100% !important;margin: 0px auto !important;}
.mobile-trigger {top: 45px !important;font-size: 16px!important;background: #372B78!important;padding: 10px 15px!important;color: #fff!important;}
.custom-menu-primary .hs-menu-wrapper > ul {background: #f04835!important;}
.custom-menu-primary.js-enabled .hs-menu-wrapper {box-shadow:none !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li a {font-size: 14px!important;line-height: 42px!important;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {font-size: 14px !important;}
.titlewrapper a {font-size: 16px;padding: 8px 20px 0px;line-height: 28px;}
.footer_about_box p {font-size: 14px !important;padding: 30px 20px!important;}
.subscribe-form .hs_email {display: inline-block!important;width: 196px!important;}
.titleone h2 {font-size: 16px!important;padding: 10px 20px!important;line-height: 30px!important;}
.title h2 {display: block!important;font-size: 14px!important;}
.search-page{padding: 0px 15px !important;}
.search-page .hs-search-field__input{padding: 10px 10px!important;min-height: 40px!important;font-size: 14px!important;}}
@media (min-width:641px) and (max-width:767px){
body.hs-blog-post .blog_inner_page_main .container {width: 100% !important;margin: 0px auto !important;}
.custom-search.search-blog form{display: inline-block;width: 100%;padding: 0px 15px;margin-bottom: 10px;}
.header-container .hs_cos_wrapper_type_logo a{width: 100%;text-align: center;}
.featured-image-margin figure{height: 425px;}
.span6.feature-image-margin figure {height:425px !important;}
.featured-image-margin figure img, .feature-image-margin img{width:100% !important;position:relative;top:0px;left:0px;transform: translate(0%);}
.blog_left_box {width: 92% !important;padding: 30px 30px !important;margin: 0 auto 30px !important;display: block !important;float: none !important;}
.recent_post_box h2 {margin: 0px 0 20px 5px!important;font-size: 22px!important;}
.recent_post_box ul {display: block !important;}
.like_bost_box h2 {font-size: 16px !important;}
.recent_post_box ul li {margin: 0 auto 40px!important;width:100% !important;}
.blog_right_box {float: none !important;width: 90% !important;clear: both !important;margin: 0 auto !important;}
.blog_inner_page_main .container {width: 100% !important;margin: 0px auto !important;}
.mobile-trigger {top: 48px !important;font-size: 16px!important;background: #372B78!important;padding: 12px 22px!important;color: #fff!important;}
.custom-menu-primary .hs-menu-wrapper > ul {background: #f04835!important;}
.custom-menu-primary.js-enabled .hs-menu-wrapper {box-shadow:none !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li a {font-size: 14px!important;line-height: 42px!important;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {font-size: 14px !important;}
.feature-first-box-img {margin-left: 0px !important;}
#blog-listing-div {padding-top: 5px !important;}}
@media (min-width:767px) and (max-width:991px){
body.hs-blog-post .blog_inner_page_main .container {width: 94%!important;margin: 0px auto !important;}
.mobile-trigger {top: 48px !important;font-size: 16px!important;background: #372B78!important;padding: 12px 22px!important;color: #fff!important;}
.custom-menu-primary .hs-menu-wrapper > ul {background: #f04835!important;}
.custom-menu-primary.js-enabled .hs-menu-wrapper {box-shadow:none !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li a {font-size: 14px!important;line-height: 42px!important;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {font-size: 14px !important;}
.feature-first-box-img {margin-left: 2px !important;}
.titlewrapper a {padding: 8px 65px 0px;}
.footer_sub_box form {margin-left: 20px !important;}
.subscribe-form .hs_email {width: 160px !important;}
.subscribe-form .hs_submit {width: 38% !important;}}
@media (min-width:991px) and (max-width:1100px){
body.hs-blog-post .blog_inner_page_main .container {width: 94%!important;margin: 0px auto !important;}
body.hs-blog-post .global-header .header-menu-logo {width: 100%!important;}.custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 10px 14px!important;font-size: 15px!important;letter-spacing: 0.6px!important;}
.feature-first-box-img {margin-left: 6px !important;}
.titleone h2 {font-size: 20px;}
.title h2 {font-size: 14px;line-height: 24px;}
.titlewrapper a {font-size: 18px;padding: 8px 28px 0px;line-height: 30px;}
.footer_sub_box form {margin-left: 0 !important;}
.subscribe-form .hs_email {width: 276px !important;}
.tagmenu{display: block !important;}
.b-hmenu li a {padding: 18px 10px!important;font-size: 12px!important;}}
@media (min-width:1100px) and (max-width:1240px){
body.hs-blog-post .blog_inner_page_main .container {width: 94%!important;margin: 0px auto !important;}
body.hs-blog-post .global-header .header-menu-logo {width: 100%!important;}
.feature-first-box-img {margin-left: 5px !important;}
.b-hmenu li a {padding: 18px 8px !important;}
.titlewrapper a {font-size: 18px!important;padding: 8px 32px 0px!important;}
.subscribe-form .hs_email {width: 250px !important;}
.footer_sub_box form {margin-left: 55px !important;}}
@media (min-width:1241px) and (max-width:1330px){
body.hs-blog-post .blog_inner_page_main .container {width: 94%!important;margin: 0px auto !important;}
body.hs-blog-post .global-header .header-menu-logo {width: 100%!important;}
.b-hmenu li a {padding: 18px 24px !important;}
.feature-first-box-img {margin-left: 4px !important;}
.b-hmenu li a {padding: 18px 20px !important;}
.subscribe-form .hs_email {width: 216px !important;}}
@media (min-width:2100px) and (max-width:2700px){
body.hs-blog-post .blog_inner_page_main .container {width: 68%!important;margin: 0px auto !important;}
body.hs-blog-post .global-header .header-menu-logo {width: 70%!important;}}
@media screen and (min-width:769px) {
.custom-menu-primary .hs-menu-wrapper {display:block !important;background: transparent !important;}}
@media (max-width: 768px){
.header-container-wrapper .container-fluid .row-fluid [class*="span"] {display: block;float: none !important;width: auto !important;margin-left: 0 !important;}
.blog-pagination .all-posts-link {float: none;margin: 0;}
.blog-pagination {float: none;margin: 30px auto;padding-right:0;text-align: center;}
.blog-pagination .previous-posts-link {padding: 10px 16px;font-size: 12px;}
.blog-pagination .all-posts-link {padding: 10px 16px;font-size: 12px;}
.blog-pagination .next-posts-link {padding: 10px 16px;font-size: 12px;}}
.mobile-trigger, .child-trigger{display: none !important;}
@media (max-width: 768px){



.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:black;}
.mobile-trigger{display: inline-block !important;cursor: pointer;position: absolute;top: 32px;right: 10px;width: auto;height: auto;padding: 6px 12px;margin-top: -16px;z-index: 99999999999;font-size: 16px;text-align: center;font-weight: normal;text-align: left;text-transform: uppercase;margin-right: 15px;}
.mobile-trigger:hover{text-decoration: none;}
.mobile-open .mobile-trigger{}
.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;height: 2px;background-color: black;display: inline-block;}
.mobile-trigger i:before{margin-top: -6px;}
.mobile-trigger i:after{margin-top: 6px;}
.child-trigger{display: block !important;cursor: pointer;position: absolute;top: 0px;right: 0px;width: 55px !important;min-width: 55px !important;height: 45px !important;padding: 0 !important;border-left: 1px dotted rgba(255, 255, 255, .20);}
.child-trigger:hover{text-decoration: none;}
.child-trigger i{position: relative;top: 50%;margin: 0 auto !important;}
.child-trigger i:after{position: absolute;content: '';}
.child-trigger i, .child-trigger i:after{width: 10px;height: 1px;background-color:black;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;left: 0px;width: 100%;-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);}
.custom-menu-primary .hs-menu-wrapper{padding: 0 0 0 0;width: 100%;z-index: 8888;}
.custom-menu-primary .hs-menu-wrapper > ul {background: #34495e;}
.custom-menu-primary .hs-menu-wrapper > ul > li{position: relative;}
.custom-menu-primary .hs-menu-wrapper > ul > li a{font-size: 18px;line-height: 45px;overflow: visible;}
.custom-menu-primary .hs-menu-wrapper > ul li{border-top: 1px dotted rgba(255, 255, 255, .35);}
.custom-menu-primary .hs-menu-wrapper > ul li a{padding: 0 10px;color:black!important;}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{color: blue !important;}
.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(255, 255, 255, .08);}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{text-indent: 10px;font-size: 16px;}
.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;}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{text-indent: 50px;}}
body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.blog-sidebar ul, .sidebar ul{padding-left: 10px;list-style: none;}
.sidebar.right{}
.sidebar.left{}
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}
body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  
body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}
body.site-page.three-column, 
body.landing-page.three-column {}
body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}
body.password-template form input {margin-bottom: 10px;}
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}
body.blog {}
body.hs-blog-post {}
body.hs-blog-listing {}
.blog .content-wrapper {}
.blog .blog-content {}
.blog-listing-wrapper {}
.blog-post-wrapper {}
.hs-blog-header h1 a{}
.post-header h2 {margin-bottom: 0;}
.post-header p{font-size: 13px;}
.author-post-block .hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-text, .hs-rss-item.hs-with-featured-image .hs-rss-item-text {width: 65%;float: right;padding-right: 0;box-sizing: border-box;}
.author-post-block .hs-related-blog-tags, .hs-related-blog-byline p, .hs-related-blog-byline a {display:none;}
.author-post-block .hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {display: inline-block;padding-right: 5px;width: 35%;}
.author-post-block ul {list-style: none;}
.author-post-block ul li {font-size: 12px;clear: both;margin-bottom: 30px;}
.author-post-block {padding: 0 15px;}
#hubspot-author_data {float: left;}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}
p.custom_listing_comments{float: right;}
.hs-blog-social-share{float: left;}
.blog-listing-wrapper .post-listing .post-item {padding-bottom: 60px;}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.hs-featured-image-wrapper {text-align: center;}
.hs-featured-image-wrapper .hs-featured-image-link {display: block;}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{border-width: 0;max-height: 300px;max-width: 100%;display: inline-block !important;float: none!important;margin: 10px 0px 10px 0px;}
a.more-link {}#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}
.social-sharing-wrapper {clear: both;}
.hs-blog-social-share {padding: 10px 0 0 0;height: auto;}
#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; }
.accentColor1 { color: #34495e; }
.accentColor2 { color: #ccc; }
.accentColor3 { color: #ddd; }
.padding10tb { padding: 30px 0px; }
.padding20tb { padding: 20px 0px; }
.padding30tb { padding: 30px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }
.form-section {background: #f9f9f9;padding: 30px 30px;margin-top: 30px;}
.form-section .hs-form-field {font-size: 16px;letter-spacing: 1px;margin: 14px 0;color: #111;font-weight: 300;}
.form-section h2 {font-size: 28px;display: block;color: #111;font-weight: 300;}
.form-section .hs-button {padding: 4px 0;margin-top: 10px;width: 24% !important;background:#f04835;color: #fff;cursor: pointer;font-size: 15px;text-transform: uppercase;font-family: 'Poppins', sans-serif;font-weight: 500;letter-spacing: 1px;border: 2px solid #f04835 !important;-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.form-section .submitted-message {border: #f04835 1px dashed;margin: 20px auto 0;width: 100%;}
.form-section .submitted-message p {text-align: center;color: #f04835;font-size: 18px;font-weight: bolder;padding: 1em;line-height: 1.7;margin: 0px auto;}
.form-section .hs-button:hover {background: transparent;color: #f04835;}
.subscribe-form {background: url(https://4016590.fs1.hubspotusercontent-na1.net/hubfs/4016590/Sakshi/fotter_img.jpg) top left !important;color: #A5A5A5;margin-top : 30px;padding: 25px 40px 0 40px;position: relative;}
.subscribe-form label {display: none;}
.subscribe-form.page-center h3 {color: #fff;margin-bottom: 38px;text-transform: uppercase;font-size: 20px;display: block;margin-top: 20px;text-align: right;font-family: 'Poppins',sans-serif;font-weight: 500;}
.scrolltotop {position: absolute;bottom: 7%;right: 5%;color: rgb(255, 255, 255);text-transform: uppercase;font-size: 10px;text-align: center;}
.sm-scroll {border-right: 15px solid transparent;border-left: 15px solid transparent;border-bottom: 28px solid #f04835;display: block;text-align: center;width: 0px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.right_side_address p{color: #fff;font-size: 12px;margin: 8px 0px;list-style-type: none;text-align: right;line-height: 22px;}
.footer-logo-blog img {width:127px !important;}
.footer_menu_blog {border-top: 1px solid #444;margin-top: 40px;padding-top: 40px;padding-bottom: 16px;}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {max-width: initial;height: 38px;width: 100%;border: none;margin: 0;font-family: 'Poppins', sans-serif;}
.subscribe-form .hs_email {display: inline-block;width: 300px;margin-top: 0px;margin-right: 0px;vertical-align: top;float: left;}
.subscribe-form .hs_submit {display: inline-block;margin-top: 0;margin-left: 0px;float: left;width: 28% !important;background: #f04835;}
.footer_sub_box form{margin-left: 84px;margin-top: 20px;}
.subscribe-form .hs-button.primary {border-style: solid;border-width: 2px;-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;border-color: transparent;margin: 0 ;width: 90px !important;height : 38px !important;color:black;cursor: pointer;}
.subscribe-form .hs_submit .actions input{background:#f04835;color: #fff;border: none !important;font-size: 15px;text-transform: uppercase;width: 100% !important;font-family: 'Poppins', sans-serif;font-weight: 500;letter-spacing: 1px;}
.subscribe-form .hs-button.primary:hover {border-style: solid;color: #fff;border-color: #fafafa ;background: #f97660;border-width: 2px;}
.subscribe-form .hs-error-msgs {position: absolute;margin-top: 0px;list-style: none;margin: 0px !important;padding: 0px !important;}
.subscribe-form .hs-error-msgs li label{color: #f00!important;display: block !important;font-size: 12px;}
.footer-ul-li-blog ul{margin:0px;padding:0px;}
.footer-ul-li-blog ul li{margin: 0px 25px 0 0;padding: 0px;}
.footer-ul-li-blog ul li a {margin:0px;padding:0px !important;font-weight: 400 !important;color: #ccc !important;padding: 0px !important;font-size: 13px !important;text-transform: uppercase;}
ul.copy_right_footer_blog{margin-top: 10px;list-style: none;}
ul.copy_right_footer_blog li {color: #777;font-size: 14px;font-weight: 400;display: inline-block;font-family: 'Poppins',sans-serif;margin: 0 6px;}
ul.copy_right_footer_blog li:first-child {margin-left:0px;}
ul.copy_right_footer_blog li a {color: #777;}
ul.copy_right_footer_blog li a:hover {color: #fff;text-decoration: underline;}
@media (max-width: ) {.container-fluid .row-fluid .page-center {padding: 10px;}
.container-fluid .footer-copyright .row-fluid .page-center {padding: 0 10px;}}
@media (max-width: 768px) {.header-container-wrapper{position: relative;}
.header-container{padding: 0 !important;}
.header-container-wrapper .container-fluid .row-fluid .page-center{padding: 0;}
.header-container .hs_cos_wrapper_type_logo a img {max-width: 200px;margin: 5px 0 5px 10px;}
.row-fluid [class*="span"].header-cta{display: none !important;}
.body-container-wrapper {padding-top: 0 !important;}
.padding40tb {padding: 25px 0;}
.sidebar.right, .main-content, .blog-sidebar {margin: 25px 0;}
.three-column .team-member-social a {display: inline-block;}
.three-column .team-member-social i {padding-right: 5px;}
.three-column .team-member-social a:last-child i {padding-right: 0;}
.team-member-name, .team-member-title {text-align: center;}
.service-group h4, .service-group-icon, #offer-background-image h1, #banner-background-image {text-align: center !important;}
.homepage .subscribe-form {padding-top: 10px;position: relative;}
.homepage .subscribe-form form {float: none;}
.homepage .subscribe-form .hs_email {width: 100%;margin-bottom: 10px;}
#banner-background-image {min-height: 650px;}
#banner-background-image h1 {font-size: 32px;margin-bottom: 15px;margin-top: 55px;}
#banner-background-image h3 {display: none;}
.homepage .subscribe-form {width: 100%;}
.social-tagline {text-align: center;margin-bottom: 15px;}
.homepage .subscribe-form {padding-bottom: 150px;}
.homepage .subscribe-form .hs_email .hs-error-msgs {position: relative;margin-top: 0;display: inline-block !important;}
.homepage .subscribe-form .hs_submit {display: block;position: relative;width: 100%;}
#comment-form {margin-bottom: 25px;}}
.submitted-message{text-align: center;color: #f04835;font-size: 18px;font-weight: bolder;padding: 1em;line-height: 1.7;border: #f04835 1px dashed;margin: 2em 0;width: 80%;margin: 20px auto 0;}
@media (min-width: 768px) and (max-width: 1024px) {
.b-hmenu li a{padding: 15px 10px !important;font-size: 11px !important;}
.social-share-action-post .social-post-sharing {padding: 0 30px;}}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
#blog-listing-div img {width: 75% !important;}
.tagmenu, .tagmenuinner  {}
.hs-blog-listing .paddingfix {padding: 0px 0 !important;}
.hs-blog-post .paddingfix {padding: 0px 0 !important;}
#blog-header-content {margin-top: 0em;}}
@media (max-width: 768px){
#blog-listing-div{width:100% !important;height :400;}
.hs-blog-listing .paddingfix {padding: 20px 0px 40px !important;}}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.tagmenu, .tagmenuinner {display:none !important;}
.hs-blog-listing .paddingfix page-center .hs-blog-post .paddingfix {padding: 0px 0 !important;}
#blog-header-content {margin-top: 0em;padding:1em;}
.blog-comment-section {padding:1em;}}@media (max-width: 600px) {
.feature-image-padding {padding-top :13px;}.feature-image-margin {margin-right : 15px !important;}
.featured-image-margin {margin-right : 15px !important;margin-left:15px !important;}}
@media (min-width: 481px) and (max-width: 767px) {
.social-share-action-post .social-post-sharing {padding: 0 30px;}
.text-right {text-align: center;}
.mobile-center {text-align: center !important;}
.tagmenu, .tagmenuinner {display:none !important;}
#blog-listing-div{width:100% !important;height: 100%;padding-bottom: 30px;}
.hs-blog-listing .paddingfix {padding: 0 !important;}
.hs-blog-post .paddingfix {padding: 0px 0 !important;}
#blog-header-content {margin-top: 0em;padding:1em;}
.blog-comment-section {padding:1em;}}
@media (min-width: 320px) and (max-width: 480px) {
.social-share-action-post ul li {padding: 2px;}
.social-share-action-post .social-post-sharing {padding: 0;}
.footer_sub_box form {margin-left: 30px!important;margin-top: 20px!important;}
.subscribe-form .hs-error-msgs {margin-top: 65px !important;}
.subscribe-form .hs_email {margin-right: 0 !important;}
.subscribe-form {padding: 0 20px!important;}
.text-right {text-align: center;}
.mobile-center {margin-top: 30px;text-align: center !important;}
.tagmenu, .tagmenuinner {display:none !important;}
#blog-listing-div{width: 100% !important;height: 100%;padding-bottom: 25px;padding-top: 1px !important;}
.hs-blog-listing .paddingfix {padding: 20px 0 !important;}
.hs-blog-post .paddingfix {padding: 0px 0 !important;}
#blog-listing-div img {width: 70% !important;}
#blog-header-content {margin-top: 0em;padding:1em;}
.blog-comment-section {padding:1em;}}
@media (min-width: 1450px) and (max-width: 1920px) {
.featured-image-margin figure {height: 630px;}
.feature-image-margin figure {height: 314px !important;}}
@media (min-width: 1921px) and (max-width: 3000px) {
.featured-image-margin figure img{width:100% !important;}
.feature-image-margin img {width: 100% !important;position: relative;transform: translate(0%);top: 0px;left: 0px }}
body.hs-blog-post .container {width: 1050px !important;margin:0px auto !important;}
.clr {clear: both;}
*{margin:0px;padding: 0px;}
.blog_left_box {width: 66%;float: left;display: block;background: #ffffff;padding: 20px;}
.blog_section_first img {width: 100%;margin-bottom: 30px;}
.hs-author-avatar {display: inline-flex;margin-bottom: 30px;}
.hs-author-avatar img {width: 100px;height:100px;margin-right: 20px;border-radius: 50%;margin-bottom: 0;}
.author-link {font-weight: bold;color: #ee573d;}
.author-name {margin: 0 !important;}
.author-name h6 {margin: 0 !important;}
.blog_section_first h2{margin-top: 0px;margin-bottom: 0px;font-size: 30px;line-height: 38px;display: block;}
.blog_section_first h2 a {color:#111;font-weight: 500;}
.blog_section_first h1{margin-top: 0px;margin-bottom: 0px;font-size: 30px;line-height: 38px;display: block;}
.blog_section_first h1 a {color:#111;font-weight: 500;}
#hubspot-topic_data {font-size: 12px;margin-top: 0px;margin-bottom: 20px;}
.blog_section_first ol {font-size: 14px !important;color: #333 !important;margin-left: 20px;}
.blog_section_first ol li{margin-top: 1px;line-height: 28px;}
.blog_section_first span {padding:0px;margin-bottom: 10px;display: inline-block;border:none !important;}
.next-post{position:relative;}
.next-post:after {position: absolute;content: '';top: 0px;left: 0px;width: 100%;background: rgba(0,0,0,0.6);height: 100%;}
.next-text-box{z-index: 9999999;color: #fff;position: relative;}
.blog_section_first span a.topic-link {font-size: 12px;}
a.next_post:hover .next-text-box {color:#bbb;}
.blog_section_first p{font-size: 14px;margin: 10px 0 20px;line-height: 28px;text-align:justify;}
.blog_section_first h3{margin: 24px 0 20px;font-size: 22px;}
.blog_section_first ul {margin-left: 30px;}
.blog_section_first ul li{font-size: 14px;margin-top:15px;line-height: 28px;}
.next-post{padding: 40px 50px;text-align: center;margin: 40px 0;}
.next-post a{font-size: 16px;color: #adadad;text-decoration: none;}
.next-post a:hover {text-decoration: underline;}
.next-post span{display: block;font-size: 20px;margin: 10px 0 15px;text-transform: uppercase;}
.recent_post_box ul{margin: 0px;list-style: none;display: flex;justify-content: space-around;}
.recent_post_box ul li {width: 45%;float: none;display:block;margin: 0 10px auto;}
.topic_list ul {list-style:none;}.like_bost_box img {width: 100%;height: 140px;}
.recent_post_box {background: #f9f9f9;padding: 20px 20px;margin-top: 30px;}
.recent_post_box h2 {margin: 0px 0 20px 16px;font-size: 28px;display: block;color: #111;font-weight: 300;}
.like_bost_box h2 {font-size: 16px;margin: 14px 0px;}
.blog_right_box {float: right;width: 30%;}
.topics_box{background: #ffffff;margin-bottom: 40px;padding-bottom: 30px;}
.topics_box h2 {color: #fff;padding: 14px 20px;background: url(https://2401243.fs1.hubspotusercontent-na1.net/hubfs/2401243/L2_ban_default_3-min.jpg) center center no-repeat;display: block;font-size: 20px;border-radius: 3px 3px 0px 0px;}
ul.topic_list{list-style: none;}
ul.topic_list li {padding: 14px 20px 3px;border-bottom: 1px solid #d9e4ef;}
ul.topic_list li:last-child{border-bottom:none;}
ul.topic_list li a{display: block;color: #562b58;text-decoration: none;}
ul.topic_list li a:hover {color:#f74c30 !important;}
.recent_post_images_bx {padding: 0 15px;}.recent_post_images_bx ul{list-style: none;}
.recent_post_images_bx ul li {font-size: 14px;clear: both;margin-bottom: 18px;}
.recent_post_images_bx ul li p {font-size:12px;}
.recent_post_images_bx ul li img {float: left;margin-right: 5px;margin-bottom: 5px;}
body.hs-blog-post .header-menu-logo {padding: 0px !important;width: 100%!important;margin: 0 auto!important;float: none!important;}
body.hs-blog-post .header-container {box-shadow: 0 0 19px rgba(0,0,0,0.1);}
body.hs-blog-listing .header-menu-logo {padding: 0px !important;margin: 0 auto!important;float: none!important;}
.custom-menu-primary .hs-menu-flow-horizontal ul {margin-top: 12px;}
.logo span img {width:90px !important;}
.blosposttag .topic-link {background: #f2f2f2;padding: 5px 10px;border-radius: 100px;}
.blosposttag .topic-link:hover {background:#ececec;}
#topics_box .recent_post_images_bx ul li img {margin-bottom: 14px !important;}
.like_box_footer_post {position: relative;overflow: hidden;height: 150px;}
.like_box_footer_post img{width: 100% !important;min-height: 150px !important;}
.author_post_box {position: relative;position: relative;overflow: hidden;height: 67px;width: 100px;float: left;margin-right: 5px;margin-bottom: 6px;}
.author_post_box img {max-width: inherit !important;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: inherit !important;}
#topics_box {padding-bottom: 50px;}
.b-hmenu.b-hmenuli ul li:last-child{border-right: 1px solid #22156b !important;}
.b-hmenuli ul li a:hover{background:#372B78 !important;}
.custom-search input{min-height: 42px;padding: 10px 15px;border: 1px solid #ddd;border-radius: 3px;margin-top:18px;padding-left: 35px !important;}
.custom-search.search-blog .textInput {border: 1px solid #ddd!important;}
.custom-search.search-blog label i{position: absolute;bottom: 10px;right: 10px;font-size: 20px;opacity: 0.3;}
.custom-search.search-blog label {width: 100%;float: left;position: relative;}
.custom-search.search-blog:focus i{display:none;}
.search-page{padding: 0px 40px;background:#fff;}
.search-page ul.hs-search-results__listing li a{margin-bottom: 15px;display: block;color:#372B78;font-weight: 600;}
.search-page p{font-size: 14px;margin-bottom: 20px;}
.search-page .hs-search-field__input{min-height: 60px;margin: 20px 0px;border-radius: 5px;border: 1px solid #ddd;font-size: 20px;padding: 10px 20px;color: #888;}
.custom-search.search-blog .svgIcon-use{position: absolute;left: 10px;bottom: 8px;opacity: 0.3;}
.custom-search.search-blog.hs-search-field--open .hs-search-field__suggestions{position: absolute;background: #f9f9f9;top: 60px;padding: 10px;border-radius: 3px;}
.custom-search.search-blog.hs-search-field--open .hs-search-field__suggestions li a{font-size: 14px;padding: 8px 0px;border-bottom: 1px solid #d8d8d8;margin-bottom: 8px;}
.custom-search.search-blog.hs-search-field--open .hs-search-field__suggestions li:last-child a{border-bottom: 0px !important;}
.custom-search.search-blog.hs-search-field--open .hs-search-field__suggestions li a:hover{background:transparent !important;}
.custom-menu-primary.saskenhome .hs-menu-wrapper>ul>li>a{padding:10px 0px;}