/* @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=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,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    */
/*****************************************/

/* ----- Structure & Design ----- */

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


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


/***********************************************/
/* 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: 'Roboto', sans-serif; font-size:17px; font-weight:400; line-height:27px; color:#121212; 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 #f45650; 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:#f45650; }


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

/*Heading*/
h1 { color:#121212; font-family: 'Roboto Slab', serif; font-size:60px; margin:0; padding:15px 0 25px; line-height:68px; font-weight:700; clear:both;  text-transform: uppercase; }
h2 { font-weight:700; color:#121212; font-family: 'Roboto Slab', serif; font-size:50px; line-height:56px; margin:0; padding:0 0 10px; clear:both; }
h3 { font-weight:700; color:#121212; font-family: 'Roboto Slab', serif; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:700; color:#121212; font-family: 'Roboto Slab', serif; font-size:28px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:700; color:#121212; font-family: 'Roboto Slab', serif; font-size:26px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#121212; font-family: 'Roboto Slab', serif; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }

.title-text { position:relative;  }
.title-text h2 { font-weight: 700; padding:0 0 10px; }
.sub-text { padding:2px 0 10px; font-size: 21px; line-height: 26px; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: #999999; }
.title-text:after { content:''; display:inline-block; width:140px; border-bottom:1px solid #f45650; -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; }
.title-text:before { content:"\f0c8"; display:inline-block; font-family: 'FontAwesome'; color:#f45650; position:absolute; bottom:-4px; margin-left:-4px; -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);; -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;; }
/*.title-text:hover:after { width:20%; }*/
.title-text:hover:before { -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);; }

.row-fluid .sub-text1 { font-size:25px; line-height:35px; }
 
.title-withbg { background:#0a0707; padding:100px 0; text-align:center; color:#FFFFFF; }
.title-withbg h2 { font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding:0; color:#FFFFFF; }

/*anchor link*/
a { text-decoration:none; outline:none; color:#f45650; -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:400; letter-spacing:1.2px; text-transform: uppercase; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:12px 25px;  background-color:#f45650; color:#FFFFFF; border-radius:4px; margin:5px 0 0; font-size:14px; line-height:normal; font-family: 'Roboto Slab', serif;  }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  {  background:#0a0707; color:#FFFFFF; -webkit-transform: translate(0 ,-3px);
    -moz-transform: translate(0 ,-3px);
    -o-transform: translate(0 ,-3px);
    -ms-transform: translate(0 ,-3px);
    transform: translate(0 ,-3px);; -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
     box-shadow: 0 10px 20px rgba(0,0,0,0.2);; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { font-weight:400; letter-spacing:1.2px; text-transform: uppercase; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:12px 25px;  background-color:#FFFFFF; color:#f45650; border-radius:4px; margin:5px 0 0; font-size:14px; line-height:normal; font-family: 'Roboto Slab', serif; border:2px solid transparent; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:transparent; border-color:#FFFFFF; color:#FFFFFF; -webkit-transform: translate(0 ,-3px);
    -moz-transform: translate(0 ,-3px);
    -o-transform: translate(0 ,-3px);
    -ms-transform: translate(0 ,-3px);
    transform: translate(0 ,-3px);; -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
     box-shadow: 0 10px 20px rgba(0,0,0,0.2);; }

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:46px; padding:0 20px; font-size:14px; font-family: 'Roboto', sans-serif; }
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 #f45650; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#0a0707; color:#FFFFFF; }
 

/* Click to top scroll */


.back-to-top { cursor:pointer; width:45px !important; height:45px; line-height:45px; font-size:22px; position: fixed; right: 20px; bottom: 20px; color:#FFFFFF; text-align: center; background:#f45650; -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;  animation:backtop 1s linear infinite alternate; cursor:pointer; }
.back-to-top.show { opacity:1; }
.back-to-top:hover { background:#0a0707; color:#FFFFFF; -webkit-box-shadow: 0 3px 2px rgba(255,255,255,0.3);
    -moz-box-shadow: 0 3px 2px rgba(255,255,255,0.3);
    -o-box-shadow: 0 3px 2px rgba(255,255,255,0.3);
    -ms-box-shadow: 0 3px 2px rgba(255,255,255,0.3);
     box-shadow: 0 3px 2px rgba(255,255,255,0.3);; }

@keyframes backtop {  
  0% {
    transform: translate(0 , 5px);
  }
  
  100% {
    transform: translate(0 , -10px);
  }
}


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






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 3px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { display:inline-block; width:23px; height:6px; font-size:0; text-indent:-9999; cursor:pointer; background:#0a0707; }
.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:#f45650;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#FFFFFF; background:#0a0707;; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before , .slick-arrow.slick-next:after { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#f45650; color:#FFFFFF;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:after { content: "\f105"; }
.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; }

.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:#f45650; color:#FFFFFF; border-color:#f45650; }
.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:#f45650; background:#f45650;  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; }
  
  .row-fluid .contact-form .hs-input { width:100% !important; }
  
}

.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-color { background-color:#f1f1f1; }
.row-fluid .background-white { background-color:#FFFFFF; }
.row-fluid .background-black { background-color:#0a0707; }

.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:#f45650; 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: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#f45650; line-height:36px; 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:#0a0707; }

.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 .wrapper { margin:0 auto !important; max-width:1170px; 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; }

/*menu*/
.row-fluid .logo img { max-width:180px; -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 .top { position:absolute; padding-top:20px; left:0; width:100%; z-index:99; -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 .top-right { width:auto; margin:0; padding:12px 0 5px; float:right; -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 .mainmenu { width:auto; margin:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 25px; line-height:20px; position:relative; }  
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:after { content:''; position:absolute; top:9px; bottom:20px; right:0; border-right:1px solid #FFFFFF; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child:after { border-right:none; }
.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:7px 5px 20px; font-size:15px; font-weight:500; vertical-align: top; font-family: 'Roboto Slab', serif; color:#FFFFFF; position:relative; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#f45650; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { content:''; position:absolute; top:0; bottom:12px; left:0; right:100%; border-bottom:1px solid #f45650; -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;; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover:after { right:0; left:0; }

/* search-section */
.row-fluid .search-section { width:auto; margin:0; padding:7px 0; display:inline-block; color:#fff; font-size:18px; -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;; position:relative; }
.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:#f45650; -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 #f45650; }
.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:18px; text-align:right; cursor:pointer; margin:0; padding:0; }
.row-fluid .search-icon:before { content:"\f002"; margin:0; font-family:'FontAwesome'; 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:#f45650; }
.row-fluid .top-search { position:relative; }
.row-fluid .top-search .gsc-control-cse { width:auto; border:none; position:absolute; right:0; top:50px; z-index:1; -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 .top-search .gsc-search-box { width:335px; 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 {margin: 0; height:45px; }
.search-open .row-fluid .search-icon { display:block; }

/* hero section */
.row-fluid .hero-box { background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .hero-box:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#0a0707; opacity:0.60; }
.row-fluid .hero-text { margin:0; padding:0 15px; max-width:750px; width:100%; display:inline-block; color:#FFFFFF; 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-text h1 { padding:0 0 15px; font-size:70px; line-height:80px; color:#FFFFFF; }
.row-fluid .hero-content { padding-bottom:40px; }
.row-fluid .hero-content ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .hero-content ul li { margin:0; padding:0 18px; line-height:18px; display:inline-block; border-right:1px solid #f45650; }
.row-fluid .hero-content ul li a { font-size:18px; line-height:18px; color:#FFFFFF;  font-family: 'Roboto Slab', serif;  }
.row-fluid .hero-content ul li a:hover { color:#f45650; }
.row-fluid .hero-content ul li:last-child { border-right:none; }
.row-fluid a.hero-link { padding:9px 18px; background:#ffffff; color:#0a0707; position:relative; }
.row-fluid a.hero-link:hover { background:#f45650; color:#FFFFFF; }

.row-fluid .hero-slider .row-fluid ol.flex-control-nav, .row-fluid .hero-slider ul.slick-dots { position:absolute; left:0; bottom:30px; }
.row-fluid .hero-slider .row-fluid ol.flex-control-nav li a, .row-fluid .hero-slider ul.slick-dots li button { width:30px; height:4px; border-width:2px; }
.row-fluid .hero-slider .slick-arrow { padding:15px 10px; text-index:0; width:auto; height:auto; min-width:78px; font-size:15px; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; border:1px solid #FFFFFF; background:transparent; font-family: 'Roboto Slab', serif; font-transform:uppercase; text-align:center; -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;; opacity:0; }
.row-fluid .hero-slider .slick-arrow.slick-prev:before { margin-right:5px; font-size:15px;  }
.row-fluid .hero-slider .slick-arrow.slick-next:after { margin-left:5px; font-size:15px;  }

.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-next { right:5px; }
.row-fluid .hero-slider:hover .slick-arrow { opacity:1; }
.row-fluid .hero-slider .slick-arrow:hover { background:#f45650; }
.row-fluid .hero-slider:hover .slick-prev { left:20px; }
.row-fluid .hero-slider:hover .slick-next { right:20px; }
.row-fluid .hero-slider .slick-arrow:hover { border-color:transparent; }
.row-fluid .down-arrow { margin:-21px auto 0 !important; width:42px; height:42px; line-height:42px; text-align:center; float:none; background:#f45650; color:#FFFFFF; -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;; animation:nudge 1s linear infinite alternate; cursor:pointer;  -webkit-box-shadow: 0 0 10px rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 10px rgba(255,255,255,0.5);
    -o-box-shadow: 0 0 10px rgba(255,255,255,0.5);
    -ms-box-shadow: 0 0 10px rgba(255,255,255,0.5);
     box-shadow: 0 0 10px rgba(255,255,255,0.5);; -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;; }
@keyframes nudge {  
  0% {
    transform: translate(0 , 5px);
  }
  
  100% {
    transform: translate(0 , -5px);
  }
}

.row-fluid .down-arrow:hover { background:#0a0707; }

/* welcome Section */
.row-fluid .welcome-section { padding:68px 0 80px; }
.row-fluid .welcome-content { margin:0 auto !important; padding-top:30px; width:100%; max-width:1005px; display:block; float:none; line-height:35px; font-weight:400; }

/* about us section */
.row-fluid .about-left , .row-fluid .about-right { margin:0; width:50%; background-color:#f1f1f1; }
.row-fluid .about-inner1 { padding-left:50px; padding-top:90px; padding-bottom:90px; } 
.row-fluid .about-signature { font-weight:400; font-size:15px; font-family: 'Roboto Slab', serif;  }
.row-fluid .about-text { margin:50px 0; padding:25px 20px; background:#FFFFFF; font-weight:400; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 18px rgba(0,0,0,0.2);
     box-shadow: 0 0 18px rgba(0,0,0,0.2);; position:relative; }
.row-fluid .about-text:after { content:''; border:10px solid transparent; display:inline-block; border-top-color:#FFFFFF; position:absolute; top:100%; right:130px; }
.row-fluid .about-btn { padding-top:40px; } 

/* service section  */
.row-fluid .service-section { padding:90px 0; }
.row-fluid .service-section1 .hs_cos_wrapper_widget  { padding:15px; width:33.33%; float:left; }
.row-fluid .service-section1 .hs_cos_wrapper_widget a { color:#121212; }
.row-fluid .service-section1 { padding:35px 0 0; }
.row-fluid .service-box { padding:70px 35px 60px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 18px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 18px rgba(0,0,0,0.2);
     box-shadow: 0 0 18px rgba(0,0,0,0.2);; -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;; position:relative; border:2px solid transparent; background:#FFFFFF; }
.row-fluid .service-box:before { content:''; position:absolute; top:-3px; left:-3px; right:-3px; bottom:-3px; background:#f45650; -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;; opacity:0; }
.row-fluid .service-box > div { position:relative; }
.row-fluid .service-inner h4 { font-size:25px; line-height:34px; -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;; }
.row-fluid .service-inner h4:after { content:''; margin:14px auto 0; width:55px; height:2px; display:block; background:#121212; -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;; }
.row-fluid .service-icon { margin-bottom:12px; font-size:40px; color:#f45650; -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;; }

.row-fluid .service-box:hover { border-color:#f45650; }
.row-fluid .service-box:hover , .row-fluid .service-box:hover .service-inner h4 , .row-fluid .service-box:hover .service-icon { color:#FFFFFF; }
.row-fluid .service-box:hover:before { top:3px; left:3px; right:3px; bottom:3px; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; opacity:1; }
.row-fluid .service-box:hover .service-inner h4:after { background:#FFFFFF; }

/* Book Section */
.row-fluid .book-section { padding:90px 0 100px; background:#f1f1f1; }
.row-fluid .ebook-content { padding:20px 0 10px; }
.row-fluid .ebook-right { text-align:right; }

/* team section */
.row-fluid .team-section { padding:95px 0; }
.row-fluid .team-slider { padding:50px 0 0; }
.row-fluid .team-box { padding:0 15px; overflow-y:hidden; -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;;  }
.row-fluid .team-img { height:460px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .team-text { position:absolute; bottom:-100%; left:0; width:100%; opacity:0; color:#FFFFFF; -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;; }
.row-fluid .team-text:before { content:''; position:absolute; top:0; left:0; bottom:0; right:0; background-color:#0a0707; opacity:0.80;  -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 .team-text > div { position:relative; }
.row-fluid .team-textinner { padding:0; -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;; }
.row-fluid .team-title { font-size:25px; line-height:30px; text-transform:uppercase; }
.row-fluid .team-position { font-size:20px; line-height:24px; font-weight:400; }
.row-fluid .team-textinner .social-bar ul { margin:20px 0 0; padding:0; list-style-type:none; }
.row-fluid .team-textinner .social-bar ul li { margin:0; padding:0 2px; display:inline-block; } 
.row-fluid .team-textinner .social-bar ul li a { width:28px; height:28px; line-height:28px; display:inline-block; background:#FFFFFF; color:#121212; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; text-align:center; }
.row-fluid .team-textinner .social-bar ul li a:before { display:inline-block; font-family: 'FontAwesome'; }  
.row-fluid .team-textinner .social-bar ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .team-textinner .social-bar ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .team-textinner .social-bar ul li:nth-child(3) a:before { content:"\f0d5"; }
.row-fluid .team-textinner .social-bar ul li:nth-child(4) a:before { content:"\f0e1"; }
.row-fluid .team-textinner .social-bar ul li:nth-child(5) a:before { content:"\f27d"; }
.row-fluid .team-textinner .social-bar ul li a:hover { background:#f45650; color:#FFFFFF; }
.row-fluid .team-slider .row-fluid ol.flex-control-nav, .row-fluid .team-slider ul.slick-dots { padding:35px 0 0; }
.row-fluid .team-box:hover .team-text { bottom:0; opacity:1; }
.row-fluid .team-slider .slick-center .team-text { bottom:0; opacity:1; }
.row-fluid .team-box:hover .team-textinner , .team-slider .slick-center .team-textinner { padding:40px 0; }

/* counter-section */
.row-fluid .counter-section { padding:40px 0; position:relative; background-attachment:fixed; }
.row-fluid .counter-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#0a0707; opacity:0.80; }
.row-fluid .counter-section > div { position:relative; }
.row-fluid .counter-box { color:#FFFFFF; font-weight:300; }
.row-fluid .counter-number { padding:10px 0; font-size:50px; line-height:60px; font-weight:600; font-family: 'Roboto Slab', serif; }
.row-fluid .counter-box:last-child .counter-number:after { content:"\f295"; margin-left:5px; font-size:36px; line-height:36px; font-weight:300; display:inline-block; font-family: 'FontAwesome'; vertical-align:middle; }

/* blog */
.row-fluid .blog-feed { padding:90px 0; }
.row-fluid .blog-feed1 .blogfeed-list { padding-top:50px; padding-bottom:45px; width:33.33%; float:left; -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;; }
.row-fluid .blogfeed-list { padding:0 15px; }
.row-fluid .blogfeed-inner { padding:0; -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.3);
     box-shadow: 0 0 20px rgba(0,0,0,0.3);; -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;; }
.row-fluid .blogfeed-inner .post-image { height:250px; position:relative; text-align:center; }
.row-fluid .blogfeed-date { width:80px; height:60px; line-height:18px; padding:10px 15px; text-align:center; position:absolute; top:13px; left:-14px; color:#FFFFFF; background:#f45650; display:inline-block; font-family: 'Roboto Slab', serif; opacity:0.9; }
.row-fluid .blogfeed-date:before { content: ''; display: inline-block; border: 10px solid transparent; position: absolute; left: 4px; top: -9px; border-left-color: #f45650;  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;}
.row-fluid .blogfeed-list .post-image { position:relative; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .blogfeed-list .post-image:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#0a0707; opacity:0; -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;; }
.row-fluid .blogfeed-icon { 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%);; width:100%; opacity:0; -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;; } 
.row-fluid .blogfeed-icon a { width:28px; line-height:28px; height:28px; display:inline-block; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; color:#121212; background:#FFFFFF; }
.row-fluid .blogfeed-icon a:hover { background:#f45650; color:#FFFFFF; }
.row-fluid .blogfeed-text { padding:15px 20px; }
.row-fluid .blogfeed-inner .post-title { font-size:18px; line-height:20px; font-family: 'Roboto Slab', serif; font-weight:600; }
.row-fluid .blogfeed-inner .post-title a { color:#121212; }
.row-fluid .blogfeed-inner .post-content { padding:10px 0 0; }
.row-fluid .blogfeed-inner .custom_listing_comments { width:80%; padding:15px 0 5px; border-top:1px solid #d9d9d9; opacity:0.8; }
.row-fluid .blogfeed-link { font-size:14px; text-transform:uppercase; font-family: 'Roboto Slab', serif; display:block; }
.row-fluid .blogfeed-inner .post-title a:hover { color:#f45650; }
.row-fluid .blogfeed-list:hover { padding-top:42px; }
.row-fluid .blogfeed-list:hover .post-image:before { opacity:0.60; }
.row-fluid .blogfeed-list:hover .blogfeed-icon { opacity:1; }
.row-fluid .blogfeed-list:hover .blogfeed-inner { -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
     box-shadow: 0 5px 20px rgba(0,0,0,0.3);; }

/* cta-strip */
.row-fluid .cta-strip { padding:100px 0; position:relative; background-attachment:fixed; }
.row-fluid .cta-strip:before { content:''; width:100%; height:100%;  background:#f45650; position:absolute; top:0; left:0; opacity:0.90; }
.row-fluid .cta-strip > div { position:relative; }
.row-fluid .ctastrip-inner h2 { color:#FFFFFF; }
.row-fluid .ctastrip-content { padding:20px 0 40px; }
.row-fluid .ctastrip-inner { max-width:750px; width:100%; display:inline-block; font-size:18px; font-weight:300; color:#FFFFFF; float:none; }

/* happy-clints */
.row-fluid .happy-clints { padding:100px 0; }
.row-fluid .happyclints-slider { padding-top:50px; }
.row-fluid .happyclints-slider .hs_cos_wrapper_widget { display:inline-block; }
.row-fluid .happyclints-slider .hs_cos_wrapper_widget img { padding:20px 15px; border:1px solid #0a0707 !important; }

/* footer */
.row-fluid .footer { padding:95px 0; font-size:15px; background-color:#0a0707; color:#FFFFFF; }
.row-fluid .footer-opaci { opacity:0.5; }
.row-fluid .blog-title { padding-bottom:50px; font-size:20px; line-height:26px; font-family: 'Roboto Slab', serif; font-weight:300; text-transform:uppercase; }
.row-fluid .blog-title:after { content:''; margin-top:5px; width:44px; height:1px; background:#FFFFFF; display:block; }
.row-fluid .footer-logo img { max-width:180px; }
.row-fluid .footer-about { padding-top:30px; }
.row-fluid .footer-box:first-child { padding-right:15px; }

.row-fluid .footer-icon ul { margin:20px 0 0; padding:0; list-style-type:none; }
.row-fluid .footer-icon ul li { margin:0; padding:0 4px; display:inline-block; } 
.row-fluid .footer-icon ul li a { font-size:22px; display:inline-block; color:#FFFFFF; text-align:center; opacity:0.5; }
.row-fluid .footer-icon ul li a:before { display:inline-block; font-family: 'FontAwesome'; }  
.row-fluid .footer-icon ul li:nth-child(1) a:before { content:"\f230"; }
.row-fluid .footer-icon ul li:nth-child(2) a:before { content:"\f081"; }
.row-fluid .footer-icon ul li:nth-child(3) a:before { content:"\f16d"; }
.row-fluid .footer-icon ul li:nth-child(4) a:before { content:"\f08c"; }
.row-fluid .footer-icon ul li:nth-child(5) a:before { content:"\f0d3"; }
.row-fluid .footer-icon ul li:nth-child(6) a:before { content:"\f0d4"; }
.row-fluid .footer-icon ul li a:hover { color:#f45650; opacity:1; } 

.row-fluid .footer-blog .post-box { padding:20px 0; border-bottom:1px solid #FFFFFF; }
.row-fluid .footer-blog .post-box:first-child { padding-top:0; }
.row-fluid .footer-blog .post-box:last-child { border:none; padding-bottom:0; }
.row-fluid .footer-blog .post-title a { color:#FFFFFF; }
.row-fluid .footer-blog .post-title a:hover { color:#f45650; }
.row-fluid .footer-blog .footer-author { font-size:14px; font-style:italic; opacity:0.45; }
.row-fluid .footer-blog .footer-author a , .row-fluid .footer-contect a{ color:#FFFFFF; }
.row-fluid .footer-blog .footer-author a:hover , .row-fluid .footer-contect a:hover { color:#f45650; }
.row-fluid .footer-blog .author-name , .row-fluid .footer-blog .post-date { display:inline-block; }
.row-fluid .footer-blog .author-name:after { content:'/'; display:inline-block; }

.row-fluid .footer-subscribe { position:relative; }
.row-fluid .footer-subscribe .hs-form-field > label span { display:none; }
.row-fluid .footer-subscribe .hs-input { height:40px; background:#333132; font-size:13px; font-style:italic; border:none; color:#FFFFFF; opacity:0.7; }

.row-fluid .footer-subscribe .hs_submit { position:absolute; top:5px; right:0; }
.row-fluid .footer-subscribe .actions { line-height:40px; background:#f45650; color:#FFFFFF; position:absolute; top:0; right:0; width:40px; height:100%; }
.row-fluid .footer-subscribe .hs-button { font-size:0; padding:0; width:40px; height:40px; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.row-fluid .footer-subscribe .hs-button:hover { opacity:0.7; background:#f45650; }
.row-fluid .footer-subscribe .actions:after { content:"\f1d8"; font-size:16px;font-family: 'FontAwesome'; position:absolute; top:4px; right:0; width:100%; height:100%; text-align:center; }
.row-fluid .footer-bottom { padding:22px 0; background:#333132; font-size:14px; color:#f1f1f1; }


/* home page 2 */
.home-page2 .top { padding:10px 0; top:20px; /*position:relative; */}
.home-page2 .top:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#0a0707; opacity:0.7; }
.home-page2 .top .logo { position:relative; z-index:9999; }

.home-page2 .row-fluid .top-right { padding:12px 0 0; }
.home-page2 .hero-content ul li { border-color:#FFFFFF; }

.row-fluid .hero1-section { position:relative; }
.row-fluid .hero1-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; 
background: -moz-linear-gradient(-45deg, rgba(241,53,61,0.7) 0%, rgba(250,94,25,0.7) 100%);
background: -webkit-linear-gradient(-45deg, rgba(241,53,61,0.7) 0%,rgba(250,94,25,0.7) 100%);
background: linear-gradient(135deg, rgba(241,53,61,0.7) 0%,rgba(250,94,25,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f1353d', endColorstr='#b3fa5e19',GradientType=1 ); }

.row-fluid .progress-section { padding:38px 0; }
.row-fluid .progress-section1 .hs_cos_wrapper_widget { width:33.33%; margin:10px 0; padding:33px 30px; float:left; border-right:1px dashed #a8a8a8; }
.row-fluid .progress-section1 .hs_cos_wrapper_widget:nth-child(3n) { border-right:none; }
.row-fluid .progress-icon { margin:0 auto; font-size:40px; width:60px; height:60px; line-height:58px; border:1px solid #f45650; color:#f45650; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; }
.row-fluid .progress-box h5 { padding:10px 0; font-size:20px; line-height:28px; }

/* about section */
.row-fluid .about1-left { margin:0 -3px; padding-right:20px; width:45%; background-color:transparent; position:relative; float:none; display:inline-block; vertical-align:bottom; }
.row-fluid .about1-right { margin:0 -3px; width:55%; background-color:transparent; float:none; display:inline-block; vertical-align:bottom; }
.row-fluid .about1-right .about-inner { padding-bottom:100px; }
.row-fluid .about-title h2 { font-weight:400; }

/* service section */
.row-fluid .service-arrow { margin:0 auto; width:40px; height:40px; line-height:40px; border:1px solid #f1f1f1; color:#121212; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; -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;; }
.row-fluid .service1-section1 .service-box { padding:50px 35px 40px; }
.row-fluid .service1-section1 .service-box:before { display:none; }
.row-fluid .service1-section1 .service-box:hover { color:#121212; }
.row-fluid .service1-section1 .service-box:hover .service-icon , .row-fluid .service1-section1 .service-box:hover .service-inner h4 { color:#f45650; }
.row-fluid .service1-section1 .service-box:hover .service-inner h4:after { background-color:#121212; }
.row-fluid .service1-section1 .service-box:hover .service-arrow { background-color:#f45650; color:#FFFFFF; -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);; }

/* team section */
.row-fluid .team-slider1 .team-text { bottom:auto; top:0; }
.row-fluid .team-slider1 .team-textinner .social-bar ul li a { color:#f45650; }
.row-fluid .team-slider1 .team-text:before { background-color:#f45650; }
.row-fluid .team-slider.team-slider1  .slick-center .team-text { top:50%; bottom:auto; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .team-slider1 .team-box:hover .team-text { top:50%; bottom:auto; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .team-slider1 .team-textinner .social-bar ul li a:hover { color:#FFFFFF; }

/* ebook section */
.row-fluid .ebook1-section { padding:100px 0; }
.row-fluid .ebook1-section .sub-text1 { font-style:italic; }
.row-fluid .ebook1-content { padding:20px 0; }
.row-fluid .ebook1-left { padding-right:15px; }
.row-fluid .ebook1-left , .row-fluid .ebook1-right { margin:0 -3px; width:50%; float:none; display:inline-block; vertical-align:middle; }

/* blog section */
.row-fluid .blog1-feed1 .blogfeed-date { right:15px; left:auto; }
.row-fluid .blog1-feed1 .blogfeed-date:before { display:none; }
  
/* counter section */
.row-fluid .counter1-section:before { opacity:0.60; }
.row-fluid .counter-inner { margin:0 auto 15px !important; max-width:170px; min-height:170px; line-height:60px; padding:10px 10px 0; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; border:2px dashed #f1f1f1; float:none; position:relative; } 
.row-fluid .counter-inner:before { content:''; position:absolute; top:-10px; bottom:-10px; right:-10px; left:-10px; opacity:0.15; border:10px solid #FFFFFF; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;  }
.row-fluid .counter-inner > div { position:relative; }

/* blog section */
.row-fluid .newhero-section { padding:100px 0; position:relative; }
.row-fluid .newhero-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#0a0707; opacity:0.50; }
.row-fluid .newhero-section > div { position:relative; }
.row-fluid .newhero-content { padding:60px 0 30px; }
.row-fluid .newhero-content h2 { text-transform:uppercase; color:#FFFFFF; letter-spacing:2px; }

.row-fluid .blog-section { padding:30px 0; background:#f1f1f1; }
.row-fluid .blog1 .post-item { margin-bottom:30px; background:#FFFFFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.row-fluid .blog1 .hs-featured-image-wrapper { height:430px; background-size:cover; background-position:center center; background-repeat:no-repeat; }

.row-fluid .blog1-content { position:relative; }
.row-fluid .sidebar.social-sharing { width:65px; position:absolute; top:0; left:0; height:100%; background:#f45650; text-align:center; }
.row-fluid .sidebar.social-sharing ul { margin:0; padding:0; list-style-type:none; position:absolute; top:50%; left:17px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .sidebar.social-sharing ul li { margin:0; padding:5px 0; display:block; }
.row-fluid .sidebar.social-sharing ul li a { position:relative; color:#FFFFFF; }
.row-fluid .sidebar.social-sharing ul li a:before { content:; width:32px; height:32px; line-height:28px; display:inline-block; border:2px solid #FFFFFF; font-family: 'FontAwesome'; text-align:center; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; -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;; }
.row-fluid .sidebar.social-sharing ul li:nth-child(1) a:before , .row-fluid .follow-icon ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .sidebar.social-sharing ul li:nth-child(2) a:before , .row-fluid .follow-icon ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .sidebar.social-sharing ul li:nth-child(3) a:before , .row-fluid .follow-icon ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .sidebar.social-sharing ul li:nth-child(4) a:before , .row-fluid .follow-icon ul li:nth-child(4) a:before { content:"\f0d5"; }
.row-fluid .sidebar.social-sharing ul li a:hover:before { background:#FFFFFF; color:#f45650; }

.row-fluid .blog1-text { padding:50px 20px 50px 85px; }
.row-fluid .blog1-text h2 { font-size:20px; line-height:28px; letter-spacing:1px; text-transform:uppercase; }
.row-fluid .blog1-text h2 a { color:#121212; }
.row-fluid .blog1-text h2 a:hover { color:#f45650; }
.row-fluid .blog1-title { padding-bottom:20px; border-bottom:1px solid #f45650; position:relative; }
.row-fluid .blog1-title:after { content:''; width:65px; height:1px; background:#121212; position:absolute; bottom:-1px; left:0; } 
.row-fluid .blog-about , .row-fluid .blog-date , .row-fluid .blog-comment { padding:0 5px; display:inline-block; line-height:16px; font-size:14px; font-style:italic;  font-family: 'Roboto Slab', serif; vertical-align:middle; }
.row-fluid .blog-about , .row-fluid .blog-date { border-right:1px solid #121212; }
.row-fluid .blog-about a { color:#121212; }
.row-fluid .blog-about a:hover { color:#f45650; }
.row-fluid .blog-text { padding-top:20px; padding-bottom:15px; line-height:30px; }
.row-fluid a.more-link { margin-left:40px; padding:9px 16px; display:inline-block; letter-spacing:0.5px; background-color:#f45650; color:#FFFFFF; position:relative; -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;; } 
.row-fluid a.more-link:after { content:"\f101"; height:100%; width:40px; position:absolute; top:0; right:100%; background-color:#f45650; font-family: 'FontAwesome'; text-align:center; line-height:44px; border-right:1px solid #FFFFFF; -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;; }  
.row-fluid a.more-link:hover , .row-fluid a.more-link:hover:after { background-color:#0a0707; color:#FFFFFF; }

.row-fluid .blog1-right { padding-top:10px; background:#FFFFFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.row-fluid .blog-title2 { padding-top:20px; text-transform:uppercase; font-family: 'Roboto Slab', serif; font-weight:600; text-align:center; letter-spacing:1px; position:relative; }
.row-fluid .blog-title2:after { content:''; margin:5px auto 0; width:60px; height:2px; display:block; background:#f45650; }
.row-fluid .catagori-block .widget-module ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .catagori-block .widget-module ul li { margin:0; padding:0 0 1px; display:block;/* border-bottom:2px dashed #f1f1f1; */}
.row-fluid .catagori-block .widget-module ul li a { padding:8px 15px; width:100%; display:block; color:#121212; background-color:#f1f1f1; position:relative; }
.row-fluid .catagori-block .widget-module ul li a:hover { background:#f45650; color:#FFFFFF }
.row-fluid .catagori-block .widget-module ul li a span { position:absolute; right:15px; }

.row-fluid .follow-icon ul { margin:0; padding:20px 0 0; list-style-type:none; text-align:center; }
.row-fluid .follow-icon ul li { margin:0; padding:0 3px; display:inline-block; }
.row-fluid .follow-icon ul li a:before { width:40px; height:40px; line-height:40px; background:#f1f1f1; color:#0a0707; display:inline-block; font-family: 'FontAwesome'; -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;; }
.row-fluid .follow-icon ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .follow-icon ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .follow-icon ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .follow-icon ul li:nth-child(4) a:before { content:"\f0d5"; }
.row-fluid .follow-icon ul li a:hover:before { color:#FFFFFF; background:#f45650; }

/* letest post */
.row-fluid .recent-section { margin-top:20px; }
.row-fluid .latest-box { padding:20px 15px 0; text-align:center; }
.row-fluid .latest-image { height:200px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .latest-text { padding-top:10px; font-size:15px; }
.row-fluid .latest-title { font-size:16px; line-height:26px; font-family: 'Roboto Slab', serif; font-weight:600; }
/*.row-fluid .latest-author , .row-fluid .latest-date { display:inline-block; line-height:20px; }*/
.row-fluid .latest-author a { color:#121212; position:relative;/* border-right:1px solid #121212; line-height:20px; padding-right:6px; */}
.row-fluid .latest-author a:before { content:"\f007"; padding-right:5px; display:inline-block; font-family: 'FontAwesome'; }
.row-fluid .latest-title a , .row-fluid .popular-title a { color:#121212; }
.row-fluid .latest-title a:hover , .row-fluid .latest-author a:hover , .row-fluid .popular-title a:hover { color:#f45650; }
.row-fluid .latest-slider ol.flex-control-nav, .row-fluid .latest-slider ul.slick-dots { padding:0; }

/* popular section */
.row-fluid .popular-section { padding-top:30px; }
.row-fluid .popular-box { padding:20px 15px 0; font-size:15px; }
.row-fluid .popular-title { padding-bottom:10px; font-size:16px; line-height:26px; font-family: 'Roboto Slab', serif; font-weight:600; text-transform:uppercase; letter-spacing:0.5px; }

/* newsletter section */
.row-fluid .newsletter-section { padding:20px 15px; background:#0a0707; color:#FFFFFF; opacity:0.9; font-size:15px; }
.row-fluid .newsletter-section h5 { font-size:16px; line-height:26px; color:#FFFFFF; font-weight:600; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .newsletter-blog .hs-form-field > label span { display:none; }
.row-fluid .newsletter-blog .hs-button { width:100%; padding:10px 20px; height:auto; font-weight:600; letter-spacing:1px; border:2px solid #f45650; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
.row-fluid .newsletter-blog .hs-button:hover { background-color:transparent; } 

/* pagination */
.row-fluid ul.pagination { margin:0; padding:0; list-style-type:none; text-align:center; display:inline-block; width:100%; }
.row-fluid ul.pagination li { margin:0; padding:0 5px; display:inline-block; }
.row-fluid ul.pagination li a { padding:10px 15px; margin:5px 0;  min-width:40px; height:40px; line-height:20px; font-family: 'Roboto Slab', serif; display:inline-block; background:#FFFFFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.row-fluid ul.pagination li.active a , .row-fluid ul.pagination li a:hover { background:#f45650; color:#FFFFFF; }

/* blog 2 */
.row-fluid .blog2-left .blog-listing-wrapper { margin:0 -15px; display:block; }
.row-fluid .blog2-left .blog2post-item { padding:0 15px; width:50%; float:left; }
.row-fluid .blog2-left .blog1-text { padding:20px 15px 20px; }
.row-fluid .blog2-left .blog-text { padding-bottom:0; }
.row-fluid .blog2-left .blog1 .hs-featured-image-wrapper { height:270px; }
.row-fluid .blog2-left .blog1-text h2 { font-size:19px; line-height:26px; }
.row-fluid .blog2-left .blog-date { border-right:none; }

.hs-blog-post .blog1-left { background:#FFFFFF; padding:30px 15px 50px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.hs-blog-post .blog1-title h2 { font-size:24px; line-height:40px; text-transform:uppercase; letter-spacing:1px; }
.hs-blog-post .blog1-title { padding:10px 15px 20px; margin-bottom:20px; }

.hs-blog-post .hero-bloginner { padding-top:90px; }
.hs-blog-post .top { padding:15px 0 10px; background:#0a0707; }
.hs-blog-post blockquote { padding:30px 30px; text-align:center; background:#f45650; color:#FFFFFF; border-left:none; position:relative; }
.hs-blog-post blockquote:before { content:''; position:absolute; top:10px; bottom:10px; right:10px; left:10px; border:1px solid #FFFFFF; opacity:0.5; }

.row-fluid .bloginner-topic { margin-bottom:25px; padding:7px 0; border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1; }
.row-fluid .bloginner-topic1 { display:inline-block; }   
.row-fluid .bloginner-topic1 a { padding-right:5px; color:#121212; font-size:15px; } 
.row-fluid .bloginner-topic1 a:before { content:"\f02c"; padding-right:5px; display:inline-block; font-family: 'FontAwesome'; font-size:12px; vertical-align:middle; }
.row-fluid .bloginner-topic1 a:hover { color:#f45650; }

.hs-blog-post .about-author-sec { position:relative; padding-bottom:20px; border-bottom:1px solid #f1f1f1; }
.row-fluid .bloginner-img { width:100px; height:100; }

.row-fluid .bloginner-img { height:110px; width:110px; background-size:cover; background-position:center center; background-repeat:no-repeat; float:left; }
.row-fluid .bloginner-author1 { padding-left:30px; width:84%; float:left; }

.row-fluid .bloginner-author1 h3 { font-size:18px; line-height:24px; padding:0 0 5px; text-transform:uppercase; }
.row-fluid .bloginner-author1 h3 a { color:#121212; }
.row-fluid .bloginner-author1 h3 a:hover { color:#f45650; } 
.row-fluid .bloginner-content { font-size:15px; line-height:24px; }

.row-fluid .hs-author-social-links ul { margin:0; padding:0; list-style-type:none;/* position:absolute; top:50%; left:17px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;*/ }
.row-fluid .hs-author-social-links ul li { margin:0; padding:0 4px; display:inline-block; }
.row-fluid .hs-author-social-links ul li a { position:relative; color:#121212; }
.row-fluid .hs-author-social-links ul li a:before { content:; display:inline-block;  font-family: 'FontAwesome'; text-align:center; -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;; }
.row-fluid .hs-author-social-links ul li:nth-child(1) a:before , .row-fluid .follow-icon ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .hs-author-social-links ul li:nth-child(2) a:before , .row-fluid .follow-icon ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .hs-author-social-links ul li:nth-child(3) a:before , .row-fluid .follow-icon ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .hs-author-social-links ul li:nth-child(4) a:before , .row-fluid .follow-icon ul li:nth-child(4) a:before { content:"\f0d5"; }
.row-fluid .hs-author-social-links ul li a:hover:before { color:#f45650; }

.row-fluid .related-post

.hs-blog-listing .blog-title1 { display:none; }

.row-fluid .blog-form .comment.depth-0 { padding-top:0; border-top:none; }
.row-fluid .blog-form .comment { padding-top:15px; padding-bottom:10px; border-top:1px solid #f1f1f1; }
.row-fluid .blog-form .hs-form-field > label span { display:none; }
.row-fluid .blog-form .hs-button { padding:8px 40px; height:auto; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.row-fluid .blog-form .comment-from h4 { font-size:18px; line-height:24px; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .blog-form .comment-date { padding-left:15px; font-style:italic; }
.row-fluid .blog-form .hs_comment .input { margin-right:0; }

/* blog 3 */
.hs-blog-listing .blog3-left  { margin:0; width:100%; }
.hs-blog-listing .blog3-right { display:none; }

/* blog 4 */
.hs-blog-listing .blog4-left { margin:0; width:100%; }
.hs-blog-listing .blog4-right { display:none; }
.row-fluid .blog4-left .blog1-text { padding:25px 15px 20px; }
.row-fluid .blog4-left .blog-text { padding-bottom:0; }
.row-fluid .blog4-left .post-listing { margin:0 -15px; display:block; }
.row-fluid .post4-item { padding:0 15px; width:33.33%; float:left; }
.row-fluid .blog4-left .blog1 .hs-featured-image-wrapper { height:270px; }

.row-fluid .post4-item .blog-date { border-right:none; }
.row-fluid .post4-item .blog1-text h2 { font-size:16px; line-height:24px; }

.row-fluid .post4-item:first-child { width:100%; text-align:center; }
.row-fluid .post4-item:first-child .blog1-content { height:auto !important; } 
.row-fluid .post4-item:first-child .post-item { background:transparent; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 0 rgba(0,0,0,0.2);
     box-shadow: 0 0 0 rgba(0,0,0,0.2);; }
.row-fluid .post4-item:first-child .hs-featured-image-wrapper { height:500px; }
.row-fluid .post4-item:first-child .blog1-text { margin:0 auto; max-width:800px; display:inline-block; }
.row-fluid .post4-item:first-child .blog1-text h2 { font-size:20px; line-height:26px; }

/* blog 5 */
.hs-blog-listing .blog5-left  { width:100%; }
.hs-blog-listing .blog5-right { display:none; }
.hs-blog-listing .blog5-left .blog-date { border-right:1px solid #121212; }

/* blog 6 */
.hs-blog-listing .blog6-left { width:100%; }
.hs-blog-listing .blog6-right { display:none; }
.row-fluid .blog-bottom { padding-top:10px; border-top:1px solid #f45650; }
.row-fluid .blog6-left .row-fluid .blog1-text { margin:25px 0 25px -10px; padding:30px 20px 20px 30px; border:1px solid #c2c2c2; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }
.row-fluid .blog6-left .sidebar.social-sharing { width:auto; display:inline-block; background:transparent; float:right; }
.row-fluid .blog6-left .sidebar.social-sharing ul { position:relative; top:auto; left:auto; -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);; }
.row-fluid .blog6-left .sidebar.social-sharing ul li a { color:#f45650; }
.row-fluid .blog6-left .sidebar.social-sharing ul li a:hover { color:#121212; }
.row-fluid .blog6-left .sidebar.social-sharing ul li a:before { width:auto; height:auto; border:none; background:transparent; }
.row-fluid .blog6-left .sidebar.social-sharing ul li { display:inline-block; padding:0 5px; }
.row-fluid .blog6-left .sidebar.social-sharing { position:relative; left:auto; top:auto; }
.row-fluid .more-link1:after { content:"\f178"; padding-left:5px; display:inline-block; font-family: 'FontAwesome'; vertical-align:middle; }

.row-fluid .blog6-left .post-item { width:100%; float:left; background:transparent; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 0 rgba(0,0,0,0.2);
     box-shadow: 0 0 0 rgba(0,0,0,0.2);;  }
.row-fluid .blog6-left .post-item .hs-featured-image-wrapper { width:50%; float:left; height:auto; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; z-index:1; position:relative; }
.row-fluid .blog6-left .post-item .blog1-content {  width:50%; float:right; /*background:#FFFFFF; */}

.row-fluid .blog6-left .post-item:nth-child(even) .hs-featured-image-wrapper { float:right; }
.row-fluid .blog6-left .post-item:nth-child(even) .blog1-content { float:left; }
.row-fluid .blog6-left .post-item:nth-child(even) .blog1-text { margin:22px -10px 22px 0; padding:30px 30px 20px 20px; }

/* blog 7 */
.hs-blog-listing .blog7-left .post-listing { width:100%; float:left; }
.hs-blog-listing .blog7-left { width:100%; margin:0; }
.row-fluid .blog7-left .post7-item { padding:0 10px; width:33%; float:left; }
.row-fluid .blog7-left .post-item {  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }
.row-fluid .blog7-left .hs-featured-image-wrapper { height:300px; }
.row-fluid .blog7-left .blog1-text { padding:20px 15px; }

.row-fluid .blog7-left .blog-about, .row-fluid .blog7-left .blog-date, .row-fluid .blog7-left .blog-comment { font-size:13px; line-height:15px; }
.row-fluid .blog7-left .blog-date { border-right:none; }

/* blog about */
.row-fluid .post-listing .hs-author-profile { padding:20px 15px; margin-bottom:20px; text-align:center; border:5px solid #FFFFFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.row-fluid .post-listing .hs-author-profile h2.hs-author-name { font-size:30px; line-height:38px; }
.row-fluid .post-listing .hs-author-profile .hs-author-avatar { margin:0 auto; width:100px; height:100px; overflow:hidden; border:3px solid #FFFFFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; }

/* about page */
.row-fluid .service-about1 { padding:90px 0 0; }
.row-fluid .service-about1 .service-about { padding-bottom:40px; background-position: 32% 100% !important; }
.row-fluid .service-about .service-section1 { width:70%; float:left; }
.row-fluid .service-about .service-section1 .hs_cos_wrapper_widget { width:50%; }

.row-fluid .about2-section { padding-top:50px; }
.row-fluid .about-progress , .row-fluid .about-progress h5 { color:#FFFFFF; }

/* history-section */
.row-fluid .history-section { padding-bottom:0; }
.row-fluid .history-section1 { padding:50px 0 0; }
.row-fluid .history-inner { padding:30px 0; font-size:14px; line-height:26px; }
.row-fluid .history-inner h4 { font-size:24px; line-height:30px; }
.row-fluid .history-inner h2 { padding:20px 0; font-weight:400; }

.row-fluid .history-slider2 { margin:0 auto 50px !important; max-width:380px; width:100%; display:block; float:none; }
.row-fluid .history-slider2 span.hs_cos_wrapper { padding-top:15px; }
.row-fluid .history-slider2 div.hs_cos_wrapper { font-size:14px; line-height:18px; font-family: 'Roboto Slab', serif; text-align:center; cursor:pointer; -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;; }
.row-fluid .history-slider2 div.hs_cos_wrapper:before { content:''; margin:0 auto 5px; width:18px; height:18px; display:block; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; background:#f45650; border:4px solid #fde6e5; }
.row-fluid .history-slider2 div.hs_cos_wrapper:hover { color:#f45650; }
.row-fluid .history-slider2 .slick-arrow { height:50px; width:70px; background-color:transparent; font-size:14px; color:#0a0707; border:1px solid #0a0707; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
.row-fluid .history-slider2 .slick-arrow:before, .row-fluid .history-slider2 .slick-arrow.slick-next:after { margin:0 5px; }
.row-fluid .history-slider2 .slick-arrow.slick-next { right:-70px; }
.row-fluid .history-slider2 .slick-arrow.slick-prev { left:-70px; }
.row-fluid .history-slider2 .slick-arrow:hover { background:#f45650; color:#FFFFFF; border-color:transparent; }

/* about 4 section */
.row-fluid .about4-section { padding:80px 0; }
.row-fluid .about4-inner { margin:-130px auto 50px !important; max-width:1000px; padding:50px 30px; font-size:20px; line-height:30px; font-weight:500; color:#FFFFFF; background-color:#f45650; letter-spacing:0.5px; float:none; position:relative; }
.row-fluid .about4-name { padding-top:20px; font-size:14px; line-height:20px; font-weight:400; }
.row-fluid .about4-img { height:500px; }

/* testmonial section */
.row-fluid .testimonial-section { padding:60px 0; }
.row-fluid .testimonial-section1 { padding-top:40px; display:inline-block; width:100%; }
.row-fluid .testimonial-section1 span.hs_cos_wrapper { margin:0 -20px; display:block; }
.row-fluid .testimonial-section1 .hs_cos_wrapper_widget { padding:30px 20px; width:50%; float:left; }
.row-fluid .testimonial-box { position:relative; float:left; width:100%; }
.row-fluid .testimonial-text { width:76.3%; float:left; padding:10px 0 10px 20px; }
.row-fluid .testimonial-text h4 { padding:10px 0 0; font-size:16px; line-height:26px; }

.row-fluid .testimonial-img { width:130px; height:130px; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; background-size:cover; background-position:center center; background-repeat:no-repeat; float:left; position:relative; }  
.row-fluid .testimonial-img:before { content:''; position:absolute; top:15px; left:15px; bottom:15px; right:15px; background:#f45650; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; -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;; opacity:0; }
.row-fluid .testimonial-box:hover .testimonial-img:before { top:0; left:0; bottom:0; right:0; opacity:0.7; }

/* service page */
.row-fluid .pricing-section { padding:60px 0 80px; }
.row-fluid .pricing-section1 { padding-top:60px; }
.row-fluid .pricing-section1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:15px 15px 30px; }
.row-fluid .pricing-box { -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; position:relative; -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;; }
.row-fluid .pricing-inner { padding:50px; font-size:14px; line-height:20px; }
.row-fluid .pricing-inner h4 { font-size:20px; line-height:28px; -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;; }
.row-fluid .pricing-inner h5 { padding-bottom:30px; font-size:28px; line-height:36px; font-weight:400; -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;; }
.row-fluid .pricing-inner h5 span { display:block; font-size:12px; line-height:16px; font-weight:300; } 
.row-fluid .pricing-list ul { margin:0; padding:30px 0 0; list-style-type:none; border-top:1px solid #121212; -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;; }
.row-fluid .pricing-list ul li { margin:0; padding:10px 0; display:block; }
.row-fluid .pricing-cta { position:absolute; bottom:-27px; left:0; width:100%; }
.row-fluid .pricing-cta a.link-style { min-width:130px; padding:8px 25px; }
.row-fluid .pricing-box:hover { background:#f45650; }
.row-fluid .pricing-box:hover .pricing-inner h4 , .row-fluid .pricing-box:hover .pricing-inner h5 , .row-fluid .pricing-box:hover .pricing-inner { color:#FFFFFF; }
.row-fluid .pricing-box:hover .pricing-list ul { border-color:#FFFFFF; }
.row-fluid .pricing-box:hover .pricing-cta a.link-style { background:#0a0707; color:#FFFFFF; }

/* expert-section */
.row-fluid .expert-section { padding:50px 0 70px; }
.row-fluid .expert-section1 { padding-top:50px; display:inline-block; width:100%; }
.row-fluid .expert-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .expert-section1 .hs_cos_wrapper_widget { width:25%; float:left; padding:15px; }
.row-fluid .expert-box { -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; font-size:16px; line-height:28px; -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;; }
.row-fluid .expert-box a { color:#121212; }
.row-fluid .expert-inner { padding:25px; }
.row-fluid .expert-icon { margin:0 auto; width:80px; height:80px; line-height:80px; font-size:40px; background-color:#f45650; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; color:#FFFFFF; -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;; }
.row-fluid .expert-inner h4 { padding:10px 0; font-size:18px; line-height:28px; -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;; }

.row-fluid .expert-box:hover { -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
     box-shadow: 0 5px 15px rgba(0,0,0,0.2);; }
.row-fluid .expert-box:hover .expert-inner h4  { color:#f45650; } 
.row-fluid .expert-box:hover .expert-icon { -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.8);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.8);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.8);
     box-shadow: 0 0 10px rgba(0,0,0,0.8);; }

/* testimonial1 section */
.row-fluid .testimonial1-section { padding:80px 0; }
.row-fluid .testimonial1-section1 { padding-top:50px; display:inline-block; width:100%; }
.row-fluid .testimonial1-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }  
.row-fluid .testimonial1-section1 .hs_cos_wrapper_widget  { padding:15px 15px 45px; width:33.33%; float:left; }
.row-fluid .testimonial1-box { -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
     box-shadow: 0 0 5px rgba(0,0,0,0.2);; position:relative; color:#121212; -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 .testimonial1-box:before { content:''; position:absolute; top:20px; left:20px; bottom:20px; right:20px; border:2px solid #121212; opacity:0.2; -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;; }
.row-fluid .testimonial1-inner { padding:60px 35px 70px; font-size:16px; font-style:italic; }
.row-fluid .testimonial1-inner h5 { font-size:16px; line-height:24px; padding:0; color:#f45650; font-weight:400; }


.row-fluid .line1 { height:2px; background:#f45650; position:absolute; top:20px; left:20px; right:100%; opacity:0; -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;; }
.row-fluid .line2 { width:2px; background:#f45650; position:absolute; bottom:100%; top:20px; right:20px; opacity:2; -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;; }
.row-fluid .line3 { height:2px; background:#f45650; position:absolute; bottom:20px; left:100%; right:20px; opacity:0; -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;; }
.row-fluid .line4 { width:2px; background:#f45650; position:absolute; bottom:20px; top:100%; left:20px; opacity:0; -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;; }

.row-fluid .testimonial1-box:hover { -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
     box-shadow: 0 3px 5px rgba(0,0,0,0.2);; }
.row-fluid .testimonial1-box:hover .line1 { right:20px; opacity:1; }
.row-fluid .testimonial1-box:hover .line2 { bottom:20px; opacity:1; }
.row-fluid .testimonial1-box:hover .line3 { left:20px; opacity:1; }
.row-fluid .testimonial1-box:hover .line4 { top:20px; opacity:1; }
.row-fluid .testimonial1-img { margin:-25px 0 0; width:100px; height:100px; 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; bottom:-40px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; z-index:1; }

.row-fluid .testimonial2-section1 .hs_cos_wrapper_widget { width:50%; padding:15px; position:relative; }
.row-fluid .testimonial2-box { margin-left:50px; background:#f1f1f1; color:#121212; -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;; }
.row-fluid .testimonial2-inner { padding:40px 40px 40px 75px; font-size:15px; }
.row-fluid .testimonial2-img { width:100px; height:100px; 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:40px; left:20px; z-index:1; }
.row-fluid .testimonial2-inner h5 { font-size:16px; line-height:24px; padding:0; color:#f45650; font-weight:400; text-align:right; }

.testimonial2-box:hover { -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
     box-shadow: 0 3px 5px rgba(0,0,0,0.2);; } 

/* resource page */
.row-fluid .resource-section { padding:90px 0; }
.row-fluid .resource-list { padding:40px 0; }
.row-fluid .resource-list .filter-dropdownwrap ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .resource-list .filter-dropdownwrap ul li { margin:0; padding:8px; display:inline-block; }
.row-fluid .resource-list .filter-dropdownwrap ul li a { padding:8px 20px; font-size:15px; text-transform:uppercase; min-width:140px; border:1px solid #121212; color:#121212; display:inline-block; font-weight:600; font-family: 'Roboto Slab', serif; position:relative; }
.row-fluid .resource-list .filter-dropdownwrap ul li a:hover { border-color:#f45650; color:#FFFFFF }
.row-fluid .resource-list .filter-dropdownwrap ul li a:after { content:''; position:absolute; top:0; bottom:0; left:0; right:100%; background-color:#f45650; z-index:-1; -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;; opacity:0; }
.row-fluid .resource-list .filter-dropdownwrap ul li a:hover:after { right:0; opacity:1; }

.row-fluid .resource-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .resource-section1 .resource-box { width:33.33%; padding:15px; float:left; }

.row-fluid .resource-section1 .resource-box.video .resource-Isocta , .row-fluid .resource-section1 .resource-box.video .resource-Isocta:before { display:none; } 
.row-fluid .res-boximg { height:250px; background-size:cover; background-position:center center; background-repeat:no-repeat; } 
.row-fluid .resource-inner { border:1px solid #f1f1f1; position:relative; }
.row-fluid .resource-text { padding:15px 30px; }
.row-fluid .resource-topic { padding-bottom:5px; font-weight:400; font-style:italic; color:#999999; }
.row-fluid .resource-title , .row-fluid .resource2-title { font-size:24px; line-height:32px; font-weight:300; }
.row-fluid .resource-Isocta { position:absolute; top:0; left:0; height:100%; width:100%; }
.row-fluid .resource-Isocta:before { content:''; position:absolute; top:40px; left:40px; bottom:40px; right:40px; background-color:#0a0707; opacity:0; -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 a.resource-style { font-size:14px; padding:6px 18px; position:absolute; top:50%; left:50%; border:2px solid #f45650; -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%);; opacity:0; }
.row-fluid .video-codebox , .row-fluid .video-codebox iframe { height:100%; }

.row-fluid a.resource-style:hover { background-color:transparent; color:#f45650; }
.row-fluid .resource-box:hover .resource-Isocta:before { right:0; top:0; bottom:0; left:0; opacity:0.8; }
.row-fluid .resource-box:hover a.resource-style { opacity:1; -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%);; }

/* resource page 2 */
.row-fluid .resource2-section { padding:50px 0 0; display:inline-block; width:100%; }
.row-fluid .resource2-section span.hs_cos_wrapper { margin:0 -15px; display:block; }  
.row-fluid .resource2-section .hs_cos_wrapper_widget  { width:33.33%; float:left; padding:15px; -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 .resource2-box { padding-bottom:35px; }
.row-fluid .resource2-inner { position:relative; }
.row-fluid .resource2-inner a { color:#121212; }

.row-fluid .resource2-image { height:350px; background-size:cover; background-position:center center; background-repeat:no-repeat; border:1px solid #999; position:relative; }
.row-fluid .resource2-text { margin:0 20px; padding:14px 20px; position:absolute; left:0; right:0; bottom:-35px; background-color:#FFFFFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
     box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.row-fluid .resource2-topic { font-weight:400; font-style:italic; color:#999999; font-size:15px; line-height:24px; }
.row-fluid .resource2-section .hs_cos_wrapper_widget:hover {/* -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);;*/  -webkit-transform: translate(0 ,-5px);
    -moz-transform: translate(0 ,-5px);
    -o-transform: translate(0 ,-5px);
    -ms-transform: translate(0 ,-5px);
    transform: translate(0 ,-5px);; }  
  
/* pricing page */
.row-fluid .pricing1-section { padding:90px 0; }
.row-fluid .pricing1-section1 { padding-top:58px; display:inline-block; width:100%; }
.row-fluid .pricing1-section1 .hs_cos_wrapper_widget { padding:5px; width:33.33%; float:left; }
.row-fluid .pricing2-box { background:#f1f1f1; }
.row-fluid .pricing2-inner { padding:15px 0; }
.row-fluid .pricing2-top { padding:25px 0; position:relative; }
.row-fluid .pricing2-top:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.05; background-color:#0a0707; }
.row-fluid .pricing2-top > div { position:relative; }
.row-fluid .pricing2-top h1 { padding:0; font-size:60px; line-height:66px; display:inline-block; font-weight:400; color:#f45650; position:relative; z-index:2; }
.row-fluid .pricing2-mont { display:inline-block; }
.row-fluid .pricing2-mont:before { content:'/'; padding-right:3px; display:inline-block; color:#f45650; }
.row-fluid .pricing2-title { padding-bottom:12px; font-size:24px; line-height:30px; font-weight:600; }
.row-fluid .pricing2-list ul { margin:0; padding:20px 15px; list-style-type:none; }
.row-fluid .pricing2-list ul li { margin:0; padding:5px 0; display:block; font-size:16px; line-height:26px; }
.row-fluid .pricing2-cta { padding:15px 0 0; border-top:1px solid #e6e6e5; }
.row-fluid .pricing2-cta a { border:1px solid #f45650; background-color:transparent; color:#f45650; font-weight:400; text-transform:inherit; }
.row-fluid .pricing2-cta a:hover { background-color:#f45650; }

.row-fluid .most-popularbox { background-color:#FFFFFF; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.3);
     box-shadow: 0 0 15px rgba(0,0,0,0.3);; -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);; }
.row-fluid .most-popularbox .pricing2-top:before { background-color:#f45650; opacity:1; }
.row-fluid .most-popularbox .pricing2-top h1 , .row-fluid .most-popularbox .pricing2-mont:before { color:#FFFFFF; }
.row-fluid .most-popularbox .pricing2-cta a { background-color:#f45650; color:#FFFFFF; }
.row-fluid .most-popularbox .pricing2-cta a:hover { background-color:transparent; color:#f45650; }

/* gallery page */
.row-fluid .gallery-section { padding:90px 0; }
.row-fluid .gallery-section1 { padding-top:40px; display:inline-block; width:100%; }
.row-fluid .gallery-section1 .hs_cos_wrapper_widget  { width:25%; float:left; padding:5px; }
.row-fluid .gallery-box { position:relative; }
.row-fluid .gallery-box:before { content:''; position:absolute; top:10px; left:20px; bottom:10px; right:20px; background-color:#0a0707; opacity:0; -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: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;; }
.row-fluid .gallery-box a { color:#FFFFFF; }
.row-fluid .gallery-box a:hover { color:#f45650; }
.row-fluid .gallery-img { height:320px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .gallery-icon { font-size:30px; position:absolute; top:50%; left:50%; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; -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%);; opacity:0; }

.row-fluid .gallery-box:hover:before { top:0; left:0; bottom:0; right:0; opacity:0.80; -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; }

/* faq-section */
.row-fluid .faq-section { padding:90px 0; }
.row-fluid .faq-section1 { padding-top:40px; }
.row-fluid .faq-section1 .hs_cos_wrapper_widget { margin-bottom:10px; }
.row-fluid .accordion-title { padding:18px 20px 18px 50px; font-size:18px; line-height:24px; font-weight:600; font-family: 'Roboto Slab', serif; background:#f1f1f1; border:1px solid rgba(0,0,0,0.1); position:relative; cursor:pointer; }
.row-fluid .accordion-title:before { content:"\f067"; display:inline-block; color:#f45650; font-family: 'FontAwesome'; position:absolute; top:20px; left:20px; }
.row-fluid .accordion-text { padding:15px 20px; font-size:16px; border:1px solid rgba(0,0,0,0.1); border-top:none; display:none; }
.row-fluid .accordion-text ul { margin:0; padding:20px 0; list-style-type:none; }
.row-fluid .accordion-text ul li { margin:0; padding-left:22px; display:block; position:relative; }
.row-fluid .accordion-text ul li:before { content:"\f00c"; display:inline-block; color:#f45650; font-family: 'FontAwesome'; position:absolute; top:0; left:0; }
.row-fluid .accordion-title.active:before { content:"\f068"; }

.row-fluid .faq1-section1 .accordion-title { background:transparent; border:none; border-bottom:1px solid rgba(0,0,0,0.1); }
.row-fluid .faq1-section1 .accordion-title.active { border-bottom:none; }
.row-fluid .faq1-section1 .accordion-text { border:none; border-bottom:1px solid rgba(0,0,0,0.1); }

/* contact page */
.row-fluid .contact-section { padding:90px 0; }
.row-fluid .contact-section1 { padding-top:50px; }
.row-fluid .contact-text h2 { font-weight:400; font-size:36px; line-height:42px; }
.row-fluid .contact-text h5 { padding:15px 0 0; font-size:18px; line-height:26px; font-family: 'Roboto', sans-serif; }
.row-fluid .contact-text a { color:#121212; }
.row-fluid .contact-text a:hover { color:#f45650; }

.row-fluid .contact-form .hs-form-field > label { display:none; }
.row-fluid .contact-form textarea { height:210px; }
.row-fluid .contact-form .hs-button { padding:8px 26px; font-size:14px; line-height:20px; text-transform:uppercase; font-family: 'Roboto Slab', serif; font-weight:300; letter-spacing:1px; }
.row-fluid .contact-form .hs_message .input { margin-right:0; }

.row-fluid .map-section { line-height:0; }
.row-fluid .map-section iframe { height:495px; width:100%; }

/* contact page 2 */
.row-fluid .map1-section { position:relative; }   
.row-fluid .map1-section iframe { height:490px; width:100%; }
.row-fluid .contact1-text { max-width:400px; padding:50px; font-size:14px; line-height:15px; background-color:#f45650; color:#FFFFFF; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;; position:absolute; top:50px; right:0; }
.row-fluid .contact1-text a { color:#FFFFFF; }
.row-fluid .contact1-text a:hover { color:#121212; }
.row-fluid .contact1-text h2 { font-size:30px; line-height:36px; color:#FFFFFF; font-weight:400; }
.row-fluid .contact1-text h5 { padding:15px 0 0; font-size:18px; line-height:26px; font-family: 'Roboto', sans-serif; color:#FFFFFF; }

.row-fluid .contact1-form { margin:0 auto !important; max-width:780px; width:100%; float:none; padding-top:100px; }
.row-fluid .contact1-form .actions { text-align:center; }

/* landing page */

.row-fluid .newhero-section.landing1-hero:before { opacity:0.75; }

.row-fluid .logo-landing { position:absolute; top:0; left:0; width:100%; padding:15px 0; z-index:9999; }
.row-fluid .logo-landing:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#0a0707; opacity:0.5; }
.row-fluid .logo-landing img { position:relative; }
.row-fluid .landing-content { padding:100px 0 0; }
.row-fluid .heroLp-left { padding:100px 50px 80px 0; }
.row-fluid .heroLp-left , .row-fluid .heroLp-left h2 { color:#FFFFFF; }

.row-fluid .heroLp-right { background:rgba(0,0,0,0.5); }
.row-fluid .heroLp-right h3 { padding:20px 15px; width:100%; background:#f45650; color:#FFFFFF; font-weight:400; font-family: 'Roboto', sans-serif; text-align:center; }
.row-fluid .heroLp-form { padding:40px 40px; }
.row-fluid .heroLp-form h3 { display:none; }
.row-fluid .heroLp-form .hs-form-field > label span { color:#FFFFFF; opacity:0.5; }
.row-fluid .heroLp-form .hs-button { margin-top:15px; width:100%; font-weight:400; font-size:18px; line-height:24px; text-transform:uppercase; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.row-fluid .heroLp-form ul.inputs-list li { color:red; }
.row-fluid .heroLp-form span.hs_cos_wrapper { color:#FFFFFF; }



.row-fluid .nuchbetter-section { padding:100px 0 90px; font-size:16px; }
.row-fluid .nuchbetter-left h2 { font-weight:400; padding-bottom:20px; }
.row-fluid .nuchbetter-left h4 { font-weight:400; padding-top:20px; font-size:24px; line-height:30px; }
.row-fluid .nuchbetter-left ul { margin:0; padding:0; list-style-type:none; } 
.row-fluid .nuchbetter-left ul li { margin:0; padding:3px 0 3px 25px; display:block; position:relative; }
.row-fluid .nuchbetter-left ul li:before { content:"\f18e"; font-family: 'FontAwesome'; position:absolute; top:4px; left:0; } 

/*.row-fluid .hero1-column a.link-style.link-hero { border:2px solid transparent; padding:8px 25px; }
.row-fluid .hero1-column a.link-style.link-hero:hover { background-color:transparent; border-color:#f45650; }*/

/* landing page 2 */
.row-fluid .heroLp1-text { padding-top:130px; }
.row-fluid .heroLp-title { padding-bottom:20px; font-size:50px; line-height:58px; color:#FFFFFF; }
.row-fluid .heroLp-video { margin:80px auto 0 !important; max-width:840px; width:100%; float:none; display:block; }
.row-fluid .heroLp-video iframe { height:470px; width:100%; }

.row-fluid .heroLp1-right { background-color:rgba(0,0,0,0.1); }
.row-fluid .heroLp1-right .heroLp-form .hs-form-field > label span { color:#121212; }
.row-fluid .heroLp-right h3 { position:relative; }
.row-fluid .heroLp-right h3:before { content:''; position:absolute; top:100%; left:0; border:30px solid transparent; border-top-color:#f45650; -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);; border-left-width: 229px; border-right-width: 229px; }

/* Landing page 3  */
.row-fluid .newherolp3-section { padding:100px 0 0; }
.row-fluid .heroLp3-text { padding:130px 0 0; }
.row-fluid .landinglp3-title h2 { font-family: 'Roboto', sans-serif; color:#FFFFFF; font-weight:400; }
.row-fluid .landing3-content { padding-top:40px; }

.row-fluid .lp-progress { position:relative; color:#FFFFFF; }
.row-fluid .lp-progress:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#0a0707; opacity:0.80; }
.row-fluid .lp-progress > div { position:relative; }
.row-fluid .landing3-video { padding:40px 0; }
.row-fluid .landing3-video iframe { width:100%; height:370px; }

.row-fluid .heroLp3-right { background-color:#ffffff; }
.row-fluid .heroLp3-right span.hs_cos_wrapper { color:#0a0707; }
.row-fluid .progresslp3-section1 .progress-box h5 { color:#FFFFFF; } 

.row-fluid .testimoniallp3-section { padding:100px 0 90px; } 
.row-fluid .testimoniallp3-section1 .hs_cos_wrapper_widget { position:relative; }
.row-fluid .testimoniallp3-section1 ol.flex-control-nav li a, .row-fluid .testimoniallp3-section1  ul.slick-dots li button { width:15px; height:15px; background-color:transparent; padding:0; border:2px solid #999999; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; }
.row-fluid .testimoniallp3-section1 ol.flex-control-nav li a:hover, .row-fluid .testimoniallp3-section1 ol.flex-control-nav li a.flex-active, .row-fluid .testimoniallp3-section1 ul.slick-dots li button:hover, .row-fluid .testimoniallp3-section1 ul.slick-dots li.slick-active button { border-color:#f45650; background-color:#f45650; }

/* career-section */
.row-fluid .career-section { padding:90px 0; }
.row-fluid .career-section1 { padding-top:40px; }

.row-fluid .positions-section { padding:0 0 90px; }
.row-fluid .positions-section1 .hs_cos_wrapper_widget { padding:35px 0; border-bottom:1px solid #0a0707; float:left; width:100%; }
.row-fluid .position-box { float:left; }
.row-fluid .position-left { width:40%; float:left; }
.row-fluid .position-left h5 { font-size:24px; line-height:30px; font-weight:400; }
.row-fluid .position-left ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .position-left ul li { margin:5px 0 0; padding:0 7px; display:inline-block; border-right:1px solid #121212; line-height:20px; vertical-align:middle; }
.row-fluid .position-left ul li:last-child { border-right:none; }
.row-fluid .position-left ul li span { color:#f45650; }
.row-fluid .position-text { width:60%; float:left; }
.row-fluid .position-content { padding-bottom:15px; }
.row-fluid .career-content h3 { font-size:36px; line-height:44px; font-weight:400; padding:0 0 20px; }

/* career Details */
.row-fluid .career-details { padding:90px 0; }
.row-fluid .careerdetails-text { padding-bottom:30px; }
.row-fluid .careerdetails-text h3 { font-size:36px; line-height:44px; font-weight:400; }
.row-fluid .careerdetails-text h4 { padding:20px 0 10px; font-size:24px; line-height:30px; font-weight:400; }
.row-fluid .careerdetails-text ul.laction { padding:10px 0; }
.row-fluid .careerdetails-text ul.laction li { margin:0; padding:0; display:inline-block; line-height:20px; }
.row-fluid .careerdetails-text ul.laction li span { color:#f45650; }
.row-fluid .careerdetails-text ul.laction li:before { display:none; } 
.row-fluid .careerdetails-text ul.laction li:after { content:''; border-right:1px solid #757575; padding:0 0 0 8px; }
.row-fluid .careerdetails-text ul.laction li:last-child:after { display:none; }
.row-fluid .careerdetails-text ul { margin:0; padding:0; list-style-type:none;}

.row-fluid .careerdetails-text ul li { margin:5px 0; padding:0 0 0 25px; display:block; position:relative;  }
.row-fluid .careerdetails-text ul li:before { content:"\f18e"; position:absolute; top:0; left:0; font-family: 'FontAwesome'; }

/* Thank You Page */
.row-fluid .thank-section { padding:150px 0; }
.row-fluid .thank-section1 { font-size:25px; line-height:35px; padding:60px 60px; background-color:#f1f1f1; border:3px dashed #f45650; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; -webkit-box-shadow: 15px 15px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 15px 15px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 15px 15px 0 rgba(0,0,0,0.25);
    -ms-box-shadow: 15px 15px 0 rgba(0,0,0,0.25);
     box-shadow: 15px 15px 0 rgba(0,0,0,0.25);; -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;; }
.row-fluid .thank-icon { margin:0 auto; width:112px; height:112px; line-height:112px; font-size:50px; color:#f45650; border:2px solid #f45650; display:inline-block; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; float:none; }
.row-fluid .thank-section1 h2 { padding:40px 0 20px; font-size:70px; line-height:76px; }
.row-fluid .thank-cta { margin:40px 5px 0; display:inline-block; width:auto; float:none; }
.row-fluid a.thank-home { padding:14px 25px; font-family: 'Roboto', sans-serif; font-size:18px; }
.row-fluid a.thank-blog { border:2px solid #f45650; color:#f45650; background-color:transparent; font-family: 'Roboto', sans-serif; font-size:18px; }
.row-fluid a.thank-blog:hover { background-color:#f45650; color:#FFFFFF; }
.row-fluid a.thank-home:before { content:"\f177"; display:inline-block; font-family: 'FontAwesome'; padding-right:10px; }
.row-fluid a.thank-blog:after { content:"\f178"; display:inline-block; font-family: 'FontAwesome'; padding-left:10px; }
.row-fluid .thank-section1:hover { -webkit-box-shadow: 16px 16px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 16px 16px 0 rgba(0,0,0,0.20);
    -o-box-shadow: 16px 16px 0 rgba(0,0,0,0.20);
    -ms-box-shadow: 16px 16px 0 rgba(0,0,0,0.20);
     box-shadow: 16px 16px 0 rgba(0,0,0,0.20);; }


/* case study page */
.row-fluid .casestudy-section { padding:90px 0; } 
.row-fluid .casestudy-section1 { padding-top:50px; float:left; }
.row-fluid .casestudy-section1 .hs_cos_wrapper_widget { padding:20px 0; float:left; width:100%; }
.row-fluid .casestudy-box { width:100%; float:left; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.25);
     box-shadow: 0 0 15px rgba(0,0,0,0.25);; -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;;  }
.row-fluid .casestudytext-inner { padding:70px 50px; }
.row-fluid .casestudy-image { width:50%; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;; }  
.row-fluid .casestudy-text { width:50%; float:right; }
.row-fluid .casestudy-section1 .hs_cos_wrapper_widget:nth-child(even) .casestudy-image { float:right; }
.row-fluid .casestudy-section1 .hs_cos_wrapper_widget:nth-child(even) .casestudy-text { float:left; text-align:right; }
.row-fluid .casestudy-box:hover { -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
     box-shadow: 0 5px 15px rgba(0,0,0,0.35);; }


/* case study page 2 */
.row-fluid .casestudy2-section1 .hs_cos_wrapper_widget { padding:10px; width:50%; float:left; }
.row-fluid .casestudy2-section1 .casestudytext-inner { padding:30px 15px; font-size:15px; line-height:24px; }
.row-fluid .casestudy2-section1 .casestudytext-inner h3 { font-size:24px; line-height:30px; }

/* case study page 3 */
.row-fluid .casestudy3-section1 { padding-top:50px; } 
.row-fluid .casestudy3-section1  span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .casestudy3-section1 .hs_cos_wrapper_widget { padding:15px; width:50%; float:left; }
.row-fluid .casestudy3-section1 .casestudytext-inner { padding:30px 15px; font-size:15px; line-height:24px; }
.row-fluid .casestudy3-section1 .casestudytext-inner h3 { font-size:24px; line-height:32px; }
.row-fluid .casestudy3-section1 .hs_cos_wrapper_widget:nth-child(odd) .casestudy-image { float:right; }
.row-fluid .casestudy3-section1 .hs_cos_wrapper_widget:nth-child(odd) .casestudy-text { float:left; text-align:right; }

/* team page 2 */
.row-fluid .team1-section1 { padding-top:50px; }
.row-fluid .team1-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .team1-section1 .hs_cos_wrapper_widget { padding:15px; width:25%; float:left; }
.row-fluid .team1-image { height:300px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .team1-image:before { content:''; position:absolute; top:100%; bottom:0; right:0; left:0; background-color:#0a0707; 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;; }
.row-fluid .team1-text { padding:15px 35px 15px 0; position:relative; letter-spacing:1px; overflow:hidden; border-bottom:1px solid #f1f1f1; }
.row-fluid .team1-text a { color:#121212; } 
.row-fluid .team1-text h4 { font-size:22px; line-height:28px; padding:0; }
.row-fluid .team1-link { width:35px; height:35px; line-height:32px; display:inline-block; text-align:center; position:absolute; top:100%; right:0; border:2px solid #f45650; color:#FFFFFF; background-color:#f45650; -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;; -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;; }
.row-fluid .team1-link:hover { background-color:transparent; color:#f45650; }

.row-fluid .team1-box:hover .team1-image:before { top:0; opacity:0.6; }
.row-fluid .team1-box:hover .team1-link { top:25px; }

/* team page 3 */
.row-fluid .team2-section1 { padding-top:50px; }
.row-fluid .team2-section1 .hs_cos_wrapper_widget { width:50%; float:left; }
.row-fluid .team2-box { width:100%; float:left; }
.row-fluid .team2-image { width:50%; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .team2-text { width:50%; float:right; background-color:#f1f1f1; }
.row-fluid .team2-text a { color:#121212; }
.row-fluid .team2-textinner { padding:40px 30px; width:100%; float:left; } 
.row-fluid .team2-content { padding:10px 0; }
.row-fluid .team2-link { width:35px; height:35px; line-height:32px; display:inline-block; text-align:center; border:2px solid #f45650; color:#FFFFFF; background-color:#f45650; -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;; -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;; }
.row-fluid .team2-link:hover { background-color:transparent; color:#f45650; }
.row-fluid .team-boxnew:nth-child(odd) .team2-image { float:right; }
.row-fluid .team-boxnew:nth-child(odd) .team2-text { float:left; }

/* contact page 3 */
.row-fluid .contact3-map iframe { height:400px; padding:7px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.25);
     box-shadow: 0 0 10px rgba(0,0,0,0.25);; }
.row-fluid .contact3-box { margin:-50px auto 0 !important; max-width:900px; width:100%; float:none; background-color:#FFFFFF; border:1px solid #f45650; position:relative; }
.row-fluid .contact3-box .contact3-left { width:60%; float:left; }
.row-fluid .contact3-box .contact3-left .contact-form { padding:60px; }
.row-fluid .contact3-box .contact3-right { margin:0; width:40%; background-color:#f45650; color:#FFFFFF; float:right; }
.row-fluid .contact3-box .contact3-right .contact-text { padding:60px 20px; }
.row-fluid .contact3-box .contact3-right .contact-text h5 { letter-spacing:1px; color:#FFFFFF; }
.row-fluid .contact3-box .contact3-right .contact-text a { color:#FFFFFF; }
.row-fluid .contact3-box .contact3-right .contact-text a:hover { opacity:0.8; }
.row-fluid .contact3-box .contact-text h2 { font-size:30px; line-height:36px; color:#FFFFFF; }
.row-fluid .contact3-box .contact-form ul.hs-error-msgs li { font-size:11px; line-height:16px; }

/* pricing page 2 */
.row-fluid .pricing2-section1 { margin:50px auto 0 !important; max-width:950px; display:block; float:none; }
.row-fluid .pricing2-section1 .hs_cos_wrapper_widget { width:33.33%; padding:15px; float:left; }
.row-fluid .pricing3-list { padding:30px 15px 20px; }
.row-fluid .pricing3-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .pricing3-list ul li { margin:0; padding:8px 0; display:block; }
.row-fluid .pricing3-inner { padding-bottom:30px; border:1px solid #f1f1f1; }
.row-fluid .pricing3-title { padding:10px 15px; background-color:#f1f1f1; font-weight:600; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .pricing3-top { padding-bottom:20px; }
.row-fluid .pricing3-top h1 { padding:0; }

.row-fluid .most1-popularbox .pricing3-inner { margin-top:-10px; border-color:#f45650; }
.row-fluid .most1-popularbox .pricing3-title { padding:20px 15px; background:#f45650; color:#FFFFFF; }

/* column section */
.row-fluid .hero-column { padding:50px 0; position:relative; }
.row-fluid .hero-column:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:#0a0707; opacity:0.60; }
.row-fluid .hero-column > div { position:relative; }
.row-fluid .herocol-box { margin:0 auto; max-width:700px; }  
.row-fluid .heroslider-column { padding:130px 0 80px; color:#FFFFFF; }
.row-fluid .heroslider-column h2 { color:#FFFFFF; }
.row-fluid .heroslider-column .slick-arrow { width:50px; height:50px; background-color:transparent; border:2px solid #FFFFFF; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
.row-fluid .heroslider-column .slick-arrow:before, .row-fluid .heroslider-column .slick-arrow.slick-next:after { font-size:24px; }
.row-fluid .heroslider-column .slick-arrow:hover { background-color:#f45650; }

.row-fluid .column-text { padding:80px 0; }
.row-fluid .column-title h3:after { content:''; margin-top:15px; width:80px; height:3px; display:block; background:#f45650; }

.row-fluid .hero1-column { padding:130px 0 80px; color:#FFFFFF; }
.row-fluid .hero1-column h2 { color:#FFFFFF; }
.row-fluid .hero1small-column { padding:100px 0 0; }
.row-fluid .hero1large-column { padding:150px 0 100px; font-size:20px; line-height:34px; }

.row-fluid .home-video { width:100%; height:100%; position: fixed; top: 0; left: 0; z-index: -1; }
.row-fluid .home-video video { width: auto; height: auto; min-width: 100%; min-height: 100%; object-fit:cover; }

/* column menu */
.row-fluid .column-menu { padding:7px; }
.row-fluid .column-menu ul { margin:0; padding:0; width:100%; }
.row-fluid .column-menu ul li { margin:0; padding:0; display:block; width:100%; width:100%; position:relative; background-color:#FFFFFF; }
.row-fluid .column-menu ul li a { width:100%; font-size:16px; color:#121212; font-family: 'Roboto Slab', serif; border-bottom:2px solid #f1f1f1; }
.row-fluid .column-menu ul li a:hover { color:#f45650; }
.row-fluid .column-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:10px 30px 10px 15px; } 
.row-fluid .column-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position:relative; }
.row-fluid .column-menu ul li ul li { background:rgba(0,0,0,0.1); }
.row-fluid .column-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 .column-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a.child-open:after { content:"\f106"; }
.row-fluid .column-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 .column-menu ul li a.active { color:#f45650; }

.row-fluid .column-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; }
 
@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; }
    
    .sub-text { font-size:16px; line-height:24px; letter-spacing:2px; }
    .row-fluid .sub-text1 { font-size:18px; line-height:26px; }
    
    /* menu */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 5px; }
    
   /* hero section */
   .row-fluid .hero-text h1 { font-size:54px; line-height:60px; }
   
   /* about section */
   
   /*service section */
   .row-fluid .service-box { padding:55px 15px 45px; }
   
   /* footer */
   .row-fluid .footer-box:first-child { padding-left:0; }
   
   /* blog inner */
    .row-fluid .bloginner-author1 { width:80%; }
    .row-fluid .related-title { font-size:14px; line-height:22px; }
    
    /* about page 2 */
    .row-fluid .history-slider2 .slick-arrow { display:none !important; }
    
    /* about page 4 */
    .row-fluid .testimonial-text { width:69%; }
    
    /* service page */
    .row-fluid .pricing-inner { padding:40px 20px; }
    
    /* resource section */
    .row-fluid .resource-title , .row-fluid .resource2-title { font-size:22px; line-height:28px; }
    
    /* gallery page */
    .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:33.33%; }
      
    
 
}

@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper {  max-width:920px; }
    
    /* service section */
    .row-fluid .service-about1 .service-about { background-image:none !important; }
    .row-fluid .service-about .service-section1 { width:100%; }
    
    /* landing page 2 */
    .row-fluid .heroLp-right h3:before { border-left-width: 178px; border-right-width: 178px; }
    
    /* contact page */
    .row-fluid .contact3-box { max-width:800px; }
    
    

    
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .row-fluid .wrapper {  max-width:720px; }	
    
    /* menu */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 2px; }
    .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:11px; padding:10px 5px 20px; }
    .row-fluid .search-icon { font-size:16px; }
    .row-fluid .logo img { max-width:170px; }
    
    /* about section */
    .row-fluid .about-text { margin:25px 0; }
    .row-fluid .about-inner1 { padding-left: 30px; padding-top: 50px; padding-bottom: 70px; }
    
    /* blog */
    .row-fluid .blogfeed-text { padding:15px 8px; }
    
    /* testimonial section */
    .row-fluid .testimonial2-section1 .hs_cos_wrapper_widget { padding:15px 15px 60px; }
    .row-fluid .testimonial2-box { margin-left:0; }
    .row-fluid .testimonial2-inner { padding:55px 15px 20px; }
    .row-fluid .testimonial2-box { padding:0; } 
    .row-fluid .testimonial2-img { top:-40px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    
    /* landing page 2 */
    .row-fluid .heroLp-right h3:before { border-left-width: 138px; border-right-width: 138px; }
    
    /* landing page 3 */
    .row-fluid .casestudy3-section1 { padding-top:30px; }
    .row-fluid .testimoniallp3-section1 .hs_cos_wrapper_widget { padding:0 10px; }
    .row-fluid .testimoniallp3-section1 .testimonial2-box { margin-top:50px; }
    .row-fluid .testimoniallp3-section1 .testimonial2-img { top:0; } 
    
    
}

@media (max-width: 991px) {
    
    /* service section */
    .row-fluid .service-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /*welcome section */
    .row-fluid .service-section , .row-fluid .book-section , .row-fluid .team-section , .row-fluid .blog-feed , .row-fluid .happy-clints { padding:50px 0; }
    .row-fluid .welcome-section { padding:50px 0 30px; }
    
    /* cta strim */
    .row-fluid .cta-strip { padding:70px 0; }
    
    /* footer */
    .row-fluid .footer-box:nth-child(3) { clear:left; } 
    .row-fluid .footer { padding:70px 0 30px; }
    .row-fluid .footer-box { width:50%; margin:0; padding-bottom:30px; } 
    .row-fluid .blog-title { padding-bottom:20px; }
    
    /* Home page 2 */
    .row-fluid .sub-text1 { font-size:18px; line-height:27px; }
    
    /* progress section */
    .row-fluid .progress-section1 .hs_cos_wrapper_widget { padding:15px; }
    
    /* service section */
    .row-fluid .service1-section1 .service-box { padding:35px 20px 25px; }
    
    /* counter Section */
    .row-fluid .counter1-section .counter-box { margin:0 0 30px; width:50%; float:left; }
    
    /* blog */
    .row-fluid .blog1-text { padding:30px 15px 30px 80px; }
    .row-fluid .blog1-text h2 { font-size:18px; line-height:26px; letter-spacing:0.5px; }
    .row-fluid .blog1 .hs-featured-image-wrapper { height:350px; }
    
    /* blog inner */
    .row-fluid .bloginner-author1 { width:74%; }  
    .row-fluid .related-title { font-size:14px; line-height:22px; }
    
    /* blog 2 */
    .row-fluid .blog2-left .blog1 .hs-featured-image-wrapper { height:200px; }
    .row-fluid .blog2-left .blog1-text h2 { font-size:17px; line-height:24px; }
    
    /* blog 4 */
    .row-fluid .post4-item { width:50%; }
    
    /* blog 7 */
    .row-fluid .blog7-left .post7-item { width:49.5%; }
    
    /* service section */
    .row-fluid .service-about1 .service-about { background-image:none !important; padding-bottom:0; }
    .row-fluid .service-about .service-section1 { width:100%; }
    
    /* about page 2 */
    .row-fluid .history-section { padding-bottom:0; }
    
    /* about page 4 */
    .row-fluid .testimonial-section1 .hs_cos_wrapper_widget { padding:20px 10px 10px; }
    .row-fluid .testimonial-section1 span.hs_cos_wrapper { margin:0; }
    .row-fluid .testimonial-box { text-align:center; }
    .row-fluid .testimonial-img { margin:0 auto; float:none; }
    .row-fluid .testimonial-text { width:100%; padding:10px 0; }
    
    /* service page */
    .row-fluid .expert-section1 .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .pricing-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .pricing-box { height:auto !important; }
    
    /* testimonial section */
    .row-fluid .testimonial1-section { padding:60px 0 40px; }
    .row-fluid .testimonial1-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* resource page */
    .row-fluid .resource-list .filter-dropdownwrap ul li a { min-width:auto; }
    .row-fluid .resource-section1 .resource-box { width:50%; }
    .row-fluid .resource-text { padding:10px 15px; }
    
    .row-fluid .resource2-section { padding:30px 0 0; }
    .row-fluid .resource2-section .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .resource2-text { margin:0 15px; padding:12px; }
    
    /* pricing page */
    .row-fluid .row-fluid .pricing2-top h1 { font-size:48px; line-height:54px; }
    
    /* gallery page */
    .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* contact page */
    .row-fluid .map-section iframe { height:300px; width:100%; } 
    
    /* landing page */
    .row-fluid .heroLp-form { padding:30px 15px; }
    .row-fluid .heroLp-right h3 { padding:12px 15px; font-size:22px; line-height:28px; }
    .row-fluid .heroLp-left { padding:100px 0 80px 0; }
    
    /* landing page 2 */
    .row-fluid .heroLp1-text { padding-top:80px; }
    .row-fluid .heroLp-title { font-size:36px; line-height:44px; }
    .row-fluid .heroLp-video { margin:10px auto 0 !important; }
    
    /* landing page 3 */
    .row-fluid .testimoniallp3-section { padding:50px 0; }
    .row-fluid .heroLp3-text { padding:70px 0 0; }
    
    /* career section */
    .row-fluid .career-section { padding:60px 0; }
    .row-fluid .career-content , .row-fluid .career-slider { margin:0; width:100%; }
    
    .row-fluid .positions-section1 .hs_cos_wrapper_widget { text-align:center; }
    .row-fluid .position-left { width:100%; padding:0 0 20px; }
    .row-fluid .position-text { width:100%; }
    
    /* career details */
    .row-fluid .career-details { padding:70px 0 }
    
    /* thank you */
    .row-fluid .thank-section { padding:80px 0; }
    .row-fluid .thank-section1 { padding:30px 20px; font-size:20px; line-height:28px; }
    .row-fluid .thank-section1 h2 { padding:20px 0; font-size:50px; line-height:56px; }
    .row-fluid .thank-cta { margin:15px 5px 0; }
    
    /* case Study page */
    .row-fluid .casestudy-section { padding:60px 0; }
    .row-fluid .casestudytext-inner { padding:40px 20px; }
    
    /* case study page 2 */
    .row-fluid .casestudy2-section1 .hs_cos_wrapper_widget { width:100%; padding:15px 0; }
    
    /* case study page 3 */
    .row-fluid .casestudy3-section1 { padding-top:30px; }
    .row-fluid .casestudy3-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* team page 2 */
    .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:33.33%; }
    
    .row-fluid .team2-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
    .row-fluid .team2-section1 .hs_cos_wrapper_widget { padding:15px; }
    .row-fluid .team2-image { height:300px !important; }
    .row-fluid .team2-image , .row-fluid .team2-text { width:100%; }
    
    /* contact page 3 */
    .row-fluid .contact3-box { max-width:600px; }
    .row-fluid .contact3-box .contact3-left .contact-form { padding:25px; }
    .row-fluid .contact3-box .contact3-right .contact-text { padding:25px 15px; }
    
    /* pricing page */
    .row-fluid .pricing3-cta a.link-style { font-size:13px; padding:10px 16px; }
    
    /* column section */
    .row-fluid .heroslider-column { padding:95px 0 0; }
    .row-fluid .hero1large-column { font-size:17px; line-height:26px; }

    
}

@media (min-width: 30px) and (max-width: 767px){
    
    .row-fluid .colpadding-top { padding-top:30px; }
    
    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; }
    
    .sub-text { font-size:16px; line-height:22px; }
    
    /* logo */
    .row-fluid .logo { width:auto; }
    .row-fluid .search-section { position:absolute; top:21px; right:20px; }
    
    
    /* hero section */
    .row-fluid .hero-text h1 { font-size:34px; line-height:40px; }  
    .row-fluid .hero-content ul li { padding:0 12px; }
    .row-fluid .hero-content ul li a { font-size:16px; }
    .row-fluid .hero-content { padding-bottom:15px; }
    
    /* welcome */
    .row-fluid .welcome-section { padding:30px 0; }
    .row-fluid .welcome-content { padding-top:20px; line-height:28px; font-size:16px; }
    
    /* about sectoin */
    .row-fluid .about-left { width:100%; height:400px !important; }
    .row-fluid .about-right { width:100%; height:auto !important; }
    .row-fluid .right-space { padding-right:0 !important; }
    .row-fluid .about-inner1 { padding:25px 15px; }
    .row-fluid .about-text { margin:30px 0; }
    .row-fluid .about-btn { padding-top:30px; }
    .row-fluid .about-btn , .row-fluid .about-signature { width:50%; float:left;  }
    
    /* service section */
    .row-fluid .service-section1 .hs_cos_wrapper_widget { width:100%; padding:15px 0; }
    .row-fluid .service-box { padding:40px 20px; }
    .row-fluid .service-inner { height:auto !important; }
    
    /* ebook section */
    .row-fluid .ebook-right { padding-top:40px; text-align:center; }
    
    /* team section */
    .row-fluid .team-img { height:340px; }
    .row-fluid .team-textinner { padding:20px 0; }
    
    /* counter section */
    .row-fluid .counter-box { width:50%; float:left; margin-bottom:20px; }
    .row-fluid .counter-box:nth-child(3) { clear:left; } 
    .row-fluid .counter-box:nth-child(4) { clear:right; }
    
    /* blog */
    .row-fluid .blog-feed1 .blogfeed-list { width:100%; padding:10px 0; }
    .row-fluid .blogfeed-text1 { height:auto !important; }
    
    /* footer */
    .row-fluid .footer { padding:40px 0 10px; }
    .row-fluid .footer-box { width:100%; }
    .row-fluid .footer-bottom { padding:10px 0; }
    
    /* home page 2 */
    .row-fluid .progress-section { padding:20px 0; }
    .row-fluid .progress-section1 .hs_cos_wrapper_widget { width:100%; border-right:none; border-bottom:1px dashed #a8a8a8; }
    .row-fluid .progress-section1 .hs_cos_wrapper_widget:last-child { border-bottom:none; }
    
    /* about section */
    .row-fluid .about1-left { margin:0; height:auto !important; padding-right:0; } 
    .row-fluid .about1-right { padding-top:30px; margin:0; }
    .row-fluid .about1-img , .row-fluid .ebook1-img { margin:0 auto !important; max-width:400px; float:none; }
    .row-fluid .about1-right .about-inner { padding-bottom:40px; }
    .row-fluid .about-left { display:none; }
    
    /* counter section */
    .row-fluid .counter1-section .counter-box { width:100%; }
    .row-fluid .counter1-section .counter-height1 {  height:auto !important; }
    
    /* ebook section */
    .row-fluid .ebook1-section { padding:50px 0; }
    .row-fluid .ebook1-left , .row-fluid .ebook1-right { margin:0; width:100%; }
    .row-fluid .ebook1-left { padding-right:0; }
    .row-fluid .ebook1-right { padding-top:30px; }
    
    /* blog 1 */
    .row-fluid .newhero-section { padding:80px 0 60px; }
    .row-fluid .blog1-right { margin-top:30px; }
    .row-fluid .blog1-text { padding:65px 15px 20px 15px; }
    
    .row-fluid .sidebar.social-sharing { width:100%; height:50px; }
    .row-fluid .sidebar.social-sharing ul { width:100%; top:9px; left:auto; -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);; }
    .row-fluid .sidebar.social-sharing ul li { display:inline-block; padding:0 5px; }
    .hs-blog-post .blog1-title h2 { font-size:20px; line-height:34px; } 
    
    .row-fluid .blog-text { font-size:15px; line-height:24px; }
    .row-fluid .blog1 .hs-featured-image-wrapper { height:300px; }
    
    /* blog 4 */
    .blog4page.hs-blog-listing .blog-section { padding:78px 0 30px; }
    
    /* blog 5 */
    .row-fluid .blog5-left .blog2post-item { width:100%; }
    
    /* blog 6 */
    .row-fluid .blog6-left .blog1 .post-item { margin-bottom:0; }
    .row-fluid .blog6-left .post-item .hs-featured-image-wrapper { width:100%; height:400px !important; }
    .row-fluid .blog6-left .post-item .blog1-content { width:100%; padding:0 15px; height:auto !important; }
    .row-fluid .blog6-left .row-fluid .blog1-text , .row-fluid .blog6-left .post-item:nth-child(even) .blog1-text { margin:-10px 0 25px 0; padding:30px 15px 20px 15px; }
    
    /* service page */
    .row-fluid .service-about .service-section1 .hs_cos_wrapper_widget { width:100%; } 
    
    /* about page 2 */
    .row-fluid .history-left { height:350px !important; }  
    .row-fluid .history-slider2 .slick-arrow { display:none !important; }
    
    /* about page 4 */
    .row-fluid .about4-section { padding:50px 0; }
    .row-fluid .about4-img { height:300px; }
    .row-fluid .about4-inner { margin:0 auto 20px !important; font-size:16px; line-height:26px;  padding:20px 15px; }
    .row-fluid .testimonial-section { padding:40px 0 20px; } 
    .row-fluid .testimonial-section1  { padding-top:20px; }
    
    /* service page */
    .row-fluid .pricing-section { padding:40px 0 50px; }
    .row-fluid .expert-section { padding:40px 0 30px; }
    .row-fluid .expert-section1 { padding-top:30px; }
    .row-fluid .expert-inner { padding:20px 15px; }
    
    /* testimonial section */
    .row-fluid .testimonial1-section { padding:50px 0; }
    .row-fluid .testimonial1-section1 { padding-top:30px; }
    .row-fluid .testimonial1-inner { padding:50px 35px 60px; font-size:14px; line-height:24px; }
    .row-fluid .testimonial1-section1 .hs_cos_wrapper_widget { width:100%; padding:15px 15px 45px; } 
    .row-fluid .testimonial1-box { height:auto !important; }
    
    .row-fluid .testimonial2-section1 .hs_cos_wrapper_widget { padding:15px; }
    .row-fluid .testimonial2-box { margin-left:50px; height:auto !important; }
    .row-fluid .testimonial2-img { left:0; }
    
    /* resource page */
    .row-fluid .resource-list { padding:20px 0 5px; }
    .row-fluid .resource-title , .row-fluid .resource2-title { font-size:18px; line-height:26px; }
    .row-fluid .resource-list .filter-dropdownwrap ul li { padding:4px; }
    .row-fluid .resource-list .filter-dropdownwrap ul li a { padding:5px 15px; }
    
    /* prcing page */
    .row-fluid .pricing1-section { padding:60px 0 40px; }
    .row-fluid .pricing1-section1 .hs_cos_wrapper_widget { width:100%; padding:0 0 30px; }
    .row-fluid .pricing1-section1 { padding-top:40px; }
    .row-fluid .pricing2-box { height:auto !important; }
    .row-fluid .most-popularbox { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);; }
    
    /* gallery page */
    .row-fluid .gallery-section { padding:50px 0; }
    .row-fluid .gallery-img { height:260px; }
    .row-fluid .gallery-box:hover:before { opacity:0; }
    .row-fluid .gallery-icon { opacity:1; }
    
    /* faq section */
    .row-fluid .faq-section { padding:50px 0; }
    .row-fluid .accordion-title { padding:10px 10px 10px 35px; }
    .row-fluid .accordion-title:before { top:13px; left:12px; } 
    .row-fluid .accordion-text { font-size:14px; line-height:26px; }
    
    /* contact page */
    .row-fluid .contact-section { padding:50px 0; }
    .row-fluid .contact-text h2 { font-size:26px; line-height:34px; }
    
    /* contact page 2 */
    .row-fluid .contact1-text { position:relative; padding:40px 15px; top:0; max-width:100%; right:0 !important; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
    .row-fluid .map1-section iframe { height:250px; }
    .row-fluid .contact1-form { padding-top:40px; }
    .row-fluid .contact-form textarea { height:150px; }
    
    /* landing page */
    .row-fluid .heroLp-left { padding:0 0 30px 0; }
    .row-fluid .nuchbetter-section { padding:50px 0; }
    .row-fluid .nuchbetter-right { padding-top:30px; text-align:center; }
    
    /* landing page 2 */
    .row-fluid .heroLp1-text { padding-top:70px; }
    .row-fluid .heroLp-title { font-size:32px; line-height:40px; }
    .row-fluid .heroLp1-right { margin:30px auto 0 !important; max-width:450px; width:100%; display:block; float:none; }
    .row-fluid .heroLp-right h3:before { border-left-width: 224px; border-right-width: 224px; }
    
    .row-fluid .heroLp-video { margin:10px auto 0 !important; }
    
    /* landing page 3 */
    .row-fluid .positions-section { padding:0 0 50px; }
    .row-fluid .heroLp3-text { padding:70px 0 0; }
    .row-fluid .landing3-content { padding-top:20px; }
    .row-fluid .landing3-video { padding:10px 0; }
    
    /* career section */
    .row-fluid .career-content h3 { font-size:26px; line-height:32px; padding:0 0 10px; }
    
    /* career Details */
    .row-fluid .career-details { padding:50px 0; }
    .row-fluid .careerdetails-text { padding-bottom:0; }
    .row-fluid .careerdetails-text h3 { font-size:28px; line-height:36px; }
    .row-fluid .careerdetails-text h4 { padding:10px 0 5px; font-size:22px; }
    
    /* thank you */
    .row-fluid .thank-section { padding:60px 0; }
    .row-fluid .thank-section1 { font-size:16px; line-height:28px; padding:20px 10px; -webkit-box-shadow: 8px 8px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 8px 8px 0 rgba(0,0,0,0.25);
    -ms-box-shadow: 8px 8px 0 rgba(0,0,0,0.25);
     box-shadow: 8px 8px 0 rgba(0,0,0,0.25);; }
    .row-fluid .thank-icon { width:90px; height:90px; line-height:90px; font-size:38px; }
    .row-fluid .thank-section1 h2 { padding:5px 0 10px; font-size:40px; line-height:46px; }
    
    /* case Study page */
    .row-fluid .casestudy-section { padding:50px 0; }
    .row-fluid .casestudy-section1 { padding-top:20px; }
    .row-fluid .casestudy-image { height:250px !important; }
    .row-fluid .casestudy-image , .row-fluid .casestudy-text { width:100%; float:left; }
    .row-fluid .casestudy-section1 .hs_cos_wrapper_widget:nth-child(even) .casestudy-text { text-align:left; }
    .row-fluid .casestudytext-inner { padding:15px 10px; }
    
    /* case study page 3 */
    .row-fluid .casestudy3-section1 .hs_cos_wrapper_widget:nth-child(odd) .casestudy-text { text-align:left; } 
    
    /* team page 2 */
    .row-fluid .team1-section1 { padding-top:20px; }
    .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .team1-link { top:25px; }
    
    /* team page 3 */
    .row-fluid .team2-image { height:230px !important; }
    .row-fluid .team2-textinner { padding:20px 15px; }
    
    /* contact page 3 */
    .row-fluid .contact3-box { margin:30px auto 0 !important; max-width:100%; }
    .row-fluid .contact3-box .contact3-left { width:100%; float:left; height:auto !important; }
    .row-fluid .contact3-box .contact3-right { width:100%; float:left; height:auto !important; }
    
    /* pricing 2 */
    .row-fluid .pricing2-section1 { margin:30px auto 0 !important; display:inline-block; width:100%; }
    .row-fluid .pricing2-section1 .hs_cos_wrapper_widget { width:100%; padding:15px 0; } 
    
    /* column section */
    .row-fluid .column-text { padding:50px 0; }
    .row-fluid .hero1-column { padding:100px 0 30px; }
    
     
}

@media (min-width: 30px) and (max-width: 500px){
    
    .row-fluid .sub-text1 { font-size:15px; line-height:26px; }
    
    /* hero section */
    .row-fluid .hero-text h1 { font-size:30px; line-height:36px; } 
    
    /* about section */
    .row-fluid .about-left { height:300px !important; }
    
   /* counter section */
    .row-fluid .counter-box { width:100%; } 
    .row-fluid .counter-height {  height:auto !important; }
    
    /* blog */
    .row-fluid .blog1 .hs-featured-image-wrapper { height:250px; } 
    
    .hs-blog-post .about-author-sec { text-align:center; }
    .row-fluid .bloginner-author1 { width:100%; padding-left:0; }
    .row-fluid .related-post .related-post-item { width:100%; padding:10px 0; }
    .row-fluid .bloginner-img { float:none; margin:0 auto 10px; }
    
    .row-fluid .blog1-left .hs-form-field .input input { width:100% !important; }
    
    /* blog 2 */
    .row-fluid .blog2-left .blog2post-item { width:100%; }
    
    /* blog 4 */
    .row-fluid .post4-item:first-child .hs-featured-image-wrapper { height:300px; }
    .row-fluid .post4-item { width:100%; }
    
    /* blog 7 */
    .row-fluid .blog7-left .post7-item { width:100%; }
    
    /* about page 4 */
    .row-fluid .testimonial-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* service page */
    .row-fluid .pricing-inner { padding:30px 15px; }
    .row-fluid .expert-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .expert-box { height:auto !important; }
    
    /* testimonial section */
    .row-fluid .testimonial1-section { padding:50px 0 0; }
    .row-fluid .testimonial1-section1 { padding-top:60px; }
    .row-fluid .testimonial1-section1 .hs_cos_wrapper_widget { padding:15px 15px 45px; }
    
    .row-fluid .testimonial2-section1 .hs_cos_wrapper_widget { padding:15px 15px 60px; }
    .row-fluid .testimonial2-inner { padding:55px 15px 20px; }
    .row-fluid .testimonial2-box { margin-left:0; } 
    .row-fluid .testimonial2-img { top:-40px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    
    /* resource page */
    .row-fluid .resource-section1 .resource-box { width:100%; }
    .row-fluid .resource2-section .hs_cos_wrapper_widget { width:100%; } 
    
    /* gallery page */
    .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* landing page 2 */
    .row-fluid .heroLp1-right { max-width:280px; }
    .row-fluid .heroLp-right h3:before { border-left-width: 140px; border-right-width: 140px; }
    
    /* landing page 3 */
    .row-fluid .landing3-video iframe { height:270px; }
    .row-fluid .testimoniallp3-section1 .testimonial2-box { margin-top:50px; }
    .row-fluid .testimoniallp3-section1 .testimonial2-img { top:0; }
    
    /* career section */
    .row-fluid .positions-section1 .hs_cos_wrapper_widget { padding:20px 0; font-size:16px; }
    .row-fluid .position-left { padding-bottom:13px; }
    .row-fluid .position-left h5 { font-size:20px; line-height:26px; }
    
    /* thank you */
    .row-fluid .thank-cta { padding:0 0 0; display:block; }
    
    /* team page 2 */
    .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* team page 3 */
    .row-fluid .team2-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* contact page 3 */
    .row-fluid .contact3-box .contact3-left .contact-form { padding:15px; }
    
    /* blog */
    .row-fluid ul.pagination li a { font-size:16px; padding:10px 11px; }
    
    
    

}

@media (min-width: 768px){

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#f45650; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#f45650; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:200px; padding:0; margin: 0px; background:#ffffff;  position: absolute;  top:100%;  left:0px;  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
     box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);; -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;; position:relative; -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;; }
    /*.row-fluid .mainmenu .hs-menu-wrapper ul li ul:before { content:''; border:7px solid transparent; position:absolute; bottom:100%; left:20px; border-bottom-color:#ffffff; display:block; }*/
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; position:relative; border-bottom:1px solid #f1f1f1; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited  , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { padding:9px 12px; line-height:20px; color:#121212; width:100%; font-size:13px; position:relative; z-index:2; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#f45650; text-indent:3px;  }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:after { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background-color:#f45650; -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;; opacity:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover:after { opacity:1; }
    
    .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; } 
    

}



@media (min-width: 768px){
    
    .row-fluid .top.fixed { top:0; padding:0; position:fixed; left:0; border-bottom:none; -webkit-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -o-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -ms-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
     box-shadow: 0 0 2px 2px rgba(000,000,000,0.1); }
    .row-fluid .top.fixed:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.8 }
    .row-fluid .top.fixed .logo { margin-top:8px; position:relative; z-index:9999; }
    .row-fluid .top.fixed .logo-orignal { display:block; }
    .row-fluid .top.fixed .logo-white { display:none; }
    /*.row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#333333; }*/
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#f45650; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#f45650; } 
    
    .row-fluid .top.fixed .logo img { max-width:150px; }
    .row-fluid .top.fixed .top-right { padding:5px 0; }
    
    .row-fluid .top.fixed .top-search .gsc-control-cse { top:45px; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul { margin-top:10px; }
    .row-fluid .top.fixed .search-section { margin-top:8px; }
    
    .top.headroom.nav-up { -webkit-transform: translate(0, -94px);
    -moz-transform: translate(0, -94px);
    -o-transform: translate(0, -94px);
    -ms-transform: translate(0, -94px);
    transform: translate(0, -94px);;  -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;; }
    .top.headroom.nav-down {  z-index:999; }
    
}


@media (max-width:767px) {
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 0; }
    .row-fluid .top { padding:10px 0; }
    .home-page2 .top { padding:10px 0 0; }
    .row-fluid .top-right { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:after , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after  { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#fff; }
    .row-fluid .top-search .gsc-search-box { width:260px; }
    /*.row-fluid .top-search .gsc-control-cse { top:48px; }*/
    .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:12px 5px; }
    
    
    
    
}

@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:20px;          /* Position Button at top right of screen  */
      right: 45px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      background:transparent; /* 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;
  }
  
  
      .top.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
      .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 8px; }
  

  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: #f45650;
      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: #FFFFFF; /* 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 dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


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

  span.child-triggerm span {
      position: relative;
      top: 50%; /* 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: 78px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;
      overflow-y:auto;
      bottom:0;
      /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); */
  }
  .mainmenu .hs-menu-flow-horizontal {
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color: #f45650; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
      position:relative;
  }
  /*.mainmenu .hs-menu-flow-horizontal:before { content:''; width:100%; height:100%; position:absolute; top:0; bottom:0; background-color:#f45650; opacity:0.9; }*/
  
  .mainmenu.js-enabled .hs-menu-flow-horizontal > ul { padding:10px 30px; }
  

   /* 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, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .mainmenu .hs-menu-flow-horizontal > ul > li:first-child { border-top:none; }
  
  .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: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}




