/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900|Roboto:300,400,400i,500,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import '//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css';

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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


.bsg-home-css .row-fluid .post-title h2 { font-size:18px; }

.row-fluid .blog-filter0 .main-topic , .row-fluid .blog-filter0 .sub-topic { float:left; width:100%; margin:0; padding:0; }  
.row-fluid .blog-filter0 .main-topic > li { float:left; width:auto; position:relative; } 
.row-fluid .blog-filter0 .main-topic > li > ul { position:absolute; left:0; top:100%; width:100%; display:none;     background: #031931; min-width: 150px; text-align:left; } 
.row-fluid .left-auto { float:left; width:auto; }
.row-fluid .right-auto { float:right; width:auto; }  
.row-fluid .blog-css-raw { position:relative; z-index:999; } 
.row-fluid .blog-css-raw .left-auto1 {     float: left;   width: 70%; }
.row-fluid .blog-css-raw .right-auto1 {  float: right;   width: 25%; } 

.row-fluid .blog-filter0 .main-topic > li > ul > li { float:left; width:100%; padding:10px 0; } 
.bsg-home-css .hsis_loader { display:none !important; }

.row-fluid .hero-div { float:left; width:100%; text-align:center; color:#fff; padding:70px 0; font-size:30px; position:relative; }  
.row-fluid .hero-div:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:rgba(3, 25, 49, 0.8); }
.row-fluid .hero-div > div { position:relative; }
.row-fluid .hero-div h1 { padding-top:0; color:#fff; } 

.bsg-home-css.blog-page0.hs-blog-listing .row-fluid .featured-image { width:100%; position:relative; top:auto; left:auto; height:250px; }
.bsg-home-css.blog-page0.hs-blog-listing .row-fluid .post-body0 { float:left; width:100%;     padding: 1px 20px 20px; } 
.bsg-home-css .row-fluid .post-listing { float:left; width:100%; }   
.bsg-home-css .row-fluid .post-listing > .post-item0 { width:32.16%; float:left; margin-right:20px; margin-bottom:20px; }
.bsg-home-css .row-fluid .post-listing > .post-item0:nth-child(3n) { margin-right:0; } 
 
.bsg-home-css.blog-page0.hs-blog-listing .row-fluid .post-title h2 { margin-bottom:7px; line-height:normal; padding-top:0; margin-top:10px; }  
.bsg-home-css.blog-page0.hs-blog-listing .author-by-css { float:left; width:66%; padding-right:10px; font-size:14px; line-height:20px; }   
.bsg-home-css.blog-page0.hs-blog-listing .more-link-css { float:right; width:auto; font-size: 14px; } 
.bsg-home-css.blog-page0.hs-blog-listing .post-body-txt { float:left; width:100%; margin-bottom:0px; font-size:14px; line-height:20px; } 
.bsg-home-css.blog-page0.hs-blog-listing .pagination { float:left; width:100%; padding:0; margin:40px 0 0 0; text-align:center;  }
.bsg-home-css.blog-page0.hs-blog-listing .pagination li { float:none; display:inline-block; vertical-align:top;     font-size: 20px; } 
.bsg-home-css.blog-page0.hs-blog-listing .pagination li a { color: #0a6826; text-transform:uppercase; font-weight:300; } 
.bsg-home-css.blog-page0.hs-blog-listing .pagination li i { display:inline-block; margin:0 6px;     position: relative; top: 0px; }  
.bsg-home-css.blog-page0.hs-blog-listing .pagination li:first-child { margin-right:10px; }
.bsg-home-css.blog-page0.hs-blog-listing .pagination li:last-child { margin-left:10px; }

.bsg-home-css.blog-page0.hs-blog-listing .top-pagination { float:right; width:auto; }
.bsg-home-css.blog-page0.hs-blog-listing .top-pagination .pagination li {  font-size: 14px; } 
.bsg-home-css.blog-page0.hs-blog-listing .top-pagination .pagination { margin:20px 0; }  

.testimonail-email input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color:#031931; }
.testimonail-email input::-moz-placeholder { /* Firefox 19+ */  color: #031931; }
.testimonail-email input:-ms-input-placeholder { /* IE 10+ */  color: #031931; }
.testimonail-email input:-moz-placeholder { /* Firefox 18- */  color: #031931; }
/* IE10+ */
.testimonail-email input:-ms-input-placeholder { font-size: 14px; color: #031931; }

/* Webkit */
.row-fluid .contact-form .input input::-webkit-input-placeholder { font-size: 14px; color: #031931; }

/* Firefox 4-18 */
.row-fluid .contact-form .input input:-moz-placeholder {font-size: 14px; color: #031931; }

/* Firefox 19+ */
.row-fluid .contact-form .input input::-moz-placeholder { font-size: 14px; color: #031931; }

/* IE10+ */
.row-fluid .contact-form .input input:-ms-input-placeholder { font-size: 14px; color: #031931; }

.row-fluid .contact-form .input textarea::-ms-textarea-placeholder { /* IE 10+ */ font-size: 14px;  color: #031931; }
/* Webkit */
.row-fluid .contact-form .input textarea::-webkit-input-placeholder { font-size: 14px; color: #031931; }

/* Firefox 4-18 */
.row-fluid .contact-form .input textarea:-moz-placeholder {font-size: 14px; color: #031931; }

/* Firefox 19+ */
.row-fluid .contact-form .input textarea::-moz-placeholder { font-size: 14px; color: #031931; }


.blog-page0.hs-blog-post #comment-form form textarea::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */  font-size: 14px;     color: #031931; }
::-moz-placeholder { /* Firefox 19+ */ font-size: 14px; color: #031931; }
.blog-page0.hs-blog-post #comment-form form textarea:-ms-textarea-placeholder { /* IE 10+ */ font-size: 14px; color: #031931; }
:-moz-placeholder { /* Firefox 18- */ font-size: 14px; color: #031931; }

.get-copyform form input::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */ font-size: 14px; color: #fff; }
.get-copyform form input::-moz-placeholder { /* Firefox 19+ */ font-size: 14px; color: #fff; }
.get-copyform form input:-ms-textarea-placeholder { /* IE 10+ */ font-size: 14px;  color: #fff; }
.get-copyform form input:-moz-placeholder { /* Firefox 18- */ font-size: 14px; color: #fff; }


body { margin:0; padding:0; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color:#333333; background:#fff; overflow-x:hidden }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#031931; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:40px; margin:0; padding:15px 0 25px; line-height:44px; font-weight:normal; clear:both }
h2 { font-weight:700; color:#031931; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:36px; line-height:40px; margin:0; padding:10px 0 10px; clear:both; text-transform:uppercase; }
h3 { font-weight:700; color:#031931; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both; text-transform:uppercase; }
h4 { font-weight:500; color:#031931; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:500; color:#031931; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:500; color:#031931; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }


.row-fluid .btn-effect a {  z-index: 5; overflow: hidden; position: relative; display: inline-block; }
.row-fluid .btn-effect a:after { content: ''; width: 0; transition: all .5s; height: 100%; top: 0; left: 0; background-color: #021222; position:absolute; z-index:-1; }
.row-fluid .btn-effect a:hover:after { width:120%; }

a { text-decoration:none; outline:none; color:#00658b; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
a:hover { color:#333; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 15px; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;;  font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; overflow:hidden; }
input[type=submit] , button { height:auto; width:auto; border:none; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/blank.png) no-repeat left top #031931; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;; text-transform:uppercase; font-size:17px; line-height:24px; font-weight:400; padding:13px 20px; color:#fff; display:inline-block; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:#052d59; }

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

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

.row-fluid .get-copyform .inputs-list input[type="checkbox"]+span { float:left; width:auto; cursor:pointer; }

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

.row-fluid .breadcrumb-menu01 ul { padding-left:0; }
.row-fluid .breadcrumb-menu01 ul li { float:left; width:auto; list-style:none; margin-top:10px; }
.row-fluid .breadcrumb-menu01 ul li a { font-size:16px; color:#031931; font-weight:300px; text-transform:capitalize; padding:0 20px; position:relative; }
.row-fluid .breadcrumb-menu01 ul li a:after { position:absolute; right:0; top:0; content:'/'; }
.row-fluid .breadcrumb-menu01 ul li:first-child a { padding-left:0; }
.row-fluid .breadcrumb-menu01 ul li:last-child a:after { display:none; }
.row-fluid .breadcrumb-menu01 ul li a:hover { color:#0a6826; }

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

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited , .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a  { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { white-space: normal; }
.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .text-white a { color:#fff; text-decoration:underline }  
.row-fluid .text-white a:hover { color:#fff; text-decoration:none; }

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

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; padding:0; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#818c98;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; padding:0; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#031931; }
 
.row-fluid a.link-style , .row-fluid .link-style a {  text-align:center;  text-decoration:none; display:inline-block; padding:10px 25px; border-radius:2px; background:#031931; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; color:#fff; text-transform:uppercase; }
.row-fluid a.link-style:hover , .row-fluid .link-style a:hover { background:#052d59; color:#fff; }

.row-fluid .title-style { text-align:center; color:#0a6826; padding:0 0 30px; margin:0 0 40px; background:url('%28https://cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/border%20image1.png') no-repeat center bottom;  }

.row-fluid .title-style h1 , .row-fluid .title-style h2 , .row-fluid .title-style h3 , .row-fluid .title-style h4 , .row-fluid .title-style h5 { padding:0; color:#0a6826; }

.row-fluid .text-white .title-style  , .row-fluid .text-white.title-style  { background:url(//cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/border%20image1.png) no-repeat center bottom; }
.row-fluid .text-white .title-style h1 , .row-fluid .text-white .title-style h2 , .row-fluid .text-white .title-style h3 , .row-fluid .text-white .title-style h4 , .row-fluid .text-white.title-style h5 , .row-fluid .text-white.title-style h1 , .row-fluid .text-white.title-style h2 , .row-fluid .text-white.title-style h3 , .row-fluid .text-white.title-style h4 , .row-fluid .text-white.title-style h5 { color:#fff; }

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

/*top*/
.home-page .row-fluid .top { position:absolute; top:0; left:0; width:100%;  z-index:99; }
.row-fluid .top {  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);;  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; background:rgba(255,255,255,0.85); padding:12px 0 0 0; }
.row-fluid .mainmenu { float:right; width:auto; margin:0; padding:15px 0 0; }
.row-fluid .mainmenu ul li a:link , .row-fluid .mainmenu ul li a:visited { color:#000; text-transform:uppercase; font-size:16px; font-family:'Lato', Arial; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul> li:last-child a:visited { color:#fff; text-decoration:none; display:inline-block; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;; background:#031931; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; }
.row-fluid .mainmenu .hs-menu-wrapper > ul >li:last-child a:hover { background:#052d59; color:#fff;  }


/* === 12 - 6 -2018 ===== */

.row-fluid .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{background:#031931;text-align:left;width:auto;    margin-top: 20px;}
.row-fluid .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{border:none;}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{top: 68%;z-index: 99999999;}
.row-fluid .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{width:100%;}

.row-fluid .bottom-menu .hs-menu-children-wrapper li{width:100%;}
.row-fluid .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li{padding:12px 0px;}

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

.row-fluid .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{    margin-left: 28%;}



@media (max-width:1200px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{font-size: 16px;}
}
@media (max-width:991px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{font-size: 14px;}
}
@media (max-width:767px){
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper{background:#237f3d;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{background:#237f3d;}
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul.hs-menu-children-wrapper{background:#539b68;}
}



/*header*/
.row-fluid .header { padding:306px 0 170px; text-align:center; position:relative; } 
.row-fluid .header:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.2); }
.row-fluid .header > div { position:relative; }
.row-fluid .header h1 { padding:0 0 40px; text-transform:uppercase; font-size:48px; line-height:56px; font-weight:500; font-family:'Roboto', Arial; }

/*team record*/
.row-fluid .teamrecord-section { padding:20px 0; background:#f2f2f2; }
.row-fluid .teamrecord-secright h3 { padding-top:0; }
.row-fluid .teamrecord-secimg img { border:3px solid #fff !important; }

.row-fluid .teamrecord-secform { padding:15px 0 0; }
.row-fluid .teamrecord-secform .hs-form-required, .blog-page0.hs-blog-post #comment-form form .hs-form-required,.blog-page0.hs-blog-post .comment-date ,.row-fluid .contact-form .hs-form-required{ display:none; }
.row-fluid .teamrecord-secform form > div:first-child { float:left; width:70%; padding:0 15px 0 0; }
.home-page .row-fluid .teamrecord-secform form > div:first-child { float:left; width:100%; padding:0 0 0; }
.row-fluid .teamrecord-secform h3 { display:none; }
.row-fluid .teamrecord-secform input[type=submit] { padding-left:45px; padding-right:45px; }

/*meet team*/
.row-fluid .meetteam-section { padding:100px 0 30px; }
.row-fluid .meetteam-text { text-align:center; padding:0 0 80px; }
.row-fluid .meetteam-boxes .hs_cos_wrapper_widget { float:left; width:33.33%; }
.row-fluid .meetteam-box { float:left; width:100%; position:relative; height:325px; background-size:cover; background-repeat:no-repeat; background-position:center center; text-align:center; }
.row-fluid .meetteam-box a { text-decoration:none; }
.row-fluid .meetteam-box:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.35); }
.row-fluid .meetteam-box:hover:before { background:rgba(0,0,0,0.65); }
.row-fluid .meetteam-box:after { top:10px; left:10px; right:10px; bottom:10px; content:''; position:absolute;  border:1px solid #fff; opacity:0; }
.row-fluid .meetteam-box:hover:after { opacity:1; }
.row-fluid .meetteam-bcontent { position:absolute; left:0; width:100%; padding:0 20px; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; z-index:2; text-align:center;  }
.row-fluid .meetteam-bcontent h4 { font-size:24px; font-weight:300; line-height:30px; padding:0; text-transform:uppercase; }
.row-fluid .meetteam-btext { padding:25px 0 15px; line-height:20px; display:none; }
.row-fluid a.meetteam-link { font-size:20px; text-transform:uppercase; display:none;  }
.row-fluid a.meetteam-link:hover { color:#7ae792; }
.row-fluid .meetteam-box:hover .meetteam-btext , .row-fluid .meetteam-box:hover a.meetteam-link { display:block; }

.row-fluid .meetteam-bcontent , .row-fluid .meetteam-box:before , .row-fluid .meetteam-box:after  { -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }


/*testimonial section*/
.row-fluid .testimonial-section { padding:35px 0 75px; text-align:center; }
.row-fluid .testimonial-slideimg span { -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; opacity:0.4; margin:0 10px; display:inline-block; width:65px; height:65px; border:4px solid #d5d5d5; border-radius:100%; background-size:cover; background-repeat:no-repeat; background-position:center center;  }
.row-fluid .testimonial-slidetab {  max-width:480px; display:inline-block; }
.row-fluid .testimonial-slideimg.slick-active span { width:80px; height:80px; }
.row-fluid .testimonial-slideimg.slick-current span { opacity:1; border-color:#031931; width:96px; height:96px; }
.row-fluid .testimonial-slideimg { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .testimonial-slidename { font-size:14px; font-style:italic; padding:0 0 35px;  }
.row-fluid .testimonial-slidename span { font-size:18px; text-transform:uppercase; }
.row-fluid .testimonial-slidetext { font-style:italic; padding:0 0 20px; }

/*firm principles section*/
.row-fluid .firmPrinciples-section { background:url(//cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/bg-img.jpg) no-repeat center; background-size: cover;  padding:65px 0; text-align:center; }
.row-fluid .firmPrinciples-boxes { padding:20px 0 0; }
.row-fluid .firmPrinciples-box { float:left; margin:0; padding:0 15px; }
.row-fluid .firmPrinciples-btop { font-size:45px; line-height:50px; font-weight:700; margin:0 0 15px; min-height:75px; }
.row-fluid .firmPrinciples-btop img { max-height:65px; }
.row-fluid .firmPrinciples-btitle { font-size:25px; font-weight:500; line-height:30px; padding:0 0 20px; }

/*guide section*/
.row-fluid .guide-section { padding:50px 0 55px; }
.row-fluid .overlay-section { position:relative; }
.row-fluid .overlay-section:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#0a6826; opacity:0.9; }
.row-fluid .overlay-section > div { position:relative; }
.row-fluid .video-box span.hs_cos_wrapper_widget  { border:2px solid #fff; display:block; }
.row-fluid .guide-sectext { padding:5px 0 15px; }
.row-fluid .guide-secright { padding:15px 0 0; }

/*our leaders section*/
.row-fluid .ourleaders-section { padding:65px 0 40px; }
.row-fluid .ourleaders-bloglist { padding:25px 0 0; color:#444; }
.row-fluid .ourleaders-bloglist .hs-rss-item { margin:0 0 38px; border:1px solid #ddd; }
.row-fluid .ourleaders-bloglist .hs-rss-item-image-wrapper { float:left; width:40%; height:255px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .ourleaders-bloglist .hs-rss-item-image-wrapper img { display:none; }
.row-fluid .ourleaders-bloglist .hs-rss-item-text { float:left; width:60%; padding:25px; }
.row-fluid .ourleaders-bloglist .hs-rss-title { font-size:24px; color:#031931; font-weight:700; line-height:30px; text-transform:uppercase; }
.row-fluid .ourleaders-bloglist .hs-rss-item:nth-child(2n) .hs-rss-item-image-wrapper { float:right; }
.row-fluid .ourleaders-bloglist h3,.row-fluid .blog-categories h3 { display:none; }

/*cta section*/
.row-fluid .cta-section { padding:90px 0 70px; text-align:center; }
.row-fluid .cta-section h2 { font-size:45px; line-height:50px; font-weight:500; }
.row-fluid .cta-text { font-size:24px; line-height:30px; font-weight:300; padding:20px 0 35px; }

/* Google Custom Search Style */
/*.hs-blog-post .googlesearch-box { display:none; }*/
.row-fluid .googlesearch-box { position:relative; }
.row-fluid .top-search { float:none; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .header-search { padding-top:12px; float:left; display:inline-block; vertical-align:middle; }
.search-button { background-color:rgba(0, 0, 0, 0); border:0 none; color:#fff; cursor:pointer; display:inline-block; font-size:25px; top:18px; line-height:30px; position:absolute; right:20px; transition:all 0.2s ease; vertical-align: middle; z-index: 99; }
.search-button:hover { color:#e4b43a; }
.search-button::before { float:left; content:""; font-family:FontAwesome; font-stretch:normal; font-style:normal; transition:all 0.2s ease; padding:3px 10px; }
.search-button:hover:before{ color:#0a6826; }
.header-search .hs-input { transition:all 1s ease; background-color:#fff; border:0 none; color:#6b6b6b; font-size:15px; height:auto; max-width:300px; min-height:35px; opacity:0; padding:0 15px; position:absolute; width:100%; visibility:hidden; z-index:99; outline:none !important; }
.search-open .header-search .hs-input { opacity:1; visibility:visible; }
.header-search .hs-button.primary { display:none; }
.search-open .header-search .search-button::before { content:""; }
.search-open .header-search .search-button::after { display:none; }

.googleCse { max-width:250px !important; position:absolute; right:30px; width:100% !important; top:55px; }
.googleCse .cse .gsc-control-cse, .googleCse .gsc-control-cse { padding:0; border:none !important; }
.googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:250px !important; padding:0; }
.googleCse .gsc-input-box { height:auto !important; border:none; }
.googleCse .gsc-search-box td { padding:0 !important; }
.googleCse .gsc-search-box input.gsc-input { border-radius:0; display:inline-block; background-image:none !important; width:250px !important; height:40px !important; padding:0 15px !important; color:fff; font-size:14px; font-family:'Lato'; font-size:14px; border:0; vertical-align:top; }
.googleCse .gsc-search-box .gsib_b { display:none !important; }
.googleCse table.gsc-search-box { margin:0; }
.googleCse .gsc-search-button { width: 36px !important; padding: 0 !important; margin: 0 !important; position:relative; }
.googleCse .gsc-search-button input { opacity:0 !important; position:relative; z-index:5; display:none; text-indent:0 !important; }
.googleCse .gsc-search-button:before { display:none; content:"\f002"; font-family:'FontAwesome'; z-index:3; font-size:15px; position:absolute; left:0; bottom:0; right:0; top:0; text-align:center; line-height:33px; color:#a9bcc2; transition:all ease 0.3s; }
.googleCse .gsc-search-button:hover:before { color:#e4b43a; }
.googleCse .gsc-selected-option-container { min-width:95px; }
form.gsc-search-box { margin-bottom:0 !important; }
.gsc-input { text-indent:0 !important; }

.row-fluid .top-searchbox input::-webkit-input-placeholder { color:#ccc !important; }
.row-fluid .top-searchbox input::-moz-placeholder { color:#ccc !important; }
.row-fluid .top-searchbox input:-moz-placeholder {  color:#ccc !important; }
.row-fluid .top-searchbox input:-ms-input-placeholder { color:#ccc !important; }

/*footer section*/
.row-fluid .footer-main a { text-decoration:none; }
.row-fluid .footer-main a:hover { color:#0a6826; }

.row-fluid .footer { background:#2f2f2f; padding:75px 0 55px; font-weight:300;  }
.row-fluid .footer h3 { padding:0 0 15px; font-size:21px; font-weight:500; line-height:28px; text-transform:none; }

.row-fluid .footer-address { margin:15px 0 10px; position:relative; padding-left:30px; float:left; width:100%; }
.row-fluid .footer-address:before { font-family: 'FontAwesome'; content:"\f041"; display:inline-block; position:absolute; left:2px; font-size:17px; }
.row-fluid .footer-calltext { padding-left:30px; position:relative; float:left; width:100%; margin:0 0 15px; }
.row-fluid .footer-calltext:before { font-family: 'FontAwesome'; content:"\f095"; display:inline-block; position:absolute; left:2px; font-size:17px; }
.row-fluid .footer-mailid { padding-left:30px; position:relative; float:left; width:100%; }
.row-fluid .footer-mailid:before { font-family: 'FontAwesome'; content:"\f003"; display:inline-block; position:absolute; left:2px; font-size:17px; }

.row-fluid .footer-links ul li a:link , .row-fluid .footer-links ul li a:visited { padding:0; margin:0 0 5px; }
.row-fluid .footer-newsletterform h3  { display:none; }
.row-fluid .footer-newsletterform .hs-form-required { display:none; }
.row-fluid .footer-newslettertext { padding:0 0 5px; }
.row-fluid .footer-newsletterform { padding:0 0 25px; }

.row-fluid .footer-social a { width:35px; height:35px; text-align:center; line-height:35px; color:#fff; background:#222; border-radius:2px; display:inline-block; margin:0 5px 0 0; }
.row-fluid .footer-social a:hover,.row-fluid .contact-social a:hover ,.row-fluid .top-social0 a:hover { background:#0a6826; color:#fff; }

.row-fluid .footer2 { background:#262626; padding:25px 0; font-weight:300; color:#797979; }
.row-fluid .footer2 a { color:#797979; }
.row-fluid .footer2 a:hover { color:#fff; }

.row-fluid .footer2-links ul { float:right; }
.row-fluid .footer2-links ul li a { padding:0 15px; }

.row-fluid .hero-area0 { position:relative; min-height:150px; text-align:center; }
.row-fluid .hero-area0:after,.row-fluid .hero-section:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(3, 25, 49, 0.8); }

.row-fluid .hero-area0 .wrapper { z-index:1; position:absolute; left:50%; top:50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.row-fluid .hero-area0 h1,.row-fluid .hero-section h1{ font-size:30px; color:#fefefe; padding:0; font-family: 'Lato', sans-serif; font-weight:700; }

.row-fluid .direction-main01 { padding:60px 0 0 0; }
.row-fluid .grey-bg { background:#ebebeb; }
.row-fluid .directors-custome { padding:79px 0; }
.row-fluid .director-box {  background:#fff; padding:0 20px; position:relative; float:left; width:100%; text-align:center; }
.row-fluid .directors-custome span > div.hs_cos_wrapper  { float:left; width:30.99% ; margin:0 40px 0 0;}
.row-fluid .directors-custome span > div.hs_cos_wrapper:nth-child(3n) { margin-right:0; }
.row-fluid .directors-img { height:172px; width:172px; border-radius:50%; float:none; display:inline-block; margin-top:-28px; position:relative; background-position:top center; }

.row-fluid .director-box h3 { color:#0a6826; font-size:24px; line-height:24px; text-transform: capitalize; padding:0; margin-top:32px; font-weight:400; }
.row-fluid .director-box h5 { color:#031931; font-size:16px; line-height:24px; font-style: italic; padding:0; margin:7px 0 18px; }
.row-fluid .director-text { font-size:16px; color:#222222; line-height:24px; margin-bottom:25px; }
.row-fluid .director-social a { color:#fff; background:#021222; border-radius:50%; width:40px; height:40px; display:inline-block; text-align:center; line-height:40px; margin:0 7px;  }
.row-fluid .director-social a:hover { background:#0a6826; }
.row-fluid .director-social { margin-bottom:50px; float:left; width:100%; }
.row-fluid .read-plus { display:inline-block; background:#16702c; height:40px; line-height:40px; padding:0 10px; color:#fbfbfb; font-size:18px; width:117px; text-align:center;  }
.row-fluid .director-box .btn-effect { top:100%; position:absolute; bottom:0; margin-top:-20px; left:50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.row-fluid .partners-main { padding:57px 0; }
.row-fluid .partner-custome { padding-top:25px; }
.row-fluid .partner-custome span > div.hs_cos_wrapper { float:left; width:23.77%; margin:50px 14px 50px 0; }
.row-fluid .partner-custome span > div.hs_cos_wrapper .director-box { background:#f0f0f0; }
 
.row-fluid .testimonial-left { float:left; width:29%; }
.row-fluid .testimonial-right { float:left; width:71%; margin:0; padding-left:68px; }
.row-fluid .main-testimonial { padding:70px 0; overflow:hidden; } 
.row-fluid .testimonial-rss h3 { color:#031931; font-size:24px; position:relative; text-transform:capitalize; width:auto; padding:0; margin-bottom:30px; font-weight:400; }
.row-fluid .testimonial-rss h3:after { position:absolute; left:0; width:50px; content:''; height:3px; bottom:0; top:100%; background:#031931; }
.row-fluid .testimonial-rss .hs-rss-item-image-wrapper { float:left; width:40%; padding-right:20px; height:86px; margin-top:3px; }
.row-fluid .testimonial-rss .hs-rss-item-image-wrapper .hs-rss-featured-image{height:100% !important; width:100% !important;}
.row-fluid .testimonial-rss .hs-rss-item-text { float:left; width:60%; padding:0; }
.row-fluid .testimonial-rss .hs-rss-title { font-size:16px; line-height:24px; color:#031931; font-weight:700;  margin-bottom: 8px; float:none; display:inline-block; }
.row-fluid .testimonial-rss .hs-rss-title:hover , .row-fluid .test-content0 a:hover,.row-fluid .video-filter ul li a:hover,.row-fluid .conatct-content0 ul li a:hover , .row-fluid .post-title h2 a:hover ,.row-fluid .author-by a:hover ,.row-fluid .blog-categories ul li a:hover, .row-fluid .detail-by a:hover,.row-fluid .thank-post ul li a:hover,.row-fluid .blog-filter0 ul li a:hover ,.row-fluid .mission-menu ul li a:hover { color:#0a6826; }
.row-fluid .testimonial-rss .hs-rss-description { font-size:16px; color:#222222; line-height:24px; float:left; width:100%; }
.row-fluid .testimonial-rss .hs-rss-description p { padding:0; }
.row-fluid .testimonial-rss .hs-rss-item { border-bottom:1px solid #afafaf; padding-bottom:15px; }
.row-fluid .testimonial-rss .feedreader_box { padding-left:10px; }

.row-fluid .testimonial-cta { float:left; margin-top:10px; }
.row-fluid .testimonail-email { background:#f6f6f6; margin-top:37px; /*border:1px solid #000;*/ padding:21px 18px; }
.row-fluid .testimonail-email h3 { font-size:24px; color:#031931; text-transform:capitalize; padding:0; margin-bottom:15px; }
.row-fluid .testimonail-email .hs-form-required { display:none; }
.row-fluid .testimonail-email .input input ,.blog-page0.hs-blog-post #comment-form form input { box-shadow: none;  border:1px solid #031931; height:40px; border-radius:0; color:#031931; font-size:14px; padding:0 15px;  background:url(//cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/blank.png) no-repeat left top; }
.blog-page0.hs-blog-post #comment-form form textarea { border:1px solid #031931; border-radius:0; color:#031931; font-size:14px; padding:10px 15px;  }
.row-fluid .testimonail-email input[type=submit] { height:40px; border-radius:2px; line-height:40px; padding:0; text-align:center; width:125px; font-size:16px; margin-top:6px; font-weight:300; }

.row-fluid .testimonial-content { background:#f3f3f3; float:left; width:100%; margin-bottom:100px; padding:28px 20px 75px 80px; position:relative; }
.row-fluid .testimonial-content:after { position:absolute; top:30px; left:20px;  content: "\f10d"; font-family:'fontAwesome'; font-size:50px; color:#d8d8d8; }
.row-fluid .testimoanil-img { width:120px; height:120px; border-radius:50%; border:5px solid #fff; float:left; }
.row-fluid .testimonial-text { float:left; width:100%; color:#000000; }
.row-fluid .test-content0 { float:left; width:auto; padding-left:20px; }
.row-fluid .test-content0 a { padding:0; color:#17712c; font-size:18px; }
.row-fluid .test-content0 span { color:#000000; float:left; width:100%; }

.vlp .row-fluid .about-custome0 .test-content0 a { color:#000000; font-size:16px; line-height:24px; }

.row-fluid .test-detail { position:absolute; bottom:0; top:74%; width:100%; }
.row-fluid .featured-main01 { padding:62px 0 55px; background:#f5f4f4; }
.row-fluid .title-style0 h2 { color: #031931; font-weight:400; font-size: 26px; position: relative; text-transform: capitalize; width: auto; padding: 0; margin-bottom: 30px; padding-bottom:9px; }
.row-fluid .title-style0 h2:after { position: absolute; left: 0; width: 50px; content: ''; height: 3px; bottom: 0; top: 100%; background: #031931;}

.row-fluid .feature-text0 { color:#000000; }
.row-fluid .video-filter ul { text-align:center; width:100%; border:1px solid #e7e7e7; padding-left:0; margin-top:50px; }
.row-fluid .video-filter ul li { float:none; display:inline-block; width:auto; margin:0; font-size:15px; padding:10px 0; }
.row-fluid .video-filter ul li:first-child a,.row-fluid .blog-filter0 ul li:first-child a { border-left:0; }
.row-fluid .video-filter ul li a { color:#031931; display:inline-block; padding:0 12px; border-left:1px solid #031931; line-height:15px; }

.row-fluid .video-custome { width:103%; position: relative; left: -7px; padding:30px 0 20px; }
.row-fluid .video-custome  #container .resource-box { float:left; width:31.58%; margin:0 7px 40px; }
/*.row-fluid .video-custome  #container > div.hs_cos_wrapper:nth-child(3n-2) .resource-box{ margin-left:0 !important;  }*/
.row-fluid .resource-box02 { min-height:230px; float:left; width:100%;  }
.row-fluid .video-content02 { float:left; width:100%; }
.row-fluid .resource-box h4  { color:#15702c; font-size:24px; line-height:24px; float:left; width:auto; clear:none; }
.row-fluid .resource-box h5 { float:right; width:auto; color:#031931; font-size:16px; line-height:24px; clear:none; }

.row-fluid .filter-title { display:none; position:relative; }
.row-fluid .filter-title .fa { transition:all .3s ease; }
.row-fluid .contact-main { padding:60px 0; }
.row-fluid .contact-form h3,.row-fluid .blog-filter0 h3 { display:none; }
.row-fluid .contact-form .input { margin-right:0 !important; }
.row-fluid .contact-form .input input { border:1px solod #c9c9c9; height:40px; border-radius:0; font-size:14px; color:#031931; }
.row-fluid .contact-form fieldset { margin-bottom:6px; }
.row-fluid .contact-form input[type=submit] { width:126px; height:40px; padding:0; text-align:center; font-weight:400; }

.row-fluid .contact-social { margin-top:40px; }
.row-fluid .contact-social a { background:#031931; width:35px; height:35px; line-height:35px; line-height:35px; color:#fff; display:inline-block; text-align:center; margin-right:10px; }

.row-fluid .conatct-content0 label { color:#0a6826; font-size:20px; }
.row-fluid .conatct-content0 ul { padding-left:0; }
.row-fluid .conatct-content0 ul li { list-style:none; color:#222222; position:relative; padding-left:34px; margin-bottom:10px; text-align:left; }
.row-fluid .conatct-content0 ul li a { color:#222222; }
.row-fluid .conatct-content0 ul li:after { position:absolute; left:0; top:0; font-family:'fontAwesome'; color:#031931; font-size:20px; width:30px; text-align:center; }
.row-fluid .conatct-content0 ul li.address:after { content: "\f041"; }
.row-fluid .conatct-content0 ul li.tel:after { content: "\f10b"; }
.row-fluid .conatct-content0 ul li.fax:after { content: "\f1ac"; }
.row-fluid .conatct-content0 ul li.waterfall:after { content: "\f0e0"; }
.row-fluid .conatct-content0 ul li.waterfall a,.row-fluid .conatct-content0 ul li.office-manager a { text-decoration:underline; }

.row-fluid .location-custome span > div.hs_cos_wrapper  { float:left; width:38%; margin-bottom:15px;  }
.row-fluid .location-img { width:183px; height:122px; cursor:pointer; position:relative; overflow:hidden;}
.row-fluid .location-hover { position:absolute; top:100%; bottom:0; width:100%; height:100%; text-align:center; background:rgba(0,0,0,.4); transition:all .3s ease; }
.row-fluid .location-hover a { display:block; height:100%; }
.row-fluid .location-img:hover .location-hover { top:0; }
.row-fluid .location-img .fa { top:50%; left:50%; position:absolute; color:#fff; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.row-fluid .location-name { font-size:16px; color:#031931; display:inline-block; margin-top:10px; }
.row-fluid .summary-text { padding-top:40px; color:#222222; }
.row-fluid .contact-left { padding-right:45px; }
.row-fluid .location-main0 { padding-top:85px; }

.row-fluid .mission-menu {  position: absolute; bottom: 0; top:auto; left: 0;  width: 100%;  background:#031931;  height:60px; } 
.row-fluid .mission-menu ul { margin-top:20px; }
.row-fluid .mission-menu ul li  { border-left:1px solid #fff; }
.row-fluid .mission-menu ul li:first-child { border-left:0; }
.row-fluid .mission-menu ul li a { padding: 0 30px; text-transform:uppercase; font-size:18px; line-height:22px; }
.mission .row-fluid .hero-area0 { min-height:209px; }
.mission .row-fluid .hero-area0 .wrapper { top:35%; }

    .row-fluid .filter-title.open .fa  { color:#0a6826  ; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.row-fluid .company-search { font-size:18px; color:#0a6826; }
.row-fluid .office-main0 { margin-top:30px; }
.row-fluid .search-image { border:1px solid #000000;  min-height:245px; text-align:center; position:relative; margin-top:15px; }
.row-fluid .search-image img { position:absolute;  left:50%; top:50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.row-fluid .blog-main { padding:50px 0; }
.blog-page0.hs-blog-listing .body-container-wrapper { background:#f8f8f8; }
.blog-page0.hs-blog-listing .row-fluid .blog-right { display:none; }
.blog-page0.hs-blog-listing .blog-left { width:100%; }
.row-fluid .post-item0 { float:left; width:100%; border:1px solid #dddddd; margin-bottom:40px; position:relative; }
.row-fluid .post-listing .post-item0:nth-child(even) .featured-image { right:0; left:auto; }
.row-fluid .post-listing .post-item0:nth-child(even) .post-body0 { float:left; }

.blog-page0.hs-blog-listing .row-fluid .featured-image { float:left; width:40%; height:100%;  position:absolute; left:0; top:0; }
.featured-image.bgimg-main{background-size:100% !important;}
.blog-page0.hs-blog-post .row-fluid .featured-image { min-height:370px; float:left; width:100%;  margin:30px 0; }

.row-fluid .post-body0  { float:right; width:60%;  padding:10px 30px 20px; color:#444444;  }
.row-fluid .post-title h2 { font-size:24px; line-height:28px; color:#031931; text-transform:uppercase; font-weight:700; padding-bottom:0; }
.row-fluid .post-title h2 a { color:#031931; }

.row-fluid .author-by { float:left; width:auto; color:#031931; }
.row-fluid .author-by a {  color:#031931; }
.row-fluid .more-link { float:right; width:auto; color:#0a6826; text-transform:capitalize; font-weight:700; display:inline-block; position:relative; padding-right:24px; }
.row-fluid .more-link:after { position:absolute; right:0; top:0; font-family:'fontAwesome';  content: "\f178"; transition:all .4s ease;  }
.row-fluid .more-link:hover:after { right:-3px; }

.row-fluid .blog-pagination0 { display:none; }
.row-fluid .blog-categories ul { margin:0; padding:0; }
.row-fluid .blog-categories ul li:first-child { border-top:0; }
.row-fluid .blog-categories ul li  { list-style:none; border-top:1px solid #afafaf; padding:13px 25px; float:left; width:100%; position:relative; text-align:left; }
.row-fluid .blog-categories ul li:after { position:absolute; left:7px; top:12px; content: "\f0da"; font-family:'fontAwesome'; }
.row-fluid .blog-categories ul li a { color:#222222; }

.row-fluid .testimonial-cta.blog-cta { padding:10px 0 20px; }
.blog-page0 .row-fluid .testimonail-email { margin-top:0; }
.row-fluid .detail-by,.row-fluid .detail-by a { color:#18722d; }


.blog-page0.hs-blog-post #comment-form { width:80%; margin-top:30px; }
.blog-page0.hs-blog-post #comment-form form  div.hs-form-field { float:left; width:50%; padding:0 8px 14px; }

.blog-page0.hs-blog-post #comment-form form  div.hs_comment.hs-form-field { float:left; width:100%; clear:both; }
.blog-page0.hs-blog-post #comment-form form  div.hs_subscribe.hs-form-field  { display:none; }

.blog-page0.hs-blog-post #comment-form form input[type=submit] { clear:both;  float:left; color:#fff; }
.blog-page0.hs-blog-post .section.post-body { padding-bottom:24px; }
.blog-page0.hs-blog-post .blog-left { padding-right:40px; }
.blog-page0.hs-blog-post .comment { padding-top:15px !important; }
.blog-page0.hs-blog-post .comment-body p { padding:10px; }
.blog-page0.hs-blog-post .comment-reply-to:hover { color:#fff; }

.row-fluid .hero-section { padding:40px 0 280px; position:relative; }
.download-landing .row-fluid .hero-section { padding:40px 0 65px;  }
.row-fluid .hero-text01 { padding:26px 0 40px; font-size:20px; line-height:24px; }
.row-fluid .about-custome0 { padding-bottom:80px; }
.row-fluid .hero-cta00 a { background:#eeeeee; border-radius:3px; width:275px; font-size:20px; line-height:24px; color:#1c3045; text-decoration:none; text-transform:uppercase ; height:52px; line-height:52px; text-align:center; display:inline-block; }
.row-fluid .hero-cta00 a:hover { color:#fff; background:#0a6826; }
.row-fluid .landing-video { position:relative;  text-align:center; margin-top:-218px; margin-bottom:130px; /*-moz-transform: translateY(-52%); -webkit-transform: translateY(-52%); -o-transform: translateY(-52%); -ms-transform: translateY(-52%); transform: translateY(-52%);*/  }
.row-fluid .video-html { width:614px; height:345px; float:none; display:inline-block;  border: 15px solid #fff; }
.row-fluid .about-custome0 span > div.hs_cos_wrapper  { float:left; width:48%; margin-right:45px; }
.row-fluid .about-custome0 span > div.hs_cos_wrapper:nth-child(2n) { margin-right:0; }
.row-fluid .about-custome0 h5 { font-size:20px; line-height:24px; color:#0a6826; margin-bottom:22px; }

.row-fluid .about-text99 { font-size:18px; color:#000000; line-height:24px; font-style:italic; margin-bottom:40px; }
.row-fluid .about-custome0 .test-content0 h4  { font-size:20px; color:#0a6826; padding:0; }
.row-fluid .about-custome0 .test-content0 { padding-top:27px; }
.row-fluid .top0-text { float:right; width:auto; padding-top:26px; color:#031931; font-size:20px; }
.row-fluid .banner-text99 { font-size:24px; line-height:36px; color:#ffffff; }

.thank-page .row-fluid .hero-area0  { min-height:350px; }
.row-fluid .thank-box { padding:32px 0 60px; }
.row-fluid .thank-title h2 { color:#031931; font-size:36px; line-height:36px; text-transform:capitalize; position:relative; padding-bottom:20px; margin-bottom:45px; font-weight:400; }
.row-fluid .thank-title h2:after { position: absolute; left: 50%; width: 82px; content: ''; height: 3px; bottom: 0; top: 100%; background: #000000; margin-left:-41px; }
.row-fluid .thank-img { padding:40px 0; }
.row-fluid .thank-text01 { font-size:20px; color:#000000; }

.row-fluid .happen-title01 { font-size:24px; line-height:36px; color:#106c29; }
.row-fluid .thank-post { max-width: 60%;  text-align: left; float: none;  display: inline-block;}
.row-fluid .thank-post ul { margin:0; float:left; width:100%; padding:0; }
.row-fluid .thank-post ul li { list-style:none; float:left; width:100%; margin:5px 0; }
.row-fluid .thank-post ul li a { position:relative; padding-left:15px; color:#000000; float:left; }
.row-fluid .thank-post ul li a:after { position:absolute; left:0; top:0; font-family:'fontAwesome'; content: "\f101"; line-height:20px; }

.row-fluid .hero-section .wrapper ,.row-fluid .download-box01 .wrapper { position:relative; z-index:1; padding:0 140px; }
.row-fluid .book-box { border:1px solid #585b5d; padding:15px 40px 30px; text-align:left; margin-top:20px;  }
.row-fluid .book-box h4 { font-size:24px; line-height:24px; color:#fff; font-weight:400; padding-bottom:5px; }
.row-fluid .book-left h4 { margin-bottom:45px; }
.row-fluid .book-right { padding-left:30px; }
.row-fluid .book-image0 { padding:0px 10px 10px 0; }
.row-fluid .get-copyform form input { background:transparent; height:40px; color:#fff; }
.row-fluid .get-copyform form input[type=submit] { margin-top:15px; padding:0; background: #d8d8d8 url('//cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/1by1-Transparent-image.png'); border-radius: 3px; width: 100%; font-size: 16px; line-height: 24px; color: #1c3045; text-decoration: none; text-transform: uppercase; height: 40px; line-height: 40px; text-align: center; display: inline-block; }
.row-fluid .get-copyform form input[type="checkbox"]+span:before { background:transparent; border-radius:3px; }

.row-fluid .download-box01 { padding:40px 0; }
.row-fluid .green-title h3 { text-align:center; font-size:26px; color:#126d2a; font-weight:400; text-transform:capitalize; margin-bottom:40px; }
.row-fluid .download-text02 { font-size:18px; line-height:24px; color:#000000; }
.row-fluid .top-social0 { float:right; width:auto; padding-top:21px; }
.row-fluid .top-social0 a { width: 35px; height: 35px; text-align: center; line-height: 35px; color: #fff; background: #222; border-radius: 2px; display: inline-block;  margin: 0 5px 0 0; }

.row-fluid .get-copyform { padding-top:15px; font-size:20px; }

.row-fluid .get-copyform h3 { display:none; }

.row-fluid .video-out { display:none; }
.row-fluid .blog-filter0 { background:#031931; }
.row-fluid .blog-filter0 ul { margin:0; padding:0; text-align:center; float:left; width:100%;  }
.row-fluid .blog-filter0 ul li { font-size:18px; line-height:22px; font-weight:700; text-transform:uppercase; float:none; width:auto; display:inline-block; padding:22px 0;  }
.row-fluid .blog-filter0 ul li a { color:#fff; border-left:1px solid #fff; padding:0 20px; display:inline-block; }

.row-fluid .mission-text0 { color:#222222; }

/*-=-=-==mainmenu -=-*/

.row-fluid .mainmenu .hs-menu-wrapper ul li { padding-bottom:33px; float:left; }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul li{ padding-bottom:0; width:100%; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:10px 12px; float:left; width:100%;}
.row-fluid .mainmenu .hs-menu-wrapper ul li a:hover{ color:#0a6826; }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { padding:5px 12px;  color:#fff;  }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper { background:#031931; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper { background:#031931; top:77px; padding:8px 0; }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul.hs-menu-children-wrapper { left:100% !important; }

.vlp .logo { padding-bottom:20px;}
.download-landing .logo { padding-bottom:20px;}

.row-fluid .director-social { position:absolute; bottom:0; left:0; }
.row-fluid .director-text  { margin-bottom:120px; } 


/* ================ start director page ============= */
.main-director{font-family: 'Lato', sans-serif; background-color:#f8f8f8;}
.main-director .name-links ul li{display:inline-block; list-style:none;}
.main-director .name-links ul{padding:6px 0;}
.main-director .name-links ul li a{font-weight:300; font-size:16px; color:#000;}
.main-director .name-links ul li:last-child a{color:#0a6826;} 
.main-director .name-links ul li a i{padding:0 5px;}
.main-director .name-links{padding-bottom:6px;}
.director-name p{padding:0 0;}
.director-name h3{color:#031931; font-size:30px; text-transform:capitalize; padding:0 0 7px; line-height:25px;}
.director-name{color:#0a6826; font-size:18px;}
.director-socile ul{padding:0; text-align:right; margin:0;}
.director-link-rows{padding-bottom:3px;}
.director-socile ul li{display:inline-block; list-style:none;}
.director-socile ul li a{display:inline-block; color:#fff; height:42px; width:42px; text-align:center; padding:8px 0; background-color:#031931; border-radius:100%; margin:0 8px;}
.director-socile ul li a:hover{background-color:#103761; transition:0.6s;}
.director-detaile a{color:#0a6826; font-size:18px; display:inline-block; padding-top:5px;}
.director-border-cover{padding-bottom:54px; border-bottom:1px solid #d0d0d0;}
.video-main-title{text-align:center; font-size:30px; color:#031931; font-family: 'Lato', sans-serif; padding:40px 0; background-image:url(//cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/border%20image1.png?t=1486695023332); background-repeat:no-repeat; background-position:center bottom;}
.vedeo-col{text-align:center;}
.video-row{padding-top:69px;}
.video-text{font-size:24px; line-height:28px; color:#031931; padding:0 50px; padding-top:5px;}
a.various{display:inline-block; width:100%; height:265px; background-image:url('https://cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/video.png?t=1484125700353'); background-repeat:no-repeat; background-size:cover;}
a.various i{position:relative; top:50%; transform:translateY(-50%); font-size:50px; line-height:50px; color:#fff;}
#inline iframe{width:100%; border-radius:2px; height:330px;}
.fancybox-skin{padding:0 !important; border-radius:4px;}
.fancybox-inner{height:auto !important; border-radius:4px;}
.ytp-thumbnail-overlay-image{border-radius:5px; !important}
.videos-area{padding-top:22px; padding-bottom:95px; background-color:#f8f8f8;}
.info-link{text-align:center;}
.info-link a{font-size:16px; color:#031931; font-family: 'Lato', sans-serif; text-decoration:underline; padding:25px 0; display:inline-block;}
.director-profile{background-color:#fff;  box-shadow: 3px 2px 9px 0 #ececec;}
.director-profile img{width:100% !important;}
.director-right{padding-left:10px;}
.director-left .post-title1{font-size:20px; color:#031931; position:relative; font-family: 'Lato', sans-serif; line-height:40px; margin-bottom:7px;}
.director-left .post-title1:before{position:absolute; content:""; background-color:#031931; height:3px; width:50px; bottom:0; left:0;}

.director-left .post-title a + a{width:100%; display:inline-block; color:#0a6826;}
.director-left .post-title a:first-child{font-size:18px; color:#222222;}

.director-left .post-title {border-bottom: 1px solid #ccc;    padding:18px 0;}
.director-left .post-update{padding-top:18px;} 

.hsis_loader{text-align:center;}


/* ================ start director page ============= */
.bg-img{display:none !important;}
.firmPrinciples-section.text-white.bgimg-main,.speciality-slide-top{background-size:cover; background-repeat:no-repeat;}
.speciality-banner-text{text-align:center; padding:0 300px; color:#fff; display:table-cell;  vertical-align: middle; height:398px; transform:translateY(153px); transition:.0.4s; opacity:0}
.speciality-slide-top{position:relative; z-index:1; height:398px; display:table; width:100%;}
.speciality-slide-top:before{position:absolute; content:""; top:0; right:0; left:0; bottom:0; z-index:-1; background-color:rgba(0,0,0,0.40);}
.speciality-banner-text h2{line-height:33px; padding-bottom:0; color:#fff;}
.specilty-top-slider .slick-prev.slick-arrow,.specilty-top-slider .slick-next.slick-arrow{background:transparent;}
.specilty-top-slider .slick-arrow.slick-next:hover:before,.specilty-top-slider .slick-arrow.slick-prev:hover:before{color:#fff; transition:0.6s;}
.specilty-top-slider .slick-arrow.slick-next::before,.specilty-top-slider .slick-arrow.slick-prev::before{font-size:50px; color:#031931;}
.specilty-top-slider  .slick-active .speciality-banner-text{ transform:translateY(0); transition:1.5s; opacity:1;}
.specilty-top-slider .slick-arrow.slick-prev{left:52px}
.specilty-top-slider .slick-arrow.slick-next{right:52px;}
.clients-arae .text-center{text-align:center;}
.clients-arae .testimonial-title { color: #031931;  font-size: 36px;  font-weight: bold;  text-align: center; text-transform: uppercase; line-height:40px; padding:22px 0; background-image:url(https://cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/border%20image1.png); background-repeat:no-repeat; background-position:center bottom;}
.clients-arae .Our-clients span > .hs_cos_wrapper{width:33.33%; box-sizing:border-box; padding:0 20px; float:left; margin-bottom:30px;}
.clients-arae .oure-client-row{padding-top:51px;}
.clients-arae .testimonial .testimonia-image img{border-radius:50%;} 
.clients-arae .testimonia-slide-col {   background-color: #f7f7f7;    position: relative; padding:40px; margin-top:41px; padding-bottom:0;}
.clients-arae .testimonia-text > a{color:#106c28; display:inline-block; width:100%; }
.clients-arae .testimonia-text{ font-family: 'Lato', sans-serif; line-height:24px; color:#000; padding-top:38px;     padding-bottom: 30px;}
.clients-arae .testimonia-image {   left: 0;    position: absolute;    right: 0;    top: -62px;}
.clients-arae .slick-list{ padding: 68px 0;}
.clients-arae{padding-top:38px; padding-bottom: 70px; background-image:url(https://cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/testi%20border.png); background-position:center; background-position: 50% 58%;    background-repeat: no-repeat;}
.clients-arae  ul.slick-dots { bottom: 19px;    padding: 0;    position: absolute;}
.testimonia-slider-main > span{padding-right:25px;}
.economi-right-area{color:#fff;  font-family: 'Lato', sans-serif;}
.economi-right-area .eco-title h4{color:#000; line-height:30px; font-size:22px; font-weight:bold;  font-family: 'Lato', sans-serif; color:#fff; }
.eco-socile-icon ul{padding:0;}
.slick-active .testimonia-image{transform:scale(1); transition:1.5s;}
.testimonia-image{transform:scale(0); transition:1s;}
.eco-socile-icon ul li{list-style:none; display:inline-block; padding:0 6px;}
.eco-socile-icon ul li a{color:#fff;}
.eco-read a{color:#fff; font-weight:bold;} 
.eco-read{text-align:right; padding:15px 0;}
.eco-title.text {  padding-bottom: 11px;}
.economi-area.bgimg-main{background-repeat:no-repeat; background-size:cover; padding:80px 0; background-attachment:fixed;}
.practice-areas-title{color: #031931;  font-size: 36px;  font-weight: bold;  text-align: center; text-transform: uppercase; line-height:40px; padding:22px 0; background-image:url(https://cdn2.hubspot.net/hubfs/2361806/BSG-2016/Image/border%20image1.png); background-repeat:no-repeat; background-position:center bottom}
.our-practices-sub-title{  font-family: 'Lato', sans-serif; font-size:26px; color:#031931; position:relative; line-height:40px; padding-bottom:6px;}
.our-practices-sub-title:before{position:absolute; content:""; background-color:#031931; height:3px; width:70px; bottom:0; left:0;}

.our-practices-text {   padding-top: 12px;}
.our-practices-text ul{padding:0; list-style:none; margin-top:10px; float:left; width:50%; }
.our-practices-text ul li a{padding-left:24px; display:inline-block; position:relative; color:#000;}
.our-practices-text ul li a:before{position:absolute; content:"\f178"; font-family:'fontawesome'; left:0; color:#207636;}
.our-practices-text ul li a:hover{color:#207636; transition:0.6s;}
.article-text,.practice-areas{font-family: 'Lato', sans-serif;}
.article-text strong { color: #031931;  display: inline-block;    padding-bottom: 3px;}
.article-text{padding-top:18px;}
.article-image{padding-top:24px;}
.practice-areas .practice-areas-title{margin-bottom:48px;}
.practice-areas{padding:54px 0;}
.article-text a{    float: right;    width: 100%;    text-align: right; color:#0a6826;}
.article-text a i{padding-left:4px;}
.latest-articles ul.slick-dots{padding: 21px 0 0;}

/*-=-=-=-=*/
.record-style { font-size: 25px; font-weight: 500; line-height: 30px; padding: 0 0 20px; text-transform:uppercase;}
.record-title { font-size: 45px; line-height: 50px; font-weight: 700; margin: 0 0 15px;  min-height: 75px;}
.track-scetion .title-style h2 { font-weight:500;}

.row-fluid .director-img { position:relative;  cursor:pointer;}
.row-fluid .director-img img { width:100% !important;}
.row-fluid .director-img:before { position:absolute; content:""; background:rgba(3,25,49,0.8); top:0; left:0; width:100%; height:100%; transition:all 1s ease; }
.row-fluid .director-img:hover:before { top:0; height:0; transition:all 1s ease; }

.new-team .team-box { width:100%; float:left; background-size:cover !important; padding:248px 20px 15px 20px; position:relative; overflow:hidden; background-position: center center !important; }
.new-team .team-box .team-text { width:100%; float:left; text-align:left;}
.new-team .team-box .team-text h2 { font-size:20px; line-height:24px; color:#000; padding:0; font-weight: 400; text-transform: capitalize; }
.new-team .team-box .team-text span { font-size:18px; line-height:22px; color:#186e32; font-style:italic; }
.new-team .team-box:hover .team-hover { transition:all .7s ease; right:0; }
.new-team .team-box .team-hover { width:100%; float:left; position:absolute; top:0; right:100%; background:rgba(0,0,0,0.5); height:100%; color:#fff;  transition:all .7s ease; text-align: center; }
.new-team .team-box .team-hover h6 { color:#fff; font-size:18px; top: 50%; transform: translateY(-50%); position:relative;  }
.new-team .team-box .team-hover h6 a { color:#fff;}
.new-team .team-box .team-hover h6 a:hover { color:#cecece;}

.row-fluid .directors-custome.new-team span > div.hs_cos_wrapper { margin-top:0; }
.row-fluid .partners-main .partner-custome.new-team span > div.hs_cos_wrapper { margin-bottom:3%; margin-top:0;  width:31.3%; margin-right:3%;  }
.row-fluid .partners-main .partner-custome.new-team span > div.hs_cos_wrapper:nth-child(3n) { margin-right:0;}

.pdbtm { padding-bottom:20px;}

.pratices-text { padding:15px 0;}

.post-box { width:100%; float:left; padding-top:30px;}
.post-box .post-img { width:40%; float:left; }
.post-box .post-content { width:60%; float:left; padding-left:20px; }
.post-box .post-title a { font-size:18px; line-height:22px; color:#041129; }

.executive-top {  padding:30px 0; }
.executive-top h1 { padding-bottom:10px;}
.executive-top .executive-main { width:100%; float:left; }
.executive-main .executive-box { width:100%; float:left; margin-bottom:30px; }
.executive-main .executive-box .executive-img { width:10%; float:left; text-align:center; padding-top:0; }
.executive-main .executive-box .executive-text { width:90%; float:left; padding-left:30px; padding-top:0; }
.executive-main .executive-box .executive-text p { padding:5px 0;}

.hero-video { position:absolute; top:0; left:0; width:100%; height:100%; }
.row-fluid .header > div { position:static;}
.row-fluid .header .wrapper { position:relative; z-index:1; }
.row-fluid .firmPrinciples-section { position:relative; z-index:9; }



@media (max-width: 1350px) { 
    
.thank-post { text-align:left; }  
.logo { padding-bottom:10px; }
}

@media (min-width: 1240px) { 
    
.row-fluid .contact-right { margin-left:15px; }
.row-fluid .featured-left { padding-top:15px; }
.row-fluid .video-html { width:630px; height:360px; }
.row-fluid .landing-video { margin-top:-186px; }

}


@media (min-width: 768px) and (max-width: 1200px){

h1 { font-size:38px; line-height:42px; }
h2 { font-size:34px; line-height:40px; }
h3 { font-size:28px; line-height:34px; }
h4 { font-size:26px; line-height:32px; }
h5 { font-size:22px; line-height:30px; }
h6 { font-size:20px; line-height:26px; }

    /*top*/
    
    /*header*/
.row-fluid .header { padding:286px 0 110px; }
.row-fluid .header h1 { padding:0 0 30px; font-size:34px; line-height:46px; }
    
    /*team record*/

/*meet team*/  
.row-fluid .meetteam-section { padding:50px 0 30px; }    
.row-fluid .meetteam-text { padding:0 0 50px; }
.row-fluid .meetteam-box { height:275px; }
.row-fluid a.meetteam-link { font-size:18px; }
.row-fluid .meetteam-btext { padding:15px 0 10px; }

/*testimonial section*/    
.row-fluid .testimonial-slidename { padding: 0 0 25px; }

/*firm principles section*/
.row-fluid .firmPrinciples-btop { font-size:36px; line-height:40px; min-height:55px; }
.row-fluid .firmPrinciples-btop img { max-height:50px; }
.row-fluid .firmPrinciples-btitle { font-size:18px; line-height:24px; }
.row-fluid .firmPrinciples-box { padding: 0 8px; vertical-align: top; }

/*guide section*/
.row-fluid .guide-secright { padding:0; }    

/*our leaders section*/

/*cta section*/
.row-fluid .cta-section { padding:60px 0 50px; }
.row-fluid .cta-section h2 { font-size:38px; line-height:46px; }
.row-fluid .cta-text { font-size:21px; line-height:27px; }

/*footer section*/
.row-fluid .footer { padding:45px 0 35px; }
.row-fluid .footer2 { font-size:15px; }

    
}

@media (min-width: 992px) and (max-width: 1200px){
	

.bsg-home-css .row-fluid .post-listing > .post-item0 { margin-right: 16px; margin-bottom: 16px; }	
.row-fluid .blog-filter0 .main-topic  li { font-size:15px; }  
	
.row-fluid .wrapper {  width:920px; }	

/*top*/    
.row-fluid .mainmenu ul li a:link, .row-fluid .mainmenu ul li a:visited { font-size:13px; padding:10px 14px; }

/*header*/

/*team record*/

/*meet team*/    

/*testimonial section*/

/*firm principles section*/

/*guide section*/

/*our leaders section*/

/*cta section*/

/*footer section*/

.row-fluid .directors-custome span > div.hs_cos_wrapper { margin-right:32px; }
.row-fluid .partner-custome span > div.hs_cos_wrapper { margin-right:11px; }
.row-fluid .testimonial-left { width:35%; }
.row-fluid .testimonial-right { width:65%; padding-left:40px; }
.row-fluid .location-custome span > div.hs_cos_wrapper { width:47%; }

.row-fluid .search-image img { width:210px !important; }
.row-fluid .about-custome0 span > div.hs_cos_wrapper { margin-right:35px; }
.row-fluid .hero-section .wrapper, .row-fluid .download-box01 .wrapper { padding:0 70px; }

.thank-post { text-align:left; }    
.top-social0 { padding-bottom:10px; }
.logo { padding-bottom:10px; }
.row-fluid .testimonial-content { text-align:left;}
.row-fluid .mission-menu ul li a { padding:0 20px;}

.row-fluid .directors-custome.new-team span > div.hs_cos_wrapper { margin-bottom:10px;  margin-top:0; }
.row-fluid .partners-main .partner-custome.new-team span > div.hs_cos_wrapper { margin-bottom:3%;  margin-top:0;   }
.home-page .row-fluid .header.bgimg-main {padding:235px 0 80px; }

}

@media (min-width: 768px) and (max-width: 1169px){
.video-text{  font-size: 20px;    line-height: 25px;    padding: 5px 12px 0;}
.video-row {    padding-top: 38px;}
.videos-area{  padding-bottom: 61px;    padding-top: 0;}
.speciality-banner-text{ padding: 0 200px;}
.clients-arae .testimonia-slide-col{   padding: 40px 22px 0;}
.clients-arae{padding-bottom:42px;}
.row-fluid .bgimg-main{   padding: 55px 0 40px;}
.eco-title.text{padding-bottom:0; padding-top:0; }
.economi-right-area .eco-title h4{padding-bottom:0;}
.practice-areas {   padding: 32px 0 33px;}
    
.home-page .row-fluid .header.bgimg-main {padding:235px 0 80px; }    

.row-fluid .meetteam-bcontent h4 { font-size:16px; line-height:20px; font-weight:600; }
.row-fluid .meetteam-btext { padding:0; font-size:13px; }
}


@media (min-width: 768px) and (max-width: 991px){
	

.bsg-home-css .row-fluid .post-listing > .post-item0 { width:48%; margin-right: 28px !important; margin-bottom: 28px !important; }
.bsg-home-css .row-fluid .post-listing > .post-item0:nth-child(2n) { margin-right: 0 !important; }
.bsg-home-css .row-fluid .post-listing > .post-item0:nth-child(3n) { margin-right: 28px !important; }  
.bsg-home-css.blog-page0.hs-blog-listing .author-by-css { width: 64%; } 
.row-fluid .blog-filter0 .main-topic > li > ul > li { padding: 5px 0; } 

.bsg-home-css .row-fluid .post-listing > .post-item0 { margin-right: 16px; margin-bottom: 16px; }	
.row-fluid .blog-filter0 .main-topic  li { font-size:13px; }   

	
.row-fluid .wrapper {  width:720px; }	

/*top*/
.row-fluid .mainmenu ul li a:link, .row-fluid .mainmenu ul li a:visited { font-size:14px; padding:10px 16px; }
.row-fluid .logo { width:100%; text-align:center; }
.row-fluid .logo img { max-width:170px; }
.row-fluid .mainmenu  { width:100%; text-align:center; }

    
.row-fluid .directors-custome span > div.hs_cos_wrapper { margin-right:25px; }
.row-fluid .partner-custome span > div.hs_cos_wrapper { margin-right:8px; }
.row-fluid .directors-img { width:110px; height:110px; }
.row-fluid .director-social a { line-height: 30px; margin: 0 2px; width: 30px; height: 30px; }
.row-fluid .read-plus { font-size:15px; }
.row-fluid .testimonial-left { width:35%; }
.row-fluid .testimonial-right { width:65%; padding-left:30px; }
.row-fluid .testimoanil-img { width:90px; height:90px; }
.row-fluid .test-content0 a { font-size:17px; }
.row-fluid .test-content0 span { font-size:15px; }
.row-fluid .test-detail { top:85%; }
.row-fluid .test-content0 { padding-left:15px; line-height:20px; }
.row-fluid .testimonail-email h3 { font-size:20px; line-height:normal; }

.row-fluid .video-custome #container .resource-box { margin:0 6px 40px; }
.row-fluid .video-filter ul li { font-size:14px; }
.row-fluid .resource-box h4 { font-size:20px; }
.row-fluid .resource-box h5 { font-size:15px; }

.row-fluid .location-img { width:100%; }
.row-fluid .location-custome span > div.hs_cos_wrapper { width:45%; margin:0 15px 20px 0; }

.row-fluid .mission-menu ul li a { font-size:14px; padding:0 13px; }
.row-fluid .search-image { min-height:200px; }
.row-fluid .author-by { float:left; width:100%; margin-bottom:10px }
.row-fluid .more-link { float:left; }
.blog-page0.hs-blog-post .row-fluid .featured-image { min-height:280px; }
.blog-page0.hs-blog-post .blog-left { padding-right:20px; }
.row-fluid .about-custome0 span > div.hs_cos_wrapper { margin-right: 28px; }
.row-fluid .about-custome0 .test-content0 { padding-top: 15px; }
.row-fluid .about-custome0 { padding-bottom: 50px; }
.row-fluid .top0-text { width:100%; text-align:center; }
.row-fluid .landing-video { margin-bottom:75px; }
.row-fluid .top-social0 { width:100%; text-align:center; margin:10px 0 0 0; }
.row-fluid .hero-section .wrapper, .row-fluid .download-box01 .wrapper { padding:0; }

.row-fluid .blog-filter0 ul li { font-size:16px; }
.row-fluid .blog-filter0 ul li a { padding:0 12px; }

.row-fluid .mainmenu .hs-menu-wrapper ul { width:100%; }
.row-fluid .mainmenu .hs-menu-wrapper ul li { padding-bottom:12px; }
.row-fluid .mainmenu .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper { top:56px; }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul { width:auto; text-align:left; } 
.row-fluid .thank-post { text-align:left; max-width:100%;}
.top-social0 { padding-bottom:10px; }
.row-fluid .director-social { position:absolute; bottom:0; left:0; }
.row-fluid .director-text  { margin-bottom:100px; } 
.vlp .row-fluid .top0-text {padding-bottom:10px; }
.row-fluid .testimonial-content { text-align:left;}



.row-fluid .partner-custome span > div.hs_cos_wrapper {   margin-right: 25px !important;}
.row-fluid .partner-custome span > div.hs_cos_wrapper{width: 29.77% !important;}

.record-style { font-size: 22px; font-weight: 500; line-height: 26px; padding: 0 0 20px;   }
.record-title { font-size: 22px; line-height: 26px; font-weight: 700; margin: 0 0 15px;  min-height: 75px;}
.track-scetion .title-style h2 { font-weight:500;  }

.row-fluid .directors-custome.new-team span > div.hs_cos_wrapper { margin-bottom:20px;  margin-top:0; width:31%; }
.row-fluid .directors-custome.new-team span > div.hs_cos_wrapper:nth-child(3n) { margin-right:0; }
.row-fluid .partners-main .partner-custome.new-team span > div.hs_cos_wrapper { margin-bottom:3%; margin-top:0;  width:31% !important; margin-right:3%;  }
.row-fluid .partners-main .partner-custome.new-team span > div.hs_cos_wrapper:nth-child(3n) { margin-right:0 !important;}

.executive-top h1 { font-size:24px;line-height: 32px; }
.executive-top h2 {  font-size:24px;line-height: 32px; }
.home-page .row-fluid .header.bgimg-main {padding:209px 0 45px; }

.row-fluid .meetteam-box:after { opacity:1;}
.row-fluid .meetteam-btext{ display:block;}
.row-fluid .meetteam-box a.meetteam-link {  display:block;} 
.new-team .team-box .team-hover { right:0;}

 
}

.bsg-home-css.blog-page0.hs-blog-listing .googleCse  { overflow:hidden !important; }   



@media (min-width: 30px) and (max-width: 767px){


.bsg-home-css .search-button { right: -7px; top: -30px; }
.row-fluid .blog-filter0 .main-topic > li { position:relative; } 
.row-fluid .blog-filter0 .main-topic > li i { position:absolute; right:15px; top:12px; color:#fff; cursor:pointer; }  
.row-fluid .blog-filter0 .main-topic > li > ul { position:relative; top:9px; left:auto; width:100%; }   

.row-fluid .blog-css-raw .left-auto1 { width:100%; position:relative; } 
.row-fluid .blog-filter0 .main-topic { position:absolute; top:45px; width:100%; left:0; }  
.row-fluid .blog-css-raw .right-auto1 { width:100%; } 
.row-fluid .blog-filter0 .main-topic > li > ul > li { padding: 5px 15px; }
.row-fluid .blog-filter0 .sub-topic  { display:block; } 
.row-fluid .blog-filter0 .main-topic > li { float:left; width:100%; }
.row-fluid .topic-menu-css { color:#fff; cursor:pointer; }  
.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	 


h1 { font-size:36px; line-height:40px; }
h2 { font-size:32px; line-height:40px; }
h3 { font-size:26px; line-height:34px; }
h4 { font-size:24px; line-height:32px; }
h5 { font-size:22px; line-height:30px; }
h6 { font-size:20px; line-height:26px; }

/*top*/
.row-fluid .mainmenu ul li a:link, .row-fluid .mainmenu ul li a:visited { color:#fff; }
.row-fluid .mainmenu ul li:last-child a:link, .row-fluid .mainmenu ul li:last-child a:visited { border-radius:0; }

/*header*/
.row-fluid .header { padding:186px 0 50px; }
.row-fluid .header h1 { padding:0 0 30px; font-size:27px; line-height:38px; }

/*team record*/
.row-fluid .teamrecord-secimg img { width:100% !important; }
.row-fluid .teamrecord-secright { padding:20px 0 0; }
.row-fluid .teamrecord-secform form > div:first-child { width:100%; padding:0; }

/*meet team*/  
.row-fluid .meetteam-section { padding:40px 0 25px; }    
.row-fluid .meetteam-boxes .hs_cos_wrapper_widget { width:50%; }
.row-fluid .meetteam-text { padding:0 0 30px; }
.row-fluid .meetteam-box { height:275px; }
.row-fluid a.meetteam-link { font-size:18px; }
.row-fluid .meetteam-btext { padding:15px 0 10px; }

/*testimonial section*/    
.row-fluid .testimonial-slidename { padding:10px 0 25px; }
.row-fluid .testimonial-slidetab { max-width:100%; display:block; }
.row-fluid .testimonial-section { padding:25px 0 45px; }

/*firm principles section*/
.row-fluid .firmPrinciples-btop { font-size:36px; line-height:40px; min-height:55px; }
.row-fluid .firmPrinciples-btop img { max-height:50px; }
.row-fluid .firmPrinciples-btitle { font-size:18px; line-height:24px; }
.row-fluid .firmPrinciples-box { float:none; width:49%; display:inline-block; padding:0 9px 45px; }

.row-fluid .firmPrinciples-section { padding:45px 0; }

/*guide section*/
.row-fluid .guide-secright { padding:25px 0 0; }  
.row-fluid .guide-section { padding:40px 0 45px; }

/*our leaders section*/
.row-fluid .ourleaders-section { padding: 45px 0 30px; }
.row-fluid .ourleaders-bloglist .hs-rss-item-image-wrapper { width:100%; height:225px; }
.row-fluid .ourleaders-bloglist .hs-rss-item-text { width:100%; }
.row-fluid .ourleaders-bloglist .hs-rss-title { font-size:20px; line-height:25px; }

/*cta section*/
.row-fluid .cta-section { padding:40px 0 30px; }
.row-fluid .cta-section h2 { font-size:32px; line-height:44px; }
.row-fluid .cta-text { font-size:21px; line-height:27px; }

/*footer section*/
.row-fluid .footer { padding:45px 0 35px; }
.row-fluid .footer-box2 { padding:45px 0 25px; }    
.row-fluid .footer2 { padding:15px 0; text-align:center; }
.row-fluid .footer-copyrights { padding:0 0 15px; }

.row-fluid .hero-area0,.mission .row-fluid .hero-area0 { min-height:120px; }
.row-fluid .hero-area0 h1,.row-fluid .hero-section h1 { font-size:28px; }
.row-fluid .direction-main01 { padding:30px 0 0 0; }
.row-fluid .directors-custome span > div.hs_cos_wrapper ,.row-fluid .partner-custome span > div.hs_cos_wrapper{ width:100%; margin-left:0; margin-right:0; padding-right:0; padding-left:0; }
.row-fluid .directors-img { width:130px; height:130px; }
.row-fluid .director-social a { line-height: 30px; margin: 0 2px; width: 30px; height: 30px; font-size:14px; }
.row-fluid .directors-custome span > div.hs_cos_wrapper { margin-bottom:95px; }
.row-fluid .director-box { height:auto !important; }
.row-fluid .partner-custome { padding-top:0; }
.row-fluid .read-plus { font-size:15px; height:35px; line-height:35px; }
.row-fluid .main-testimonial { padding:0px 0 10px; }
.row-fluid .testimonial-left,.row-fluid .testimonial-right ,.row-fluid .testimonial-rss .feedreader_box{ width:100%; padding:0; }
.row-fluid .testimonial-rss h3,.row-fluid .title-style0 h2 { text-align:center; width:100%; padding-bottom:7px; font-size:22px; }
.row-fluid .testimonial-rss h3::after,.row-fluid .title-style0 h2:after { left:50%; margin-left:-25px; }
.row-fluid .testimonial-right { margin-top:0; text-align:center; margin-bottom:10px; }
.row-fluid .testimonial-right ul{padding:0; padding-left:10px; text-align:left;}
.row-fluid .testimonial-content::after { font-size:30px; }
.row-fluid .testimonial-content { padding: 28px 10px 35px 64px;  margin-bottom:30px; }
.row-fluid .testimoanil-img { width:60px; height:60px; float:none; display:inline-block; vertical-align:top; }
.row-fluid .test-content0 { padding-left:10px; width:55%; float:none; display:inline-block; vertical-align:top; }
.row-fluid .test-content0 a { font-size:15px; }
.row-fluid .test-content0 span { font-size:13px; }
.row-fluid .test-detail { left:0; top:0; width:auto; position:relative; float:left; padding-top:30px; }

.row-fluid .testimonial-rss .hs-rss-description { font-size:14px; line-height:22px; }
.row-fluid .testimonail-email h3 { font-size:20px; }
.row-fluid .testimonail-email input[type="submit"]{ font-size:14px; width:100px; height:36px; line-height:36px; }
.row-fluid .testimonail-email .input input  { height:36px; }

.row-fluid .featured-main01 { padding:40px 0; text-align:center; }
.row-fluid .featured-left { margin-bottom:30px; }
.row-fluid .video-custome #container .resource-box { width:100%; margin-left:0; margin-right:0; padding-left:0; padding-right:0; }
.row-fluid .video-custome { width:100%; margin:0; left:0; padding-bottom:0; }
.row-fluid .resource-box h4 { font-size:19px; }
.row-fluid .resource-box h5 { font-size:14px; }

.top-social0 { padding-bottom:10px; }
.row-fluid .video-filter ul li,.row-fluid .mission-menu ul li,.row-fluid .blog-filter0 ul li { width:100%; text-align:left; border-bottom:1px dotted #fff; font-size:15px; background:#0a6826; float:left; padding:8px 0; transition:all .3s ease; line-height:22px; }
.row-fluid .video-filter ul li a,.row-fluid .mission-menu ul li a,.row-fluid .blog-filter0 ul li a { border-left:0; color:#fff; float:left; width:100%; font-size:13px; }
.row-fluid .video-filter ul li:hover,.row-fluid .mission-menu ul li:hover,.row-fluid .video-filter ul li:hover,.row-fluid .blog-filter0 ul li:hover { /*opacity:.6;*/ background:#000; }
.row-fluid .video-filter ul li a:hover,.row-fluid .mission-menu ul li a:hover ,.row-fluid .blog-filter0 ul li a:hover{ color:#fff; }
.row-fluid .filter-title { display:block; border: 1px solid #e7e7e7; padding:5px 19px; font-size:13px; text-transform:capitalize; cursor:pointer; margin-top:20px; }
.row-fluid .video-filter ul li a { line-height:22px; }
.row-fluid .filter-title .fa { float:right;  position:absolute; top:31%; right:15px; }
.row-fluid .video-filter ul { margin:0; display:none; }
.row-fluid .filter-title p { padding:0; }

.row-fluid .contact-main { padding:30px 0; text-align:center; }
.row-fluid .contact-left { padding:0; width:100%; }
.row-fluid .contact-right { width:100%; margin-top:40px; }
.row-fluid .location-main0 { padding-top:20px; }

.row-fluid .location-custome span > div.hs_cos_wrapper { width:100%; margin-left:0; margin-right:0; padding-left:0; padding-right:0; text-align:center; }
.row-fluid .location-img,.row-fluid .conatct-content0 ul  { float:none; display:inline-block; }
.row-fluid .location-name ,.row-fluid .testimonial-cta{ width:100%; text-align:center; }
.row-fluid .contact-social a { margin:0 4px; }

.row-fluid .mission-menu0  ,.row-fluid .blog-filter0 ul { display:none; }
.row-fluid .mission-menu ul li { float:left !important; width:100%; border-left:0; }
.row-fluid .mission-menu { position:relative; background:transparent; height:auto; }
.row-fluid .mission-menu ul { margin-top:0; }

.mission .row-fluid .hero-area0 .wrapper { top:50%; }
.row-fluid .office-box0 { margin-bottom:30px; }
.row-fluid .blog-main { padding:35px 0; text-align:center; }
.blog-page0.hs-blog-listing .row-fluid .featured-image,.blog-page0.hs-blog-post .row-fluid .featured-image { width:100%; position:relative; min-height:220px; }
.row-fluid .post-body0 { float:left; width:100%; padding:10px 15px 20px;}
.row-fluid .post-title h2 { font-size:21px; padding-top:0; }
.row-fluid .more-link { float:none; display:inline-block; margin-top:10px; }
.row-fluid .post-item0 { margin-bottom:30px; }
.row-fluid .author-by,.row-fluid .testimonial-rss .hs-rss-item-text { width:100%; text-align:center; }

.blog-page0.hs-blog-post .blog-left ,.blog-page0.hs-blog-post #comment-form,.row-fluid .testimonial-rss .hs-rss-item-image-wrapper { padding:0; width:100%; }
.blog-page0.hs-blog-post #comment-form form div.hs-form-field { width:100%; }
.blog-page0.hs-blog-post .blog-right { margin-top:40px; }
.row-fluid .testimonial-rss .hs-rss-item-text { margin-top:20px; }

.row-fluid .testimonial-rss .hs-rss-item:last-child { border:0; }
.row-fluid .blog-categories ul li { font-size:15px; }
.blog-page0.hs-blog-post #comment-form form input[type="submit"] { float:none; margin-top:20px; }
.row-fluid .top0-text { width:100%; text-align:center; }
.row-fluid .hero-text01 { padding:20px 0 35px; }
.row-fluid .hero-cta00 a { width: 178px; font-size: 14px; height: 40px; line-height: 40px;}
.row-fluid .video-html { width: 279px; height: 198px; }
.row-fluid .landing-video { margin-top: -100px; margin-bottom: 10px; }
.row-fluid .about-custome0 { width:100%; text-align:center; }
.row-fluid .about-custome0 span > div.hs_cos_wrapper { width:100%; margin:0 0 50px 0; }
.row-fluid .about-text99 { font-size:16px; margin-bottom:20px; }
.row-fluid .about-custome0 .test-content0 { padding-top:0; text-align:left; width:auto; }
.row-fluid .about-custome0 h5 { margin-bottom:10px; }
.row-fluid .hero-section { padding:30px 0 140px; }
.row-fluid .banner-text99 { font-size:17px; line-height:normal; }
.thank-page .row-fluid .hero-area0 { min-height:250px; }
.row-fluid .thank-box { padding:40px 0; }
.row-fluid .thank-title h2 { font-size:24px; padding-bottom: 15px; margin-bottom: 30px; }
.row-fluid .thank-title h2::after { width:50px; margin-left:-25px; }
.row-fluid .thank-text01 { font-size:17px; }
.row-fluid .happen-title01 { font-size: 22px; line-height: 31px; }

.row-fluid .firmPrinciples-box {  vertical-align: top; }
.row-fluid .hero-section .wrapper { padding:0 15px; }
.row-fluid .top-social0 { width:100%; text-align:center; margin:10px 0 0 0; }
.row-fluid .hero-section .wrapper, .row-fluid .download-box01 .wrapper { padding:0 15px; }
.row-fluid .top-social0 a { width:30px; height:30px; line-height:30px; font-size:14px; }
.row-fluid .book-box h4 { font-size:20px; }
.row-fluid .book-box { padding: 15px 30px 30px; text-align:center; }
.row-fluid .get-copyform form { text-align:left; }
.row-fluid .book-right { padding:30px 0 0 0; }
.row-fluid .get-copyform form input[type="submit"] { font-size:14px; }
.row-fluid .green-title h3 { font-size:21px; margin-bottom:20px; }
.row-fluid .download-box01 { padding:30px 0; text-align:center; }
.row-fluid .download-text02 { font-size:16px; margin-top:10px; }

.row-fluid .director-box .btn-effect { margin-top:-17.5px; }
.blog-page0 .row-fluid .filter-title { color:#fff; margin:0;}
.row-fluid .blog-filter0 { padding:20px 0; }
.row-fluid .blog-filter0 ul { background:#fff; }
.row-fluid .testimonial-rss .hs-rss-title { float:none; display:inline-block; margin-bottom:10px; }

.vlp .logo { width:100%; text-align:center; }
.row-fluid .top0-text { font-size:17px; }
.row-fluid .about-custome0 .test-content0 h4 { font-size:18px; line-height:22px; }
.vlp .row-fluid .about-custome0 .test-content0 a { font-size:14px; }
.vlp .row-fluid .about-custome0 .test-content0 { padding-top:5px; padding-left:5px; }

.row-fluid .video-filter ul li a,.row-fluid .mission-menu ul li a { padding:0 20px; }

.row-fluid .mainmenu .hs-menu-wrapper ul { background:#0a6826;  }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper { background:#0a6826;  }
.row-fluid .mainmenu .hs-menu-wrapper ul li { margin-bottom:0; float:left; width:100%; padding-bottom:0; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a { float:left; width:100%; padding:0 12px;  }
.row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { color:#031931 ; }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper { float:left; width:100%; padding-top:0; padding-bottom:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { background:transparent !important; }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a:visited { background:transparent;  }
.row-fluid .thank-post { text-align:left; max-width:100%;}
.vlp .logo { padding-bottom:10px; text-align:center;}
.vlp .row-fluid .top-social0 { margin-top:0;}
.download-landing .row-fluid .top-social0 { margin-top:0;}
.download-landing .logo { padding-bottom:10px; text-align:center;}

.row-fluid .director-social { position:relative; bottom:0; left:0; }
.row-fluid .director-text  { margin-bottom:25px; } 
.row-fluid .testimonial-content { text-align:left;}
.vlp .row-fluid .top0-text {padding-bottom:10px; }
.row-fluid .conatct-content0 label { float:left; width:100%;}

.record-style { font-size: 22px; font-weight: 500; line-height: 26px; padding: 0 0 20px;}
.record-title { font-size: 22px; line-height: 26px; font-weight: 700; margin: 0 0 15px;  min-height: 75px;}
.track-scetion .title-style h2 { font-weight:500;  }
.track-box { margin-bottom:20px;}

.row-fluid .new-team { text-align:center;}
.row-fluid .directors-custome.new-team span > div.hs_cos_wrapper { margin-bottom:20px;  margin-top:0; }
.row-fluid .partners-main .partner-custome.new-team span > div.hs_cos_wrapper { margin-bottom:3%; margin-top:0;  width:100% !important; margin-right:0;  }
.row-fluid .partners-main .partner-custome.new-team span > div.hs_cos_wrapper:nth-child(3n) { margin-right:0 !important;}
.row-fluid .new-team .team-box { max-width: 340px; float: none; display: inline-block;}
.our-practices-text ul { width:100%;}


.executive-main .executive-box {  text-align:center;}
.executive-top h1 { text-align:center; font-size:24px;line-height: 32px; }
.executive-top h2 { text-align:center; font-size:24px;line-height: 32px; }
.executive-main .executive-box .executive-img { width:100%; float:left; text-align:center; padding-top:0; }
.executive-main .executive-box .executive-text { width:100%; float:left; padding-left:0;  padding-top:0; }

.hero-video { display:none; }

.row-fluid .meetteam-bcontent h4 { font-size:16px; line-height:20px; font-weight:600; }
.row-fluid .meetteam-btext { padding:0; font-size:13px; }
.row-fluid .meetteam-box:after { opacity:1; }
.row-fluid .meetteam-btext { display:block; } 
.row-fluid a.meetteam-link { display:block; } 

.new-team .team-box:hover .team-hover  { right:0; }
.new-team .team-box .team-hover { right:0; }
.row-fluid .new-team .team-box { height:auto !important; }

    .search-button { top:-34px; color:#0a6826; right:15px; font-size:20px; }
    .search-button:hover { color:#0a6826; }
    .googleCse { top:2px; z-index:1; right:20px; }
    
    
.bsg-home-css .row-fluid .post-listing > .post-item0 { width:100%; margin-right: 0px !important; margin-bottom: 10px !important; }
.bsg-home-css .row-fluid .post-listing > .post-item0:nth-child(2n) { margin-right: 0 !important; }
.bsg-home-css .row-fluid .post-listing > .post-item0:nth-child(3n) { margin-right: 0px !important; }  
.bsg-home-css.blog-page0.hs-blog-listing .author-by-css { width: 100%; padding:0; } 
.row-fluid .blog-filter0 .main-topic > li > ul > li { padding: 5px 0; }     
.bsg-home-css.blog-page0.hs-blog-listing .more-link-css { float:none; display:inline-block;  }
 
    

}

@media (min-width: 30px) and (max-width: 440px){
    
/*top*/    

/*header*/

/*team record*/

/*meet team*/    
.row-fluid .meetteam-boxes .hs_cos_wrapper_widget { width: 100%; }

/*testimonial section*/

/*firm principles section*/

/*guide section*/

/*our leaders section*/

/*cta section*/
/*footer section*/

}


@media (min-width: 768px){

.row-fluid .blog-filter0 .main-topic > li:hover > ul { display:block; } 
.row-fluid .topic-menu-css , .row-fluid .blog-filter0 .main-topic > li.children .fa { display:none; }

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

.row-fluid .mainmenu .hs-menu-wrapper { 
  display: block !important;
}

.row-fluid .footer-box1 { padding-right:7px; }

.row-fluid .meetteam-box:hover:after { opacity:1; }
 
 
}



@media (max-width: 767px){

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
.row-fluid .testimonial-rss .hs-rss-item-image-wrapper .hs-rss-featured-image{ height: 86px !important; width:120px !important;}
.row-fluid .testimonial-rss .hs-rss-item-image-wrapper {display: inline-block;    float: none;    padding: 0;}
.row-fluid .testimonial-rss .hs-rss-item{text-align:center;}
.speciality-banner-text{padding:0 80px;}

.practice-areas-title h1 {font-size:32px;}
.our-practices,.latest-articles{text-align:center;}
.our-practices-sub-title::before h2 {left:0; right:0; margin:0 auto;}
.our-practices-text ul{text-align:left;}
.article-text a{text-align:center;}
.article-text strong{width:100%;}
.practice-areas .practice-areas-title{margin-bottom:28px;}
.practice-areas { padding: 18px 0 40px;}
.our-practices-text ul{display:inline-block;}




 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

@media (min-width: 768px){

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

}

@media (max-width: 767px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

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

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

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

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

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

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

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


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

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

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

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
     
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


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

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

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


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

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

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

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

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

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  
  .director-socile ul{text-align:center;  padding-bottom: 10px; padding-top: 24px;}
  .director-right{padding:0;}
  .director-name h3{font-size: 27px;    line-height: 25px;    padding: 0 0 3px;}
  .video-text { font-size: 20px; line-height: 23px;    margin-bottom: 38px;    padding: 13px 40px 0;}
  .videos-area{ padding-bottom: 25px;    padding-top: 0;}
  .video-row {  padding-top: 30px;}
  .director-link-rows{ text-align: center;  }
  .director-link-rows {  margin-top: 32px;}
  .director-detaile {  text-align: center;}
  .director-border-cover{   padding-bottom: 34px;}
  .post-update{text-align:center;}
  .director-left .post-title1::before{left:0; right:0; margin:0 auto;}
  .eco-title.text{padding-top:20px;}  
  .clients-arae{background-image:unset; padding-top:20px;   padding-bottom: 24px;}
  .eco-socile-icon { float: left !important;}
  .eco-read { float: right  !important;}
  .economi-area.bgimg-main{padding:55px 0 40px; text-align:center;}
  .eco-title.text{padding-bottom:0;}
  .clients-arae .testimonial-title{font-size:32px;}

}



@media (min-width: 481px) and (max-width: 767px){
 .director-left {  text-align: center;}
.director-profile {  display: inline-block !important;    float: none !important;    width: 40% !important;}
  
}

@media (max-width: 480px){
  
.speciality-banner-text{padding:0 15px;}  
.page .fancybox-wrap.fancybox-desktop .fancybox-inner{width:100% !important; transition:2s;}
.page .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {left: 0 !important;    margin: 0 auto;    right: 0 !important;    width: 250px !important;  }
.speciality-banner-text,.speciality-slide-top{ height: 265px;}
.speciality-banner-text h2{  font-size: 26px;    line-height: 24px;}
.specilty-top-slider ul.slick-dots{ position: absolute;     bottom: 10px;}
.clients-arae .testimonia-slide-col{ padding: 35px 19px 0; margin-top: 26px;}
.clients-arae .Our-clients span > .hs_cos_wrapper{    width: 50%;}
.eco-title.text{padding-top: 10px;}
 
 
}


    
    