
/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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


@import url('//fonts.googleapis.com/css?family=Nunito%3A200%2C200i%2C300%2C300i%2C400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CPoppins%3A700%2C600%2C500%2C400%2C300%26subset%3Dvietnamese%2Clatin-ext%2Cvietnamese%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari%2Clatin-ext%2Cdevanagari&ver=1.0.0');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
  font-family: "Ionicons";
  src: url("//cdn2.hubspot.net/hubfs/688268/Inbound_December2018/Fonts/ionicons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/688268/Inbound_December2018/Fonts/ionicons.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/688268/Inbound_December2018/Fonts/ionicons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/688268/Inbound_December2018/Fonts/ionicons.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  outline:0;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  color: #595959;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center,
.page-container {
  float: none;
  max-width: 1326px;
  padding-left:15px;
  padding-right:15px;
  margin: 0 auto;
  position: relative;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #404044;
  clear: both;
  font-family: poppins,sans-serif;
  font-weight: 700;
  text-align: inherit;
  margin: 35px 0 20px;
  line-height: 1.2;
  position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2em;
  margin: .67em 0
}
h1 {
  font-size: 58px;
  margin-top: 0;
}

h1.title {
  font-size: 52px;
  line-height: 1.3;
  margin: 5px 0
}

h2 {
  font-size: 36px
}

h2.title {
  margin: 15px 0;
  font-size: 30px;
  letter-spacing: -.02em
}

h3 {
  font-size: 26px
}

h4 {
  font-size: 20px
}

h4.title,.widget h4 {
  font-size: 18px
}

h5 {
  font-size: 16px;
  text-transform: uppercase
}

h5.title,.widget h5 {
  margin: 5px auto;
  font-size: 13px;
  letter-spacing: -.03em;
  text-transform: none
}

h5.title.uppercase,.widget h5.uppercase {
  text-transform: uppercase
}

h6 {
  font-size: 16px
}

h6.title {
  margin: 5px auto;
  font-size: 11px
}

/* Anchor Links */
a {
  color: #404044;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: color,opacity,background,border-color,-webkit-transform;
  transition-property: color,opacity,background,border-color,-webkit-transform;
  -o-transition-property: color,opacity,background,transform,border-color;
  transition-property: color,opacity,background,transform,border-color;
  transition-property: color,opacity,background,transform,border-color,-webkit-transform;
}
a:hover, a:focus { color: #505cfd; }



mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
b,strong {
  font-weight: 700
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.subscribe-options label {
  margin-left:  0;
}
.body-container-wrapper {
  margin-top: 120px;
}

.lay_ext_links   .body-container-wrapper ,
.blog .body-container-wrapper{
  margin-top: 0;
}
.body-container {
  padding: 50px 0;
}
.lay_ext_links   .body-container ,
.blog .body-container{
  padding: 0 0;
}
p {
  color: #595959;
  width: 100%;
  margin: 10px auto;
  display: block;
  line-height: 25px;
}
.max-header .page-center {
  max-height: 120px;
  line-height: 120px;
  padding: 0 15px;
}

h1 .page-title .no-transition{
  word-break: break-word;
}

.max-logo {
  width: auto !important;
  float: left !important;
}

.max-header-social {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
}

.max-logo img {
  max-height: 86px;
  vertical-align: middle;
  margin-top: -4px;
  -webkit-transition: max-height .4s ease-in-out;
  -o-transition: max-height .4s ease-in-out;
  transition: max-height .4s ease-in-out;
}
#site-wrapper {
  margin-left: 75px;
  position: relative;
}
.bar-hamburger {
  width: 76px;
  position: fixed;
  left: 0;
  z-index: 62;
  line-height: 1px
}

.bar-hamburger .hamburger-menu {
  width: 100%;
  text-align: center
}

.bar-hamburger .hamburger {
  z-index: 2;
  -webkit-transition: margin .3s ease-in-out;
  -o-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out;
  color: inherit;
  margin: 32px auto
}

.bar-hamburger .hamburger:before {
  content: '';
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: -18px;
  left: -13px;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: background,-webkit-transform;
  transition-property: background,-webkit-transform;
  -o-transition-property: transform,background;
  transition-property: transform,background;
  transition-property: transform,background,-webkit-transform
}

.bar-hamburger .hamburger:hover {
  color: inherit;
  opacity: 1
}

.bar-hamburger .hamburger:hover:before {
  background: rgba(0,0,0,.06);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.mobile-social {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 41
}

.mobile-social .share-btn {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,.25);
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

.mobile-social .social {
  background: #fff;
  height: 0;
  width: 50px;
  padding: 15px 0 25px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-property: height,padding,opacity;
  -o-transition-property: height,padding,opacity;
  transition-property: height,padding,opacity;
  opacity: 0
}

.mobile-social .social a {
  width: 50px;
  height: 35px;
  display: block;
  font-size: 20px
}

.mobile-social.active .share-btn {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mobile-social.active .social {
  height: auto;
  opacity: 1;
  padding: 15px 0 50px
}
.bar {
  background: #f7f7f7;
  width: 76px;
  height: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 60;
  -webkit-box-shadow: 0 1px 12px rgba(0,0,0,.06);
  box-shadow: 0 1px 12px rgba(0,0,0,.06)
}

.bar .content {
  width: 70vh;
  padding-left: 5vh;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg)
}

.bar .content a {
  color: inherit
}

.bar .content a:hover {
  color: #505cfd
}

.bar .separator {
  background: #e0e0e0;
  width: 60px;
  height: 2px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -3px
}

.bar .separator:before {
  content: '';
  background: rgba(0,0,0,.5);
  position: absolute;
  width: 50%;
  height: inherit
}

.bar .share {
  background: inherit;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0
}

.bar .share .title {
  height: 40px
}

.bar .share .title .icon {
  font-size: 28px;
  height: 40px;
  line-height: 42px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  -o-transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out
}

.bar .share .title .icon:after {
  content: '';
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: -3px;
  left: -14px;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: background,-webkit-transform;
  transition-property: background,-webkit-transform;
  -o-transition-property: transform,background;
  transition-property: transform,background;
  transition-property: transform,background,-webkit-transform
}

.bar .share .title .name {
  width: 100%;
  position: absolute;
  margin-left: 1px;
  bottom: 100%;
  font-weight: 600;
  font-size: 11px;
  -webkit-transform: translate(-50%,-100%) rotate(-90deg);
  -ms-transform: translate(-50%,-100%) rotate(-90deg);
  transform: translate(-50%,-100%) rotate(-90deg);
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out
}

.bar .share .links {
  background: inherit;
  width: 35px;
  padding: 5px;
  margin: 0;
  position: absolute;
  bottom: 130%;
  left: 50%;
  -webkit-transform: translate(-50%,30px);
  -ms-transform: translate(-50%,30px);
  transform: translate(-50%,30px);
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  visibility: hidden
}

.bar .share .links a {
  color: inherit
}

.bar .share .links a:hover {
  color: #505cfd
}

.bar .share .links span {
  font-size: 18px;
  margin: 0;
  -webkit-transition: margin .15s ease-in-out;
  -o-transition: margin .15s ease-in-out;
  transition: margin .15s ease-in-out
}

.bar .share:hover .links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.bar .share:hover .links span {
  margin: 6px 0
}

.bar .share:hover .title .icon {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg)
}

.bar .share:hover .title .icon:after {
  background: rgba(0,0,0,.04);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bar .share:hover .title .name {
  opacity: 0
}

.bar.right .share {
  background: 0 0;
  position: absolute;
  left: auto;
  right: -100vw;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-100%,-50%);
  -ms-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%)
}

.bar.right .share .title {
  height: auto
}

.bar.right .share .title .icon {
  display: none
}

.bar.right .share .title .name {
  position: static;
  opacity: 1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: left;
  display: inline-block;
  -webkit-transform: translateY(100%) rotate(-90deg) translateY(50%);
  -ms-transform: translateY(100%) rotate(-90deg) translateY(50%);
  transform: translateY(100%) rotate(-90deg) translateY(50%)
}

.bar.right .share .links {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 5px
}

.bar.right .share .links span {
  margin: 13px 0
}

.right {
  float: right;
}
.norebro-bar {
  background-color: #ffffff;
}
.uppercase {
  text-transform: uppercase;
}
button, .btn, a.btn, input[type="submit"], .socialbar.boxed-fullwidth a .social-text, .breadcrumbs, .font-titles, h1, h2, h3, h4, h5, h6, .countdown-box .box-time .box-count, .counter-box .counter-box-count, .vc_row .vc-bg-side-text, .slider-vertical-numbers li, .slider-vertical-numbers > div, .slider-vertical-numbers > .owl-dot, .slider-vertical-dots li, .slider-vertical-dots > div, .slider-vertical-dots > .owl-dot, .socialbar.inline a, .socialbar.boxed a .social-text, .widget_calendar caption, .breadcrumbs, nav.pagination, #masthead .site-title, #masthead .site-title a, .header-search form input, #mega-menu-wrap > ul > li, #masthead .menu-other > li > a, #masthead .menu-other > li .submenu .sub-nav.languages li a, .fullscreen-navigation .languages, .portfolio-sorting li, .portfolio-item.grid-4 .more, .portfolio-item.grid-5 .more, .portfolio-grid-4 .scroll, .portfolio-grid-5 .scroll, .portfolio-grid-7 .scroll {
  font-family: 'Poppins', sans-serif;
}
.hamburger-menu {
  float: left;
  line-height: inherit;
  display: none;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative
}

.hamburger-menu:hover {
  opacity: .6
}

.hamburger-menu a {
  line-height: inherit;
  margin: 0 0 0 20px;
  position: relative;
  vertical-align: -2px;
  display: inline-block
}

.hamburger-menu a:hover {
  opacity: 1
}

#hamburger-fullscreen-menu {
  display: block
}

.hamburger {
  width: 20px;
  height: 14px;
  border: 2px solid currentColor;
  border-left: none;
  border-right: none;
  display: inline-block;
  position: relative;
  cursor: pointer
}

.hamburger:after {
  content: '';
  width: 20px;
  height: 0;
  border: inherit;
  border-top: none;
  position: absolute;
  top: 4px;
  left: 0;
  cursor: pointer
}

.banner-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  padding: 250px 0;
}



.max-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.banner-area .subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #6a3db8;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.01em;
}

.banner-area .title {
  font-size: 58px;
  line-height: 68px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner-area .title span {
  color: #6a3db8;
}


#masthead .menu-other {
  list-style: none;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

#masthead .menu-other>li {
  float: left;
  position: relative;
}
#masthead .menu-other>li.social {
  padding: 0 12px;
}
#masthead .menu-other>li:last-child, #masthead .menu-other>li:last-child>a:last-child {
  padding-right: 0;
}
#masthead .menu-other>li>a {
  padding: 0 20px;
  text-decoration: none;
  vertical-align: -2px;
  display: block;
  font-size: 12.4px;
  font-weight: 400;
  font-family: poppins,sans-serif;
}
#masthead .menu-other>li.social>a {
  padding: 0 8px;
  float: left;
  color: #fff;
}
#masthead .menu-other>li:last-child>a {
  padding-right: 12px;
}
#masthead .menu-other>li>a .icon {
  vertical-align: -2px;
  display: inline-block;
  line-height: 1;
}
#masthead .menu-other>li.social>a .icon {
  font-size: 18px
}

#masthead .menu-other>li.social>a:hover {
  opacity: 0.6;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.max-footer-bottom .page-center > div {
  border-top: 1px solid rgba(136,136,136,.2);
  padding: 30px 0 26px;
}

.max-footer-bottom {
  background-color: #ffffff;
  color: #9194a0;
  font-size: 13px;
}
address {
  font-size: 14px;
  font-style: normal;
}
.max-footer-bottom p {
  margin: 0;
  color: #9194a0;
  line-height: normal;
}

.max-all > div {
  float: right;
}

.max-footer .page-center {
  padding: 70px 0 55px !important;
}

.fbox {
  width: 25% !important;
  padding: 0 15px;
  margin-left: 0 !important;
}

.max-subs .hs-input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.25);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background: 0 0;
  height: 46px;
  border-right-width: 0;
  border-color: #9194a0;
  color: #9194a0;
  font-weight: 300;
}
input, select, textarea, .accordion-box .buttons h5.title, .woocommerce div.product accordion-box.outline h5 {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-style: normal;

}
input, select, textarea {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color,background,border-color,opacity;
  -o-transition-property: color,background,border-color,opacity;
  transition-property: color,background,border-color,opacity;
  line-height: 1.5;
  width:100%;
  background-repeat: no-repeat;
  background-position: 99% 50%;
}

.max-subs .hs-form-field > label {
  display: none;
}

input[type=submit], button, .btn, a.btn input.btn, a.button, span.button, div.button {
  background: #404044;
  color: #fff;
  padding: 15px 25px 14px;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font: 600 13px/1.2 "Poppins",sans-serif;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  text-align: center;
  -webkit-transition-property: background,color,border-color;
  -o-transition-property: background,color,border-color;
  transition-property: background,color,border-color;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.max-subs .hs-button {margin-top: 14px;color: #9194a0;border-color: #9194a0;background: 0 0;}

.max-subs .hs-button:hover {
  background-color: #9194a0;
  color: #fff;
}

.max-subs-content p {
  color: #9194a0;
}


input.placeholder,input::-webkit-input-placeholder,textarea.placeholder,textarea::-webkit-input-placeholder {
  color: #666
}

input.placeholder,input::-moz-placeholder,textarea.placeholder,textarea::-moz-placeholder {
  color: #666
}

input.placeholder,input:-ms-input-placeholder,textarea.placeholder,textarea:-ms-input-placeholder {
  color: #666
}

input.placeholder,input::-ms-input-placeholder,textarea.placeholder,textarea::-ms-input-placeholder {
  color: #666
}

input.placeholder,input::placeholder,textarea.placeholder,textarea::placeholder {
  color: #666
}


.fbox h3,.max-sitemap .hs-menu-wrapper >ul > li:first-child > a {
  margin-top: 0;
  color: #9194a0;
  text-align: inherit;
  font-size: 16px;
  margin: 0 0 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  cursor: text;
  line-height: 1.4;
  display: block;
  text-decoration: none !important;
}

.max-inbound ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.max-inbound ul address {
  display: inline;
  margin: 1px 0;
  padding-left: 5px;
}

.max-inbound ul ul li {
  padding: 5px 0;
  line-height: 29px;
}

.max-inbound ul ul li:first-child {
  padding-top: 0;
}

.footer-container-wrapper {
  color: #9194a0;
}

.max-sitemap .hs-menu-wrapper >ul {
  display: block;
}

.max-sitemap .hs-menu-wrapper >ul li {
  color: #9194a0;
  padding: 6px 0 5px;
  font-size: 14px;
}

.max-sitemap .hs-menu-wrapper >ul li a {
  color: #9194a0;
  display: inline-block !important;
}

.max-sitemap .hs-menu-wrapper >ul li a:hover {
  text-decoration: underline;
  color: #9194a0;
}

.max-sitemap .hs-menu-wrapper >ul li.active-branch > a {
  color: #6a3db8;
}

.max-sitemap .hs-menu-wrapper >ul li.active-branch > a:hover {
  color: #9194a0;
}


.max-sitemap .hs-menu-wrapper >ul > li:first-child {
  padding: 0;
}

.max-sitemap .hs-menu-wrapper >ul li:nth-of-type(2) {
  padding-top: 0;
}



.max-recent a.hs-rss-title {
  color: #9194a0;
}

.max-recent a.hs-rss-title:hover {
  text-decoration: underline;
}

.max-recent .hs-rss-byline {
  opacity: 1;
  font-size: 14px;
}

.max-recent .hs-rss-item {
  padding: 3px 0;
  min-height: 20px;
  margin-bottom: 15px;
}

.max-recent .hs-rss-item:last-child {
  margin-bottom: 0;
}
.site-footer .menu-other {
  margin: 0;
  color: #9194a0;
  padding: 0;
  list-style: none;
  padding-top: 25px;
  line-height: 1.6;
}

.site-footer .menu-other li a {
  margin: 0 3px 5px;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  -webkit-transition-property: background-color,border-color,color;
  -o-transition-property: background-color,border-color,color;
  transition-property: background-color,border-color,color;
  color: #9194a0;
}

.site-footer .menu-other li a:hover {
  background-color: #9194a0;
  border-color: #9194a0;
}

.site-footer .menu-other li a:hover span {
  color: #fff;
}

.site-footer .menu-other > li > a:first-of-type {
  margin-left: 0;
}
.max-subs ul.hs-error-msgs.inputs-list {
  margin-bottom: 0;
  font-size: 14px;
}
.hamburger-menu-gr {
  display: none;
}
.max-land #site-wrapper {
  margin-left: 0;
}

.scroll-top {
  color: #888;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border: 1px solid #888;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 1000;
}
.scroll-top:hover {
  opacity: .7
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/*hide elements on screen widths less than 1024 pixels*/
@media only screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2\/5 {
    width: 40%;
  }
  .vc_col-sm-1\/5 {
    width: 20%;
  }
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
  }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }



/* Menu Reset */
.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul 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;
}



/* ===== Mobile Child Toggle Buttons ===== */

.child-trigger{
  display: block !important; /* Hide button on Desktop */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px !important; /* Button width */
  min-width: 55px !important;
  height: 45px !important; /* Button height */  
  padding: 0 !important;
  border-left: 1px dotted rgba(255, 255, 255, .20);
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; /* Centers icon inside button */
  margin: 0 auto !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 10px; /* Icon line width */
  height: 1px; /* Icon line height */
  background-color: #fff; /* Icon color */
  display: block;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}  
.child-trigger.child-open i{}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* ===== Mobile Menu Styles ===== */  


/* Hide menu on mobile */
.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
  display: none;
}  

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

/* Mobile Menu Styles */ 
.custom-menu-primary.js-enabled .hs-menu-wrapper{
  width: 100%;
  color: #595959;
  top: 0;
  left: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper{
  width: 100%; /* Full screen width */
}


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

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

/* Level 4 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  text-indent: 50px; /* Indent Child lists */
}
.fullscreen-navigation .copyright {
  width: 300px;
  position: absolute;
  bottom: 35px;
  left: 80px;
  z-index: 2;
  font-size: 14px;
}
.scroll-enable .bar-hamburger .hamburger {
  margin-top: 25px;}
.fullscreen-navigation .copyright .content {
  line-height: 1.5;
  display: inline-block;
  color: currentColor;
  line-height: 2;
  font-weight: 300;
  opacity: .8;
}
.fullscreen-navigation .copyright .socialbar {
  margin-top: 15px;
}
.socialbar a {
  background: #404044;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: 0 3px 5px;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  -webkit-transition-property: background-color,border-color,color;
  -o-transition-property: background-color,border-color,color;
  transition-property: background-color,border-color,color;
}
.socialbar.outline a {
  background: 0 0;
  border: 1px solid #404044;
  color: #404044;
}
.socialbar.small a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.socialbar a:first-child {
  margin-left: 0;
}
.fullscreen-navigation .copyright .socialbar>a {
  margin-bottom: 0;
}

.fullscreen-navigation .copyright .socialbar>a {
  color: currentColor;
  border-color: currentColor;
}
.socialbar a span {
  position: relative;
  z-index: 2;
}
.fullscreen-navigation .close {
  color: #404044;
  line-height: 0;
  font-size: 46px;
  padding: 20px;
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  left: 10px;
}
.socialbar.outline a:hover {
  background: #404044;
  color: #fff;
}


.fullscreen-navigation .close:hover {
  opacity: .5;
}

@media (min-width: 1025px){

  .custom-menu-primary {
    background: rgba(34,34,34,.98);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: opacity,visibility;
    -o-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
  }
  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary:after {
    content: '';
    background: #f7f7f7;
    width: 480px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #404044;
    font: 600 19.5px poppins,sans-serif;
    display: block;
    position: relative;
    line-height: 29px;
    vertical-align: middle;
    padding: 0 110px 0 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    z-index: 3;
    display: inline-block;
    overflow: hidden;
    width: 480px;
    padding: 10px 0 0 50px;
    position: relative;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    margin-top: 60px;
    margin-left: -10px;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #888;
    opacity:0.5;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    color: #fff;
    font-size: 20px;
    position: relative;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
    -webkit-transition: .25s cubic-bezier(.45,.49,.44,1);
    -o-transition: .25s cubic-bezier(.45,.49,.44,1);
    transition: .25s cubic-bezier(.45,.49,.44,1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-delay: .3s;
    padding: 3px 0;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul li.showed {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul:before,.custom-menu-primary .hs-menu-wrapper > ul:After {
    display: none;
  }
  .custom-menu-primary .socialbar.outline a:hover {
    background-color: #595959;
    color: #404044;
  }

  .custom-menu-primary .socialbar.outline a:hover span {
    color: #fff;
  }
}
/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}
.no-transition {
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}
.max-logo a:hover {
  opacity: .6;
}
/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog-listing-wrapper .post-listing .post-item {
  padding: 0 15px;
}
div.tag, span.tag, a.tag, .tag-wrap a, a[class^=tag-link-] {
  background: 0 0;
  color: #404044;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 9px 15px 7px;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
  text-transform: uppercase;
}
.blog-grid.grid-5 h3 a {
  color: #404044 !important;
}

.blog-grid header .tags a {background-color: #6a3db8;color: #fff;}

.blog-pagination a {
  margin-right: 15px;
}
.blog-grid {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.blog-grid header {
  white-space: nowrap
}

.blog-grid header .tags {
  width: 100%;
  white-space: normal;
  padding: 15px 20px 0;
  vertical-align: top;
  position: relative;
  display: inline-block
}

.blog-grid header .tags:nth-child(2) {
  left: -100%
}

.blog-grid header img,.blog-grid header .slider,.blog-grid header iframe {
  width: 100%;
  display: inline-block;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  vertical-align: top
}
.blog-listing-wrapper .post-listing .post-item:after {
  content: "";
  clear:both;
  display:block
}

.blog-grid header iframe {
  min-height: 250px
}

.blog-grid header .slider {
  overflow: hidden
}

.blog-grid header .slider .owl-nav {
  display: none
}

.blog-grid header .slider .owl-dots {
  width: 15px;
  height: auto;
  position: absolute;
  top: 15px;
  right: 15px
}

.blog-grid header .slider .owl-dot {
  color: #fff;
  margin: 0 0 5px;
  display: block;
  float: left;
  z-index: 200
}

.blog-grid .tags {
  margin-bottom: 20px
}

.blog-grid .tags a {
  color: #fff
}

.blog-grid .tags a:hover {
  background-color: transparent;
  color: #505cfd
}

.blog-grid .content {
  padding: 15px 0 5px
}

.blog-grid h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0
}

.blog-grid p {
  line-height: 1.7;
  margin: 12px auto
}
.blog-grid p span {
  font-size: 18px !important;
  line-height: 1.7;
}

.blog-grid footer {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase
}

.blog-grid footer .author {
  margin-right: 5px;
  font-weight: 500
}

.blog-grid footer .data {
  margin-left: 5px
}

.blog-grid footer .data,.blog-grid footer strong {
  color: #999;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.blog-grid .plus {
  font-size: 36px;
  line-height: 0;
  margin-top: 12px;
  display: inline-block;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}

.blog-grid .plus,.blog-grid .plus:before {
  line-height: .6
}

.blog-grid:hover header img {
  opacity: .8
}

.blog-grid:hover h3 a {
  color: #505cfd
}

.blog-grid:hover .plus {
  color: inherit;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg)
}

.blog-grid.no-preview footer {
  margin-top: 10px
}

.blog-grid.quote header .tags {
  left: 0;
  padding-left: 0
}

.blog-grid.quote header blockquote {
  padding: 0 30px;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  quotes: "" "";
  white-space: normal
}

.blog-grid.quote header blockquote:after {
  content: '';
  background: rgba(0,0,0,.15);
  width: 1px;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 0
}

.blog-grid.quote header blockquote:before {
  content: '';
  background: rgba(0,0,0,.15);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -15px
}

.blog-grid.quote header blockquote cite {
  position: relative;
  text-align: left;
  display: block;
  margin: 5px 0 0;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase
}

.blog-grid.grid-1 {
  margin-bottom: 45px
}

.blog-grid.grid-1 .tags {
  margin-bottom: 0
}

.blog-grid.grid-1 header .tags:nth-child(1) {
  padding-left: 0
}

.blog-grid.grid-1.boxed header .tags {
  padding-left: 20px
}

.blog-grid.grid-1 .content {
  padding-bottom: 0
}

.blog-grid.boxed {
  background: #f8f8f8
}

.blog-grid.boxed .content {
  padding: 20px 25px 0
}

.blog-grid.boxed footer {
  padding: 5px 25px 20px
}

.blog-grid.boxed.quote blockquote {
  margin: 15px 25px
}

.blog-grid.boxed.quote blockquote:before {
  width: -webkit-calc( 100% + 50px);
  width: calc( 100% + 50px);
  left: -25px
}



.header-title {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden
}

.header-title .title-wrap {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 2
}

.header-title .bg-image {
  background: rgba(64,64,68,.99);
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.header-title:after {
  content: '';
  background: rgba(31,31,32,.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.header-title.without-cap .content {
  padding-top: 80px
}

.header-title.title-full {
  height: 100vh
}

.header-title.title-full .title-wrap {
  height: 100vh
}

.header-title.title-full .content {
  padding-top: 0
}

.header-title .content {
  padding-top: 0;
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle
}

.header-title .wrap-container {
  padding: 0 15px
}

.header-title .tags,.header-title h1.page-title,.header-title .subtitle {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: .5s cubic-bezier(.25,.6,.53,1);
  -o-transition: .5s cubic-bezier(.25,.6,.53,1);
  transition: .5s cubic-bezier(.25,.6,.53,1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform
}

.header-title .tags {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s
}

.header-title .tags .tag {
  color: #fff;
  border-color: rgba(255,255,255,.6)
}

.header-title h1.page-title {
  width: 100%;
  max-width: 900px;
  margin: 0;
  display: inline-block;
  color: #fff;
  text-align: inherit;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.header-title .subtitle {
  max-width: 600px;
  color: #bbb;
  margin: 10px 0;
  line-height: 26px;
  text-align: inherit;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 50%;
  text-transform: uppercase;
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s
}

.header-title .subtitle a {
  color: inherit
}

.header-title .subtitle a:hover {
  text-decoration: underline
}

.header-title .subtitle .square {
  background: #ebebeb;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: 3px
}

.header-title.show .tags,.header-title.show .page-title,.header-title.show .subtitle {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1
}





/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
div#infscr-loading {
  position: absolute;
  top: 105%;
  left: 50%;  
  transform: translateX(-50%);
}
/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}

/* Pagination */
.blog-pagination {
  padding: 0 15px;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  overflow-y: hidden;
}

h1.title, h2.title, h3.title, h4.title, .widget h4, h5.title, .widget h5, h6.title {
  margin:0;
  line-height: 1.4;
}
.header-title .bg-image {
  background-size: auto;
}
.header-title.has-bg .bg-image {
  background-size: cover;
}
.header-title .page-container {
  padding: 0 !important;
}

.hs-blog-listing .body-container .page-center {
  padding: 0;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.header-title:after {
  content: '';
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.vc_col-md-6 {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.related-post-heading {
  margin-bottom: 25px;
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.4;
}
.header-title.has-bg:after {

  background: rgba(31,31,32,.6);
}
.section.post-body {
  padding-top: 35px;
}

.blog-grid:hover  h3 a {
  color: #6a3db8 !important;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.related-posts {
  margin-bottom: 35px;
}
table.toggle-post  img {
  width: 200px;
}

.toggle {
  position: relative;
  clear: both
}

.toggle .norebro-icon-grid {
  background: rgba(0,0,0,.05);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: -25px 0 0 -25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2
}

.toggle .norebro-icon-grid:hover {
  background: rgba(0,0,0,.1)
}

.toggle-post {
  width: 100%;
  margin: 0
}

.toggle-post th,.toggle-post td {
  padding: 20px 0;
  border: none
}

.toggle-post .arrow {
  color: #404044;
  width: 60px;
  height: 100%;
  border-left: 1px solid transparent;
  text-align: center;
  font-size: 28px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: border,color;
  -o-transition-property: border,color;
  transition-property: border,color;
  text-shadow: 0 1px 0 rgba(64,64,68,.4),-.5px 0 0 rgba(64,64,68,.4),-.5px 1px 0 rgba(64,64,68,.4)
}

.toggle-post .arrow span {
  margin-top: 5px;
  display: inline-block
}

.toggle-post .content {
  width: 1px;
  padding: 0 20px 0 0;
  white-space: nowrap
}

.toggle-post .content .subtitle {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 12px
}

.toggle-post .content h3 {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 3.6em;
  margin: 0 0 5px;
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

.toggle-post .image {
  margin: -20px 0 -26px;
  max-width: 150px;
  min-width: 80px;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

.toggle-post .image img {
  height: 90px;
  width: auto
}
.accordion-box .title:hover .control, .accordion-box .item.active .control, .accordion-box.title-brand-color .title, .accordion-box.active-brand-color .item.active .control, .accordion-box.active-brand-color .title:hover .control, .slider .owl-dot.brand, .socialbar.brand a:hover, .socialbar.brand.outline a, .socialbar.brand.flat a, .socialbar.brand.inline a:hover, .video-module .btn-play.outline.btn-brand, .video-module.boxed:hover .btn-play.btn-brand, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_nav_menu .menu-item a:hover, .widget_pages .menu-item a:hover, .widget_nav_menu .current-menu-item a, .widget_pages .current-menu-item a, .widget-sidebar-menu-left .menu-item a:hover, .widget_rss ul a, .widget_norebro_widget_recent_posts ul.recent-posts-list h4 a:hover, .widget_norebro_widget_login a, .widget div.star-rating:before, .widget div.star-rating span:before, .widget span.star-rating:before, .widget span.star-rating span:before, a:hover, p a, .btn-brand:hover, .btn-outline.btn-brand, a.btn-outline.btn-brand, .btn-outline.btn-brand.disabled:hover, a.btn-outline.btn-brand.disabled:hover, .btn-link.btn-brand, a.btn-link.btn-brand, a.tag:hover, .tag-wrap a:hover, a[class^="tag-link-"]:hover, nav.pagination li a.page-numbers.active, .fullscreen-navigation .copyright .content > a, .fullscreen-navigation.simple ul.menu li:hover > a, .fullscreen-navigation.centered .fullscreen-menu-wrap ul.menu > li a:hover, .post-navigation .box-wrap > a:hover h4, .post-navigation .box-wrap > a:hover .icon, .bar .content a:hover, .bar .share .links a:hover, .portfolio-sorting li a:hover, .portfolio-item h4.title a:hover, .portfolio-item .widget h4 a:hover, .widget .portfolio-item h4 a:hover, .portfolio-item .category.outline, .portfolio-item.grid-2:hover h4.title, .portfolio-item.grid-2:hover .widget h4, .widget .portfolio-item.grid-2:hover h4, .portfolio-item.grid-2.hover-2 .overlay span, .portfolio-item.grid-5 .more span, .blog-grid .tags a:hover, .blog-grid:hover h3 a, .blog-grid.grid-4:hover .tags a, .post .entry-content a, .page-links a, .entry-footer .share .title:hover, .toggle-post:hover .arrow, .toggle-post:hover .content h3, .post .comments-link a:hover, .comments-area .comment-body .comment-meta .reply a, .comments-area .comment-body .comment-meta a.comment-edit-link, .comments-area .reply a, .comments-area .reply-cancle a, .comments-area a.comment-edit-link, input.brand-color, input[type="submit"].brand-color, button.brand-color, a.brand-color, div.brand-color, span.brand-color, input.brand-color-hover:hover, input[type="submit"].brand-color-hover:hover, button.brand-color-hover:hover, a.brand-color-hover:hover, div.brand-color-hover:hover, span.brand-color-hover:hover, .brand-color, .brand-color-after:after, .brand-color-before:before, .brand-color-hover:hover, .brand-color-hover-after:after, .brand-color-hover-before:before, .woocommerce .product div.summary .woo-review-link:hover, .woocommerce .product .product_meta a, ul.woo-products li.product:hover h3 a, .woocommerce form.login a, .woocommerce #payment li.wc_payment_method a.about_paypal, .woocommerce .woo-my-nav li.is-active a, .woocommerce .woo-my-content p a:hover {
  color: #6a3db8;
}
.toggle-post.right .content {
  padding: 0 0 0 20px
}

.toggle-post.right .arrow {
  border-left: none;
  border-right: 1px solid transparent
}

.toggle-post:hover {
  background-position: 0 0
}

.toggle-post:hover .arrow {
  color: #505cfd;
  border-color: rgba(0,0,0,.1)
}

.toggle-post:hover .image {
  opacity: 1
}

.toggle-post:hover .content h3 {
  color: #505cfd
}


.norebro-icon-grid {
  -webkit-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out
}

.norebro-icon-grid .icon {
  width: 4px;
  height: 4px;
  border: 4px solid #545454;
  border-left: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 19px;
  left: 19px
}

.norebro-icon-grid .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border: inherit;
  top: -4px;
  left: 8px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.norebro-icon-grid .icon,.norebro-icon-grid .icon:before {
  position: absolute;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}

.norebro-icon-grid:hover .icon {
  height: 6px;
  -webkit-transform: translate3d(-1px,-1px,0) rotate(0.3deg);
  transform: translate3d(-1px,-1px,0) rotate(0.3deg)
}

.norebro-icon-grid:hover .icon:before {
  -webkit-transform: translate3d(2px,0,0) rotate(0.3deg);
  transform: translate3d(2px,0,0) rotate(0.3deg)
}



.toggle:after {
  content: "";
  clear: both;
  display: block;
}

.without-breadcrumbs {
  margin: 0 -15px;
  overflow: hidden;
  padding-bottom: 55px;
}
table td, table th {
  border-top: 1px solid rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(0,0,0,.15);
  text-align: inherit;
  padding: 10px 10px 10px 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.without-breadcrumbs  .content {
  max-width: 355px;
}

.related-posts:after {
  content: "";
  clear: both;
  display: block;
}

iframe {
  max-width: 100%;
}
.related-posts-gr {
  overflow: hidden;
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
.our_hub_pages .body-container  label {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;

}
.hs-form-field > label {}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
}



.email-prefs .item .item-inner * {
  display: flex;
  align-items: center;
}

/* One Line Inputs */
.our_hub_pages .body-container input[type="text"],
.our_hub_pages .body-container input[type="password"], 
.our_hub_pages .body-container input[type="datetime"], 
.our_hub_pages .body-container input[type="datetime-local"], 
.our_hub_pages .body-container input[type="date"], 
.our_hub_pages .body-container input[type="month"], 
.our_hub_pages .body-container input[type="time"], 
.our_hub_pages .body-container input[type="week"], 
.our_hub_pages .body-container input[type="number"], 
.our_hub_pages .body-container input[type="email"], 
.our_hub_pages .body-container input[type="url"], 
.our_hub_pages .body-container input[type="search"], 
.our_hub_pages .body-container input[type="tel"], 
.our_hub_pages .body-container input[type="color"],
.our_hub_pages .body-container input[type="file"],
.our_hub_pages .body-container textarea,
.our_hub_pages .body-container select {
  max-width:700px!important;
  display:block!important;
  border: 1px solid rgba(0,0,0,.15)!important;
  width: 100%!important;
  background-color: #f7f7f7!important;
  color: #666!important;
  border-color: transparent!important;
  padding: 12px 15px!important;

}

form.hs-form fieldset[class*="form-columns"] .hs-input{
  background-color: #f7f7f7!important;
}

.our_hub_pages .body-container input[type="text"]:focus,
.our_hub_pages .body-container input[type="password"]:focus, 
.our_hub_pages .body-container input[type="datetime"]:focus, 
.our_hub_pages .body-container input[type="datetime-local"]:focus, 
.our_hub_pages .body-container input[type="date"]:focus, 
.our_hub_pages .body-container input[type="month"]:focus, 
.our_hub_pages .body-container input[type="time"]:focus, 
.our_hub_pages .body-container input[type="week"]:focus, 
.our_hub_pages .body-container input[type="number"]:focus, 
.our_hub_pages .body-container input[type="email"]:focus, 
.our_hub_pages .body-container input[type="url"]:focus, 
.our_hub_pages .body-container input[type="search"]:focus, 
.our_hub_pages .body-container input[type="tel"]:focus, 
.our_hub_pages .body-container input[type="color"]:focus,
.our_hub_pages .body-container  input[type="file"]:focus,
.our_hub_pages .body-container textarea:focus,
.our_hub_pages .body-container select:focus {
  border-color: #6a3db8;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  overflow-y:  hidden;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
  color: #ed2525;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0;
}
.body-container .hs-input.invalid.error {
  background-image: url(//cdn2.hubspot.net/hubfs/688268/Inbound_December2018/Images/Contact%20%20%20INBOUND.png);

}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

.body-container #email-prefs-form .email-edit {
  width:  100% !important;
  max-width:  700px !important;
}
/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Style =============== */

.blog-content .section.post-body p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.58;
}

/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.our_hub_pages .body-container .hs-button.primary,
.our_hub_pages .body-container input[type="submit"],
.our_hub_pages .body-container input[type="button"] {
  cursor: pointer;
  padding: 15px 25px 14px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font: 600 13px/1.2 "Poppins",sans-serif;
  border: 1px solid #404044;
  color: #404044;
  background: #fff;
  -webkit-appearance: none;
  text-decoration: none !important;
  white-space: normal;
  border-color: #333333;
  display: inline-block;
  text-align: center;
  -webkit-transition-property: background,color,border-color;
  -o-transition-property: background,color,border-color;
  transition-property: background,color,border-color;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  outline: 0;
  margin-top: 10px;
}
.our_hub_pages .body-container .hs-button.primary:hover,
.our_hub_pages .body-container input[type="submit"]:hover,
.our_hub_pages .body-container input[type="button"]:hover {
  background: #333333;
  color: #fff;
}
.our_hub_pages .body-container  .hs-form-field {
  padding-top: 30px;
  padding-bottom: 20px;
}

.body-container ul.hs-error-msgs.inputs-list {
  margin-bottom: 0;
}
textarea {
  height: 130px;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  white-space:normal;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.subscribe-options label {
  display: block;
}
.checkbox-row span.fakelabel span {
  float: none;
} 
.mig .hs-form {
  margin-bottom: 30px;
}
.pref .email-prefs .item p {
  margin-left: 0;
}
.pref .email-prefs input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0;
}

body.error-template.one-column .max-header,
body.password-template.one-column .max-header,
body.subscription-template.one-column .max-header,
.search-page .max-header{
  background: #ddd;
}



/* Styles that do not fit into any of the available sections above can go here. */

/* About Layout */ 

.vc_row:after {
  content: "";  
  clear: both;
  display: block;
}
.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.how-we-gr {
  padding-top: 130px;
  padding-bottom: 130px;
}

.how-we-gr h3.title {
  font-size: 50px;
  margin-top: 0;
  text-align: center;
  padding-bottom: 75px;
}
.process .number {
  color: #ebebeb;
  font: 700 100px poppins,sans-serif;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
}
.process h3 {
  font-size: 24px;
  margin: 30px 0 45px;
}

.process {
  position: relative;
  padding: 1px 0;
}
.our-values-con {
  padding-top: 100px;
}

.our-values-con h3.title {
  text-align: center;
  color: #ffffff;
  font-size: 65px;
  margin-bottom: 0;
  line-height: 48px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.banner-area .norebro-heading-sc {
  width: 75%;
  position: relative;
}



.our-values-con  p.our-values-content {
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.process .description {
  margin: 0;
}
.our-values-gr.vc_row {
  padding-top: 50px;
  padding-bottom: 80px;
}

.our-values-gr .process h3 {
  color: #ffffff;
  font-size: 45px;
}
.seo-lay .banner-area .norebro-heading-sc:after,
.inb-mrk-lyt .banner-area .norebro-heading-sc:after {
  content: "Ó";
  font-size: 43em;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  font-family: Poppins;
  left: -34%;
  top: -80%;
}
.our-values-gr  .process .number {
  color: #7f7f7f;
}

.our-values-gr .process {
  margin-bottom: 20px;
}

.team-member-gr .vc_col-sm-3 {
  margin: 0 0 30px;
}
.subtitle {color: #999;  }

.socialbar a span {
  position: relative;
  z-index: 2
}

.socialbar a:hover {
  background: 0 0;
  color: #404044
}

.socialbar.squared a {
  -webkit-border-radius: 0;
  border-radius: 0
}

.socialbar.outline a {
  background: 0 0;
  border: 1px solid #404044;
  color: #404044
}

.socialbar.outline a:hover {
  background: #404044;
  color: #fff
}

.socialbar.outline a.social-footer {
  border-color: #474a4e;
  color: #afafb0
}

.socialbar.outline a.social-footer:hover {
  background: #474a4e;
  color: #fff
}

.socialbar.flat a {
  background: 0 0;
  color: #404044;
  border-color: transparent
}

.socialbar.flat a:hover {
  background: #404044;
  color: #fff
}

.socialbar.flat.outline-hover a:hover {
  background: 0 0;
  border-color: #404044;
  color: #404044
}

.socialbar.inline {
  display: block
}

.socialbar.inline a {
  background: 0 0;
  width: auto;
  height: auto;
  border: none;
  margin: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #404044;
  line-height: 2.4;
  font-size: 13.8px;
  font-weight: 700;
  font-family: poppins,sans-serif
}

.socialbar.inline a .icon {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: -2px
}

.socialbar.small a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px
}

.socialbar.small.inline a {
  width: auto;
  height: auto;
  margin: 0 10px;
  line-height: 2.4;
  font-size: 13px
}

.socialbar.small.inline a .icon {
  font-size: 16px;
  vertical-align: -1px
}

.socialbar a:first-child {
  margin-left: 0
}

.socialbar a:last-child {
  margin-right: 0
}

.socialbar.default a.white {
  background: #fff;
  border-color: #fff
}

.socialbar.default a.white:hover {
  background: 0 0;
  color: #fff;
  border-color: #fff
}

.socialbar.default.outline a.white {
  background: 0 0;
  color: #fff
}

.socialbar.default.outline a.white:hover {
  background: #fff;
  color: #fff
}

.socialbar.default.flat a.white {
  background: 0 0;
  color: #fff;
  border-color: transparent
}

.socialbar.default.flat a.white:hover {
  background: #fff;
  color: #fff
}

.socialbar.default.inline a.white {
  background: 0 0;
  border-color: transparent;
  color: #fff
}

.socialbar.default.inline a.white:hover {
  color: #fff
}

.socialbar.default a.facebook {
  background: #4c6ecd;
  border-color: #4c6ecd
}

.socialbar.default a.facebook:hover {
  background: 0 0;
  color: #4c6ecd;
  border-color: #4c6ecd
}

.socialbar.default.outline a.facebook {
  background: 0 0;
  color: #4c6ecd
}

.socialbar.default.outline a.facebook:hover {
  background: #4c6ecd;
  color: #fff
}

.socialbar.default.flat a.facebook {
  background: 0 0;
  color: #4c6ecd;
  border-color: transparent
}

.socialbar.default.flat a.facebook:hover {
  background: #4c6ecd;
  color: #fff
}

.socialbar.default.inline a.facebook {
  background: 0 0;
  border-color: transparent;
  color: #4c6ecd
}

.socialbar.default.inline a.facebook:hover {
  color: #4c6ecd
}

.socialbar.default a.twitter {
  background: #44acfe;
  border-color: #44acfe
}

.socialbar.default a.twitter:hover {
  background: 0 0;
  color: #44acfe;
  border-color: #44acfe
}

.socialbar.default.outline a.twitter {
  background: 0 0;
  color: #44acfe
}

.socialbar.default.outline a.twitter:hover {
  background: #44acfe;
  color: #fff
}

.socialbar.default.flat a.twitter {
  background: 0 0;
  color: #44acfe;
  border-color: transparent
}

.socialbar.default.flat a.twitter:hover {
  background: #44acfe;
  color: #fff
}

.socialbar.default.inline a.twitter {
  background: 0 0;
  border-color: transparent;
  color: #44acfe
}

.socialbar.default.inline a.twitter:hover {
  color: #44acfe
}

.socialbar.default a.googleplus {
  background: #fe5757;
  border-color: #fe5757
}

.socialbar.default a.googleplus:hover {
  background: 0 0;
  color: #fe5757;
  border-color: #fe5757
}

.socialbar.default.outline a.googleplus {
  background: 0 0;
  color: #fe5757
}

.socialbar.default.outline a.googleplus:hover {
  background: #fe5757;
  color: #fff
}

.socialbar.default.flat a.googleplus {
  background: 0 0;
  color: #fe5757;
  border-color: transparent
}

.socialbar.default.flat a.googleplus:hover {
  background: #fe5757;
  color: #fff
}

.socialbar.default.inline a.googleplus {
  background: 0 0;
  border-color: transparent;
  color: #fe5757
}

.socialbar.default.inline a.googleplus:hover {
  color: #fe5757
}

.socialbar.default a.pinterest {
  background: #e8323f;
  border-color: #e8323f
}

.socialbar.default a.pinterest:hover {
  background: 0 0;
  color: #e8323f;
  border-color: #e8323f
}

.socialbar.default.outline a.pinterest {
  background: 0 0;
  color: #e8323f
}

.socialbar.default.outline a.pinterest:hover {
  background: #e8323f;
  color: #fff
}

.socialbar.default.flat a.pinterest {
  background: 0 0;
  color: #e8323f;
  border-color: transparent
}

.socialbar.default.flat a.pinterest:hover {
  background: #e8323f;
  color: #fff
}

.socialbar.default.inline a.pinterest {
  background: 0 0;
  border-color: transparent;
  color: #e8323f
}

.socialbar.default.inline a.pinterest:hover {
  color: #e8323f
}

.socialbar.default a.linkedin {
  background: #4477ab;
  border-color: #4477ab
}

.socialbar.default a.linkedin:hover {
  background: 0 0;
  color: #4477ab;
  border-color: #4477ab
}

.socialbar.default.outline a.linkedin {
  background: 0 0;
  color: #4477ab
}

.socialbar.default.outline a.linkedin:hover {
  background: #4477ab;
  color: #fff
}

.socialbar.default.flat a.linkedin {
  background: 0 0;
  color: #4477ab;
  border-color: transparent
}

.socialbar.default.flat a.linkedin:hover {
  background: #4477ab;
  color: #fff
}

.socialbar.default.inline a.linkedin {
  background: 0 0;
  border-color: transparent;
  color: #4477ab
}

.socialbar.default.inline a.linkedin:hover {
  color: #4477ab
}

.socialbar.default a.dribbble {
  background: #fd629e;
  border-color: #fd629e
}

.socialbar.default a.dribbble:hover {
  background: 0 0;
  color: #fd629e;
  border-color: #fd629e
}

.socialbar.default.outline a.dribbble {
  background: 0 0;
  color: #fd629e
}

.socialbar.default.outline a.dribbble:hover {
  background: #fd629e;
  color: #fff
}

.socialbar.default.flat a.dribbble {
  background: 0 0;
  color: #fd629e;
  border-color: transparent
}

.socialbar.default.flat a.dribbble:hover {
  background: #fd629e;
  color: #fff
}

.socialbar.default.inline a.dribbble {
  background: 0 0;
  border-color: transparent;
  color: #fd629e
}

.socialbar.default.inline a.dribbble:hover {
  color: #fd629e
}

.socialbar.default a.github {
  background: #323131;
  border-color: #323131
}

.socialbar.default a.github:hover {
  background: 0 0;
  color: #323131;
  border-color: #323131
}

.socialbar.default.outline a.github {
  background: 0 0;
  color: #323131
}

.socialbar.default.outline a.github:hover {
  background: #323131;
  color: #fff
}

.socialbar.default.flat a.github {
  background: 0 0;
  color: #323131;
  border-color: transparent
}

.socialbar.default.flat a.github:hover {
  background: #323131;
  color: #fff
}

.socialbar.default.inline a.github {
  background: 0 0;
  border-color: transparent;
  color: #323131
}

.socialbar.default.inline a.github:hover {
  color: #323131
}

.socialbar.default a.instagram {
  background: #3a6aba;
  border-color: #3a6aba
}

.socialbar.default a.instagram:hover {
  background: 0 0;
  color: #3a6aba;
  border-color: #3a6aba
}

.socialbar.default.outline a.instagram {
  background: 0 0;
  color: #3a6aba
}

.socialbar.default.outline a.instagram:hover {
  background: #3a6aba;
  color: #fff
}

.socialbar.default.flat a.instagram {
  background: 0 0;
  color: #3a6aba;
  border-color: transparent
}

.socialbar.default.flat a.instagram:hover {
  background: #3a6aba;
  color: #fff
}

.socialbar.default.inline a.instagram {
  background: 0 0;
  border-color: transparent;
  color: #3a6aba
}

.socialbar.default.inline a.instagram:hover {
  color: #3a6aba
}

.socialbar.default a.dropbox {
  background: #187fe7;
  border-color: #187fe7
}

.socialbar.default a.dropbox:hover {
  background: 0 0;
  color: #187fe7;
  border-color: #187fe7
}

.socialbar.default.outline a.dropbox {
  background: 0 0;
  color: #187fe7
}

.socialbar.default.outline a.dropbox:hover {
  background: #187fe7;
  color: #fff
}

.socialbar.default.flat a.dropbox {
  background: 0 0;
  color: #187fe7;
  border-color: transparent
}

.socialbar.default.flat a.dropbox:hover {
  background: #187fe7;
  color: #fff
}

.socialbar.default.inline a.dropbox {
  background: 0 0;
  border-color: transparent;
  color: #187fe7
}

.socialbar.default.inline a.dropbox:hover {
  color: #187fe7
}

.socialbar.default a.vk {
  background: #6083ab;
  border-color: #6083ab
}

.socialbar.default a.vk:hover {
  background: 0 0;
  color: #6083ab;
  border-color: #6083ab
}

.socialbar.default.outline a.vk {
  background: 0 0;
  color: #6083ab
}

.socialbar.default.outline a.vk:hover {
  background: #6083ab;
  color: #fff
}

.socialbar.default.flat a.vk {
  background: 0 0;
  color: #6083ab;
  border-color: transparent
}

.socialbar.default.flat a.vk:hover {
  background: #6083ab;
  color: #fff
}

.socialbar.default.inline a.vk {
  background: 0 0;
  border-color: transparent;
  color: #6083ab
}

.socialbar.default.inline a.vk:hover {
  color: #6083ab
}

.socialbar.default a.youtube {
  background: red;
  border-color: red
}

.socialbar.default a.youtube:hover {
  background: 0 0;
  color: red;
  border-color: red
}

.socialbar.default.outline a.youtube {
  background: 0 0;
  color: red
}

.socialbar.default.outline a.youtube:hover {
  background: red;
  color: #fff
}

.socialbar.default.flat a.youtube {
  background: 0 0;
  color: red;
  border-color: transparent
}

.socialbar.default.flat a.youtube:hover {
  background: red;
  color: #fff
}

.socialbar.default.inline a.youtube {
  background: 0 0;
  border-color: transparent;
  color: red
}

.socialbar.default.inline a.youtube:hover {
  color: red
}

.socialbar.default a.vimeo {
  background: #1ab8ea;
  border-color: #1ab8ea
}

.socialbar.default a.vimeo:hover {
  background: 0 0;
  color: #1ab8ea;
  border-color: #1ab8ea
}

.socialbar.default.outline a.vimeo {
  background: 0 0;
  color: #1ab8ea
}

.socialbar.default.outline a.vimeo:hover {
  background: #1ab8ea;
  color: #fff
}

.socialbar.default.flat a.vimeo {
  background: 0 0;
  color: #1ab8ea;
  border-color: transparent
}

.socialbar.default.flat a.vimeo:hover {
  background: #1ab8ea;
  color: #fff
}

.socialbar.default.inline a.vimeo {
  background: 0 0;
  border-color: transparent;
  color: #1ab8ea
}

.socialbar.default.inline a.vimeo:hover {
  color: #1ab8ea
}

.socialbar.default a.behance {
  background: #0056ff;
  border-color: #0056ff
}

.socialbar.default a.behance:hover {
  background: 0 0;
  color: #0056ff;
  border-color: #0056ff
}

.socialbar.default.outline a.behance {
  background: 0 0;
  color: #0056ff
}

.socialbar.default.outline a.behance:hover {
  background: #0056ff;
  color: #fff
}

.socialbar.default.flat a.behance {
  background: 0 0;
  color: #0056ff;
  border-color: transparent
}

.socialbar.default.flat a.behance:hover {
  background: #0056ff;
  color: #fff
}

.socialbar.default.inline a.behance {
  background: 0 0;
  border-color: transparent;
  color: #0056ff
}

.socialbar.default.inline a.behance:hover {
  color: #0056ff
}

.socialbar.default a.tumblr {
  background: #2a445f;
  border-color: #2a445f
}

.socialbar.default a.tumblr:hover {
  background: 0 0;
  color: #2a445f;
  border-color: #2a445f
}

.socialbar.default.outline a.tumblr {
  background: 0 0;
  color: #2a445f
}

.socialbar.default.outline a.tumblr:hover {
  background: #2a445f;
  color: #fff
}

.socialbar.default.flat a.tumblr {
  background: 0 0;
  color: #2a445f;
  border-color: transparent
}

.socialbar.default.flat a.tumblr:hover {
  background: #2a445f;
  color: #fff
}

.socialbar.default.inline a.tumblr {
  background: 0 0;
  border-color: transparent;
  color: #2a445f
}

.socialbar.default.inline a.tumblr:hover {
  color: #2a445f
}

.socialbar.default a.flickr {
  background: #0063db;
  border-color: #0063db
}

.socialbar.default a.flickr:hover {
  background: 0 0;
  color: #0063db;
  border-color: #0063db
}

.socialbar.default.outline a.flickr {
  background: 0 0;
  color: #0063db
}

.socialbar.default.outline a.flickr:hover {
  background: #0063db;
  color: #fff
}

.socialbar.default.flat a.flickr {
  background: 0 0;
  color: #0063db;
  border-color: transparent
}

.socialbar.default.flat a.flickr:hover {
  background: #0063db;
  color: #fff
}

.socialbar.default.inline a.flickr {
  background: 0 0;
  border-color: transparent;
  color: #0063db
}

.socialbar.default.inline a.flickr:hover {
  color: #0063db
}

.socialbar.default a.reddit {
  background: #ff4501;
  border-color: #ff4501
}

.socialbar.default a.reddit:hover {
  background: 0 0;
  color: #ff4501;
  border-color: #ff4501
}

.socialbar.default.outline a.reddit {
  background: 0 0;
  color: #ff4501
}

.socialbar.default.outline a.reddit:hover {
  background: #ff4501;
  color: #fff
}

.socialbar.default.flat a.reddit {
  background: 0 0;
  color: #ff4501;
  border-color: transparent
}

.socialbar.default.flat a.reddit:hover {
  background: #ff4501;
  color: #fff
}

.socialbar.default.inline a.reddit {
  background: 0 0;
  border-color: transparent;
  color: #ff4501
}

.socialbar.default.inline a.reddit:hover {
  color: #ff4501
}

.socialbar.default a.snapchat {
  background: #e0e410;
  border-color: #e0e410
}

.socialbar.default a.snapchat:hover {
  background: 0 0;
  color: #e0e410;
  border-color: #e0e410
}

.socialbar.default.outline a.snapchat {
  background: 0 0;
  color: #e0e410
}

.socialbar.default.outline a.snapchat:hover {
  background: #e0e410;
  color: #fff
}

.socialbar.default.flat a.snapchat {
  background: 0 0;
  color: #e0e410;
  border-color: transparent
}

.socialbar.default.flat a.snapchat:hover {
  background: #e0e410;
  color: #fff
}

.socialbar.default.inline a.snapchat {
  background: 0 0;
  border-color: transparent;
  color: #e0e410
}

.socialbar.default.inline a.snapchat:hover {
  color: #e0e410
}

.socialbar.default a.whatsapp {
  background: #0ec143;
  border-color: #0ec143
}

.socialbar.default a.whatsapp:hover {
  background: 0 0;
  color: #0ec143;
  border-color: #0ec143
}

.socialbar.default.outline a.whatsapp {
  background: 0 0;
  color: #0ec143
}

.socialbar.default.outline a.whatsapp:hover {
  background: #0ec143;
  color: #fff
}

.socialbar.default.flat a.whatsapp {
  background: 0 0;
  color: #0ec143;
  border-color: transparent
}

.socialbar.default.flat a.whatsapp:hover {
  background: #0ec143;
  color: #fff
}

.socialbar.default.inline a.whatsapp {
  background: 0 0;
  border-color: transparent;
  color: #0ec143
}

.socialbar.default.inline a.whatsapp:hover {
  color: #0ec143
}

.socialbar.default a.quora {
  background: #a82401;
  border-color: #a82401
}

.socialbar.default a.quora:hover {
  background: 0 0;
  color: #a82401;
  border-color: #a82401
}

.socialbar.default.outline a.quora {
  background: 0 0;
  color: #a82401
}

.socialbar.default.outline a.quora:hover {
  background: #a82401;
  color: #fff
}

.socialbar.default.flat a.quora {
  background: 0 0;
  color: #a82401;
  border-color: transparent
}

.socialbar.default.flat a.quora:hover {
  background: #a82401;
  color: #fff
}

.socialbar.default.inline a.quora {
  background: 0 0;
  border-color: transparent;
  color: #a82401
}

.socialbar.default.inline a.quora:hover {
  color: #a82401
}

.socialbar.default a.vine {
  background: #00be8e;
  border-color: #00be8e
}

.socialbar.default a.vine:hover {
  background: 0 0;
  color: #00be8e;
  border-color: #00be8e
}

.socialbar.default.outline a.vine {
  background: 0 0;
  color: #00be8e
}

.socialbar.default.outline a.vine:hover {
  background: #00be8e;
  color: #fff
}

.socialbar.default.flat a.vine {
  background: 0 0;
  color: #00be8e;
  border-color: transparent
}

.socialbar.default.flat a.vine:hover {
  background: #00be8e;
  color: #fff
}

.socialbar.default.inline a.vine {
  background: 0 0;
  border-color: transparent;
  color: #00be8e
}

.socialbar.default.inline a.vine:hover {
  color: #00be8e
}

.socialbar.default a.digg {
  background: #1c5891;
  border-color: #1c5891
}

.socialbar.default a.digg:hover {
  background: 0 0;
  color: #1c5891;
  border-color: #1c5891
}

.socialbar.default.outline a.digg {
  background: 0 0;
  color: #1c5891
}

.socialbar.default.outline a.digg:hover {
  background: #1c5891;
  color: #fff
}

.socialbar.default.flat a.digg {
  background: 0 0;
  color: #1c5891;
  border-color: transparent
}

.socialbar.default.flat a.digg:hover {
  background: #1c5891;
  color: #fff
}

.socialbar.default.inline a.digg {
  background: 0 0;
  border-color: transparent;
  color: #1c5891
}

.socialbar.default.inline a.digg:hover {
  color: #1c5891
}

.socialbar.default a.foursquare {
  background: #fa4778;
  border-color: #fa4778
}

.socialbar.default a.foursquare:hover {
  background: 0 0;
  color: #fa4778;
  border-color: #fa4778
}

.socialbar.default.outline a.foursquare {
  background: 0 0;
  color: #fa4778
}

.socialbar.default.outline a.foursquare:hover {
  background: #fa4778;
  color: #fff
}

.socialbar.default.flat a.foursquare {
  background: 0 0;
  color: #fa4778;
  border-color: transparent
}

.socialbar.default.flat a.foursquare:hover {
  background: #fa4778;
  color: #fff
}

.socialbar.default.inline a.foursquare {
  background: 0 0;
  border-color: transparent;
  color: #fa4778
}

.socialbar.default.inline a.foursquare:hover {
  color: #fa4778
}

.socialbar.hover-default a.white:hover {
  background: 0 0;
  color: #fff;
  border-color: #fff
}

.socialbar.hover-default.outline a.white:hover {
  background: #fff;
  color: #fff
}

.socialbar.hover-default.flat a.white:hover {
  background: #fff;
  color: #fff
}

.socialbar.hover-default.inline a.white:hover {
  color: #fff
}

.socialbar.hover-default.inline a.white:before {
  background-color: #fff
}

.socialbar.hover-default a.facebook:hover {
  background: 0 0;
  color: #4c6ecd;
  border-color: #4c6ecd
}

.socialbar.hover-default.outline a.facebook:hover {
  background: #4c6ecd;
  color: #fff
}

.socialbar.hover-default.flat a.facebook:hover {
  background: #4c6ecd;
  color: #fff
}

.socialbar.hover-default.inline a.facebook:hover {
  color: #4c6ecd
}

.socialbar.hover-default.inline a.facebook:before {
  background-color: #4c6ecd
}

.socialbar.hover-default a.twitter:hover {
  background: 0 0;
  color: #44acfe;
  border-color: #44acfe
}

.socialbar.hover-default.outline a.twitter:hover {
  background: #44acfe;
  color: #fff
}

.socialbar.hover-default.flat a.twitter:hover {
  background: #44acfe;
  color: #fff
}

.socialbar.hover-default.inline a.twitter:hover {
  color: #44acfe
}

.socialbar.hover-default.inline a.twitter:before {
  background-color: #44acfe
}

.socialbar.hover-default a.googleplus:hover {
  background: 0 0;
  color: #fe5757;
  border-color: #fe5757
}

.socialbar.hover-default.outline a.googleplus:hover {
  background: #fe5757;
  color: #fff
}

.socialbar.hover-default.flat a.googleplus:hover {
  background: #fe5757;
  color: #fff
}

.socialbar.hover-default.inline a.googleplus:hover {
  color: #fe5757
}

.socialbar.hover-default.inline a.googleplus:before {
  background-color: #fe5757
}

.socialbar.hover-default a.pinterest:hover {
  background: 0 0;
  color: #e8323f;
  border-color: #e8323f
}

.socialbar.hover-default.outline a.pinterest:hover {
  background: #e8323f;
  color: #fff
}

.socialbar.hover-default.flat a.pinterest:hover {
  background: #e8323f;
  color: #fff
}

.socialbar.hover-default.inline a.pinterest:hover {
  color: #e8323f
}

.socialbar.hover-default.inline a.pinterest:before {
  background-color: #e8323f
}

.socialbar.hover-default a.linkedin:hover {
  background: 0 0;
  color: #4477ab;
  border-color: #4477ab
}

.socialbar.hover-default.outline a.linkedin:hover {
  background: #4477ab;
  color: #fff
}

.socialbar.hover-default.flat a.linkedin:hover {
  background: #4477ab;
  color: #fff
}

.socialbar.hover-default.inline a.linkedin:hover {
  color: #4477ab
}

.socialbar.hover-default.inline a.linkedin:before {
  background-color: #4477ab
}

.socialbar.hover-default a.dribbble:hover {
  background: 0 0;
  color: #fd629e;
  border-color: #fd629e
}

.socialbar.hover-default.outline a.dribbble:hover {
  background: #fd629e;
  color: #fff
}

.socialbar.hover-default.flat a.dribbble:hover {
  background: #fd629e;
  color: #fff
}

.socialbar.hover-default.inline a.dribbble:hover {
  color: #fd629e
}

.socialbar.hover-default.inline a.dribbble:before {
  background-color: #fd629e
}

.socialbar.hover-default a.github:hover {
  background: 0 0;
  color: #323131;
  border-color: #323131
}

.socialbar.hover-default.outline a.github:hover {
  background: #323131;
  color: #fff
}

.socialbar.hover-default.flat a.github:hover {
  background: #323131;
  color: #fff
}

.socialbar.hover-default.inline a.github:hover {
  color: #323131
}

.socialbar.hover-default.inline a.github:before {
  background-color: #323131
}

.socialbar.hover-default a.instagram:hover {
  background: 0 0;
  color: #3a6aba;
  border-color: #3a6aba
}

.socialbar.hover-default.outline a.instagram:hover {
  background: #3a6aba;
  color: #fff
}

.socialbar.hover-default.flat a.instagram:hover {
  background: #3a6aba;
  color: #fff
}

.socialbar.hover-default.inline a.instagram:hover {
  color: #3a6aba
}

.socialbar.hover-default.inline a.instagram:before {
  background-color: #3a6aba
}

.socialbar.hover-default a.dropbox:hover {
  background: 0 0;
  color: #187fe7;
  border-color: #187fe7
}

.socialbar.hover-default.outline a.dropbox:hover {
  background: #187fe7;
  color: #fff
}

.socialbar.hover-default.flat a.dropbox:hover {
  background: #187fe7;
  color: #fff
}

.socialbar.hover-default.inline a.dropbox:hover {
  color: #187fe7
}

.socialbar.hover-default.inline a.dropbox:before {
  background-color: #187fe7
}

.socialbar.hover-default a.vk:hover {
  background: 0 0;
  color: #6083ab;
  border-color: #6083ab
}

.socialbar.hover-default.outline a.vk:hover {
  background: #6083ab;
  color: #fff
}

.socialbar.hover-default.flat a.vk:hover {
  background: #6083ab;
  color: #fff
}

.socialbar.hover-default.inline a.vk:hover {
  color: #6083ab
}

.socialbar.hover-default.inline a.vk:before {
  background-color: #6083ab
}

.socialbar.hover-default a.youtube:hover {
  background: 0 0;
  color: red;
  border-color: red
}

.socialbar.hover-default.outline a.youtube:hover {
  background: red;
  color: #fff
}

.socialbar.hover-default.flat a.youtube:hover {
  background: red;
  color: #fff
}

.socialbar.hover-default.inline a.youtube:hover {
  color: red
}

.socialbar.hover-default.inline a.youtube:before {
  background-color: red
}

.socialbar.hover-default a.vimeo:hover {
  background: 0 0;
  color: #1ab8ea;
  border-color: #1ab8ea
}

.socialbar.hover-default.outline a.vimeo:hover {
  background: #1ab8ea;
  color: #fff
}

.socialbar.hover-default.flat a.vimeo:hover {
  background: #1ab8ea;
  color: #fff
}

.socialbar.hover-default.inline a.vimeo:hover {
  color: #1ab8ea
}

.socialbar.hover-default.inline a.vimeo:before {
  background-color: #1ab8ea
}

.socialbar.hover-default a.behance:hover {
  background: 0 0;
  color: #0056ff;
  border-color: #0056ff
}

.socialbar.hover-default.outline a.behance:hover {
  background: #0056ff;
  color: #fff
}

.socialbar.hover-default.flat a.behance:hover {
  background: #0056ff;
  color: #fff
}

.socialbar.hover-default.inline a.behance:hover {
  color: #0056ff
}

.socialbar.hover-default.inline a.behance:before {
  background-color: #0056ff
}

.socialbar.hover-default a.tumblr:hover {
  background: 0 0;
  color: #2a445f;
  border-color: #2a445f
}

.socialbar.hover-default.outline a.tumblr:hover {
  background: #2a445f;
  color: #fff
}

.socialbar.hover-default.flat a.tumblr:hover {
  background: #2a445f;
  color: #fff
}

.socialbar.hover-default.inline a.tumblr:hover {
  color: #2a445f
}

.socialbar.hover-default.inline a.tumblr:before {
  background-color: #2a445f
}

.socialbar.hover-default a.flickr:hover {
  background: 0 0;
  color: #0063db;
  border-color: #0063db
}

.socialbar.hover-default.outline a.flickr:hover {
  background: #0063db;
  color: #fff
}

.socialbar.hover-default.flat a.flickr:hover {
  background: #0063db;
  color: #fff
}

.socialbar.hover-default.inline a.flickr:hover {
  color: #0063db
}

.socialbar.hover-default.inline a.flickr:before {
  background-color: #0063db
}

.socialbar.hover-default a.reddit:hover {
  background: 0 0;
  color: #ff4501;
  border-color: #ff4501
}

.socialbar.hover-default.outline a.reddit:hover {
  background: #ff4501;
  color: #fff
}

.socialbar.hover-default.flat a.reddit:hover {
  background: #ff4501;
  color: #fff
}

.socialbar.hover-default.inline a.reddit:hover {
  color: #ff4501
}

.socialbar.hover-default.inline a.reddit:before {
  background-color: #ff4501
}

.socialbar.hover-default a.snapchat:hover {
  background: 0 0;
  color: #e0e410;
  border-color: #e0e410
}

.socialbar.hover-default.outline a.snapchat:hover {
  background: #e0e410;
  color: #fff
}

.socialbar.hover-default.flat a.snapchat:hover {
  background: #e0e410;
  color: #fff
}

.socialbar.hover-default.inline a.snapchat:hover {
  color: #e0e410
}

.socialbar.hover-default.inline a.snapchat:before {
  background-color: #e0e410
}

.socialbar.hover-default a.whatsapp:hover {
  background: 0 0;
  color: #0ec143;
  border-color: #0ec143
}

.socialbar.hover-default.outline a.whatsapp:hover {
  background: #0ec143;
  color: #fff
}

.socialbar.hover-default.flat a.whatsapp:hover {
  background: #0ec143;
  color: #fff
}

.socialbar.hover-default.inline a.whatsapp:hover {
  color: #0ec143
}

.socialbar.hover-default.inline a.whatsapp:before {
  background-color: #0ec143
}

.socialbar.hover-default a.quora:hover {
  background: 0 0;
  color: #a82401;
  border-color: #a82401
}

.socialbar.hover-default.outline a.quora:hover {
  background: #a82401;
  color: #fff
}

.socialbar.hover-default.flat a.quora:hover {
  background: #a82401;
  color: #fff
}

.socialbar.hover-default.inline a.quora:hover {
  color: #a82401
}

.socialbar.hover-default.inline a.quora:before {
  background-color: #a82401
}

.socialbar.hover-default a.vine:hover {
  background: 0 0;
  color: #00be8e;
  border-color: #00be8e
}

.socialbar.hover-default.outline a.vine:hover {
  background: #00be8e;
  color: #fff
}

.socialbar.hover-default.flat a.vine:hover {
  background: #00be8e;
  color: #fff
}

.socialbar.hover-default.inline a.vine:hover {
  color: #00be8e
}

.socialbar.hover-default.inline a.vine:before {
  background-color: #00be8e
}

.socialbar.hover-default a.digg:hover {
  background: 0 0;
  color: #1c5891;
  border-color: #1c5891
}

.socialbar.hover-default.outline a.digg:hover {
  background: #1c5891;
  color: #fff
}

.socialbar.hover-default.flat a.digg:hover {
  background: #1c5891;
  color: #fff
}

.socialbar.hover-default.inline a.digg:hover {
  color: #1c5891
}

.socialbar.hover-default.inline a.digg:before {
  background-color: #1c5891
}

.socialbar.hover-default a.foursquare:hover {
  background: 0 0;
  color: #fa4778;
  border-color: #fa4778
}

.socialbar.hover-default.outline a.foursquare:hover {
  background: #fa4778;
  color: #fff
}

.socialbar.hover-default.flat a.foursquare:hover {
  background: #fa4778;
  color: #fff
}

.socialbar.hover-default.inline a.foursquare:hover {
  color: #fa4778
}

.socialbar.hover-default.inline a.foursquare:before {
  background-color: #fa4778
}

.socialbar.brand a {
  background: #505cfd;
  border-color: #505cfd
}

.socialbar.brand a:hover {
  background: 0 0;
  color: #505cfd
}

.socialbar.brand.outline a {
  background: 0 0;
  color: #505cfd
}

.socialbar.brand.outline a:hover {
  background: #505cfd;
  color: #fff
}

.socialbar.brand.flat a {
  background: 0 0;
  color: #505cfd;
  border-color: transparent
}

.socialbar.brand.flat a:hover {
  background: #505cfd;
  color: #fff
}

.socialbar.brand.inline a {
  background: 0 0;
  border-color: transparent;
  color: #404044
}

.socialbar.brand.inline a:hover {
  color: #505cfd
}

.socialbar.boxed {
  margin: 0;
  overflow: hidden
}

.socialbar.boxed.social-column-1 a {
  width: 100%
}

.socialbar.boxed.social-column-2 a {
  width: 50%
}

.socialbar.boxed.social-column-3 a {
  width: 33.333%
}

.socialbar.boxed.social-column-4 a {
  width: 25%
}

.socialbar.boxed.social-column-5 a {
  width: 20%
}

.socialbar.boxed.social-column-6 a {
  width: 16.666%
}

.socialbar.boxed.social-column-7 a {
  width: 14.285%
}

.socialbar.boxed.social-column-8 a {
  width: 12.5%
}

.socialbar.boxed.social-column-9 a {
  width: 11.11%
}

.socialbar.boxed.social-column-10 a {
  width: 10%
}

.socialbar.boxed a {
  height: 100px;
  float: left;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 100px;
  vertical-align: middle;
  position: relative;
  overflow: hidden
}

.socialbar.boxed a .icon {
  width: 100%;
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 60%;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: opacity,top;
  -o-transition-property: opacity,top;
  transition-property: opacity,top
}

.socialbar.boxed a .social-text {
  font-family: poppins,sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: opacity,top;
  -o-transition-property: opacity,top;
  transition-property: opacity,top
}

.socialbar.boxed a:hover .icon {
  opacity: 1;
  top: 40%
}

.socialbar.boxed a:hover .social-text {
  opacity: 0;
  top: -30px
}

.socialbar.boxed a.default a.white {
  background: #fff;
  border-color: #fff
}

.socialbar.boxed a.default a.white:hover {
  background: #fff;
  color: #fff
}

.socialbar.boxed a.default a.facebook {
  background: #4c6ecd;
  border-color: #4c6ecd
}

.socialbar.boxed a.default a.facebook:hover {
  background: #4c6ecd;
  color: #fff
}

.socialbar.boxed a.default a.twitter {
  background: #44acfe;
  border-color: #44acfe
}

.socialbar.boxed a.default a.twitter:hover {
  background: #44acfe;
  color: #fff
}

.socialbar.boxed a.default a.googleplus {
  background: #fe5757;
  border-color: #fe5757
}

.socialbar.boxed a.default a.googleplus:hover {
  background: #fe5757;
  color: #fff
}

.socialbar.boxed a.default a.pinterest {
  background: #e8323f;
  border-color: #e8323f
}

.socialbar.boxed a.default a.pinterest:hover {
  background: #e8323f;
  color: #fff
}

.socialbar.boxed a.default a.linkedin {
  background: #4477ab;
  border-color: #4477ab
}

.socialbar.boxed a.default a.linkedin:hover {
  background: #4477ab;
  color: #fff
}

.socialbar.boxed a.default a.dribbble {
  background: #fd629e;
  border-color: #fd629e
}

.socialbar.boxed a.default a.dribbble:hover {
  background: #fd629e;
  color: #fff
}

.socialbar.boxed a.default a.github {
  background: #323131;
  border-color: #323131
}

.socialbar.boxed a.default a.github:hover {
  background: #323131;
  color: #fff
}

.socialbar.boxed a.default a.instagram {
  background: #3a6aba;
  border-color: #3a6aba
}

.socialbar.boxed a.default a.instagram:hover {
  background: #3a6aba;
  color: #fff
}

.socialbar.boxed a.default a.dropbox {
  background: #187fe7;
  border-color: #187fe7
}

.socialbar.boxed a.default a.dropbox:hover {
  background: #187fe7;
  color: #fff
}

.socialbar.boxed a.default a.vk {
  background: #6083ab;
  border-color: #6083ab
}

.socialbar.boxed a.default a.vk:hover {
  background: #6083ab;
  color: #fff
}

.socialbar.boxed a.default a.youtube {
  background: red;
  border-color: red
}

.socialbar.boxed a.default a.youtube:hover {
  background: red;
  color: #fff
}

.socialbar.boxed a.default a.vimeo {
  background: #1ab8ea;
  border-color: #1ab8ea
}

.socialbar.boxed a.default a.vimeo:hover {
  background: #1ab8ea;
  color: #fff
}

.socialbar.boxed a.default a.behance {
  background: #0056ff;
  border-color: #0056ff
}

.socialbar.boxed a.default a.behance:hover {
  background: #0056ff;
  color: #fff
}

.socialbar.boxed a.default a.tumblr {
  background: #2a445f;
  border-color: #2a445f
}

.socialbar.boxed a.default a.tumblr:hover {
  background: #2a445f;
  color: #fff
}

.socialbar.boxed a.default a.flickr {
  background: #0063db;
  border-color: #0063db
}

.socialbar.boxed a.default a.flickr:hover {
  background: #0063db;
  color: #fff
}

.socialbar.boxed a.default a.reddit {
  background: #ff4501;
  border-color: #ff4501
}

.socialbar.boxed a.default a.reddit:hover {
  background: #ff4501;
  color: #fff
}

.socialbar.boxed a.default a.snapchat {
  background: #e0e410;
  border-color: #e0e410
}

.socialbar.boxed a.default a.snapchat:hover {
  background: #e0e410;
  color: #fff
}

.socialbar.boxed a.default a.whatsapp {
  background: #0ec143;
  border-color: #0ec143
}

.socialbar.boxed a.default a.whatsapp:hover {
  background: #0ec143;
  color: #fff
}

.socialbar.boxed a.default a.quora {
  background: #a82401;
  border-color: #a82401
}

.socialbar.boxed a.default a.quora:hover {
  background: #a82401;
  color: #fff
}

.socialbar.boxed a.default a.vine {
  background: #00be8e;
  border-color: #00be8e
}

.socialbar.boxed a.default a.vine:hover {
  background: #00be8e;
  color: #fff
}

.socialbar.boxed a.default a.digg {
  background: #1c5891;
  border-color: #1c5891
}

.socialbar.boxed a.default a.digg:hover {
  background: #1c5891;
  color: #fff
}

.socialbar.boxed a.default a.foursquare {
  background: #fa4778;
  border-color: #fa4778
}

.socialbar.boxed a.default a.foursquare:hover {
  background: #fa4778;
  color: #fff
}


.team-member-gr h3.title.subtitle-top {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.team-member-gr {
  padding-top: 90px;
  padding-bottom: 100px;
}
.team-member {
  width: 100%
}

.team-member h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

.team-member p.subtitle {
  font-size: 12px;
  margin: 8px auto;
  margin-top: 5px;
  font-weight: 400;
  color: #999;
}

.team-member .socialbar {
  float: left
}

.team-member .team-member-link {
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff
}

.team-member .team-member-link i {
  font-size: 26px
}

.team-member .team-member-link:hover {
  background: #fff;
  color: #404044
}

.team-member .description {
  margin-top: 15px
}

.team-member .socialbar>a,.team-member .socialbar.default>a {
  width: 30px;
  height: 30px;
  line-height: 29px;
  margin-right: 5px;
  -webkit-transition-property: background,-webkit-box-shadow;
  transition-property: background,-webkit-box-shadow;
  -o-transition-property: box-shadow,background;
  transition-property: box-shadow,background;
  transition-property: box-shadow,background,-webkit-box-shadow
}

.team-member .socialbar>a:hover,.team-member .socialbar.default>a:hover {
  color: #fff;
  border-color: #fff
}

.team-member .image-wrap {
  position: relative;
  overflow: hidden
}

.team-member .image-wrap img {
  width: 100%;
  display: block
}

.team-member .image-wrap .overlay {
  -webkit-box-shadow: 0 -190px 145px -145px rgba(64,64,68,.8) inset;
  box-shadow: 0 -190px 145px -145px rgba(64,64,68,.8) inset;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform
}

.team-member .image-wrap .overlay .content-center .wrap {
  vertical-align: bottom;
  padding: 25px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.team-member:hover .overlay {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.team-member.inner .overlay {
  background: rgba(64,64,68,.9);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.team-member.inner .description {
  color: #fff;
  margin-bottom: 20px
}

.team-member.inner .content-center .wrap {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}
.content-center {
  display: table;
  width: 100%;
  height: 100%
}

.content-center .wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.team-member.inner:hover .content-center .wrap {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.team-member.cover {
  padding: 0;
  overflow: hidden
}

.team-member.cover.column-2 .image-wrap,.team-member.cover.column-2 .cover-content {
  width: 33.333%;
  float: left
}

.team-member.cover.column-3 .image-wrap,.team-member.cover.column-3 .cover-content {
  width: 25%;
  float: left
}

.team-member.cover.column-4 .image-wrap,.team-member.cover.column-4 .cover-content {
  width: 20%;
  float: left
}

.team-member.cover.column-5 .image-wrap,.team-member.cover.column-5 .cover-content {
  width: 16.66%;
  float: left
}

.team-member.cover img {
  width: 100%
}

.team-member.cover .cover-content {
  background: #404044;
  padding: 0;
  overflow: hidden;
  -webkit-transition: width .4s cubic-bezier(.54,.47,.38,1);
  -o-transition: width .4s cubic-bezier(.54,.47,.38,1);
  transition: width .4s cubic-bezier(.54,.47,.38,1)
}

.team-member.cover h3,.team-member.cover .description {
  color: #fff
}

.team-member.cover .description {
  margin-bottom: 20px
}

.team-member.cover .wrap {
  padding: 25px;
  position: relative
}

.clients-logo {
  position: relative
}

.clients-logo img {
  position: relative;
  z-index: 2
}

.clients-logo .overlay {
  background: #f7f7f7;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(.96);
  -ms-transform: scale(.96);
  transform: scale(.96);
  -webkit-transition: .3s cubic-bezier(.4,.7,.3,1);
  -o-transition: .3s cubic-bezier(.4,.7,.3,1);
  transition: .3s cubic-bezier(.4,.7,.3,1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  z-index: 1
}

.clients-logo .overlay img {
  visibility: hidden
}

.clients-logo .overlay h4,.clients-logo .overlay .description {
  padding: 30px 50px
}

.clients-logo .overlay .description {
  padding-top: 10px
}

.clients-logo:hover {
  z-index: 3
}

.clients-logo:hover .overlay {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.clients-logo.default {
  overflow: hidden;
  margin-bottom: 50px;
}

.clients-logo.default .second-image {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0
}

.clients-logo.default .first-image,.clients-logo.default .second-image {
  -webkit-transition: -webkit-transform .4s cubic-bezier(.4,.7,.3,1);
  transition: -webkit-transform .4s cubic-bezier(.4,.7,.3,1);
  -o-transition: transform .4s cubic-bezier(.4,.7,.3,1);
  transition: transform .4s cubic-bezier(.4,.7,.3,1);
  transition: transform .4s cubic-bezier(.4,.7,.3,1),-webkit-transform .4s cubic-bezier(.4,.7,.3,1);
  text-align: center;
}

.clients-logo.default:hover .first-image,.clients-logo.default:hover .second-image {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.clients-logo.shadow .overlay {
  -webkit-box-shadow: 0 5px 40px 10px rgba(0,0,0,.08);
  box-shadow: 0 5px 40px 10px rgba(0,0,0,.08)
}

.clients-logo-gr  .page-container.max-clear {
  padding: 0;
}

.clients-logo-gr h3.title.subtitle-top {
  color: #0a0a0a;
  font-size: 40px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 0;
}

.clients-logo-gr  p.subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #767676;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.clients-logo-gr  .wpb_text_column.wpb_content_element {
  font-weight: 400;
}

.clients-logo-gr .wpb_text_column.wpb_content_element p:last-child {
  margin-bottom: 0;
}

.clients-logo-gr {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.call-to-action {
  width: 100%;
  padding: 35px 40px;
  position: relative;
}

.content-with-btn .call-to-action {
  padding-left: 0;
  padding-right: 0;
}
.call-to-action h3 {
  color: #fff;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 19.6px;
}
p.subtitle {
  margin: 0;
  line-height: 1.5;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  font-family: poppins,serif;
}
p.subtitle, .subtitle-font, a.category {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.content-with-btn .call-to-action h3 {
  font-weight: 600;
}


.call-to-action .subtitle {
  color: rgba(255,255,255,.6);
  font-size: 15px;
}
.content-with-btn .cta_button {
  cursor: pointer !important;
  float: right;
  white-space: nowrap;
  background: 0 0;
  border-color: #ffffff;
  color: #ffffff;
}

input[type=submit] .icon, button .icon, .btn .icon, a.btn input.btn .icon, a.button .icon, span.button .icon, div.button .icon {
  margin-right: 5px;
  max-height: 10px;
  display: inline-block;
  font-size: 140%;
  line-height: 60%;
  vertical-align: -4px;
  text-decoration: none;
  position: relative;
  top: -2px;
}
.content-with-btn .cta_button:hover {
  color: #444444;
  background: #ffffff;
}

.content-with-btn {
  padding: 32px 0;
}
.google-maps {
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.google-maps .google-maps-wrap {
  width: 100%;
  height: 100%;
  min-height: 250px
}
.body-container #email-prefs-form .email-edit {
  padding: 12px 15px !important;
}
#norebro-custom-5c18d87c363cb {
  height: 450px;
  position: relative;
}
.password-template .body-container .hs-button {
  margin-top: 30px !important;
}


/* ==== Contact Layout ==*/


.contact-lyt .sec-1 {
  padding: 80px 0 122px;
}
.contact-lyt .sec-1 h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
}
.contact-lyt .left-col form {
  padding-top: 29px;
}
.contact-lyt .left-col form .hs-form-required {
  display: none;
}
.contact-lyt .left-col form .hs-form-field {
  padding: 34px 0 9px;
  margin: 10px 0;
}
.contact-lyt .left-col input[type="text"],.contact-lyt .left-col input[type="email"],.contact-lyt .left-col input[type="tel"],.contact-lyt .left-col textarea, .contact-lyt .left-col select {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  font-weight: 300;
  padding: 12px 15px;
  color: #666;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  height: 53px;
}
.contact-lyt .left-col input[type="text"]:focus,.contact-lyt .left-col input[type="email"]:focus,.contact-lyt .left-col textarea:focus{
  border-color: #6a3db8;
}
.contact-lyt .left-col .hs-form-field > label {
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.contact-lyt .left-col textarea {
  height: 130px;
}
.contact-lyt .left-col input.hs-button.primary.large {
  border-color: #333333;
  color: #333333;
  background: #fff;
  margin-top: 4px;
  padding: 15px 25px 14px 28px;
}
.contact-lyt .left-col input.hs-button.primary.large:hover {
  background: #333333;
  color: #fff;
}
.contact-lyt .right-col h5 {
  margin: 1px 0 24px;
  text-transform: none;
}
.contact-lyt .right-col p {
  font-size: 15px;
  line-height: 25px;
  margin: 10px 0;
}


/* ==========Homepage Layout === */



.banner-area.home-banner {
  padding: 0;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.banner-area.bg-color{
  background-color: #eee;
}

.banner-area.home-banner  .norebro-heading-sc {
  padding: 0 15px;
  padding-top: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.banner-area.home-banner .button-group .btn {
  padding: 20px 30px;
  line-height: 15px;
  font-size: 15px;
  color: #404044;
  width: 100%;
  background: 0 0;
}
.banner-area.home-banner .button-group .vc_col-sm-4:first-child  .btn {
  background-color: #6a3db8;
  border-color: #6a3db8;
  color: #fff;
}
.banner-area.home-banner .page-center {
  padding:  0 !important;
}
.banner-area.home-banner .button-group .vc_col-sm-4:first-child .btn:hover {
  color: #6a3db8;
  background-color: transparent;
  border-color: #6a3db8;
}

.banner-area.home-banner .button-group .btn:hover {
  color: #fff;
  background-color: #6a3db8;
  border-color: #6a3db8;
}
.banner-area.home-banner .button-group:after {
  content: "";
  clear: both;
  display: block;
}
.banner-area.home-banner .button-group {
  margin-top: 25px;
  margin-left: -15px;
  position: relative;
  z-index: 1;
  margin-right: -15px;
}
#norebro-custom-5c19c6779fd92 p.subtitle {
  color: #767676;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}

#norebro-custom-5c19c6779fd92 h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 0;
}
#norebro-custom-5c19c677a00b4, #norebro-custom-5c19c677a00b4 > * {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;

  padding-top: 5px;
}
#norebro-custom-5c19c677a03ce .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343434;
}
.services-gr #norebro-custom-5c19c677a03ce {
  padding-top: 20px;
}
#norebro-custom-5c19c677a2955, #norebro-custom-5c19c677a2955 > * {
  font-size: 15px;
  line-height: 28px;
  color: #e2e2e2;
}
#norebro-custom-5c19c677a03ce .btn:hover {
  color: #6a3db8;
  background-color: transparent;
  border-color: #6a3db8;
  color: #ffffff;
  background: transparent;
}
#norebro-custom-5c19c677a114f h3 {
  color: #ffffff;
}

.icon-box h3 {
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
}

.norebro-icon-box-sc img {
  width: 48px;
  height: auto;

  vertical-align: top;
}

.icon-box .icon-wrap {
  margin: 0 0 5px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  font-size: 50px;
  text-align: inherit;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  line-height: 55px;
  float: left;
}



.icon-box .icon-wrap + .content-wrap {
  padding: 0 0 0 65px;
  height: 50px;
  min-height: 50px;
}

.icon-box {
  text-align: center;
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.services-gr span.vc_sep_line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-top-width: 2px;
  border-color: #494949;
}

.services-gr  .vc_sep_line_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 25px;
  clear: both;
}

.icon-box:after {
  content: "";
  clear: both;
  display: block;
}

.services-gr .vc_col-sm-6 {
  display: flex;
  flex-wrap: wrap;
}
.services-gr .vc_row {
  justify-content: space-between;
}

.services-gr .vc_row:after {
  display: none;
}

.services-gr .vc_col-sm-4{
  margin-top: 135px;
}

.services-gr .vc_col-sm-4 +  .vc_col-sm-6 {
  margin-top: 115px;
}

.services-gr .vc_col-sm-4 + .vc_col-sm-6 .vc_col-sm-6:nth-child(n+3) {
  margin-top: 40px;
}

.services-gr {
  padding-bottom: 100px;
}
.two-col-left-content h3.title {
  color: inherit;
  font-size: 34px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.two-col-left-content  p.subtitle {
  margin-bottom: 20px;
  color: #767676;
  font-size: 15px;
  margin-top: 0;
}

.two-col-left-content  .norebro-text-sc p{
  font-size: 16px;
  line-height: 28px;
  color: inherit;
} 

.two-col-left-content  .btn {
  background-color: #6a3db8;
  border-color: #6a3db8;
  padding: 20px 30px;
  line-height: 15px;
  font-size: 15px;
}

.two-col-left-content .btn:hover {
  color: #6a3db8;
  background-color: transparent;
  border-color: #6a3db8;
}

.two-col-left-content .btn.white_btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343434;
  font: 600 13px/1.2 "Poppins",sans-serif;
  padding: 15px 25px 14px;
}

.two-col-left-content .norebro-button-sc {
  padding-top: 20px;
}

.two-col-left-content .btn.white_btn:hover {
  background-color: transparent;
  border-color: #6a3db8;
  color: #ffffff;
  background: transparent;
}


.two-col-left-content  .vc_row > div:first-child {
  margin-top: 145px;
  margin-bottom: 145px;
}

.vc-bg-side-text.right {
  color: rgba(51,51,51,.15);
  position: absolute;
  font-size: 100px;
  line-height: 100%;
  font-weight: 700;
  font-family: poppins,sans-serif;
  top: 50%;
  text-align: left;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  left: auto;
  -webkit-transform: translateX(100%) rotate(-90deg) translateX(-50%) translateY(-50%);
  -ms-transform: translateX(100%) rotate(-90deg) translateX(-50%) translateY(-50%);
  transform: translateX(100%) rotate(-90deg) translateX(-50%) translateY(-50%);
  right: calc( (100% - 1326px)/4);
}

.two-col-left-content .page-container {
  position: static;
}

.two-col-left-content {
  position: relative;
  overflow: hidden;
  clear: both;
}

.two-col-left-content .vc_row > div:last-child img {
  margin-top: 30px;
  margin-bottom: 100px;
}
.banner-area.home-banner .norebro-heading-sc p.subtitle,
.banner-area.home-banner .norebro-heading-sc h3.title {
  position: relative;
  z-index: 1;
}
.parallax-bg {
  background-position: center center;
  width: 100%;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}
.split-box .split-box-wrap {
  min-height: 60px;
  float: none;
  display: table-cell;
  padding: 6% 7%;
  vertical-align: middle;
  width: 50%;
  overflow: hidden;
  position: relative;
}


.split-box .split-box-wrap .content {
  position: relative;
  z-index: 3;
  background-color: rgba(255,255,255,0.93);
}
.split-box {
  width: 100%;
  display: table;
}

.split-box .split-box-wrap .wpb_wrapper {
  padding: 80px 12%;
  text-align: center;
}

.split-box .split-box-wrap  h3 {
  color: #3f3f3f;
  font-size: 33px;
  line-height: 40px;
  margin: 12px 0 0;
  padding-bottom: 10px;
}



.split-box .split-box-wrap  p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.split-box .split-box-wrap  a.btn.btn-outline {
  color: #333333;
  border-color: #6a3db8;
  background: 0 0;
}

.split-box .split-box-wrap a.btn.btn-outline:hover {
  background-color: #6a3db8;
  border-color: #6a3db8;
  color: #ffffff;
}

.split-box .split-box-wrap .norebro-button-sc{
  padding-top: 20px;
}
#norebro-custom-5c19c677affca .split-box-wrap:nth-child(1) .parallax-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
}

#norebro-custom-5c19c677affca .split-box-wrap:nth-child(2) .parallax-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
}
div#hs_cos_wrapper_widget_1545193949742 .two-col-left-content .vc_row > div:first-child {
  margin: 0;
  padding: 115px 0;
}

.banner-area.home-banner .norebro-heading-sc:after {
  content: "Ó";
  font-size: 50em;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  font-family: Poppins;
  left: -31%;
  top: 0%;
}

.vc-bg-lines div {
  background: rgba(0,0,0,.05);
  width: 1px;
  height: 100%;
  position: absolute;
  left: -webkit-calc(100%/8);
  left: calc(100%/8);
  top: 0;
}

div {
  outline: 0;
}


.vc-bg-lines div:nth-child(2) {
  left: -webkit-calc(100%/8 * 2);
  left: calc(100%/8 * 2);
}


.vc-bg-lines div:nth-child(3) {
  left: -webkit-calc(100%/8 * 3);
  left: calc(100%/8 * 3)
}

.vc-bg-lines div:nth-child(4) {
  left: -webkit-calc(100%/8 * 4);
  left: calc(100%/8 * 4)
}

.vc-bg-lines div:nth-child(5) {
  left: -webkit-calc(100%/8 * 5);
  left: calc(100%/8 * 5)
}

.vc-bg-lines div:nth-child(6) {
  left: -webkit-calc(100%/8 * 6);
  left: calc(100%/8 * 6)
}

.vc-bg-lines div:nth-child(7) {
  left: -webkit-calc(100%/8 * 7);
  left: calc(100%/8 * 7)
}

.clients-logo-gr.clients-change {
  padding-top: 200px;
  padding-bottom: 150px;
  margin-bottom: 20px;
}
.scroll-top img {
  width: 11px;
  vertical-align: middle;
}
.clients-logo-gr .vc-bg-lines.dark {
  display: none;
}
.clients-logo-gr.clients-change .vc-bg-lines.dark {
  display: block;
}
.blog-grid.right {
  float: right;
}




/* Seo Layout */

.pricing-table {
  background: #f9f9f9;
  width: 100%;
  padding: 30px;
  text-align: center;
  position: relative;
  display: inline-block
}
#norebro-custom-5c1a020d707c8 {
  background-color: #f7f7f7;
}
.btn-outline, input[type=submit].btn-outline, a.btn-outline {
  background: 0 0;
  color: #404044;
}
.btn-outline:hover, input[type=submit].btn-outline:hover, a.btn-outline:hover {
  background: #404044;
  color: #fff;
}
#norebro-custom-5c1a020d707c8 p.pricing-subtitle {
  color: #6a3db8;
}
.pricing-table h3.title {
  margin: 10px 0 0;
  font-size: 20px;
  text-align: center
}
#norebro-custom-5c1a020d6fee3 h3 {
  color: #0a0a0a;
  font-size: 44px;
  line-height: 47px;
  margin-top: 2px;
  margin-bottom: 0;
  text-align: center;
}
#norebro-custom-5c1a020d6fee3 p.subtitle {
  color: #0a0a0a;
  font-size: 14px;
  line-height: 30px;
  margin-top: 2px;
  text-align: center;
  margin-bottom: 0;
}
.pricing-table>p.subtitle {
  margin-top: 5px;
  font-size: 14px
}

.pricing-table .price {
  margin: 15px 0 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,.07)
}

.pricing-table .price h2 {
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  position: relative
}

.pricing-table .price h2 .icon {
  position: absolute;
  left: -22px;
  top: 5px;
  line-height: 25px;
  font-size: 25px
}

.pricing-table .price p.subtitle {
  margin-top: 20px;
  font-size: 13.6px
}

.pricing-table .time-interval {
  background: #ebebeb;
  margin: 10px 0 0;
  padding: 8px 14px 6px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  font-size: 10.6px
}

.pricing-table>.list-box,.pricing-table>.widget_recent_comments,.pricing-table>.widget_recent_entries,.pricing-table>.widget_meta,.pricing-table>.widget_archive,.pricing-table>.widget_nav_menu,.pricing-table>.widget_pages,.pricing-table>.widget_categories,.pricing-table>.widget_rss,.pricing-table>.widget_product_categories {
  margin: 0
}

.pricing-table .list-box+.btn,.pricing-table .widget_recent_comments+.btn,.pricing-table .widget_recent_entries+.btn,.pricing-table .widget_meta+.btn,.pricing-table .widget_archive+.btn,.pricing-table .widget_nav_menu+.btn,.pricing-table .widget_pages+.btn,.pricing-table .widget_categories+.btn,.pricing-table .widget_rss+.btn,.pricing-table .widget_product_categories+.btn {
  margin-top: 30px
}

.pricing-table .btn {
  min-width: 140px;
  margin-top: 30px;
}

.pricing-table .list-box li,.pricing-table .widget_recent_comments li,.pricing-table .widget_recent_entries li,.pricing-table .widget_meta li,.pricing-table .widget_archive li,.pricing-table .widget_nav_menu li,.pricing-table .widget_pages li,.pricing-table .widget_categories li,.pricing-table .widget_rss li,.pricing-table .widget_product_categories li {
  padding: 6px 0;
  font-weight: 500;
  font-size: 13.6px
}

.pricing-table .list-box li,.pricing-table .widget_recent_comments li,.pricing-table .widget_recent_entries li,.pricing-table .widget_meta li,.pricing-table .widget_archive li,.pricing-table .widget_nav_menu li,.pricing-table .widget_pages li,.pricing-table .widget_categories li,.pricing-table .widget_rss li,.pricing-table .widget_product_categories li,.pricing-table .list-box li:first-child,.pricing-table .widget_recent_comments li:first-child,.pricing-table .widget_recent_entries li:first-child,.pricing-table .widget_meta li:first-child,.pricing-table .widget_archive li:first-child,.pricing-table .widget_nav_menu li:first-child,.pricing-table .widget_pages li:first-child,.pricing-table .widget_categories li:first-child,.pricing-table .widget_rss li:first-child,.pricing-table .widget_product_categories li:first-child {
  border-color: rgba(0,0,0,.07) !important;
}

.pricing-table .list-box li .icon,.pricing-table .widget_recent_comments li .icon,.pricing-table .widget_recent_entries li .icon,.pricing-table .widget_meta li .icon,.pricing-table .widget_archive li .icon,.pricing-table .widget_nav_menu li .icon,.pricing-table .widget_pages li .icon,.pricing-table .widget_categories li .icon,.pricing-table .widget_rss li .icon,.pricing-table .widget_product_categories li .icon {
  font-size: 22px;
  vertical-align: -3px
}

.pricing-table .list-box li .icon+.title,.pricing-table .widget_recent_comments li .icon+.title,.pricing-table .widget_recent_entries li .icon+.title,.pricing-table .widget_meta li .icon+.title,.pricing-table .widget_archive li .icon+.title,.pricing-table .widget_nav_menu li .icon+.title,.pricing-table .widget_pages li .icon+.title,.pricing-table .widget_categories li .icon+.title,.pricing-table .widget_rss li .icon+.title,.pricing-table .widget_product_categories li .icon+.title {
  margin-left: 5px
}

.pricing-table .list-box li.disabled .title,.pricing-table .widget_recent_comments li.disabled .title,.pricing-table .widget_recent_entries li.disabled .title,.pricing-table .widget_meta li.disabled .title,.pricing-table .widget_archive li.disabled .title,.pricing-table .widget_nav_menu li.disabled .title,.pricing-table .widget_pages li.disabled .title,.pricing-table .widget_categories li.disabled .title,.pricing-table .widget_rss li.disabled .title,.pricing-table .widget_product_categories li.disabled .title {
  color: rgba(64,64,68,.5)
}

.pricing-table.features {
  background: 0 0
}

.pricing-table.features h3 {
  text-align: left;
  margin: 0;
  font-size: 16px
}

.pricing-table.features .list-box {
  margin-top: 15px
}


.pricing-group .list-box {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-group .list-box li {
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.pricing-group .list-box li:first-child {
  border-top: 1px solid rgba(0,0,0,.15);
}

.pricing-group .price .subtitle p {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 13.6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #999;
}
.pricing-group {
  padding-top: 78px;
  clear: both;
}
.pricing-group .norebro-heading-sc {
  margin-bottom: 90px;
}
.hs-cta-wrapper a {
  box-sizing: border-box !important;
}

.home-lay .full-wd-content-bg .content h3 {
  margin-bottom: 2px;
  margin-top: 0;
  font-size: 35px;
}

.home-lay .full-wd-content-bg {
  text-align: center;
  padding: 175px 0;
}

.full-wd-content-bg h4 {
  color: #d8d8d8;
  font-size: 20px;
  font-family: 'Poppins';
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.01em;
}

.home-lay  .full-wd-content-bg .cta_button {
  border-radius: 0;
  display: inline-block;
}


/* Inbound Marketing Layout */

.inb-mrk-lyt .sec-1 {
  padding: 70px 0;
}
.success-steps-grp p.sub-title {
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #999;
  font-family: 'Poppins', sans-serif;
}
.success-steps-grp h3.title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.sucess-item-grp {
  padding-top: 48px;
  overflow: hidden;
  padding-bottom: 70px;
}

.success-steps-grp .page-center {
  max-width: 100% !important;
  padding: 0 !important;
}
.sucess-item {
  float: left;
  width: 25%;
  padding-right: 4.45%;
  padding-left: 4.45%;
  text-align: center;
  border-right: 1px solid #ebebeb;
  padding-top: 3px;
}
.sucess-item img {
  width: 48px;
  height: auto;
}

.icon-wrap {
  margin: 0 0 21px;
  display: inline-block;
  line-height: 70px;
  vertical-align: middle;
  font-size: 50px;
  text-align: inherit;
  white-space: nowrap;
} 

.sucess-item .content-wrap h3 {
  margin: 3px 0 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.sucess-item .content-wrap p {
  font-size: 15px;
}
.marketing-feature-grp {
  padding: 90px 0 41px;
} 
.marketing-feature-grp h3.title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 0;
}

.marketing-feature-grp p.sub-title {
  font-size: 18px;
  margin: 25px 0 0;
  color: #808080;
  text-align: center;
}

.mark-feature-grp {
  overflow: hidden;
  padding: 50px 0 0;
  margin-left: -15px;
  margin-right: -15px;
}
.feature-item {
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 70px;
}
.inb-mrk-lyt .feature-item:nth-child(4),
.inb-mrk-lyt .feature-item:nth-child(7){
  clear: left;
}
.feature-item-inner{
  position: relative;
}
.fea-overlay{
  -webkit-box-shadow: 0 -150px 150px -70px rgba(51,51,51,.8) inset;
  box-shadow: 0 -150px 150px -70px rgba(51,51,51,.8) inset;
  padding: 30px;
  -webkit-transition: .3s cubic-bezier(.2,0,.2,1.3);
  -o-transition: .3s cubic-bezier(.2,0,.2,1.3);
  transition: .3s cubic-bezier(.2,0,.2,1.3);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} 

.feature-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 30px;
} 
.feature-item h4 {
  color: #fff;
  margin: 5px 0;
  font-size: 18px;
}
.feature-item p {
  color: rgba(255,255,255,.7);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.01em;
  font-size: 14px;
  margin: 0;
}
.marketing-packages-grp {
  padding: 112px 15px 62px;
}

.marketing-packages-grp h3.title {
  text-align: center;
  margin: 0 0 12px;
}

.marketing-packages-grp p.sub-title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: -.01em;
  color: #999;
  margin: 0;
}
.packages-grp {
  padding-top: 42px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.package-item {
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 71px;
  position: relative;
}
.package-item h3 {
  font-size: 24px;
  margin: 31px 0 45px;
}
.package-item p {
  margin: 0;
}
.package-item .number {
  color: #ebebeb;
  font: 700 100px poppins,sans-serif;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 15px;
}
.video-overlay-content {
  float: left;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.video-overlay-content .span6 {
  width: 50%;
  margin-left: 0;
}
.video-overlay-content .content {
  background: rgba(255,255,255,0.9);
  padding: 60px  5.1%;
}
.video-overlay-content .content h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
}
.video-overlay-content .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.video-overlay-content .content ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.video-overlay-content .content ul li {
  padding: 3px 0;
  list-style-position: inside;
  font-weight: 400;
}
.video-overlay-content .video-sec {
  padding: 0;
  text-align: center;
}
.video-module .btn-play {
  background: #404044;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: color,background,border-color;
  -o-transition-property: color,background,border-color;
  transition-property: color,background,border-color;
}
.video-module.boxed .btn-play {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  z-index: 5;
}
.video-module.boxed {
  min-width: 60px;
  min-height: 50px;
  padding: 15px 0;
  position: relative;
  width: auto;
  display: inline-block;
  cursor: pointer;
}

.aos-animate {
  opacity: 1;
  transform: translate(0);
  transition-duration: .4s;
  transition-timing-function: ease;
  transition-property: opacity,transform;
}
.video-module-popup {
  background: rgba(64,64,68,.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  visibility: hidden;
  left: 0;
  z-index: 9999999999;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.open .video-module-popup {
  opacity: 1;
  visibility: visible;
}
.open .video-module-popup .video {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.video-module-popup .video {
  width: 70%;
  height: 77%;
  margin: 0 auto;
  position: relative;
  top: 10%;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.video-module-popup .video iframe {
  margin: 0;
  width: 100%;
  height: 100%;
}

.video-module-popup .close {
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.two-col-img-aligmnt {
  float: left;
  width: 100%;
} 
.two-col-img-aligmnt-inner{
  padding: 80px 0 0;
}
.two-col-img-aligmnt h2 {
  text-align: center;
  color: #0a0a0a;
  font-size: 40px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 120px;
  letter-spacing: -.02em;
}
.align-item {
  overflow: hidden;
}
.align-item .content {
  padding-top: 20px;
}
.align-item .img {
  text-align: center;
}
.align-item .content p {
  color: #767676;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.01em;
}
.align-item .content h3 {
  color: #0a0a0a;
  font-size: 40px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 0;
}
.two-col-img-aligmnt.right .img {
  float: right;
}
.two-col-img-aligmnt.right .content {
  margin-left: 0;
  float: left;
}
.two-col-img-aligmnt.right  .two-col-img-aligmnt-inner{
  padding-bottom: 100px;
}

.full-wd-content-bg {
  float: left;
  width: 100%;
  padding: 90px 0 120px;
}
.full-wd-content-bg .content h3 {
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.full-wd-content-bg .content {
  width: 50%;
  margin: 0 auto;
  padding: 0 7px;
}
.full-wd-content-bg .content p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.full-wd-content-bg .cta_button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #2d2d2d;
  padding: 20px 30px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 40px;
  display: block;
  border-radius: 50px;
  font-family: "Poppins",sans-serif;
  text-align: center;
/*   transition: 0.2s;.accordion-box .title:hover .control, .accordion-box .item.active .control, .accordion-box.title-brand-color .title, .accordion-box.active-brand-color .item.active .control, .accordion-box.active-brand-color .title:hover .control, .slider .owl-dot.brand, .socialbar.brand a:hover, .socialbar.brand.outline a, .socialbar.brand.flat a, .socialbar.brand.inline a:hover, .video-module .btn-play.outline.btn-brand, .video-module.boxed:hover .btn-play.btn-brand, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_nav_menu .menu-item a:hover, .widget_pages .menu-item a:hover, .widget_nav_menu .current-menu-item a, .widget_pages .current-menu-item a, .widget-sidebar-menu-left .menu-item a:hover, .widget_rss ul a, .widget_norebro_widget_recent_posts ul.recent-posts-list h4 a:hover, .widget_norebro_widget_login a, .widget div.star-rating:before, .widget div.star-rating span:before, .widget span.star-rating:before, .widget span.star-rating span:before, a:hover, p a, .btn-brand:hover, .btn-outline.btn-brand, a.btn-outline.btn-brand, .btn-outline.btn-brand.disabled:hover, a.btn-outline.btn-brand.disabled:hover, .btn-link.btn-brand, a.btn-link.btn-brand, a.tag:hover, .tag-wrap a:hover, a[class^="tag-link-"]:hover, nav.pagination li a.page-numbers.active, .fullscreen-navigation .copyright .content > a, .fullscreen-navigation.simple ul.menu li:hover > a, .fullscreen-navigation.centered .fullscreen-menu-wrap ul.menu > li a:hover, .post-navigation .box-wrap > a:hover h4, .post-navigation .box-wrap > a:hover .icon, .bar .content a:hover, .bar .share .links a:hover, .portfolio-sorting li a:hover, .portfolio-item h4.title a:hover, .portfolio-item .widget h4 a:hover, .widget .portfolio-item h4 a:hover, .portfolio-item .category.outline, .portfolio-item.grid-2:hover h4.title, .portfolio-item.grid-2:hover .widget h4, .widget .portfolio-item.grid-2:hover h4, .portfolio-item.grid-2.hover-2 .overlay span, .portfolio-item.grid-5 .more span, .blog-grid .tags a:hover, .blog-grid:hover h3 a, .blog-grid.grid-4:hover .tags a, .post .entry-content a, .page-links a, .entry-footer .share .title:hover, .toggle-post:hover .arrow, .toggle-post:hover .content h3, .post .comments-link a:hover, .comments-area .comment-body .comment-meta .reply a, .comments-area .comment-body .comment-meta a.comment-edit-link, .comments-area .reply a, .comments-area .reply-cancle a, .comments-area a.comment-edit-link, input.brand-color, input[type="submit"].brand-color, button.brand-color, a.brand-color, div.brand-color, span.brand-color, input.brand-color-hover:hover, input[type="submit"].brand-color-hover:hover, button.brand-color-hover:hover, a.brand-color-hover:hover, div.brand-color-hover:hover, span.brand-color-hover:hover, .brand-color, .brand-color-after:after, .brand-color-before:before, .brand-color-hover:hover, .brand-color-hover-after:after, .brand-color-hover-before:before, .woocommerce .product div.summary .woo-review-link:hover, .woocommerce .product .product_meta a, ul.woo-products li.product:hover h3 a, .woocommerce form.login a, .woocommerce #payment li.wc_payment_method a.about_paypal, .woocommerce .woo-my-nav li.is-active a, .woocommerce .woo-my-content p a:hover */
  
}
.full-wd-content-bg .cta_button:hover {
  background-color: transparent;
/*   border-color: #6a3db8; */
  color: #ffffff;
  background: transparent;
}
.cm-testimonial-mdl {
  clear: both;
  padding: 80px 0 90px;
}
.testimonial-item {
  text-align: center;
  color: #fff;
} 
.testimonial-item p.subtitle {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 2px;
}
.testimonial-item h3.title {
  color: #ffffff;
  font-size: 36px;
  line-height: 47px;
  margin-top: 2px;
  margin-bottom: 55px;
}
.testimonial-item blockquote {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.8;
}
.testimonial-item h4 {
  color: #eaeaea;
  font-size: 20px;
  margin: 0 0 8px;
  line-height: 1.4;
}
.video-module .btn-play:before,.video-module .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s videomodule-anim linear infinite;
  animation: 1s videomodule-anim linear infinite;
  border-color: rgba(44,44,44,0.96);
}

.video-module .btn-play:before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(.68);
    transform: scale(.68)
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
  }
}

@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(.68);
    transform: scale(.68)
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
  }
}


/* Seo Layout */

.seo-lay  .sec-1 .two-col-img-aligmnt-inner {
  padding: 0;
}
.seo-lay .sec-1 .hs_cos_wrapper_type_rich_text p {
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.seo-lay .sec-1 {
  padding-top: 67px;
}
.seo-lay .sec-1 .two-col-img-aligmnt {
  padding: 0;
}
.seo-lay .sec-1 .two-col-img-aligmnt h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-top: -3px;
  margin-bottom: 0;
  color: #404044;
  letter-spacing: 0;
}  
.seo-lay .sec-1 .vc-bg-lines.dark {
  display: none;
}
.seo-lay .sec-1 .align-item{
  padding-top: 50px;
}
.seo-lay .sec-1 .align-item .content p {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
  line-height: 25px;
  margin: 10px auto;
  letter-spacing: 0;
}
.seo-lay .sec-1 .align-item .img {
  padding-top: 30px;
}
.two-col-eql-content {
  float: left;
  width: 100%;
  padding-top: 80px;
}
.full-wd-content {
  clear: both;
  padding-top: 70px;
  padding-bottom: 30px;
} 
.full-wd-content .content {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 5px;
}
.full-wd-content .content p {
  margin-bottom: 0;
}
.two-col-right-content {
  padding-top: 80px;
  overflow: hidden;
  padding-bottom: 70px;
}

.seo-lay .sec-2 .two-col-img-aligmnt {
  background: #EFEFEF;
}

.seo-lay .sec-2 .full-wd-content .content {
  width: 100%;
  padding: 0;
}

.seo-lay .sec-2 .full-wd-content {
  padding-top: 99px;
  padding-bottom: 100px;
}
.full-wd-content .cta_button {
  background-color: #6a3db8;
  border: 1px solid #6a3db8;
  font-family: 'Poppins', sans-serif;
  padding: 20px 30px;
  line-height: 15px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 22px;
  transition: 0.2s;
}

#cta_button_688268_5bd3fb69-e941-4e06-b386-0d0c1c23f9a0{
  background-color: #fff;
}
  
.full-wd-content .cta_button:hover{
  color: #6a3db8;
  background-color: transparent;
  border-color: #6a3db8;
}

.vc_row.post-listing {
  margin: 0;
}
.vc_row.post-listing {
  padding-top: 70px;
}

.accelerate .blog-listing-wrapper .post-listing .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.accelerate .blog-listing-wrapper .post-listing .post-item .blog-grid.grid-5.boxed {
  margin-bottom: 15px;
}
.accelerate.hs-blog-listing   .header-title{
  display: none;
}

.hs-blog-post .banner-area {
  display: none;
}
.hs-blog-post .header-title .content {
  padding-top: 80px;
}
.home-lay  .clients-logo.default {
  margin-bottom: 58px;
}

.home-lay .vc-bg-side-text.right {
  top: 45.5%;
}
.two-col-left-content .norebro-heading-sc {
  padding-bottom: 1px;
}
.home-lay .testimonial-item h4 {
  margin-bottom: 0;
}
.max-subs-content {
  padding-top: 25px;
}
.home-lay .two-col-img-aligmnt.left .two-col-img-aligmnt-inner {
  padding-top: 120px;
}


.home-lay .two-col-img-aligmnt.right .two-col-img-aligmnt-inner {
  padding-top: 120px;
  padding-bottom: 150px;
}
.two-col-img-aligmnt.right .page-center {
  position: static;
}

.two-col-img-aligmnt.right {
  position: relative;
}
.home-lay div#hs_cos_wrapper_widget_1545194187924 .two-col-left-content {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
div#hs_cos_wrapper_widget_1545212075424:after,
div#hs_cos_wrapper_widget_1545212009857:after {
  content: "";
  clear: both;
  display: block;
}
.feature-item-inner:hover .image-wrap img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.feature-item-inner .image-wrap img{
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.image-wrap {
  overflow: hidden;
  position: relative;
}

.two-col-img-aligmnt .span6.img img {
  max-width: 300px;
}
.our-values-con .our-values-content {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.seo-lay div#hs_cos_wrapper_widget_1545218248186 .two-col-img-aligmnt .span6.img img {
  max-width: 100%;
}
.seo-lay div#hs_cos_wrapper_widget_1545199789977  .two-col-img-aligmnt .page-center{
  position: static;
}

.seo-lay div#hs_cos_wrapper_widget_1545199789977  .two-col-img-aligmnt{
  position: relative;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.hs-blog-post  .page-container ,
.hs-blog-post  .page-center {
  max-width: 1200px !important;
}
@media screen and (min-width: 769px) {
  .scroll-top {
    right:30px;
    bottom: 30px
  }
}
@media (max-width: 1520px){
  .footer-container-wrapper {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1400px){

  .banner-area .title br {
    display: none;
  }
  
}
@media screen and (max-width: 1440px){
  .container-fluid .row-fluid .page-center,
  .page-container {
    max-width: 1226px;
  }
}
@media screen and (max-width: 1200px){
  .banner-area .norebro-heading-sc {
    width: 80%;
  }
}

@media (max-width: 1040px){
  .seo-lay .package-item:nth-child(4) {
    clear: left;
  }
  .blog-grid header img {
    height: 275px;
    object-fit: cover;
  }

  
  

}

@media screen and (max-width: 1024px) and (min-width: 768px){
  .container-fluid .row-fluid .page-center,
  .page-container {
    max-width: 898px;
  }
  .bar {
    width:70px
  }
  .banner-area .title {
    font-size: 46px;
    line-height: 56px;
  }
  .clients-logo-gr.clients-change {
    padding-bottom: 80px;
  }
  #site-wrapper {
    margin-left: 70px;
  }
  .banner-area .title {
    font-size: 46px;
    line-height: 56px;
  }

}
@media (max-width: 1024px) {

    @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) { 

    .max-logo img{
      margin-top: 0;
    }
    .custom-logo {
      padding: 15px 0;
    }
    
  }
 
  .blog-pagination {
    padding: 0 15px;
  }
  .max-header .page-center {
    padding: 0 25px  !important;
  }
  .max-header .page-center {
    line-height: inherit;
  }
  .body-container-wrapper {
    margin-top: 70px;
  }
  .max-subs-content {
    padding-top: 0;
  }
  .seo-lay .banner-area .norebro-heading-sc:after, .inb-mrk-lyt .banner-area .norebro-heading-sc:after {
    top: -120%;
    left: -25%;
  }
  .seo-lay .sec-1 {
    padding-top: 178px;
  }
  #masthead .menu-other, #masthead.header-6 .menu-other {
    position: static;
    padding: 0;
    width: auto;
    line-height: inherit;
    line-height: 70px;
  }
  #masthead .menu-other>li>a, #masthead.header-6 .menu-other>li>a {
    line-height: inherit;
  }

  .max-header {
    width: 100%!important;
    height: 70px;
    max-height: 70px;
    line-height: 70px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    left: 0;
    margin: 0;
    z-index: 999;
  }

  .row-fluid [class*="span"] {
    min-height: 0;
  }
  .fixed-sidebar-nav .bar-hamburger {
    display: none;
  }
  .max-header-social .hamburger-menu {
    display: block;
    line-height: 70px;
  }

  .hamburger-menu a {
    color: #6a3db8;
  }
  .max-header-social .hamburger-menu-gr {
    display: inline-block;
    margin-left: 5px;
  }
  .custom-menu-primary {
    background: rgba(48,48,48,.97);
    color: rgba(255,255,255,.6);
    width: -webkit-calc(100vw - 60px) !important;
    width: calc(100vw - 60px) !important;
    height: 100vh;
    text-align: left;
    font-size: 20px;
    line-height: 52px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999999;
    opacity: .2;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: .4s cubic-bezier(.45,0,.3,1);
    -o-transition: .4s cubic-bezier(.45,0,.3,1);
    transition: .4s cubic-bezier(.45,0,.3,1);
    -webkit-transition-property: opacity,visibility,left,right;
    -o-transition-property: opacity,visibility,left,right;
    transition-property: opacity,visibility,left,right;
    display: block;
  }

  .mobile-open .custom-menu-primary {
    left: 0;
    opacity: 1;
    visibility: visible;
    cursor: default
  }
  .mobile-open {
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: rgba(255,255,255,.6);
    padding: 0 60px 0 30px;
    line-height: 1.4;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: none;
    -webkit-transition: .05s ease-in-out;
    -o-transition: .05s ease-in-out;
    transition: .05s ease-in-out;
    -webkit-transition-property: background,color;
    -o-transition-property: background,color;
    transition-property: background,color;
    position: relative;
    font-size: 20px;
    font-weight: 600;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch >a{
    color: #fff;
  }



  .custom-menu-primary .hs-menu-wrapper > ul li a span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a span:before {
    content: '';
    background: currentColor;
    position: absolute;
    width: 102%;
    height: 1px;
    top: 52%;
    left: -1%;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a span:before,.custom-menu-primary .hs-menu-wrapper > ul li > a:hover span:before {
    display: block;
  }

  .fullscreen-navigation .close {
    left: 0;
    position: relative;
    line-height: 56px;
    color: #8e8e8f;
    padding: 10px 30px 5px;
    top: 0;
    right: 0;
    font-size: 26px;
  }

  span.ion-ios-close-empty {
    font-size: 26px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
  }

  .fullscreen-navigation .copyright {
    display: none;
  }

  .fullscreen-navigation .close:hover {
    color: #fff;
    opacity: 1;
  }

  span.ion-ios-close-empty:before {
    content: "\f2d7";
  }
  .image-wrap {
    min-height: 250px;
  }
  .image-wrap img {
    object-fit: cover;
    display: block;
    height: 250px;
  }
  .feature-item .content {
    padding: 20px;
  }







}
@media (max-width: 768px) {
  .bar {
    display: none;
  }
  #site-wrapper {
    margin-left: 0;
  }

}
@media (max-width: 991px) {
  
  .toggle .norebro-icon-grid {
    top: 30%;
  }
  table.toggle-post {
    margin-top: 100px;
  }
  .fbox {
    width: 100% !important;
    padding-bottom: 15px;
  }
  .vc_col-md-6 {
    width: 100%;
    float: none;
  }
  .site-footer .menu-other {
    padding-top: 40px;
  }
  .fbox > div {
    max-width: 400px;
  }
}
@media (max-width: 840px) {

  .header-title {
    height: 570px;
  }
  
  
}


@media screen and (min-width: 768px) {
  .blog-grid.grid-5 {
    width:100%;
    padding-left: 50px;
    margin-bottom: 45px
  }
  .accelerate .banner-area .norebro-heading-sc{
    padding: 0 15px;
  }
  .vc_col-sm-8 {
    width: 66.666%;
  }
  .blog-grid.grid-5 header {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    position: relative;
    float: left
  }

  .blog-grid.grid-5 header img {
    width: 100%
  }
  .vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
  }
  .max-clear:after {
    content: "";
    clear: both;
    display: block;
  }
  .blog-grid.grid-5 .content {
    min-height: 150px;
    padding: 0 0 0 50%;
  }
  .vc_col-sm-1\/5 {
    float: left;
    width: 20%;
  }
  .vc_col-sm-2\/5 {
    width: 40%;
    float: left;
  }
  .blog-grid.grid-5 h3 {
    font-size: 22px;
    margin-top: 0;
    display: block;
    clear: none
  }

  .blog-grid.grid-5 footer {
    margin-left: 0;
    margin-top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    left: 0;
    top: 0;
    text-align: right;
    position: absolute;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translateX(-100%) rotateZ(-90deg);
    -ms-transform: translateX(-100%) rotate(-90deg);
    transform: translateX(-100%) rotateZ(-90deg)
  }

  .blog-grid.grid-5.offset {
    width: 85%
  }

  .blog-grid.grid-5.right {
    padding-left: 0;
    padding-right: 50px
  }

  .blog-grid.grid-5.right header {
    float: right
  }

  .blog-grid.grid-5.right .content {
    padding: 0 50% 0 0
  }

  .blog-grid.grid-5.right footer {
    left: auto;
    right: 0;
    -webkit-transform: rotateZ(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotateZ(-90deg) translateY(-100%)
  }

  .blog-grid.grid-5.boxed {
    background: #f7f7f7;
    padding-left: 50px
  }

  .blog-grid.grid-5.boxed footer {
    padding: 0 20px
  }

  .blog-grid.grid-5.boxed .content {
    padding: 25px 30px 15px 50%
  }

  .blog-grid.grid-5.boxed.right {
    padding-left: 0;
    padding-right: 50px
  }

  .blog-grid.grid-5.boxed.right .content {
    padding-right: 50%;
    padding-left: 30px
  }
  .pricing-table {
    padding-left: 15px;
    padding-right: 15px;
  }



}

@media screen and (max-width: 767px) {
  
  .header-title .page-container {
    display: block;
    height: auto;
  }
  .banner-area.home-banner .button-group .vc_col-sm-4:first-child .btn {
    margin-bottom: 20px;
  }
  .blog-grid header img {
    height: auto;
  }
  .two-col-left-content .vc_row > div {
    width: 100% !important;
  }
  .home-lay .full-wd-content-bg {
    padding: 60px 0;
  }  
  .hs-blog-post .header-title .content {
    padding-top: 20px;
  }
  .home-lay .full-wd-content-bg .cta_button {
    margin-top: 0;
  } 

  .home-lay .two-col-img-aligmnt.left .two-col-img-aligmnt-inner {
    padding-top: 50px;
  }

  .home-lay .two-col-img-aligmnt.right .two-col-img-aligmnt-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-lay .two-col-img-aligmnt.right .img {
    margin-top: 0;
  }
  div#hs_cos_wrapper_widget_1545193949742 .two-col-left-content {
    padding: 60px 0;
  }
  div#hs_cos_wrapper_widget_1545193949742 .two-col-left-content .vc_row > div:first-child {
    padding: 0;
  }
  .blog-grid {
    margin-bottom:30px
  }
  .vc_row.post-listing {
    padding-top: 30px;
  }
  .contact-lyt .sec-1 {
    padding-bottom: 60px;
  }
  .accelerate .blog-listing-wrapper .post-listing .post-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    padding: 0;
  }
  .seo-lay .banner-area .norebro-heading-sc:after, .inb-mrk-lyt .banner-area .norebro-heading-sc:after {
    content:none;
  }
  input[type=submit], button, .btn, a.btn input.btn, a.button, span.button, div.button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-container-wrapper {
    padding-left: 0;
  }
  .bar {
    display:none
  }
  .toggle-post .content {
    width:auto;
    white-space: normal
  }
  .google-maps {
    position:relative
  }
  .toggle-post .image {
    opacity: 1
  }
  .contact-lyt .left-col input.hs-button.primary.large {
    width: 100%;
  }
  .pricing-group {
    padding-top: 40px;
  }

  .pricing-group .norebro-heading-sc {
    margin-bottom: 60px;
  }
  .contact-lyt .left-col {
    padding-bottom: 80px;
  }
  h1{
    font-size:40px;
  }
  .toggle {
    padding: 20px 0
  }

  .toggle .norebro-icon-grid {
    position: relative;
    top: 0;
    margin: 20px 0 20px -25px
  }
  .blog-grid.grid-5 {
    margin-bottom: 25px
  }

  .blog-grid.grid-5 footer {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0
  }
  .header-title {
    height:auto
  }

  .header-title .title-wrap {
    margin-top: 120px
  }

  .header-title .content {
    display: table-row;
    padding-top: 0
  }

  .header-title .page-container {
    height: 230px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 25px !important;
  }

  .header-title .wrap-container {
    padding: 0 0 40px
  }

  .header-title h1.page-title {
    font-size: 40px!important;
    line-height: 48px!important;
    padding: 0;
    word-break: break-all
  }

  .header-title.without-cap .content {
    padding-top: 20px
  }
  .banner-area .norebro-heading-sc {
    width: 100%;
    padding: 0;
  }

  .how-we-gr {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .how-we-gr h3.title {
    padding-bottom: 32px;
  }

  .how-we-gr  .vc_col-sm-4 {
    margin-bottom: 20px;
  }

  .our-values-con {
    padding-top: 60px;
  }


  .vc_row  > div {
    width: 100%;
  }

  .our-values-con .vc_column_container>.vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .our-values-gr.vc_row {
    padding-bottom: 40px;
  }

  .team-member-gr {
    padding-top: 30px;
  }

  .clients-logo-gr {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .clients-logo-gr .vc_column_container{
    padding-bottom: 0;
  }

  .clients-logo.default {
    text-align: center;
  }


  .call-to-action .content-center .wrap {
    width: 100%;
    display: block;
  }

  .content-with-btn .cta_button {
    float: none;
    margin-top: 15px;
  }
  .team-member-gr .vc_col-sm-3 {
    margin-bottom: 0;
  }

  .vc_column_container>.vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .how-we-gr .vc_row  {
    margin: 0;
  }

  .how-we-gr .vc_column_container>.vc_column-inner  {
    padding: 0;
  }
  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"],
  input[type="file"],
  textarea,
  select{
    max-width:100%;
  }

  .team-member.cover.column-2 .image-wrap,.team-member.cover.column-2 .cover-content,.team-member.cover.column-3 .image-wrap,.team-member.cover.column-3 .cover-content,.team-member.cover.column-4 .image-wrap,.team-member.cover.column-4 .cover-content,.team-member.cover.column-5 .image-wrap,.team-member.cover.column-5 .cover-content,.team-member.cover.column-6 .image-wrap,.team-member.cover.column-6 .cover-content {
    width:100%;
    float: left
  }
  .socialbar.boxed {
    clear:both
  }

  .socialbar.boxed a {
    height: 60px;
    line-height: 60px;
    clear: none
  }

  .socialbar.boxed a .social-text {
    display: none
  }

  .socialbar.boxed a .icon {
    opacity: 1;
    position: static
  }

  .banner-area {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .banner-area .title {
    font-size: 40px;
    line-height: 48px;
  }
  .container-fluid .row-fluid .page-center,
  .page-container {
    padding: 0 25px;
  }
  .max-footer .page-center {
    padding: 15px 25px 30px !important;
  }

  .fbox {
    padding: 0;
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .max-subs .hs-button {
    width: 100%;
  }
  .clients-logo-gr .wpb_text_column.wpb_content_element {
    margin-bottom: 50px;
  }

  .clients-logo-gr .vc_column_container:last-of-type  .clients-logo.default:last-of-type {
    margin-bottom: 0;
  }

  .clients-logo-gr .vc_column_container:last-of-type {
    padding-bottom: 40px;
  }
  .max-subs {
    padding-bottom: 40px;
  }

  .max-all > div {
    float: none;
    margin-top: 10px;
  }
  .banner-area.home-banner .norebro-heading-sc {
    padding: 0 25px;
    padding-top: 120px;
  }

  .banner-area.home-banner {
    height: auto;
    padding-bottom: 60px;
  }

  .banner-area.home-banner .norebro-heading-sc:after {
    display: none;
  }

  .clients-logo-gr.clients-change {
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .clients-logo-gr.clients-change .wpb_text_column.wpb_content_element {
    margin-bottom: 80px;
  }

  .vc-bg-lines.dark {
    display: none !important;
  }

  .services-gr .vc_col-sm-4 {
    margin-top: 60px;
  }

  .services-gr .vc_row,
  .two-col-left-content .vc_row {
    margin: 0;
  }

  .services-gr  .vc_column_container>.vc_column-inner,
  .two-col-left-content  .vc_column_container>.vc_column-inner {
    padding: 0;
  }

  .services-gr .vc_col-sm-4 + .vc_col-sm-6 {
    margin-top: 60px;
  }

  .services-gr .vc_col-sm-6 .vc_col-sm-6 {
    margin-bottom: 40px;
    margin-top: 0 !important;
  }

  .services-gr {
    padding-bottom: 60px;
  }

  .services-gr .vc_col-sm-6 .vc_col-sm-6:last-child {
    margin-bottom: 0;
  }

  .two-col-left-content .vc_row > div:first-child {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .two-col-left-content .vc_row > div:last-child img {
    margin: 0;
  }

  .two-col-left-content {
    padding-bottom: 60px;
  }

  .split-box .split-box-wrap .wpb_wrapper {
    padding: 60px 25px;
  }
  .split-box .split-box-wrap {
    padding: 25px!important;
    display: block;
    width: 100%;
  }
  .inb-mrk-lyt .sec-1 {
    padding: 1px 0 0;
  }
  .sucess-item-grp {
    padding-top: 11px;
    padding-bottom: 19px;
  }
  .sucess-item {
    width: 100%;
    border-right: 0;
    padding: 0px 25px 11px;
  }
  .marketing-feature-grp {
    padding: 30px 0 0;
  }
  .mark-feature-grp {
    padding: 20px 0 0;
    margin-left: 0;
    margin-right: 0;
  }  
  .feature-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 45px;
  } 
  .image-wrap img {
    height: auto;
    width: 100%;
  }
  .image-wrap {
    min-height: auto;
  }
  .feature-item .content {
    padding: 30px;
  }  
  .feature-item:last-child {
    margin-bottom: 25px;
  }
  .marketing-packages-grp {
    padding: 50px 10px 40px;
  }
  .package-item {
    width: 100%;
    margin-bottom: 31px;
  }

  .video-overlay-content .page-center {
    padding: 0 35px !important;
  }
  .video-overlay-content{
    padding: 75px 0 40px;
  }
  .video-overlay-content .content {
    padding: 60px 25px !important;
  }  
  .video-overlay-content .content h3 {
    margin-bottom: 20px;
  }
  .video-overlay-content .video-sec {
    padding-top: 50px !important;
  }

  .two-col-img-aligmnt-inner {
    padding: 30px 0 0;
  } 
  .two-col-img-aligmnt h2 {
    margin-bottom: 40px;
  }
  .align-item .content {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  } 
  .two-col-img-aligmnt.right .img {
    float: none;
    margin-top: 25px;
  }
  .two-col-img-aligmnt.right .two-col-img-aligmnt-inner {
    padding-bottom: 50px;
  }
  .full-wd-content-bg {
    padding: 30px 0;
  }
  .full-wd-content-bg .content {
    width: 100%;
    padding: 0;
  } 
  .full-wd-content-bg {
    padding: 31px 0 21px;
  } 
  .cm-testimonial-mdl {
    padding: 40px 0 60px;
  }
  .pricing-table {
    padding-left: 30px;
    padding-right: 30px;
  }

  .seo-lay .sec-1 {
    padding-top: 0;
    margin-top: -2px;
  }

  .seo-lay .sec-1 .align-item {
    padding-top: 0;
  }
  .seo-lay .sec-1 .align-item .img {
    padding-top: 0px;
  }
  .seo-lay .sec-1 .align-item .content {
    padding-top: 0;
  }
  .two-col-eql-content {
    padding-top: 20px;
  }
  .two-col-eql-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-wd-content {
    padding-top: 11px;
    padding-bottom: 0;
  }
  .full-wd-content .content {
    width: 100%;
    padding: 0 10px;
  }
  .full-wd-content {
    padding-top: 21px;
    padding-bottom: 0;
  }
  .two-col-right-content {
    padding-top: 31px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .two-col-right-content .col-1 {
    margin-bottom: 115px;
  }

  .seo-lay .sec-2 .align-item .content {
    padding-left: 0;
    padding-right: 10px;
  }












}

/* =============== Screen sizes smaller than .page-center =============== */


/* =============== Landscape tablet and smaller devices =============== */




/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .banner-area.home-banner {
    padding-top: 70px;
  }
  .seo-lay .banner-area .title {
    font-size: 39px;
  }
  .blog-grid header img {
    height: 275px;
  }
  .image-wrap {
    min-height: 200px;
  } 
  .image-wrap img {
    height: 200px;
  }
  .two-col-img-aligmnt .span6.img img {
    max-width: 100%;
  }
  .header-title .title-wrap {
    margin-top: 200px;
  }
  body.error-template.one-column .max-header,
  body.password-template.one-column .max-header, 
  body.subscription-template.one-column .max-header, 
  .search-page .max-header {
    min-height: 140px;
  }
  body.error-template.one-column .header-container ,
  body.password-template.one-column .header-container , 
  body.subscription-template.one-column .header-container , 
  .search-page .header-container {
    min-height: 140px;
  }
  body.error-template.one-column .body-container-wrapper ,
  body.password-template.one-column .body-container-wrapper , 
  body.subscription-template.one-column .body-container-wrapper , 
  .search-page .body-container-wrapper {
    margin-top: 0;
  }
  h2 {
    font-size: 34px;
  }



}










