/* @import url('http://example.com/example_style.css'); */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/***********************************************/
/* 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    */
/*****************************************/

/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 
    /* ----- Structure & Design ----- */

    
    
    
    
    
    
    /* ----- Base Colors ----- */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* ----- Drop-Down Menu ----- */
    
    
    
    
    
    
    
    /* ----- Mobile Menu ----- */ 
    
    
    
    


/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 

/* @import url('http://example.com/example_style.css'); */ 
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

body { margin:0; padding:0; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:500; line-height:24px; color:#504645; background:#FFFFFF; overflow-x:hidden }

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

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto; }

.clear { clear:both }

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

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #c69c6d; width:15px; height:15px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active { background:#c69c6d; }

blockquote { border-left:4px solid #d97a24; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/*Heading*/
h1 { color:#424242; font-family: 'Poppins', sans-serif; font-size:48px; margin:0; padding:15px 0 25px; line-height:55px; font-weight:700; clear:both;  text-transform: uppercase; }
h2 { font-weight:700; color:#424242; font-family: 'Poppins', sans-serif; font-size:41px; line-height:50px; margin:0; padding:0 0 10px; clear:both;  text-transform: uppercase; }
h3 { font-weight:700; color:#424242; font-family: 'Poppins', sans-serif; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:700; color:#424242; font-family: 'Poppins', sans-serif; font-size:27px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:700; color:#424242; font-family: 'Poppins', sans-serif; font-size:26px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#424242; font-family: 'Poppins', sans-serif; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }

.row-fluid .title-text { margin:0 auto !important; max-width:740px; width:100%; float:none; }
.row-fluid .title-text h2 { font-weight: 700; letter-spacing:1px; text-transform: uppercase; padding:0 0 10px; }
.row-fluid .title-text h2 span { color:#d97a24; }
.row-fluid .sub-line { padding:0 0 25px; line-height: 24px; letter-spacing: 0.5px; font-weight:600; text-transform:uppercase; }
.row-fluid .sub-line fontcolor { color:#d97a24; }
.row-fluid .sub-text { padding:0 0 35px; text-align:center; font-size:14px; line-height: 24px; letter-spacing: 0.5px; }

.row-fluid .title-text1 { margin:0 auto !important; max-width:740px; width:100%; float:none; }
.row-fluid .title-text1 h4 { font-weight: 700; letter-spacing:1px; text-transform: uppercase; padding:0 0 10px; color:#e1e1e1; }
.row-fluid .title-text1 h4 span { color:#d97a24; }
.row-fluid .title-text1 h4:after { content:''; margin:18px auto 8px; width:50px; height:2px; display:block; background:#d97a24; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.row-fluid .title-text1:hover h4:after { width:100px; }
.row-fluid .sub-text1 { padding:0 0 35px; font-size:14px; line-height: 24px; font-weight: 400; letter-spacing: 0.5px; color:#eee; }

.row-fluid .title-text2 h4 { color:#424242; }
 

/*anchor link*/
a { text-decoration:none; outline:none; color:#c69c6d; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
a:hover { color:#1A1A1A; }

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { cursor:pointer; font-weight:500; min-width:180px; letter-spacing:0.7px; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:12px 25px 10px;  background-color:#d97a24; color:#FFFFFF; margin:5px 0 0; font-size:15px; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; text-align:center; }  
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:#655857; color:#e1e1e1; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { font-weight:500; min-width:180px; letter-spacing:0.7px; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:12px 25px 10px;  background-color:#655857; color:#e1e1e1; margin:5px 0 0; font-size:15px;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; text-align:center; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:#d97a24; color:#FFFFFF; }

.row-fluid .link-style2 a:before , .row-fluid a.link-style2:before { content:''; position:absolute; top:0; left:50%; bottom:0; right:50%; background:rgba(0,0,0,0.1); -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; z-index:-1; }
.row-fluid .link-style2 a:hover:before , .row-fluid a.link-style2:hover:before { top:0; bottom:0; left:0; right:0; }

.row-fluid .link-style a:before , .row-fluid a.link-style:before { content:''; position:absolute; top:0; left:50%; bottom:0; right:50%; background:rgba(0,0,0,0.1); -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; z-index:-1; }
.row-fluid .link-style a:hover:before , .row-fluid a.link-style:hover:before { top:0; bottom:0; left:0; right:0; }

input , form 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 20px; font-family: 'Poppins', sans-serif; font-size:14px; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:#fff url(//cdn2.hubspot.net/hubfs/383029/media-theme/images/down-arrow.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
input[type=submit] , form button, .hs-button {  background:url(//cdn2.hubspot.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top #d97a24; min-width:175px; font-size:14px; line-height:24px; font-weight:500; text-transform:uppercase; letter-spacing:1px; padding:8px 20px; color:#fff; display:inline-block; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#655857; color:#e1e1e1; }
 
/* Click to top scroll */


.back-to-top { cursor:pointer; position: fixed; right: 20px; bottom: 20px; color:#FFFFFF; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#d97a24; -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    transition: ease all 0.4s; opacity:0; }
.back-to-top.show { opacity:1; }
.back-to-top:hover { background:#655857; color:#e1e1e1; }

/* Corners Option */



 .row-fluid .link-style a, .row-fluid ol.flex-control-nav li a, ul.slick-dots li button, .row-fluid a.link-style, .row-fluid .link-style2 a, .row-fluid a.link-style2, input[type=submit], button, .hs-button, .back-to-top, .row-fluid ol.flex-control-nav li a , .row-fluid .team-bsocial a , .row-fluid .pagination-blog li a { border-radius:100px; }




ul.slides , ul.flex-direction-nav , ol.flex-control-nav , ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav , ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li , ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { padding:0; display:inline-block; border:2px solid #c69c6d; width:8px; height:8px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active , ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#c69c6d;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#e1e1e1; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; border-radius:3px; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { color:#FFFFFF;  }
.slick-arrow.slick-prev { left:0; border:35px solid transparent; border-left-color:#655857; }
.slick-arrow.slick-prev:before { content: "\f104"; position:absolute; top:-6px; left:-25px;  }
.slick-arrow.slick-next { right:0; border:35px solid transparent; border-right-color:#655857; }
.slick-arrow.slick-next:before { content: "\f105"; position:absolute; top:-6px; left:34px;  }
.slick-arrow.slick-disabled { display:none; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }
.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.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; color:red; }

.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:#d97a24; color:#FFFFFF; border-color:#d97a24; }
.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 .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:#d97a24; background:#d97a24;  border-radius:100%; }


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

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#d97a24;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#d97a24;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#d97a24;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#d97a24;
}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:link , .row-fluid  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:visited , .hs-menu-wrapper.hs-menu-flow-vertical li a { word-wrap: break-word; max-width: none !important; text-overflow: inherit !important; vertical-align:top; white-space: normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

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

/*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 { color:#FFFFFF; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .background-white { background:#FFFFFF; }

.row-fluid .text-light , .row-fluid .title-light h1 , .row-fluid .title-light h2 , , .row-fluid .title-light h3 , .row-fluid .title-light h4 , .row-fluid .title-light h5 , .row-fluid .title-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .title-medium h1 ,  .row-fluid .title-medium h2  , .row-fluid .title-medium h3 , .row-fluid .title-medium h4 , .row-fluid .title-medium h5 , .row-fluid .title-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .title-bold h1 ,  .row-fluid .title-bold h2  , .row-fluid .title-bold h3 , .row-fluid .title-bold h4 , .row-fluid .title-bold h5 , .row-fluid .title-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .title-extrabold h1 ,  .row-fluid .title-extrabold h2  , .row-fluid .title-extrabold h3 , .row-fluid .title-extrabold h4 , .row-fluid .title-extrabold h5 , .row-fluid .title-extrabold h6 { font-weight:900; }

/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }

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

/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index:8030; }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdn2.hubspot.net/hubfs/383029/media-theme/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; color:#fff !important; background:#d97a24; text-align:center; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { text-align:center; position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//cdn2.hubspot.net/hubfs/383029/media-theme/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 30px; height:30px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#d97a24; line-height:30px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { background:#655857; }

.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading div {  background-image: url('//cdn2.hubspot.net/hubfs/383029/media-theme/images/fancybox_loading@2x.gif'); }
}

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

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

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

.row-fluid .content-section { padding-top:80px; padding-bottom:80px; float:left; width:100%; }
.row-fluid .altcontent-section { background:#f5f5f5; }

/* header */
.row-fluid .header { position:absolute; top:0; left:0; width:100%; z-index:99; background:transparent; }

/*top*/
.row-fluid .top { position:absolute; left:0; top:0; width:100%; padding:20px 25px; z-index:999; border-bottom: 1px solid rgba(255,255,255,0.1); }
.row-fluid .logo { float:left; width:auto; margin:12px 0; }
.row-fluid .top .logo-orignal { display:none; }
.row-fluid .logo1 { -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;; }
.row-fluid .logo1 img , .row-fluid .logo2 img { max-height:70px; width:auto !important;  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .logo2 { visibility: hidden; opacity: 0; height: 0; }


/*menu*/
.row-fluid .header-right { margin:0; padding:0; width:auto; float:right; line-height:0; }
.row-fluid .mainmenu { display:inline-block; margin:0; width:auto; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; width:auto; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li { float:left;}

/* search-section */
.row-fluid .search-section { margin:33px 0; width:45px; position:relative; float:none; display:inline-block;  border-left: 1px solid rgba(255,255,255,0.15); -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .gsc-input-box {border:none !important;}
.row-fluid .gsc-input-box input[type="text"] { font-weight:300; background:none !important; border-radius:0 !important; font-size:14px !important; padding:0 60px 0 15px !important; text-indent:0 !important; letter-spacing:0; text-transform:capitalize; }
.row-fluid .gsc-search-button { position:absolute; right:1px; margin:0; top:1px; background:none; border:none; width:70px; height:100%; padding:0; overflow:hidden; text-align:center; }
.row-fluid .gsc-search-button:before { z-index:1; width: 100%;  top: 0; height:100%; position:absolute; right:0; content:"\f002"; font-family:'FontAwesome'; line-height:45px; font-size:18px; color:#FFFFFF; background:#d97a24; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .gsc-search-button:hover:before { opacity:0.7; }
.row-fluid .gsc-search-button input { z-index:5;  position:absolute; top:0; right:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.row-fluid .gsc-control-cse { padding:0;  border:none; background:none }
.row-fluid .gsib_a {padding:0; border:none;}
.row-fluid .gsc-search-box-tools .gsc-search-box .gsc-input { padding:0; width:100%; border:1px solid #d97a24; }
.row-fluid .gsc-results-wrapper-visible {margin-left:40px;}
.row-fluid a.gs-title {float:left; line-height:20px;}
.row-fluid .gsc-input-box,.gsc-input-box-focus { border:none !important; box-shadow: none !important; height:43px; }
.row-fluid form.gsc-search-box { position:relative; }
.row-fluid td.gsib_b { position:absolute; right:-30px; top:50%; margin:-7px 0 0; }
html > body .gsc-inline-block {  min-width: 110px; }
.row-fluid .gsc-branding { display:none; }
.row-fluid .top-search input.gsc-input { height:44px !important; width:100%; font-size:12px; text-indent:0 !important; border:none; padding:0 15px; color:#000; }

.row-fluid .search-icon { color:#ffffff; font-size:22px; text-align:right; cursor:pointer; margin:0; padding:0; position:absolute; top:12%; right:0; }
.row-fluid .search-icon:before { content:"\f002"; font-family:'FontAwesome'; line-height:26px; font-size:18px; 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;; }
.row-fluid .search-icon:hover:before { color:#ffffff; opacity:0.7; }
.row-fluid .top-search { position:relative; }
.row-fluid .top-search .gsc-control-cse { width:auto; border:none; position:absolute; right:0; top:61px; z-index:1;  }
.row-fluid .top-search .gsc-search-box { width:250px; height:0;  overflow:hidden; border:none;  position:relative; -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;  }
.search-open .row-fluid .top-search .gsc-search-box { width:350px; margin: 0; height:45px; }
.search-open .row-fluid .search-icon { display:block; }
.search-open .search-icon:before { content:"\f00d"; }

/* hero section */
.row-fluid .hero-section { padding:0; position:relative; background-attachment:fixed; }   
.row-fluid .hero-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.70; }
.row-fluid .hero-content { margin-top:25px; padding:0 15px; max-width:780px; width:100%; float:none; display:inline-block; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-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-content h4 { color:#FFFFFF; font-weight:600; }  
.row-fluid .hero-content h4 span { color:#d97a24; }
.row-fluid .hero-content { font-size:15px; letter-spacing:1px; }

.row-fluid a.hero-cta { min-width:180px; background:#FFFFFF; color:#555555; border:2px solid #d97a24;  }
.row-fluid a.hero-cta:hover { background:#d97a24; }
.row-fluid a.hero-cta1 { background:transparent; color:#FFFFFF; border:2px solid #d97a24; }

.row-fluid .hero-arrow { width:30px; height:30px; line-height:31px; font-size:18px; position:absolute; bottom:30px; left:50%; background:#FFFFFF; display:inline-block; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;; animation:nudge 1s linear infinite alternate; cursor:pointer; -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;; }
.row-fluid .hero-arrow i { -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);; }
.row-fluid .hero-arrow:hover { color:#FFFFFF; background:#d97a24; } 

@keyframes nudge {  
  0% {
    transform: translate(0 , 10px) rotate(45deg);
  }
  
  100% {
    transform: translate(0 , -10px) rotate(45deg);
  }
}

/* features section */
.row-fluid .features-box {  margin:0; width:25%; float:left; background:#655857; color:#e1e1e1; }
.row-fluid .features-inner { padding:25px;  }
.row-fluid .features-box h4 { margin-top:10px; font-size:18px; line-height:24px; color:#FFFFFF; font-weight:400; }
.row-fluid .features-box:nth-child(even) { background:#504645; }

/* about section */
.row-fluid .about-section { padding:100px 0; }
.row-fluid .about-img { height:400px; margin-top:20px; margin-left:20px; -webkit-box-shadow: -20px -20px 0 #504645;
    -moz-box-shadow: -20px -20px 0 #504645;
    -o-box-shadow: -20px -20px 0 #504645;
    -ms-box-shadow: -20px -20px 0 #504645;
     box-shadow: -20px -20px 0 #504645;;  }
.row-fluid .about-text { padding-top:20px; padding-left:50px; }

/* service section */
.row-fluid .service-section { padding:80px 0; position:relative; background-attachment:fixed; }
.row-fluid .service-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.85; }
.row-fluid .service-section > div { position:relative; }
.row-fluid .service-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service-section1 div.hs_cos_wrapper { width:25%; padding:15px; float:left; }
.row-fluid .service-box { background:#504645; color:#FFFFFF; position:relative; }
.row-fluid .service-box:before { content:''; position:absolute; top:100%; left:100%; bottom:100%; right:100%; background:#655857; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; opacity:0.4; }
.row-fluid .service-box > div { position:relative; }
.row-fluid .service-icon img { height:55px !important; }
.row-fluid .service-inner { padding:50px 0; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; }
.row-fluid .service-title { margin-top:24px; font-size:18px; line-height:26px; color:#FFFFFF; }
.row-fluid .view-services { margin-top:60px; }
.row-fluid .view-services a { color:#e1e1e1; }
.row-fluid .view-services a:after { content:"\f105"; margin-left:3px; vertical-align:middle; display:inline-block; font-family: 'FontAwesome'; }
.row-fluid .view-services a:hover { color:#d97a24; }
.row-fluid .service-box:hover:before { top:0; right:0; left:0; bottom:0; }

/* work section */
.row-fluid .work-section { padding:90px 0; position:relative; background-attachment:fixed; }
.row-fluid .work-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#ffffff; opacity:0.90 }
.row-fluid .work-section > div { position:relative; }
.row-fluid .work-section1 { padding-top:35px; display:inline-block }
.row-fluid .work-section1 span.hs_cos_wrapper { margin:0 -20px; display:block; }
.row-fluid .work-section1 .hs_cos_wrapper_widget { padding:0 20px; width:25%; float:left; }

.row-fluid .work-icon { margin:0 auto; width:195px; height:195px; line-height:106px; border:3px solid #424242; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; position:relative; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; }
.row-fluid .work-icon:after { content:''; width:40%; display:inline-block; position:absolute; top:50%; left:108%; border:1px dashed #424242; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;  }
.row-fluid .work-icon img { width:40px; height:auto; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);;  z-index:1; }
.row-fluid .work-icon span { width:100%; display:inline-block; }
.row-fluid .work-icon span:after { content:''; position:absolute; top:50px; left:50px; right:50px; bottom:50px; background:#424242; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; }
.row-fluid .work-icon span:before { content:''; position:absolute; top:50%; left:50%; bottom:50%; right:50%; background:#d97a24; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; opacity:0.50; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; }
.row-fluid .work-text { width:100%; display:inline-block; }
.row-fluid .work-title { margin:30px 0 20px; font-size:18px; text-transform:uppercase; font-weight:600; }
.row-fluid .work-box:hover .work-icon span:before { top:30px; left:30px; bottom:30px; right:30px; }
.row-fluid .work-box:hover .work-icon span:after { background:#d97a24; }
.row-fluid .work-box:hover .work-icon { border-color:#d97a24; }
.row-fluid .work-section1 .hs_cos_wrapper_widget:last-child .work-icon:after { display:none; }

/* work progress */
.row-fluid .work-progress { padding:90px 0 60px; position:relative; background-attachment:fixed; } 
.row-fluid .work-progress:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.85; }
.row-fluid .work-progress > div { position:relative; }
.row-fluid .workprogress-title h4:after { margin:18px 0 8px; }
.row-fluid .workprogress-box { font-size:18px; color:#FFFFFF; }

/* choose section */
.row-fluid .choose-section { padding:90px 0 60px; }
.row-fluid .choose-section1 span.hs_cos_wrapper  { margin:0 -20px; display:block; }
.row-fluid .choose-section1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:35px 20px; }
.row-fluid .choose-box { position:relative; padding-left:80px;} 
.row-fluid .choose-text { text-align:justify; }
.row-fluid .choose-text h5 { font-size:18px; line-height:24px; font-weight:600; }
.row-fluid .choose-text h5 span { color:#d97a24; } 
.row-fluid .choose-icon { position:absolute; top:15px; left:0; }
.row-fluid .choose-icon img { width:40px !important; }

/* number section */
.row-fluid .number-section { padding:90px 0; position:relative; background-attachment:fixed; }     
.row-fluid .number-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.85; }
.row-fluid .number-section > div { position:relative; }
.row-fluid .number-section1 { padding-top:50px; }
.row-fluid .number-box { margin:0; width:25%; float:left; color:#FFFFFF; }
.row-fluid .number-counter { padding:20px 0 15px; font-size:65px; line-height:70px; font-weight:600; background:#655857; }
.row-fluid .number-title { padding:42px 0; background:#655857; text-transform:uppercase; letter-spacing:0.7px; font-weight:400; }
.row-fluid .number-box:nth-child(even) .number-counter { background:#504645; }
.row-fluid .number-box:nth-child(odd) .number-title { background:#504645; }
.row-fluid .number-content { padding:30px 15px 0; color:#e1e1e1; }

/* team section */
.row-fluid .team-section { padding:100px 0; }
.row-fluid .team-slider { padding:40px 0 0; }
.row-fluid .team-slider span.hs_cos_wrapper  { margin:0 -15px; display:block; }
.row-fluid .person-box { padding:0 15px; }
.person-img { height:320px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .person-img:before { content:''; position:absolute; top:50%; left:50%; bottom:50%; right:50%; background:#ffffff; opacity:0; -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;; }
.row-fluid .person-img:after { content:''; position:absolute; top:50%; left:50%; bottom:50%; right:50%; opacity:0; border:4px solid #d97a24; -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;; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; }
.person-img > div { position:relative; }
.person-text h5 { padding:20px 0 5px; font-size:16px; line-height:24px; }
.person-position { color:#d97a24; }
.person-icon { width:100%; position:absolute; top:40%; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; opacity:0; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;; z-index:22; }
.person-icon ul { margin:0; padding:0; list-style-type:none; text-align:center; }
.person-icon ul li { margin:0; padding:7px; display:inline-block; }
.person-icon ul li a {  font-size:18px; width:38px; height:38px; line-height:38px; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; display:inline-block; background:#d97a24; color:#FFFFFF; text-align:center; -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);; overflow:hidden; }
.person-icon ul li:nth-child(1n) a:before { content:"\f09a"; font-family: 'FontAwesome'; -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);; display:inline-block }
.person-icon ul li:nth-child(2n) a:before { content:"\f099"; }
.person-icon ul li:nth-child(3n) a:before { content:"\f17e"; }  
.person-icon ul li:nth-child(4n) a:before { content:"\f0e1"; }

.person-icon ul li a:hover { background:#504645; }
.row-fluid .person-box:hover .person-img:before , .row-fluid .person-box:hover .person-img:after { opacity:0.66; top:0; right:0; left:0; bottom:0; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; z-index:1; }
.row-fluid .person-box:hover .person-icon , .row-fluid .person-box:hover a.person-btn { opacity:1; }

.row-fluid a.person-btn { min-width:110px; padding:8px 15px 6px; font-size:12px; line-height:18px; position:absolute; bottom:40px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; opacity:0; -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;; }
.row-fluid a.person-btn:hover { bottom:42px; }

.person-box1 { display:none; }
.person-inner { width:100%; padding:15px; background:#FFFFFF; display:inline-block; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }
.person-left { width:30%; float:left; }
.person-left .person-img { height:230px; }
.person-left .person-icon ul li a { width:28px; height:28px; line-height:28px; }
.person-left ul li:nth-child(1n) a:before { font-size:12px; }
.person-left .person-icon { margin-top:10px; position:relative; top:auto; left:auto; -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;; opacity:1; }
.person-box1 .person-text { padding-left:30px; width:70%; float:left; }
.person-box1 .person-text h5 { font-size:24px; line-height:30px; }

/* customer section */
.row-fluid .testimonial-section { padding:95px 0 85px; position:relative; background-attachment:fixed; }
.row-fluid .testimonial-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.85; background:#000000; }
.row-fluid .testimonial-section > div { position:relative }
.row-fluid .testimonial-section1 { position:relative; }
.row-fluid .testimonial-slider { padding:45px 0 0; }
.row-fluid .testimonial-slider span.hs_cos_wrapper { margin:0 -15px; display:block; position:inherit; }
.row-fluid .testimonial-slider .slick-arrow.slick-prev { border-left-color:#FFFFFF; color:#d97a24; }
.row-fluid .testimonial-slider .slick-arrow.slick-prev:hover { border-left-color:#d97a24; color:#FFFFFF; }
.row-fluid .testimonial-slider .slick-arrow.slick-next:hover { border-right-color:#d97a24; color:#FFFFFF; }
.row-fluid .testimonial-slider .slick-arrow.slick-next { border-right-color:#FFFFFF; color:#d97a24; }
.row-fluid .testimonial-slider .slick-arrow { margin-top:-40px; }
.row-fluid .testimonial-box { padding:15px; }
.row-fluid .testimonial-inner { padding:34px 25px 32px; background:#504645; color:#FFFFFF; font-weight:400; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;; letter-spacing:0.5px; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; }
.row-fluid .testimonial-content { padding:18px 0 22px; }
.row-fluid .testimonial-img { margin:0 auto; width:114px; height:114px; background-size:cover; border:4px solid #504645; background-position:center center; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; 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;; }
.row-fluid .testimonial-title { font-size:16px; color:#d97a24; font-weight:500; }
.row-fluid .testimonial-name { color:#e1e1e1; font-size:15px; opacity:0.5;}
.row-fluid .testimonial-slider ol.flex-control-nav,.row-fluid .testimonial-slider ul.slick-dots { padding:40px 0 0; }

.row-fluid .testimonial-box:hover .testimonial-img { border-color:#d97a24; }
/*.row-fluid .testimonial-box:hover .testimonial-inner { margin-top:0; */

/* strip section */
.row-fluid .strip-section { padding:95px 0 100px; position:relative; background-attachment:fixed; }
.row-fluid .strip-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#ffffff; opacity:0.90; }
.row-fluid .strip-section > div { position:relative; }
.row-fluid .strip-section h4 { padding-bottom:32px; text-transform:uppercase; }
.row-fluid .strip-section h4 span { color:#d97a24; }

/* campany logo */
.row-fluid .company-logo { padding:20px 0; background:#d97a24; }
.row-fluid .company-slider div.hs_cos_wrapper { display:inline-block; vertical-align:middle; float:none; }
.row-fluid .company-slider ol.flex-control-nav, .row-fluid .company-slider ul.slick-dots { padding:20px 0 0; }
.row-fluid .company-slider ol.flex-control-nav li a, .row-fluid .company-slider ul.slick-dots li button { border-color:#FFFFFF; }
.row-fluid .company-slider ol.flex-control-nav li.slick-active a, .row-fluid .company-slider ul.slick-dots li.slick-active button { background:#FFFFFF; }

/* contact section */
.row-fluid .contact-section { padding:95px 0; position:relative; background-attachment:fixed; }
.row-fluid .contact-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.85; }
.row-fluid .contact-section > div { position:relative; }
.row-fluid .contact-section1 { margin-top:40px; }
.row-fluid .contact-left , .row-fluid .contact-left a { font-size:15px; text-transform:uppercase; color:#FFFFFF; letter-spacing:0.5px; }
.row-fluid .contact-left a:hover { color:#d97a24; }
.row-fluid .contactleft-inner { margin:0 auto !important; max-width:300px; width:100%; float:none; display:block; }
.row-fluid .contactleft-address ul { margin:0; padding:0; list-style-type:none; } 
.row-fluid .contactleft-address ul li { margin:10px 0; padding:0; display:block; }
.row-fluid .contactleft-address ul li a:before { margin-right:8px; color:#d97a24; display:inline-block; font-family: 'FontAwesome'; }
.row-fluid .contactleft-address ul li:nth-child(1) a:before { content:"\f095"; }
.row-fluid .contactleft-address ul li:nth-child(2) { font-size:14px; font-weight:400; opacity:0.9; }
.row-fluid .contactleft-address ul li:nth-child(3) a:before { content:"\f003"; }
.row-fluid .contactleft-address ul li:nth-child(4) a:before { content:"\f003"; }

.row-fluid .contact-icon ul { margin-top:30px; padding:0; list-style-type:none;}
.row-fluid .contact-icon ul li { margin:0; padding:0 8px; display:inline-block; }
.row-fluid .contact-icon ul li a { font-size:20px; width:38px; height:38px; line-height:38px; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; display:inline-block; background:#d97a24; color:#FFFFFF; text-align:center; -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);; }
.row-fluid .contact-icon ul li:nth-child(1n) a:before { content:"\f09a"; font-family: 'FontAwesome'; font-size:18px; -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);; display:inline-block }
.row-fluid .contact-icon ul li:nth-child(2n) a:before { content:"\f099"; }
.row-fluid .contact-icon ul li:nth-child(3n) a:before { content:"\f17e"; }  
.row-fluid .contact-icon ul li:nth-child(4n) a:before { content:"\f0e1"; }
.row-fluid .contact-icon ul li a:hover { background:#504645; color:#FFFFFF }  

.row-fluid .contact-form input, .row-fluid .contact-form form button, .row-fluid .contact-form textarea, .row-fluid .contact-form select, .row-fluid .contact-form input[type="text"], .row-fluid .contact-form input[type="password"], .row-fluid .contact-form input[type="datetime"], .row-fluid .contact-form input[type="datetime-local"], .row-fluid .contact-form input[type="date"], .row-fluid .contact-form input[type="month"], .row-fluid .contact-form input[type="time"], .row-fluid .contact-form input[type="week"], .row-fluid .contact-form input[type="number"], .row-fluid .contact-form input[type="email"], .row-fluid .contact-form input[type="url"], .row-fluid .contact-form input[type="search"], .row-fluid .contact-form input[type="tel"], .row-fluid .contact-form input[type="color"] { background:#504645; color:#FFFFFF; border:none; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; -webkit-box-shadow: 0 2px 0 rgba(198,156,109,1);
    -moz-box-shadow: 0 2px 0 rgba(198,156,109,1);
    -o-box-shadow: 0 2px 0 rgba(198,156,109,1);
    -ms-box-shadow: 0 2px 0 rgba(198,156,109,1);
     box-shadow: 0 2px 0 rgba(198,156,109,1);;  }
.row-fluid .contact-form .hs-form-field > label span { display:none; }
.row-fluid .contact-form .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0; }
.row-fluid .contact-form .form-columns-2 { margin-right:8px; }
.row-fluid .contact-form .actions { text-align:right; } 
.row-fluid .contact-form .hs-button { min-width:115px; padding:8px 20px 7px; height:auto; font-weight:500; text-transform:uppercase; background:#FFFFFF; border:2px solid #d97a24; color:#504645; -webkit-box-shadow: 0 0 0 rgba(198,156,109,1);
    -moz-box-shadow: 0 0 0 rgba(198,156,109,1);
    -o-box-shadow: 0 0 0 rgba(198,156,109,1);
    -ms-box-shadow: 0 0 0 rgba(198,156,109,1);
     box-shadow: 0 0 0 rgba(198,156,109,1);; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;}  
.row-fluid .contact-form .hs-button:hover { background:#d97a24; color:#FFFFFF }  
.row-fluid .contact-form textarea { height:200px; }

/* location section */
.row-fluid .location-section { padding:23px 0; background:#d97a24; }
.row-fluid .location-pop a { font-size:18px; text-transform:uppercase; color:#FFFFFF; letter-spacing:0.5px; }
.row-fluid .location-pop a:hover { color:#504645; } 
.row-fluid .location-map { display:none; }
.location-map iframe { width:600px; height:350px; }

/* footer */
.row-fluid .footer { padding:80px 0 100px; background:#212124; font-weight:400; }
.row-fluid .footer-box { padding-left:50px; }
.row-fluid .footer-title { font-size:18px; letter-spacing:1px; text-transform:uppercase; color:#FFFFFF; }
.row-fluid .footer-menu ul { margin-top:12px; padding:0; list-style-type:none; }
.row-fluid .footer-menu ul li { margin:7px 0; padding-left:18px; display:block; position:relative; }
.row-fluid .footer-menu ul li a { padding:0; color:#FFFFFF; font-weight:400; } 
.row-fluid .footer-menu ul li a:after { content:"\f192"; font-size:12px; font-family: 'FontAwesome'; position:absolute; top:0; left:0; color:#d97a24; }
.row-fluid .footer-menu ul li a:hover { color:#d97a24; }

.row-fluid .newsletter-subscrip .hs_email > label span { display:none; }
.row-fluid .newsletter-subscrip .hs-input { border-color:#504645; background:transparent; color:#717171; border-radius:3px; }
.row-fluid .newsletter-subscrip .hs-button  { padding:9px 20px; margin-top:5px; min-width:160px; font-weight:500; text-transform:uppercase; letter-spacing:0.5px; height:auto; } 

.row-fluid .newsletter-text { margin:12px 0 5px; font-size:13px; color:#e1e1e1; }
.row-fluid .footer-text { margin-top:25px; font-size:13px; color:#e1e1e1; }

.row-fluid .footer-logo img { max-width:120px; }
.row-fluid .footer-icon ul { margin-top:30px; padding:0; list-style-type:none;}
.row-fluid .footer-icon ul li { margin:0; padding:0 10px; display:inline-block; }
.row-fluid .footer-icon ul li a { font-size:18px; width:38px; height:38px; line-height:38px; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; display:inline-block; background:#d97a24; color:#FFFFFF; text-align:center; -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);; }
.row-fluid .footer-icon ul li:nth-child(1n) a:before { content:"\f09a"; font-family: 'FontAwesome';-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);; display:inline-block }
.row-fluid .footer-icon ul li:nth-child(2n) a:before { content:"\f099"; }
.row-fluid .footer-icon ul li:nth-child(3n) a:before { content:"\f17e"; }  
.row-fluid .footer-icon ul li:nth-child(4n) a:before { content:"\f0e1"; }
.row-fluid .footer-icon ul li a:hover { background:#504645; color:#FFFFFF; }

.row-fluid .footer-bottom { padding:10px 0; background:#272729; color:#FFFFFF; font-weight:400; }
.row-fluid .copyright { padding:12px 0; }
.row-fluid .footerbottom-menu { text-align:right; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .footerbottom-menu ul li a { color:#FFFFFF; padding:10px 12px; }
.row-fluid .footerbottom-menu ul li a:hover { color:#d97a24; }
.row-fluid .footerbottom-menu ul li:last-child a { padding-right:0; }

/* about page */
.row-fluid .about-hero { padding:185px 0 100px; position:relative;  background-attachment:fixed; }
.row-fluid .about-hero:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.70; }
.row-fluid .about-hero > div { position:relative; }
.row-fluid .about-content { margin:0 auto !important; display:block; width:100%; max-width:945px; float:none; color:#FFFFFF; letter-spacing:0.5px; }
.row-fluid .about-content h3 { font-size:37px; line-height:42px; color:#FFFFFF; text-transform:uppercase; font-weight:600; letter-spacing:2px; }
.row-fluid .about-content h3 span { color:#d97a24; }  
.row-fluid .about-content h3:after { content:''; margin:15px auto 5px; width:50px; height:2px; background:#d97a24; display:block; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; }

.row-fluid .about-hero:hover .about-content h3:after { width:120px; }

/* about page 2 */
.row-fluid .about1-section { padding:100px 0 0; }
.row-fluid .about1-section .whoare-left  { height:400px; }
.row-fluid .whoare-text.about1-text { padding:10px 0 10px 100px; }

.row-fluid .mission-content.about1-content { padding:70px 0 80px; }

/* who we are section */
.row-fluid .whoare-section { position:relative; }
.row-fluid .whoare-left , .row-fluid .whoare-right { margin:0; width:50%; }
.row-fluid .whoare-right { position:relative;  background-attachment:fixed; }
.row-fluid .whoare-right:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#ffffff; opacity:0.95; }
.row-fluid .whoare-right > div { position:relative; }   
.row-fluid .whoare-text { padding:90px 0 90px 135px; }

/* heading-title */
.row-fluid .heading-title h4 { letter-spacing:2px; }
.row-fluid .heading-title h4 span { color:#d97a24; }
.row-fluid .heading-title h4:after  { content:''; margin:20px 0 5px; width:50px; height:2px; background:#d97a24; display:block; }

/* mission-content */
.row-fluid .mission-content { padding:90px 0 80px; }

/* service page */
.row-fluid .service-style { padding:80px 0; }
.row-fluid .service-style1 { padding-top:60px; float:left; }

.row-fluid .service-style1 .hs_cos_wrapper_widget { padding:30px 0; float:left; }
.row-fluid .service1-box { margin:0; position:relative; background:#f5f5f5; float:left; }
.row-fluid .service1-icon { width:260px; text-align:center; background:#d97a24; float:left; position:relative; }
.row-fluid .service1-icon img { height:83px !important; width:auto; position:absolute; left:50%; top:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; }
.row-fluid .service1-text { width:calc(100% - 260px); float:left; padding:0 30px; }
.row-fluid .service1-inner { padding:30px 0 20px; float:left; } 
.row-fluid .service1-inner h5 { font-size:20px; line-height:26px; letter-spacing:1px; text-transform:uppercase; }
.row-fluid .service1-inner h5 span { color:#d97a24; }
.row-fluid .service1-content { width:100%; float:left; border-bottom:1px solid rgba(0,0,0,0.1); }
.row-fluid .strip-section1 h4 { color:#FFFFFF; }
.row-fluid .strip-section1:before { background:#000000; opacity:0.85; }
.row-fluid .link-style.service1-cta { margin-top:22px; min-width:130px; padding:9px 25px 7px; }

/* testimonial page */
.row-fluid .testimonial1-section { padding:85px 0 50px; }
.row-fluid .testimonial1-section1 span.hs_cos_wrapper { margin: -15px; display:block; } 
.row-fluid .testimonial1-section1 .hs_cos_wrapper_widget  { width:50%; padding:35px 15px; float:left; }
.row-fluid .testimonial1-box { background:#f5f5f5; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; position:relative; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;; }
.row-fluid .testimonial1-box:before {  content:''; position:absolute; top:50%; left:50%; right:50%; bottom:50%; background:#d97a24; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;; }
.row-fluid .testimonial1-box:after { content:"\f10d"; font-size:18px; width:54px; height:54px; line-height:54px; background:#f5f5f5; color:#d97a24; position:absolute; top:-27px; left:50%; font-family: 'FontAwesome'; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;; }
.row-fluid .testimonial1-box > div { position:relative; }  
.row-fluid .testimonial1-inner { padding:60px 25px 40px; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;; }
.row-fluid .testimonial1-contant { line-height:30px; }
.row-fluid .testimonial1-inner h5 { font-size:18px; padding:0 0 5px; line-height:24px; font-weight:500; color:#d97a24; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;; }

.row-fluid .testimonial1-box:hover:before { top:0; left:0; right:0; bottom:0; }
.row-fluid .testimonial1-box:hover:after { background:#d97a24; color:#FFFFFF; }
.row-fluid .testimonial1-box:hover .testimonial1-inner , .row-fluid .testimonial1-box:hover .testimonial1-inner h5 { color:#FFFFFF; }

/* faq page */
.row-fluid .faq-section { padding:75px 0; }
.row-fluid .faq-section1 .hs_cos_wrapper_widget { padding:5px 0; }
.row-fluid .accordion-title { padding:11px 40px 11px 15px; letter-spacing:1px; line-height:18px; text-transform:uppercase; color:#FFFFFF; background:#504645; position:relative; cursor:pointer; }
.row-fluid .accordion-text { padding:10px 20px 0; border:1px solid #f5f5f5; border-top:none; display:none; }
.row-fluid .accordion-title:before { content:"\f107"; position:absolute; top:50%; right:15px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; font-family: 'FontAwesome'; }
.row-fluid .accordion-title.active { background:#d97a24; }
.row-fluid .accordion-title.active:before { content:"\f106"; }

/* team page */
.row-fluid .team1-section { padding:55px 0 40px; }
.row-fluid .team1-section1 span.hs_cos_wrapper  { margin:0 -15px; display:block; }
.row-fluid .team1-section1 .hs_cos_wrapper_widget { width:25%; float:left; margin:25px 0; }

/* contact page */
.row-fluid .contact-map iframe { width:100%; height:440px; }
.row-fluid .contact1-section { padding:85px 0; }
.row-fluid .contact1-form { padding-top:65px; }
.row-fluid .contact1-form .first-fourfield { width:50%; float:left; padding:0 15px; }
.row-fluid .contact1-form .hs-form-field > label { display:none; }
.row-fluid .contact1-form textarea { height:168px; }
.row-fluid .contact1-form .hs_submit { width:50%; display:inline-block; text-align:right; padding:0 15px; }
.row-fluid .contact1-form .hs-button { height:auto; padding:10px 20px; }
.row-fluid .contact1-form .hs_message { width:50%; float:left; }
input:focus, form button:focus, textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { border-color:#d97a24; }

/* pricing page */
.row-fluid .pricing-section { padding:90px 0; position:relative; background-attachment:fixed; }
.row-fluid .pricing-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#ffffff; opacity:0.95; }
.row-fluid .pricing-section > div { position:relative; }
.row-fluid .pricing-section1 span.hs_cos_wrapper { margin:0 -13px; display:block; }
.row-fluid .pricing-section1 .hs_cos_wrapper_widget { width:25%; float:left; padding:0 13px; }
.row-fluid .pricing-box { background:#FFFFFF; -webkit-box-shadow: 0 0 20px 1px rgba(000,000,000,0.3);
    -moz-box-shadow: 0 0 20px 1px rgba(000,000,000,0.3);
    -o-box-shadow: 0 0 20px 1px rgba(000,000,000,0.3);
    -ms-box-shadow: 0 0 20px 1px rgba(000,000,000,0.3);
     box-shadow: 0 0 20px 1px rgba(000,000,000,0.3);; }
.row-fluid .pricing-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .pricing-list ul li { margin:0; padding:10px 10px; display:block; }
.row-fluid .pricing-list ul li:nth-child(odd) { background:#f5f5f5; }
.row-fluid .pricing-box h1 { padding:50px 0 7px; font-size:55px; line-height:60px; font-family: 'Poppins', sans-serif; font-weight:300; color:#504645; }
.row-fluid .pricing-top { padding:20px 10px 0; font-size:17px; color:#FFFFFF; background:#d97a24; font-weight:300; position:relative; } 
.row-fluid .pricing-top:after { content: ''; border:40px solid transparent; border-top-color:#d97a24; display: block; position: absolute; top: 100%; left: 0; right: 0; bottom: 0; border-left-width: 134px; border-right-width: 134px; }
.row-fluid .pricing-mounce { color:#d97a24; font-size:16px; padding-bottom:15px; }
.row-fluid a.pricing-cta { margin:22px 0; min-width:170px; padding:10px 20px 9px; text-align:center; letter-spacing:0.5px; text-transform:uppercase; color:#FFFFFF; background:#d97a24; display:inline-block; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; border:2px solid transparent; }
.row-fluid a.pricing-cta:hover { background:#FFFFFF; border-color:#d97a24; color:#655857 }
.row-fluid .popular-title { display:none; }

.row-fluid .pricing-section1 { padding-top:50px; }
.row-fluid .pricing-box.most-popularbox { background:#655857; color:#f5f5f5; position:relative; }
.row-fluid .most-popularbox .pricing-list ul li:nth-child(odd) { background:#504645; }
.row-fluid .pricing-box.most-popularbox h1 , .row-fluid .most-popularbox .pricing-mounce { color:#f5f5f5; }
.row-fluid .pricing-box.most-popularbox h1 { padding:7px 0; }
.row-fluid .most-popularbox .popular-title { padding:34px 0 20px; display:block; }
.row-fluid .most-popularbox .pricing-top { padding:5px 0; width:100%; position:absolute; top:-26px; left:0; }
.row-fluid .most-popularbox .pricing-top:after { display:none; }
.row-fluid .most-popularbox a.pricing-cta { background:#FFFFFF; color:#504645; border-color:#d97a24; }
.row-fluid .most-popularbox a.pricing-cta:hover { background:#d97a24; color:#FFFFFF; }

/* service signle page */
.row-fluid .servicesingle-section { padding:90px 0; }
.row-fluid .servicesingle-text h3 { font-size:24px; line-height:30px; font-weight:600; }
.row-fluid .servicesingle-text h3:after { content:''; margin:15px 0 0; width:50px; height:2px; display:block; background:#d97a24; }
.row-fluid .servicesingle-text ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .servicesingle-text ul li { margin:0; padding-left:20px; display:block; position:relative; }
.row-fluid .servicesingle-text ul li:after { content:"\f192"; font-size:10px; position:absolute; top:-1px; left:0; font-family: 'FontAwesome'; color:#d97a24; }

.row-fluid .service-menu { border:1px solid #f5f5f5; }
.row-fluid .service-menu .hs-menu-wrapper ul li { border-bottom:2px dotted #f5f5f5; }  
.row-fluid .service-menu ul { margin:0; padding:0; }
.row-fluid .service-menu ul li { margin:0; padding:0; display:block; width:100%; }
.row-fluid .service-menu ul li a { width:100%; font-size:16px; color:#504645; }
.row-fluid .service-menu ul li a:hover { color:#d97a24; }
.row-fluid .service-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:10px 30px 10px 15px; } 
.row-fluid .service-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position:relative; }
.row-fluid .service-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after  { content:"\f107"; display:inline-block; vertical-align:middle; font-family: 'FontAwesome'; margin-left:5px; position:absolute; top:10px; right:15px; }

.row-fluid .service-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper { opacity:1; visibility:inherit; }
.row-fluid .service-menu ul li a.active { color:#d97a24; }

.row-fluid .service-menu .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:0; }

/* gallery page */
.row-fluid .gallery-section { padding:60px 0; }
.row-fluid .gallery-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:25%; padding:15px; float:left; }
.row-fluid .gallery-box { position:relative; text-align:center; }
.row-fluid .gallery-box:before { content:''; position:absolute; top:50%; bottom:50%; left:50%; right:50%; background:#ffffff; opacity:0; -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;; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; }
.row-fluid .gallery-box:after { content:''; position:absolute; top:50%; bottom:50%; left:50%; right:50%; border:2px solid #d97a24; opacity:0; -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; }
.row-fluid .gallery-img { height:230px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .gallery-icon { width:40px; height:40px; line-height:43px; font-size:18px; color:#FFFFFF; background:#d97a24; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;; opacity:0; z-index:1; }
.row-fluid .gallery-box:hover:before { opacity:0.89; top:0; bottom:0; left:0; right:0; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
.row-fluid .gallery-box:hover:after { opacity:1; top:10px; bottom:10px; left:10px; right:10px; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
.row-fluid .gallery-box:hover .gallery-icon { opacity:1; }
.gallery-popupimg { display:none; }

/* Video page */
.row-fluid .video-section { padding:50px 0; }
.row-fluid .video-section span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .video-section .hs_cos_wrapper_widget { width:33.33%; padding:15px; float:left; }
.row-fluid .video-box { position:relative; text-align:center; } 
.row-fluid .video-img { height:230px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .video-img:after { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.50; }
.row-fluid .video-icon { width:60px; height:60px; line-height:62px; font-size:20px; color:#FFFFFF; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; z-index:1; border:2px solid #FFFFFF; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; -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;; }
.row-fluid .video-icon:hover { color:#d97a24; border-color:#d97a24; }
.row-fluid .video-title { padding:15px 0; font-size:18px; width:100%; position:absolute; bottom:0; left:0; font-weight:300; color:#FFFFFF; background:rgba(0,0,0,0.50); letter-spacing:1px; }
.video-code { display:none; }
.video-code iframe { width:500px; height:300px; }

/* blog */
.row-fluid .blog-section { padding:50px 0 0; }
.row-fluid .blog-block { padding-bottom:20px; }
.row-fluid .blog-block .hs-featured-image-wrapper { height:230px; background-size:cover; background-position:center center; background-repeat:no-repeat; } 
.row-fluid .blog-comments .hubspot-editable , .row-fluid .blog-comments .blog-topic , .row-fluid .blog-comments .custom_listing_comments , .row-fluid .blog-comments .author-date { padding:0 10px; display:inline-block; border-right:2px dotted #d97a24; line-height:18px; }
.row-fluid .blog-comments .hubspot-editable { padding-left:0; }
.row-fluid .blog-comments .custom_listing_comments { border-right:none; }
.row-fluid .blog-comments a { color:#504645; }
.row-fluid .blog-comments a:hover { color:#d97a24; }
.hs-blog-listing .blog-form { display:none; }

.row-fluid .post-item { padding:40px 0; border-bottom:1px solid #d6d6d6; }
.row-fluid .blog-block .post-header h2 { padding:10px 0; font-size:21px; line-height:26px; color:#424242; text-transform:inherit; }
.row-fluid .blog-block .post-header h2 a { color:#424242; }
.row-fluid .blog-block .post-header h2 a:hover { color:#d97a24; }
.row-fluid .blog-text { padding:20px 25px 40px; background:#f5f5f5; line-height:28px; }
.row-fluid a.blog-link { margin-top:15px; padding:8px 34px; border:2px solid #d97a24; color:#d97a24; display:inline-block; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid a.blog-link:hover { background:#d97a24; color:#FFFFFF }
.row-fluid .post-item:last-child { border-bottom:none; }
.row-fluid ul.pagination { width:100%; background:#d97a24; margin:0; padding:0; list-style-type:none; text-align:center; }
.row-fluid ul.pagination li { margin:0; padding:0; display:inline-block; }
.row-fluid ul.pagination li a { font-size:37px; line-height:42px; padding:22px 25px; display:inline-block; color:#FFFFFF; font-weight:300; }
.row-fluid ul.pagination li.active a , .row-fluid ul.pagination li a:hover { background:#504645; }

.row-fluid .blog-right { padding-top:40px; }
.row-fluid .topic-list h3 { margin-top:44px; padding:0; font-size:19px; line-height:26px; font-weight:500; }
.row-fluid .topic-list h3:after { content:''; margin:17px 0 15px; width:45px; height:2px; background:#d97a24; display:block; }
.row-fluid .topic-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .topic-list ul li { margin:10px 0; display:block; }
.row-fluid .topic-list ul li a { color:#504645; }  
.row-fluid .topic-list ul li a:hover { color:#d97a24; }
.row-fluid .dotted-list ul li { padding-left:20px; position:relative; }
.row-fluid .dotted-list ul li:after { content:"\f192"; font-size:11px; display:inline-block; position:absolute; top:0; left:0; font-family: 'FontAwesome'; color:#d97a24; }

.row-fluid .blog-search .gsc-search-button:before { background:transparent; color:#504645; }
.row-fluid .blog-search .gsc-search-button:hover:before { color:#504645; }
.row-fluid .blog-search .gstl_51  { height:43px; }
.row-fluid .blog-search .gsc-search-box-tools .gsc-search-box .gsc-input { border-color:#dadada; }
.row-fluid .blog-search .gsib_b { display:none; }

.row-fluid .bloginner-title h1 { padding:10px 0; font-size:21px; line-height:30px; }
.row-fluid .blog-content { padding:25px 0; }
.hs-blog-post .blog-section { padding:95px 0 80px; }

.row-fluid .comment-from h4 { padding:0; }
.row-fluid .comment-date { display:block; font-size:14px; }
.row-fluid button.comment-reply-to { background:transparent; font-weight:700; color:#d97a24; padding-left:0; }
.row-fluid button.comment-reply-to:hover { color:#655857; }

.row-fluid .social-sharing { padding:15px 0; width:100%; border-top:1px solid #f5f5f5; border-bottom:1px solid #f5f5f5; }
.row-fluid .share-text { display:inline-block; }
.row-fluid .social-sharing ul { margin:0; padding:0; list-style-type:none; display:inline-block; vertical-align:middle; }
.row-fluid .social-sharing ul li { margin:0; padding:0 2px; display:inline-block; }
.row-fluid .social-sharing ul li a { width:40px; height:40px; line-height:40px; display:inline-block; background:#f5f5f5; color:#504645; text-align:center; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; }
.row-fluid .social-sharing ul li:nth-child(1) a:after { content:"\f09a"; display:inline-block; font-family: 'FontAwesome'; }
.row-fluid .social-sharing ul li:nth-child(2) a:after { content:"\f099"; display:inline-block; font-family: 'FontAwesome'; }
.row-fluid .social-sharing ul li:nth-child(3) a:after { content:"\f0e1"; display:inline-block; font-family: 'FontAwesome'; }
.row-fluid .social-sharing ul li:nth-child(4) a:after { content:"\f0d5"; display:inline-block; font-family: 'FontAwesome'; }

.row-fluid .social-sharing ul li a:hover { background:#d97a24; color:#FFFFFF }

.row-fluid .about-author-sec { padding:25px 0; }
.row-fluid .about-author-sec h4 { font-size:24px; line-height:30px; letter-spacing:1px }
.row-fluid .about-author-sec h4:after { content:''; margin:10px 0; width:50px; height:2px; display:block; background:#d97a24; }

.row-fluid .author-content1 { margin-bottom:20px; padding:20px 20px 20px 150px; background:#504645; color:#FFFFFF; position:relative; opacity:0.9; font-weight:400; }
.row-fluid .author-content1  h3 { font-size:18px; line-height:24px; color:#FFFFFF; font-weight:500; }
.row-fluid .author-content1  h3 a { color:#FFFFFF; }
.row-fluid .author-content1  h3 a:hover { color:#d97a24; }
.row-fluid .autor-img { height:90px; width:90px; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; position:absolute; top:25px; left:25px; }
 
.row-fluid .blog-form { padding:50px 0 0; border-top:1px solid #f5f5f5; }
.row-fluid .blog-form h3 { margin-bottom:20px; font-size:24px; line-height:30px; letter-spacing:1px }
.row-fluid .blog-form h3:after { content:''; margin:10px 0; width:50px; height:2px; display:block; background:#d97a24; } 
.row-fluid .blog-form .hs-form-field > label { display:none; }
.row-fluid .blog-form .first-fourfield1 { width:50%; float:left; }
.row-fluid .blog-form .hs_comment { padding-left:20px; width:50%; float:left; }
.row-fluid .blog-form .hs_comment textarea { height:180px; } 
.row-fluid .blog-form .hs_submit { display:inline-block; width:100%; text-align:right; }
.row-fluid .blog-form ..hs-button { height:auto; padding:11px 20px; }
.hs-blog-post .blog-right { padding-top:0; }

/* blog 2 */
.row-fluid .blog1-section { padding:80px 0; }
.row-fluid .blog1-left .hs-featured-image-wrapper { height:180px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .blog1-left .post-item { width:33.33%; padding:10px; float:left; border-bottom:none; -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;; }
.row-fluid .blog1-left .post-listing { margin:0 -10px; display:block; }
.row-fluid .blog1-left .hubspot-editable { padding:15px 75px 15px 15px; background:#f5f5f5; position:relative; text-align:right; border-top:1px solid rgba(0,0,0,0.2);}
.row-fluid .blog1-left .hs-author-avatar { width:52px; height:52px; position:absolute; top:-15px; right:15px; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; overflow:hidden; }
.row-fluid .blog1-left .more-link { margin-top:20px; font-size:16px; line-height:22px; letter-spacing:2px; display:inline-block; width:100%; }
.row-fluid .blog1-left a.author-link { display:inline-block; color:#655857; }
.row-fluid .blog1-left a.author-link:hover { color:#d97a24; }
.row-fluid .blog1-left .post-inner { border:1px solid rgba(0,0,0,0.2); }
.row-fluid .blog1-left .post-content { padding:25px 10px; }
.row-fluid .blog1-left .post-content h2 { font-size:20px; line-height:28px; font-weight:600; text-transform:inherit; padding:0; }
.row-fluid .blog1-left .post-content h2 a { color:#655857; }
.row-fluid .blog1-left .post-content h2 a:hover { color:#d97a24; }

.row-fluid .blog1-title h3 { margin:0 -10px; padding:10px 15px; font-size:18px; line-height:24px; text-transform:uppercase; background:#655857; color:#FFFFFF; font-weight:600; letter-spacing:1px;  }
.row-fluid .blog1-subcribe h3 { display:none; }
.row-fluid .blog1-box1 { margin-bottom:20px; padding:0 10px 15px; background:#f5f5f5; -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;; }
.row-fluid .blog1-box1 ul { margin:0; padding:5px 0; list-style-type:none; }
.row-fluid .blog1-box1 ul li { margin:0; padding:7px 5px; display:block; }

.row-fluid .blog1-left .blog-pagination  { padding-top:40px; text-align:center; display:inline-block; width:100%; }
.row-fluid .blog1-left .blog-pagination a { margin:5px; min-width:130px; padding:13px 25px; display:inline-block; text-transform:uppercase; letter-spacing:1px; background:#f5f5f5; text-align:center; }
.row-fluid .blog1-left .blog-pagination a:hover { background:#d97a24; color:#FFFFFF; }
.hs-blog-post .blog1-left .hubspot-editable { background:transparent; padding:0; border-top:none; padding-right:7px; }

.row-fluid .blog1-section .blog-right { padding-top:9px; }
.row-fluid .blog-right .blog1-box1 .hs-button { width:100%; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }

.row-fluid .blog1-left .post-item:hover {  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
     box-shadow: 0 2px 7px rgba(0,0,0,0.3);; }
.row-fluid .blog1-box1:hover { -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
     box-shadow: 0 3px 7px rgba(0,0,0,0.3);; }

/* one colume */
.row-fluid .hero1-section { position:relative; background-attachment:fixed; }
.row-fluid .hero1-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.50; }
.row-fluid .hero1-section > div { position:relative; }
.row-fluid .hero1-content { margin:0 auto !important; max-width:1000px; width:100%; padding:210px 0 120px; letter-spacing:1px; font-size:16px; float:none; }
.row-fluid .hero1-box h2 { letter-spacing:2px; color:#FFFFFF; }
.row-fluid .hero1-slider ol.flex-control-nav, .row-fluid .hero1-slider ul.slick-dots { position:absolute; bottom:25px; left:0; width:100%; }
.row-fluid .hero1-slider .slick-slider { position:inherit; }
.row-fluid .hero1-slider .row-fluid ol.flex-control-nav li a, .row-fluid .hero1-slider ul.slick-dots li button { width:12px; height:12px; }

/* content text */
.row-fluid .content1-section { padding:70px 0 60px; }
.row-fluid .content-title h4 { font-weight:600; }
.row-fluid .content-title h4:after { content:''; margin-top:10px; width:60px; height:2px; display:block; background:#d97a24; -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;; }
.row-fluid .content-box:hover .content-title h4:after { width:100px; }
.row-fluid .hero1-title h2 { letter-spacing:2px; color:#FFFFFF; }

/* col section */
.row-fluid .hero-simplebanner { background:#000000; }
.row-fluid .hero-banner { padding:170px 0 80px; } 
.row-fluid .hero1-smallbanner { padding:170px 0 80px; } 

.row-fluid .two-menu ul li a { position:relative; background:#f5f5f5; }
.row-fluid .two-menu ul li a:before { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background:transparent; -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;; }
.row-fluid .two-menu ul li a:hover { background:#FFFFFF; }
.row-fluid .two-menu ul li a:hover:before { background:#d97a24; }
.row-fluid .two-menu ul li a.active { background:#FFFFFF; }
.row-fluid .two-menu ul li a.active:before { background:#d97a24; }
.row-fluid .service-menu .hs-menu-wrapper ul li:last-child { border-bottom:none; }

/* home page 2 */
.future-iconbg { width:100px; height:150px; background-size: 100%; background-repeat: no-repeat; background-position:center center;  position: absolute; top:-30px; left: 45px; opacity: 0.08; z-index:1; }
.row-fluid .home-video { width:100%; height:100%; position: fixed; top: 0; left: 0; z-index: -1; }
.row-fluid .home-video img { width:100% !important; }
.row-fluid .home-video video { width: auto; height: auto; min-width: 100%; min-height: 100%; object-fit:cover; }

/* our service page 2 */
.row-fluid .service2-section { padding:80px 0 50px; }
.row-fluid .service2-section1 { padding:30px 0; }
.row-fluid .service2-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service2-section1 .hs_cos_wrapper_widget  { margin:20px 0; padding:0 15px; width:50%; float:left; }
.row-fluid .service2-icon { position:relative; height:250px; text-align:center; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;; }
.row-fluid .service2-icon:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.8; }
.row-fluid .service2-icon > div { display: flex; flex-direction: column; justify-content: center; height: 100%; text-align: center; position:relative; }
.row-fluid .service2-icon img { margin:0 auto; -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;; }
.row-fluid .service2-text { padding:25px; background:#f5f5f5; }
.row-fluid .service2-content h5 span { color:#d97a24; }
.row-fluid .service2-box > div { overflow:hidden; }

.row-fluid .service2-box:hover .service2-icon , .row-fluid .service2-box:hover .service2-icon img { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);; }



@media (min-width: 768px){

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#d97a24; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#d97a24; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { line-height:20px; text-transform:uppercase; padding:40px 14px 34px; font-size:14px; font-weight:600; vertical-align:middle; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { width:185px; padding:0; margin: 0px; border-top:2px solid #d97a24; background:#fff;  position: absolute;  top:100%;  left:0px; -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
     box-shadow: 0px 0px 10px rgba(0,0,0,0.3);; }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:11px 20px 8px; line-height:20px; color:#504645; width:100%; font-size:15px; border-bottom:1px dashed #ccc; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child a:visited { border-bottom:none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#fff; background:#d97a24; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation:fadeInUp 0.3s ease-in; animation:fadeInUp 0.3s ease-in ; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation: fadeInRight 0.3s ease-in; animation:fadeInRight 0.3s ease-in ; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; } 
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:after { content:"\f107"; display:inline-block; vertical-align:middle; font-family: 'FontAwesome'; margin-left:5px; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { text-align:left; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li.hs-item-has-children a { position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li.hs-item-has-children > a:after { content:"\f105"; float:right; display:inline-block; font-family: 'FontAwesome'; }
}



@media (min-width: 768px){
    
    .row-fluid .header.fixed { top:0; padding:0; position:fixed; left:0; border-bottom:none; background:rgba(255,255,255,0.9); -webkit-box-shadow: 0 0 2px 2px rgba(000,000,000,0.3);
    -moz-box-shadow: 0 0 2px 2px rgba(000,000,000,0.3);
    -o-box-shadow: 0 0 2px 2px rgba(000,000,000,0.3);
    -ms-box-shadow: 0 0 2px 2px rgba(000,000,000,0.3);
     box-shadow: 0 0 2px 2px rgba(000,000,000,0.3);; border-bottom:2px solid #d97a24; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:24px 14px; color:#ffffff; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited ,  .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:24px 14px; color:#000; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#d97a24; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#d97a24; } 
    
    .row-fluid .header.fixed .search-section { margin:21px 0; }
    .row-fluid .header.fixed .top-search .gsc-control-cse { top:47px; }
    
    .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:11px 20px 8px; }
    .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#fff; background:#d97a24; }
    
    .row-fluid .header.fixed .row-fluid .search-icon { color:#000; }
    
    .row-fluid .header.fixed .row-fluid .logo1 { visibility:hidden; opacity:0; height:0; }
    .row-fluid .header.fixed .row-fluid .logo2 { visibility:inherit; opacity:1; }
    .row-fluid .header.fixed .row-fluid .logo2 img { max-height:44px; }
    
}


/*Padding Option*/
.row-fluid .padding-top10 { padding-top:10px; }
.row-fluid .padding-top20 { padding-top:20px; }
.row-fluid .padding-top30 { padding-top:30px; }
.row-fluid .padding-top40 { padding-top:40px; }
.row-fluid .padding-top50 { padding-top:50px; }

.row-fluid .padding-top0 { padding-top:0; }
.row-fluid .padding-bottom0 { padding-bottom:0; }

.row-fluid .padding-bottom10 { padding-bottom:10px; }
.row-fluid .padding-bottom20 { padding-bottom:20px; }
.row-fluid .padding-bottom30 { padding-bottom:30px; }
.row-fluid .padding-bottom40 { padding-bottom:40px; }
.row-fluid .padding-bottom50 { padding-bottom:50px; }


/*Margin Option*/
.row-fluid .margin-top10 { margin-top:10px; }
.row-fluid .margin-top20 { margin-top:20px; }
.row-fluid .margin-top30 { margin-top:30px; }
.row-fluid .margin-top40 { margin-top:40px; }
.row-fluid .margin-top50 { margin-top:50px; }

.row-fluid .margin-bottom10 { margin-bottom:10px; }
.row-fluid .margin-bottom20 { margin-bottom:20px; }
.row-fluid .margin-bottom30 { margin-bottom:30px; }
.row-fluid .margin-bottom40 { margin-bottom:40px; }
.row-fluid .margin-bottom50 { margin-bottom:50px; }


@media (min-width: 768px) and (max-width: 1200px){ 
    
    h1 { font-size:34px; line-height:46px; }
    h2 { font-size:30px; line-height:40px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:26px; line-height:32px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:22px; line-height:26px; }
    
    /* about page */
    .row-fluid .whoare-text { padding:60px 0 60px 50px; }
    .row-fluid .mission-content { padding:70px 0 60px; }
    
    /* about page 2 */
    .row-fluid .whoare-text.about1-text { padding:10px 0 10px 30px; }
    
    /* team page */
    .person-icon ul li { margin:4px; }
    .person-icon ul li a { width:27px; height:27px; line-height:27px; font-size:12px; }
    
    /* pricing pgae */
    .row-fluid .pricing-top:after { border-left-width:100px; border-right-width:100px; }
    
    /* col section */
    .row-fluid .content-title h4 { font-size:20px; line-height:26px; }
    
    
    
   
    
   
 
}

@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper {  max-width:920px; }
    
    .person-icon ul li { padding:2px; }
    
    /* work Section */
    .row-fluid .work-icon:after { width:10%; }
    
    /* footer */
    .row-fluid .footer-icon ul li { padding:0 7px; }
    .row-fluid .footer-icon ul li a { width:30px; height:30px; line-height:30px; font-size:14px; } 
    
    /* blog 2 */
    .row-fluid .blog1-left .post-content h2 { font-size:18px; line-height:24px; }
   
    
    /*Padding Option*/

    
}

@media (min-width: 768px) and (max-width: 991px){
    
    .row-fluid .wrapper {  width:720px; }  
    
    /* menu */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:41px 7px 34px; font-size:12px; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:28px 8px 20px; }
    .row-fluid .search-section { margin:37px 0; }
    .row-fluid .top-search .gsc-control-cse { top:58px; }
    
     /* about section */
    .row-fluid .about-section { padding:60px 0; }
    .row-fluid .about-img { height:300px; }
    .row-fluid .about-text { padding-top:0; padding-left:15px; }
    
    /* service section */
    .row-fluid .service-section1 span.hs_cos_wrapper { margin:0 -5px; }
    .row-fluid .service-section1 div.hs_cos_wrapper { padding:5px; }
    .row-fluid .service-section { padding:60px 0; }
    .row-fluid .view-services { margin-top:30px; } 
    
    /* work section */
    .row-fluid .work-section { padding:60px 0 30px; } 
    .row-fluid .work-section1 .hs_cos_wrapper_widget { width:50%; margin-bottom:30px; }
    .row-fluid .work-icon:after { width:75%; }
    .row-fluid .work-section1 .hs_cos_wrapper_widget:nth-child(even) .work-icon:after { display:none; }
    
    /* work progress */
    .row-fluid .work-progress { padding:60px 0 30px; }
    
    /* choose section */
    .row-fluid .choose-section { padding:60px 0 30px; }
    .row-fluid .choose-section1 .hs_cos_wrapper_widget { width:50%; padding:15px 20px; }
    
    /* number secction */
    .row-fluid .number-section { padding:60px 0; }
    .row-fluid .number-section1 { padding:10px 0 0; }
    .row-fluid .number-title { padding:27px 0; }
    .row-fluid .number-counter { font-size:35px; line-height:42px; }
    
    /* team section */
    .row-fluid .team-section { padding:60px 0; }
    .row-fluid .team-slider { padding:0 0 0; }
    
    /* testimonial section */
    .row-fluid .testimonial-slider { padding:0 0 0; }
    .row-fluid .testimonial-section { padding:65px 0 55px; }
    
    /* strip section */
    .row-fluid .strip-section { padding:70px 0; }
    
    /* company section */
    .row-fluid .company-logo { padding:60px 0; }
    
    /* contact section */
    .row-fluid .contact-section { padding:70px 0; }
    .row-fluid .contact-section1 { padding-top:0; }
    
   /* footer */
   .row-fluid .footer { padding:60px 0 40px; }
   .row-fluid .footer-title { font-size:16px; }
   .row-fluid .footer-icon ul li { padding:0 4px; }
   .row-fluid .footer-icon ul li a { width:27px; height:27px; line-height:27px; font-size:14px; }
   .row-fluid .footer-box { padding-left:0; }
   
   .row-fluid .footerbottom-menu ul li a { font-size:12px; padding:10px 4px; } 
   
   /* home page 2 */
   .row-fluid .choose-section1.choose1-section1 .hs_cos_wrapper_widget { width:33.33%; } 
   .row-fluid .choose-section1.choose1-section1 .choose-box { padding-left:48px; }
   
   /* service page */
   .row-fluid .service-style { padding:60px 0; }
   .row-fluid .service-style1 { padding-top:20px; }
   .row-fluid .service-style1 .hs_cos_wrapper_widget { padding:15px 0; }
   
   /* service Signle  */
   .row-fluid .servicesingle-section { padding:60px 0; }
   
   /* testimonial page */
   .row-fluid .testimonial1-inner { padding:28px 25px 25px; }
   
   /* team page */
   .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:33.33%; margin:15px 0; }
   .person-icon ul li { padding:3px; }
   
    /* contact page */
    .row-fluid .contact-map iframe { width:100%; height:300px; }
    
    /* pricing page */
    .row-fluid .pricing-section { padding:50px 0 10px; }
    .row-fluid .pricing-section1 { padding-top:10px; }
    .row-fluid .pricing-section1 .hs_cos_wrapper_widget { width:50%; margin-bottom:60px; }
    .row-fluid .pricing-top:after { border-left-width:166px; border-right-width:166px; }
    
    /* gallery page */
    .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:33.33%; }
    .row-fluid .gallery-img { height:200px; }
    
    /* blog */
    .row-fluid .blog-comments  { font-size:12px; line-height:20px; }
    .row-fluid ul.pagination li a { padding:18px 22px; font-size:24px; line-height:30px; }
    
    /* blog inner */
    .hs-blog-post .blog-section { padding:70px 0 50px; }
    
    /* blog 2 page */
    .row-fluid .blog1-section { padding:60px 0 40px; }
    .row-fluid .blog2-right , .row-fluid .blog1-left { margin:0; width:100%; }
    .row-fluid .blog1-left .post-content h2 { font-size:18px; line-height:24px; }
    
    /* col section */
    .row-fluid .content1-section { padding:50px 0 40px; }
    
    
    
    /*Padding Option*/  
    
    
    
    
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:30px; line-height:38px; }
    h2 { font-size:28px; line-height:34px; }
    h3 { font-size:26px; line-height:32px; }
    h4 { font-size:24px; line-height:30px; }
    h5 { font-size:22px; line-height:28px; }
    h6 { font-size:20px; line-height:26px; }
    
   .row-fluid .wrapper {  width:100%; padding-right:15px; padding-left:15px; }   
   
   .row-fluid .sub-line { padding:0 0 5px; }
   
   /* menu */
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:16px; line-height:22px; padding:11px 15px; }
  
    .row-fluid .top-search script { display:none !important;  }
    .row-fluid .top-search { margin:0; padding:10px 20px 0; display:inline-block; width:100%;}
    .row-fluid .search-icon { position:relative; display:none; }
    .row-fluid td.gsib_b { display:none; }
    .row-fluid .top-search .gsc-control-cse { top:auto; padding:0; position:relative; }
    .row-fluid .top-search .gsc-search-box { width:100%; height:100%; }
    .row-fluid .top-search .gsc-control-cse { width:100%; }
    .row-fluid .gsc-search-button:before { background:#655857; }
   
   /* hero section */
   .row-fluid .hero-cta1 { margin:3px 0; width:auto; float:none; display:inline-block; }
   .row-fluid .hero-btn { padding-top:0; }
   .row-fluid .hero-content { font-size:13px; }
   .row-fluid .hero-arrow { display:none; }
   
    /* features-section */ 
   .row-fluid .features-box { width:100%; }
   
    /* about section */
    .row-fluid .about-section { padding:50px 0; }
    .row-fluid .about-img { box-shadow:0 0 0 #504645; }
    .row-fluid .about-text { padding-left:0; }
    
    /* service section */
    .row-fluid .service-section { padding:50px 0; }
    .row-fluid .service-section1 div.hs_cos_wrapper { padding:10px; width:50%; }
    .row-fluid .view-services { margin-top:30px; }
    
    /* work-section */
    .row-fluid .work-section { padding:50px 0 20px; }
    .row-fluid .work-section1 { padding-top:0; }
    .row-fluid .work-section1 span.hs_cos_wrapper { margin:0; }
    .row-fluid .work-section1 .hs_cos_wrapper_widget { padding:0; width:100%; margin-bottom:30px; }
    .row-fluid .work-icon::after { display:none; }
    
    /* work progress */
    .row-fluid .work-progress { padding:50px 0; text-align:center; }
    .row-fluid .workprogress-title h4::after { margin:18px auto 8px; }
    .row-fluid .workprogress-box { margin:0 0 25px; width:33.33%; float:left; }
    
    /* choose-section */
    .row-fluid .choose-section { padding:50px 0; }
    .row-fluid .choose-section1 span.hs_cos_wrapper { margin:0; }
    .row-fluid .choose-section1 .hs_cos_wrapper_widget { padding:17px 0; width:100%; }
    .row-fluid .choose-icon { top:5px; }
    
    /* number-section */
    .row-fluid .number-section { padding:50px 0; }
    .row-fluid .number-section1 { padding-top:20px; }
    .row-fluid .number-box { width:50%; }
    .row-fluid .number-title { padding:27px 0; }
    .row-fluid .number-counter { font-size:35px; line-height:42px; }
    
    
    /* team section */
    .person-icon ul li a { width:27px; height:27px; line-height:27px; font-size:14px; }
    .row-fluid .team-section { padding:50px 0; }
    .person-left { width:40%; }
    .person-box1 .person-text { width:60%; }
    .row-fluid a.person-btn { opacity:1; }
    
    /* testimonial-section */
    .row-fluid .testimonial-section { padding:50px 0; }
    .row-fluid .testimonial-slider { padding:0 0 0; }
    .row-fluid .testimonial-slider ol.flex-control-nav, .row-fluid .testimonial-slider ul.slick-dots { padding:20px 0 0; }
    .row-fluid .testimonial-text { height:auto !important; } 
    
    /* strip-section */ 
    .row-fluid .strip-section { padding:60px 0; }
    .row-fluid .strip-section h4 { font-size:20px; line-height:26px; padding-bottom:15px; }
    
    /* contact-section */
    .row-fluid .contact-section { padding:50px 0; } 
    .row-fluid .contact-section1 { margin-top:0; }
    .row-fluid .contactleft-inner { max-width:100%; text-align:left; padding-bottom:15px; }
    .row-fluid .contact-icon ul { margin-top:15px; }
    .row-fluid .contact-form .actions  { text-align:center; }
    
    /* team section */
    .row-fluid .team-slider { padding:0 0 0; }
    
    /* company logo */
    .row-fluid .company-logo { padding:50px 0; }
    
    /* footer */
    .row-fluid .footer { padding:50px 0; } 
    .row-fluid .footer-box { padding-left:0; margin-bottom:8px; }
    .row-fluid .footer-box1  { margin-bottom:20px; }
    
    .row-fluid .footer-bottom { text-align:center; }
    .row-fluid .footerbottom-menu { text-align:center; }
    .row-fluid .footerbottom-menu ul li { display:inline-block; width:auto; }
    .row-fluid .footerbottom-menu ul li a { padding:0 3px; }
    .row-fluid .footer-icon ul li , .row-fluid .contact-icon ul li { padding:0 7px; }
    .row-fluid .footer-icon ul li a , .row-fluid .contact-icon ul li a { width:30px; height:30px; line-height:30px; font-size:14px; } 
    
    /* about page */
    .row-fluid .about-content h3 { font-size:22px; line-height:30px; letter-spacing:1px; }
    .row-fluid .about-hero { padding:150px 0 50px; }
    
    .row-fluid .whoare-left, .row-fluid .whoare-right { width:100%; }
    .row-fluid .whoare-left { height:300px !important; }   
    .row-fluid .whoare-text { padding:35px 0 25px 15px; height:auto !important; }
    .row-fluid .mission-content { padding:0; }
    .row-fluid .mission-content1 { margin:15px 0; }
    
    /* about page 2 */
    .row-fluid .whoare-text.about1-text { padding:10px 0 0 0; }
    .row-fluid .about1-section { padding:55px 0 0; }
    
    /* service page */
    .row-fluid .service-style { padding:40px 0; }
    .row-fluid .service-style1 .hs_cos_wrapper_widget { padding:15px 0; }
    .row-fluid .service-style1 { padding-top:30px; }
    .row-fluid .service1-icon , .row-fluid .service1-text { width:100%; height:auto !important; }
    .row-fluid .service1-icon { height:200px !important; }
    .row-fluid .service1-text { padding:0 15px; }
    
    /* service Signle  */
   .row-fluid .servicesingle-section { padding:50px 0; }
   .row-fluid .servicesingle-text { padding-top:30px; }
    
    /* testimonial page */
    .row-fluid .testimonial1-section { padding:50px 0 20px; }
    .row-fluid .testimonial1-inner { padding:28px 25px 25px; }
    
    /* faq page */
    .row-fluid .faq-section { padding:40px 0; }
    .row-fluid .accordion-text { padding:10px 10px 0; }
    
    /* team page */
    .row-fluid .team1-section { padding:40px 0 25px; }
   .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:50%; margin:12px 0; }
   .person-icon ul li { padding:4px; }
   .row-fluid .team1-section1 .person-box { padding:0 10px; }
   
   /* contact page */
    .row-fluid .contact1-form { padding-top:30px; }
    .row-fluid .contact1-form .first-fourfield { padding:0 7px; } 
    .row-fluid .contact1-section { padding:40px 0; }
    .row-fluid .contact-map iframe { width:100%; height:250px; }
    .row-fluid .contact1-form .hs_message { width:100%; float:left; } 
    
    /* pricing page */
    .row-fluid .pricing-section { padding:40px 0 20px; }
    .row-fluid .pricing-section1 { padding-top:10px; }
    .row-fluid .pricing-box { height:auto !important; }
    .row-fluid .pricing-section1 .hs_cos_wrapper_widget { margin:0 auto 30px !important; width:100%; max-width:400px; float:none; display:inline-block; }
    .row-fluid .most-popularbox .pricing-top { position:relative; top:0; }
    .row-fluid .pricing-top:after { border-left-width:184px; border-right-width:184px; }
    
    /* gallery page */
    .row-fluid .gallery-section { padding:40px 0; }
    .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* video gallery page */
    .row-fluid .video-section .hs_cos_wrapper_widget { width:50%; }
    
    /* blog */
    .row-fluid .blog-section { padding:20px 0 0; }
    .row-fluid .blog-right { padding:20px 0 30px; }
    .row-fluid .blog-block { padding-bottom:0; }
    .row-fluid .post-item { padding:25px 0; }
    .row-fluid .blog-text { padding:20px 15px; }
    .row-fluid .topic-list h3 { margin-top:20px; }
    .row-fluid .blog-comments  { font-size:12px; line-height:20px; }
    .row-fluid .blog-block .post-header h2 { font-size:18px; }
    .row-fluid ul.pagination li a { padding:18px 20px; font-size:22px; line-height:30px; }
    
    /* blog inner */
    .hs-blog-post .blog-section { padding:60px 0 30px; }
    .row-fluid .blog-form { padding:25px 0 0; }
    .hs-blog-post .blog-right { padding:40px 0 0; }
    .row-fluid .share-text { padding:5px 0; }
    .row-fluid .social-sharing { text-align:center; }
    
    /* blog 2 page */
    .row-fluid .blog1-section { padding:40px 0 0; }
    .row-fluid .blog1-left .post-item { width:100%; }
    .row-fluid .blog1-left .post-content h2 { height:auto !important; }
    
    /* col section */
    .row-fluid .top-padding { padding-top:20px; }
    .row-fluid .hero1-content { padding:180px 0 80px; }
    .row-fluid .content1-section { padding:40px 0 30px; }
    .row-fluid .content-title h4 { font-size:20px; line-height:26px; }
    
    /* service page 2 */
    .row-fluid .service2-section { padding:50px 0 30px; }
    .row-fluid .service2-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .service2-text { padding:20px 12px; }
    .row-fluid .link-style.service1-cta.service2-cta  { margin-top:0; }
     
    
    /*Padding Option*/
    .row-fluid .mobpadding-top10 { padding-top:10px; }
    .row-fluid .mobpadding-top20 { padding-top:20px; }
    .row-fluid .mobpadding-top30 { padding-top:30px; }
    .row-fluid .mobpadding-top40 { padding-top:40px; }
    .row-fluid .mobpadding-top50 { padding-top:50px; }
 
    .row-fluid .padding-top0 { padding-top:0; }
    .row-fluid .padding-bottom0 { padding-bottom:0; }
    .row-fluid .mobpadding-top0 { padding-top:0; }
    .row-fluid .mobpadding-bottom0 { padding-bottom:0; }    
    
    .row-fluid .mobpadding-bottom10 { padding-bottom:10px; }
    .row-fluid .mobpadding-bottom20 { padding-bottom:20px; }
    .row-fluid .mobpadding-bottom30 { padding-bottom:30px; }
    .row-fluid .mobpadding-bottom40 { padding-bottom:40px; }
    .row-fluid .mobpadding-bottom50 { padding-bottom:50px; }
    
    
    /*Margin Option*/
    .row-fluid .mobmargin-top10 { margin-top:10px; }
    .row-fluid .mobmargin-top20 { margin-top:20px; }
    .row-fluid .mobmargin-top30 { margin-top:30px; }
    .row-fluid .mobmargin-top40 { margin-top:40px; }
    .row-fluid .mobmargin-top50 { margin-top:50px; }

    .row-fluid .mobmargin-bottom10 { margin-bottom:10px; }
    .row-fluid .mobmargin-bottom20 { margin-bottom:20px; }
    .row-fluid .mobmargin-bottom30 { margin-bottom:30px; }
    .row-fluid .mobmargin-bottom40 { margin-bottom:40px; }
    .row-fluid .mobmargin-bottom50 { margin-bottom:50px; }
}

@media (min-width: 30px) and (max-width: 500px){
    
    
    /* about section */
    .row-fluid .about-img { margin-top:0; height:300px; }
    
    /* choose section */
    .row-fluid .choose-box { padding-left:65px; }
    .row-fluid .choose-text { height:auto !important; }
    
    /* service section */
    .row-fluid .service-section1 div.hs_cos_wrapper { padding:10px 15px; width:100%; }
    
    /* team section */
    .person-inner { text-align:center; }
    .person-left .person-img { margin:0 auto; max-width:130px; height:160px; }
    .person-left { width:100%; }
    .person-text h5 { padding:10px 0; font-size:16px !important; line-height:22px !important; }
    .person-box1 .person-text { width:100%; padding-left:0; } 
    
    /* contact section */
    .row-fluid .contact-form .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px; }
    .row-fluid .contact-form .input input { width:100% !important; }
    
    /* testimonial page */
    .row-fluid .testimonial1-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* team page */
   .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:100%; }
   
   /* contact page */
    .row-fluid .contact1-form .first-fourfield , .row-fluid .contact1-form .hs_submit { width:100%; padding:0; }
    .row-fluid .contact1-form .hs_submit { text-align:left; }
    
    /* work progress */
    .row-fluid .workprogress-box { width:100%; }
    
    /* pricing page */
    .row-fluid .pricing-section1 .hs_cos_wrapper_widget { max-width:290px; }
    .row-fluid .pricing-top:after { border-left-width:130px; border-right-width:130px; }
   
   /* gallery page */
    .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* video gallery page */
    .row-fluid .video-section .hs_cos_wrapper_widget { width:100%; }
    
    /* blog inner */
    .row-fluid .blog-form .first-fourfield1 { width:100%; }
    .row-fluid .blog-form .hs_comment { width:100%; padding-left:0; }
    .row-fluid .author-content1 { padding:25px 15px 15px; text-align:center; }
    .row-fluid .autor-img { margin-bottom:12px; position:relative; top:0; left:0; display:inline-block; }
    
   
}


@media (min-width: 768px){

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

}

@media (max-width: 767px){
 
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #333333; }     
    
  /* 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: #ffffff;
    }



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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 25px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      /*background: #d97a24;*/ /* 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: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }
  
  
      .header.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
      .header.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 0; position:fixed; }
  

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

  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: #d97a24;
      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: #d97a24; /* 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
     ========================================================================== */

  span.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;
      border-left: 1px solid rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


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

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

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


  /* 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: fixed; /**************************************************************/
      top: 94px;             /* 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); 
      height:100%;
      overflow-y:auto;
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color: #d97a24; /* 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 solid rgba(255, 255, 255, .20); /* 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: #333333; /* 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: 10px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 10px; /* Indent Child lists */
  }
}