/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

/* Case Study Detail Page */

.widget-span.widget-type-linked_image img {
    position: relative;
}

.content-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-section.padding-top-0{
  padding-top: 0;
}
.content-section-half {
    padding-top: 50px;
    padding-bottom: 50px;
}
.round-img img {
    border-radius: 6px;
}
.round-img {
    padding-left: 50px;
}
.case-study-txt h3 {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  border-bottom:none;
}
.bg-dark {
    background-color: #5a5a5a;
    color: #fff;
}
.bg-light {
    background-color: #5b6a81;
}
.span6.bg-light {
    background-color: #5b6a81;
    color: #fff;
    width: 50.28%;
    margin-left: 0px;
}
.content-section.item1 .case-study-txt {
    max-width: 50%;
    float: right;
    margin-right: 100px;
}
.content-section.item2 .case-study-txt{
  margin-left: 100px;
}
.item .case-study-txt h2 {
    color: #fff;
}
.case-study-txt,.case-study-txt p,.case-study-txt ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    font-family: Source Sans Pro;
    letter-spacing: .25px;
}
.item .case-study-txt, .item .case-study-txt p,.item .case-study-txt ul li{
    color: #fff;
}
.bg {
    background: #fff8f5;
}
body .container-fluid .row-fluid .wrapper.w-800 {
    max-width: 800px;
}
.case-study-txt h5 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0;
  font-family: Source Sans Pro;
}
.widget-type-social_sharing img{
  	height: 44px !important;
    width: 44px !important;
    margin-right: 10px !important;
}
.case-study-txt a {
    color: #fff;
}

/* Case Study Detail Page */

/* Testimonial Page */

.testi-txt-main {
    padding-right: 100px;
}
.testi-txt-main.right {
    padding-left: 100px;
    padding-right: 0px;
}
.testi-txt {
    font-size: 20px;
    margin-bottom: 50px;
}
.testi-img img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 20px;
    border-radius: 100%;
}
.test-img-main  {
   height: 190px;
   line-height: 190px;
   text-align: center;
}
.test-img-main  img {
    vertical-align: middle;
}
.testipost-txt h5 {
    margin-bottom: 0px;
}
.testipost-txt {
    margin-left: -10px !important;
}
.testi-bg {
    background: #f6f6f6;
}

/* Testimonial Page */

/* Under Construction Page */

.under-cont-main.video-bg .video-object {
    position: fixed;
}
.under-cont-main.video-bg.hero-section{
		min-height: 100vh;
    padding:10% 0px 0px 0px;
}
.under-cont-main .widget-type-logo{
		/*background: rgba(0, 0, 0, 0.7);*/
  position:relative;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}
.one-line-form form{
    max-width: 400px;
    margin: 0 auto;
}
.one-line-form .hs_cos_wrapper.form-title {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    opacity: .9;
  font-family: 'Poppins', sans-serif;
}
.one-line-form form .field>label{
  display:none;
}
.one-line-form form {
    position:relative;
}
.one-line-form form input.hs-input {
    border-radius: 30px;
    opacity: 0.9;
 	 border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.one-line-form form .hs-button.primary {
    height: auto;
    margin-top: 0px;
    float: right;
    position: absolute;
    background: #5b6a81;
    border-color: #5b6a81;
    padding: 13px 20px;
    font-size: 15px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  top:0px;
  right:-20px;
}
.one-line-form ul.hs-error-msgs.inputs-list {
    
}
.body-container-wrapper .one-line-form form .hs-error-msgs li { 
  font-size:15px;
}
.body-container-wrapper .one-line-form a{
  color:#fff;
}
.submitted-message {
    color: #fff;
    opacity: 0.9;
}
/* Under Construction Page */

/* Home Page V3 Header Section (Video) */

.span6.header-left, .span6.header-right{
  width:50%;
}
.header-left{
   min-height: 150vh !important;
   position: relative;
}
/*.header-right.video-bg.hero-section{
		min-height: 100vh;
    margin-left: 0px;
    padding:10% 0 0;
}*/
.header-right.video-bg.hero-section {
    min-height: 150vh;
    margin-left: 0px;
    line-height: 90vh;
  	padding:0px;
}
.header-right.video-bg.hero-section:before {
    z-index: 0;
    background-color: #5b6a81;
    opacity: .7;
}
.header-right-section{
    padding-left: 0px;
    position:relative;
    text-align:center;
}
.header-right-section img{
    vertical-align: middle;
}
.header-left-section{
    padding-right: 80px !important;
    position: absolute;
    top: 30%;
    left: 40%;
    height: 30%;
    width: 60% !important;
    margin: -30% 0 0 -30%;
}
.header-left-section h1 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: right;
    margin-bottom: 50px;
}
.header-left-section p {
    color: #fff;
    font-size: 25px;
    text-align: right;
}
.header-left-section .cta-group{
    text-align: right;
}

/* Home Page V3 Header Section (Video) */

/* Home Page V3 Header Section (Image)*/

.video-bg .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.video-bg .bg-image img.hs-image-widget {
    width: auto !important;
    height: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

/* Home Page V3 Header Section (Image) */

/* Home Page V3 Header Section (Angled) */

.angled .span6.header-left{
  width:55%;
}
.angled .span6.header-right{
  width:45%;
  background:transparent;
}
.angled .header-left:before {
    transform: skew(23.4deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 200vw;
    background: #5b6a81;
    right: 70px;
    left: 70px;
}
.angled .header-left-section {
    left: 20%;
}
.angled  .header-right.video-bg.hero-section:before {
    z-index: 0;
    background-color: #5b6a81;
    opacity: .7;
    left: -70px;
    right: -70px;
    -webkit-transform: skew(13.4deg);
    -ms-transform: skew(13.4deg);
    transform: skew(13.4deg);
}
.angled  .video-bg .video-object {
    z-index: -1;
    left: -70px;
    right: -70px;
    -webkit-transform: skew(13.4deg);
    -ms-transform: skew(13.4deg);
    transform: skew(13.4deg);
}
.angled1 .header-left:after {
		content: "";
    display: block;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 100vh solid #5b6a81;
    position: absolute;
    right: -110px;
    z-index: 99999;
}

/* Home Page V3 Header Section (Angled) */

/* Download Form */

.download-main .header-left-section h1 {
    text-align: center;
}
.download-main .header-left-section p {
    text-align: center;
}
.download-main .header-left-section {
    left: 25%;
    top:35%;
}

/* Download Form */

/* Lp WHite Bg */

.lead-head-main .widget-type-rich_text {
    float: right;
    font-size: 18px;
    line-height: 100px;
}
.lead-foot-main{
  padding-bottom:100px;
}
.lead-foot-main .foot-txt{
 font-size: 18px;
}
.lead-head-main {
    padding: 30px 0px;
}
.lead-main h1 {
    line-height: 50px;
    margin-bottom: 60px;
  FONT-WEIGHT: 100;
}
.lead-form-main {
    border: 5px solid #333c4e;
    border-radius: 15px;
    padding: 34px 40px;
}
.lead-main p,.lead-main li {
    font-size: 18px;
}
body .container-fluid .lead-form-main .row-fluid .hs-button {
    background: #5B6A81;
    border-color: #5B6A81;
      padding: 20px 30px;
}
.span5.widget-span.widget-type-cell.lead-form-main {
    width: 35%;
    float: right;
}
.form-main .hs_cos_wrapper.form-title {
    display: block;
}

/* Lp WHite Bg */

/* Lp Image Bg */

body .section-agency .lead-head-main img {
    display: block !important;
    background: none;
}
.lead-image-main .lead-head-main .widget-type-rich_text,
.lead-image-main .lead-main h1,
.lead-image-main .lead-main p,.lead-image-main .lead-main li,.lead-image-main .lead-main a,
.lead-image-main .lead-foot-main .foot-txt{
    color: #fff;
}
.lead-image-main .span5.widget-span.widget-type-cell.lead-form-main {
    background: #bdc9dc;
    border: none;
    padding: 0px 0px 34px;
}
.lead-image-main .span5.widget-span.widget-type-cell.lead-form-main .row-fluid-wrapper.row-depth-2.row-number-5 {
    padding: 0px 40px;
}
.lead-image-main .lead-form-main h3 {
    color: #fff;
    display: block;
    background: #5b6a81;
      padding: 10px 40px;
  border-radius:15px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      font-size: 25px;
}
.lead-image-main .hubspot-link__container {
    display: none;
}
ul.numbering {
   list-style:none;
}
ul.numbering li {
    margin-left: 0px;
      margin-bottom: 10px;
}
ul.numbering li:before {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-style: normal;
    transition: .4s ease;
    margin-right: 10px;
}
ul.numbering li.first:before {
    content: "1";
}
ul.numbering li.second:before {
    content: "2";
}
ul.numbering li.third:before {
    content: "3";
}
.lead-image-main .lead-main h1 {
    margin-top: 60px;
   margin-bottom: 0px;
}
/* Lp Image Bg */

/* Lp video Bg */
.lead-video-main.video-bg.hero-section
{
padding:0!important;
}
.lead-head-main .main-logo
{
position:absolute!important;
}
.lead-form-main
{
     position: relative;
}
.lead-video-main .span5.widget-span.widget-type-cell.lead-form-main
{
    padding: 0px 0px 0px;
}
.lead-video-main .span5.widget-span.widget-type-cell.lead-form-main .row-fluid-wrapper.row-depth-2.row-number-5 {
    padding: 0;
}
 .lead-video-main .lead-form-main .form-padding {
    padding: 30px;
}
.lead-video-main .lead-main h1 {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 20px;
}
.lead-video-main .span12.widget-span.widget-type-custom_widget {
    min-height: 0!important;
}
/* Lp video Bg */

/* Contact V2 */

.choice-main.bg-light {
    background: #eaeaea;
}
.choice-main .left-section,.choice-main .right-section  {
    background: #fff;
    border-radius: 15px;
    padding: 50px;
}
.choice-main .fa {
    color: #5b6a81;
    font-size: 80px;
}
body .choice-main a.cta_button[title] {
    background: transparent;
    color: #5b6a81;
    border: 2px solid;
    padding: 15px 20px;
}
.map-section iframe{
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map-section .map-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://cdn2.hubspot.net/hub/273774/file-1146934634-png/mp/themes/Act-Theme/images/footer-pattern.png?t=1532002506488);
    opacity: .7;
    transition: .6s ease;
}
.map-section {
    position: relative;
}
.add-sec p {
    font-size: 18px;
    line-height: 25px;
}

/* Contact V2 */

/* Random Layout Page */

.random-main {
   padding-top:50px;
}
.random-main .h-400 .image-box-image img {
   height: 400px;
}
.random-main .h-600 .image-box-image img {
   height: 600px;
}
.random-main .h-285 .image-box-image img {
   height: 285px;
}
.random-main .m-30 {
  margin-bottom:30px;
}

/* Random Layout Page */

/* Resource Page */

.listing-filter ul li a:hover,.listing-filter ul li a.active {
    background: #5b6a81;
    color: #fff;
}

.listing-filter ul li a {
    display: block;
    padding: 10px 20px;
    margin: 3px;
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: #5b6a81;
    font-size: 0.875rem;
    line-height: 1.2857;
    font-weight: 700;
    text-align: center;
}
.listing-filter ul li {
    list-style: none;
    display: inline-block;
    margin-left: 0px;
}
.listing-filter ul{
	margin:50px 0px;
}
/*.listing-item-col-3 .hs_cos_wrapper_type_custom_widget {
    width: 30%;
    margin: 30px 0;
    padding: 0 15px;
    display: inline-block;
}*/
.listing-item-col-3 {
    width: 100% !important;
    float: none !important;
    margin-left: -15px !important;
    margin-right: -15px;
    display: block !important;
}
.listing-item-col-3 .item {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 2px 15px rgba(0, 0, 0, 0);
    border-radius: 6px;
    transition: .4s ease;
    border-radius: 6px;
  margin-bottom:40px;
}
.listing-item-col-3 .item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.listing-item-col-3 .hs_cos_wrapper_widget {
    width: 30%;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    float: left;
}
.grid {
    margin-bottom: 50px;
}
.resource-main .section-bg{
    background-position: top !important;
      position: relative;
}
/* Resource Page */

/* Home V4 Slider */

.banner-cta .left
{
  text-align:right;
}
.banner-cta .right
{
  text-align:left;
}
.banner-cta
{
margin-top:20px;
}

.home-slider-jan .header-container-wrapper{
    background:transparent;
    height:auto;
    min-height:auto;
    position:absolute;
    left:0;
    right:0;
    z-index:14;
    padding-top:0;
}

body .container-fluid .row-fluid .homepage-slider-feb {
    padding: 20px 0 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: calc(100vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
}

.homepage-slider-feb .bg-container{
    position: absolute;
    right: 0;
    top: -40px;
    bottom: -60px;
    left: 0;
    z-index: -1;
    background-size: cover!important;
}
.homepage-slider-feb .inner-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    background: rgba(91, 106, 129, 0.5);
    z-index: -1;
}

.home-hero-section-jan{
    position:relative;
    text-align:center;
}

.home-hero-section-jan .slick-dots {
    padding: 0;
    margin: 0;
    outline: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.home-hero-section-jan .slick-dots li {
    margin: 0 3px;
    display: inline-block;
}

.home-hero-section-jan .slick-dots li button {
    font-size: 1px;
    color: transparent;
    padding: 0;
    border: 0;
    width: 16px;
    height: 16px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow:hidden;
    position:relative;
    z-index:1;
}

.home-hero-section-jan .slick-dots li button:focus,
.home-hero-section-jan .slick-slide:focus{
    outline:none;
}

.home-hero-section-jan .slick-dots li.slick-active button{
    background:#000;
}


.home-hero-section-jan h1,
.home-hero-section-jan p{
    color:#fff;
}

.home-hero-section-jan .green-text{
    position:relative;
    z-index:1;
    display:block;
    overflow:hidden;
    //margin-top:14px;
}

body .row-fluid .home-hero-section-jan .wrapper{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    float: none;
    overflow: visible;    
    padding:0 20px;
    box-sizing: border-box;
}

.home-hero-section-jan h1{
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
}

.home-hero-section-jan p{
    margin: 7px 0;
    font-size: 20px;    
}

.home-hero-section-jan a.cta_button{
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 600;
    margin-top: 50px;
    box-sizing: border-box!important;
    width: auto;
    margin: 50px 10px 0;
    min-width: 230px;
}


.homepage-slider-feb .font-icon{
    margin-bottom:30px;
}

.homepage-slider-feb .font-icon .fa{
    font-size:50px;
    color:#fff;
}
body .row-fluid .homepage-slider-feb .inner-overlay{
    position: relative;
    z-index: 1;
    padding-bottom: 14px;
    opacity: 0;
    transition: all .5s ease-in-out;
    padding: 20px;
    display: block;
    clear: both;
}

body .row-fluid .home-hero-section-jan .slick-current .homepage-slider-feb .inner-overlay{
    opacity: 1;
}
.home-hero-section-jan h1 {
    margin-bottom: 20px;
    font-size: 60px;
}
.home-hero-section-jan p {
    margin: 7px 0;
    font-size: 20px;
}
.home-hero-section-jan h1, .home-hero-section-jan p {
    color: #fff;
}
.hidden-over{
    overflow:hidden;
    display:inline-block;
}


.home-hero-section-jan a.cta_button {
    transition: all 1s ease-in-out;
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.home-hero-section-jan .slick-initialized .slick-slide {
    transition-delay: 1s!important;
}

.homepage-slider-feb .inner-bg-image{
    transition: all 1s ease-in-out;
    transform: scale(.8);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.home-hero-section-jan .slick-active a.cta_button {
    bottom:0;
    opacity:1;
    transition: all 1s ease-in-out;
    transition-delay: 1.5s;
}

.home-hero-section-jan .slick-current .inner-bg-image{
    transform: scale(1);
    opacity: 1;
}

.home-hero-section-jan .description{
    margin-top:16px;
}

.home-hero-section-jan .hidden-over h1{
    display: inline-block;
    position: relative;
    transition: all .7s ease-in-out;
    top: 100px;
    margin:0;
    opacity:0
}

.home-hero-section-jan .slick-current .hidden-over h1{
    top: 0;
    transition: all 0s;
    transition-delay: .6s;    
    opacity:1;
}

.home-hero-section-jan .hidden-over p,
.homepage-slider-feb .font-icon .fa{
    display: inline-block;
    position: relative;
    transition: all .7s ease-in-out;
    top: 20px;
    margin: 0;
    opacity: 0;
}

.home-hero-section-jan .slick-current .hidden-over p,
.slick-current .homepage-slider-feb .font-icon .fa{
    top: 0;
    opacity: 1;
    transition: all .7s ease-in-out;
    transition-delay: 1.4s;
}

.home-hero-section-jan .heading-container{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.home-hero-section-jan .slick-current  .heading-container:before{
    left: 100%;    
}

.home-hero-section-jan .green-text{
    opacity: 0;
    transition: all .4s ease-in-out;
}

.home-hero-section-jan .slick-current .green-text {
    opacity: 1;
}

.home-hero-section-jan .heading{
    opacity: 0;
    transition: all.5s ease-in-out;
    transition-delay: 2s;
}

.home-hero-section-jan .slick-current .heading{
    opacity:1;
}

/* HOme V4 Slider */

/* About Timeline */

.span12.about-head-main {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto;
    float: none;
}
.about-head-main h3 {
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
}
.cd-timeline-content:after,.cd-content_main:after {
    content: '';
    display: table;
    clear: both;
}

div#hs_cos_wrapper_module_1533284634727389 .top-line {
    top: -130px;
    height: 145px;
}


#cd-timeline .top-line,#cd-timeline .bottom-line{
    top: 0;
    background: #ffffff;
    content: '';
    display: block;
    width: 6px;
    position: absolute;
    /*height: 35px;*/
  	height: 27.3%;
    left: 50%;
    margin-left: -3px;
   /* border-radius: 3px;*/
}
#cd-timeline .top-line {
    top: -40px;
}
#cd-timeline .bottom-line {
    bottom: -30px;
}
.cd-timeline-block .cd-content_main {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cd-timeline-block .row-fluid-wrapper:first-child {
  margin-top: 0;
}
.cd-timeline-block .row-fluid-wrapper {
    max-width: 1000px;
    margin: 30px auto 10px;
    position: relative;
}
.cd-timeline-content {
  	font-family: 'Poppins', sans-serif!important;
    width: 50%;
    min-height: 190px;
    position: relative;
}
.cd-timeline-block .cd-content_main p {
    font-size: 18px;
    font-weight: 300;
}
.cd-timeline-block .row-fluid-wrapper:nth-child(odd) .cd-timeline-img.cd-picture {
    float: left;
    right: -85px;
}
.cd-timeline-block .row-fluid-wrapper:nth-child(odd) .cd-content_main {
    padding-right: 130px;
    text-align: right;
}
.cd-timeline-block .row-fluid-wrapper:nth-child(even) .cd-content_main {
    padding-left: 130px;
    text-align: left;
}
.cd-timeline-block .row-fluid-wrapper:nth-child(even) .cd-timeline-content {
    float: right;
}
.cd-timeline-block .row-fluid-wrapper:nth-child(even) .cd-timeline-img.cd-picture {
        left: -85px;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-img {
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff;
    transition: .4s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.cd-timeline-img img, .cd-timeline-img svg {
    display: block;
    position: relative;
    left: 0%;
    top: 0%;
    vertical-align: middle;
    width: 160px !important;
    height: 160px !important;
    margin: 5px;
    border-radius: 100%;
}
.cd-timeline-block .cd-content_main h6, .cd-timeline-block .cd-content_main h2, .cd-timeline-block .cd-content_main p {
    color: #fff;
}
.cd-timeline-block .cd-content_main h6, .cd-timeline-block .cd-content_main h2 {
    margin: 0px;
}
.cd-timeline-block .cd-content_main h2 {
    color: #ff7a45;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 30px;
  	font-weight:100;
}
.cd-timeline-block .cd-content_main p {
  /*  font-size: 21px;
    font-weight: 500;*/
}
.cssanimations .cd-timeline-img.is-hidden,.cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in,.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* About Timeline */

/*Team V2 */

.team-main-sec .item {
    background: #fff;
    border-radius: 5px;
}
.team-main-sec .team-box {
    margin: 30px;
}
.team-main-sec .team-img {
    margin: 0px 10% 20px;
}
.team-main-sec .team-img img {
    border-radius: 100%;
    height: 150px;
    width: 150px;
}
.team-main-sec .team-content h6 {
    line-height: 20px;
    text-transform: uppercase;
}
.team-main-sec .team-content h5 {
    margin: 0px;
}
.team-main-sec  .team-content {
    text-align: center;
}
.team-main-sec .items-container.mb30 {
    margin-bottom: 30px;
}
.team-main-sec .item.join-sec {
    background: #ffab80 !important;
    background: -moz-linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
    background: -webkit-linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
    background: linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
}
.team-main-sec .item.join-sec .team-content h5, .team-main-sec .item.join-sec .team-content h6, .team-main-sec .item.join-sec .team-content p {
    color: #fff;
}
/* Team V2 */

/* Client V2 */

.row-fluid .multi-logo-row > span > .hs_cos_wrapper{ float:left;  display: flex; align-items: center;  justify-content: center; width:33%; min-height: 160px; border-bottom:1px solid #EBEBEB;  border-right:1px solid #EBEBEB;  }
.row-fluid .multi-logo-row > span > .hs_cos_wrapper img{  width: 100%;  height: 78px; object-fit: contain; }
.row-fluid .multi-logo-row > span > .hs_cos_wrapper:nth-child(3n) { border-right:none; }
.row-fluid .multi-logo-row { position:relative; }   
.row-fluid .multi-logo-row:before{ position:absolute; content:""; width:100%; height:1px; background-color:#EBEBEB;     top: 0px;  }
.row-fluid .multi-logo-row:after{ position:absolute; content:""; width:100%; height:1px; background-color:#EBEBEB;     bottom: 0px; left:0;  }
.row-fluid .multi-logo-row{ margin-top: 15px; }
.clientv2-main .row-fluid .page-center {
    float: none;
    max-width: 924px;
    margin: 0 auto;
}
/* CLient V2 */

/* Resource 2 Page */

.res-main .res-right {
    padding: 50px
}
.res-main .res-left {
    border-right: 1px solid #ccc;
    padding: 50px;
}
.res-main {
    border-top: 1px solid #ccc;
}
.res-main-last {
    border-bottom: 1px solid #ccc;
}
.res-main h2 {
    font-weight: 600;
    color: #000;
    font-size: 30px;
    line-height: 30px;
}
.res-main p,.res-main p a{
  color: #a0a0a0;
  font-size: 20px;
}  
.res-main a.cta_button[title].res-apply-btn {
    border: 2px solid #5b6a81;
    padding: 13px 25px;
    border-radius: 32px;
    color: #5b6a81;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
}

/* Resources 2 Page */

/* Mega Menu */

.mega-menu-branch.active {
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    pointer-events: auto;
}
.mega-menu-branch {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    pointer-events: none;
  background:#fff;
  padding: 20px 10% 60px;
  box-shadow: 0px 15px 10px -15px #111; 
}
.mega-menu-branch h3 {
    font-size: 23px;
    font-weight: 600;
      line-height: 30px;
    margin-bottom: 30px;
}
.mega-menu-branch h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 28px;
}
.mega-menu-branch ul {
    padding: 0px;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 30px;
}
.mega-menu-branch ul li a {
    font-size: 16px;
    color: #5b6a81;
}
.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 0px;
    font-size: 20px;
}
.menu-form {
    padding-top: 8%;
}
.menu-form .hubspot-link__container{
  display:none;
}
.menu-form span {
    color: #808080;
}
.mega-menu-branch .menu-form h4 {
    font-size: 16px;
    color: #5b6a81;
}
.mega-menu-branch .submitted-message {
    color: #000;
    opacity: 0.9;
}
.mega-menu-branch .row-fluid .megamenu-close{
  display: none;
  cursor: pointer;
  font-size: 20px;
  color: #5b6a81;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 22px;
  font-weight: 700;
}
.mega-menu-branch .row-fluid .megamenu-close i{
  padding-right: 10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.mega-menuized ul.hs-menu-children-wrapper{
  display: none !Important;
}
/* Mega Menu */

/* Home 5 */

.no-icons .top-menu ul li:before{
  display:none;
}
.no-icons  .top-menu ul li {
    padding-left: 0px;
    margin-left: 0px;
}
.dragdropmain h2 {
    font-weight: 100;
  margin-bottom:30px;
  font-size:40px;
}
.dragdropmain h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.dragdropmain p {
    margin-top: 50px;
    font-size: 18px;
    color: #757575;
}
.dragdropmain .cta-right{
  text-align:right;
}
.dragdropmain .cta-left{
  text-align:left;
}
body a.cta_button[title].agency-btn-border {
    background: none;
    color: #5b6a81;
    border: 2px solid #5b6a81;
}
.home-two-section .text-sec {
    padding-top: 20%;
}
.home-two-section .text-sec p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #757575;
    font-family: Source Sans Pro;
    letter-spacing: .25px;
    margin-bottom: 50px;
margin-top:20px;
}
.txt-white .ui-section-two-col h2, .txt-white .ui-section-two-col p {
    color: #fff;
}
body .txt-white a.cta_button[title].agency-btn-border {
    color: #fff;
    border: 2px solid #fff;
}
.feat-main {
    margin-top: 50px;
}
.feat-main .items-container {
    margin-bottom: 50px;
}
body .section-bg.hero-section .image-show img {
    display: block;    margin-top: 50px;
}
body .section-bg.hero-section.image-sec {
    padding-bottom:0px;
  background-position: top !important;
}
.photo-bg h1 {
    font-size: 84px;
    font-weight: 100;
    color: #ffffff;
    line-height: 1.2;
    margin: 0px 0px 20px;
}
.photo-bg h3 {
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    opacity: .7;
    font-family: Source Sans Pro;
    font-weight: 400;
}

/* Home 5 */

/* Service v2 */

.tab-nav-content a {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    cursor: pointer;
}
.tab-nav-content .tab-nav-text a {
    z-index: 2;
    opacity: 1;
    position: relative !important;
    width: auto;
    font-size: 16px;
    display: inline-block;
}
.tab-nav-content.active .tab-nav-text a {
    box-shadow: none;
    opacity: 0;
    border-radius: 0px;
}
.tab-link a {
    background:#5b6a81;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: none;
    margin-bottom: 40px;
}
.tab-nav-content.active a {
    box-shadow: 0 0 0 3px #5b6a81 inset;
    opacity: 1;
    border-radius: 6px;
}
.tab-nav-content {
   padding: 30px;
   font-size:20px;
   max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 6px;
    transition: .4s ease;
  margin-bottom:30px;
}
.span12.tab-pane{
  display: none;
}
.span12.tab-pane.active{
  display:block;
}
.nav-tabs {
    padding-right: 60px;
}
.tab-pane img {
    margin-bottom: 50px;
}
.tab-pane,.tab-pane ul li {
    font-size: 17px;
}
.tab-pane a.cta_button {
    margin-top: 30px;
}
.tab-nav-content-link * {
    position: static !important;
}
.tab-nav-content:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}
.hs-inline-edit .tab-nav-content a {
   z-index:0;
	}
.hs-inline-edit .tab-nav-text {
   z-index:99;
  position:relative;
	}



/*Service v2 */

/*Video + Form */

.header-right.video-bg.hero-section .form-sec {
    line-height: 30px;
		width:100%;
    padding: 20% 25%;
    text-align: center;
}

/* Hero LP */

.customize .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing img {
    height: 34px !important;
    width: 34px !important;
}
.social-sharing-main {
    margin-top: 30px;
}
.social-sharing-main h4 {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
}
.lp-main .dash-border {
    margin-bottom: 50px;
    border-bottom: none;
  max-width:100%;
}
.lp-main .listed-item-left {
    margin-top: 50px;
}
.header-right.video-bg.hero-section .form-sec {
    line-height: 30px;
    max-width: 360px;
    margin: 0 auto !important;
    float: none;
    min-height: 100vh;
    position: absolute;
    left: 50%;
    top: 21%;
    transform: translate(-50%);
  padding: 0;
}
.header-left-section { top: 36%; }

/* Responsive */


@media (max-width: 1199px) {
  
  /* Case Study Detail Page */
  
  .content-section.item1 .case-study-txt {
      max-width: 70%;
      float: none;
      margin: 50px 30px;
  }
  .content-section.item2 .case-study-txt {
      margin: 50px 30px;
  }
  
  /* Testimonial Page */
  
  .testi-txt-main {
      padding-right: 0px;
  }
	.testi-txt-main.right {
      padding-left: 10px;
      padding-right: 0px;
  }
  .testipost-txt {
      margin-left: 10px !important;
  }
  
  /* Home Page V3 Header Section */
  .header-left-section {
      top: 35%;
      left: 7%;
      width: 100% !important;
  }
  
  /* Home Page V3 Header Section (Angled) */
  .angled .header-left-section {
      width: 70% !important;
  }
  .angled .header-right.video-bg.hero-section:before,.angled .video-bg .video-object {
      right: -160px;
  }
  .angled .header-left-section {
      left: 10%;
  }
  
  /* Download Form */

  .download-main .header-left-section {
      left: 11%;
      top: 30%;
  }
  .angled1 .header-left:after {   
      right: -109px;
  }
  
  /* Resource Page */
  
  .listing-item-col-3 .hs_cos_wrapper_widget{
    width:45%;
  }
  
  /* Client V2 */
  
  
  .clientv2-main .row-fluid .page-center {
      max-width: 100%;
      margin: 0 20px;
  }
  
  /* Resources 2 Page */
  
  .res-main h2 {
    font-size: 25px;
    line-height:25px;
  }
  .res-main .res-left, .res-main .res-right {
    padding: 50px 0px;
  }
  
  /*Mega Menu */
  .mega-menu-branch {
      padding: 20px 5% 60px;
  }
   .mega-menu-branch .one-line-form form .hs-button.primary {
      position: relative;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      right: 0px;
     float:none;
  }
   .mega-menu-branch .one-line-form form input.hs-input {
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
  }
  
  /* Home 5 */
  body.hs-content-id-6049723157 .row-fluid .top-menu {
      display: block;
  }
  .home-two-section .text-sec {
    padding-top: 0%;
}
  
  /*Video + Form */
  .header-right.video-bg.hero-section .form-sec {
    width: 100%;
    padding: 20% 10%;
}
  
  .header-right.video-bg.hero-section .form-sec { padding: 0; }
}
@media (max-width: 767px) {
  .mega-menu-branch .row-fluid .megamenu-close{display: block;}
  /* Case Study Detail Page */
  
  .span6.bg-light {
      width: 100%;
  }
  
  /* Testimonial Page */
  
  .testi-img,.testipost-txt {
      text-align: center;
  }
  
  /* Under Construction Page */
  #clockdiv {
      font-size: 30px;
  }
  .one-line-form form .hs-button.primary {
      float: none;
      position: inherit;
      opacity: 0.9;
      width: 40%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .one-line-form form input.hs-input {
      width: 80%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .one-line-form form .input {
      position: inherit;
  }
  
    /* Home Page V3 Header Section */
  .span6.header-left, .span6.header-right {
      width: 100%;
  }
  .header-left-section h1 {
      font-size: 35px;
  }
  .header-left-section p {
      font-size: 20px;
  }
  .header-right.video-bg.hero-section {
      line-height: 100vh;
  }
  
  /* Home Page V3 Header Section (Angled) */
  .angled .span6.header-left, .angled .span6.header-right {
      width: 100%;
  }
  .angled .header-left-section {
      width: 100% !important;
  }
  .angled .header-right.video-bg.hero-section:before,.angled .video-bg .video-object {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
  
  /* Download Form */
  .download-main .header-left-section {
      left: 0%;
      top: 15%;
  }
  
  /* LP White BG */
  .lead-head-main {
      text-align: center;
  }
  .lead-head-main .widget-type-rich_text {
      float: none;
  }
  .lead-main h1 {
      line-height: 40px;
  }
  .span5.widget-span.widget-type-cell.lead-form-main {
      margin-top: 40px;
        width: 100%;
    float: none;
  }
  
  /* Contact V2 */
  .choice-main .right-section{
    margin-top:30px;
  }
  
    /* Random Layout */
  .random-main .image-box {
      margin-top: 30px;
  }
  
  /* Resource Page */
  
   .listing-item-col-3 .hs_cos_wrapper_widget{
    width:100%;
  }
  
  /* Home V4 Slider */
  
  .home-hero-section-jan h1 {
      font-size: 40px;
      line-height: 50px;
  }
  .home-hero-section-jan a.cta_button {
      margin: 10px 10px 0;
  }
  .home-hero-section-jan .slick-dots {
      bottom: 10px;
  }
  
  /*About Timeline */
  
  #cd-timeline .top-line, #cd-timeline .bottom-line {
       display: none;
	}
  .cd-timeline-content {
      width: 100%
  }
  .cd-timeline-block .row-fluid-wrapper .cd-timeline-img.cd-picture {
      position: static;
      margin: 0 auto 40px;
      text-align: center;
  }
  .cd-timeline-block .row-fluid-wrapper:nth-child(odd) .cd-content_main {
      padding-right: 0px;
      text-align: center;
  }
  .cd-timeline-block .row-fluid-wrapper:nth-child(odd) .cd-timeline-img.cd-picture {
      float: none;
  }
  .cd-timeline-block .row-fluid-wrapper:nth-child(even) .cd-content_main {
      padding-left: 0px;
      text-align: center;
  }
  
  /*Team V2 */
  
  .team-main-sec .team-box {
      padding: 30px 0px;
  }
  .team-main-sec .team-img {
      margin: 0px 20% 20px;
  }
  .team-main-sec .items-container.mb30 {
      margin-bottom: 00px;
  }
  
  /*Client V2 */
  .row-fluid .multi-logo-row > span > .hs_cos_wrapper{ min-height: 116px; }
  
  /* Resources 2 Page */
   .res-main .res-left {
    border-right: none;
  }
  
  /*Mega Menu */
  .mega-menu-branch .one-line-form form .hs-button.primary {
      width: 50%;
  }
  /*Hose 5 */
  .feature-sec {
    text-align: center;
}
  .dragdropmain .cta-right {
    text-align:left;
}
  /* Service V2*/
.tab-content.is-affixed.sidebar__inner .inner-wrapper-sticky {
  position: relative !important;
  width: auto !important;
  left: 0px !important;
  bottom: 0px !important;
  transform: none !important;
  }
  .nav-tabs {
    padding-right: 0px;
}
    .span12.tab-pane,.span12.tab-pane.active{
  display: block !important;
}
  .tab-link a {
     display: block;
}
  .nav.nav-tabs.tabs-left {
    display: none;
}
  .tab-link.active .tab-content-inner {
    display: block;
  }
  .tab-pane .tab-content-inner {
    display:none;
  }
  .tab-content-inner {
    margin-bottom: 50px;
}
  /* Video + Form */
  .header-right.video-bg.hero-section .form-sec {
      padding: 20% 10%;
      width: 100%;
  }
  .header-right.video-bg.hero-section .form-sec { padding: 0; }
 .row-fluid .header-left {
    background: #5b6a81;
    min-height: auto !important;
    position: relative;
    height: 100% !important;
}
  .header-left-section {
    top: 0;
    position: relative;
    padding: 50px 0px;
    left: 0;
    padding: 0 !important;
    padding: 150px 20px 20px 20px !important;
}
  .main-logo-image { text-align: center; }
  .main-logo-image img { max-width: 250px; }
  .header-right.video-bg.hero-section {
    min-height: auto !important;
    margin-left: 0px;
    height: 100% !important;
    padding: 20px 0px;
}
  .header-right.video-bg.hero-section .form-sec {
    padding: 50px 30px;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin: 0 auto !important;
    float: none;
    transform: translate(0);
    min-height: auto !important;
        max-width: 100%;
}
}
@media ( max-width:479px ){
  
   /*Client V2 */
  .row-fluid .multi-logo-row > span > .hs_cos_wrapper{ width:100%; border-left:1px solid #EBEBEB; }
  .row-fluid .multi-logo-row > span > .hs_cos_wrapper:nth-child(3n){ border-right:1px solid #EBEBEB; }
  .header-left-section { padding: 100px 20px 20px 20px !important; }
  .header-right.video-bg.hero-section .form-sec {    padding: 10px 30px;}
  
}


@media screen and (min-width: 480px) and (max-width: 767px) {
  .left-text-white-bg
  { 
    width:50%!important;
    float:left!important;
  }
  .lead-form-main
  {
  width:50%!important;
    float:right!important;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
div#hs_cos_wrapper_module_1533284634727389 .top-line {
    top: -109px;
    height: 145px;
}
  #cd-timeline .top-line {
    top: -25%;
}
  #cd-timeline .top-line, #cd-timeline .bottom-line
  {
  height:40%;
  }
}
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
div#hs_cos_wrapper_module_1533284634727389 .top-line {
    top: -117px;
    height: 140px;
}
   #cd-timeline .top-line, #cd-timeline .bottom-line {
    height: 32%;
}
   #cd-timeline .top-line {
    top: -22%;
}
}