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







/* ----- Base Colors ----- */









/* ----- Drop-Down Menu ----- */







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






    


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

    /* Color Variable Declaration */
    
    
    
    
    
    

     
    
      


/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|Montserrat:400,700);
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.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;}




/* Macro Declaration */    





/* CSS Style Start */
a { display:inline-block; }
body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:14px; line-height:25px; color:#666666; background:#FFFFFF; overflow-x:hidden; }
* , body * , *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

@font-face {
    font-family: 'Georgia';
    src: url('//cdn2.hubspot.net/hubfs/383029/Assets_Marketing_Agency_Theme/fonts/Georgia.eot?#iefix') format('embedded-opentype'),  
         url('//cdn2.hubspot.net/hubfs/383029/Assets_Marketing_Agency_Theme/fonts/Georgia.woff') format('woff'), 
         url('//cdn2.hubspot.net/hubfs/383029/Assets_Marketing_Agency_Theme/fonts/Georgia.ttf')  format('truetype'), 
         url('//cdn2.hubspot.net/hubfs/383029/Assets_Marketing_Agency_Theme/fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}

img { border:0; max-width:100% !important; 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; }
::selection { background:#1AA1C9; color: #FFF; }

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 #1AA1C9; width:15px; height:15px; border-radius:100%; 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:#1AA1C9;  }


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

.row-fluid .top-separator { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg3.png) no-repeat center top;  }
.row-fluid .left-separator { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg4.png) no-repeat center left; padding-left:40px; }
.row-fluid .left-separator2 { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg6.jpg) no-repeat left bottom; padding-left:20px; }

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

/* Isotope CSS */
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; -ms-transition-property:-ms-transform, opacity; -o-transition-property:-o-transform, opacity; transition-property:transform, opacity; }


/*Heading*/
h1 { color:#2E2E2E; font-family: 'Montserrat', sans-serif; font-size:65px; line-height:1; margin:0; padding:15px 0 10px; clear:both; }
h2 { color:#2E2E2E; font-family: 'Montserrat', sans-serif; font-size:36px; line-height:1.2; margin:0; padding:0 0 10px; clear:both; font-weight:400; }
h3 { color:#2E2E2E; font-family: 'Montserrat', sans-serif; font-size:32px; line-height:36px; margin:0; padding:0 0 10px; clear:both; font-weight:400; }
h4 { color:#2E2E2E; font-family: 'Montserrat', sans-serif; font-size:30px; line-height:34px; margin:0; padding:0 0 10px; clear:both; font-weight:400; }
h5 { color:#2E2E2E; font-family: 'Montserrat', sans-serif; font-size:23px; line-height:30px; margin:0; padding:0 0 10px; clear:both;; font-weight:400; }
h6 { color:#2E2E2E; font-family: 'Montserrat', sans-serif; font-size:19px; margin:0; padding:0 0 10px 0; line-height:1.3; clear:both; font-weight:400; }

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { font-family: 'Montserrat', sans-serif; background:#1AA1C9; padding:10px 33px; color:#FFF; font-size:14px; text-transform:uppercase; font-weight: 700; line-height: 25px; display: inline-block; letter-spacing:1px; margin-top:25px; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#343434;  border-color:#FFFFFF; }

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { font-family: 'Montserrat', sans-serif; background:transparent; padding:10px 31px; color:#FFFFFF; font-size:14px; text-transform:uppercase; font-weight: 700; line-height: 21px; display: inline-block; letter-spacing:1px; border:#FFFFFF solid 2px; margin-top:40px; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#343434; border-color:#343434 }

.row-fluid .btn-style3 a, .row-fluid a.btn-style3 { font-family: 'Montserrat', sans-serif; background:#fff; padding:10px 55px 10px 28px; color:#000; font-size:12px; text-transform:uppercase; font-weight: 400; line-height: 25px; display: inline-block; letter-spacing:1px;  margin-top:25px; position:relative; height:45px; box-sizing:border-box !important; }
.row-fluid .btn-style3 a:after, .row-fluid a.btn-style3:after { content:"\f178"; font-family:'FontAwesome'; display: inline-block; line-height: 25px; position: absolute; right: 22px; top: 10px; font-size:17px;  
-webkit-transition: right .4s ease;
-moz-transition: right .4s ease;
-o-transition: right .4s ease;
-ms-transition: right .4s ease;
transition: right .4s ease;
 } 
.row-fluid .btn-style3 a:hover, .row-fluid a.btn-style3:hover { background:#343434; color:#fff; }
.row-fluid .btn-style3 a:hover:after, .row-fluid a.btn-style3:hover:after { right:20px; }


    .row-fluid .btn-style1 a, .row-fluid a.btn-style1, .row-fluid .btn-style2 a, .row-fluid a.btn-style2, .row-fluid .btn-style3 a, .row-fluid a.btn-style3 { border-radius:0; }




    .row-fluid .top-section.sticky { position:fixed; }



/*Heading Option*/
.title-style1 h1 , .title-style1 h2 , .title-style1 h3 , .title-style1 h4 , .title-style1 h5 , .title-style1 h6 , .title-style2 h1 , .title-style2 h2 , .title-style2 h3 , .title-style2 h4 , .title-style2 h5 , .title-style2 h6 , .title-style3 h1 , .title-style3 h2 , .title-style3 h3 , .title-style3 h4 , .title-style3 h5 , .title-style3 h6 , .title-style4 h1 , .title-style4 h2 , .title-style4 h3 , .title-style4 h4 , .title-style4 h5 , .title-style4 h6 { padding:0; }

.title-style1 { position:relative; text-align:center; padding:0 0 20px; margin:0 0 25px; }
.title-style1:before { position:absolute; left:50%; width:50px; margin:0 0 0 -25px; bottom:0; height:5px; content:''; background:#2E2E2E; border-radius:8px; }

.title-style2 { position:relative; text-align:center; padding:10px 0 20px; margin:0 0 25px; }
.title-style2:before { position:absolute; left:50%; width:50px; margin:0 0 0 -25px; bottom:0; height:0px; content:''; border-bottom:1px dotted #000; }

.title-style3 { position:relative; text-align:center; padding:0 0 20px; margin:0 0 25px; }
.title-style3:before { position:absolute; left:50%; width:100px; margin:0 0 0 -50px; bottom:0; height:1px; content:''; background:#2E2E2E; border-radius:8px; }
.title-style3:after { content: '';  position: absolute; left:50%; margin:0 0 0 -7px; border-radius:4px; bottom:-8px;  
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
 }

.title-style4 { position:relative; padding:0 0 15px; margin:0 0 15px; }
.title-style4:before { position:absolute; left:0; width:50px; margin:0; bottom:0; height:0px; content:''; border-bottom:1px dotted #000; }


.title-white h1 , .title-white h2 , .title-white h3 , .title-white h4 , .title-white h5 , .title-white h6 { color:#fff; }
.title-white.title-style1:before , .title-white.title-style3:before  , .title-white.title-style3:after { background:#fff; }
.title-white.title-style2:before , .title-white.title-style4:before { border-color:#fff; }


.title-black h1 , .title-black h2 , .title-black h3 , .title-black h4 , .title-black h5 , .title-black h6 { color:#000; }
.title-black.title-style1:before .title-black.title-style1:before , .title-black.title-style3:before  , .title-black.title-style3:after { background:#000; }
.title-black.title-style2:before , .title-black.title-style4:before { border-color:#000; }

/* Radio - Checkbox Style */
.row-fluid .hs-form label { float:left; width:100%; }
.row-fluid .inputs-list { float:left; width:100%; margin:0; padding:10px 0; list-style:none; }
.row-fluid .inputs-list li { float:left; padding-right:10px; }
.row-fluid input[type=radio], .row-fluid input[type=checkbox] { display:none; }
.row-fluid input[type=radio] + span, .row-fluid input[type=checkbox] + span { float:left; width:100%; padding-left:30px; }
.row-fluid input[type=checkbox] + span:before { position:absolute; content:''; left:0; top:4px; width:16px; height:16px; box-shadow:#1AA1C9 0 0 0 1px; border:#FFF solid 3px; }
.row-fluid input[type=checkbox]:checked + span:before { background:#1AA1C9; }
.row-fluid input[type=radio] + span:before { position:absolute; content:''; left:0; top:6px; width:14px; height:14px; border-radius:50%; box-shadow:#1AA1C9 0 0 0 1px; border:#FFF solid 3px; }
.row-fluid input[type=radio]:checked + span:before { background:#1AA1C9; }
 
/*anchor link*/
a { text-decoration:none; outline:none; color:#1AA1C9;  
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
transition: all .4s ease;
 }
a:hover { color:#37bce5; }


.link-white a { color:#fff; }
.link-white a:hover { color:#1AA1C9; }

/*Read More Option*/
.read-more a:hover , .latestblog-content2 .hs-rss-description a:hover { text-decoration:underline; }


input , button , textarea { border:none; outline:none; font-family: 'Open Sans', sans-serif; font-size:16px; font-weight:300; }
input[type=text] ,  input[type=email] , input[type=tel] , input[type=password] , input[type=number] , textarea , select  { outline:none; width:100%; margin:0 0 15px; height:45px; line-height:100%; padding:0 15px; background:#fff; border:1px solid #b7b7b7; border-radius:4px; font-family: 'Open Sans', sans-serif; font-size:15px; color:#464646; }
textarea { padding:15px; height:100px; line-height:20px; }


input[type=submit] , button { padding:10px 15px; display:inline-block; border-radius:4px; font-size:18px; font-weight:300; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/383029/Assets_Marketing_Agency_Theme/images/submit-bg.png) no-repeat left top #1AA1C9; color:#FFF;  
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
transition: all .4s ease;
 } 
input[type=submit]:hover { background-color:#343434; color:#FFFFFF; }
.joinnewsletter-form input[type=submit] {  background-color:#1AA1C9; color:#FFF } 
.joinnewsletter-form input[type=submit]:hover {  background-color:#343434; color:#FFFFFF; } 

.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100%; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .hs-form fieldset.form-columns-1 .input { margin:0; }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 0 10px; }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 0 0; }
.row-fluid .hs-form label { text-align:left; display:block; position:relative; }
.row-fluid .hs-form label .hs-form-required { position:absolute; right:5px; top:0; color:#f90000; }


.row-fluid ul.hs-error-msgs { margin:-9px 0 0; padding:0 0 8px; list-style:none; line-height:20px; }
.row-fluid ul.hs-error-msgs label { display:block !important; }
.row-fluid ul.hs-error-msgs li { padding:0 !important; font-size:12px; }
.row-fluid ul.hs-error-msgs li:before { display:none; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding:0; }
.hs-menu-wrapper ul li a:link , .hs-menu-wrapper ul li a:visited  { max-width: none !important; text-overflow: inherit !important; white-space: normal !important;  }

.body-container-wrapper .arrowul ul { margin:0; padding:10px 0; list-style:none; }
.body-container-wrapper .arrowul ul li { padding:2px 0 2px 15px; position:relative; }
.body-container-wrapper .arrowul ul li:before { content: "\f105"; font-family: 'FontAwesome'; position:absolute; left:0; top:2px; }

/* UL Style */
.row-fluid .ulstyle ul { padding:0; margin:15px 0; list-style:none; }
.row-fluid .ulstyle ul li { padding-left:25px; position:relative; }
.row-fluid .ulstyle ul li:before { position:absolute; content:"\f101"; font-family:'FontAwesome'; width:20px; height:20px; text-align:center; line-height:20px; left:0; top:3px; color:#1AA1C9; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-capitalized , .row-fluid .title-capitalized h1 , .row-fluid .title-capitalized h2 , .row-fluid .title-capitalized h3 , .row-fluid .title-capitalized h4 , .row-fluid .title-capitalized h5 , .row-fluid .title-capitalized h6 { text-transform:capitalize; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white { color:#FFF; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#FFF; }
.row-fluid .text-light , .row-fluid .text-light h1 , .row-fluid .text-light h2 , .row-fluid .text-light h3 , .row-fluid .text-light h4 , .row-fluid .text-light h5 , .row-fluid .text-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .text-medium h1 ,  .row-fluid .text-medium h2  , .row-fluid .text-medium h3 , .row-fluid .text-medium h4 , .row-fluid .text-medium h5 , .row-fluid .text-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .text-bold h1 ,  .row-fluid .text-bold h2  , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .text-extrabold h1 ,  .row-fluid .text-extrabold h2  , .row-fluid .text-extrabold h3 , .row-fluid .text-extrabold h4 , .row-fluid .text-extrabold h5 , .row-fluid .text-extrabold h6 { font-weight:800; }

/*Overlay Option*/
.row-fluid .overlay-section { position:relative; }
.row-fluid .overlay-section:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; opacity:0.7; }
.row-fluid .overlay-section > div { position:relative; z-index:2; }
.row-fluid .overlay-basecolor:before { background:#1AA1C9; }

.row-fluid .overlay-white:before { background:#ffffff; opacity:0.9; }
.row-fluid .overlay-blue:before { background:#1AA1C9; opacity:0.85; }
.row-fluid .overlay-black:before { background:#000000; }
.row-fluid .overlay-other:before { background:; }

/*Breadcrumbs Option*/
.row-fluid .breadcrumbs-main { position:relative; z-index:7; font-style:italic; }
.row-fluid .breadcrumbs-main > div { position:absolute; left:0; top:10px; width:100%; padding:4px 0; line-height:22px; }
.row-fluid .breadcrumbs-main li a:after { content: "\f101"; font-family: 'FontAwesome'; padding:0 10px 0 5px; font-size:16px; }
.row-fluid .breadcrumbs-main li a { color:#1AA1C9; }
.row-fluid .breadcrumbs-main li a:hover { color:#fff; }
.row-fluid .breadcrumbs-main ul li { color:#fff; padding:0; }
.row-fluid .breadcrumbs-main ul li:before { display:none; }
.row-fluid .breadcrumbs-main ul { padding:0; }
.row-fluid .breadcrumbs-main .hs-breadcrumb-menu-divider { display:none; }

.row-fluid .breadcrumbs-main2 { position:relative; z-index:7; padding:5px 0; background:#efefef; }
.row-fluid .breadcrumbs-main2 li a:after { content: "\f101"; font-family: 'FontAwesome'; padding:0 10px 0 5px; font-size:16px; }
.row-fluid .breadcrumbs-main2 li a { color:#333; }
.row-fluid .breadcrumbs-main2 ul li { color:#333; padding:0; }
.row-fluid .breadcrumbs-main2 ul li:before { display:none; }
.row-fluid .breadcrumbs-main2 ul { padding:0; }
.row-fluid .breadcrumbs-main2 .hs-breadcrumb-menu-divider { display:none; }

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

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

.row-fluid .wrapper { margin:0 auto !important; max-width:1210px; float:none !important; width:100%; padding:0 20px; } 
.row-fluid .wrapper-small { width:970px; }
.row-fluid .fl100 { float:left; width:100%; }

.row-fluid [class*="span"] { min-height:0; }


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

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

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


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

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

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

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


/* Click to top scroll */

   .row-fluid #back-to-top.show { display: none; }

.row-fluid #back-to-top { position: fixed; right: 20px; bottom: 20px; color:#FFF; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#1AA1C9;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 opacity:0; }
.row-fluid #back-to-top.show { opacity:1; }
.row-fluid #back-to-top:hover { background:#343434; }

/* Homepage */
.row-fluid .top-section { position:absolute; left:0; top:0; z-index:999; padding:0 39px; border-bottom:rgba(255,255,255,0.3) solid 1px; }
.row-fluid .top-logo { padding-top:20px; }
.row-fluid .top-logo img { max-width:200px !important; }
.row-fluid .color-logo { display:none; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul ul { left:100% !important; top:-5px !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li:last-child:hover > ul { left:auto; right:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li li, .row-fluid .mainmenu .hs-menu-wrapper > ul li li a { position:relative; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li li:before { position:absolute; content:''; left:0; top:0; width:0; height:100%; background:#F8F8F8;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
  }
.row-fluid .mainmenu .hs-menu-wrapper > ul li li:hover:before { width:100%; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li a { width:100% !important; max-width:100% !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul { width:215px;  background-color:#FFFFFF; border-top:#007CDC solid 5px; box-shadow:0 1px 3px rgba(0,0,0,0.11); }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul li a { color:#949494; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { color:#FFF; font-family: 'Montserrat', sans-serif; font-size:16px; font-weight:700; line-height:75px; vertical-align:top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#e5e5e5; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:first-child:after { content:"\f107"; font-family:'FontAwesome'; margin-left:5px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul li a:hover { color:#007CDC; }

.row-fluid .hero-slider .slidebox { padding:50px 300px 140px 20px; margin-left:-100%; opacity:0;  
-webkit-transition: ease all 0.8s;
-moz-transition: ease all 0.8s;
-o-transition: ease all 0.8s;
-ms-transition: ease all 0.8s;
transition: ease all 0.8s;
 transition-delay:0.5s; -webkit-transition-delay:0.5s; }
.row-fluid .hero-slider .wrapper { overflow:hidden; }
.row-fluid .hero-slider .slick-active .slidebox { margin-left:0; opacity:1; }
.row-fluid .hero-slider .btn-style1 { margin-right:20px; }
.row-fluid .hero-slider h1 { color:#FFF; padding-bottom:0; }
.row-fluid .hero-slider h1 span { color:#1AA1C9; }
.row-fluid .hero-slider .slideText { font-size:21px; line-height:30px; font-family: 'Georgia'; padding-right:150px; }
.row-fluid .hero-slider .slick-dots { text-align: center; position: absolute; width: 100%; bottom:10px; left: 0; margin: 0; }
.slickdot-style .row-fluid .slick-slider button { position:absolute;  
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; top:50%; z-index:1; background:#FFFFFF; color:#1AA1C9; border-radius:0; width: 50px; height: 50px; font-size: 15px; }
.slickdot-style .row-fluid .slick-slider button:hover { color:#1AA1C9; }
.slickdot-style .row-fluid .slick-slider .slick-next { right:0; }
.slickdot-style .row-fluid .slick-slider .slick-prev { left:0; }
.row-fluid .slick-dots { text-align:center; margin-top:-45px; }
.slickdot-style .row-fluid .slick-dots li { float:none; display:inline-block; vertical-align:top; padding:0 5px; }
.slickdot-style .row-fluid .slick-dots li:before { display:none; }
.slickdot-style .row-fluid .slick-dots li button { border-radius:50%; background:transparent; border:#FFF solid 1px; width:15px; height:15px; display:block; font-size:0; position: static; padding: 0;  
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
 }
.slickdot-style .row-fluid .slick-dots li.slick-active button, .row-fluid .hero-slider .slick-dots li button:hover { background:#FFFFFF; }
.slickdot-style .slick-slide { outline:none; float:left; }
.row-fluid .homeSlide { background-position:center; background-size:cover; background-repeat:no-repeat; min-height:650px; }

.row-fluid .service-section { padding:70px 0; }
.row-fluid .service-top { padding:0 200px; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width:24%; float:none; display:inline-block; padding:50px 10px 0; }
.row-fluid .service-boxes .service-icon { margin-bottom:40px; position:relative; width: 81px; height: 81px; float: none; display: inline-block; background:#1AA1C9; border-radius: 50%; font-size:31px; padding:18px; color:#FFF;  
-webkit-transition: ease all 0.2s;
-moz-transition: ease all 0.2s;
-o-transition: ease all 0.2s;
-ms-transition: ease all 0.2s;
transition: ease all 0.2s;
 }
.row-fluid .service-boxes .service-icon img { position:relative;  
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; top:50%;  }
.row-fluid .service-boxes .service-icon:hover { background:#343434; color:#FFFFFF }
.row-fluid .service-boxes .service-icon:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; padding:5px; border:#343434 solid 2px;  
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-o-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
  
-webkit-transition: transform .2s cubic-bezier(0,1.38,0.14,1.73);
-moz-transition: transform .2s cubic-bezier(0,1.38,0.14,1.73);
-o-transition: transform .2s cubic-bezier(0,1.38,0.14,1.73);
-ms-transition: transform .2s cubic-bezier(0,1.38,0.14,1.73);
transition: transform .2s cubic-bezier(0,1.38,0.14,1.73);
 opacity:0; border-radius:50%; box-sizing: content-box; left: -7px; top: -7px; }
.row-fluid .service-boxes .service-icon:hover:before {  
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
 opacity:1; }
.row-fluid .service-boxes h6 a { color:#2E2E2E; }

.row-fluid .testimonial-section { padding:70px 0; }
.row-fluid .testimonial-slider { padding:70px 130px 0; position:relative; }
.row-fluid .testimonial-slider:before { content: '\201C'; font-family: 'Georgia'; font-style: italic; font-size: 380px; position: absolute; line-height: 1; opacity: .4; top: -20px; left: 40px; text-align: left; width: 175px; font-weight:400; color:#FFF; }
.row-fluid .testimonial-section .slick-dots { float:left; width:100%; margin-top:40px; text-align:left; padding-left:0; }
.row-fluid .testimonial-section .testi-message { font-family: 'Georgia'; font-size:36px; font-weight:400; line-height:50px; font-style:italic; color:#FFF; padding-bottom:20px; }
.row-fluid .testimonial-section .client-pic { float: left; margin-top: 10px; }
.row-fluid .testimonial-section .client-pic img { border-radius:50%; }
.row-fluid .testimonial-slider h6 { float: left; color: #FFF; clear: none; margin-top: 25px; padding-left: 20px; font-size: 17px; }
 
.row-fluid .team-section { padding:50px 0; background:#f7f7f7; }
.row-fluid .team-boxes { padding-top:15px; float:left; width:100%; }
.row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:22.75%; margin:15px 3% 15px 0; position:relative; padding-bottom:15px; }
.row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; left:50%; bottom:0; width:0; height:3px; background:#1AA1C9;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget:hover:before { width:50%; left:0; }
.row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget:after { position:absolute; content:''; right:50%; bottom:0; width:0; height:3px; background:#1AA1C9;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget:hover:after { width:50%; right:0; }
.row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget:nth-child(4n) { margin-right:0; }
.row-fluid .team-boxes .team-image { height:190px; margin-bottom:15px; background-position:center top; }
.row-fluid .team-boxes .team-designation { font-family: 'Montserrat', sans-serif; font-size:17px; color:#1AA1C9; margin-top:20px }
.row-fluid .team-boxes h6 { margin-bottom:10px; }
.row-fluid .team-boxes .team-social ul { list-style:none; margin:0; padding:30px 0 0; }
.row-fluid .team-boxes .team-social ul li { float:left; font-size:18px; padding-right:15px; }
.row-fluid .team-boxes .team-social ul li a { color:#1AA1C9; }
.row-fluid .team-boxes .team-social ul li a:hover { color:#37bce5; }

.row-fluid .count-section { padding:70px 0; }
.row-fluid .count-section h1 { font-size:120px; font-weight:400; }
.row-fluid .cc-title { font-size:19px; color:#2E2E2E; font-weight:700; line-height:29px; font-family: 'Montserrat', sans-serif; margin-bottom:20px; }

.slickdot-style .row-fluid .logo-slider .slick-slider button { background:#1AA1C9; color:#FFF; }
.slickdot-style .row-fluid .logo-slider .slick-slider button:hover { background:#343434; color:#FFFFFF; }
.row-fluid .logo-slider { position:relative; }
.row-fluid .logo-slider .slick-slide { border-top:1px solid #dadada; border-bottom:1px solid #dadada; border-right:1px solid #dadada; text-align:center; height:182px; display:inline-block; padding:10px 25px; }
.row-fluid .logo-slider .slick-slide a { position:relative; top:50%;  
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; top:50%; }
.row-fluid .logo-slider .slick-slide img { margin:0 auto; max-width:150px !important; -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .logo-slider .slick-slide:hover img { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }
 

.row-fluid .cta-section { padding:70px 0; font-size:18px; line-height:24px; font-weight:300; }
.row-fluid .cta-section h2 { font-size:46px; line-height:60px; margin-bottom:20px; }
.row-fluid .cta-section .btn-style3 a { margin-top:50px; }

.row-fluid ul.inputs-list li:before { display:none; }
.row-fluid ul.inputs-list li { display:block; padding:0 0 5px; width: 100%; }


/* About Page */
.row-fluid .hero-section { padding:140px 0; font-size:19px; line-height:29px; font-weight:300; background-attachment: fixed; }
.row-fluid .hero-section .wrapper { padding-right:400px; }
.row-fluid .hero-text { padding-right:170px; }
.row-fluid .hero-section h1 { font-size:68px; }

.row-fluid .awesome-digital { padding:70px 0; }
.row-fluid .awesome-box .awesome-subtitle { font-size:17px; line-height:25px; font-family: 'Montserrat', sans-serif; color:#1AA1C9; }
.row-fluid .awesome-box { padding:15px 0; }
.row-fluid .awesome-box h4 { font-size:23px; line-height:30px; margin-bottom:10px; }

.row-fluid .strike-section { padding:100px 0; font-size:19px; line-height:29px; font-weight:300; }
.row-fluid .strike-section .wrapper { padding:0 250px; }
.row-fluid .strike-section h2 { font-size:46px; line-height:53px; }
.row-fluid .strike-section .btn-style1, .row-fluid .strike-section .btn-style2 { float:none; display:inline-block; margin:0 7px; width:auto; } 
.row-fluid .strike-section .btn-style2 a { margin-top:25px; }

.row-fluid .blackcta-section { background-color:#343434; color:; padding:55px 0; font-size:19px; line-height:29px; font-weight:300; }
.row-fluid .blackcta-section .blackcta-text { padding-top:5px; }
.row-fluid .blackcta-section .btn-style2 a { margin-top:0; font-size: 13px; font-weight: 400; }
.row-fluid .blackcta-section .btn-style2 a:hover { background:#FFFFFF; color:#343434 }
    
/* FAQ Page */
.hero-lesspadd .row-fluid .hero-section { padding:100px 0; }
.row-fluid .faq-main { padding:50px 0; }
.row-fluid .faq-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:100%; margin:7px 0; padding:0 10%; }
.row-fluid .f-question { border:#e5e5e5 solid 1px; font-size: 14px; line-height: 28px; cursor:pointer; position:relative; }
.row-fluid .f-question .question-inner { padding: 10px 60px 10px 15px; }
.row-fluid .f-question .click-arrow { width: 50px; height: 50px; position: absolute; right: 0; top: -1px; text-align: center; line-height: 50px; color:#FFF; background:#CCC; font-size:16px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .f-question.faq-open .click-arrow { background:#1AA1C9; }
.row-fluid .f-question .click-arrow .fa, .row-fluid .f-question .click-arrow i {  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .f-question.faq-open .click-arrow .fa, .row-fluid .f-question.faq-open .click-arrow i { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } 
.row-fluid .faq-main .f-answer { display:none; padding: 10px; border-bottom:#e5e5e5 dotted 1px; }

/* Our Client */
.row-fluid .client-logo { padding:70px 0 50px; }
.row-fluid .client-logo > span > div { float:left; width:32%; margin:0 2% 2% 0; border:#e5e5e5 solid 1px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 position:relative; text-align:center; padding:20px; min-height:250px; overflow:hidden; }
.row-fluid .client-logo > span > div > a { display:table-cell; vertical-align:middle; }
.row-fluid .client-logo > span > div:hover { box-shadow:#e5e5e5 0 15px 15px;  }
.row-fluid .client-logo > span > div:nth-child(3n) { margin-right:0; }
.row-fluid .client-logo > span > div:nth-child(3n+1) { clear:left; }
.row-fluid .client-logo img { max-width:300px !important; position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); width:100% !important; }

/* Service Page */
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget { float:left; width:100%; padding:70px 0; }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) { background:#e5e5e5; }
.row-fluid .service-main .service-image { float:left; width:24%; padding:0 20px 0 0; }
.row-fluid .service-main .service-text { float:left; width:76%; }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) .service-image { float:right; text-align:right; padding:0 0 0 20px; }
.row-fluid .service-main .service-text h5 a { color:#2E2E2E; font-weight:700; display:inline-block; margin-bottom:10px; }
.row-fluid .service-main .service-text h6 { font-size: 17px; padding-bottom: 0; line-height: 1.5; color:#1AA1C9; }
    
/* Testimonial Page */
.row-fluid .testimonial-section { padding:50px 0; }
.row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:31%; margin:2% 3.5% 2% 0; border:#e5e5e5 solid 1px; padding: 30px; text-align: center;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget:hover { box-shadow:#e5e5e5 0 15px 15px;  }
.row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .client-image, .row-fluid .testi-text { padding:10px 0; }
.row-fluid .client-image img { border-radius:50%; }
.row-fluid .client-info h6 { padding:10px 0 0; }
.row-fluid .client-info span span { color:#1AA1C9; } 
.client-image { display:inline-block; width:120px;  }


/* Team Info */
.row-fluid .team-section.team-main .team-image { height:225px; margin-bottom:0; }
.row-fluid .team-section.team-main .team-designation { font-size:15px; }

/* Two Column */
.row-fluid .column-main { padding:30px 0; }
.row-fluid .column-main .column-box { margin-top:20px; margin-bottom:20px; }
.row-fluid .column-main .column-form { background:#e5e5e5; padding:30px; } 
.row-fluid .column-main .column-form h3 { font-size: 24px; font-weight: 700; }
.row-fluid .column-main .column-sidebar h3 { font-size: 24px; font-weight: 700; padding-bottom:0; }
.row-fluid .column-sidebar ul { vertical-align:top; list-style:none; padding:0; margin:0; }
.row-fluid .column-sidebar ul li { float:left; width:100%; }
.row-fluid .column-sidebar ul li a { display:block; max-width:100% !important; width:100%; vertical-align:top; padding:10px 20px 10px 0; color:#1AA1C9; border-bottom:#e5e5e5 solid 1px; position:relative; }
.row-fluid .column-sidebar ul li a:before { position:absolute; content:"\f105"; font-family:'FontAwesome'; width:20px; height:20px; right:0; top:12px; text-align:center; line-height:20px; color:#1AA1C9; }
.row-fluid .column-sidebar ul li a:hover:before, .row-fluid .column-sidebar ul li a:hover { color:#16171d; }

/* Gallery Page */
.row-fluid .gallery-images { padding:50px 0; }
.row-fluid .gallery-images .hs_cos_wrapper_widget { float: left; width: 33.33%; padding: 0 10px; margin: 10px 0; }
.row-fluid .easy-section { padding:50px 0; }

/* Video Page */
.row-fluid .video-top { padding:50px 0; }
.row-fluid .video-column { padding:15px 0; font-size:19px; line-height:29px; font-weight:300; }
.row-fluid .video-section { padding:50px 0; background:#f7f7f7; }
.row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:32%; margin:15px 2% 15px 0; text-align:center; font-weight:400; }
.row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .video-boxes h4 { padding:10px 0 0; }

/* Blog */
.row-fluid .mainblog-section { padding:50px 0; }
.row-fluid .mainblog-section .blog-left { width:70%; float:left; }
.row-fluid .mainblog-section .hs-featured-image-wrapper img { width:100%; max-width:100%; margin:0; }
.row-fluid .mainblog-section .post-header { padding:30px 0 15px; }
.row-fluid .mainblog-section .post-header h2 { font-size:34px; line-height:40px; font-weight:700; }
.row-fluid .mainblog-section .post-header h2 a { color:#2E2E2E; }
.row-fluid .mainblog-section .post-header h2 a:hover { color:#1AA1C9; }
.row-fluid .mainblog-section #hubspot-author_data { font-size:17px; font-family: 'Montserrat', sans-serif; color:#1AA1C9; float:left; }
.row-fluid .mainblog-section #hubspot-topic_data { float: left; padding: 0; font-size: 17px; padding-left: 10px; line-height: 25px; color:#CCC; }
.row-fluid .mainblog-section #hubspot-topic_data a { color:#CCC; font-family: 'Montserrat', sans-serif; }
.row-fluid .mainblog-section .post-item { padding:0 0 50px; margin:0 0 50px; position:relative; }
.row-fluid .mainblog-section .post-item:before { position:absolute; content:''; left:0; bottom:0; width:100%; height:1px; background:#e5e5e5;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .mainblog-section .post-item:after { position:absolute; content:''; left:0; right:0; margin:0 auto; bottom:0; width:15px; height:15px; background:#e5e5e5; margin-bottom: -12px; border:#FFF solid 5px; box-sizing: content-box;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .mainblog-section .post-item:hover:before { background:#16171d; }
.row-fluid .mainblog-section .post-item:hover:after { background:#1AA1C9;  
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
 box-shadow:#1AA1C9 0 0 0 1px }
.row-fluid .mainblog-section .blog-pagination ul { list-style:none; padding:10px 0; margin:0; float:left; width:100%; }
.row-fluid .mainblog-section .blog-pagination ul li { float:left; }
.row-fluid .mainblog-section .blog-pagination ul li a { color:#1AA1C9; background:#f7f7f7; padding:10px; width:45px; height:45px; text-align:center; line-height:25px; display:inline-block; margin:0 2px; font-size:15px; }
.row-fluid .mainblog-section .blog-pagination ul li.active a, .row-fluid .mainblog-section .blog-pagination ul li a:hover { background:#1AA1C9; color:#FFF }

.row-fluid .mainblog-section .blog-sidebar { float: left; width: 30%; margin: 0; padding-left: 40px; }
.row-fluid .mainblog-section .sidebar-box { padding-bottom:25px; }
.row-fluid .mainblog-section .blog-sidebar input[type=text], .row-fluid .mainblog-section .blog-sidebar input[type=email], .row-fluid .mainblog-section .blog-sidebar input[type=tel], .row-fluid .mainblog-section .blog-sidebar input[type=password] { border:none; border-radius:0; border-bottom:#e5e5e5 solid 1px; margin:0; padding:0 45px 0 0;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .mainblog-section .input { position:relative; }
.row-fluid .mainblog-section .input:before { position:absolute; }
.row-fluid .mainblog-section .blog-sidebar a.hs-button { position:absolute; right:0; top:0; font-size:0; width: 45px; height: 45px; }
.row-fluid .mainblog-section .blog-sidebar .hs-button:before { position:absolute; content:"\f002"; font-size:18px; color:#e5e5e5; font-family:'FontAwesome'; width:25px; height:25px; left:10px; top:10px; text-align:center; line-height:25px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .mainblog-section .blog-sidebar input[type=text]:focus { border-color:#1AA1C9; }
.row-fluid .mainblog-section .blog-sidebar input[type=text]:focus + a:before { color:#1AA1C9; }
.row-fluid .mainblog-section .blog-sidebar h3 { font-size:20px; font-weight:700; line-height:1.3; padding:10px 0; }
.row-fluid .mainblog-section .hs-rss-item { float:left; width:100%; margin:0; padding:15px 0; border-bottom:#e5e5e5 solid 1px; }
.row-fluid .mainblog-section .hs-rss-title { font-size:15px; color:#666666; font-family: 'Montserrat', sans-serif; }
.row-fluid .mainblog-section .hs-rss-title:hover { color:#1AA1C9; }
.row-fluid .mainblog-section .hs-rss-date { color:#1AA1C9; font-family: 'Montserrat', sans-serif; font-weight:700 }
.row-fluid .mainblog-section .follow-us .fm_button { background:#1AA1C9; width:35px ; height:35px; margin-right:5px; display:inline-block; position:relative;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .mainblog-section .follow-us .fm_button:before { position:absolute; width:100%; height:100%; font-family:'FontAwesome'; text-align:center; left:0; top:0; line-height:35px; color:#FFF; }
.row-fluid .mainblog-section .follow-us .fm_button:hover { background:#343434; box-shadow:#CCC 0 5px 5px; }
.row-fluid .mainblog-section .follow-us .fm_button span { background-image:none !important; }
.row-fluid .mainblog-section .follow-us .fm_youtube:before { content:"\f16a"; }
.row-fluid .mainblog-section .follow-us .fm_twitter:before { content:"\f099"; }
.row-fluid .mainblog-section .follow-us .fm_pinterest:before { content:"\f231"; }
.row-fluid .mainblog-section .follow-us .fm_rss:before { content:"\f09e"; }
.row-fluid .mainblog-section .follow-us .fm_googleplus:before { content:"\f0d5"; }
.row-fluid .mainblog-section .follow-us .fm_linkedin:before { content:"\f0e1"; }

.row-fluid .mainblog-section .post-publishdate { float:left; }
.row-fluid .mainblog-section .hs-author-label { padding-left:5px; color:#CCC; float:left; }
.row-fluid .mainblog-section .author-link { float:left; padding:0 5px; color:#1AA1C9; }
.row-fluid .mainblog-section .custom_listing_comments { float:left; }
.row-fluid .mainblog-section .custom_listing_comments span { color:#CCC; }
.row-fluid .mainblog-section #hubspot-topic_data2 { font-family: 'Montserrat', sans-serif; font-weight:700; color:#16171d; font-size:17px; line-height:36px; padding:10px 0; border-top:#CCC solid 1px; border-bottom:#CCC solid 1px; }
.row-fluid .mainblog-section #hubspot-topic_data2 a { font-weight:400; font-family: 'Open Sans', sans-serif; padding-left:5px; color:#1AA1C9; text-decoration:underline; font-size:14px; line-height:31px; }
.row-fluid .mainblog-section #hubspot-topic_data2 a:hover { color:#CCC; text-decoration:none; }  
.row-fluid .mainblog-section #comments-listing:first-child:before { font-family: 'Montserrat', sans-serif; content:'Comments'; float:left; width:100%; padding:20px 0; font-size:24px; font-weight:400; color:#343434; }
.row-fluid .mainblog-section .comment { float:left; width:100%; padding:10px 0; border:none; position:relative; margin:0; }
.row-fluid .mainblog-section .comment.depth-1 { padding-left:2%; }
.row-fluid .mainblog-section .comment.depth-2 { padding-left:4%; }
.row-fluid .mainblog-section .comment.depth-3 { padding-left:6%; }
.row-fluid .mainblog-section .comment.depth-4 { padding-left:8%; }
.row-fluid .mainblog-section .comment.depth-5 { padding-left:10%; }
.row-fluid .mainblog-section .comment h4 { text-transform:capitalize; padding-bottom:0; }
.row-fluid .mainblog-section .comment-date { display: block; line-height: 15px; padding-bottom: 10px; color:#1AA1C9; }
.row-fluid .mainblog-section .comment-reply-to { padding:0; background:transparent; position:absolute; right:0; top:20px; color:#1AA1C9; font-size:12px; }
.row-fluid .mainblog-section .comment-reply-to em { display:none; }
.row-fluid .mainblog-section .share-this { padding:30px 0 10px; }
.row-fluid .mainblog-section .share-this span { font-family: 'Montserrat', sans-serif; font-size:17px; color:#343434; float:left; padding-right:5px; }
.row-fluid .mainblog-section .share-this ul { font-family: 'Montserrat', sans-serif; float:left; margin:0; padding:0; list-style:none; }
.row-fluid .mainblog-section .share-this ul li { float:left; padding:0 5px; }
.row-fluid .mainblog-section .share-this ul li a { color:#CCC; }
.row-fluid .mainblog-section .share-this ul li a:hover { color:#1AA1C9; }
.row-fluid .mainblog-section #comment-form .hs-form-required { display:none; }
.row-fluid .mainblog-section #comment-form input[type=submit] { margin-top:10px; }
.row-fluid .mainblog-section .about-author-sec { padding:25px 0 10px; }
.row-fluid .mainblog-section .author-detail h3 { font-size:17px; float:left; width:100%; line-height:1; }
.row-fluid .mainblog-section .author-detail h3 a { padding:0; }
.row-fluid .mainblog-section .hs-author-social-link { color:#1AA1C9; position:relative; background-image:none !important; text-indent:0; font-size:0; vertical-align:top; }
.row-fluid .mainblog-section .hs-author-social-link:before { position:absolute; content:''; width:100%; height:100%; font-family:'FontAwesome'; text-align:center; left:0; top:0; line-height:35px; font-size:18px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .mainblog-section .hs-author-social-link:hover:before { color:#16171d; }
.row-fluid .mainblog-section .hs-social-facebook:before { content:"\f09a"; }
.row-fluid .mainblog-section .hs-social-twitter:before { content:"\f099"; }
.row-fluid .mainblog-section .hs-social-google-plus:before { content:"\f0d5"; }
.row-fluid .mainblog-section .hs-social-linkedin:before { content:"\f0e1"; }

.row-fluid .mainblog-section .blog-listing-wrapper > .post-listing-simple .post-item { padding:0 0 20px; margin:0 0 25px; }
.row-fluid .mainblog-section .blog-listing-wrapper > .post-listing-simple h2 { font-size:24px; line-height:1.2; }
.row-fluid .mainblog-section .blog-listing-wrapper > .post-listing-simple h2 a { color:#1AA1C9; }

/* Resource Page */
.resources-main { padding:80px 0; }
.resource-dropdown { position:relative; }
.resource-dropdown a { cursor:pointer; vertical-align: top;  }
.resource-dropdown ul  { margin:10px auto 0; float:left; width:100%; list-style:none; padding:0; z-index:99; text-align:center; }
.resource-dropdown ul li { display:inline-block; float:none; margin:0; padding:0 10px; position:relative; }
.resource-dropdown ul li:after { position:absolute; content:''; right:0; top:50%; width:4px; height:4px; margin:-2px -2px 0 0; background:#1AA1C9; }
.resource-dropdown ul li:last-child:after { display:none; }
.resource-dropdown ul li a { display:block; padding:10px; text-align:center; color:#666666; border-bottom:transparent solid 2px; }
.resource-dropdown ul li:first-child a { border:none; }
.resource-dropdown ul li a.selected, .resource-dropdown ul li a:hover { color:#1AA1C9; border-bottom:#1AA1C9 solid 2px; }


.row-fluid .resource-boxes { padding:60px 0 0; }
.row-fluid .resource-box { float:left; width:33%; padding:0 10px; margin:0 0 20px; }
.row-fluid .resource-boxes #resourcebox-continer  { margin:0 -12px; }
.row-fluid .resource-bimg { float:left; width:100%; height:250px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.row-fluid .resource-bimg img { display:none; }
.row-fluid .resource-b { background:#f5f5f5; padding:15px; float:left; width:100%; position:relative; overflow:hidden; }
.row-fluid .resource-btext { float:left; width:100%; padding:15px; }
.row-fluid .resource-btext h4 { font-size: 20px; line-height: 28px; }
.row-fluid .resource-btext h6 { font-size:16px; margin:0 0 5px; padding:0; }
.row-fluid .resource-blink { position: absolute; top:100%; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(52,45,47,0.9);  
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-ms-transition: all ease 0.4s;
transition: all ease 0.4s;
 }
.row-fluid .resource-blink a {  
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
; position:relative; top:50%; margin:0 }
.row-fluid .resource-b:hover .resource-blink { top:0; }

/* Contact Page */
.row-fluid .contactus-section { float:left; width:100%; padding:50px 0; }
.row-fluid .contact-detail { padding-top:40px; }
.row-fluid .contact-detail h4 { font-size:19px; line-height:26px; color:#2E2E2E; }
.row-fluid .sayhello-title { font-size:17px; line-height:25px; font-family: 'Montserrat', sans-serif; color:#1AA1C9; }
.row-fluid .contact-address ul { list-style:none; padding:0; }
.row-fluid .contact-address ul span { color:#343434; }
.row-fluid .contactus-left textarea { height:280px; }
.row-fluid .contactus-left h4 { font-size: 25px; line-height: 30px; font-weight: 700; color:#2E2E2E; }

/* Event Page */
.row-fluid .event-section { padding:40px 0; }
.row-fluid .event-section .hs_cos_wrapper_type_custom_widget { float:left; width:100%; padding:30px 0; border-bottom:#CCC solid 1px; }
.row-fluid .event-section .hs_cos_wrapper_type_custom_widget:first-child { padding-top:0; }
.row-fluid .event-section .hs_cos_wrapper_type_custom_widget h6 { font-size:15px; padding:0; }
.row-fluid .event-section .event-detail { padding:10px 0 0; }

/* Footer */
.row-fluid .footer-section { background:#16171d; color:#949494; padding:70px 0; }
.row-fluid .footer-section a { color:#fff; }
.row-fluid .footer-section a:hover { color:#1AA1C9; }
.row-fluid .footer-section ul { list-style:none; padding:0; }
.row-fluid .footer-section ul li { padding:8px 0 12px 30px; line-height:18px; }
.row-fluid .footer-section h4 { font-size:23px; line-height:26px; color:#FFF; padding-bottom:25px; }
.row-fluid .footer-logo, .row-fluid .footer-address { padding-bottom:20px; }
.row-fluid .footer-logo img { width:100% !important; max-width:200px !important; }
.row-fluid .footer-social { padding:10px 0 0; }
.row-fluid .footer-social ul { padding:0; list-style:none; }
.row-fluid .footer-social ul li { float:left; padding:0 15px 5px 0; font-size:19px; line-height:21px; }
.row-fluid .footer-social ul li a { color:#FFF; }
.row-fluid .footer-social ul li a:hover { color:#1AA1C9; }
.row-fluid .office-map { padding-top:25px; }
.row-fluid .pickup-box ul li { position:relative; border-bottom:#35363d solid 1px; }
.row-fluid .pickup-box ul li:before { position:absolute; font-family:'FontAwesome'; left:0; top:9px; width:25px; height:25px; color:#FFF; font-size:18px }
.row-fluid .pickup-box ul li:nth-child(1):before { content:"\f06b";  }
.row-fluid .pickup-box ul li:nth-child(2):before { content:"\f09d";  }
.row-fluid .pickup-box ul li:nth-child(3):before { content:"\f1d9";  }
.row-fluid .footer-subscribe h3 { padding:0; }
.row-fluid .footer-subscribe .hs_email > label { display:none; }
.row-fluid .footer-subscribe form { position:relative; }
.row-fluid .footer-subscribe input[type=email] { padding-right:55px; }
.row-fluid .footer-subscribe input[type=submit] { border-radius:0 4px 4px 0; position: absolute; right: 0; top: 0; font-size:0; width:45px; height:100%; background:url('//cdn2.hubspot.net/hubfs/383029/Assets_Marketing_Agency_Theme/images/subscribe-icon.png')no-repeat center #1AA1C9; background-size:20px auto; height:45px; }
.row-fluid .footer-subscribe input[type=submit]:hover { background:url('//cdn2.hubspot.net/hubfs/383029/Assets_Marketing_Agency_Theme/images/subscribe-icon.png')no-repeat center #37bce5; background-size:20px auto; }
.row-fluid .footer-twitter ul { margin:0; }
.row-fluid .footer-twitter ul li { padding-left:0; }
 
.row-fluid .footer-social .fm_button {width:30px ; height:30px; margin-right:5px; display:inline-block; position:relative;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 text-align:left; }
.row-fluid .footer-social .fm_button:before { position:absolute; width:100%; height:100%; font-family:'FontAwesome'; font-size:18px; left:0; top:0; line-height:30px; color:#FFF;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .footer-social .fm_button:hover:before { color:#1AA1C9; }
.row-fluid .footer-social .fm_button span { background-image:none !important; }
.row-fluid .footer-social .fm_youtube:before { content:"\f16a"; }
.row-fluid .footer-social .fm_twitter:before { content:"\f099"; }
.row-fluid .footer-social .fm_pinterest:before { content:"\f231"; }
.row-fluid .footer-social .fm_rss:before { content:"\f09e"; }
.row-fluid .footer-social .fm_googleplus:before { content:"\f0d5"; }
.row-fluid .footer-social .fm_linkedin:before { content:"\f0e1"; }

.row-fluid .footer-box .hs-rss-item  { margin:0; float:left; width:100%; border-bottom:#35363d solid 1px; }
.row-fluid .footer-box .hs-rss-item h3 { padding:0; }
.row-fluid .footer-box .hs-rss-item-text { float:left; width:100%; padding:2px 0; }

/*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-top60 { padding-top:60px; }
.row-fluid .padding-top70 { padding-top:70px; }

.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; }
.row-fluid .padding-bottom60 { padding-bottom:60px; }
.row-fluid .padding-bottom70 { padding-bottom:70px; }


/*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-top60 { margin-top:60px; }
.row-fluid .margin-top70 { margin-top:70px; }

.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; }
.row-fluid .margin-bottom60 { margin-bottom:60px; }
.row-fluid .margin-bottom70 { margin-bottom:70px; }

@media (min-width:992px) and (max-width:1240px) { 
    .row-fluid .wrapper { max-width:900px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:10px; }
    .row-fluid .hero-slider .slidebox { padding: 50px 190px 150px 20px; }
    .row-fluid .service-top { padding:0 100px; }
    .row-fluid .service-boxes h6 { font-size:17px; }
    .row-fluid .service-boxes .service-icon { margin-bottom:20px; }
    .row-fluid .testimonial-slider { padding:30px 0 0; }
    .row-fluid .testimonial-slider:before { font-size:300px; left:-60px; top:-30px; }
    .row-fluid .count-section h1 { font-size:100px; }
    .row-fluid .logo-slider .slick-slide { min-height:140px; }
    .row-fluid .hero-section .wrapper { padding-right:190px; }
    .row-fluid .strike-section .wrapper { padding:0 100px; }
}
    
@media (min-width:768px){
    .row-fluid .mainmenu .hs-menu-wrapper > ul ul { margin-top:25px;  
-webkit-transition: ease all 0.4s !important;
-moz-transition: ease all 0.4s !important;
-o-transition: ease all 0.4s !important;
-ms-transition: ease all 0.4s !important;
transition: ease all 0.4s !important;
 }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li:hover > ul { margin-top:0; }
    
    .row-fluid .top-section.sticky { position:fixed; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.11); margin-top:-100%;  
-webkit-transition: ease all 0.75s;
-moz-transition: ease all 0.75s;
-o-transition: ease all 0.75s;
-ms-transition: ease all 0.75s;
transition: ease all 0.75s;
 }
    .row-fluid .top-section.sticky.sticky2 { margin-top:0; }
    .row-fluid .top-section.sticky .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { color:#333; line-height:40px; }
    .row-fluid .top-section.sticky .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#1AA1C9; }
    .row-fluid .top-section.sticky .top-logo { display:none; }
    .row-fluid .top-section .color-logo img {  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }  
    .row-fluid .top-section.sticky .color-logo { display:block; padding-top:10px; }
    .row-fluid .top-section.sticky .color-logo img { max-width:150px !important; }
    
    .slickdot-style .row-fluid .slick-slider button.slick-arrow:hover { width:55px; }
}

@media (max-width:991px){
    
    .row-fluid .wrapper { max-width:700px; }
    .row-fluid .btn-style2 a, .row-fluid a.btn-style2 { padding:10px 20px; }
    
    .row-fluid .top-section { padding:0 20px; }
    .row-fluid .top-section.sticky .color-logo { padding-top:10px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { text-align:center; width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { float:none; display:inline-block; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:14px; padding:10px 8px; line-height:40px; }
    .row-fluid .top-section.sticky .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { line-height:26px; } 
    .row-fluid .toplogo-box { width:100%; float:left; text-align:center; }
    .row-fluid .mainmenu { width:100%; margin:0; padding-left:0; }
    .row-fluid .top-logo { padding:10px 0; }
    .row-fluid .toplogo-box img { max-width:250px; }
    .row-fluid .homeSlide { min-height:600px; }
    .row-fluid .hero-slider .btn-style1, .row-fluid .hero-slider .btn-style2 { margin:10px 5px 0 0; }
    .row-fluid .hero-slider .slidebox { padding:50px 20px 70px 20px; }
    .row-fluid .hero-slider h1, .row-fluid .hero-section h1 { font-size:50px; padding-bottom:10px; }
    .row-fluid .service-top { padding:0; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width:49%; }
    .row-fluid .testimonial-slider { padding:20px 0 0; padding:20px 0 0; }
    .row-fluid .testimonial-slider:before { font-size:160px; left: -30px; top: -10px; } 
    .row-fluid .testimonial-section .testi-message { font-size:26px; line-height:32px; }
    .row-fluid .testimonial-section { padding:35px 0; }
    .row-fluid .testimonial-section .slick-dots { margin-bottom:0; }
    .row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget { width:48.5%; }
    .row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; }
    .row-fluid .count-section h1 { font-size:70px; padding-bottom:10px; }
    .row-fluid .cc-title { font-size:16px; margin-bottom:10px; }
    .row-fluid .cta-section h2 { font-size:36px; line-height:40px; }
    .row-fluid .footer-section h4 { font-size:20px; padding-bottom:20px; }
    
    .row-fluid .strike-section .wrapper { padding:0 20px; }
    .row-fluid .hero-section { padding:50px 0; }
    .row-fluid .hero-section .wrapper { padding-right:0; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget, .row-fluid .client-logo > span > div, .row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget { min-height:200px; width:48%; margin-right:2%; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n), .row-fluid .client-logo > span > div:nth-child(2n, .row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n)) { margin-right:0; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n), .row-fluid .client-logo > span > div:nth-child(3n), .row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:2%; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n+1), .row-fluid .client-logo > span > div:nth-child(2n+1), .row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { clear:left; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n+1), .row-fluid .client-logo > span > div:nth-child(3n+1), .row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) { clear:none; }
    
    .row-fluid .column-main .column-form { padding:15px; }
    .row-fluid .column-main .column-form h3 { line-height: 1.2; }
    .row-fluid .column-main .column-sidebar h3 { font-size:20px; }
    
    .row-fluid .gallery-images .hs_cos_wrapper_widget { width:50%; }
    
    .row-fluid .mainblog-section .blog-sidebar { padding-left:25px; }
    
    .row-fluid .resource-box { width:50%; margin: 0 0 15px; }
    
    .row-fluid .service-boxes .service-icon { margin-bottom:20px; }
    
} 

@media (max-width:767px) {
    .row-fluid .wrapper { max-width:100%; }
    
    h1 { font-size:30px; line-height:1.2; padding:10px 0;}
    h2 { font-size:28px; line-height:1.2; padding:10px 0;}
    h3 { font-size:26px; line-height:1.2; padding:10px 0;}
    h4 { font-size:22px; line-height:1.2; padding:10px 0;}
    h5 { font-size:20px; line-height:1.2; padding:10px 0;}
    h6 { font-size:18px; line-height:1.2; padding:10px 0;}

    /*Padding Option*/
    .row-fluid .padding-top10 { padding-top:5px; }
    .row-fluid .padding-top20 { padding-top:10px; }
    .row-fluid .padding-top30 { padding-top:15px; }
    .row-fluid .padding-top40 { padding-top:20px; }
    .row-fluid .padding-top50 { padding-top:25px; }
    .row-fluid .padding-top60 { padding-top:30px; }
    .row-fluid .padding-top70 { padding-top:35px; }
    
    .row-fluid .padding-bottom10 { padding-bottom:5px; }
    .row-fluid .padding-bottom20 { padding-bottom:10px; }
    .row-fluid .padding-bottom30 { padding-bottom:15px; }
    .row-fluid .padding-bottom40 { padding-bottom:20px; }
    .row-fluid .padding-bottom50 { padding-bottom:25px; }
    .row-fluid .padding-bottom60 { padding-bottom:30px; }
    .row-fluid .padding-bottom70 { padding-bottom:35px; }
    
    
    /*Margin Option*/
    .row-fluid .margin-top10 { margin-top:5px; }
    .row-fluid .margin-top20 { margin-top:10px; }
    .row-fluid .margin-top30 { margin-top:15px; }
    .row-fluid .margin-top40 { margin-top:20px; }
    .row-fluid .margin-top50 { margin-top:25px; }
    .row-fluid .margin-top60 { margin-top:30px; }
    .row-fluid .margin-top70 { margin-top:35px; }
    
    .row-fluid .margin-bottom10 { margin-bottom:5px; }
    .row-fluid .margin-bottom20 { margin-bottom:10px; }
    .row-fluid .margin-bottom30 { margin-bottom:15px; }
    .row-fluid .margin-bottom40 { margin-bottom:20px; }
    .row-fluid .margin-bottom50 { margin-bottom:25px; }
    .row-fluid .margin-bottom60 { margin-bottom:30px; }
    .row-fluid .margin-bottom70 { margin-bottom:35px; }
    
    .row-fluid .btn-style1 a, .row-fluid a.btn-style1, .row-fluid .btn-style2 a, .row-fluid a.btn-style2 { padding:10px 20px; }
    .row-fluid .btn-style1 a, .row-fluid a.btn-style1 { padding:10px 22px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li a.child-triggerm { width:55px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li > a, .row-fluid .mainmenu .hs-menu-wrapper>ul ul li a { color:#FFFFFF; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li > a:hover, .row-fluid .mainmenu .hs-menu-wrapper>ul ul li a:hover { color:#ED5F29; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul ul { background:#007CDC; }
    
    .row-fluid .top-section { padding:0 60px 0 0; }
    .row-fluid .top-section.sticky { position:absolute; }
    .row-fluid .top-space { padding-top:65px !important; }
    .row-fluid .top-logo { text-align:left; padding-right:50px; }
    .row-fluid .top-logo img { max-width:170px !important; }
    .row-fluid .hero-slider h1, .row-fluid .hero-section h1 { font-size:36px; }
    .row-fluid .hero-slider .slideText { font-size:18px; padding-right:0; }
    
    .row-fluid .hero-section { background-attachment: inherit; }
    .row-fluid .homeSlide { min-height:0; }
    
    .row-fluid .service-section, .row-fluid .count-section, .row-fluid .cta-section { padding:35px 0; text-align:center; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { padding-top:30px; }
    .row-fluid .footer-section, .row-fluid .team-section, .row-fluid .awesome-digital  { padding:20px 0; }
    .row-fluid .cta-section h2, .row-fluid .strike-section h2 { font-size:28px; line-height:36px; margin-bottom:10px; }
    .row-fluid .cta-section .btn-style3 a { margin-top:30px; }
    .row-fluid .footer-box { padding:15px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { line-height:30px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:first-child:after { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul ul { width:100%; border-top:none; }
    .slickdot-style .row-fluid .slick-slider button { width:30px; height:30px; padding:0; }
    .row-fluid .testimonial-section .testi-message { font-size: 18px; line-height: 24px; padding-top: 10px; }
    .row-fluid .testimonial-slider h6 { margin-top:10px; font-size:14px; padding-left:0; }
    .row-fluid .blackcta-section { padding:35px 0; }
    
    .row-fluid .hero-section { font-size:18px; }
    .row-fluid .hero-section .wrapper { padding-right:20px; }
    .row-fluid .hero-text { padding-right:0; }
    .row-fluid .strike-section { padding:35px 0; font-size:18px; }
    .row-fluid .blackcta-section .btn-style2 a { margin-top:10px; }
    .hero-lesspadd .row-fluid .hero-section { padding:50px 0; }
    
    .row-fluid .client-logo { padding:35px 0; }
    
    .row-fluid .service-main .service-image, .row-fluid .service-main .service-text { width:100%; padding:10px 0 !important; }
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget { padding:35px 0; text-align:center; }
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) .service-image { text-align:center; }
    .row-fluid .gallery-images { padding:35px 0; }
    .row-fluid .video-top, .row-fluid .video-section { padding:20px 0; }
  
    .row-fluid .mainblog-section .blog-left, .row-fluid .mainblog-section .blog-sidebar { padding-left:0; width:100%; }
    .row-fluid .mainblog-section .blog-sidebar { padding-top:40px; }
    
    .row-fluid .resources-main { padding:40px 0; }
    .row-fluid .resource-boxes { padding:40px 0 0; }
    .row-fluid .resource-btext { padding:15px 0 0; }
    .row-fluid .resource-btext h4 { padding:5px 0; }
    
    .row-fluid .contactus-left { padding-bottom:40px; }
    
    .row-fluid .faq-boxes .hs_cos_wrapper_type_custom_widget { padding:0; }
} 

@media (max-width: 500px){
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .service-boxes .service-icon, .row-fluid .testimonial-section .slick-dots { margin-top:10px; } 
    .row-fluid .team-boxes .hs_cos_wrapper_type_custom_widget { width: 100%; margin-right: 0; }
    .row-fluid .f-question .click-arrow { position: static; float: left; width: 100%; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_type_custom_widget { width:100%; margin:15px 0; padding:20px; }
    
    .row-fluid .gallery-images .hs_cos_wrapper_widget, .row-fluid .video-boxes .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .resource-box, .row-fluid .client-logo > span > div { width:100%; margin:0 0 20px; } { width:100%; }
}

/* Responsive Menu Style */
@media (min-width: 768px){

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

}

@media (max-width: 767px){

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


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 10px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      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;
  }

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

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

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


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

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

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


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

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

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

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

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

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}