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

     /* ----- Sailec Regular ----- */
     @font-face { font-family: 'Sailec Bold';  src: url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_6_0.eot?') format('eot'), url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_6_0.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_6_0.ttf') format('truetype');}

     /* ----- Sailec Bold Regular ----- */
     @font-face { font-family: 'Sailec';  src: url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_A_0.eot?') format('eot'), url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_A_0.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_A_0.ttf') format('truetype');}

    /* ----- Sailec Black Regular ----- */
     @font-face { font-family: 'Sailec Black';  src: url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_0_0.eot?') format('eot'), url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_0_0.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/2889506/fonts/34C89C_0_0.ttf') format('truetype');}


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

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

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

    
    
    
    
    
    
    
    
    /* ----- Mobile Menu ----- */ 
    
    
    
    


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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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






/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family: 'Sailec', sans-serif; font-size:14px; font-weight:500; line-height:24px; color:#000000; 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 #53565A; 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:#53565A; }

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

/*Heading*/
html, body, h1, h2, h3, h4, h5, h6, p { overflow-wrap: normal; word-wrap: normal; }
h1 { color:#FFFFFF; font-family: 'Sailec Black', sans-serif; font-size:48px!important; margin:0; padding:15px 0 25px; line-height:55px; font-weight:900; clear:both; letter-spacing: 5px; }
h2 { font-family: 'Sailec Black', sans-serif; font-size:36px!important; line-height:34px; margin:0; padding:0 0 10px; clear:both; }
h3 { font-family: 'Sailec Black', sans-serif; font-size:27px!important; line-height:34px; margin:0; padding:0 0 10px; clear:both; }
h4 { font-family: 'Sailec Black', sans-serif; font-size:36px!important; line-height:34px; margin:0; padding:0 0 10px; clear:both; }
h5 { color:#000000; font-family: 'Sailec Black', sans-serif; font-size:27px!important; line-height:34px; margin:0; padding:0 0 10px; clear:both; }



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

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

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

/*anchor link*/
/* a { text-decoration:none; outline:none; color:{
.row-fluid .about-text { padding-top:20px; padding-left:50px; }
.row-fluid .about-header { color: #FFCD00; font-size: 36px; }

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

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

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

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

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

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

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

.person-icon ul li a:hover { background:{{ three_base_color }}; }
.row-fluid .person-box:hover .person-img:before , .row-fluid .person-box:hover .person-img:after { opacity:0.66; top:0; right:0; left:0; bottom:0; {{ borderRadius("0") }}; z-index:1; }
.row-fluid .person-box:hover .person-icon , .row-fluid .person-box:hover a.person-btn { opacity:1; }

.row-fluid a.person-btn { min-width:110px; padding:8px 15px 6px; font-size:12px; line-height:18px; position:absolute; bottom:40px; left:50%; {{ transform("translateX(-50%)") }}; opacity:0; {{ transition("all .4s ease-in-out") }}; }
.row-fluid a.person-btn:hover { bottom:42px; }

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

/* customer section */
.row-fluid .testimonial-section { padding:95px 0 85px; position:relative; background-attachment:fixed; }
.row-fluid .testimonial-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.85; background:{{ overlay_background }}; }
.row-fluid .testimonial-section > div { position:relative }
.row-fluid .testimonial-section1 { position:relative; }
.row-fluid .testimonial-slider { padding:45px 0 0; }
.row-fluid .testimonial-slider span.hs_cos_wrapper { margin:0 -15px; display:block; position:inherit; }
.row-fluid .testimonial-slider .slick-arrow.slick-prev { border-left-color:{{ base_font_color }}; color:{{ base_color }}; }
.row-fluid .testimonial-slider .slick-arrow.slick-prev:hover { border-left-color:{{ base_color }}; color:{{ base_font_color }}; }
.row-fluid .testimonial-slider .slick-arrow.slick-next:hover { border-right-color:{{ base_color }}; color:{{ base_font_color }}; }
.row-fluid .testimonial-slider .slick-arrow.slick-next { border-right-color:{{ base_font_color }}; color:{{ base_color }}; }
.row-fluid .testimonial-slider .slick-arrow { margin-top:-40px; }
.row-fluid .testimonial-box { padding:15px; }
.row-fluid .testimonial-inner { padding:34px 25px 32px; background:{{ three_base_color }}; color:{{ base_font_color }}; font-weight:400; {{ borderRadius('3px') }}; letter-spacing:0.5px; {{ transition("all .6s ease-in-out") }}; }
.row-fluid .testimonial-content { padding:18px 0 22px; }
.row-fluid .testimonial-img { margin:0 auto; width:114px; height:114px; background-size:cover; border:4px solid {{ three_base_color }}; background-position:center center; {{ borderRadius('100px') }}; display:inline-block; {{ transition("all .4s ease-in-out") }}; }
.row-fluid .testimonial-title { font-size:16px; color:{{ base_color }}; font-weight:500; }
.row-fluid .testimonial-name { color:{{ second_base_font_color }}; font-size:15px; opacity:0.5;}
.row-fluid .testimonial-slider ol.flex-control-nav,.row-fluid .testimonial-slider ul.slick-dots { padding:40px 0 0; }

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

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

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

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

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

.row-fluid .contact-form input, .row-fluid .contact-form form button, .row-fluid .contact-form textarea, .row-fluid .contact-form select, .row-fluid .contact-form input[type="text"], .row-fluid .contact-form input[type="password"], .row-fluid .contact-form input[type="datetime"], .row-fluid .contact-form input[type="datetime-local"], .row-fluid .contact-form input[type="date"], .row-fluid .contact-form input[type="month"], .row-fluid .contact-form input[type="time"], .row-fluid .contact-form input[type="week"], .row-fluid .contact-form input[type="number"], .row-fluid .contact-form input[type="email"], .row-fluid .contact-form input[type="url"], .row-fluid .contact-form input[type="search"], .row-fluid .contact-form input[type="tel"], .row-fluid .contact-form input[type="color"] { background:{{ three_base_color }}; color:{{ base_font_color }}; border:none; {{ borderRadius("4px") }}; {{ boxshadow("0 2px 0 rgba(198,156,109,1)") }};  }
.row-fluid .contact-form .hs-form-field > label span { display:none; }
.row-fluid .contact-form .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 22px 0; }
.row-fluid .contact-form .form-columns-2 { margin-right:8px; }
.row-fluid .contact-form .actions { text-align:right; } 

.row-fluid .contact-form textarea { height:200px; }

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

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

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

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

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

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

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

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

/*** HS SUPPORT ADD IN BACKGROUND MEDIA QUERIES HERE ***/

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

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

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

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

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

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

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

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

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

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

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

/* contact page */
.row-fluid .contact-map iframe { width:100%; height:440px; }
.row-fluid .contact1-section { padding:85px 0; }
.row-fluid .contact1-form { padding-top:65px; }
.row-fluid .contact1-form .first-fourfield { width:50%; float:left; padding:0 15px; }
.row-fluid .contact1-form .hs-form-field > label { display:none; }
.row-fluid .contact1-form textarea { height:168px; }
.row-fluid .contact1-form .hs_submit { width:50%; display:inline-block; text-align:right; padding:0 15px; }
.row-fluid .contact1-form .hs-button { padding:10px 20px; background-color:#FFCD00; font-family:'Sailec Black', sans-serif; letter-spacing:0.5px; text-transform:uppercase; font-size:14px; color: #53565A; border-radius: 50px;  }
.row-fluid .contact1-form .hs-button:hover { border: 3px solid #FDDA24; color: white; font-family: 'Sailec Black', sans-serif; letter-spacing:0.5px; }
.row-fluid .contact1-form .hs_message { width:50%; float:left; }
input:focus, form button:focus, textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { border-color:{{ base_color }}; }

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

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

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

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

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

.row-fluid .service-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left:0; }

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

/* Video page */
.row-fluid .video-section { padding:50px 0; }
.row-fluid .video-section span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .video-section .hs_cos_wrapper_widget { width:33.33%; padding:15px; float:left; }
.row-fluid .video-box { position:relative; text-align:center; } 
.row-fluid .video-img { height:230px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .video-img:after { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:{{ overlay_background }}; opacity:0.50; }
.row-fluid .video-icon { width:60px; height:60px; line-height:62px; font-size:20px; color:{{ base_font_color }}; position:absolute; top:50%; left:50%; {{ transform("translateY(-50%) translateX(-50%)") }}; z-index:1; border:2px solid {{ base_font_color }}; {{ borderRadius("100px") }}; {{ transition("all .4s ease-in-out") }}; }
.row-fluid .video-icon:hover { color:{{ base_color }}; border-color:{{ base_color }}; }
.row-fluid .video-title { padding:15px 0; font-size:18px; width:100%; position:absolute; bottom:0; left:0; font-weight:300; color:{{ base_font_color }}; background:rgba(0,0,0,0.50); letter-spacing:1px; }
.video-code { display:none; }
.video-code iframe { width:500px; height:300px; }



/* BLOG 2 PAGE*/



.row-fluid .blog1-section { padding:80px 0; }
.row-fluid .blog1-left .hs-featured-image-wrapper { height:180px; background-size:cover; background-position:center center; background-repeat:no-repeat;  padding-bottom:15px; }
.row-fluid .blog1-left .post-header { font-size:16px; line-height:26px; font-family: 'Sailec Black', sans-serif; font-weight:700; text-transform:uppercase; text-align:center; padding-top:15px; padding-bottom:15px; }
.row-fluid .blog1-left .post-header a{ color:{{ base_font_color }}; }
.row-fluid .blog1-left .post-header a:hover { color:{{ link_hover_color }}; }
.row-fluid .blog1-left .post-item { width:33.33%; padding:10px; float:left; border-bottom:none; height: 500px; {{ transition("all .4s ease-in-out") }}; padding-bottom:10px; }
.row-fluid .blog1-left .post-listing { padding:40px 20px ; font-family: 'Sailec', sans-serif; font-size:16px ; text-align: center; }
.row-fluid .blog1-left .hubspot-editable { padding:15px 75px 15px 15px; position:relative; text-align:right; border-top:1px solid rgba(0,0,0,0.2);}

/*.row-fluid .blog1-left .more-link { margin-top:20px; font-size:16px; line-height:22px; letter-spacing:2px; display:inline-block; width:100%; }*/
/*.row-fluid .blog1-left a.author-link { display:inline-block; color:#FFCD00; text-align:center; font-family: 'Sailec Black'; fon }
.row-fluid .blog1-left a.author-link { padding:10px 20px; background-color:#FFCD00; font-family:'Sailec Black', sans-serif; letter-spacing:0.5px; text-transform:uppercase; font-size:14px; color: #53565A; border-radius: 50px;  }
.row-fluid .blog1-left a.author-link:hover { padding:10px 20px; border: 3px solid #FDDA24; color: white; font-family: 'Sailec Black', sans-serif; letter-spacing:0.5px; }
.row-fluid .blog1-left a.author-link:hover { color:#FFFFFF; }*/
.row-fluid .blog1-left .post-inner { border:1px transparent; }
.row-fluid .blog1-left .post-content { padding:25px 10px; }
.row-fluid .blog1-left .post-content h2 { font-size:20px; line-height:28px; font-weight:600; text-transform:inherit; padding:0; }
.row-fluid .blog1-left .post-content h2 a { color:{{ second_base_color }}; }
.row-fluid .blog1-left .post-content h2 a:hover { color:{{ base_color }}; }
.row-fluid .blog1-left  .more-link { padding:10px 20px; background-color:#FFCD00; font-family:'Sailec Black', sans-serif; letter-spacing:0.5px; text-transform:uppercase; font-size:14px; color: #53565A; border-radius: 50px; text-decoration: none; }
.row-fluid .blog1-left .more-link:hover { border: 3px solid #FDDA24; color: white; font-family: 'Sailec Black', sans-serif; letter-spacing:0.5px; text-decoration: none;}

.row-fluid .blog1-title { margin:0 -10px; padding:10px 15px; font-size:14px; line-height:24px; color:{{ base_font_color }}; letter-spacing:1px;  } 
.row-fluid .blog1-subcribe h2 { display:none; }
.row-fluid .blog1-box1 { margin-bottom:20px; padding:0 10px 15px; background:#FFFFFF; {{ transition("all .4s ease-in-out") }}; }
.row-fluid .blog1-box1 ul { margin:0; padding:5px 0; list-style-type:none; }
.row-fluid .blog1-box1 ul li { margin:0; padding:7px 5px; display:block; }

.row-fluid .blog1-left .blog-pagination  { padding-top:40px; text-align:center; display:inline-block; width:100%; }
.row-fluid .blog1-left .blog-pagination a { margin:5px; min-width:130px; padding:13px 25px; display:inline-block; text-transform:uppercase; letter-spacing:1px; text-align:center; }{ padding:10px 20px; background-color:#FFCD00; font-family:'Sailec Black', sans-serif; letter-spacing:0.5px; text-transform:uppercase; font-size:14px; color: #53565A; border-radius: 50px;  }
.row-fluid .blog1-left .blog-pagination a:hover { padding:10px 20px; border: 3px solid #FFFFFF; color: white; font-family: 'Sailec Black', sans-serif; letter-spacing:0.5px; }
.hs-blog-post .blog1-left .hubspot-editable { background:transparent; padding:0; border-top:none; padding-right:7px; }

.row-fluid .blog1-section .blog-right { padding-top:9px; }
.row-fluid .blog-right .blog1-box1 .hs-button { width:100%; {{ borderRadius("0") }}; }

.row-fluid .blog1-left .post-item:hover {  {{ boxshadow("0 2px 7px rgba(0,0,0,0.3)") }}; }
.row-fluid .blog1-box1:hover { {{ boxshadow("0 3px 7px rgba(0,0,0,0.3)") }}; }*/

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

/* content text */
.row-fluid .content1-section { padding:70px 0 60px; }
.row-fluid .content-title h4 { font-weight:600; }
.row-fluid .content-title h4:after { content:''; margin-top:10px; width:60px; height:2px; display:block; background:{{ base_color }}; {{ transition("all .4s ease-in-out") }}; }
.row-fluid .content-box:hover .content-title h4:after { width:100px; }
.row-fluid .hero1-title h2 { letter-spacing:2px; color:{{ base_font_color }}; }

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

.row-fluid .two-menu ul li a { position:relative; background:{{ six_base_color }}; }
.row-fluid .two-menu ul li a:before { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background:transparent; {{ transition("all .4s ease-in-out") }}; }
.row-fluid .two-menu ul li a:hover { background:{{ base_font_color }}; }
.row-fluid .two-menu ul li a:hover:before { background:{{ base_color }}; }
.row-fluid .two-menu ul li a.active { background:{{ base_font_color }}; }
.row-fluid .two-menu ul li a.active:before { background:{{ base_color }}; }
.row-fluid .service-menu .hs-menu-wrapper ul li:last-child { border-bottom:none; }

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

/* our service page 2 */
.row-fluid .service2-section { padding:80px 0 50px; }
.row-fluid .service2-section1 { padding:30px 0; }
.row-fluid .service2-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service2-section1 .hs_cos_wrapper_widget  { margin:20px 0; padding:0 15px; width:50%; float:left; }
.row-fluid .service2-icon { position:relative; height:250px; text-align:center; background-size:cover; background-position:center center; background-repeat:no-repeat; {{ transition("all 3s ease-in-out") }}; }
.row-fluid .service2-icon:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:{{ overlay_background }}; opacity:0.8; }
.row-fluid .service2-icon > div { display: flex; flex-direction: column; justify-content: center; height: 100%; text-align: center; position:relative; }
.row-fluid .service2-icon img { margin:0 auto; {{ transition("all .4s ease-in-out") }}; }
.row-fluid .service2-text { padding:25px; background:{{ six_base_color }}; }
.row-fluid .service2-content h5 span { color:{{ base_color }}; }
.row-fluid .service2-box > div { overflow:hidden; }

.row-fluid .service2-box:hover .service2-icon , .row-fluid .service2-box:hover .service2-icon img { {{ transform("scale(1.2)") }}; }


  
  /*   What we do page 2018   */
  
.new .row-fluid .what-background .bgimg-main { height: 390px !important;}

.row-fluid .gray-section{ float:left; width:100%; text-align:center; background-color:#54575c; padding:50px 0; } 
.row-fluid .gray-text{font-family: 'Sailec', sans-serif;color:#fff; font-size:16px; padding: 0 16%;  } 

/* .row-fluid .hero-arrow { display: none !important; } */

.row-fluid .designs-columns{  float:left; width:100%; padding:100px 0; }
.row-fluid .designs-imgs img { border-radius: 14px;}
.row-fluid .designs-imgs { float: right; width: 29%;}
/* .row-fluid .designs-quotass { float:left; width:70%; } */

.row-fluid .designs-contents >span >div { float:left; width:100%;margin-bottom:150px; }
.row-fluid .columns-logos{ float: left; width: 12%; padding: 0 3% 0 0; }
.row-fluid .columns-texts { float: left; width: 85%; padding-top: 30px;}
.row-fluid .columns-texts h2{ color:#000; font-size:28px !important; }
.row-fluid .designs-quota { float:left; width:100%; color:#000; font-size:16px; padding-right:28%; margin-top: 15px; }
.row-fluid .designs-contents >span >div:last-child { margin-bottom:0; }
.row-fluid .designs-contents >span >div:nth-child(2n) .designs-imgs{ float:left; }
.row-fluid .designs-contents >span >div:nth-child(2n) .designs-quotass { float:right;padding-left: 5%; }
.row-fluid .designs-contents >span >div:nth-child(2n) .designs-quota { padding-right:0; }

.row-fluid .solutions-column{ float:left; width:100%; text-align:center;position:relative; }
.row-fluid .solutions-text{ font-family: 'Sailec', sans-serif;color:#000; font-size:16px; padding: 0 22%; margin-top: 15px; margin-bottom:38px; }

.row-fluid .solutions-slider{padding:30px 0 ; width:100%; float:left; margin-bottom:200px;border-top:1px solid #8d9297;border-bottom:1px solid #8d9297; }


/* .row-fluid .solutions-slider .designs-quotass { position: absolute; top: 20px; width: 53%; text-align:center; }
.row-fluid .solutions-slider .designs-quotass:nth-child(n+1){ top:-37px; }
.row-fluid .solutions-slider .designs-imgs {  width: 20%; position: relative;top: -140px;} 
.row-fluid .solutions-slider .designs-imgs:nth-child(n+1){ top:95px; } */
.row-fluid .solutions-slider .solutions-sections{ display:none; }
.row-fluid .solutions-slider .columns-logos{ display:none; }
.row-fluid .main-wrapper { width: 100vw; height: auto; overflow: hidden !important; }
.row-fluid .main-wrapper .section { float: left; height: auto; width: 1200px; text-align: center; display: flex; position: relative; min-height:660px; }
/* .row-fluid .solutions-slider .main-wrapper .designs-imgs { float:left; top:0 !important; width:30%; } */
/* .row-fluid .solutions-slider .main-wrapper .designs-quotass { position:static; width:70%;  } */
.row-fluid .main-wrapper .row-fluid .designs-quota { padding-right:0; }
.row-fluid .main-wrapper .columns-texts { width:100%; }
.row-fluid .designs-imgs { position: absolute; right: 30px; bottom: 0px; width:360px; height:240px; border-radius: 20px; background-position: center !important; }
.row-fluid .mobile-image { display:none; }
/* .row-fluid .main-wrapper .section:nth-child(2n+1) .designs-quotass { margin: 200px 0 0; } */
.row-fluid .solutions-slider .main-wrapper .designs-quotass { max-width:500px; position:absolute; }
.row-fluid .sections section.section:first-child .designs-imgs { right:180px; bottom:80px; }
.row-fluid .sections section.section:first-child .designs-quotass { top:100px; left:50px; }
.row-fluid .sections section.section:nth-child(2) .designs-quotass { bottom: 10px; left: -440px; right: 0px; margin: 0px auto; }
.row-fluid .sections section.section:nth-child(2) .designs-imgs { top: 0px; right: 300px; }
.row-fluid .sections section.section:nth-child(3) .designs-quotass { top:100px; left:50px; }
.row-fluid .sections section.section:nth-child(3) .designs-imgs { right:180px; bottom:20px; }
.row-fluid .sections section.section:nth-child(4) .designs-imgs { top: 0; right: 150px; }
.row-fluid .sections section.section:nth-child(4) .designs-quotass {top:250px; }
.row-fluid .sections section.section:nth-child(5) .designs-imgs { right: auto; left: 90px; }
.row-fluid .sections section.section:nth-child(5) .designs-quotass { right: 100px; top: 200px; }
.row-fluid .circle { width: 100px; height: 100px; border-radius: 100%; background: #fff1ba; position: absolute; top: 0px; }
.row-fluid .circle:before { position: absolute; content: ''; width: 500px; height: 2px; background: #fff1ba; }
.row-fluid .sections section.section:first-child .designs-quotass .circle { bottom: -200px; left: 190px; top: auto; }
.row-fluid .sections section.section:first-child .designs-quotass .circle span { width: 180px; height: 180px; border: 2px solid #fff1ba; position: absolute; left: -40px; top: -40px; border-radius: 100%; }
.row-fluid .sections section.section:first-child .designs-imgs .circle { top: -170px; left: 0px; right: 0px; margin: 0px auto; }
.row-fluid .sections section.section:first-child .designs-imgs .circle span { width: 100px; height: 100px; border-radius: 100%; background: #fff1ba; position: absolute; top: -120px; right: -400%; }
.row-fluid .sections section.section:nth-child(2) .designs-quotass .circle { top: -120px; left: 0; right: 0px; margin: 0px auto; }
.row-fluid .sections section.section:nth-child(2) .designs-quotass .circle span { width: 170px; height: 170px; border: 2px solid #fff1ba; position: absolute; left: -35px; top: -35px; border-radius: 100%; }
.row-fluid .sections section.section:nth-child(2) .designs-imgs .circle { top: auto; bottom: -120px; left: 0px; right: 0px; margin: 0px auto; }
.row-fluid .sections section.section:nth-child(2) .designs-imgs .circle span { width: 100px; height: 100px; border-radius: 100%; background: #fff1ba; position: absolute; top: -120px; right: -370%; }
.row-fluid .sections section.section:nth-child(3) .designs-quotass .circle { top: auto; bottom: -180px; left: 0px; right: 0px; margin: 0px auto; }
.row-fluid .sections section.section:nth-child(3) .designs-quotass .circle span { width: 170px; height: 170px; border: 2px solid #fff1ba; position: absolute; left: -35px; top: -35px; border-radius: 100%; }
.row-fluid .sections section.section:nth-child(3) .designs-imgs .circle { width: 100px; height: 100px; border-radius: 100%; background: #fff1ba; position: absolute; top: -250px; right: 0; left: 0; margin: 0px auto; }
.row-fluid .sections section.section:nth-child(4) .designs-quotass .circle { top: -210px; left: 0px; right: 0px; margin: 0px auto; }  
.row-fluid .sections section.section:nth-child(4) .designs-quotass .circle span { width: 170px; height: 170px; border: 2px solid #fff1ba; position: absolute; left: -35px; top: -35px; border-radius: 100%; }
.row-fluid .sections section.section:nth-child(4) .designs-imgs .circle { top: auto; bottom: -140px; left: 0; right: 0; margin: 0 auto; }
.row-fluid .sections section.section:nth-child(5) .designs-imgs .circle { top: -250px; left: 0px; right: 0; margin: 0px auto; }
.row-fluid .sections section.section:nth-child(5) .designs-quotass .circle { top: auto; left: 0px; right: 0px; margin: 0px auto; bottom: -180px; }
.row-fluid .sections section.section:nth-child(5) .designs-quotass .circle span { width: 170px; height: 170px; border: 2px solid #fff1ba; position: absolute; left: -35px; top: -35px; border-radius: 100%; }
.row-fluid .sections section.section:first-child .designs-quotass .circle:before { transform: rotate(-22deg); top: -70px; width: 600px; }
.row-fluid .sections section.section:first-child .designs-imgs .circle:before { transform: rotate(-16deg); width: 450px; top: -21px; }
.row-fluid .sections section.section:nth-child(2) .designs-quotass .circle:before { width: 370px; transform: rotate(-15deg); }
.row-fluid .sections section.section:nth-child(2) .designs-imgs .circle:before { transform: rotate(-17deg); width: 385px; top: 0; }
.row-fluid .sections section.section:nth-child(3) .designs-quotass .circle:before { transform: rotate(-22deg); width: 600px; top: -65px; }
.row-fluid .sections section.section:nth-child(3) .designs-imgs .circle:before { width: 600px; transform: rotate(-10deg); }
.row-fluid .sections section.section:nth-child(4) .designs-quotass .circle:before { width: 600px; transform: rotate(22deg); top: 163px; }
.row-fluid .sections section.section:nth-child(4) .designs-imgs .circle:before { width: 630px; transform: rotate(-11deg); }
.row-fluid .sections section.section:nth-child(5) .designs-imgs .circle:before { transform: rotate(28deg); top: 196px; width: 580px; }
.row-fluid .sections section.section:nth-child(5) .designs-quotass .circle:before { display:none; }
.row-fluid .sections section.section:nth-child(2) .designs-quotass .circle:after { position: absolute; content: ''; width: 460px; height: 2px; background: #fff1ba; transform: rotate(43deg); left: -356%; top: -112%; }
.row-fluid .sections section.section:nth-child(3) .designs-quotass .circle:after { position: absolute; content: ''; width: 450px; height: 2px; background: #fff1ba; transform: rotate(30deg); left: -370px; top: -60px; }
.row-fluid .designs-columns .designs-imgs {    position: inherit;right: 0;}
.row-fluid .designs-columns .designs-quotass {    float: left;    width: 60%;}
.row-fluid .designs-columns .designs-quota {padding-right: 1%;} 
.row-fluid .designs-columns .circle {    display: none;}
.row-fluid .mobile-slider-image { display: none;} 
 .row-fluid .gray-section.two { display: none;}
.row-fluid .learn-more-section {    padding: 113px 0px 74px 0px;text-align: center;display: none;}
.row-fluid .learn-more-title .widget-type-header h2, .row-fluid .learn-more-title .widget-type-header h1, .row-fluid .learn-more-title .widget-type-header h3, .row-fluid .learn-more-title .widget-type-header h3, .row-fluid .learn-more-title .widget-type-header h4, .row-fluid .learn-more-title .widget-type-header h5, .row-fluid .learn-more-title .widget-type-header h6{font-size: 28px !important;    font-size: 28px !important;    margin-bottom: 64px;    padding-bottom: 0;}
.brochure-btn a {    background-color: #ffcd00;    padding: 36px 25px;    font-size: 25px;    text-transform: uppercase;    color: #53565A;    font-family: 'Sailec Black', sans-serif;    font-weight: bold;    border-radius: 50px;display: inline-block;}
.row-fluid .social-media { padding-right: 0;}
.row-fluid .Single-img {    text-align: center;   padding: 40px 0px 100px;}
.row-fluid .main-wrapper {cursor: url(foo.cur), url('https://cdn2.hubspot.net/hubfs/2889506/arrow-leftright-ne.png'), auto !important;}
.row-fluid  .solutions-column .designs-imgs {width: 330px;}

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

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


body .row-fluid .our-specialties-container {
    margin-left: -30px;
}
.row-fluid .our-specialties-accent img {
    transform: rotate(9deg);
}


.new18 .row-fluid a { text-decoration:underline !important; font-weight:700 !important; }
.new18 .row-fluid h1 { font-size:48px !important; text-transform:uppercase !important; }
.new18 .row-fluid h2 { font-size:36px !important; text-transform:uppercase !important; }
.new18 .row-fluid h3 { font-size:27px !important; text-transform:none !important; }
.new18 .row-fluid h4 { font-size:36px !important; text-transform:none !important; }
.new18 .row-fluid .social-media a { text-decoration:none !important; }

.new18 .row-fluid .features-box h4 { color:#53565A; font-weight:700; line-height:36px; }
.new18 .row-fluid .about-content h2 { color: #FFCD00 !important; }
.new18 .row-fluid .media-insights-title h2 { color:#000; font-size:27px; padding-top:40px; padding-bottom:20px }
.new18 .row-fluid .media-insights { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
.new18 .row-fluid .blog-section1 {  display: flex!important; flex-flow: row nowrap;  justify-content: center; }
.new18 .row-fluid .turnkey-solutions a { text-decoration: none !important; }
.new18 .row-fluid .turnkey-solutions { color:#fff !important; font-size: 16px }
.new18 .row-fluid .ideacontent { padding-top:80px !important; padding-bottom:80px !important; }
.new18 .row-fluid .ideacopy { padding-top: 80px !important; padding-bottom:80px !important; }
.new18 .row-fluid .ideacontent > span { float: none; display: inline-block; max-width: 570px; }
.new18 .row-fluid .blog-section1 a.post-btn, .new18 .row-fluid .btnstyle1 a { text-decoration:none !important; }
.new18 .row-fluid .idea-labs .btnstyle1 a:hover { border: 3px solid #FDDA24; color: white; font-family: 'Sailec Black', sans-serif; letter-spacing: 0.5px; }
.new18 .row-fluid .job-posting-table { text-align:center; display:inline-block; }
.new18 .row-fluid .job-posting-table iframe { width: 100%; float: none; display: inline-block; }
.new18 .row-fluid .contact-map .features-box-1 a, .new18 .row-fluid .contact-map .features-box-2 a, .new18 .row-fluid .contact-map .features-box-3 a { text-decoration:none !important; }
.new18 .row-fluid .mainmenu a { text-decoration:none !important; }

.new18 .row-fluid .our-values-title h2 { color:#000000; }
.new18 .row-fluid .solutions-column h2 { color:#000000; }
.new18 .row-fluid .contact-map h3 { color:#53565A;  }
.new18 .row-fluid .contact-section h2 { color:#000000; }

.new18 .row-fluid .quality-safety-fsma h2 { color:#000000; }
.new18 .row-fluid .qff-box h3 { color:#fff; }
.new18 .row-fluid .si-content h2 { color: #000000 !important; margin:0 0 20px !important; }

.new18 .row-fluid .wdg-our-services-heading h2 { color:#000; text-align:center;  }
.new18 .row-fluid .wdg-services-list h3 { color:#53565A; }
.new18 .row-fluid .wdg-choose-us h2 { color:#ffcd00 !important; }
.new18 .row-fluid .features-inner h3 { color:#54565B;  }



@media (min-width:1200px){
  .new18 .row-fluid .ideacontent { display:table; min-height:50vh; }
  .new18 .row-fluid .ideacontent > span { display:table-cell; vertical-align:middle; }
  .new .row-fluid .wdg-our-services-mobile-dropdown { display: none!important; }
  .new18 .row-fluid .idealabsimg {width:100%; height:100%; }
  .new18 .row-fluid .idealabsmobileimg {display:none !important; } 
}


@media (max-width:1199px){ 
  
    .row-fluid .columns-texts{ padding-top:10px; }
  
  .new18 .row-fluid .value-boxes > span > div { margin:30px 25px 0 !important; }
  .new18 .row-fluid .idea-labs { display:block; text-align:center; }
  .new18 .row-fluid .idea-labs .ideaimage { float:left; width:100%; height:100%; display:block; }
  .new18 .row-fluid .idea-labs .ideaimage img { width:100%; height:100%; }
  .new18 .row-fluid .idea-labs:after { display:none; }
  .new18 .row-fluid .idealabsimg {display:none !important; }
  .new18 .row-fluid .idealabsmobileimg {width:100%; height:100%; } 
  .new18 .row-fluid .ideacontent { width: 100%!important; padding: 50px !important; max-width: 700px; float: none !important; display: inline-block; }
  .new .row-fluid .wdg-our-services-mobile-dropdown { display: none!important; }
}

@media (max-width:991px){
  
  .row-fluid .gray-text{ padding:0; }
  .row-fluid .gray-text{ padding-top:0; }
  .row-fluid .designs-quota{  padding-right:5%; }
  .row-fluid .designs-contents >span >div:nth-child(2n) .designs-quotass{ padding-left:5; }
  .row-fluid .designs-imgs{ width:30%; }
  .row-fluid .columns-texts{ padding-top:0; }
  .row-fluid .designs-imgs {height: 180px;}
  .new18 .row-fluid .idealabsimg {display:none; }
  .new18 .row-fluid .idealabsmobileimg {width:100%; height:100%; } 
  
  .new18 .row-fluid .value-boxes > span > div { margin: 30px 10px 0 !important; width: 200px !important; }
  .new18 .row-fluid .value-hover, .new18 .row-fluid .value-image { width: 200px !important; height: 200px !important; } 
  .new .row-fluid .wdg-our-services-mobile-dropdown { display: none!important; }
}

@media (max-width:767px){
  
  
  
  .row-fluid .designs-imgs { display: none;}
  .row-fluid .designs-quotass{ width:100%; }
  .row-fluid .columns-logos { width: 18%; }
  .row-fluid .columns-texts { width: 78%;}
  .row-fluid .designs-quota {  padding-right: 0;}
  .row-fluid .designs-contents >span >div:nth-child(2n) .designs-quotass{ padding-left:0; }
  .row-fluid .designs-contents >span >div{ margin-bottom:60px; } 
  .row-fluid .solutions-text{ padding:0; }
  .row-fluid .designs-columns .designs-quotass { width: 100%;}
  .row-fluid .designs-columns .columns-texts {   position: absolute;    left: 65px;    top: 50%;    transform: translate(0%,-40%);}
  .row-fluid .designs-columns .designs-logos {   position: relative;    float: left;}
  .row-fluid .designs-columns { padding: 80px 0px;}
  .solutions-column h3 { font-size: 26px !important;}
  .row-fluid .designs-columns .columns-texts h2 { font-size: 26px !important;}
  .row-fluid .main-imgae-slider {    height: 380px;}
  .row-fluid .mobile-slider-image { display: block;}
  .row-fluid .sections .designs-quotass {   display: none;}
.row-fluid .circle { display: none;}
  .row-fluid .designs-imgs { display: block;    width: 100%;    float: left;    position: relative;left: 0;top: 0;right: auto !important;    height: 380px;border-radius: 0;} 
  .row-fluid .main-wrapper .section {    float: left;   height: auto;    width: 100%;    text-align: center;    display: block;    position: relative;    min-height: auto;}
  .row-fluid .sections {    width: 100% !important;}
.row-fluid .main-wrapper > div {    padding-right: 0 !important;}
  .row-fluid .designs-columns .designs-imgs { display: none;}
  .row-fluid .solutions-column .slick-slide {    padding-right: 0 !important;}
  .row-fluid .gray-section.two {display: block;}
  .row-fluid .learn-more-section { display: block;}
  .row-fluid .gray-section.two h2 {    color: #fff;    font-size: 24px !important;}
  .row-fluid .solutions-slider {margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
  .row-fluid .solutions-slider {padding-top: 0;}
  .row-fluid .solutions-column .slick-arrow.slick-prev:before, .row-fluid .solutions-column .slick-arrow.slick-next:before {     top: -46px;color: #fff;    font-size: 50px; }
  .row-fluid .solutions-column .slick-arrow.slick-next, .row-fluid .solutions-column .slick-arrow.slick-prev {border-right-color: transparent; border-left-color: transparent;}
  .row-fluid .solutions-column .slick-arrow.slick-next:before {left: 20px;}
  .row-fluid .designs-columns .designs-quota {margin-right: 0;}
  .row-fluid .Single-img {display: block;}
  .row-fluid .main-wrapper {cursor: default !important;}
  .new .row-fluid .wdg-our-services-mobile-dropdown { display: none!important; }
  .new18 .row-fluid .idealabsimg {display:none; }
  .new18 .row-fluid .idealabsmobileimg {width:100%; height:100%; } 
}
  @media (min-width: 30px) and (max-width: 767px){
    .our-values-wrapper-mobile { display: inherit!important; }
    .row-fluid .service-block { width: auto!important; }
    .our-values-wrapper .row-fluid-wrapper { width: inherit; display: none!important; }
    .threebythree .row-fluid { width: inherit; }
    .threebythree .row-fluid { display: flex!important; flex-flow: row nowrap; justify-content: center; align-items: center; width: 100%; }
    .threebythree, .threebythree .square, .threebythree .square div { display: flex!important; flex-flow: row wrap; justify-content: center!important; align-items: center!important; height: 100%; width: 100%; }
    .threebythree .square div .service-content { display: none!important; }
    .our-values-wrapper { padding: 0; }
    .row-fluid .service-img { width: 60px!important; height: 60px!important; }
    .square h2 { font-size: 11px !important; }
    .service-block, .row-fluid .service-block, .service-content, .row-fluid .service-content { display: none !important; }
    .new .row-fluid .wdg-our-services-mobile-dropdown { display: block!important; } 
    .new18 .row-fluid .idealabsimg {display:none; }
    .new18 .row-fluid .idealabsmobileimg {width:100% !important; height:100% !important; } 
}

/* ---------- New CSS ---------- */
.new .row-fluid .fullwidth { float:left !important; width:100% !important; }
/*.new .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:40px 10px 34px; font-size:14px; letter-spacing:0.4px; }*/
.new .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { line-height:20px; text-transform:uppercase; padding:40px 14px 34px; font-size:14px; font-weight:600; vertical-align:middle; }
.new .row-fluid .feature-boxes > span > div { width:33.33%; float:left; }
.new .row-fluid .feature-boxes > span > div > .features-box { background:#ffcd00; }
.new .row-fluid .feature-boxes > span > div:nth-child(even) > .features-box { background: #FDDA24; } 
.new .row-fluid .features-icon img { max-width:70px; }
.new .row-fluid .about-content h3 { color:#FFCD00 !important; }
.new .row-fluid .about-text { color:#FFF; font-size:16px; }
.new .row-fluid .about-text h4 { font-size: 16px !important; margin: 30px 0 0px; }
.new .row-fluid .blog-section1 > span > div > div { width:30%; padding:0 14px; float:none; display:inline-block; vertical-align:top; }
/* .new .row-fluid .blog-section1 .blog-block { width:100%; padding:0; } */
.new .row-fluid .features-inner { padding:10% 15% !important; }
.new .mission { text-align:center; padding:12% 0 !important; }
.new .mission.p3p { padding:3% 0 !important; }
.new .mission.p3p > div { padding:50px 0; }
.new .mission h4 { color: #000; font-weight: lighter; margin:0; float:none; display:inline-block; max-width:820px; }
.new .row-fluid .bgimg-main { background-position:center top; background-attachment:scroll; }
.new .row-fluid .hero-section:before { opacity:0 !important; }
.new .row-fluid .hero-content { top:75%; }
.new .row-fluid .blog-section1 .post-image { width:250px; height:250px; }
.new .row-fluid .feature-boxes.c4 > span > div { width:25%; }
.new .row-fluid .wdg-callout { padding:30px 0; }
.new .row-fluid .wdg-callout h4 { font-size: 22px !important; font-weight: 500; }
.new .row-fluid .wdg-services-list { padding:0 5%; }
.new .row-fluid .wdg-services-list > span > div { float: left; width: 49%; margin:25px 2% 25px 0; position:relative; }
.new .row-fluid .wdg-services-list > span > div:nth-child(2n) { margin-right:0; }
.new .row-fluid .wdg-services-list > span > div:nth-child(2n+1) { clear:left; }
.new .row-fluid .wdg-img-circles { position:absolute; left:0; top:0; width:250px; height:250px; border-radius:50%; }
.new .row-fluid .wdg-img-circles img { display:none; }
.new .row-fluid .wdg-img-circles + div { float:left; width:100%; margin:0; min-height:250px; padding-left:280px; }
.new .row-fluid .wdg-choose-us { color:#FFF; padding:100px 30px; }
.new .row-fluid .wdg-choose-us h3 { text-transform:uppercase; color:#ffcd00 !important; }
.new .row-fluid .wdg-choose-us a { color: #FFF; font-style: italic; text-decoration: underline; font-weight: 600; }
.new .row-fluid .idea-labs:before { z-index:2; position: absolute; content: ''; right: 36%; width: 440px; height: 100%;
  /*  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  display: none;*/
}
.new .row-fluid .ideaimage { display:none; }
.new .row-fluid .ideacontent { padding: 120px 5% 120px 5%; text-align: center; font-family: 'Sailec Black', sans-serif; width: 40%; float: right; margin-left: 60%; background: #FFF; position: relative; z-index:1; }
/*.new .row-fluid .ideacontent { background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); padding-top: 50px; padding-bottom: 50px;  text-align: center; padding-right: 5%; padding-left: 65%; margin-left: 0;     width: auto;}*/
.new .row-fluid .o2 .wdg-hero, .new .row-fluid .o2 .wdg-hero img { height:442px !important; }
.new .row-fluid .wdg-choose-us.o2 { padding:30px 0; }
.new .row-fluid .wdg-choose-us.o2 h1 { text-transform:uppercase; }
.new .row-fluid .wdg-choose-us.o2 .wrapper { max-width:800px; }



.new .row-fluid .our-values-section { margin: 20px 0; padding-bottom:50px; }
.new .row-fluid .our-values-section .wrapper { max-width:1350px; }
  .our-values, .our-values-widget-container, .our-values-wrapper { display: flex!important; flex-flow: column nowrap!important; align-items: center; justify-content: center;}
.new .row-fluid .our-values-section > a, .new .row-fluid .our-values-section > a:hover { color:#000; }
.new .row-fluid .value-boxes  { text-align:center; }
.new .row-fluid .value-boxes > span > div { width: 250px; float: none; display: flex!important; margin:30px 5px 0; padding:20px; flex-flow: row nowrap; }
.new .row-fluid .value-image { width: 250px; height: 250px; padding:15px; }
.new .row-fluid .value-boxes > span > div .value-box { position:relative; border-radius: 50%; overflow: hidden; }
.new .row-fluid .value-boxes > span > div .value-box + h4 { color: #53565A; font-size: 22px !important; }
.new .row-fluid .value-boxes > span > div .value-box:hover .value-hover { opacity:1; }
.new .row-fluid .wdg-our-services-mobile-dropdown a:hover { color: inherit; border: 3px solid #FDDA24; }

/* THREE BY THREE */
/*.our-values-wrapper { padding: 0 180px; }*/
/*.our-values-wrapper .row-fluid-wrapper { width: 100%!important; }*/
/*.our-values-wrapper-mobile { padding: 0 180px; }*/
/*.our-values-wrapper-mobile .row-fluid-wrapper { width: 100%!important; }*/
.our-values-wrapper-mobile { display: none!important; } 
.new .row-fluid .service-img { width: 250px!important; height: 250px!important; }

.service-content { display: inherit!important; }

.new .row-fluid .our-values-title { padding:80px 200px 0; }

.new .row-fluid .qff-box { padding-left:300px; position:relative; margin:70px 0 0; }
.new .row-fluid .qff-image { position: absolute; left: 0; top: 0; width: 250px; height: 250px; border-radius:50%; overflow:hidden; }
.new .row-fluid .qff-content { float: left; width: 100%; color:#000000; }
.new .row-fluid .qff-content h2 { color:#000000; }
.new .row-fluid .qff-logo { text-align:center; }
.new .row-fluid .qff-logo  { color:#000000; font-weight:600;  font-size: 16px; line-height: 1.2; float: left; width: 100%; margin:10px 0 0; text-decoration:underline; }
.new .row-fluid .qff-logo  a { color:#000000; font-weight: 800 }

.new .row-fluid .si-image { position: absolute; width: 250px; height: 250px; }
.new .row-fluid .si-content { float:left; width:100%; padding-left:300px; }
.new .row-fluid .si-content h2 { color: #ffcd00; font-size: 36px !important; margin: 0 0 20px -30px; }gr
.new .row-fluid .si-content a { font-weight: 600; color: #000; text-decoration: underline; }

.new.mb-height .row-fluid .wdg-hero { height:442px !important; }

.new .row-fluid .opportunities-accordian, .new .row-fluid .faq-section-text { padding:20px 0 !important; }
.new .row-fluid .faq-section-text > div { float:none; display:inline-block;  } 
.new .row-fluid .wdg-choose-us { background:#53565A; }
.new .row-fluid .stop-arrow-location iframe { vertical-align:top; }
.new .row-fluid .features-box-1, .new .row-fluid .features-box-2, .new .row-fluid .features-box-3 { text-align:center; }
.new .row-fluid .features-box-1 a, .new .row-fluid .features-box-2 a, .new .row-fluid .features-box-3 a { color:#000; }
.new .row-fluid .contact1-form fieldset { text-align:left; }
.new .row-fluid .contact1-form fieldset label { color:#53565A; }

.new .row-fluid .btnstyle1 a { padding: 10px 20px; color:#53565A; background-color: #FFCD00; font-family: 'Sailec Black', sans-serif; letter-spacing: 0.5px; text-transform: uppercase; font-size: 14px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px; }
.row-fluid .footer-bottom { padding:10px 15px !important; }
 
@media (min-width: 768px){

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#53565a; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#FFFFFF; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { line-height:20px; text-transform:uppercase; padding:40px 14px 34px; font-size:14px; font-weight:600; vertical-align:middle; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { width:185px; padding:0; margin: 0px; border-top:2px solid {{ base_color }}; background:{{menu_dropdown_background_color}};  position: absolute;  top:100%;  left:0px; {{ borderRadius("0 0 5px 5px") }}; {{ boxshadow("0px 0px 10px rgba(0,0,0,0.3)") }}; }

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

{% if sticky_option == "Yes" %}

@media (min-width: 768px){
    
    .row-fluid .header.fixed { top:0; padding:0; position:fixed; left:0; border-bottom:none; background:rgba(255,255,255,0.9); {{ boxshadow('0 0 2px 2px rgba(000,000,000,0.3)') }}; border-bottom:2px solid {{ base_color }}; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:24px 14px; color:{{sticky_background_link_color}}; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited ,  .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:24px 14px; color:{{ second_sticky_background_link_color }}; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:{{base_color}}; }
    .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:{{base_color}}; } 
    
    .row-fluid .header.fixed .search-section { margin:21px 0; }
    .row-fluid .header.fixed .top-search .gsc-control-cse { top:47px; }
    
    .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:11px 20px 8px; }
    .row-fluid .header.fixed .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:{{menu_dropdown_hover_text_color}}; background:{{ menu_dropdown_hover_background_color }}; }
    
    .row-fluid .header.fixed .row-fluid .search-icon { color:{{ second_sticky_background_link_color }}; }
    
    .row-fluid .header.fixed .row-fluid .logo1 { visibility:hidden; opacity:0; height:0; }
    .row-fluid .header.fixed .row-fluid .logo2 { visibility:inherit; opacity:1; }
    .row-fluid .header.fixed .row-fluid .logo2 img { max-height:44px; }
    .new .row-fluid .wdg-our-services-mobile-dropdown { display: none; }
  
}
{% endif %}

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

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

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


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

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


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

@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper {  max-width:920px; }
    
    .person-icon ul li { padding:2px; }
    
    /* work Section */
    .row-fluid .work-icon:after { width:10%; }
    
    /* footer */
    .row-fluid .footer-icon ul li { padding:0 7px; }
    .row-fluid .footer-icon ul li a { width:30px; height:30px; line-height:30px; font-size:14px; } 
    
    /* blog 2 */
    .row-fluid .blog1-left .post-content h2 { font-size:18px; line-height:24px; }
   
    
    /*Padding Option*/
  
  .new .row-fluid .wdg-img-circles { width:180px; height:180px; }
  .new .row-fluid .wdg-img-circles + div { padding-left:210px; }
  .new .row-fluid .ideacontent { font-size: 13px; line-height: 20px; }
  .new .row-fluid .idea-labs:before { right: 40%; width: 150px; }

    
}

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

@media (max-width: 991px){
  .new .row-fluid .logo { width:100%; text-align:center; }
  .new .row-fluid .logo img { max-width:150px; }
  
  .new .row-fluid .header-right, .new .row-fluid .mainmenu { text-align:center; width:100%; }
  .new .row-fluid .header.fixed .mainmenu { margin:20px 0 0; }
  .new .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:10px 7px; }
  .new .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .new .row-fluid .header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited, .new .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:28px 7px 20px; }
  
  .new .row-fluid .blog-section1 > span > div { width:100%; }
  .new .row-fluid .blog-section1 .post-image { width: 180px; height: 180px; }
  .new .row-fluid .blog-section1 .post-text { padding:40px 0; }
  
  .new .row-fluid .wdg-img-circles { width:110px; height:110px; }
  .new .row-fluid .wdg-img-circles + div { padding-left:130px; }
  .new .row-fluid .ideacontent { width:100%; margin-left: 0%; padding:50px 5% 50px 5%; }
  /*.new .row-fluid .idea-labs:before { right:50%; }*/
  .new .row-fluid .feature-boxes.c4 > span > div { width:50%; }
  .new.wdg .row-fluid .feature-boxes > span > div:nth-child(2n) > .features-box, .new.wdg .row-fluid .feature-boxes > span > div:nth-child(2n+1) > .features-box { background:#FDDA24; } 
  .new.wdg .row-fluid .feature-boxes > span > div:nth-child(4n) > .features-box, .new.wdg .row-fluid .feature-boxes > span > div:nth-child(4n+1) > .features-box { background:#ffcd00; } 
  .new .row-fluid .our-values-title { padding:80px 0 0; }
  .new .row-fluid .qff-image, .new .row-fluid .si-image { width:180px; height:180px; }
  .new .row-fluid .qff-box, .new .row-fluid .si-content { padding-left:200px; }
  
  .new .row-fluid .contact-map .sameheight-left, .new .row-fluid .contact-map .sameheight-right { width:100%; }
  .new .row-fluid .features-inner { padding:10% !important; } 
  .new .row-fluid .features-inner h2 { font-size: 19px !important; line-height: 1.2; margin: 10px 0 0; }
  /*.new .row-fluid .ideaimage, .new .row-fluid .idea-labs { display:block; }*/ 
  .new .row-fluid .ideacontent { width:100%; }
  /*.new .row-fluid .idea-labs:before, .new .row-fluid .idea-labs:after { display:none; }*/
  
}

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

    .row-fluid .mobmargin-bottom10 { margin-bottom:10px; }
    .row-fluid .mobmargin-bottom20 { margin-bottom:20px; }
    .row-fluid .mobmargin-bottom30 { margin-bottom:30px; }
    .row-fluid .mobmargin-bottom40 { margin-bottom:40px; }
    .row-fluid .mobmargin-bottom50 { margin-bottom:50px; }
  
  	.new .row-fluid h1 { line-height:36px; }
  	.new .row-fluid .feature-boxes > span > div { width:100%; }
  	.new .row-fluid .blog-section1 > span > div { width: 100%; }
  	.new .mission { padding: 12% 20px !important; }
  	.new .row-fluid .logo { text-align:left; }
  	.new .row-fluid .hero-arrow { display:block; }
	  .new .row-fluid .idea-labs, .new .row-fluid .ideaimage { display: block; width: 100%; height:100%; background:none !important; }
  	.new .row-fluid .ideaimage { position: relative; z-index: 2; }
  	.new .row-fluid .ideacontent { width:100%; margin:0; }
  	.new .mission.p3p { padding: 3% 20px !important; }
  	.new .row-fluid .idea-labs:before { display:none; }
  	.new .row-fluid .footer-box { text-align:center; }
  
  	.new .row-fluid .qff-image, .new .row-fluid .si-image { position: static; float: none; display: inline-block; }
  	.new .row-fluid .qff-box, .new .row-fluid .si-content { text-align:center; padding-left:0; }
  	.new .row-fluid .si-content h2 { margin:0; font-size:32px !important; }
  	.new.wwa .row-fluid .o2 .wdg-hero, .new.opp .row-fluid .o2 .wdg-hero { height:200px !important; }
  
  	.new.mb-height .row-fluid .wdg-hero { height:200px !important; }
}

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

/* MOBILE & TABLET - iPhone 8 Plus, Pixel 2, iPad, etc */  /* adjusted min-width to 300px to account for narrower phones - HS Support 4/6/18 */
@media (min-width: 300px) and (max-width: 767px){
/* GLOBAL */
body { margin:0; padding:0; font-family: 'Sailec', sans-serif; font-size:14px; font-weight:500; line-height:24px; color:{{font_color}}; background:{{site_background}}; overflow-x:hidden }
h1 { color:{{heading_font_color}}; font-family: 'Sailec Black', sans-serif; font-size:30px!important; margin:0; padding:15px 0 25px; line-height:55px; font-weight:900; clear:both; letter-spacing: 5px; }
h2 { color:{{base_color}}; font-family: 'Sailec Black', sans-serif; font-size:2px!important; line-height:34px; margin:0; padding:0 0 10px; clear:both; }
h3 { color:#000000; font-family: 'Sailec Black', sans-serif; font-size:20px!important; line-height:34px; margin:0; padding:0 0 10px; clear:both; }
h4 { color:{{heading_font_color}}; font-family: 'Sailec Black', sans-serif; font-size:24px!important; line-height:34px; margin:0; padding:0 0 10px; clear:both }

/*.hero-section .bgimg-main { height: ; }*/
.about-hero { background-size:cover; height: 200px!important; }
.bg-img { width: 100%; height: 50%; background-attachment: fixed; display:none; }
.bg-img-port { width: 100%; background-attachment: fixed; display:none; }

@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: {{ aColorHoverMobile }}; }     
    
  /* 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: {{aColorMobile}};
    }



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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 25px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      /*background: {{ menuColorMobile }};*/ /* 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;
  }
  
  {% if sticky_option == "Yes" %}
      .header.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
      .header.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 0; position:fixed; }
  {% endif %}

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

  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: {{ menuColorMobile }};
      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: {{ menuColorMobile }}; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px solid rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


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

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

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


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

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

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

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

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px solid rgba(255, 255, 255, .20); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: {{ aColorHoverMobile }}; /* 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: 20px; /* Indent Child lists */
      font-family: 'Sailec';
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 10px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 10px; /* Indent Child lists */
  }
  
  
  .row-fluid .features-section [class*="span"] {    justify-content: start;}
  /*menumobile*/
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #FFCD00; }     
    
  /* 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: #000000;
    }



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

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

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

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


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

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

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


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

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

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

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

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px solid rgba(255, 255, 255, .20); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #FFCD00; /* 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: 20px; /* Indent Child lists */
      font-family: 'Sailec';
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 10px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 10px; /* Indent Child lists */
  }
  
  
  .row-fluid .features-section [class*="span"] {    justify-content: start;}
  .mainmenu .hs-menu-flow-horizontal > ul ul li {
        border-top: 1px solid rgba(255, 255, 255, .20);
    background-color: rgba(255, 255, 255, .08);
}
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 11px 15px;
}
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul {width: 100%;    border-top: 0;    box-shadow: none;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100%;
    border-bottom: 0;
    font-weight: normal;
} 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:after {display: none;}
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a {    color: #000000;}  
} 
@media (max-width:480px){
  .row-fluid .designs-imgs {height: 250px;}
  .row-fluid .social-media { display: block;}
  .row-fluid .social-media a {    display: inline-block;    margin: 0 auto;    float: none;    margin-bottom: 20px;}
  .row-fluid .turnkey-solutions-heading-title.main{margin-left: 0rem !important;}
   .row-fluid .turnkey-solutions-mobile-accordian-inner {margin-left: 9rem !important;}
  .row-fluid .our-specialties-container img{ max-width:30px;}
  .row-fluid .our-specialties .row-fluid [class*="span"] { margin-top:0;}
}                  
@media (max-width:400px){
  .new .row-fluid .contact1-form fieldset .input { margin-right:0; }
  .new .contact-section .row-fluid .hs-form fieldset.form-columns-2 .field { padding-right:0 !important; }
  .new .contact-section .row-fluid .hs-form fieldset.form-columns-2 .field input { width:100% !important; }
  body .row-fluid .our-specialties-container {    margin-left: 0 !important;    padding-left: 20px;}
  .turnkey-solutions-heading {    width: 100% !important;}
  .turnkey-solutions-heading-paragraph {margin-left: -4rem !important;}
  .body-container.container-fluid {overflow: hidden;}
/*   .row-fluid .turnkey-solutions-heading-title.main{margin-left: -3rem !important;} */
   .row-fluid .turnkey-solutions-mobile-accordian-inner {margin-left: 6rem !important;}
  .row-fluid .turnkey-solutions-heading.main { margin-left:0 !important;     margin-top: 40px !important;}
   
}
  @media(max-width:767px){
   .row-fluid .our-specialties-accent-mobile { padding-left:10px;}
    .row-fluid .our-specialties-manufacture { padding-top:30px;}
    .row-fluid .our-specialties-accent-mobile img { max-width: 61px; max-height: 100%;    min-height: 100%;  }
    .row-fluid .our-specialties-design, .row-fluid .our-specialties-manufacture { margin-bottom:0 !important;}
    .row-fluid .our-specialties-manufacture + div { padding:0 !important; }
    
		
    body.new18 { font-size:14px; }
    .new18 .row-fluid a { text-decoration:none !important; font-weight:700 !important; }
    .new18 .row-fluid h1 { font-size:30px !important; text-transform:uppercase !important; }
    .new18 .row-fluid h2 { font-size:30px !important; text-transform:uppercase !important; }
    .new18 .row-fluid h3 { font-size:20px !important; text-transform:none !important; }
    .new18 .row-fluid h4 { font-size:24px !important; }
    .new18 .row-fluid .social-media a { text-decoration:none !important; }
    .new18 .row-fluid .about-img { height:auto; }
    .new18 .row-fluid .about-img img { max-width:200px; }
    .new18 .row-fluid .value-boxes > span > div { width:80px !important; margin:30px 5px 0 !important; }
    .new18 .row-fluid .value-hover, .new18 .row-fluid .value-image { width: 80px !important; height: 80px !important; }
    html .new18 .row-fluid .value-boxes > span > div .value-box + h4 { font-size:10px !important; }
    html .new18 .row-fluid .value-boxes > span { float:none; display:inline-block; max-width:300px; }
    .new18 .row-fluid .qff-logo { float: none; width: 80px; display: inline-block; vertical-align: top; margin: 0 0 0 -4px; }
    .new18 .row-fluid .qff-logo {  color:#000000; font-weight:600;  font-size: 16px; line-height: 1.2; float: left; width: 100%; margin:10px 0 0; text-decoration:underline; }
/*     .new18 .row-fluid .faq-section-text, .new18 .row-fluid .faq-section-text * { text-align:left !important; } */
    html .new18 .row-fluid .faq-section-text { padding-left: 15px !important; padding-right: 15px !important; }
    
}
  
  @media (max-width:400px){
		.row-fluid .turnkey-solutions-heading.main { margin-left:0 !important;     margin-top:40px !important;}
    .row-fluid .our-specialties-accent-mobile img { max-width:58px;}
    .row-fluid .our-specialties .row-fluid [class*="span"] { padding-top:0 !important; }
    .row-fluid .our-specialties-text { margin: 2rem 1rem 0;}
 .row-fluid .our-specialties-container > div { padding-top: 9px !important; }
}
  
  @media (max-width:340px) {
 .row-fluid  .our-specialties-container h2 { font-size:18px !important;}
  
  }
  @media(max-width:320px) {
    .row-fluid .turnkey-solutions-heading.main { margin-top:10px !important; }
  }
  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
