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

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700');
@import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';
/* font-family: 'Josefin Sans', sans-serif; */



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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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






/* =============== Start Custome Theam Setting ================ */

   
/* -- structure & design -- */ 
  
  




/* -- font size design -- */ 
 
 




/* ================  end Start Custome Theam Setting ================= */

 




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







* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none;}
body {  margin:0; padding:0; font-size:16px; line-height:28px; font-family: 'Raleway', sans-serif; font-weight:400; color:#000000; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transition:transition: all 0.4s ease-in-out; overflow-x:hidden;}

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#000000; transition:all ease 0.3s; }

/* h1 { color:#000000; font-family: 'Josefin Sans', sans-serif;   font-size:52px; margin:0; padding:15px 0 25px; line-height:58px; font-weight:700; clear:both; }
h2 { font-weight:700; color:#000000; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:34px; line-height:44px; margin:0; padding:0 0 10px; clear:both; position:relative; }
h3 { font-weight:700; color:#000000; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:700; color:#000000; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:22px; line-height:33px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:700; color:#000000; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:20px; line-height:28px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#000000; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:18px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }
 */
h2:before{ position:absolute; content:""; left:0; right:0; bottom:0; display:none; margin:0 auto; height:3px; width:65px;  background-color:#3f9751; }
a{ color: #3f9751; }
a:hover{ color:#3f9751; }


p { margin:0; }
* + h1, * + h2, * + h3 { margin-top:25px; }
* + h4, * + h5, * + h6 { margin-top:20px; }
* + p { margin-top:15px;}

::selection{background-color:#393939; color:#fff;}
::-moz-selection{background-color:#393939; color:#fff;}
::-ms-selection{background-color:#393939; color:#fff;}



.row-fluid .container{ max-width:1200px; margin:0 auto !important; float:none; padding:0 15px; }

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

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


/* ======  start pillar page css  css ====== */

.row-fluid .hero-section{ background-color: #3f9751;  padding: 110px 0;  margin-top:0px; }
.row-fluid .hero-section .row-fluid .title h1{ color:#fff;     line-height: 63px; }
.row-fluid .hero-section .row-fluid .details{ color:#fff; }



span.hs-form-required { display: none; }
.row-fluid .blog-subscrib  input[type="submit"] { cursor: pointer; -webkit-appearance: none; font-weight: 800; font-size: 16px; border: 2px solid; padding: 14px 30px; display: inline-block; text-align: center; text-transform: uppercase; border-radius: 3px; margin-top: 10px; font-family: 'Josefin Sans', sans-serif; max-width: 100%; width: 100%; margin-top: 20px; line-height: 22px; background-color: #3f9751; border-color: #3f9751; color: #fff; outline: none; transition: color 0.3s ease, background 0.3s ease; }
.row-fluid .blog-subscrib  input[type="submit"]:hover { background-color: transparent; color: #3f9751; }
.hs_error_rollup { display: none; }
ul.hs-error-msgs.inputs-list { padding: 0; list-style: none; font-size: 12px; color: red; margin-bottom: 0; }
.row-fluid .blog-subscrib input[type="email"] { width: 100%; border-radius: 3px 3px 0 0; font-size: 14px; font-family: 'Josefin Sans', sans-serif; background: #f5f5f5; border: none; border-bottom: 2px solid  #3f9751; outline: none; color: #39474f; height: 50px; padding: 8px 8px 0; line-height: 21px; transition: border 0.3s ease; }
.row-fluid .blog-subscrib { border-radius: 3px; background-color: #ffffff; padding: 15px; max-width: 400px; margin-top: 30px; }
.row-fluid .blog-subscrib .row-fluid .title { padding-bottom: 5px; }
.row-fluid .rbook-image img { max-width: 320px; width:100% !important; }
.row-fluid .rbook-image { text-align: center; }
.row-fluid .blog-subscrib input.error { border-color: #3f9751; color: #3f9751; }


.row-fluid .header {   padding: 40px 142px;  transition:0.3s ease-in-out;  } 

.row-fluid .header {  position: absolute;  top: 0;  width:100%;  background-color: transparent;     z-index: 9; }  

 


.row-fluid .logo img{ max-width:201px; width:100% !important; }

.row-fluid .cta-design a { font-size: 14px; color: #3f9751; text-align: center; text-transform: uppercase; border-radius: 3px; background-color: #fff; border: solid 2px #3f9751; letter-spacing: normal; font-weight: 800; padding: 8px 30px; display: inline-block; }
.row-fluid .cta-design a:hover { background-color: #3f9751; color: #fff; }
.row-fluid .let-talk { width: 145px; float: right; margin: 0; }
.row-fluid  .navigation { text-align: right; }
.row-fluid .navigation-row > div > div { display: flex; align-items: center; }
.row-fluid .header-row > div > div { display: flex; align-items: center; }


.row-fluid .secondry-menu{ background-color:#3f9751; text-align:center;  padding-top: 2px; padding-bottom:7px; }  
.row-fluid .secondry-menu ul li {  display: inline-block; }
.row-fluid .secondry-menu  .hs-menu-wrapper.hs-menu-flow-vertical > ul{     margin-bottom: 0; }   
.row-fluid .secondry-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {      font-size: 18px;  line-height: 24px;   color:#fff;   padding: 0px 20px; }
.row-fluid .secondry-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{ opacity:0.5; }
.sticky-two .row-fluid .secondry-menu {   position: fixed;   top: 0px;   transition: 0.4s;    width: 100%; z-index:99; }

.row-fluid .secondar-menu{ background-color:#3f9751; text-align:center;  padding-top: 2px; padding-bottom:7px; }  
.row-fluid .secondar-menu ul li {  display: inline-block; }
.row-fluid .secondar-menu  .hs-menu-wrapper.hs-menu-flow-vertical > ul{     margin-bottom: 0; }   
.row-fluid .secondar-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {      font-size: 18px;  line-height: 24px;   color:#fff;   padding: 0px 20px; }
.row-fluid .secondar-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{ opacity:0.5; }
.sticky-two .row-fluid .secondar-menu {   position: fixed;   Left: 0px;   transition: 0.4s;    width: 100%; z-index:99; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding-top:0; padding-bottom:0; }  
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{     position: inherit; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding:0; }    

.row-fluid .demohero_inner ul { padding: 11px 0 0 24px; margin: 0; width: 100%; float: left; list-style: none; }
.row-fluid .demohero_inner ul li { width: 100%; float: left; position: relative; padding-left: 34px; margin-bottom: 5px; }
.row-fluid .demohero_inner ul li:before { position: absolute; content: "\f046"; color: #fff; font-family: FontAwesome; left: 0; top: 0; }
.footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{ padding:0; }







@media (min-width: 1281px){
.sticky-two .row-fluid .secondry-menu {   position: fixed;   top: 120px;   transition: 0.4s;    width: 100%; z-index:99; }
.sticky-two .row-fluid .secondar-menu {   position: fixed;   top: 120px;   transition: 0.4s;    width: 100%; z-index:99; }

}



@media (min-width: 768px){

/* .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a{  padding: 8px 00px;   margin: 0 20px;   border-bottom: 2px solid transparent;  }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a:hover{ border-color:#fff;  }    
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul{     float: right; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{     color:#fff;  float: left; white-space: inherit;   max-width: inherit;   overflow: hidden; font-family: 'Josefin Sans', sans-serif;    text-overflow: inherit;     font-size: 18px;    line-height: 29px; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{   color: rgba(255, 255, 255, 0.8);  }

.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { transition: 0.4s; background: #fff; width: 200px; transition: 0.2s; left: 0; top: 100%;  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);  }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper { transition: 0.4s; top: 100%; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{ width: 100%; background-color: #686868;  overflow: hidden;  text-align: left; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{  background-color: #596B6F;  }
  
   */
  
}


.startup-section {  float: left;   width: 100%; padding:60px 0;}
.startup-section .title{     text-align: center;   padding-bottom: 35px; }   
   
.blog-feed-title { text-align: center; float: left; width: 100%; margin-bottom: 50px; }
.blog-feedcolumn { float: left; width: calc(100% / 3 - 30px); margin: 0 15px; background-color:  #3f9751; margin-bottom: 30px; }
.three-feed-image { float: left; height: 266px; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.three-feed-title { float: left; text-align: center; width: 100%; padding-bottom: 5px; }
.same-height { float: left; width: 100%; }
.feed-column-inner { float: left; width: 100%; }
.three-feed-title  h3 { font-size: 20px; color: #fff; line-height: 28px; }
.blog-feed-section { margin: 60px 0; float:left; width:100%; }
.main-textcover { float: left; width: 100%; padding: 28px 26px; text-align: center; color: #fff; line-height: 23px; }
.three-feed-more { float: left; width: 100%; padding-top: 25px; }
.feed-column-popup { float: left; width: 100%; display: none; }


.feed-column-popup {  max-width: 900px !important;    width: 100%;   float: none;   padding-top: 40px !important;  padding: 50px !important;}
.feed-column-popup h3{ margin-top:0;   }

.work-optimization-section { float: left; width: 100%; background-color: #f8f8f8; padding: 72px 0; }
.work-optimization-title { float: left; width: 100%; text-align: center; padding-bottom: 35px; }
.count-style ul > li { list-style: none; position: relative; margin: 18px 0; }
.count-style { counter-reset: my-sec-counter; }
.count-style ul > li:before { counter-increment: my-sec-counter; content: ""counter(my-sec-counter) ""; width: 35px; height: 35px; display: inline-block; border-radius: 50%; background:  #3f9751; text-align: center; color: #fff; line-height: 35px; font-size: 20px; position: absolute; left: -50px; bottom: 0; top: 0; margin: auto; }
.count-style ul { padding-left: 75px; margin: 15px 0;  float:left; }
h3 > span { width: 52px; display: inline-block; }
h3 .inner-title { display: inline-block; vertical-align: middle; padding-left: 10px; width: calc(100% - 61px); width: calc(100% - 61px); font-size: 22px; padding-top: 4px; line-height: 28px; }
.work-optimization-details1 { float: left; width: 100%; padding-top: 11px; }
.work-optimization-details { float: left; width: 100%; padding-top: 25px; }
.work-optimization-details .hs_cos_wrapper_type_icon svg { width: 52px; display: inline-block; vertical-align: middle; padding-right: 0; fill: #3f9751; }

.chapter-section h2:before { display: none; }
.chapter-section h2 { color: #fff !important; font-size: 42px; line-height: 48px; }
.chapter-section { float: left; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center; padding: 75px 0; position: relative; background-attachment: fixed; }
.chapter-section h2:before { display: none; }
.chapter-section h2 { padding-bottom: 0; }
.chapter-section:before { content: ""; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background:  #3f9751; opacity: 0.8; }

.chapter-detail {   float: left;   width: 100%;    padding: 70px 0;    font-size: 18px;    line-height: 28px;    font-weight: 500; padding-bottom:30px; }
.chapter-subtitle-section {   float: left;  padding-bottom: 32px;   width: 100%; }
.chapter-subtitle-section .details {  padding-left: 40px;   padding-top: 14px; }
.chapter-subtitle-section:last-child { padding-bottom: 65px;}


.row-fluid .cta-trip-section{ padding:80px 0; position:relative; }
.row-fluid .cta-trip-section .row-fluid .container{ max-width:570px;  }
.row-fluid .cta-trip-section:before { content: ""; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background:  #3f9751; opacity: 0.8; } 
.row-fluid .cta-trip-section .title h2{ color:#fff }
.row-fluid .cta-trip-section .title{ text-align:center; }
.row-fluid .cta-trip-section .cta-design{ text-align:center; padding-top:50px;     position: relative; }

/* .row-fluid .footer{ background-color:#00233A; padding-top:70px;  z-index: -1; bottom:0;  }
.body-container-wrapper{   background-color: #fff;   } 
.row-fluid .footer  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a { padding: 4px 0; text-decoration: none; color:#000000; }
.row-fluid .footer  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{ color:#3f9751; } */
.f-logo-column img { max-width: 184px; margin-bottom: 10px; }
.row-fluid .f-title { font-size: 18px; text-transform: uppercase; line-height: 25px; font-family: 'Josefin Sans', sans-serif; font-weight: 700;     letter-spacing: 1px; color:#fff; padding-bottom: 16px; }
/* ul.sociale-share { padding: 0; margin: 0; list-style: none;     margin-bottom: 44px; }
ul.sociale-share li { display: inline-block; font-size: 24px; margin-right: 8px; }
ul.sociale-share li a:hover { opacity:0.8; }
ul.sociale-share li a { display: inline-block;     color: #3f9751;
    font-size: 36px; } */
.row-fluid .f-address { font-size: 15px; line-height: 25px; }
.row-fluid .copyright {  text-align: center;  border-top:none;      padding: 60px 0;  font-size: 14px;  color: #444;  }
.row-fluid .column-f-two ul{ padding:0; list-style:none; margin-bottom:20px; margin-bottom:36px; }
.row-fluid   .f-address li {   color: #fff;    font-size: 18px;    padding-bottom: 20px; }
.column-f-one ul{ padding:0; margin:0; list-style:none;     margin-bottom: 30px; }
.column-f-one ul li{ padding-bottom:10px; color:#fff; font-size:18px; line-height:29px; font-weight:400;    }
.column-f-one ul li a{ color:#3f9751; }
.column-f-one ul li a:hover{ opacity:0.8; }  
.row-fluid .footer .column-f-one  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{  color:#3f9751;  }

.hs-rss-module { display: flex; flex-flow: row wrap; -webkit-flex-flow: row  wrap; float:left; width:100%;     justify-content: center; }
.hs-rss-item { float: left; width: calc(100% / 3 - 30px); margin: 0 15px;     box-shadow: 0 0 17px 0px #ccc; display: flex; flex-direction: column-reverse; background-color: #3f9751; margin-bottom: 30px; justify-content: flex-end; }
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-text, .hs-rss-item.hs-with-featured-image .hs-rss-item-text, .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 { padding-right: 0; width: 100%; }
img.hs-rss-featured-image { height: 266px; object-fit: cover; display:block; }
.hs-rss-item-text { float: left; width: 100%; padding: 28px 26px !important; text-align: center; color: #fff; line-height: 23px; }
a.hs-rss-title { font-size: 20px; color: #fff; line-height: 28px;    text-decoration: none; font-weight: 700; display: inline-block; padding-bottom: 14px; }
.hs-rss-description a { float: left; width: 100%; padding-top: 25px; color: #fff; text-decoration:none; }
.hs-rss-description a:hover, a.hs-rss-title:hover { color: #3f9751; }
a.hs-rss-title:hover,.hs-rss-description a:hover { color: #fff;   opacity: 0.6; }

.row-fluid .hero-left {  padding-top: 22px;   padding-right: 134px; }
.hero-row .row-fluid .title{  float: none;  margin: 0 auto !important;  max-width: 908px;   text-align: center; }



@media (max-width: 1200px){

  .row-fluid .header{     padding: 35px 25px; }  


}

@media (max-width: 991px){ 
   .row-fluid .header{     padding: 0 15px; }  
/*   .row-fluid .header.sticky{     padding: 0 15px; } */
  .row-fluid .navigation-row>div>div{     flex-direction: column; }
  .row-fluid .header-row>div>div{   display: block;}
  .row-fluid .navigation{  width: 100%;  padding-right: 0; }
  .row-fluid .let-talk{     text-align: right;     width: 100%; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{     padding: 10px 20px;      padding-top: 14px;  }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:before{     top: 14px; }
  .row-fluid .cta-design a{     font-size: 12px;     padding: 5px 30px;   margin-bottom: 14px;   margin-top: 10px; }
  .row-fluid .header-row { padding-bottom: 16px; }  
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child >a {  padding-right: 0; }
  h1{     line-height: 50px;     font-size: 42px; }
  h2{   font-size: 30px;   line-height: 38px; }
  h3{   font-size: 28px;   line-height: 34px; }
  .blog-feed-section{     margin: 30px 0; }
  .blog-feedcolumn{      margin: 0 10px;   width: calc(100% / 3 - 20px); }
  .main-textcover{     padding: 20px 10px; }
  .three-feed-image{     height: 190px; }
  .work-optimization-section{ padding: 50px 0; }
  .work-optimization-title{     padding-bottom: 25px; }
  .chapter-section h2{  font-size: 38px;   line-height: 42px; }
  .chapter-detail{     padding: 55px 0; }
  .row-fluid .cta-trip-section{     padding: 55px 0; }
  
  .row-fluid .header {  padding: 30px 0px; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{ padding: 10px 0px; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a{ margin: 0 12px; }
  .row-fluid .hero-section{  padding: 82px 0;  padding-top: 155px; }
  .hs-rss-item{     width: calc(100% / 2 - 30px); }
  .column-f-two iframe {  width: 100%; }
  .row-fluid .copyright{ padding: 32px 0; }
  
}


@media (max-width: 767px){ 

 
  
  /* === menu === */
  
      
 
.mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow:    none;box-shadow: none; max-width: none;width: 100%;height: auto;
line-height: 1;  font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
a.mobile-trigger {  display: inline-block !important;  cursor: pointer;   position: absolute;   top: 20px;     right: 15px;       width: 44px;   height: 44px;   padding: 12px 10px;
  background:  #3f9751;  z-index: 99999999999;  -webkit-transition: background-color 0.2s linear;   font-size: 16px;  font-weight: normal;  text-align: left;  text-transform: uppercase;
  border-radius: 6px;  -webkit-transition:color .2s ease-in;   -moz-transition:color .2s ease-in;  transition:color .2s ease-in;}
a.mobile-trigger:hover {  text-decoration: none;   color: #fff;}
a.mobile-trigger span{  display: inline;}
a.mobile-trigger span:before{  position: absolute;  content: 'Menu'; }
a.mobile-trigger span:after{  position: relative;  right: 2px;  content: 'Close'; 
  background-color:  #3f9751;  opacity: 0;  transition: opacity .4s ease-in-out;  -moz-transition: opacity .4s ease-in-out;  -webkit-transition: opacity .4s ease-in-out; }

/* Change button when menu is open */
.mobile-open a.mobile-trigger{  -webkit-transition:background-color 0.2s linear;   -moz-transition:background-color 0.2s linear;   transition:background-color 0.2s linear;  background: transparent;   }
.mobile-open a.mobile-trigger span:after{ opacity: 1; }

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

/* Child Toggle Button */
span.child-triggerm {  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);}
span.child-triggerm:hover {  text-decoration: none;}

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

/* Menu Styles on Mobile Devices */  
.mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{  display: none;}  
.mainmenu ul.hs-menu-children-wrapper {  visibility: visible !important;  opacity: 1 !important;  position: static !important;  display: none;}
.mainmenu.js-enabled .hs-menu-flow-horizontal{  position: absolute;  top: 0px;   left: 0px;   width: 100%;  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.65);}
.mainmenu .hs-menu-flow-horizontal{  padding: 60px 0 0 0;  background-color:  #3f9751;   width: 100%;  z-index: 8888;}
.mainmenu .hs-menu-flow-horizontal > ul > li{  position: relative;}
.mainmenu .hs-menu-flow-horizontal > ul > li a{  font-size: 17px;  line-height: 45px;  overflow: visible;}
.mainmenu .hs-menu-flow-horizontal ul li{  border-top: 1px dotted rgba(255, 255, 255, .35); }
.mainmenu .hs-menu-flow-horizontal ul li a{  padding: 0 10px;}
.mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #fff; }
.mainmenu .hs-menu-flow-horizontal > ul ul li{     background-color: #686868; }
.mainmenu .hs-menu-flow-horizontal > ul ul li a{  text-indent: 10px;  font-size: 16px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{  text-indent: 50px;}

  
   .row-fluid .logo img{     max-width: 120px; }
  .row-fluid .logo-column {  padding-top: 15px; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{   padding: 0px 20px;   padding-top: 0; }
  .mobile-open a.mobile-trigger{     top: 8px; }
  .row-fluid .cta-design a{     padding: 15px 0; }
  .row-fluid .let-talk{     padding: 0 10px; }
  .row-fluid .cta-design a{     box-sizing: border-box !important; }
  .row-fluid .hero-section{     margin-top: 0px;  padding: 74px 0;   padding-top: 36px;  padding-bottom: 45px; }
  .row-fluid .header {      background: #3f9751;      padding: 12px 0px; }
  .row-fluid .rbook-image{     padding-top: 40px; }
  h1 { line-height: 42px;  font-size: 35px;}
  h2 {  font-size: 26px;   line-height: 33px; }
  .startup-section{ padding: 45px 0; }
  .blog-feedcolumn{     width: calc(100% / 1 - 20px);      margin-bottom: 30px;  }
  .work-optimization-section{     padding: 42px 0; }
  .count-style ul{     padding-left: 55px; }
  .work-optimization-details{     padding-top: 15px; }
  .count-style ul > li{     margin: 15px 0; }
  .count-style ul > li:before{  line-height: 32px;  font-size: 16px; }
  .chapter-section h2 {  font-size: 32px;   line-height: 40px; }
  .chapter-section{     padding: 60px 0; }
  .chapter-detail {  padding: 44px 0; font-size: 16px;  line-height: 26px; }
  .chapter-subtitle-section .details {     padding-left: 0px; }
  .chapter-subtitle-section:last-child { padding-bottom: 42px; }
  .row-fluid .cta-design a { padding: 8px 30px; }  
  .row-fluid .cta-trip-section .cta-design{     padding-top: 30px; }
  
  .row-fluid .footer{  position: inherit;     padding-top: 42px;      padding-bottom: 40px; }
  .body-container-wrapper{     margin-bottom: 0; }
  .row-fluid .f-logo-column {  padding-bottom: 25px;  }
  .row-fluid .f-address{ margin-bottom: 30px; }
 
  .row-fluid .copyright{  padding-top: 18px;  padding-bottom: 15px; }
  .f-logo-column img{     max-width: 151px; }
  h3 .inner-title{  font-size: 20px;   line-height: 25px; }
  body{     line-height: 24px; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{  width: 100%;  overflow: hidden;   text-overflow: ellipsis;
    max-width: 100%; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a{  margin: 0 0px; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{     padding: 0px 10px; }
  .sticky-two .row-fluid .secondry-menu{      position: inherit; }
  .row-fluid .secondry-menu ul li{   width: auto;   padding: 5px 0;}
  .hs-rss-item {  width: 100%;  margin: 0 0;   margin-bottom: 30px;}
  img.hs-rss-featured-image{      height: 194px;}
  .hs-rss-item-text{     padding: 19px 15px !important; }
  .blog-feed-title{     margin-bottom: 35px; }
  .row-fluid .hero-left{     padding-right: 0; }
  .row-fluid .hero-left{  max-width: 400px;  margin: 0 auto !important;  float: none;  }
  
    .sticky-two .row-fluid .secondar-menu{      position: inherit; }
  .row-fluid .secondar-menu ul li{   width: auto;   padding: 5px 0;}
  .row-fluid .hero-section .row-fluid .title h1{     line-height: 48px;
    font-size: 35px;
    margin-bottom: 0; }
  
}










