/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.2/jquery.fancybox.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;}




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






/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family:'Open Sans', sans-serif; font-size:16px; line-height:32px; font-weight:400; color:#6E7E91; background:#fff; }

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

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#2B3643; font-size:72px; line-height:80px; font-weight:700; margin:0; padding:0; clear:both }
h2 { color:#2B3643; font-size:40px; line-height:50px; font-weight:800; margin:0; padding:0; clear:both }
h3 { color:#2B3643; font-size:32px; line-height:40px; font-weight:700; margin:0; padding:0; clear:both }
h4 { color:#2B3643; font-size:26px; line-height:30px; font-weight:700; margin:0; padding:0; clear:both }
h5 { color:#2B3643; font-size:20px; line-height:27px; font-weight:700; margin:0; padding:0; clear:both }
h6 { color:#2B3643; font-size:18px; line-height:24px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#f4873e; -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -o-transition: all ease .7s;
    -ms-transition: all ease .7s;
    transition: all ease .7s;; }
a:hover { color:#1EBFE8; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; color:#6E7E91; background:#fff; border-radius:0px; border:0; border-bottom:2px solid #FBB157; height:50px; padding:0 15px; font-size:16px; width:100%; font-family:'Open Sans', sans-serif; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#e98900; padding:10px 15px; width:100%; max-width:100%; text-align:center; display:inline-block; color:#fff; font-weight:500; font-family: 'Roboto', sans-serif; 
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover , button:hover { background-color:#1EBFE8; } 

::-webkit-input-placeholder { color:#6E7E91 !important; opacity:1 !important; font-size:16px !important; font-family:'Open Sans', sans-serif !important; }
::-moz-placeholder { color:#6E7E91 !important; opacity:1 !important; font-size:16px !important; font-family:'Open Sans', sans-serif !important; }
:-ms-input-placeholder { color:#6E7E91 !important; opacity:1 !important; font-size:16px !important; font-family:'Open Sans', sans-serif !important; }
:-moz-placeholder { color:#6E7E91 !important; opacity:1 !important; font-size:16px !important; font-family:'Open Sans', sans-serif !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#e68700; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#fbb157; background:#fbb157;  border-radius:100%; }

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%;     text-align: left;
    text-overflow: inherit;
    white-space: inherit;
    width: auto;
    background-color: #fff;
    }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

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

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

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .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-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:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

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

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#B0EFFF;  width:8px; height:8px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; border:0; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#06CDFF; }

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { float:none; display:inline-block; position:relative; padding:8px 23px; color:#fff; font-weight:700; -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;; background:#2B3643; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#1EBFE8; }

.row-fluid .btn-style1-outlined a, .row-fluid a.btn-style1-outlined { float:none; display:inline-block; position:relative; padding:6px 21px; color:#2B3643; font-weight:700; -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;; background:transparent; border:2px solid #2B3643; }
.row-fluid .btn-style1-outlined a:hover, .row-fluid a.btn-style1-outlined:hover { background:#1EBFE8; color:#fff; border:2px solid #1EBFE8; }

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { float:none; display:inline-block; position:relative; z-index:1; padding:8px 23px; color:#fff; font-weight:700; -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;; background:#1EBFE8; }
.row-fluid .btn-style2 a:before, .row-fluid a.btn-style2:before { content:""; position:absolute; z-index:0; left:50%; top:50%; -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); display:block; width:100%; height:100%; background:rgba(30,191,232,1); border-radius:24px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-animation:pulse-border 1500ms ease-out infinite; animation:pulse-border 1500ms ease-out infinite; z-index:-1; }


.row-fluid .btn-style3 a, .row-fluid a.btn-style3 { float:none; display:inline-block; position:relative; z-index:1; padding:8px 23px; color:#fff; font-weight:700; -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;; background:#1EBFE8; }
.row-fluid .btn-style3 a:before, .row-fluid a.btn-style3:before { content:""; position:absolute; z-index:0; left:50%; top:50%; -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); display:block; width:100%; height:100%;border-radius:24px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .link-style a, .row-fluid a.link-style { line-height:22px; font-weight:700; float:none; display:inline-block; vertical-align:top; padding:10px 20px; position:relative; margin:10px 4px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .link-style a:hover, .row-fluid a.link-style:hover { color:#1EBFE8; }

.row-fluid .ulstyle ul { list-style:none; float:left; width:100%; }
.row-fluid .ulstyle ul li { float:left; width:100%; position:relative; padding-left:15px; }
.row-fluid .ulstyle ul li:before { position:absolute; content:""; width:19px; height:15px; left:0; top:11px; background:url('//cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/true.png') no-repeat center center; }

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

/* Page Wise Css */
/* Homepage */
.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:1; padding-top:8px; }
.row-fluid .top .logo { margin-top:10px; }
.row-fluid .top .logo img { max-width:200px; }
.row-fluid .top-right { text-align:right; }
.row-fluid .mainmenu, .row-fluid .top-cta { float:none; display:inline-block; vertical-align:middle; margin:0; width:auto; }  

.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 14px; line-height:22px; color:#fff; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { font-weight:700; padding-left:30px; padding-right:25px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#2B3643; }

.row-fluid .hero-section { position:relative; padding:200px 0 100px; height:100vh; display:flex; align-items:center; justify-content:center; }
.row-fluid .hero-section:before { position:absolute; content:""; bottom:80px; left:0; height:510px; width:100%; background:url('https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/bg%20icons-1.svg') no-repeat center center; }
.row-fluid .hero-section > div { position:relative; }
.row-fluid .hero-subtitle { font-size:32px; line-height:38px; margin:30px 0 50px; }
.row-fluid .video-playbtn { margin-bottom:30px; } 
.row-fluid .video-playbtn a { float:none; display:inline-block; vertical-align:top; height:88px; width:88px; line-height:88px; background:#fff; border-radius:100%; text-align:center; position:relative; }
.row-fluid .video-playbtn a:before { content:""; position:absolute; z-index:0; left:50%; top:50%; -webkit-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); display:block; width:88px; height:88px; background:rgba(255,255,255,1); border-radius:50%; }
.row-fluid .video-playbtn a img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .hero-section:hover .video-playbtn a:before { -webkit-animation:pulse-border 1500ms ease-out infinite; animation:pulse-border 1500ms ease-out infinite; }
.row-fluid .hero-videopopup { display:none; }
.fancybox-content { padding:0; }
.row-fluid .hero-section .ulstyle { text-align:left; float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%; margin-bottom:40px; }
.row-fluid .hero-section .ulstyle ul li { padding-left:30px; margin-bottom:5px; }

.row-fluid .solve-section { padding:80px 0 105px; }
.row-fluid .section-title h2 { margin-bottom:0px; }
.row-fluid .solve-boxwrap { float:none; display:inline-block; width:937px; max-width:100%; margin:0 auto; }
.row-fluid .solve-col { float:none; display:inline-block; vertical-align:top; width:33.33%; padding:0 12px; margin:12px -2px; }
.row-fluid .solve-bgcol { border-radius:5px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .solve-bgcol:hover { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; box-shadow:0 0 10px rgba(0, 0, 0, 0.4); -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);; }
.row-fluid .solve-inner { padding:80px 30px; }
.row-fluid .solve-icon { margin-bottom:40px; }
.row-fluid .problem-solvetext { float:none; display:inline-block; width:670px; max-width:100%; margin:25px auto 34px; }
.row-fluid .problem-solvetext strong { color:#2B3643; }

.row-fluid .service-boxwrap { float:none; display:block; width:auto; margin:0 -12px; }
.row-fluid .service-col { float:none; display:inline-block; vertical-align:top; width:33.33%; padding:0 12px; margin:12px -2px; }
.row-fluid .service-inner { background:#FFFFFF; box-shadow:0px 2px 36px rgba(0, 0, 0, 0.1); border-radius:5px; position:relative; }
.row-fluid .service-inner:after { position:absolute; content:""; height:100%; width:100%; top:0; left:0; opacity:0; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; background:linear-gradient(0deg, #1EBFE8 9.39%, #BCE6F7 100%); box-shadow:0px 2px 36px rgba(0, 0, 0, 0.1); }
.row-fluid .service-boxpadding { padding:60px 30px 50px; color:#6E7E91; }
.row-fluid .service-boxpadding a.boxlink { position:absolute; top:0; left:0; height:100%; width:100%; z-index:2; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .service-textbox h5 { margin:25px 0 15px; }
.row-fluid .service-imgbox { position:relative; }
.row-fluid .service-imgbox img { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .service-imgbox img.hover-icon { position:absolute; top:0; left:50%; opacity:0; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .service-wrapping { position:relative; z-index:2; }
.row-fluid .service-col:hover .service-inner:after { -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; opacity:1; } 
.row-fluid .service-col:hover .service-boxpadding, .row-fluid .service-col:hover .service-boxpadding h5 { color:#fff; }
.row-fluid .service-col:hover img.normal-icon { opacity:0; }
.row-fluid .service-col:hover img.hover-icon { opacity:1; }  

.row-fluid .trusted-section { padding: 20px 20px 0 20px; }
.row-fluid .trusted-section .section-title h2, .row-fluid .platform-logosec .section-title h2 { margin-bottom:40px; }
.row-fluid .trusted-section .slick-initialized .slick-slide { float:none; display:inline-block; vertical-align:middle; }

.row-fluid .testimonial-section { position:relative; padding:150px 0 0; margin-bottom:120px; background-size:100% 100% !important; } 
.row-fluid .testimonial-bgimg { position:absolute; left:0; top:0; z-index:-1; width:100%; }
.row-fluid .testimonial-bgimg img { width:100% !important; }
.row-fluid .testimonial-wrap { margin-bottom:-80px; }
.row-fluid .person-bio { font-size:40px; line-height:60px; float:right; width:980px; max-width:100%; padding-bottom:140px; }
.row-fluid .person-img { float:left; height:280px; width:280px; border-radius:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .person-details { float:left; width:auto; margin-top:-90px; margin-left:-70px; }
.row-fluid .person-details h4 { font-size:24px; line-height:27px; }
.row-fluid .person-details h5 { font-size:20px; line-height:24px; margin:5px 0 10px; font-weight:400; }
.row-fluid .details-wrap { padding-left:80px; }

.row-fluid .platform-logosec { padding:50px 0 70px; }
.row-fluid .platform-logosec .slick-initialized .slick-slide { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .platform-logosec .trusted-logobox { padding:0 15px; }
.row-fluid .platform-logosec .link-style { margin-top:25px; }

.row-fluid .image-textsection { padding:0 0 65px; }
.row-fluid .img-textcol { padding:55px 0; } 
.row-fluid .img-textleft, .row-fluid .img-textright { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }  
.row-fluid .img-textleft { padding-right:30px; color:#6E7E91; width:44%; }
.row-fluid .img-textleft h3 { margin-bottom:25px; }
.row-fluid .img-textright { padding-left:30px; width:56%; position:relative; }
.row-fluid .image-textsection .btn-style2 { margin-top:50px; }

/* Dots Moving Animation css */
.row-fluid .dots-box.green span { position:absolute; top:0; left:0; height:100px; width:100px; border-radius:100%; background:linear-gradient(125.58deg, #71BF4B 11.87%, #71BF4B 95.41%); animation:hover 5s ease-in-out infinite; }
.row-fluid .dots-box.green span.dot1 { height:150px; width:150px; z-index:-1; left:60px;}
.row-fluid .dots-box.green span.dot2 { height:75px; width:75px; right:70px; left:auto; top:50%; transform:translateY(-50%); background:linear-gradient(125.58deg, #71BF4B 11.87%, #71BF4B 95.41%); animation:hover2 3s ease-in-out infinite; margin-top:-40px; animation-delay:1s;}
.row-fluid .dots-box.green span.dot3 { left:auto; right:15px; bottom:-20px; top:auto; height:52px; width:52px; animation-delay:3s; animation-duration:3s;}
.row-fluid .dots-box.green span.dot4 { height:30px; width:30px; bottom:0; top:auto; left:240px; animation-delay:5s; animation-duration:6s;}

.row-fluid .dots-box.orange span { position:absolute; top:0; left:0; height:100px; width:100px; border-radius:100%; background:#F36E33; animation:hover 3s ease-in-out infinite; }
.row-fluid .dots-box.orange span.dot1 { display:none; }
.row-fluid .dots-box.orange span.dot2 { height:206px; width:206px; right:70px; left:auto; top:50%; transform:translateY(-50%); z-index:-1; animation:hover2 5s ease-in-out infinite; margin-top:-80px; }
.row-fluid .dots-box.orange span.dot3 { left:50%; right:auto; bottom:-63px; top:auto; height:100px; width:100px; transform:translateX(-50%); margin-left:-65px; animation:hover2 3s ease-in-out infinite; animation-delay:3s;}  
.row-fluid .dots-box.orange span.dot4 { height:30px; width:30px; top:50%; transform:translateY(-50%); margin-top:-15px; animation-delay:6s; animation-duration:5s;}

.row-fluid .dots-box.yellow span { position:absolute; top:0; left:0; height:100px; width:100px; border-radius:100%; background:#FBB157; animation:hover 3s ease-in-out infinite; }
.row-fluid .dots-box.yellow span.dot1 { display:none; }
.row-fluid .dots-box.yellow span.dot2 { display:none; }
.row-fluid .dots-box.yellow span.dot3 { left:50%; right:auto; top:15px; height:142px; width:142px; z-index:-1; transform:translateX(-50%); margin-left:-85px; animation:hover2 5 ease-in-out infinite; }  
.row-fluid .dots-box.yellow span.dot4 { height:50px; width:50px; top:50%; transform:translateY(-50%); margin-top:-15px; left:auto; right:110px; animation-delay:6s; animation-duration:5s;}

.row-fluid .customer-section { padding:98px 0 250px; }
.row-fluid .customer-wrap { float:none; display:inline-block; vertical-align:top; width:910px; max-width:100%; }
.row-fluid .customer-col { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:25px -2px 45px; padding:0 35px; }
.row-fluid .progress-box { position:relative; height:104px; width:104px; float:none; display:inline-block; vertical-align:top; border-radius:100%; }
.row-fluid .progress-box img.progress-icon { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .progress-box img.circle-img { -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);; }
/* .row-fluid .progress-box svg.dashed-svg { position:relative; left:-5px; top:-5px; } */
.row-fluid .customer-col .title { line-height:24px; color:#2B3643; } 
.row-fluid .customer-col .number h2 { margin:15px 0 5px; }

.row-fluid .knowledge-section { padding:150px 0; }
.row-fluid .knowledge-section .section-title h2 { margin-bottom:70px; }
.row-fluid .knowledge-section .wrapper { width:1250px; max-width:100%; padding:0 15px; }
.row-fluid .knowledge-wrap { background:#FFFFFF; box-shadow:0px 2px 35px rgba(0, 0, 0, 0.07); border-radius:10px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; position:relative; top:0; margin-bottom:15px; text-align:left; }
.row-fluid .knowledge-wrap:hover { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; top:-5px; }
.row-fluid .knowledge-left { float:left; width:70%; padding:40px 30px 60px 40px; }  
.row-fluid .knowledge-left .textinner { float:left; width:510px; max-width:100%; }
.row-fluid .knowledge-left .textinner h6 { font-size:14px; line-height:19px; margin-bottom:20px; }
.row-fluid .knowledge-left .textinner h3 { line-height:48px; }
.row-fluid .knowlwdge-bgimg { float:left; width:30%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; border-radius:0 10px 10px 0; }

.row-fluid .knowledge-multisec { float:none; display:block; width:auto; margin:0 -15px; text-align:center; }
.row-fluid .knowledge-multicol { float:none; display:inline-block; vertical-align:top; width:25%; padding:15px 15px; margin:0 -2px; position:relative; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; top:0; text-align:left; }   
.row-fluid .knowledge-multicol a { float:left; width:100%; line-height:24px; font-weight:700; color:#2B3643; }
.row-fluid .knowledge-multicolinner { background:#FFFFFF; box-shadow:0px 2px 35px rgba(0, 0, 0, 0.07); border-radius:5px; overflow:hidden; }
.row-fluid .knowledge-multibg { height:210px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .knowledge-multitext { padding:30px 20px; }
.row-fluid .knowledge-multitext h6 { font-size:13px; line-height:18px; margin-bottom:10px; }
.row-fluid .see-all_link { margin-top:20px; } 
.row-fluid .see-all_link span { font-size:16px; line-height:22px; color:#FBB157; font-weight:700; }
.row-fluid .knowledge-multicol a:hover .see-all_link span { color:#1EBFE8; } 
.row-fluid .knowledge-multicol:hover { top:-5px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .experiment-section { position:relative; padding:145px 0 108px; overflow:hidden; background-position:top center !important; }
.row-fluid .experiment-section:before { position:absolute; content:""; height:560px; width:100%; top:0; left:0; background:url('https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/cta-bgicon.png') no-repeat center center; }
.row-fluid .experiment-section > div { position:relative; }
.row-fluid .experiment-subtitle { font-size:32px; line-height:56px; font-weight:600; margin:60px 0 37px 0; }

/* Content Audit Page */
.row-fluid .innerhero-section { padding:100px 0 70px !important; background-size:100% 100% !important; }
.row-fluid .innerhero-section h1 { line-height:98px; margin-bottom:0px; }
.row-fluid .video-popupwrap { margin-top:30px; }
.row-fluid .video-popupwrap .video-title { font-size:24px; line-height:38px; font-weight:500; position:relative; padding-left:60px; margin-bottom:25px; }
.row-fluid .video-popupwrap .video-title:before { position:absolute; content:""; height:45px; width:45px; left:0; top:-2px; background:url('https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/Shape.png ') no-repeat center center; background-size:45px 45px; }
.row-fluid .video-popupwrap .video-bgimg { height:370px; width: 100%; max-width: 565px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; border-radius:10px; overflow:hidden; position:relative; display:flex; align-items:center; justify-content:center; }
.row-fluid .video-popupwrap .video-bgimg:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }
.row-fluid .video-popupwrap .video-bgimg .play-popbtn { float:none; display:inline-block; vertical-align:top; height:88px; width:88px; line-height:88px; background:#fff; border-radius:100%; text-align:center; position:relative; }
.row-fluid .video-popupwrap .video-bgimg .play-popbtn:before { content:""; position:absolute; z-index:0; left:50%; top:50%; -webkit-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); display:block; width:88px; height:88px; background:rgba(255,255,255,1); border-radius:50%; }
.row-fluid .video-popupwrap .video-bgimg .play-popbtn img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; } 
.row-fluid .video-popupwrap .video-bgimg:hover .play-popbtn:before { -webkit-animation:pulse-border 1500ms ease-out infinite; animation:pulse-border 1500ms ease-out infinite; }

.row-fluid .auditform { float:left; background: #FBFBFB; box-shadow: 0px 2px 36px rgba(0, 0, 0, 0.1); padding:40px; border-radius: 5px; margin-bottom: 20px; margin-top: 93px;}
.row-fluid .auditform form .hs-input { width:100%; float:left; background:transparent; margin-bottom: 20px; }
.row-fluid .auditform form .hs-form-field label { color:#6E7E91; } 
.row-fluid .auditform form .hs-form-field .hs-error-msgs label { color:#e68700; }
.row-fluid .auditform form .hs-form-required { display:none; }

.row-fluid .auditform form .hs_submit { width:100%; float:left; text-align:right }
.row-fluid .auditform form .hs_submit .actions { position:relative; width:100%; float:right; max-width:225px; border-radius:44px; border:none; }
.row-fluid .auditform form .hs-button { width:100%; float:left; border:none; z-index:9; position:relative; background:#1EBFE8;border-radius:44px; }
.row-fluid .auditform form .hs_submit .actions:before { content: ""; position: absolute; z-index:0; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: block; width: 100%; height: 100%; background: rgba(30, 191, 232, 0.60); border-radius: 44px; }
.row-fluid .auditform form .hs_submit .actions:hover:before {  z-index:1; -webkit-animation:pulse-border 1500ms ease-out infinite; animation:pulse-border 1500ms ease-out infinite; }
 
.row-fluid .landing-footersec.footer { padding:30px 0 30px; }
.row-fluid .landing-footersec .footer-section2 { padding:0; font-weight:600; }

/* Get A Demo Page */
.row-fluid .get-demoherosection .video-popupwrap .video-title { display:none; }
.row-fluid .get-demoherosection .auditform { margin-top:31px; margin-bottom:-420px; }
.row-fluid .get-demoherosection .video-bgimg { float:right; position:relative; left:-30px; }
.row-fluid .get-demoherosection .auditform form select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background:url('https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/select.png') no-repeat top 13px right 15px; }
.row-fluid .get-demoherosection .auditform form .hs-input { margin-bottom:45px; }
.row-fluid .get-demoherosection .auditform form .hs_submit { margin-top:15px; }

.row-fluid .demo-servicesec { padding-top:55px; }
.row-fluid .demo-servicesec .servieslearn_module { width:100%; }
.row-fluid .demo-servicesec .servieslearn_module .servieslearn_box .servieslearn_title { color:#000000; font-size:20px; line-height:27px; font-weight:700; margin-bottom:20px; }   

/* Resource Post Page */
.row-fluid .res-postherosection { padding-bottom:170px; }

.row-fluid .resource-postsection { position:relative; margin-top:-140px; padding-bottom:100px; } 
.row-fluid .resource-postsection .auditform { margin-top:0px; margin-bottom:0; }
.row-fluid .resource-postsection .res-posttext { padding-top:20px; } 
.row-fluid .resource-postsection .res-posttext ol { margin:0 0 20px; padding:0 0 0 19px; }
.row-fluid .resource-postsection .res-posttext p { padding:0 0 30px; }
.row-fluid .resource-postsection .res-posttext p + p { padding:0; }

/* About Us Page */
.row-fluid .about-herosection { padding:130px 0 120px; font-size:24px; line-height:34px; }
.row-fluid .about-herosection h1 { margin:0; } 

.row-fluid .about-introsection { padding:50px 0; color:#6E7E91; }
.row-fluid .about-introsection .about-personbox { text-align:right; }
.row-fluid .about-introsection .about-introbox h2 { margin-bottom:5px; }
.row-fluid .about-introsection .about-introbox h3 { margin-bottom:10px; }
.row-fluid .about-introsection .about-introbox p { padding-bottom:0; }

.row-fluid .over-valuesection.solve-section { padding:30px 0 105px; }
.row-fluid .over-valuesection.solve-section .solve-boxwrap { width:100%; }
.row-fluid .over-valuesection.solve-section .solve-col { width:25%; }
.row-fluid .over-valuesection.solve-section .solve-inner { padding:38px 20px; }
.row-fluid .solvebox-title h4 { font-size:20px; line-height:27px; margin-bottom:10px; }
.row-fluid .over-valuesection.solve-section .solve-icon { margin-bottom:25px; }

.row-fluid .our-teamsection { padding:80px 0 180px; background-size:100% 100% !important; }  
.row-fluid .team-wrap { float:none; display:block; width:auto; margin:0 -26px 50px; }
.row-fluid .team-col { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; padding:26px 26px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; } 
.row-fluid .team-col:hover { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);; }
.row-fluid .team-img { float:none; display:inline-block; vertical-align:top; height:218px; width:218px; border-radius:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .tean-name h4 { font-size:24px; line-height:27px; font-weight:700; color:#2B3643; padding:15px 0 5px; }
.row-fluid .tean-position { font-size:20px; line-height:27px; color:#6E7E91; font-weight:400; } 

.row-fluid .people-sayingsection { padding:40px 0 17px; }
.row-fluid .people-saycol { float:left; width:33.33%; padding:0 10px; }
.row-fluid .people-saycolinner { background:#FFFFFF; position:relative; box-shadow:0px 2px 36px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 2px 36px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0px 2px 36px rgba(0, 0, 0, 0.1); -ms-box-shadow:0px 2px 36px rgba(0, 0, 0, 0.1); -o-box-shadow:0px 2px 36px rgba(0, 0, 0, 0.1); border-radius:5px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .people-saycolinner:hover { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);; }
.row-fluid .people-sayinner { padding:40px 15px 20px; font-size:20px; line-height:27px; color:#2B3643; font-weight:700; }
.row-fluid .people-sayicon { min-height:100px; display:flex; align-items:center; justify-content:center; }
.row-fluid .people-saycontent { margin-top:25px; }  
.row-fluid .people-readlink { font-size:16px; line-height:22px; font-weight:700; margin-top:30px; margin-bottom:5px; }  
.row-fluid .people-readlink a { color:#FBB157; }
.row-fluid .people-readlink a:hover { color:#1EBFE8; }

.row-fluid .trusted-sectiontwo { padding-bottom:130px; }

/* Resource Page */
.row-fluid .resource-section { padding:70px 0; }

.row-fluid .tag-liststyle { float:left; width:100%; }
.row-fluid .tag-liststyle ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .tag-liststyle ul li { float:none; display:inline-block; vertical-align:top; width:auto; padding:0 20px 0 0; margin-bottom:20px; }
.row-fluid .tag-liststyle ul li:last-child { padding-right:0; }
.row-fluid .tag-liststyle ul li a { float:none; display:inline-block; vertical-align:top; padding:12px 36px; border-radius:28px; font-size:14px; line-height:18px; font-weight:600; background:#F36E33; color:#fff; cursor:pointer; letter-spacing:0.5px; }
.row-fluid .tag-liststyle ul li a:hover { background:#1EBFE8; }

.row-fluid .filter-box { float:left; width:50%; }
.row-fluid .service-resourcewrap { float:right; width:270px; max-width:100%; position:relative; }
.row-fluid .filter-boxtwo span.select-click { cursor:pointer; padding:8px 15px; margin:0; position:relative; float:left; width:100%; text-align:left; background:#fff; border:1px solid #AEB9C5; border-radius:5px; font-size:16px; line-height:22px; color:#AEB9C5; }
.row-fluid .filter-boxtwo span.select-click:after { position:absolute; content:""; height:6px; width:15px; right:14px; top:16px; background:url(https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/droparoow.png) no-repeat center center; transition:all ease .5s; }
.row-fluid .filter-boxtwo ul { display:none; position:absolute; top:100%; left:0; z-index:1; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); padding:0; margin-top:0; width:100%; border-radius:5px 5px 0 0; }
.row-fluid .filter-boxtwo ul li { padding:0; border-bottom:1px solid #AEB9C5; float:left; width:100%; }
.row-fluid .filter-boxtwo ul li:last-child { border:0; }
.row-fluid .filter-boxtwo ul li a { float:left; width:100%; padding:14px 10px; cursor:pointer; font-size:14px; line-height:18px; font-weight:600; }

.row-fluid .resource-workraw { padding-top:50px; }
.row-fluid .resource-wrap { float:none; display:block; margin:0 -15px; width:auto; }
.row-fluid .resource-col { float:left; width:33.33%; padding:22px 15px; }
.row-fluid .resourcesbox_img { height:350px; width:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; border-radius:4px; }
.row-fluid .resources_infoinner { position:relative; } 
.row-fluid .resource-defaulttext { position:absolute; bottom:0; left:0; background:rgba(255,255,255,0.9); padding:15px 20px; cursor:pointer; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .resource-defaulttext h4 { font-size:16px; line-height:24px; color:#2B3643; font-weight:700; }
.row-fluid .resource-defaulttext .resource-topic { margin:0; line-height:24px; }

.row-fluid .resourcesbox_hover { position:absolute; top:0; left:0; background:rgba(255,255,255,0.9); padding:20px 14px 30px; font-size:14px; line-height:22px; height:100%; opacity:0; visibility:hidden; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .resourcesbox_hover h4 { font-size:16px; line-height:24px; }
.row-fluid .resource-topic { font-weight:700; color:#EF3E43; margin-bottom:4px; }
.row-fluid .resource-col.white_paper .resource-topic { color:#1EBFE8; }
.row-fluid .resource-col.infographic .resource-topic { color:#F36E33; }
.row-fluid .resource-col.ebook .resource-topic { color:#71BF4B; }
.row-fluid .resourcesbox_linkbox { padding:15px 25px 40px; }
.row-fluid a.resourcesbox_link { font-weight:700; color:#FBB157; font-size:16px; line-height:22px; float:right; }  
.row-fluid a.resourcesbox_link:hover { color:#1EBFE8; }
/* .row-fluid .resourcesbox_textinner { height:auto; }  */
.row-fluid .resourcesbox_inner {  height: 225px; overflow: auto; width: 100%; float: left; }

.row-fluid .resource-col:hover .resource-defaulttext { opacity:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .resource-col:hover .resourcesbox_hover { opacity:1; visibility:visible; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .show-btn-main { width: 100%; float: left; text-align: center; }
.row-fluid .show-btn-main .show-more { color: #AEB9C5; font-size: 16px; line-height: 22px;  display: inline-block; margin: 40px 0 10px; }
.row-fluid .show-btn-main .show-more span { display: block; margin-bottom: 16px; }
.row-fluid .show-btn-main .show-more i { font-size: 26px; }
.row-fluid .show-btn-main .show-more:hover {color: #1EBFE8;}

/* Homepage Updates */
.row-fluid .hero-section.hero-sectionnew { padding:0; }
.row-fluid .hero-section.hero-sectionnew .hs_cos_wrapper_type_header h2 { font-size:42px; line-height:50px; font-weight:700; margin-bottom:0px; }
.row-fluid .hero-section.hero-sectionnew .hs_cos_wrapper_type_rich_text { font-size:28px; line-height:40px; }
.row-fluid .hero-section.hero-sectionnew .btn-style1 a { text-transform:capitalize; margin-top:50px; padding:12px 59px; border-radius:28px; }
.row-fluid .hero-section.hero-sectionnew .heroleft { padding-top:0px; }
.row-fluid .hero-section.hero-sectionnew .heroright { position:relative; }

.row-fluid .hero-section.hero-sectionnew .heroright img { position:relative; z-index:2; }
.row-fluid .hero-section.hero-sectionnew .heroright .animate-dot label { position:absolute; top:0; left:0; height:100px; width:100px; border-radius:100%; background:#1EBFE8; animation:hover 5s ease-in-out infinite; }
.row-fluid .hero-section.hero-sectionnew .heroright .animate-dot label.dot1 { height:130px; width:130px; left:120px; top:20px; }
.row-fluid .hero-section.hero-sectionnew .heroright .animate-dot label.dot2 { height:70px; width:70px; right:-20px; left:auto; top:40%; transform:translateY(-50%); background:#1EBFE8; animation:hover2 3s ease-in-out infinite; margin-top:10px; animation-delay:1s; z-index:2; }
.row-fluid .hero-section.hero-sectionnew .heroright .animate-dot label.dot3 { left:50%; bottom:-10px; top:auto; height:34px; width:34px; animation-delay:3s; animation-duration:3s; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; margin-left:-70px; z-index:2; }

.row-fluid .connection-col { padding:50px 50px; } 
.row-fluid .connection-left { float:left; width:40%; }
.row-fluid .connection-left img { max-width:370px !important; }
.row-fluid .connection-right { float:left; width:60%; }
.row-fluid .connection-right h3 { margin-bottom:20px; font-weight:800; }
.row-fluid .connection-right p { padding:0 0 10px; }

.row-fluid .image-text-tabsection { padding:130px 0 200px; background-size:100% 100% !important; }
.row-fluid .image-text-tabsection .img-textcol { display:none; }
.row-fluid .section-headergroup { margin-bottom:50px; font-size:20px; line-height:40px; color:#2B3643; }  
.row-fluid .section-headergroup h3 { font-weight:800; margin-bottom:30px; }
.row-fluid .image-text-tabsection .img-textcol#zigzagtab1 { display:block; }
.row-fluid .zigzag-tablist { margin-bottom:20px; }
.row-fluid .zigzag-tablist ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; text-align:center; }
.row-fluid .zigzag-tablist ul li { float:none; display:inline-block; vertical-align:top; width:25%; margin:0 -2px; padding:0; }
.row-fluid .zigzag-tablist ul li a { display:inline-block; color:#6E7E91; font-size:20px; line-height:28px; padding:0 5px 5px; font-weight:700; border-bottom:3px solid #6E7E91; }
.row-fluid .zigzag-tablist ul li a:hover, .row-fluid .zigzag-tablist ul li.current a { border-color:#F36E33; color:#F36E33; }

.row-fluid .img-textwrap .img-textright img { position:relative; z-index:2; }
.row-fluid .circle-animation .circle { position:absolute; top:100px; left:15px; height:30px; width:30px; border-radius:100%; background:#F36E33; animation:hover 5s ease-in-out infinite; }
.row-fluid .circle-animation .circle2 { height:150px; width:150px; right:0px; left:auto; background:#71bf4b; animation:hover2 3s ease-in-out infinite; margin-top:10px; animation-delay:1s; z-index:1; }
.row-fluid .circle-animation .circle3 { left:50%; bottom:-50px; top:auto; height:100px; width:100px; animation-delay:3s; animation-duration:3s; margin-left:-90px; z-index:2; background:#FBB157; }
.row-fluid .circle-animation.orange .circle { background:#F36E33; }
.row-fluid .circle-animation.green .circle { background:#71bf4b; }
.row-fluid .circle-animation.yellow .circle { background:#FBB157; }

.row-fluid .customer-sectionnew { padding-top:20px; padding-bottom:130px; } 

/* Footer */
.row-fluid .footer { padding:80px 0 10px; background:#2B3643; color:#AEB9C5; }
.row-fluid .footer a { color:#AEB9C5; font-size:14px; line-height:20px; }
.row-fluid .footer a:hover { color:#fff; }
.row-fluid .footer .hs-menu-wrapper > ul { float:left; width:100%; margin:0; }
.row-fluid .footer .hs-menu-wrapper > ul > li { float:left; width:100%; }
.row-fluid .footer .hs-menu-wrapper > ul > li > a { padding:0; position:relative; display:inline-block; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .footer .hs-menu-wrapper > ul > li > a:before { position:absolute; content:"\f105"; font-family:FontAwesome; left:0; top:10px; color:#fff; line-height:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; opacity:0; }
.row-fluid .footer .hs-menu-wrapper > ul > li > a:hover { padding-left:10px; }
.row-fluid .footer .hs-menu-wrapper > ul > li > a:hover:before { opacity:1; }
.row-fluid .footerbox-title { font-size:18px; line-height:24px; margin-bottom:10px; }
.row-fluid .footerbox1 { position:relative; top:-18px; }
.row-fluid .footer-address { padding-left:24px; position:relative; }
.row-fluid .footer-address:before { position:absolute; content:""; top:7px; left:0; height:22px; width:17px; background:url('https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/location.png') no-repeat center center; }
.row-fluid .footer-social { margin-top:25px; padding-left:2px; }
.row-fluid .footer-social a { float:none; display:inline-block; vertical-align:top; padding-right:18px; font-size:20px; color:#fff; position:relative; top:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .footer-social a:hover { top:-5px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .footer-section2 { padding-top:55px; font-size:13px; line-height:18px; color:#AEB9C5; }
.row-fluid .copyright-text { margin-top:8px; }

/*---*/ 
.row-fluid .servieslearn_module { width:100%; float:left; text-align:center; }
.row-fluid .servieslearn_module h2 { width:100%; float:left; margin-bottom:40px; }
.row-fluid .servieslearn_module .servieslearn_cover { width:100%; float:left; }
.row-fluid .servieslearn_module .servieslearn_box { width:33.33%; float:none; margin-right:-4px; display:inline-block; vertical-align:top; padding:0 15px; margin-bottom:40px; }
.row-fluid .servieslearn_module .servieslearn_box .servieslearn_img { width:100%; float:left; margin-bottom:20px; }
.row-fluid .servieslearn_module .servieslearn_box .servieslearn_title { width:100%; float:left; font-size: 16px; line-height: 26px }
 
.row-fluid .icontitle_module { width:100%; float:left; padding:220px 0 260px 0; position:relative; }
.row-fluid .icontitle_module .wrapper { position:relative; }
.row-fluid .icontitle_module:before { position:absolute; content:""; left:0; top:0; width:100%; background-size: 100% 150% !important;height:100%; background:url('https://cdn2.hubspot.net/hubfs/3004731/shape-bg.png') no-repeat; }

/* https://cdn2.hubspot.net/hubfs/3004731/AtomicReach_graphics_2019/bg-1.svg
https://cdn2.hubspot.net/hubfs/3004731/shape-bg.png
 */
.row-fluid .icontitle_module .icontitle_cover { width:100%; float:left; position:relative; }
.row-fluid .icontitle_module .icontitle_box { width:33.33%; float:left; display: flex; align-items: center; padding:0 15px; }
.row-fluid .icontitle_module .icontitle_icon { width:130px; height:130px; border: 3px solid #AEB9C5; float:left; display: flex; align-items: center; border-radius: 50%; transition:all .6s ease; position:relative; }
.row-fluid .icontitle_module .icontitle_icon img { margin:0 auto;   transition:all .6s ease;}
.row-fluid .icontitle_module .icontitle_box h3 { width:calc(100% - 130px); clear: inherit; float:left; padding-left:20px;  font-size: 20px; line-height: 27px; color:#AEB9C5; transition:all .6s ease; }
.row-fluid .icontitle_module .icontitle_box .box_hovericon { position:absolute; left:0; top:0; text-align:center; display: flex; align-items: center; width: 100%; height: 100%; opacity:0;  transition:all .6s ease; }

.row-fluid .icontitle_module .icontitle_box:hover .icontitle_icon .box_hovericon { opacity:1;  transition:all .6s ease;}
.row-fluid .icontitle_module .icontitle_box:hover .icontitle_icon .box_hovericon img { opacity:1;  transition:all .6s ease;}
.row-fluid .icontitle_module .icontitle_box:hover .icontitle_icon img { opacity:0;  transition:all .6s ease; }
.row-fluid .icontitle_module .icontitle_box:hover .icontitle_icon { border-color:#71BF4B; background:#71BF4B; transition:all .6s ease; }
.row-fluid .icontitle_module .icontitle_box:hover h3 { color:#000; transition:all .6s ease; }

/* blog */
.row-fluid .post-filter-col .filter { list-style: none; padding: 0; }
.row-fluid .post-filter-col .filter li a { display: inline-block; vertical-align: top;  padding: 12px 36px;  border-radius: 28px;  font-size: 14px;  line-height: 18px;  font-weight: 600; background: #F36E33; color: #fff; cursor: pointer; letter-spacing: 0.5px; }
.row-fluid .post-filter-col .filter li { display: inline-block; padding-right: 20px; }
.row-fluid .post-filter-col .filter li a:hover { background: #1EBFE8; }

.row-fluid .topic-section { padding: 20px 0; }
/* .row-fluid .post-filter-col { float: none; display: inline-block; margin: 0 -2px; width: 50%; }
.row-fluid .post-filter{ text-align:right; float:right; } */
.row-fluid .post-filter h3{cursor:pointer;padding: 8px 45px 8px 15px ;margin:0;position:relative;float:left;width:100%;text-align:left;background:#fff;border:1px solid #AEB9C5;border-radius:5px;font-size:16px;line-height:22px;color:#AEB9C5;font-weight:400; text-transform: capitalize; }
.row-fluid .post-filter h3:after { position: absolute; content: ""; height: 6px; width: 15px; right: 14px; bottom:0; top: 0; margin: auto ; background: url(https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/droparoow.png) no-repeat center center;  transition: all ease .5s; }
.row-fluid .post-filter h3.active:after { transform: scaleY(-1); }
.row-fluid .post-filter .block{ display:inline-block; text-align:left; position:relative; min-width:340px;}
.row-fluid .post-filter ul{list-style:none;padding:0;margin:0;}
.row-fluid .post-filter .widget-module{float:left;position:absolute;top:100%;left:0;z-index:1;background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1);padding:0;margin-top:0;width:100%;border-radius:5px 5px 0 0;display:none; max-height: calc(100vh - 154px); overflow: auto !important; z-index:99; }
.row-fluid .post-filter ul li a{float:left;width:100%;padding:14px 10px;cursor:pointer;font-size:14px;line-height:18px;font-weight:600;}
.row-fluid .post-filter ul li .filter-link-count {display:none;}
.row-fluid .post-filter ul li{padding:0;border-bottom:1px solid #AEB9C5;float:left;width:100%;}

.featured-posts-section { background: #FBFBFB; position: relative; padding: 70px 0 20px; margin-bottom: 70px; width: 100%; float: left; }
.featured-posts-section h2 { font-weight: bold; font-size: 32px; line-height: 36px; margin-bottom: 45px; }
.featured-posts-section:before { content: ""; position: absolute; left: 0; right: 0; top: 100%; background-image: url(https://www.atomicreach.com/hubfs/AtomicReach_graphics_2019/images/Featured-curve.png);  background-position: center;  background-size: 100% 100%; width: 100%; height: 130px; }
.post-listing { margin: 0 -15px; }
.post-listing .post-item { width: 33.333%; float: left; padding: 0 15px 40px; }
.post-listing .post-item .hs-featured-image { width: 100%; max-width: 100%; margin: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; object-fit: cover; z-index: -1; }
.post-listing .post-item .post-inner { position: relative; height: 240px; z-index: 1; border-radius: 5px; overflow: hidden; }
.post-listing .post-item h4 { font-weight: bold; font-size: 16px; line-height: 24px; color: #fff; }
.post-listing .post-item h4 a { color: #fff; }
.post-listing .post-item h4 a:hover{color:#F36E33; }
.post-listing .post-item .post-inner .post-title { position: absolute; left: 0; bottom: 0; background: rgba(43, 54, 67, 0.9); right: 0; padding: 18px 21px; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; } 
.post-listing .post-item-hover { background: rgba(43, 54, 67, 0.9); height: 100%; padding: 24px 20px; color: #fff;-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; /* -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);; */     opacity: 0; visibility: hidden; }
.post-listing .post-item-hover .post-content { font-size: 14px; line-height: 20px; margin-bottom: 14px; }
.post-listing .post-item-hover h4 { margin-bottom: 10px; }
.post-listing .post-item-hover .more-link { float: right; color: #FBB156; }
/* .post-listing .post-item:hover .post-item-hover { -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);; } */
/* .post-listing .post-item:hover .post-title { bottom: 100%; } */
.post-listing .post-inner:hover .post-item-hover  { visibility: visible; opacity: 1; }
.post-listing .post-inner:hover .post-title  {  opacity: 0; visibility: hidden; }

.post-listing .post-item .post-item-inner { height: 160px; overflow: auto; }
.post-listing-simple h2 { line-height: 36px; padding: 20px 0; font-size: 28px;}
.row-fluid .load-more .show-more { margin-top: 70px; }

.row-fluid .blog-listing-section { padding: 100px 0 100px; width: 100%; float: left; }

/*  blog inner */
.row-fluid .blog-hero-content { text-align: center; padding-bottom: 30px; padding-top: 30px; }
.row-fluid .blog-hero-text a { display: inline-block;  color: #fff; font-size: 24px; font-weight: 400; vertical-align: middle; }
.row-fluid .blog-hero-text a:hover { color: #2b3643; }
.row-fluid .blog-hero-text a.topic-link { font-weight: 700;}

.blog-section .blog-post-section { width: 100%; max-width: 800px; margin: auto; float: none; }
.blog-post-section .hs-featured-image-wrapper { width: 100%; float: left; margin-bottom: 60px; }
.blog-post-section .hs-featured-image-wrapper img { width: 100%; float: left; max-width: 100%; margin: 0; height: 400px; object-fit: cover; }
.blog-section .blog-post-section .post-body img { width: 100%; object-fit: cover; margin: 50px 0; }
.about-author-sec { width: 100%; float: left; margin-bottom: 30px; }
.about-author-sec .about-author-contetn { width: calc(100% - 120px); float: left; font-size: 20px; line-height: 36px; color: #2B3643; padding-right: 51px; }
.about-author-sec .about-autho-img { width: 120px; height: 120px; float: left; border-radius: 100%; overflow: hidden; }
.about-author-sec .about-autho-img img { width: 100%; height: 100%; object-fit: cover; }

.topic-data-social-section { width: 100%; float: left; padding: 50px 0 60px; }
.topic-data-social-section .topic-left { float: left; width: 70%; padding: 7px 0 0; }
.topic-data-social-section .social-sharing { float: right; font-size: 18px; width: 30%; text-align: right; }
.topic-data-social-section .social-sharing p { display: inline-block; vertical-align: middle; }
.topic-data-social-section .share-buttons { display: inline-block; padding-left: 0; vertical-align: middle; }
.topic-data-social-section .share-buttons li { display: inline-block; vertical-align: middle; padding-left: 27px; }
.topic-data-social-section .share-buttons li a { color: #6E7E91; }
.topic-data-social-section .topic-link { display: inline-block; vertical-align: top; padding: 10px 22px; border-radius: 28px; font-size: 12px; line-height: 18px; font-weight: 600; background: #F36E33; color: #fff; cursor: pointer; letter-spacing: 0.5px; margin-bottom: 20px; min-width: 100px; text-align: center; margin-right: 13px; }
.topic-data-social-section .topic-link:hover { background: #1EBFE8; }
.topic-data-social-section .share-buttons li a:hover { color: #1EBFE8; }

.cta-strip-section { width: 100%; float: left; margin-bottom: 150px; margin-top: 30px; }
.cta-strip-box { background: #FFFFFF; box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.07); border-radius: 10px; position: relative; overflow: hidden; }
.cta-strip-box .cta-strip-left h3 { margin-bottom: 20px; }
.cta-strip-box .cta-strip-left h4 { font-weight: 400; margin-bottom: 50px; }
.cta-strip-box .cta-strip-left { width: calc(100% - 420px); padding: 70px 90px 70px 35px; }
.cta-strip-right { position: absolute; right: 0; top: 0; bottom: 0; width: 420px; }
.cta-strip-right img { width: 100%; height: 100%; object-fit: cover; }

.disqus-thread-section { padding: 0  0 150px; width: 100%; float: left; }
.disqus-thread-section #disqus_thread { width: 100%; max-width: 800px; margin: auto; }

.row-fluid .btn-blue a , .btn-blue a { background: #1EBFE8; padding: 11px 38px; border-radius: 90px;}
.row-fluid .btn-blue a:hover, .btn-blue a:hover { background: #2b3643; }

.row-fluid .blog-simple-section.blog-listing-section {  padding-top: 0; }
.row-fluid .author-hero-section .hs-author-avatar img { width: 150px; height: 150px; object-fit: cover; border-radius: 100%; }
.row-fluid .author-hero-section .hs-author-profile { text-align: center; width: 100%; max-width: 800px; margin: auto; padding: 40px 0 60px; }
.row-fluid .author-hero-section .hs-author-avatar { margin-bottom: 38px; }
.row-fluid .author-hero-section .hs-author-profile .hs-author-name { margin-bottom: 30px; }
.row-fluid .author-hero-section .hs-author-bio { font-size: 18px; }
.row-fluid .author-hero-section .hs-author-bio a { color: #000; }
.row-fluid .author-hero-section .hs-author-bio a:hover { color: #fff; }
.row-fluid .author-hero-section .hs-author-profile .hs-author-social-links { margin-top: 30px; }

/* Keyframe css */
/*@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3, 1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3, 1.7);
    opacity: 0;
  }
}*/

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Moving Animation */
@keyframes hover {
  0% {transform: none}
  50% {transform: translateY(-20px)}
  100% {transform: none}
}

@keyframes hover2 {
  0% {transform: none}
  50% {transform: translateX(-20px)}
  100% {transform: none}
}





/* Home Page V3 */

.row-fluid .hp_hero_section.hero-sectionnew { height:auto; padding: 175px 0 100px; }
.row-fluid .ulstyle.hp_heroleft_list ul { font-size: 18px; line-height: 28px; color:#fff; padding:20px 0 0 0; }
.row-fluid .ulstyle.hp_heroleft_list ul li:before { background-size: cover; width: 16px; height: 13px; }
.row-fluid .hero-section .ulstyle.hp_heroleft_list ul li { padding-bottom: 10px; }

.row-fluid .hp_service_sec { padding-top:140px; }
.row-fluid .hp_trusted_sec .section-title h4 { font-weight:800;  margin: 0 auto 30px auto; max-width: 85%;  }
.row-fluid .hp_trusted_sec .trusted-logobox { padding: 10px 15px 0px 15px; height:50px; }
.row-fluid .hp_trusted_part { width:20%; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; padding:15px; }
.row-fluid .hp_trusted_sec .trusted-logobox img { max-height: 50px;  width: auto; position: relative; top: 50%; transform: translateY(-50%);}

.row-fluid .hp_channel_sec { width:100%; float:left; padding: 140px 0 75px; }

.row-fluid .hp_chnnl_wrp { float: none; display: block; width: auto; margin: 0 -15px; }
.row-fluid .hp_chnnl_col { float: none; display: inline-block; vertical-align: top; width: 33.33%; padding: 20px 30px; margin: 12px -2px; border-left: 1px solid #E5E5E5;}
.row-fluid .hp_chnnl_col:first-child { border:none; }
.row-fluid .hp_chnnl_inner { position: relative; }
.row-fluid .hp_chnnl_imgbox { width: 160px; max-width: 100%; float: none; display: inline-block;  margin: 30px 0; height: 150px; }
.row-fluid .hp_chnnl_imgbox img { max-height: 150px; }
.row-fluid .hp_chnnl_textbox { }
.row-fluid .hp_chnnl_textbox h5 { margin-bottom:20px; }
.row-fluid .hp_chnnl_inner a.boxlink { position: absolute;  top: 0;  left: 0;  height: 100%;  width: 100%;  z-index: 2; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; -o-transition: all ease .5s; -ms-transition: all ease .5s; transition: all ease .5s; }

.row-fluid .hp_trsted_logo { margin:70px 0 0 0;  width:100%; float:left;   position: relative; }
.row-fluid .hp_trsted_left { }
.row-fluid .hp_trsted_left .slick-slider {     position: inherit;  }
.row-fluid .hp_trsted_left ul.slick-dots { position:absolute; left: 0; bottom: -70px; }
.row-fluid .hp_trsted_left .trusted-logobox { position: relative; height: 50px; overflow: hidden; }
.row-fluid .hp_trsted_left .trusted-logobox img { position: absolute; top: 50%; left: 50%; max-width: 90%; max-height: 100%; transform: translate(-50%, -50%);}

.row-fluid .hp_trsted_right { }


.row-fluid .hp_faq_section { width:100%; float:left;  padding: 100px 0; }

.row-fluid .hp_faq_box_row { float: none; display: block; width: auto; margin: 0 -15px; text-align:left; }
.row-fluid .hp_faq_box_wrp { width:50%; float:left; padding:0 15px; }
.row-fluid .hp_faq_inner { width:100%; float:left;     margin: 0 0 20px 0; }
.row-fluid .hp_faq_cover {  width:100%; float:left; padding-left: 25px; }
.row-fluid .hp_faq_question { position:relative; font-size: 24px; line-height: 36px; font-weight:700; color: #2B3643;     cursor: pointer; }
.row-fluid .hp_faq_question:before { position:absolute; content:"\f067"; font-family:fontawesome; top:2px; left:-25px; color: #1EBFE8;  font-size:12px; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; -o-transition: all ease .5s; -ms-transition: all ease .5s; transition: all ease .5s;  }
.row-fluid .hp_faq_answer { display:none; font-size: 16px; line-height: 32px;color: #6E7E91;  }
.row-fluid .hp_faq_cover.open .hp_faq_question:before {  content:"\f068"; }

.row-fluid .hero-section.hero-sectionnew.hp_hero_section .heroright { padding: 0 0 40px 120px; }
.row-fluid .hero-section.hero-sectionnew.hp_hero_section .heroright .animate-dot label.dot2 {     z-index: 0; }

/* .hp_faq_box_row .hp_faq_box_wrp:first-child .hp_faq_inner:first-child .hp_faq_answer { display:block; } */
.row-fluid .experiment-section .btn-style1 a  { padding: 8px 35px; }

.row-fluid .hp_boost_section { width:100%; float:left; padding:  100px 0; position: relative;   }
.row-fluid .hp_boost_section:before { position:absolute; content:""; width:100%; height:calc(100% + 200px); top:-200px; left:0;  z-index: -10;   background: linear-gradient(0deg, #BCE6F7 9.39%, #1EBFE8 100%) ; }
.row-fluid .hp_boost_section .text-center h2 { margin-bottom: 30px; }
.row-fluid .hp_boost_left { width:50%; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; padding-right:50px; }
.row-fluid .hp_boost_right { width:50%; float:none; display:inline-block; vertical-align:middle; margin:0 -2px;  }
/* .row-fluid .ulstyle.hp_boost_right ul li:before { width: 12px; height: 10px;    background: url(//cdn2.hubspot.net/hubfs/3004731/true_2.png) no-repeat center center; background-size: cover !important; }*/
.row-fluid .ulstyle.hp_boost_right ul li:before { width: 12px; height: 10px; background-size: cover !important;  }
.row-fluid .ulstyle.hp_boost_right ul li { padding-left:20px; } 


/* Landing Page 2019 */

.row-fluid .hero_bg_full  { background-size:100% 100% !important; }
.row-fluid .hero_no_img_dot {}
.row-fluid .hero-section.hero-sectionnew.hp_hero_section.hero_img_cntr .heroright { padding:0; }
.row-fluid .hero-section.hero_img_cntr .heroright { text-align:center; }
.row-fluid .hero-section.hero-sectionnew .btn-style1.mrgn_top_0 a { margin-top:0; }
.row-fluid .hero-section.lp_hero_sec .heroleft { padding-top: 0; }
.row-fluid .hero-section.lp_hero_sec:before { display:none; }

.row-fluid .lp_need_section  { padding:60px 0; }
.row-fluid .lp_need_section h2 { width:800px; max-width:100%; float: none; display: inline-block; margin-bottom:100px;  }
.row-fluid .trus_logo_btn.btn-style2 { width: auto; float: none; display: inline-block; padding:0 15px; }
.row-fluid .trus_logo_btn.btn-style3 { width: auto; float: none; display: inline-block; padding:0 15px; }

.row-fluid .trst_logo_box { text-align:center; }
.row-fluid .trst_logo_box .hp_trusted_part { width: auto; max-width: 200px; padding:15px; }
.row-fluid .trst_logo_box .trusted-logobox { height: 40px; display: flex; align-items: center;}
.row-fluid .trst_logo_box .trusted-logobox img { max-height:40px; width: auto;}

.row-fluid .lp_need_box { width:100%; float:left; margin-bottom:80px; text-align:left; }
.row-fluid .lp_need_box h4 { margin-bottom:20px; font-size: 24px; color: #2B3643; line-height: 36px; }


/* Emails page 2019 */
.row-fluid .lp_need_section.eml_need_section h2 { margin-bottom: 60px; }
.row-fluid .eml_zigzag_box { width: 100%; float: left; }
.row-fluid .eml_zigzag_part { width: 100%; float: left; margin: 0 0 100px 0;}
.row-fluid .eml_zigzag_img { width: 50%; float: left; }
.row-fluid .eml_zigzag_text { width: 50%; float: left; padding: 0 0 0 30px; }
.row-fluid .lp_need_box .eml_zigzag_text h4 { margin-bottom: 10px; }

.row-fluid .fpo_section { width:100%; float:left; padding: 100px 0 150px; position:relative; background: #fbfbfb; }
.row-fluid .fpo_section:before {  position: absolute; content: "";  width: 100%;  height: 150px;  left: 0;  top: 0;    background: url(https://www.atomicreach.com/hubfs/AtomicReach-2019/Images/gray_top_shap.png) center no-repeat;     background-size: 100% 150px;}
.row-fluid .fpo_section:after { position: absolute;  content: ""; width: 100%; height: 100px; bottom: 0; left: 0; background: url(https://www.atomicreach.com/hubfs/AtomicReach-2019/Images/gray_bottom_shap.png) center no-repeat; background-size: 100% 100px;}
.row-fluid .fpo_box {}
.row-fluid .fpo_img { margin-top:-150px;     position: relative; }
.row-fluid .fpo_box h4 { margin: 20px 0 0 0; font-size: 24px; line-height: 36px; color: #2B3643; float: none;  display: inline-block;  width: 700px; max-width: 100%; }
.row-fluid .fpo_box .btn-style2 { margin-top:50px; }
.row-fluid .fpo_box .btn-style2 a { padding: 8px 35px; }



.row-fluid .error_section { padding: 80px 0; height: 100vh; position: relative; display: table; color: #000; width: 100%;}
.row-fluid .error_section:before { position:absolute; content:""; width:100%; height:100%; background:#fff; top:0; left:0; }
.row-fluid .error_section .row-number-3 { display: table-cell; vertical-align: middle;}
.row-fluid .error_section > div {  position: relative; }
.row-fluid .error_section h4 { margin:50px 0; }
.row-fluid .error_section .btn-style2 {  margin:20px 0 0 0; }


/* updates 14-08-2019 */
.row-fluid .blg_tpc_left {  width: calc(100% - 340px); float:left; margin:0; }
.row-fluid .post-filter .blg_tpc_left .widget-module { position: initial; background: transparent; box-shadow: none;     display: block !important; }
.row-fluid .post-filter .blg_tpc_left h3 { display:none; }
.row-fluid .post-filter .blg_tpc_left  ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .post-filter .blg_tpc_left ul li { float:none; display:inline-block; vertical-align:top; width:auto; padding:0 20px 0 0; margin-bottom:20px;     border: none; }
.row-fluid .post-filter .blg_tpc_left ul li:last-child { padding-right:0; }
.row-fluid .post-filter .blg_tpc_left ul li a { float:none; display:inline-block; vertical-align:top; padding:12px 36px; border-radius:28px; font-size:14px; line-height:18px; font-weight:600; background:#F36E33; color:#fff; cursor:pointer; letter-spacing:0.5px; }
.row-fluid .post-filter .blg_tpc_left ul li a:hover { background:#1EBFE8; }

.row-fluid .blg_tpc_right { width:340px; float:right; margin:0; }




/* .row-fluid .adt_testy .testimonial-sectionwrap { width:900px; max-width:100%; float:none; display:inline-block; text-align:left; }
.row-fluid .adt_testy .testimonial-sectionwrap .wrapper { width:100%; }
.row-fluid .adt_testy .testimonial-section { padding-bottom:50px; } */
/* .row-fluid .adt_testy .person-bio { width: 750px; } */

 /* 23-08-2019 */
.row-fluid .error-hero-section { padding: 220px 0 100px !important; text-align:center; }
.row-fluid .book-demo-ctaSection { text-align: center; padding: 80px 15px; }


/* 04-09-2019 */
.row-fluid .resource-postsection { padding-top: 50px; margin-top:0; }
.row-fluid .ulstyle.hp_boost_right ul li:before {     background: url(//cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/true%20new.png) no-repeat center center; }
.row-fluid .mrg_tb_20 { margin-top:20px; margin-bottom:20px; }
.row-fluid .innerhero-section .blog-hero-text { margin-top:20px; }


/* Media Query Start */
@media (min-width:2400px){
  .row-fluid .testimonial-section { padding:450px 0 0; }        
}

@media (min-width:2000px){
  .row-fluid .testimonial-section { padding:300px 0 0; }    
}

@media (min-width:1300px){
    
}

@media (min-width: 1201px) and (max-width: 1600px){
    .row-fluid .person-bio { font-size:26px; line-height:40px; }    
    
    /* About Us Page */
    .row-fluid .team-wrap { margin:0 -15px 50px; }
    .row-fluid .team-col { padding:26px 15px; }
    
     /* 23-08-2019 */
    .row-fluid .landing-hero-left {  padding-left: 20px; }
    
}  

@media (min-width: 992px) and (max-width: 1200px){

  .row-fluid .wrapper {  width:920px; }
  
/*   .row-fluid .top .logo { width:100%; text-align:center; }
  .row-fluid .top .logo img { max-width:100%; }
  .row-fluid .top-right { width:100%; margin:0; text-align:center; } */
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 8px; }
  
  /* Footer */
  .row-fluid .footerbox-title { font-size:16px; }
  
  .row-fluid .innerhero-section h1 { line-height: 68px; }
  .row-fluid .video-popupwrap .video-title { font-size: 22px; }
  .row-fluid .video-popupwrap .video-bgimg { max-width: 495px; height: 320px; }
  .row-fluid .auditform { padding:30px; }
  .row-fluid .icontitle_module { padding:150px 0 170px 0; }
  .row-fluid .icontitle_module .icontitle_box h3 { font-size: 18px; line-height: 25px; }
    
  /* */
    
    .row-fluid .top .logo { margin-top: 26px; }
    .row-fluid .mainmenu { line-height:0; }
    .row-fluid .top .logo img { max-width: 210px; }
    .row-fluid .top-right { padding-top: 22px; }
  

}

@media (min-width: 768px) and (max-width: 991px){

  .row-fluid .wrapper {  width:720px; }
  
  .row-fluid .hero-section { height:auto; display:inline-block; width:100%; padding:200px 0; }
  .row-fluid .hero-subtitle { font-size:24px; line-height:30px; }
  
    .row-fluid .top .logo img { max-width:200px; }
    a.mobile-trigger { top:21px; }
    
  /* Footer */
  .row-fluid .footer { padding:60px 0 10px; }
  .row-fluid .footerbox1, .row-fluid .footerbox6 { width:100%; float:left; text-align:center; margin:0; }
  .row-fluid .footerbox2, .row-fluid .footerbox3, .row-fluid .footerbox4, .row-fluid .footerbox5 { width:25%; margin:0; }
  .row-fluid .footerbox6 br { display:none; }
  .row-fluid .footer-address { width:auto; display:inline-block; float:none; }

  .row-fluid .innerhero-section h1 { line-height: 65px; }  
  .row-fluid .video-popupwrap .video-bgimg { height: 300px; max-width: 385px; } 
  .row-fluid .auditform {  padding:30px; }
  .row-fluid .servieslearn_module .servieslearn_box { width:50%; }
  .row-fluid .icontitle_module { padding:90px 0 120px 0; }
  .row-fluid .icontitle_module .icontitle_box { display:inherit; text-align:center; }
  .row-fluid .icontitle_module .icontitle_icon { float:none;margin:0 auto; margin-bottom:20px; }
  .row-fluid .icontitle_module .icontitle_box h3 { width:100%; padding:0; font-size: 18px; line-height: 25px; }
  .row-fluid .icontitle_module .icontitle_icon { width:100px; height:100px; }
  .row-fluid .icontitle_module .icontitle_icon img { max-width:50px; }
  .row-fluid .video-popupwrap .video-title:before { top: 8px; }
  .row-fluid .icontitle_module .icontitle_box h3 br { display:none; }
  
  
    .row-fluid .hero-section.hero-sectionnew.hp_hero_section .heroright .animate-dot label.dot1 { height: 90px; width: 90px; left: 50px;  top: 40px;}
    .row-fluid .hero-section.hero-sectionnew.hp_hero_section .heroright { padding: 70px 0 0 60px;}
    .row-fluid .auditform { padding: 30px 20px; }
    
}

@media (min-width: 768px) and (max-width: 1200px){
    
    body { line-height:26px; }
    h1 { font-size:40px; line-height:46px; }
    h2 { font-size:32px; line-height:40px; }
    h2 { font-size:26px; line-height:36px; }
    h4 { font-size:24px; line-height:28px; }
    h6 { font-size:20px; line-height:26px; }

    .row-fluid .solve-section { padding:60px 0 80px; }
    .row-fluid .solve-inner { padding:40px 15px; }
    .row-fluid .solve-icon { margin-bottom:20px; }

    .row-fluid .service-boxpadding { padding:40px 20px; }

    .row-fluid .testimonial-section { padding:150px 0; margin:0; text-align:center; }
    .row-fluid .testimonial-wrap { margin-bottom:0; float:none; display:inline-block; width:600px; max-width:100%; }
    .row-fluid .person-bio { font-size:20px; line-height:30px; padding-bottom:20px; } 
    .row-fluid .details-wrap { padding-left:0; } 
    .row-fluid .person-img { height:120px; width:120px; float:none; display:inline-block; }
    .row-fluid .person-details { float:left; width:100%; margin:10px 0 0; }
    .row-fluid .person-details h4 { font-size:20px; line-height:26px; }
    .row-fluid .person-details h5 { font-size:17px; line-height:22px; margin-bottom:15px; } 

    .row-fluid .img-textleft h3 { margin-bottom:10px; }
    .row-fluid .img-textcol { padding:30px 0; }

    .row-fluid .knowledge-section { padding:50px 0; }
    .row-fluid .knowledge-left .textinner h3 { font-size:28px; line-height:36px; }  
    .row-fluid .knowledge-multicol { width:50%; }

    .row-fluid .experiment-section { padding:100px 0; }
    .row-fluid .experiment-subtitle { font-size:32px; line-height:40px; }

    .row-fluid .dots-box.green span.dot1 { height:100px; width:100px; left:80px; }
    .row-fluid .dots-box.green span.dot2 { right:0; }  
    .row-fluid .dots-box.green span.dot4 { left:100px; }  
    .row-fluid .dots-box.orange span.dot2 { height:100px; width:100px; }
    .row-fluid .dots-box.orange span.dot3 { bottom:-30px; height:70px; width:70px; }
    .row-fluid .dots-box.yellow span.dot4 { right:40px; }
    
     /* Get A Demo Page */
    .row-fluid .get-demoherosection .auditform form .hs-input { margin-bottom:20px; }
    .row-fluid .get-demoherosection .auditform form select { background:transparent; }
    
    .row-fluid .demo-servicesec .servieslearn_module .servieslearn_box { width:33.33%; }
    .row-fluid .demo-servicesec .servieslearn_module .servieslearn_box .servieslearn_title { font-size:16px; line-height:24px; }
    
    /* About Us Page */
    .row-fluid .about-herosection { font-size:20px; line-height:30px; }
    .row-fluid .about-introsection .about-introbox h3 { font-size:20px; line-height:30px; }
    
    .row-fluid .over-valuesection.solve-section { padding:30px 0 50px; }
    .row-fluid .over-valuesection.solve-section .solve-col { width:50%; }
    
    .row-fluid .team-wrap { margin:0 -15px 50px; }
    .row-fluid .team-col { width:50%; padding:26px 15px; }
    .row-fluid .people-sayinner { font-size:14px; line-height:22px; }
    
    /* Homepage Updates */
    .row-fluid .hero-section.hero-sectionnew, .row-fluid .hp_hero_section.hero-sectionnew { padding:130px 0 150px; }    
    .row-fluid .hero-section.hero-sectionnew .heroleft { padding-top:30px; }
    .row-fluid .hero-section.hero-sectionnew .hs_cos_wrapper_type_rich_text { font-size:20px; line-height:30px; }
    .row-fluid .hero-section.hero-sectionnew .hs_cos_wrapper_type_rich_text br { display:none; }
    .row-fluid .hero-section.hero-sectionnew .btn-style1 a { margin-top:20px; }
    .row-fluid .connection-left img { max-width:240px !important; }
    .row-fluid .connection-right h3 { font-size:24px; line-height:32px; }
    .row-fluid .connection-col { padding:20px 0; }
    
    .row-fluid .image-text-tabsection { padding:150px 0 200px; }
    .row-fluid .section-headergroup h3 { font-size:24px; line-height:32px; }
    .row-fluid .section-headergroup { font-size:17px; line-height:30px; margin-bottom:30px; } 
    .row-fluid .zigzag-tablist ul li a { font-size:14px; line-height:22px; }
    .row-fluid .circle-animation .circle2 { height:100px; width:100px; margin-top:0; }
    
    .row-fluid .hp_hero_section { height:auto; }
    
     /* 23-08-2019 */
    .row-fluid .testimonial-section { padding: 120px 0 90px; }
    
}



@media (max-width:1199px){
    /*  Resource Library  */
    .row-fluid .show-btn-main .show-more span { margin-bottom: 6px; }
    .row-fluid .show-btn-main .show-more {margin-top: 20px;}
    
    /* blog */
    .post-listing .post-item h4 { font-size: 14px;  line-height: 22px; }
    .row-fluid .blog-listing-section { padding: 100px 0 70px; }
    .post-listing .post-item .post-item-inner { height: 170px; }
    
    /* blog inner */
    .row-fluid .blog-hero-content { padding-bottom: 40px; }
    .row-fluid .blog-listing-section { padding: 70px 0 70px; }
    .blog-post-section .hs-featured-image-wrapper { margin-bottom: 50px; }
    .topic-data-social-section { padding: 40px 0 30px; }
    .cta-strip-box .cta-strip-left { padding: 50px 40px 50px 30px; }
    .cta-strip-box .cta-strip-left h3 { font-size: 28px; line-height: 36px; }
    .cta-strip-box .cta-strip-left h4 { margin-bottom: 30px; font-size: 20px; }
    .blog-section .blog-post-section .post-body img { margin: 25px 0; }
    .cta-strip-section { margin-bottom: 100px; }
    .disqus-thread-section { padding-bottom: 100px; }
    
    .row-fluid .blg_tpc_left { display:none; }
    .row-fluid .hp_boost_section { padding: 70px 0; }
    
     /* 23-08-2019 */
    .row-fluid .error-hero-section { padding: 210px 0 100px !important; min-height: 530px; }
    .row-fluid .book-demo-ctaSection { padding-top: 70px; }
}

@media (max-width: 991px){
  .row-fluid .mainmenu, .row-fluid .top-cta { width:100%; }  
  .row-fluid .top { padding-top:15px; }
  .row-fluid .top .logo { margin-top:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul { width:100%; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:16px; font-weight:600; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#1EBFE8; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { padding-left:14px; }
  .row-fluid .top-cta.btn-style1 a { float:left; width:100%; padding:15px 14px; border-radius:0; background:transparent; font-size:16px; line-height:22px; font-weight:600; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { background:transparent; }
  .row-fluid .top-cta.btn-style1 a:hover { color:#1EBFE8; background:transparent; }
    
   /* Resource Library  */
   .row-fluid .resource-section { padding: 50px 0; }
  .row-fluid .tag-liststyle ul li a { padding: 10px 26px; }
  .row-fluid .tag-liststyle ul li { padding-right: 10px; }
  .row-fluid .filter-box.tag-liststyle { width: 60%; }
  .row-fluid .filter-box.services { width: 40%; }
  .row-fluid .resource-col { width: 50%; }
  
   /* blog */
  .post-listing .post-item { width: 50%; }
  .featured-posts-section:before { height: 70px; }
  .row-fluid .blog-listing-section {  padding: 70px 0 60px; }
    
    /*  */
    .row-fluid .innerhero-section .blog-hero-content h1 { line-height: 53px; font-size: 36px; margin-bottom: 20px; }
    .row-fluid .blog-hero-text a { font-size: 18px; }
    .row-fluid .blog-hero-content { padding-bottom: 20px; }
    .blog-post-section .hs-featured-image-wrapper img { height: 370px; }
    .about-author-sec .about-author-contetn { line-height: 29px; font-size: 18px; }
    .topic-data-social-section { padding: 30px 0 20px; }
    .cta-strip-right { width: 320px; }
    .cta-strip-box .cta-strip-left { width: calc(100% - 320px); padding: 40px 40px 40px 30px; }
    .cta-strip-box .cta-strip-left h3 { font-size: 24px; line-height: 34px; margin-bottom: 12px; }
    .cta-strip-box .cta-strip-left h4 { font-size: 18px; }
    .cta-strip-section { margin-bottom: 60px; }
    .disqus-thread-section { padding-bottom: 80px; }

  .row-fluid .hp_trusted_part { width: 33.33%; }
  .row-fluid .hp_chnnl_col { width:50%; }
  .row-fluid .hp_chnnl_col:nth-child(odd) { border: none;}
    .row-fluid .hp_faq_question { font-size: 20px; line-height: 30px; }
    .row-fluid .hp_faq_answer, .row-fluid .ulstyle.hp_heroleft_list ul { font-size: 14px; line-height: 24px; }
    .row-fluid .hp_service_sec { padding-top: 70px;}
    .row-fluid .lp_need_box h4 { font-size: 20px; line-height: 26px; }
    .row-fluid .trst_logo_box .hp_trusted_part { max-width: 170px;  }
    .row-fluid .fpo_section:before { background-size: 100% 100px; height: 100px; }
    .row-fluid .fpo_section:after {  background-size: 100% 70px; height: 70px; }
    .row-fluid .fpo_section { padding: 70px 0 110px; }
    
    .row-fluid .hp_boost_section { padding:0 0 70px 0; }
    
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul ul li a {   padding: 10px 30px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding: 10px 14px; }
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { border:none; }
    
     /* 23-08-2019 */
    .row-fluid .error-hero-section { min-height: auto; padding: 150px 0 110px !important; }
    
    .row-fluid .top .wrapper { position:relative; }
    
    
}


@media (min-width: 30px) and (max-width: 767px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {background-color:#2B3643;}
    
    body { line-height:26px; overflow-x:hidden; }
    .row-fluid .btn-style2 a::before, .row-fluid a.btn-style2::before { display:none; }
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:20px; line-height:26px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }

    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }

    .row-fluid .top .logo img { max-width:160px; }
    
    .row-fluid .hero-section { padding:150px 0 100px; background-image:none !important; background:linear-gradient(0deg, #BCE6F7 9.39%, #1EBFE8 100%) !important; height:auto; display:inline-block; width:100%; }
    .homepage .row-fluid .hero-section { padding:150px 0 100px; background-image:none !important; background:linear-gradient(0deg, #f57136 9.39%, #fda67e 100%) !important; height:auto; display:inline-block; width:100%; } 
    .row-fluid .hero-subtitle { font-size:20px; line-height:26px; }
    .row-fluid .ulstyle ul { padding:0; } 

    .row-fluid .solve-section { padding:50px 0; } 
    .row-fluid .section-title h2 { margin-bottom:30px; } 
    .row-fluid .solve-col { width:100%; padding:0; margin:0 0 30px; } 
    .row-fluid .solve-col:last-child { margin:0; }
    .row-fluid .solve-icon { margin-bottom:20px; }
    .row-fluid .solve-inner { padding:50px 30px; }

    .row-fluid .service-boxwrap { float:left; width:100%; margin:0; }
    .row-fluid .service-col { width:100%; padding:0; margin:0 0 30px; }
    .row-fluid .service-col:last-child { margin:0; }
    .row-fluid .service-boxpadding { padding:30px 30px; }

    .row-fluid .testimonial-section { padding:120px 0; margin:0; text-align:center; }
    .row-fluid .testimonial-wrap { margin-bottom:0; }
    .row-fluid .person-bio { font-size:20px; line-height:30px; padding-bottom:20px; } 
    .row-fluid .details-wrap { padding-left:0; } 
    .row-fluid .person-img { height:120px; width:120px; float:none; display:inline-block; }
    .row-fluid .person-details { float:left; width:100%; margin:10px 0 0; }
    .row-fluid .person-details h4 { font-size:20px; line-height:26px; }
    .row-fluid .person-details h5 { font-size:17px; line-height:22px; margin-bottom:15px; } 

    .row-fluid .img-textcol { padding:0 0 30px; text-align:center; margin-bottom:30px; }
    .row-fluid .img-textcol:last-child { margin:0; }  
    .row-fluid .img-textleft { width:100%; padding:30px 0 0; }
    .row-fluid .img-textright { width:100%; padding:0; }
    .row-fluid .img-textleft h3 { margin-bottom:5px; } 
    .row-fluid .image-textsection { padding:0 0 58px; }

    .row-fluid .customer-section { background-image:none !important; background:#f5f5f5; padding:60px 0; }
    .row-fluid .customer-col { width:50%; margin:0 -2px; padding-bottom:30px; float:none; display:inline-block; vertical-align:top; }

    .row-fluid .knowledge-section { padding:60px 0; }
    .row-fluid .knowledge-section .section-title h2 { margin-bottom:40px; }
    .row-fluid .knowledge-wrap { margin:0 0 30px; }
    .row-fluid .knowledge-left { width:100%; }
    .row-fluid .knowlwdge-bgimg { width:100%; height:250px !important; border-radius:10px 10px 0 0; } 
    .row-fluid .knowledge-left { padding:30px 20px; }
    .row-fluid .knowledge-left .textinner h3 { line-height:28px; }

    .row-fluid .knowledge-multisec { margin:0; width:100%; float:left; }
    .row-fluid .knowledge-multicol { float:left; width:100%; padding:0 0 30px; margin:0; }
    .row-fluid .knowledge-multicol:last-child { padding:0; }

    .row-fluid .experiment-section { padding:60px 0; }
    .row-fluid .experiment-subtitle { font-size:16px; line-height:26px; margin:20px 0; }

    .row-fluid .dots-box.green span.dot1 { height:50px; width:50px; left:20px; }
    .row-fluid .dots-box.green span.dot2 { height:50px; width:50px; right:0; }
    .row-fluid .dots-box.green span.dot4 { left:50px; }

    .row-fluid .dots-box.orange span.dot2 { height:50px; width:50px; }
    .row-fluid .dots-box.orange span.dot3 { height:50px; width:50px; bottom:-20px; }

    .row-fluid .dots-box.yellow span.dot3 { height:50px; width:50px; }  
    .row-fluid .dots-box.yellow span.dot4 { right:0; }
    
    /* Homepage Updates */
    .row-fluid .hero-section.hero-sectionnew, .row-fluid .hp_hero_section.hero-sectionnew { padding:90px 0 50px; text-align:center; }
    .row-fluid .hero-section.hero-sectionnew .hs_cos_wrapper_type_header h2 { font-size:22px; line-height:30px; margin-bottom:0px; }
    .row-fluid .hero-section.hero-sectionnew .heroleft { padding-top:0; padding-bottom:40px; }
    .row-fluid .hero-section.hero-sectionnew .hs_cos_wrapper_type_rich_text { font-size:18px; line-height:26px; }
    .row-fluid .hero-section.hero-sectionnew .hs_cos_wrapper_type_rich_text br { display:none; }
    .row-fluid .hero-section.hero-sectionnew .btn-style1 a { margin-top:20px; }
    
    .row-fluid .hero-section.hero-sectionnew .heroright .animate-dot label.dot1 { height:50px; width:50px; left:80px; }
    .row-fluid .hero-section.hero-sectionnew .heroright .animate-dot label.dot2 { height:50px; width:50px; right:0px; }
    
    .row-fluid .trusted-sectionnew { padding:40px 0; }
    .row-fluid .connection-col { padding:20px 0; } 
    .row-fluid .connection-left { width:100%; padding-bottom:30px; }
    .row-fluid .connection-left img { max-width:100% !important; }
    .row-fluid .connection-right { width:100%; text-align:center; }
    
    .row-fluid .image-text-tabsection { padding:50px 0; background-image:none !important; background-color:#fbfbfb; }
    .row-fluid .section-headergroup { font-size:16px; line-height:26px; } 
    .row-fluid .section-headergroup br { display:none; }
    .row-fluid .image-text-tabsection span.mobile-select { cursor:pointer; padding:15px 15px; margin:0; position:relative; float:left; width:100%; text-align:left; background:#fff; font-weight:700; }
    .row-fluid .zigzag-tablist { position:relative; }
    .row-fluid .zigzag-tablist ul { display:none; position:absolute; top:100%; left:0; z-index:222; text-align:left; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); padding:0; }
    .row-fluid .zigzag-tablist ul li { border-bottom:1px solid #000; width:100%; margin:0; }
    .row-fluid .zigzag-tablist ul li:last-child { border:0; }
    .row-fluid .zigzag-tablist ul li a { float:left; width:100%; padding:10px 10px; border:0; font-size:16px; line-height:26px; }
    .row-fluid .circle-animation .circle { z-index:22; height:30px !important; width:30px !important; left:0; }
    .row-fluid .circle-animation .circle2 { margin-top:-10px; left:auto; }
    .row-fluid .circle-animation .circle3 { margin-left:-20px; bottom:-15px; left:auto; } 
    .row-fluid .image-text-tabsection .img-textcol { padding-bottom:0; margin-bottom:0; }
    .row-fluid .image-text-tabsection.image-textsection .btn-style2 { margin-top:25px; }
    .row-fluid .image-text-tabsection.image-textsection .img-textleft { padding-top:50px; }  
    
    
    

    /* Footer */
    .row-fluid .footer { text-align:center; }
    .row-fluid .footerbox { margin-bottom:30px; }
    .row-fluid .footerbox6, .row-fluid .footerbox1 { margin:0; }
    .row-fluid .footer-address { padding:0; }
    .row-fluid .footer-address:before { display:none; }

    .row-fluid .innerhero-section h1 { line-height: 44px; margin-bottom: 40px; }
    .row-fluid .video-popupwrap .video-title { font-size: 24px; line-height: 38px;  }
    .row-fluid .video-popupwrap .video-title:before { top: 10px; position: relative; float: none; display:inline-block; margin-right: 10px; }
    .row-fluid .video-popupwrap .video-bgimg { height: 310px; }
    .row-fluid .auditform { margin-bottom: 0; margin-top: 50px; padding:30px; float: none; display: inline-block; max-width: 450px; width: 100%; text-align:left; }
    .row-fluid .servieslearn_module { width:100%; }
    .row-fluid .servieslearn_module .servieslearn_box { width:100%; }

    .row-fluid .audithero .video-popupwrap .video-title { padding-left:0; }
    .row-fluid .audithero { text-align:center; }
    .row-fluid .audithero .video-popupwrap .video-title { text-align:center; margin-bottom: 50px; }
    .row-fluid .icontitle_module { padding:40px 0; text-align:center; background: #FBFBFB; }
    .row-fluid .icontitle_module .icontitle_box { width:100%; margin-bottom:30px; display:inherit; }
    .row-fluid .icontitle_module .icontitle_box h3 { width:100%; padding:0;  font-size: 18px; line-height: 25px; }
    .row-fluid .icontitle_module .icontitle_icon { float:none; margin:0 auto; margin-bottom:30px; }
    .row-fluid .auditform form .hs_submit .actions { float:none; display:inline-block; }
    .row-fluid .auditform form .hs_submit { text-align:center; }
    .row-fluid .icontitle_module:before { display:none; }   
    .row-fluid .video-popupwrap .video-bgimg { float:none; margin:0 auto; }

    /* Get A Demo Page */
    .row-fluid .innerhero-section.get-demoherosection h1 { font-size:26px; line-height:34px; margin-bottom:15px; }
    .row-fluid .get-demoherosection .auditform { margin-bottom:0; padding:30px 15px; }
    .row-fluid .get-demoherosection .auditform form .hs-input { margin-bottom:15px; }
    .row-fluid .get-demoherosection .auditform form select { background:url('https://cdn2.hubspot.net/hubfs/3004731/AtomicReach-2019/Images/select.png') no-repeat top 16px right 0px; }
    .row-fluid .get-demoherosection .auditform form .hs-input { padding:0; }
    .row-fluid .auditform form .hs_submit .actions:before { display:none; }
    .row-fluid .get-demoherosection .video-bgimg { left:0; }
    .row-fluid .get-demoherosection .servieslearn_module .servieslearn_box { margin-bottom:15px; }
    
    .row-fluid .demotrusted-section { padding:30px 0 50px; }
    
    /* Resource Post Page */
    .row-fluid .res-postherosection br { display:none; }
    
    .row-fluid .resource-postsection .auditform { max-width:100%; }
    
    /* About Us Page */
    .row-fluid .about-herosection { font-size:16px; line-height:24px; }  
    .row-fluid .about-herosection.innerhero-section h1 { margin:0; line-height:36px; }
    
    .row-fluid .about-introsection { text-align:center; }
    .row-fluid .about-introsection .about-personbox { text-align:center; margin-bottom:20px; }
    
    .row-fluid .over-valuesection.solve-section .solve-col { width:100%; }
    
    .row-fluid .over-valuesection.solve-section { padding:30px 0 50px; }
    
    .row-fluid .our-teamsection { padding:50px 0; background:#fbfbfb !important; } 
    .row-fluid .team-wrap { margin:0 0 30px; float:left; width:100%; }
    .row-fluid .team-col { width:100%; padding:0 0 30px; margin:0; }  
    .row-fluid .team-img { height:150px; width:150px; }
    
    .row-fluid .people-saycol { width:100%; padding:0 0 30px; }
    .row-fluid .people-sayinner { font-size:17px; line-height:26px; }
    .row-fluid .people-saytext { height:auto !important; }
    .row-fluid .people-sayicon { min-height:1px; display:block; }
  
    .row-fluid .trusted-sectiontwo { padding:50px 0; }
    
    /* */
    .row-fluid .filter-box.tag-liststyle { width: 100%; text-align: center; }
    .row-fluid .filter-box.services { width: 100%; text-align: center; margin-top: 10px; }
    .row-fluid .service-resourcewrap { float: none; display: inline-block; text-align:left; }
    .row-fluid .tag-liststyle ul li { margin-bottom: 20px; }
    .row-fluid .resource-workraw { padding-top: 18px; }
    .row-fluid .show-btn-main .show-more { margin-top: 10px; margin-bottom: 0; } 
    
    /* */
    .row-fluid .post-filter-col { width: 100%; text-align: center; }
    .row-fluid .post-filter .block { min-width: 280px; }
/*     .row-fluid .topic-section { padding: 50px 0 40px;   } */
    .featured-posts-section h2 {text-align: center; font-size: 24px;  margin-bottom: 35px;  }
    .featured-posts-section { padding: 50px 0 20px; margin-bottom: 50px; } 
    .featured-posts-section:before {  height: 40px; }
    .row-fluid .blog-listing-section { padding: 30px 0 60px; }
    
    /* */
    .row-fluid .blog-hero-content { padding-top: 0; }
    .row-fluid .innerhero-section .blog-hero-content h1 { line-height: 44px; margin-bottom: 33px; font-size: 30px; }
    .blog-post-section .hs-featured-image-wrapper img { height: 240px; }
    .about-author-sec .about-author-contetn { width: 100%; text-align: center; padding: 0 0 20px; }
    .about-author-sec .about-autho-img { margin: auto; float: none; }
    .blog-section .blog-post-section { padding-top: 60px; }
    .blog-post-section .hs-featured-image-wrapper { margin-bottom: 30px; }
    .blog-section .blog-post-section .post-body img { margin: 15px 0; }
    .topic-data-social-section .topic-left { width: 100%; text-align: center; }
    .topic-data-social-section .social-sharing { width: 100%; text-align: center; }
    .topic-data-social-section .topic-link { margin: 0 15px 20px; }
    .topic-data-social-section { padding: 20px 0 20px; }
    .topic-data-social-section .topic-left p { padding: 0; }
    .cta-strip-box .cta-strip-left { width: 100%; padding: 0 0 50px; }
    .cta-strip-right { width: 100%; position: relative; height: auto; max-width: 310px; margin: auto; }
    .cta-strip-box { text-align: center; padding: 40px 20px; }
    .cta-strip-section { margin-top: 10px; margin-bottom: 40px; }
    .disqus-thread-section { padding-bottom: 50px; }
    
    .row-fluid .author-hero-section .hs-author-avatar img { width: 120px; height: 120px; }
    .row-fluid .author-hero-section .hs-author-avatar { margin-bottom: 28px; }
    .row-fluid .author-hero-section .hs-author-profile .hs-author-name { margin-bottom: 20px; }
    .row-fluid .author-hero-section .hs-author-profile { padding: 20px 0 20px; }
    
    .row-fluid .hp_trusted_part { width: 50%; }
    .row-fluid .hp_chnnl_col, .row-fluid .hp_faq_box_wrp { width: 100%; }
    .row-fluid .hp_chnnl_textbox h5 { height: auto !important; }
    .row-fluid .hp_chnnl_col { padding:0; border:none; }
    .row-fluid .hp_channel_sec { background-color: rgb(251, 251, 251); background-image: none !important; padding:70px 0; }
    .row-fluid .hp_trsted_left ul.slick-dots { padding: 0; margin: 0 0 30px 0;   position: inherit; }
    .row-fluid .hp_faq_section { padding:70px 0; }
    .row-fluid .hp_chnnl_wrp { margin:0; }
    .row-fluid .hero-section.hero-sectionnew.hp_hero_section .heroright img { width: 500px !important;  max-width: 100%; }
    .row-fluid .hero-section.hero-sectionnew.hp_hero_section .heroright .animate-dot label.dot1 { height: 60px; width: 60px; left: 15%; top: -20px;}
    .row-fluid .hero-section.hero-sectionnew.hp_hero_section .heroright { padding: 0; }
    
    
    .row-fluid .lp_need_part { width:100%; float:left; margin-bottom:20px; font-size: 14px; line-height: 22px; }
    .row-fluid .lp_need_box { margin:0; text-align:center; }
    .row-fluid .lp_need_box h4, .row-fluid .fpo_box h4 { font-size: 18px; line-height: 26px; margin-bottom: 0px;}
    .row-fluid .lp_hero_sec { background: linear-gradient(0deg, #f88184 9.39%, #f14146 100%) !important; }
    .row-fluid .eml_hero { background: linear-gradient(0deg, #fdcb86 9.39%, #fbb157 100%) !important; }
    .row-fluid .ggl_hero { background: linear-gradient(0deg, #a0d586 9.39%, #72c04c 100%) !important; }
    .row-fluid .blg_post_hero {  background: linear-gradient(0deg, #fca67e 9.39%, #f57136 100%) !important; }
    .row-fluid .pd_detl_hero {  background: linear-gradient(0deg, #1F6FBC 9.39%, #6BA2D5 100%) !important; }
    
    .row-fluid .eml_zigzag_img { width: 100%; }
    .row-fluid .eml_zigzag_text {  width: 100%; padding: 20px 0 0 0; }
    .row-fluid .eml_zigzag_part { margin: 0 0 30px 0; }
    .row-fluid .lp_need_section.eml_need_section h2 { margin-bottom: 30px;}
    .row-fluid .fpo_section { padding: 120px 0 70px 0; }
    .row-fluid .fpo_box .btn-style2 { margin-top: 30px;}
    .row-fluid .fpo_section:after { background-size: 100% 40px; height: 40px; }
    .row-fluid .fpo_section:before { background-size: 100% 60px; height: 60px; }
    .row-fluid .error_section h4 { margin: 30px 0; }
    
    .row-fluid .mbl_img_cover { background-size: cover !important; }
    .row-fluid .mbl_none { display:none; }
    .row-fluid .testimonial-section { background-size: cover !important; background-position: center !important; }
    
    .row-fluid .hp_boost_section { margin:0; padding:70px 0; text-align:center; }
    .row-fluid .hp_boost_left { width:500px; max-width:100%; padding:0; }
    .row-fluid .hp_boost_right { width: 100%; }
    .row-fluid .ulstyle ul { width: auto;float: none; display: inline-block; max-width: 450px; text-align: left; }
    
    /* 23-08-2019 */
    .row-fluid .hero-section.hero-sectionnew  .landing-hero-img img { max-width: 230px !important; }
    .row-fluid .book-demo-ctaSection { padding-top: 50px; padding-bottom: 55px; }
    .row-fluid .error-hero-section { padding: 130px 0 90px !important; }

}

@media (max-width: 600px){
  .row-fluid .resource-col {  width: 100%; }
  
  /* blog */
  .post-listing .post-item { width: 100%; max-width: 440px; margin: auto; float: none; padding-bottom: 30px; }
    
}

@media (max-width: 500px){
  .row-fluid .customer-col { width:100%; margin:0; padding:0 0 30px; }
  .row-fluid .knowledge-left .textinner h3 br { display:none; }
}

@media (max-width: 480px){ 
    
    /* blog */
    .row-fluid .post-filter .block { width: 100%; min-width: 100%; }
/*     .row-fluid .topic-section { padding: 40px 0 30px; } */
    .row-fluid .post-filter h3 { font-size: 14px; }
    .featured-posts-section { padding-top: 40px; padding-bottom: 10px; margin-bottom: 30px; }
    .featured-posts-section:before { height: 24px; }
    .featured-posts-section h2 { margin-bottom: 24px; }
    .post-listing .post-item { padding-bottom: 30px; }
    
    /* blog inner */
    .row-fluid .innerhero-section .blog-hero-content h1 { font-size: 24px; line-height: 34px; margin-bottom: 23px; }
    .cta-strip-box .cta-strip-left h3 { font-size: 20px; line-height: 28px; margin-bottom: 16px; }
    .cta-strip-box .cta-strip-left h4 { font-size: 16px; line-height: 24px;}
    .cta-strip-box .cta-strip-left { padding-bottom: 40px; }
    
    
    
    .row-fluid .hp_trusted_part { width: 100%; }
}

@media (max-width: 991px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* 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 li , .mainmenu li  a{
    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: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: -11px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: 60px; /* Button width */
      height: 60px; /* Button height */      
      text-align:center;
      background:transparent;
      padding: 14px 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-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      line-height:30px;
      text-align:left;
  }

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

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

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

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      
  }
  
/*   span.child-triggerm:after { position:absolute; content:"\f101"; font-family:Fontawesome; right:0; top:50%; color:#fff; font-size:26px; transform:translateY(-50%); }
  span.child-triggerm.child-open:after { content:"\f103"; } */


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

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

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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 60px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #2B3643; /* 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-bottom: 1px solid rgba(255,255,255,0.7); /* 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: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  
  
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     text-align:center;
     float:left;
     width:100%;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 0; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
      line-height:20px;
      padding:5px 0;
      font-weight:500;
  }

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

}