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


/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

   1. BASE STYLES                                             

========================================================================== */


/*****************************************/
/* Variable    */
/*****************************************/

/* Colors */
















/* Typography */





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


/*****************************************/
/* Utility Class    */
/*****************************************/

.centertext {
  text-align: center; 
}
.lefttext {
  text-align: left;
}
.righttext {
  text-align: right;
}
.leftfloat {
  float: left !important;
}
.rightfloat {
  float: right !important;
}
.clear:after {
  clear: both;
  content: '';
  display: block;
}

body {
  background: #ffffff;
  color: #333;
  font-family: 'Signika Negative', sans-serif;;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

h1 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.m-0 {
  margin: 0 !important;
}
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}

.nm-rounded-btn {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(#45a6ff,#0e4d89);
  display: inline-block;
  padding: 18px 25px;
  min-width: 200px;
  text-align: center;
  border-radius: 60px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  font-size: 17px;
  border: 0;
  font-weight: bold;
}

.nm-rounded-btn--outline {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  border: 2px solid #333;
  font-weight: bold;
}

/* new */

.nm-transparent-btn a {
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #fff;
  padding: 18px 50px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}
.nm-square-btn, .nm-square-btn--rich a {
  color: #ffffff;
  text-transform: capitalize;
  background: linear-gradient(#4daaff,#174878);
  padding: 18px 50px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 500;
}

.nm-video-popup__content > img {
  width: 100% !important;
  height: auto !important;
}
.footer-logo {
    margin-bottom: 20px;
}
.nm-section__title-l2-hl {
    color: #48827c !important;
}

@media screen and (min-width: 768px){
 
.nm-nav .nm-menu-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul {
    min-width: 160px;
  }
}

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

.nm-container .widget-type-linked_image img {
    position: relative;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nm-main-nav {
    min-height: auto !important;
}
.nm-nav .row-fluid [class*="span"] {
    min-height: auto !important;
}
.nm-nav .nm-menu-wrap .hs-menu-wrapper {
    text-align: right;
    line-height: normal;
}
.nm-nav .nm-menu-wrap .hs-menu-wrapper ul {
    text-align: left;
}
.nm-nav .nm-menu-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: block;
    padding: 10px 20px;
    max-width: initial;
    text-overflow: unset;
    text-decoration: none;
}
.nm-nav .nm-menu-wrap .hs-item-has-children > ul {
    background: #ffffff;
}
.nm-nav .nm-menu-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto;
}

.nm-nav .nm-menu-wrap ul.hs-menu-children-wrapper a:hover, .nm-nav .nm-menu-wrap ul.hs-menu-children-wrapper .active a {
    background: #48827c;
    color: #ffffff;
}
.nm-nav .nm-menu-wrap .hs-menu-depth-1>.hs-menu-children-wrapper {
    transition: .4s linear all !important;
    transform: translateY(30px);
    box-shadow: 0px 0px 20px 3px rgba(80, 80, 80, 0.19);
    border-radius: 5px;
    z-index: 555;
}
.nm-nav .nm-menu-wrap  .hs-menu-depth-1:hover > .hs-menu-children-wrapper {
    transform: translateY(0px);
}
.nm-nav .nm-menu-wrap  .hs-menu-depth-1 > ul.hs-menu-children-wrapper:after {
    content: "";
    position: absolute;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 19px;
}
.nm-nav .nm-menu-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    box-shadow: 0px 0px 20px 3px rgba(80,80,80,0.19);
    right: -100%;
    top: 0;
    width: 100%;
    left: auto;
    transform: translateX(30px);
    transition: 0.4s linear all !important;
}
.nm-nav .nm-menu-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    transform: translateX(0);
}
.nm-nav .nm-menu-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper:after {
    content: "";
    position: absolute;
  border-right: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    top: 6px;
    z-index: 2;
}
/*Mobile Navigation*/
.nm-mobile-trigger span {
    background: #48827c none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: all 0.15s ease 0s;
    width: 100%;
}
.nm-mobile-trigger {
    cursor: pointer;
    display: none;
    margin: 0;
    position: absolute;
    width: 40px;
    right: 15px;
    top: 30px;
}
.nm-mobile-trigger span:nth-child(1) {
    margin: 0;
    width: 100%;
}
.nm-mobile-trigger.active span:nth-child(1) {
   transform: rotate(-45deg) translate(-8px, 5px);
    transition-delay: 0.2s;
    width: 100%;
}
.nm-mobile-trigger.active span:nth-child(2) {
    width: 0;
}
.nm-mobile-trigger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-8px, -5px);
    transition-delay: 0.2s;
    width: 100%;
}
.nm-mobile-trigger span:nth-child(3) {
    margin: 0;
}
.nm-child-trigger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hs-menu-depth-2 .nm-child-trigger {
    right: 8px;
    transform: translateY(-50%) rotate(-90deg);
}
.nm-menu-wrap {
    margin-top: 10px;
}
@media only screen and (min-width: 1001px) {
    .nm-nav .nm-menu-wrap .hs_cos_wrapper > .hs-menu-wrapper {
        display: block !important;
    }
    .nm-menu-wrap .hs-menu-depth-1:last-child a {
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 1000px) {
    .nm-nav .nm-menu-wrap .hs_cos_wrapper > .hs-menu-wrapper {
        display: none;
    }
    .nm-child-trigger {
        color: #ffffff;
        cursor: pointer;
        width: 20px !important;
        height: 20px;
        background: #48827c;
        text-align: center;
        line-height: 21px;
        font-size: 18px;
        z-index: 5555;
        transform: translateY(0);
        top: 9px;
    }
    .nm-nav .nm-menu-wrap .hs-menu-wrapper > ul {
        width: 100%;
    }
    .nm-mobile-trigger {
        display: block;
    }
    .nm-nav .nm-menu-wrap .hs-menu-wrapper > ul li {
        display: block;
        float: none !important;
    }
    .nm-menu-wrap {
        margin-top: 0;
    }
    .nm-nav .nm-menu-wrap .hs-menu-depth-1 > .hs-menu-children-wrapper {
        background: #f3f3f3;
        transition: .0s linear all !important;
        position: static !important;
        width: 100% !important;
        transform: translateY(0);
        box-shadow: none !important;
        border-radius: 0;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 555 !important;
    }
    .nm-menu-wrap {
        max-height: 300px;
        overflow-y: auto;
    }
    .nm-nav .nm-menu-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        background: #f3f3f3;
        box-shadow: none !important;
        right: 0 !important;
        top: 0;
        width: 100%;
        left: auto;
        transform: translateX(0)  !important;
        transition: .0s linear all !important;
        position: static  !important;
        opacity: 1 !important;
        visibility: visible  !important;
    }
    .hs-menu-depth-2 .nm-child-trigger {
        right: 10px !important;
        transform: translateY(0) rotate(0) !important;
    }
    .hs-menu-depth-1 > a {
        padding-left: 0 !important;
    }
}
/*****************************************/
/* Home Page Layout2 CSS    */
/*****************************************/

.nm-htext-video-section .nm-video-popup {
  transform: translateY(-100px);
}

.nm-video-popup__btn {
  line-height: 35px;
}

/* Brand Section Slider */
.nm-brand-hl2 {
  position: relative;
}

.nm-brand-hl2__box-slider {
  background: #f7fbff;
  border-radius: 0;
  bottom: -44px;
  display: block;
  float: none !important;
  left: 0;
  margin: 0 auto !important;
  max-width: 1170px;
  position: absolute;
  right: 0;
  z-index: 45;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* contact-us */

.nm-contact-form .nm-form-section__form {
    margin: 0 auto;
    max-width: 530px !important;
    width: 100%;
}


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

.what-we-do-section__wrap--m0 {
    margin-top: 0 !important;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nm-branch-wrapper {
    position: relative;
}

.nm-branch__content {
    position: relative;
    z-index: 25;
}

.nm-company-branches-section {
  text-align: center;
}

.nm-company-branches-section p {
  margin-bottom: 0px;
}

.nm-company-branches-section__branch {
  position: relative;
}

.nm-google-map-section iframe {
  display: block;
}

.nm-google-map-section iframe {
  width: 100%;
}
.nm-case-list-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.nm-case-wrapper {
    box-shadow: 0 0 15px 6px rgba(51, 138, 218, 0.25);
}
.nm-case__img {
    padding: 10px;
    position: relative;
/*     border-top-left-radius: 10px; */
    overflow: hidden;
/*     border-bottom-left-radius: 10px; */
}
.nm-case__img  img {
    width: 100% !important;
}
/* .nm-case__img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 144, 255, 0.2);
    z-index: 5;
    content: '';
} */
.nm-dark-section {
    background: #0b1428;
    border-radius: 10px;
    color: #fff;
}
.nm-case-detail-video .nm-container {
    padding: 0;
}
.nm-case-detail-video .nm-video-popup__content {
    display: block;
}
.nm-case-detail-video .nm-video-popup__content > img {
    border-radius: 10px;
    max-width: auto !important;
    width: 100%;
}
.nm-case-detail-img-txt img {
    border-radius: 10px;
    width: 100% !important;
}
.nm-case-detail-space {
    margin-bottom: 70px;
}
.nm-form-section__content h4{
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.nm-form-section__content p{
  line-height: 1.95;
}

.nm-contact-form-section{
  max-width: 60%;
  float: right !important;
}
.nm-form-section__form fieldset{
  max-width: 100% !important;
}
.nm-form-section__form, .nm-form-section__content{
  width: 100%;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nm-vedio-section__wrapper img{
  height: auto !important;
}
.nm-vedio-section__wrapper {

    text-align: center;
}
.nm-team-d-image img, .nm-team-d-video .nm-video-popup__content > img  {
    border-radius: 10px;
}
.nm-team-d-designation {
  color: #48827c;
    font-weight: bold;
    font-size: 15px;
}
.nm-team-d-title {
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
}
.nm-team-d-video .nm-container {
    padding: 0;
}

.nm-team-d-sticky {
    position: sticky;
    top: 120px;
}
.hs-error-msgs {
    color: #dc3545;
    font-size: 11px;
    line-height: 15px;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.inputs-list {
    padding: 0;
    list-style: none;
    margin: 10px 0;
}
.hs-form-field > label {
    margin-bottom: 5px;
    display: inline-block;
}
fieldset {
    max-width: 100% !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    background:#48827c;
    display: inline-block;
    padding: 18px 25px !important;
/*     min-width: 200px; */
    text-align: center;
    border-radius: 60px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    font-size: 17px;
    border: 0;
    font-weight: bold;
    margin: 20px 0;
}
.hs_submit input[type="submit"] {
    min-width: 200px;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}
input:focus, select:focus {
  outline: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0 10px 0 0;
    padding: 10px;
    display: inline-block;
    height: 16px;
    width: 16px !important;
    vertical-align: middle;
}
.nm-service__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.nm-service-listing {
  box-shadow: 2px 2px 19px #f3f3f3;
  padding: 20px;
}

.nm-service-listing__text {
  text-align: justify;
}

.nm-service-brand {
  background: #efefef;
}

.centertext.mb-10.nm-service-listing {
  background-color: #e6e6e6;
  border-radius: 0.625rem;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* hero-section */
.nm-hero-section__content {
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
}
.nm-hero-section__bg-img:after{
  background-color: red;
}
.nm-hero-section__content h1 {
    padding-bottom: 10px;
    font-size: 55px;
}
/* nm-explore-section */
.nm-explore-section__icon{
  text-align: center;
    margin-bottom: 20px;
}
.nm-explore-section__icon img{
   width: 100%;
   max-width: 63px !important;
   height: auto !important;
}
.nm_new_feature_section h1{
  color: #ffffff;
}

/* nm-content-vedio-section */
.nm-content-vedio-section__content h3 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.nm-content-vedio-section__content, .nm-content-vedio-section__vedio{
    width: 100%;
    max-width: 45%;
}
.nm-content-vedio-section__vedio{
  float: right !important;
}

/* nm-reg-form-section */
.nm-reg-form-section.nm-section{
  padding-top: 0px;
}
.nm-reg-form-section__form-wrapper {
    width: 100%;
    max-width: 820px;
    margin: 0 auto !important;
    float: none !important;
    background-color:;
    padding: 50px;
    border-radius: 12px;
}

.nm-reg-form-section__form p{
  line-height: 1.95;
}
.nm-reg-form-section__form fieldset{
  max-width: 100% !important;
  margin: 16px 0 !important;
}
.nm-reg-form-section__form input{
  max-width: 100% !important;
  padding: 16px 20px !important;
  margin: 6px 0px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  color: #000000;
}
.nm-reg-form-section__form input[type="submit"]{
  color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(#45a6ff,#0e4d89);
    display: inline-block;
    min-width: 200px;
    max-width: 100% !important;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nm-reg-form-section__form .hs-form-required {
   display: none;
}  

.nm-reg-form-section__form select{
  padding: 15px 10px !important;
}
.nm-reg-form-section__form ul li span{
margin-left: 10px;
}

.nm-reg-form-section__form{
  color: #ffffff;
}

.nm-reg-form-section__form .hubspot-link__container.sproket {
    margin-top: 25px;
    padding-bottom: 0px !important;
} 
.nm-reg-form-section__form .form-columns-2 .input{
  margin-right: 23px !important;
}
.nm-reg-form-section__form .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}
.nm-reg-form-section__form .form-columns-1 .input {
    margin-right: 0px !important;
}
.nm-reg-form-section__form li {
    color: #fff;
}

/* nm-Nego-google-map-section */
.nm-event-location-section iframe {
   width: 100%;
   display: block;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nm-testimonial-section p {
  text-align: center;
}
.nm-team-list-section  {
    padding-bottom: 40px;
}
.nm-team-list-section .nm-team__list {
    margin-bottom: 60px;
}
/* choose_us_section */
.nm-choose-us-section{
  color: #ffffff;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* project-section */

.center .nm-project-section__slide::after {   
    background: #42CCED;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* new-feature-section */

.nm-new-feature-section h1{
color: #ffffff;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*   client-section */

.nm-client-section__slider{
  background: #ffffff;  
}

.nm-client-section__slider .owl-dot.active span{
    background: #379DFB !important;
}
.nm-client-section__slider .owl-dot span {
border: 3px solid #379DFB;
  background: #ffffff !important;
}
 .nm-client-section__content_wrap h6{ 
   color: #48827c;
}



/*   end */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* video-popup-section */
.nm-story-section p{
  margin-bottom: 50px !important;
}

.nm-story-section .nm-video-popup__btn {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #ffffff;
   background: transparent;

}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* contact-us */

.nm-form-section__form input[type="submit"]{
    color: #fff;
    background: #48827c;
}

/* end */

/* ----------------------------------------------------------------------------------------------------------------------------- */

/* team-slider */

.nm-client-section__content-wrap {
    background: #1E2637;
    color: #ffffff;
}
.nm-client-section__content-wrap h6{
  color:#48827c;
}

.nm-client-section__slider .owl-prev,
.nm-client-section__slider .owl-next {
  background: #48827c !important;
}

/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* time-counter */
.time_counter__count{
  color: #48827c;
}

/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* social sharing icon css */

.nm-social-sharing-icons a {
    background: linear-gradient(#15a9e4,#0656a5);
    height: 37px !important;
    width: 39px !important;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    margin: 5px 5px 5px 0px;
}
.nm-social-sharing-icons img{
  height: 19px !important;
  width: 17px !important;
}

/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

.nm-br-banner__img:after {
  background: #ffffff;
}
.nm-br-banner__form .hs-error-msgs {
  color: #dc3545;
}
.nm-br-banner__form .input input[type="text"],
.nm-br-banner__form .input input[type="email"],
.nm-br-banner__form .input input[type="url"],
.nm-br-banner__form .input input[type="password"], 
.nm-br-banner__form .input input[type="search"], 
.nm-br-banner__form .input input[type="number"],
.nm-br-banner__form .input input[type="tel"],
.nm-br-banner__form .input input[type="range"],
.nm-br-banner__form .input input[type="date"],
.nm-br-banner__form .input input[type="month"],
.nm-br-banner__form .input input[type="week"],
.nm-br-banner__form .input input[type="time"], 
.nm-br-banner__form .input input[type="datetime"],
.nm-br-banner__form .input input[type="datetime-local"],
.nm-br-banner__form .input input[type="color"],
.nm-br-banner__form .input textarea,
.nm-br-banner__form .input select {
  border-bottom: 1px solid #333;
}

.nm-br-banner__form input[type="submit"] {
  color: #ffffff;
}

/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* Background Shape Card CSS */
.nm-bg-card {
  color: #ffffff;
}
/*  end */

/* ----------------------------------------------------------------------------------------------------------------------------- */

/* Video Popup CSS */
.bloglisting__content h3 a {
  color: #0b1428;
}
.nm-video-popup__btn {
  background-color: #48827c;
}
/* end */

/* ----------------------------------------------------------------------------------------------------------------------------- */

/* CTA Section l2 CSS */
.nm-cta-l2__wrap {
  color: #ffffff;
}
.nm-cta-l2__btn svg {
  fill: #ffffff;
}

.nm-team__info {
  color: #ffffff;
}
.nm-team__social-item a {
  background-color: #ffffff;
}
.nm-l2-tl__info, .nm-team-list-l2-section {
  color: #ffffff;
}
 .nm-team-list-l2-section a{
    color: #ffffff;
}

/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* blog slider banner */

.nm-blog-slider .owl-prev, .nm-blog-slider .owl-next {
    background:  #ffffff;
  
}
/* end */
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  

/* ebook hero section */
.nm-hero-section__ebook-text span, .nm-hero-section__ebook-heading h1{
  color:#ffffff !important;  
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* faq section */
.nm-accordion__item button {

    background: #ffffff !important;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* gallery section */
.nm-gallery__tab li .active{
   color: #ffffff;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* keep in touch */
.nm-join-us-section__heading span {
  color:#48827c;
}
.nm-join-us-section__bg-image .hs-button{
  color: #ffffff;
}

/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* landing page 1 banner */
.nm-hero-section{
  color: #ffffff;
}
.nm-hero-section__event-wrapper{
   
    border: 2px solid #ffffff;
}
.nm-hero-section__event-registration {
   border-bottom: 1px solid #ffffff;
  
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* latest news section */
.nm-news-section__read-button p {
     color: #48827c;
}
.nm-news-section__hover-date p{
   color: #ffffff;
}
.nm-news-section__hover-date a{
    color: #ffffff;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* pricing section */
.nm-pricingtable__column {
  background: #ffffff;
}
.nm-pricingtable__btn_wrapper a {
  color:#ffffff;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* query section */
.nm-query-section__text p{
   color: #ffffff;
}
.nm-query-section__contact-us-btn a {
    color:#ffffff;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* service section */
.nm-service-section__content a{
  color: #48827c;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* service video section */
.nm-vedio-section__text p{
  color: #ffffff;
}

.nm-vedio-section__popup-button {
	
    border: 2px solid #48827c;
    
    background-color: #48827c;

}
/* end */

/* ----------------------------------------------------------------------------------------------------------------------------- */

/* team detail */
.nm-tdsocial__item:hover a svg {
    fill:  #ffffff;
}
.nm-tdsocial__item:hover {
    background: #48827c;
}
li.nm-tdsocial__item {
  
    border: 1px solid #48827c;
}
.nm-tdsocial__item a svg {
    fill:#48827c;
}

/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */
  
/*   team slider */

.nm-client-section__slider .owl-prev::before {
   
    background:#ffffff;
}
.nm-client-section__slider .owl-next::after {
  
    background:#ffffff;
}
.nm-client-section__slider .owl-next::before {
    
    background: #ffffff;
}
/* end */
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* ebook hero section */

.nm-hero-section__ebook-buy-now-btn a:hover, .nm-hero-section__ebook-view-detail-btn a:hover{
  background-color: #E5B43F !important;
}
/* end */
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nm-htext-video-section .nm-video-popup { 
  transform: translateY(-100px); 
}

.nm-professional-team .nm-client-section__slider{
  padding : 0;
}
.professional-hero-section__bg{
   top: -28px;
    padding-top: 100px;
}
/* professional-hero-section */

.professional-hero-section__bg:after{ 
  background-color: #000000;
}
.professional-hero-section__text {
  color: #ffffff;
}
.professional-hero-section__vedio-button {  
  background-color: #48827c;
}
 
/*  service-section  */
.service-section{
  padding: 100px 0px 40px 0px !important;
}
.service-section__box {
    box-shadow: 2px 2px 28px #e1e1e4;
    position: relative;
    padding: 30px;
    margin-bottom: 60px;
}
.service-section__box-image {
    position: absolute;
    top: -23px;
    bottom: 0;
    right: auto;
    left: 30px;
    background-color: #48827c;
    display: block;
    max-width: 47px;
    max-height: 47px;
    padding: 10px;
    border-radius: 6%;  
}
.service-section__content{
    margin-top: 30px;
}
.service-section__box-heading {
   font-size: 19px;
   font-weight: bold;
   margin: 12px 0px;
   text-transform: uppercase;
}
  .service-section__content-2 {
    margin-top: 68px !important;
}
/*  end of service-section  */

/* Other-services-section */
.Other-services{
  background: #f5f7fa
}
.Other-services__wrapper-2 {
    padding-top: 100px;
}
.Other-services__image-wrapper__img{
  text-align: center;
}
.Other-services__content-heading{
 font-size: 35px;
 font-weight: bold; 
 padding-top: 15px;
}
.Other-services__content-text{
  padding: 12px 0px;
}
.Other-services__content-button{
  padding-top: 25px;
}
.Other-services__content-button span{
 padding-top: 40px;  
}
.Other-services__content-button a:hover {
  background: linear-gradient(#45a6ff,#0e4d89) !important;
}
.Other-services__content-article span{
  text-transform: uppercase;
  font-size: 15px;
  color:  #363c46;
  font-weight: bold;
  letter-spacing: 1.4px;
}
 .Other-services__content-article{
  position: relative;
}
 .Other-services__content-article:after {
    position: absolute;
    content: "";
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #363c46;
    width: 52px;
}
.Other-services__content {
    padding: 50px 0px;
}
.Other-services__image-wrapper__img img{
  border-radius: 2%;
  box-shadow: 2px 2px 28px #5f5f63;
}
.Other-services__image-wrapper{
  position: relative;
}
.Other-services__image-wrapper__text-1, .Other-services__image-wrapper__text-2{
  font-size: 17px;
  font-weight: bold;
  padding: 18px;
  box-shadow: 2px 3px 60px #d0d0e2;
  border-radius: 10px;
  max-width: 67%;
  position: absolute;
  top: auto;
  background: #fff;
  bottom: -35px;
}
.Other-services__image-wrapper__text-1{
  left: 28%;
  right: auto;
}
.Other-services__image-wrapper__text-2{
  right: 169px;
}

/* team-section */
.team-section__team-member-image::after {
  background-color: #48827c;
}
.team-section__team-member-name p {
   color:  #48827c;
}

/* professional-services__sponsors */
.professional-services__sponsors{
  padding: 45px;
}
/* professional-services__map */
.professional-services__map iframe{
  width: 100% !important; 
  display: block;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Nego-service-section-2 */
 @media only screen and (max-width: 1200px){
/*  nm-join-us-section  */
   .nm-join-us-section__circular-icon1 {
    display: none;
  }
   .nm-join-us-section__circular-icon2 {
    display: none !important;
  }
   
   /*  hero-section of professional landing page  */
  .professional-hero-section__form-wrapper {
      width: 100%;
  }
}

}

@media only screen and (max-width: 1008px){
  
  .nm-new-feature-section__content-wrap {
    width: 68%;
    display: inline-block;
}
  .nm-new-feature-section__button-wrap {

    width: 30%;
    display: inline-block;
    vertical-align: top;
    line-height: 95px;

}
  
}


@media only screen and (max-width: 992px) {
.nm-br-banner__title {
    font-size: 45px;
    margin-top: 23px;
}
   .nm-bgtwo__img {
    top: 50px;
}
  .nm-bgtwo__img img {
    max-width: 355px;

}
.nm-bgtwo__content {
    flex: 0 0 47%;
}  
  .nm-bgtwo__content h2 {
    font-size: 40px;
}
  
/*   Nego-Query-section  */
 
    .nm-query-section__text.ml-60 {
        margin-left: 0px !important;
    }
  .nm-query-section__content.nm-row{
     display: block;
   }
   .nm-query-section__contact-us-btn {    
     margin-top: 40px;
     width: 100%;
  }
  .nm-query-section__content{
    text-align: center;
  }  
  .nm-l2-tl__content, .nm-l2-tl__wrap {
    flex: 0 0 100%;
  }
  .nm-l2-tl__content {
    margin-bottom: 20px;
  }
   /*  eBook-detail-section */
  .eBook-detail-section__image img{
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  
  .nm-content-heading h2 {
    text-align: center;
  }
  .nm-rounded-btn {
    padding: 10px 15px;
  }

  .hero-heading h1 {
    font-size: 45px;
    text-align: center;
  }
  .nm-square-btn a {
    padding: 15px 20px;
    font-size: 15px;
    cursor: pointer;
  }
  
/*   homepage-one */
  .what-we-do-section__column {
    margin-bottom: 40px;
  }
  .about-us__content {
    padding-left: 0 !important;
    margin-top: 30px;
  }
  .nm-banner-section h1 {
    font-size: 60px;
    line-height: 64px;
    padding: 10px;
  }
  .nm-banner-section p {
    padding: 0 45px;
    width: auto;
  }
  .nm-banner-section__content-wrap {
    position: static !important;
    transform: translateY(0);
  }
  .nm-new-feature-section__content-wrap {
    width: auto !important;
    display: block;
  }
  .nm-new-feature-section__button-wrap {
    width: auto;
    display: block;
  }
  .nm-new-feature-section h1 {
    font-size: 40px !important;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .nm-download-ebook-section__content h2 {
    margin-top: 0;
    line-height: 40px;
  }
  .nm-download-ebook-section__content {
    padding-bottom: 60px;
  }
  
/*   homepage-two */
  
  .nm-hservice-section__quote .centertext {
    text-align: left;
  }
  .nm-bg-card {
    margin-bottom: 30px;
  }
  .nm-bgtwo .nm-justify-between {
    padding-bottom: 70px;
  }
  .nm-bgtwo__content .mb-60 {
    margin-bottom: 0 !important;
  }
  .nm-bgtwo__img {
    display: none;
  }
  .nm-bgtwo__content {
    flex: auto;
  }
  .nm-team__list {
    flex: 0 0 48%;
    margin-bottom: 15px;
    margin-right: 0;
  }
 .nm-video-popup__content img {
    height: auto;
  }
  .nm-form-section__form, .nm-form-section__content {
   display: block;
    max-width: 100%;
  }
.nm-form-section__content-wrapper {
  display: block;
  }
  .nm-brand-hl2__box-slider {
    position: static;
  }
  
/*   content-form-section */
  .nm-form-section__form, .nm-form-section__content {
     max-width: 100%;
   }
   .nm-form-section__form {
      margin-top: 20px;
   }
  .hs_cos_wrapper {
    width: 100%;
   }

/*   end */
 
  .footer-container-wrapper ul {
    position: static !important;
  }
  section.nm-br-banner::after {
    left: 0;
    right: 0;
    width: 100%;
  }
  
/*   homepage-2 banner */

  .nm-col.nm-br-banner__img, .nm-br-banner__content {
    flex: 0 0 100%;
  }
  .nm-col.nm-br-banner__content {
    margin-top: 65px;
  }
  .nm-br-banner {
    padding: 50px 0;
    position: relative;
  }
  .nm-htext-video-section .nm-video-popup {
    transform: translateY(0);
  }

/*    hero-section   */
   
  .nm-hero-section__img {
    padding: 100px 15px;
  } 
  .hero_heading h1 {
    font-size: 55px;
    text-align: center;
    line-height: 1.2;
  }
  .nm-section {
    padding: 25px 0px;
  }
   
/*  nm-service-section  */
   
   .nm-service-section__service {
     max-width: 100%;
     padding: 30px 15px;
   }
   .nm-service-section__service:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
  .nm-service-section__service:nth-child(n+4) {
    border-top: none;
  }
   
/*  nm-query-section    */
   
   .nm-query-section__content .ml-60 {
    margin-left: 0px !important;
  }
   .nm-query-section__image{
     padding: 30px 0px;
   }
   .nm-service-section__service img {
     width: 100%;
     max-width: 130px;
     height: auto;
  }
   .nm-query-section__text p {
    font-size: 35px;   
  }
 
    /*  nm-form-section  */
   
   .nm-form-section__form, .nm-form-section__content {
     max-width: 100%;
   }
  .hs_cos_wrapper{
    width: 100%;
   }
  
  /*   faq-page */
  .nm-accordion__item button {
    font-size: 14px;
  }
  /*   end */
    /* nm-form-section */
    .nm-form-section .nm-form-section__content {
      max-width: 100%;
    }
    .nm-form-section__form {
      max-width: 100%;
      float: none !important;
    }
     .nm-section__title-l2 h2 {
      font-size: 40px;
    }
    .nm-section__title-l2 h2 {
      margin-bottom: 45px;
    }
    /*   feature-section  */
    .nm-feature-section__feature {
      max-width: 100%;
      padding: 25px;
      text-align: center;
    }
    .nm-feature-section__feature-icon, .nm-feature-section__feature-description {
      max-width: 100%;
    }
    .nm-feature-section__feature-description {
      margin-top: 25px;
    }
   
    /*   video-section  */  
    .nm-vedio-section__content {
      max-width: 100%;
    }
    .nm-join-us-section__heading h1 {
      font-size: 45px;
    }
   
    /* nm-join-us-section */
   .nm-join-us-section__bg-image {
     max-width: 100%;
     padding: 0px;  
   }
   .nm-join-us-section__heading h1 {
       line-height: 1.3;
    }
  .nm-join-us-section {
    padding-bottom: 55px;
  }
  
  /*   team-slider */
  .nm-client-section__slider .owl-prev, .nm-client-section__slider .owl-next {
    right: 0 !important;
  }
   .nm-client-section__slider .owl-prev, .nm-client-section__slider .owl-prev {
    left: 0 !important;
  }

  /*  about us 2 team */

  .nm-client-section__inner {
    margin: 10px;
  }
  /*   end */
  .nm-skill-section__content {
    flex: 0 0 100%;
  }
  
  .nm-l2-tl__listing {
    flex: 0 0 100%;
    margin: 0 auto 25px;
    max-width: 320px;
  }
  
  /*  Team Detail Page */
  .nm-team-d-sticky {
    position: static;
    top: 0;
  }
  .nm-tdsocial__list {
    justify-content: flex-start !important;
  }
  /*  End of Team Detail Page */
  
    .nm-case-detail-space {
        margin-bottom: 40px;
    }
    .nm-case-detail-img-txt img {
        margin-bottom: 40px;
    }
    .nm-dark-section img {
        width: 100% !important;
        margin-bottom: 40px;
    }
  .nm-company-branches-section__branch {
    margin-bottom: 50px;
    }
   .nm-event-wrapper .nm-section {
     padding: 60px 0px;
   }
   .nm-event-wrapper h1 {
    font-size: 40px !important;
  } 
  /*  hero-section  */
   .nm-section-content {
    max-width: 90%;
   }
  .nm-content-vedio-section__content, .nm-content-vedio-section__vedio {
    max-width: 100%;
  }
   .nm-content-vedio-section__content {
    padding-bottom: 40px;
  }
   .nm-hero-section__event-wrapper {
      padding: 30px 10px;
   }
   .nm-hero-section__registration-wrapper {
     max-width: 55%; 
   }
   .nm-hero-section__event-registration-button {
     max-width: 43%;
   }
   
/* nm-speakers-section  */
   .nm-team__list {
    flex: 0 0 46%;
    margin: 0 auto;
    margin: 15px auto;
   }
   .nm-team .nm-team__list:nth-child(4n) {
     margin-right: auto;
   }
   
/* nm-reg-form-section    */
   .nm-reg-form-section.nm-section {
    padding-top: 0px;
  }
   
   /* nm-news-section */
   .nm-news-section__news-wrapper {    
    max-width: 80%;
     margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  
  /*   gallery-page */
  .nm-gallery__img_wrap {
    width: 48%;
  }
  /*   end */
  /* Blog Responsive CSS */
  .post-item {
    flex: 0 0 100%;
  }
  .nm-blog-slider__content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .post-header h2 {
    font-size: 25px;
    line-height: 30px;
  }
  blockquote {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 20px;
    padding: 15px 20px;
  }
  /* End of Blog Responsive CSS */
  
  /*  commom-css  */
  .ebook-Wrapper .nm-section {
      padding: 60px 0;
  } 
/* eBook-hero-section  */
 .nm-hero-section__img-wrapper {
    display: flex;
    flex-direction: column-reverse; 
  }
   .nm-hero-section__ebook-content, .nm-hero-section_ebook-image {
    max-width: 100%;
  }
    .nm-hero-section_ebook-image {
     padding-top: 50px;
  }
  .nm-hero-section__ebook-heading h1 {
    font-size: 40px !important;
  }
    .nm_new_feature_section h1 {
      font-size: 40px !important;
  }
   .eBook-detail-section__icons {
      padding-bottom: 15px;
  }
/* eBook-form-section nm-section   */
    .eBook-form-section__form-wrapper {
      padding-top: 45px;
  }
  .eBook-detail-section__image img {
    float: none !important;
  }
  .eBook-detail-section__image {
   text-align: center;
  }
   .nm-section-content {
    max-width: 100%;
  } 
  /*  professional-hero-section  */
  .professional-hero-section__content, .professional-hero-section__form { 
    flex: 0 0 100%;
  }
  .professional-hero-section__form {
    padding-top: 60px;
  }
/*  Other-services-section */
  .Other-services__wrapper-2 {
    padding-top: 0px;
  }
  .Other-services__content-2.Other-services__content{
    padding-top: 0px;
  }
}

@media only screen and (max-width: 560px){
   .nm-hero-section__registration-wrapper, .nm-hero-section__event-registration-button {
    max-width: 100% !important;
  }
   .nm-hero-section__registration-wrapper {
     padding-bottom: 15px;
  }
   .nm-hero-section__event-date p {
    font-size: 23px;
  }
}

@media only screen and (max-width: 480px){
  .nm-team {
    display: block;
  }
  .nm-team__list {
    flex: auto;
  }
  .nm-blog-filter__option {
    min-width: 196px;
  }
/*   end */
/*   content-form-section */
  .nm-form-section__form .form-columns-2 .input {
        margin-right: 0px !important;
  }
/*   end */
  .what-we-do-section__wrap { 
    margin-top: 0 !important;
  }
  .nm-company-branches-section__branch {
    margin: 55px 0px;
  }
  /* nm-company branches -section */
  
   .nm-company-branches-section .nm-section__title-l2 h2 {
      margin-bottom: 0px;
  }
  
  /*  nm-join-us-section  */
     .nm-join-us-section__form {
      margin-top: 55px;
  } 
     .nm-join-us-section__bg-image .hs_email {
      max-width: 100%;
  }
     .nm-join-us-section__bg-image .hs_submit {
      text-align: right;
  }     
     .nm-join-us-section__bg-image form {
      display: block;
      justify-content: end;
  }
     .nm-join-us-section__bg-image .hs-submit {
        margin-top: 74px;
        text-align: center;
        max-width: 100%;
  }
  .nm-vedio-section__popup-button {
    height: 35px;
    width: 35px;
    line-height: 25px;
  }
  .nm-vedio-section__text p {
    font-size: 12px;
  }
  .nm-vedio-section__content {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .nm-vedio-section__popup-button img {
    width: 15px;
  }
  .nm-event-wrapper .nm-container {
     max-width: 1170px;
  }
  /*  hero-section  */
   .nm-hero-section__registration-wrapper {
    max-width: 100% !important;
  }
  .nm-event-wrapper .nm-container {
     max-width: 100%;
  }
   .nm-event-wrapper h1 {
    font-size: 35px !important;
    line-height: 1.4;
  }
      
/*  nm-speakers-section   */
  .nm-speakers-section .nm-team__list {
    flex: 0 0 80%;
  }
   
/*  nm-section-content  */
  .nm-section-content h2 {
    font-size: 30px;
  }
  .nm-section-content{
    max-width: 100%;
    padding-bottom: 20px;
  }
   
/*  nm-content-vedio-section  */
   .nm-content-vedio-section__content, .nm-content-vedio-section__vedio {
     max-width: 100%;
  }
   .nm-content-vedio-section__content {
     padding-bottom: 32px;
  }
  .nm-content-vedio-section__content h3 {
     font-size: 25px; 
  }
   
    /*  nm_new_feature_section__inner_wrap */
   .nm_new_feature_section {
     padding: 0px 15px;
  }
   .nm_new_feature_section__content_wrap, .nm_new_feature_section__button_wrap {
     display: block;
     width: 100%;
  }
   
/*  nm-form-section   */
  .nm-reg-form-section__form .form-columns-2 .input {
      margin-right: 0px !important;
  }
   .nm-reg-form-section__form-wrapper {
     padding: 25px;
  }
   .nm-news-section__news-wrapper {
     max-width: 90%; 
  }
  
/*   gallery-page */
  
  .nm-gallery__img_wrap {
    width: 100%;
  }
/*   end */
  
  /*  hero-section  */
   .nm-hero-section__ebook-heading h1 {
    font-size: 35px !important;
  }
  .nm_new_feature_section h1 {
      font-size: 35px !important;
  }
  .nm-section-content__wrapper h2 {      
    font-size: 30px;
  }
/*  ebook-collection  */
   .eBook-collection-section__heading {
    font-size: 30px;
  }   
/* eBook-hero-section  */
   .nm-hero-section__ebook-buy-now-btn, .nm-hero-section__ebook-view-detail-btn a {
      max-width: 191px !important; 
  }  
  .professional-hero-section__text h1 {
    font-size: 35px;
  }
  .nm-section-content h2 {
    font-size: 32px;
  } 
  .Other-services__content-heading {
    font-size: 26px;
  } 
  .professional-hero-section__vedio-button {  
    max-width: 52px;
    height: 52px !important;   
    line-height: 41px;
  }
  .professional-hero-section__vedio-link {
    top: 35%;
    left: 40%;
  }
  .professional-hero-section__vedio {
    padding: 10px;
  }
}

@media only screen and (max-width: 379px) {
  
/*  homepage-one */
.nm-banner-section h1 {
    font-size: 44px;
    line-height: 53px;
    padding: 10px;
  }
/*   end */
  
  .nm-square-btn a {
    padding: 18px 20px !important; 
  }
  /* hero-section  */
  .nm-hero-section__event-date {
    max-width: 77%;
  }
  
/*  nm-form-section  */
  .nm-reg-form-section__form input[type="submit"] {
    min-width: 100%;
  }
  
  /* eBook-hero-section */
   .nm-hero-section__ebook-buy-now-btn, .nm-hero-section__ebook-view-detail-btn a {
      max-width: 150px !important; 
  }
}
/* ==========================================================================

    1: BASE STYLE
    2: TYPOGRAPHY
    3: HEADER
    4: HAMBURGER NAVIGATION MENU
    5: PAGES
        5.1: HOMEPAGE
        5.2: TECHNOLOGIES PAGES
        5.3: FIELDS OF WORK PAGES
        5.4: SERVICES PAGES
        5.5: L3 PAGES
        5.6: WHAT WE DO PAGE
        5.7: WERKEN BIJ PAGE
        5.8: VACATURE PAGES
        5.9: VACATURES PAGE
        5.10: UPCOMING EVENTS LISTING PAGE
        5.11: UPCOMING EVENT DETAIL PAGE
        5.12: GENERAL TERMS
        5.13: DOWNLOAD EBOOK LANDING PAGE
    6: BLOG
        6.1 BLOG LISTING PAGE
        6.2 BLOG POST
        6.3 CREATE BLOG POST
    7: BODY
    8: FOOTER
    9: BOTTOM FOOTER
    10: SLIDERS
    11: BUTTONS
    12: IMAGES
    13: FORMS
    14: CONTACT PAGE
    15: GOOGLE MAP
    16: OMB PAGE TEMPLATE L1
    17: SOCIAL SHARING
    18: BREADCRUMB MENU
    19: STICKY BANNER
    20: WHATSAPP WIDGET
    21: SEARCH FIELD
    22: SEARCH RESULTS PAGE
    23: UPCOMING EVENTS LISTING
    24: GLOBAL BANNERS
    25: MEDIA QUERY: MAX-WIDTH: 1600px (LANDSCAPE)
        25.1 HAMBURGER NAVIGATION MENU 
    26: MEDIA QUERY: MAX-WIDTH: 1170px
    27: MEDIA QUERY: MAX-WIDTH: 767px
    28: MEDIA QUERY: MAX-WIDTH: 479px
         28.1: TYPOGRAPHY
         28.2: HEADER
         28.3: HAMBURGER NAVIGATION MENU
         28.4: PAGES
    29: MEDIA QUERY: MIN-WIDTH: 768px and MAX-WIDTH: 1139px
         29.1 HAMBURGER NAVIGATION MENU


========================================================================== */

/*****************************************/
/* 1: BASE STYLE */
/*****************************************/

.hs-tools-menu {
  display: none;
}

.omb-section {
  padding: 50px 0;
}

.nm-section {
  padding: 100px 0;
}

.nm-container {
  float: none !important;
  margin: 0 auto !important;
	max-width: 1170px;
  padding: 0 15px;
}

.max-width-830px {
  max-width: 830px;
}

.bg-lgrey {
  background-color: #e6e6e6;
  padding: 50px;
}

.horizontal-divider {
  min-height: 1px!important;
}

hr {
  border-bottom-width: 0;
  border-top: 1px solid #d8d8d8;
  margin: 30px auto;
  text-align: center;
  width: 80%;
}

.page-header {
  padding-top: 78px;
}

.page-header .section-header {
  background-image: linear-gradient(to bottom right, #2b4e4a, #69c0ba);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.page-header h1 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

.page-header p {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-top: 1!important;
  text-align: center;
}

.nm-row {
  display: flex;
  flex-wrap: wrap;
}

.nm-align-center {
  align-items: center;
}

.nm-justify-center {
  justify-content: center;
}

.nm-justify-between {
  justify-content: space-between;
}

.nm-subtitle p {
  margin-bottom: 0;
}

a {
  color: #48827c;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  box-shadow: none;
  color: #333;
  outline: none;
}

.phone-number-body a {
  color: #333;
  text-decoration: none;
}

.phone-number-body a:hover {
  text-decoration: underline;
}

/*****************************************/
/* 2: TYPOGRAPHY */
/*****************************************/

p,
.nm-form-section__content p,
.nm-download-ebook-section__content p {
  color: #333;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 0!important;  
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

ol {
  margin-bottom: 15px;
  margin-top: 0;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #48827c;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 80%;
  padding: 0;
  text-align: center;
}

.nm-hero-section {
  margin-top: 79px;
}

.nm-hero-section h1 {
  color: #fff;
  font-size: 3.75rem;
}

h2 {
  color: #48827c;
  font-size: 2.5rem;
}

.nm-content-heading h2 {
  text-align: center;
}

.nm-section__title-l2 h2 {
  margin-bottom: 30px;
}

h3, h4 {
  margin-bottom: 8px;
}

/*****************************************/
/* 3: HEADER    */
/*****************************************/

.nm-container .widget-type-logo img {
  height: 46px!important;
  position: relative;
  top: 0.15rem;
  width: auto!important;
}

.omb-header {
  height: 10rem;
}

.nm-nav {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  left: 0;
  padding-bottom: 16px;
  padding-top: 16px;
  position: fixed;
  right: 0;
  transition: 0.3s linear all;
  z-index: 554;
}

/*****************************************/
/* 4: HAMBURGER NAVIGATION MENU   */
/*****************************************/

ul.submenu-wrapper.target2 li>.sub-item:nth-child(5) .subitem-image,
ul.submenu-wrapper.target3 li>.sub-item:nth-child(5) .subitem-image,
ul.submenu-wrapper.target4 li>.sub-item:nth-child(5) .subitem-image,
ul.submenu-wrapper.target5 li>.sub-item .subitem-image {
  display: none;
}

ul.submenu-wrapper.target2 li>.sub-item:nth-child(5) .subitem-content,
ul.submenu-wrapper.target3 li>.sub-item:nth-child(5) .subitem-content,
ul.submenu-wrapper.target4 li>.sub-item:nth-child(5) .subitem-content,
ul.submenu-wrapper.target5 li>.sub-item .subitem-content {
  padding-left: 0;
  width: 100%;
}

.subitem-content i.far.fa-arrow-right {
  margin-left: 10px!important;
}

ul.submenu-wrapper.target2 li>.sub-item:nth-child(n+6),
ul.submenu-wrapper.target3 li>.sub-item:nth-child(n+6),
ul.submenu-wrapper.target4 li>.sub-item:nth-child(n+6) {
  display: none;
}

.submenu-wrapper .sub-item a:hover .subitem-content p {
  color: #333;
}

/*****************************************/
/* 5: PAGES   */
/*****************************************/

/*****************************************/
/* 5.1: HOMEPAGE   */
/*****************************************/

.homepage .body-container-wrapper {
  max-width: 1170px;
}

.nm-banner-section__content-wrap {
  color: #fff;
  top: 50%;
}

.nm-banner-section h1 {
    font-size: 5rem;
}

.nm-banner-section__content-wrap h2 {
  color: #fff;
}

.what-we-do-section__wrap {
  background-color: #ffffff; 
  margin-top: -168px !important;
  z-index: 99;
  position: relative;
  border-radius: 5px;  
}

.what-we-do-section__column {
  background: #fff;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.28);
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
}

.what-we-do-section__column p {
  margin-top: 30px;
  margin-bottom:0;
}

.nm-download-ebook-section__content h2 {
  font-size: 2.5rem;
  margin-top: 75px;
}

.nm-download-ebook-section__content p {
    max-width: 515px;
    width: 100%;
    font-size: 18px;
    padding-top: 30px;
   padding-bottom: 30px;
}

.nm-download-ebook-section__arrow-img {
    position: absolute;
    bottom: 77px;
    left: -82px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.nm-download-ebook-section {
   position: relative;
}

.time_counter__content {
  font-size: 1.5rem;
}

.homepage section.three-column-card .intro-wrapper {
  margin: 0 auto 60px;
}

section.three-column-card .intro-wrapper h2 {
  margin: 0 0 30px;
}

section.three-column-card .intro-wrapper p {
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 90%;   
}

@media screen and (min-width: 991px) {
    section.three-column-card .intro-wrapper {
        max-width: 1140px;
        padding: 0;
    }
}

section.three-column-card .columns-wrapper {
  display: flex;
  flex-wrap: wrap;
}

section.three-column-card .columns-wrapper .card-item {
  margin-bottom: 30px;
  margin-right: 2%;
  width: 32%;
}

section.three-column-card .columns-wrapper .card-item .card-img-top {
  height: 14rem;
}

section.three-column-card .columns-wrapper .card-item .card-body h5 {
  color: #48827c;
  font-size: 1.75rem;
  margin-bottom: 18px;
}

section.three-column-card .columns-wrapper .card-item .card-body {
  min-height: 240px;
  padding: 30px 20px 10px 20px;
}

section.three-column-card .columns-wrapper .card-item .card-body ul {
  padding-left: 20px;
}

section.three-column-card .columns-wrapper .card-item:nth-child(3n) {
  margin-right: 0;
}

.three-column-card .columns-wrapper .card-item .card-button {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}

.three-column-card .columns-wrapper .card-item .card-button .nm-rounded-btn {
  min-width: 0!important;
  padding: 5px 18px !important;
}

.three-column-card .columns-wrapper .card-item .card-button a.nm-rounded-btn:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;  
}

.three-column-card .columns-wrapper .card-item .card-button a.nm-rounded-btn:hover:after {
  background-color: #48827c!important;
  opacity: 0.3!important;
}

@media only screen and (max-width: 950px) {
  .homepage section.three-column-card .columns-wrapper .card-item .card-body {
    min-height: 330px;
  }
}

@media only screen and (max-width: 767px) {

  section.three-column-card .columns-wrapper .card-item {
    flex: 0 0 100%;
    margin-right: 0;
  }

  section.three-column-card .columns-wrapper .card-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .homepage section.three-column-card .intro-wrapper p {
    max-width: 100%;
  }
}

.homepage .fl.w33.tabw50.mw100.dateEventBox:nth-child(n+4) {
  display: none;
}

/* 5.2 TECHNOLOGIES PAGES   */

.technologies .body-container-wrapper {
  max-width: 1170px;
}

.technologies section.three-column-card .columns-wrapper .card-item .card-body {
  min-height: 320px;
}

@media only screen and (max-width: 950px) {
  .technologies section.three-column-card .columns-wrapper .card-item .card-body {
    min-height: 470px;
  }
}

/* 5.3 FIELDS OF WORK PAGES   */

.fields-of-work .body-container-wrapper {
  max-width: 1170px;
}

.fields-of-work section.three-column-card .columns-wrapper .card-item .card-body {
  min-height: 480px;
}

@media only screen and (max-width: 950px) {
  .fields-of-work section.three-column-card .columns-wrapper .card-item .card-body {
    min-height: 680px;
  }
}

/* 5.4 SERVICES PAGES   */

.services .body-container-wrapper {
  max-width: 1170px;
}

.services section.three-column-card .columns-wrapper .card-item .card-body {
  min-height: 360px;
}

@media only screen and (max-width: 950px) {
  .services section.three-column-card .columns-wrapper .card-item .card-body {
    min-height: 560px;
  }
}

/* 5.5 L3 PAGES   */

.l3-page .body-container-wrapper {
  max-width: 1170px;
}

/* 5.6 WHAT WE DO PAGE   */

.what-we-do .body-container-wrapper {
  max-width: 1170px;
}

/* 5.7: WERKEN BIJ PAGE   */

.nm-br-banner {
  background-color: #efefef;
  margin-top: 79px;
}

.werken-bij .body-container-wrapper {
  max-width: 1170px;
}

.job-card {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.28);
  height: auto;
  margin-bottom: 32px;
}

.job-card {
  float: left!important;
}

.job-card h4 {
  font-size: 1.5rem;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 20px;
}

.nm-container.jc-text {
  padding-bottom: 15px;
}

.main-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 1.125rem;
  overflow: hidden;
}

/* 5.8 VACATURE PAGES   */

.vacature .body-container-wrapper {
  max-width: 1170px;
}

.vacature ul {
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.vacature h4 {
  font-size: 1.5rem;
}

/* 5.9 VACATURES PAGE   */

.vacatures .body-container-wrapper {
  max-width: 1170px;
}

.vacatures h4 {
  font-size: 1.5rem;
}

/* 5.10 UPCOMING EVENTS LISTING PAGE */


/* 5.11 UPCOMING EVENT DETAIL PAGE */

.omb-event-detail-sticky {
  background-color: #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  position: sticky;
  top: 120px;
}

.omb-event-detail-sticky p {
  margin-bottom: 10px;
}

.omb-event-detail-sticky i.far.fa-calendar-alt, .omb-event-detail-sticky i.far.fa-map-marker-alt, .omb-event-detail-sticky i.far.fa-clock {
  text-align: center;
  width: 28px;
}

.event-detail h2 {
  font-size: 2.25rem;
  margin-bottom: 16px;
  margin-top: 16px;
}

.event-detail h2:first-child {
  margin-top: 0;
}

.span12.widget-span.widget-type-cell.omb-event-detail-content {
  margin-left: 20px;
  width: calc(100% - 20px);
}

.event-detail .speakers {
  margin-bottom: 24px;
}

.event-detail .nm-team__title {
  font-size: 1.125rem;
}

.event-detail .nm-team__list {
  flex: 0 0 45%!important;
  margin-left: 0;
  margin-right: 5%!important;
}

.event-detail .nm-team__list:after {
  background: rgba(72,130,124,0.8);
}

.event-detail li.nm-team__social-item svg {
  fill: #dc9902;
}

/* 5.12 GENERAL TERMS   */

.omb-gt h3 {
  color: #48827c;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-top: 32px;
}

.omb-gt h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.omb-gt p {
  color: #333;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  margin-top: 0;  
}

/* 5.13 DOWNLOAD EBOOK LANDING PAGE */

.download-ebook-lp .body-container-wrapper {
  max-width: 1170px;
}

.download-ebook-lp h2 {
  margin-bottom: 20px;
}

.download-ebook-lp .content ul {
  margin-top: 0;
  padding-left: 20px;
}

div#hs_cos_wrapper_module_164295063198946 {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 40px 40px 20px 40px;
  margin-bottom: 40px;
}

.download-ebook-lp .hs_submit.hs-submit {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.download-ebook-lp .social-sharing {
  text-align: center;
}

/*****************************************/
/* 6: BLOG   */
/*****************************************/

/* 6.1 BLOG LISTING PAGE   */

body.ucBlog1.ucBlog1Listing.hs-blog-id-38846255616.hs-blog-listing .body-container-wrapper {
  padding-top: 0;
}

.ucBlog1.ucBlog1Listing .nm-section__title-l2 h2 {
  text-align: center;
}

.ucBlog1 .ucPostInner {
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.28)
}

/* 6.2 BLOG POST   */

.hs-blog-id-38846255616 .body-container-wrapper {
  max-width: 1170px;
  padding-top: 128px;
}
  
.ucBlog1.ucBlog1Post h1 {
    color: #48827c;
}

.ucBlog1.ucBlog1Post h2 {
  font-size: 2rem;
  margin-top: 20px;
}

.hs-blog-id-38846255616 .omb-social-sharing {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 16px;
  padding: 16px 0;
}

article {
  margin-bottom: 16px;
}

/* 6.3 CREATE BLOG POST   */

div#hs_cos_wrapper_post_body {
  min-height: 160px;
}

/*****************************************/
/* 7: BODY   */
/*****************************************/

.body-container-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.nm-service-listing__text {
  text-align:left
}

/*****************************************/
/* 8: FOOTER   */
/*****************************************/

.footer-section {
  background-color: #efefef;
}

.footer-section.nm-section {
  padding-bottom: 0;
  padding-top: 32px;
}

.footer__content {
  margin-bottom: 2.5rem;
}

.nm-blog-widget {
  margin-top: 1.25rem;
}

.nm-blog-widget__content {
  font-size: 0.9375rem
}

.footer-section p a {
  color: #505050;
  text-decoration: none;
}

.footer-section p a:hover {
  color: #48827c;
  text-decoration: underline;
}

div.link-list-footer {
  margin-bottom: 32px;
}

div.link-list-footer p {
  margin-bottom: 0;
}

.footer-section h3 {
  color: #48827c;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.footer-section p {
  color: #505050;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.social-links__icon-wrapper {
  background-color: #efefef!important;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.25rem;
}

.social-links__icon-wrapper svg {
  fill: #48827c;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.follow-us {
  margin-bottom: 32px;
}

.follow-us a:hover {
  transform: scale(1.1)
}

/*****************************************/
/* 9: BOTTOM FOOTER    */
/*****************************************/

.bottom-footer {
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
}

.bottom-footer-links {
  color: #505050;
  font-size: 0.8125rem
}

.bottom-footer-links ul {
  border-top-color: #cbcbcb;
  border-top-style: solid;
  border-top-width: 0.0625rem;
  display: inline-block;
  font-size: 0.8125rem;
  list-style-type: none;
  margin: 0;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5625rem;
  width: 100%;
}

.bottom-footer-links ul li {
  float: left;
  margin-right: 0;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.bottom-footer-links ul li a {
  color: #505050;
  max-width: 999px;
  text-decoration: none;
}

.bottom-footer-links ul li a:hover {
  color: #48827c;
  text-decoration: underline;
}

.bottom-footer-links ul li:after {
  color: #505050;
  content:'|';
  padding: 0 0.625rem;
}

.bottom-footer-links ul li:last-child:after {
  content: '';
}
  
/*****************************************/
/* 10: SLIDERS    */
/*****************************************/

.nm-brand__item {
  text-align: center;
}

.nm-brand__item a {
  display: inline-block;
}

.nm-brand .owl-item img {
  display: inline-block;
  filter: none;
  height: 64px;
  width: auto;
}

.nm-brand__item a:hover img {
  filter: none;
}

/* LOGO SLIDER #1 */

.nm-service-brand {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 24px 0;
}

/* LOGO SLIDER #2 */

.hs-content-id-28517354216.hs-site-page.page .nm-service-brand {
  background-color: #48827c;
  border-bottom-width: 0;
  border-top-width: 0;
}

/* CLIENT SLIDER */

.nm-client-section__slider .owl-dot span {
  border-color: #48827c;
}

.nm-client-section__slider .owl-dot.active span {
  background: #48827c!important;
}

.nm-client-section__slider {
  background: #e6e6e6;
}

/*****************************************/
/* 11: BUTTONS    */
/*****************************************/

a#cta_button_7512680_78e399d1-3087-4fb6-97b5-c1c5946c70d7,
a#cta_button_7512680_787e50b0-3431-4830-ba9c-d95061551789,
a#cta_button_7512680_b5e7178e-b943-43ec-94b1-d1a984d42e12,
a#cta_button_7512680_861d6706-12c0-48d1-b1a8-1fde58556211,
a#cta_button_7512680_5e012964-378f-41aa-9d2f-22d8b425b9bf,
a#cta_button_7512680_b3a98c4e-a9b5-4406-8a5f-3c754f5d890d {
  background: #48827c!important;
  border: 2px solid #48827c!important;
  border-radius: 50px!important;
  box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-weight: normal !important;
  font-family: 'Signika Negative',sans-serif!important;
  font-size: 1.25rem!important;
  height: auto !important;
  line-height: 1.5em !important;
  min-width: 12.5rem!important;
  padding: 10px 18px!important;
  text-align: center !important;
  text-decoration: none;
  text-shadow: none !important;
  transition: all .2s ease !important;
  user-select: none !important;
  -webkit-font-smoothing: antialiased !important;
  width: auto !important;
}

a#cta_button_7512680_78e399d1-3087-4fb6-97b5-c1c5946c70d7:hover,
a#cta_button_7512680_787e50b0-3431-4830-ba9c-d95061551789:hover,
a#cta_button_7512680_b5e7178e-b943-43ec-94b1-d1a984d42e12:hover,
a#cta_button_7512680_861d6706-12c0-48d1-b1a8-1fde58556211:hover,
a#cta_button_7512680_5e012964-378f-41aa-9d2f-22d8b425b9bf:hover, 
a#cta_button_7512680_b3a98c4e-a9b5-4406-8a5f-3c754f5d890d:hover {
  background: #5a8e89!important;
  border-color: #5a8e89!important;
}

.ucNextPostsLink, .footer__content a.button,
.nm-form-section__form input[type="submit"],
.nm-square-btn--rich a, .nm-rounded-btn, input.hs-button.primary.large {
  background: #48827c!important;
  border-radius: 50px!important;
  border-color: #48827c!important;
  border-style: solid;
  border-width: 2px!important;
  box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
  color: #fff!important;
  display: inline-block;
  font-family: 'Signika Negative',sans-serif!important;
  font-size: 1.25rem!important;
  font-weight: normal!important;
  height: auto!important;
  line-height: 1.5;
  min-width: 15rem!important;
  padding: 10px 18px!important;
  text-align: center!important;
  text-decoration: none!important;
  text-transform: none!important;
  transition: all 0.2s ease!important;
}

.ucNextPostsLink:hover, .footer__content a.button:hover,
.nm-form-section__form input[type="submit"]:hover,
.nm-square-btn--rich a:hover, .nm-rounded-btn:hover, input.hs-button.primary.large:hover {
  background: #5a8e89!important;
  border-color: #5a8e89!important;
}

/* CENTERED BUTTONS   */

.center-btn {
  text-align: center;
}

/*****************************************/
/* 12: IMAGES    */
/*****************************************/

.nm-video-popup__content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*****************************************/
/* 13: FORMS    */
/*****************************************/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  font-family: 'Signika Negative', sans-serif;;
  font-size: 1.125rem;
  height: 2.5rem;
  line-height: 1.5;
  margin: 0 8px 15px 0;
  outline: none;
  padding: 8px 4px!important;
  width: 100%!important;
}

textarea {
  height: 160px;
}

.hs-error-msgs {
  font-size: 1rem;
  margin-top: 0;
}

.hs-form-field>label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

/*****************************************/
/* 14: CONTACT PAGE    */
/*****************************************/

.nm-form-section__content h4 {
  color: #333;
  text-transform: none;
}

.nm-company-branches-section h5 {
  color: #48827c;
  font-size: 22px;
}

.nm-company-branches-section p span {
    font-weight: 600;
    color: #48827c;
    margin-right: 7px;
}

textarea {
  height: 160px;
  width: 100%;
}

/*****************************************/
/* 15: GOOGLE MAP    */
/*****************************************/

.google-map {
  margin-bottom: 15px;
}

/*****************************************/
/* 16: OMB PAGE TEMPLATE L1    */
/*****************************************/

.omb-page-title h1 {
  border-bottom-color: #cbcbcb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #48827c ;
  font-size: 2.25rem;
  letter-spacing: normal;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 15px;
  text-align: left;
}

/*****************************************/
/* 17: SOCIAL SHARING   */
/*****************************************/

.hs-image-widget.hs-image-social-sharing-24 {
  margin-right: 8px;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:hover {
  opacity: 0.8;
}

/*****************************************/
/* 18: BREADCRUMB MENU   */
/*****************************************/

.hs-breadcrumb-menu-item {
  padding: 0;
}

.hs-breadcrumb-menu-divider:before {
  padding: 0 10px;
}

ul.hs-breadcrumb-menu {
  font-size: 1rem;
  padding-top: 10px;
}

li.hs-breadcrumb-menu-item.last-crumb {
  color: #999999;
}

/*****************************************/
/* 19: STICKY BANNER   */
/*****************************************/

.span12.widget-span.widget-type-global_group.sticky-banner {
  min-height: 0px;
}

.omb-sticky-banner {
  bottom: 400px;
  position: fixed;
  right: 0px; 
  width: 200px!important;
  z-index: 500;
}

a#cta_button_7512680_b3a98c4e-a9b5-4406-8a5f-3c754f5d890d {
  border-radius: 50px 0px 0px 50px!important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 1.125rem!important;
  min-width: 160px!important;
}

/*****************************************/
/* 20: WHATSAPP WIDGET   */
/*****************************************/

#whatsapp_widget {
  background-color:#fff;
  padding-right: 3px;
}

a#whatsapp_widget {
  color: #fff;
}

#icon_whatsapp_widget {
  height: 32px;
  width: 32px;
}

.whatsapp_widget_big::after {
  color: #333;
  content: " WhatsApp mij";
}

a#whatsapp_widget.whatsapp_widget_big:hover {
  color: #333;
  text-decoration: underline;
}

/*****************************************/
/* 21: SEARCH FIELD   */
/*****************************************/

::-webkit-input-placeholder {
   color: #757575;
}

input.hs-search-field__input {
  border-color: #cbcbcb;
  border-radius: 4px!important;
  font-size: 14px!important;
  height: 2.75rem!important;
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 0.5rem!important;
  padding-right: 10px!important;
  padding-top: 0.5rem!important;

  /* magnifying glass */
  background-image: url(https://7512680.fs1.hubspotusercontent-na1.net/hubfs/7512680/geoexperts/icons/magnifying%20glass.svg);
  background-position: left .5rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 30px!important;
}

/*****************************************/
/* 22: SEARCH RESULTS PAGE   */
/*****************************************/

.search-results .body-container-wrapper {
  padding-top: 0px;
}

ul.hs-search-field__suggestions {
  margin-bottom: 0;
}
 
.search-results .flex-wrapper {
  display: flex!important;
  min-height: 65vh!important;
  flex-direction: column;
  justify-content: space-between;
}

/*****************************************/
/* 23: UPCOMING EVENTS LISTING    */
/*****************************************/

.wrapper {
  display: block;
  float: none !important;
  margin: 0 auto !important;
  width: 100%;
}

.fl { 
  float:left;
}

.w33 {
  margin-right: 2%;
  width: 32%;
}

.fl.w33.tabw50.mw100.dateEventBox:nth-child(3n) {
  margin-right: 0;
}

.fl.w33.tabw50.mw100.dateEventBox:nth-child(n+4) {
  margin-top: 30px;
}

.eventListMain {
  margin: 0;
}

.pt10 {
  padding-top:10px;
}

.eventListMain>div {
  padding: 0;
}

.eventBox {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 8px 20px 0 rgba(117,117,118,0.2);
  position: relative;
}

.eventContentInner {
  padding: 30px 20px 50px;
  position: relative;
}

.eventContentInner h5 a {
  font-size: 20px;
  text-decoration: none;
}

.publishDate {
  background: #cccccc;
  color: #fff;
  display: none;
  font-size: 15px;
  padding: 10px;
  position: absolute;
  z-index: 1;
}

.pt10.location {
  padding-bottom: 18px;
  padding-top: 0;
}

.eventSubContent ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
} 

.eventSubContent ul li {
  padding-left: 28px;
}

.eventSubContent ul li:before {
  content: "\f073";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: -28px;
  text-align: left;
  width: 28px;
}

.pt10.location:before {
  content: "\f3c5";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  text-align: left;
  width: 28px;
}

.learnMoreCta {
  bottom: 30px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  width: 100%;
}

.learnMoreCta a {
  display: inline-block;
  font-weight: 600;
}

.learnMoreCta a i {
  margin-left: 6px;
  transition: all ease 0.3s;
}

.learnMoreCta a:hover i {
  margin-left: 10px;
}

i.far.fa-calendar-alt {
  text-align: center;
  width: 18px;
}

.read-more-link a {
  display: inline-block;
  font-weight: 600;
  margin-left: calc((100% - 139.609px) / 2);
  margin-top: 30px;
}

.read-more-link a i {
  display: inline-block;
  margin-left: 6px;
  transition: all ease .3s;
}

.read-more-link a:hover i {
  margin-left: 10px;
}

/*****************************************/
/* 24: GLOBAL BANNERS   */
/*****************************************/

.omb-banner-1, .omb-banner-2 {
  background-image: linear-gradient(to bottom right,#2b4e4a,#69c0ba);
  padding-bottom: 0;
  padding-top: 50px;
}

.omb-banner-1 h3, .omb-banner-2 h3 {
  color: #fff;
}

.omb-banner-1 p, .omb-banner-2 p {
  color: #fff;
}

/**************************************************/
/* 25: MEDIA QUERY: MAX-WIDTH: 1600PX (LANDSCAPE) */
/**************************************************/

@media only screen and (min-width: 768px) and (max-width: 1600px) and (orientation:landscape) {  
  
  /*****************************************/
  /* 25.1: HAMBURGER NAVIGATION MENU          */
  /*****************************************/
  
  .hm-menu-section {
    height: calc(100vh - 167px);
  }
  
  .hm-menu-wrapper {
    padding-top: 40px;
  }
  
  .submenu-box {
    padding-top: 40px;
  }
  
  .submenu-wrapper h3 {
    padding-top: 5px;
  }
}

/*****************************************/
/* 26: MEDIA QUERY: MAX-WIDTH: 1170PX   */
/*****************************************/

@media only screen and (max-width: 1170px) {
  
  .wrapper {
    max-width: 1000px
  }
}

/*****************************************/
/* 27: MEDIA QUERY: MAX-WIDTH: 767PX    */
/*****************************************/

@media only screen and (max-width: 767px) {
  
  /*****************************************/
  /* 3: HAMBURGER NAVIGATION MENU          */
  /*****************************************/
  
  .menu-label {
    right: 15px;
    top: 14px;
  }
  
  .hm-menu-section {
    height: calc(100vh - 103px);
  }
  
  .hm-menu-section>ul {
    padding-bottom: 30px;
  }
  
  .hm-menu-social {
    display: none;
  }
  
  /* END */
  
  .hs-search-field {
    display: none;
  }
  
  .nm-banner-section h1 {
    font-size: 3.75rem;
  }
  .nm-banner-section__content-wrap {
    padding-bottom: 22.5rem;
    padding-top: 9.375rem;
  }
  .nm-hero-section h1 {
    font-size: 2.8125rem;
  }
  .omb-page-title h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 2.25rem;
  }
  
  .omb-header {
  height: 128px;
  }
  .nm-company-branches-section__branch {
    margin-bottom: 1.5625rem;
  }
  .nm-company-branches-section.nm-section {
  padding-bottom: 0;
  }
  textarea, .nm-form-section__form input[type="text"], .nm-form-section__form input[type="email"], .nm-form-section__form input[type="tel"] {
  font-size: 1.125rem;
  }
  .time_counter__content {
    font-size: 1.875rem;
  }
  
  /* WERKEN BIJ PAGE */

  .job-card {
  height: auto;
  margin-left: 15px!important;
  margin-right: 15px;
  }
  
  /* UPCOMING EVENTS LISTING PAGE */
  
  .wrapper {
    max-width: 100%;
  }
  
  .eventContent.equal_height {
    height: auto!important;
  }
  
  .mw100 {
    width: 100%;
  }
  
  .w33 {
    margin-right: 0;
  }
  
  .fl.w33.tabw50.mw100.dateEventBox:nth-child(n+2) {
    margin-top: 30px;
  }
  
  /* UPCOMING EVENT DETAIL PAGE */
  
  .omb-event-detail-sticky {
    position: static;
  }
  
  .span12.widget-span.widget-type-cell.omb-event-detail-content {
    margin-left: 0;
    width: 100%;
  }
  
  /* BLOG POST */
  
  .hs-blog-id-38846255616 .body-container-wrapper {
    padding-top: 93px;
  }
}

/*****************************************/
/* 28: MEDIA QUERY: MAX-WIDTH: 479PX   */
/*****************************************/

@media only screen and (max-width: 479px) {

  /* 28.1: TYPOGRAPHY */
  
  .page-header {
    padding-top: 60px;
  }
  
  .page-header h1 {
    font-size: 2.5rem;
  }
  
  .bg-lgrey {
    padding: 20px;
  }
  
  .nm-banner-section__content-wrap {
     padding-bottom: 18.5rem;
     padding-left: 0;
     padding-right: 0;
     padding-top: 9.375rem;
  }
  
  .nm-banner-section h1 {
    font-size: 2.75rem;
  }
  
  .nm-banner-section h2 {
    font-size: 1.75rem;
  }
  
  .nm-hero-section {
    margin-top: 61px;
  }
  
  .omb-page-title h1 {
    font-size: 2rem;
  }
  
  .nm-section__title-l2 h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  ul {
    padding-left: 20px;
  }
  
  /* 28.2: HEADER */
  
  .nm-container .widget-type-logo img {
    height: 40px!important;
    width: auto;
  }

  .nm-nav {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .nm-nav.shrink {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  /* 28.3: HAMBURGER NAVIGATION MENU */
  
  label.menu-label svg {
    height: 24px;
  }
  
  .menu-label {
    height: 40px;
    line-height: 40px;
    top: 10px;
    width: 40px;
  }
  
  .hm-menu-wrapper {
    padding-top: 60px;
  }
  
  .hm-menu-section {
    height: calc(100vh - 85px);
  }
  
  /* 28.4: PAGES */
  
  /* WERKEN BIJ PAGE */
  
  .nm-br-banner {
    margin-top: 61px;
  }
  
  /* UPCOMING EVENT DETAIL PAGE */
  
  .event-detail h2 {
    font-size: 2rem;
  }
  
  .event-detail .nm-team__list {
    margin-bottom: 20px;
    margin-right: auto!important;
    margin-top: 0;
    width: 75%;
  }
  
  /* BLOG LISTING PAGE   */
  
  .blog-tag-filter {
    width: -webkit-fill-available!important;
  }
  
  .blog-tag-filter__drop-down {
    width: -webkit-fill-available!important;
  }
  
  /* BLOG POST   */

  .hs-blog-id-38846255616 .body-container-wrapper {
    padding-top: 75px;
  }
  
  /* STICKY BANNER */
  
  .omb-sticky-banner {
    bottom: 0;
  }
  
  a#cta_button_7512680_b3a98c4e-a9b5-4406-8a5f-3c754f5d890d {
    font-size: 0.9375rem!important;
    min-width: 0!important;
    padding: 0.25rem 0.5rem !important;
  }
  
  /* END   */
  
  .nm-company-branches-section__branch {
    margin-bottom: 1.5625rem;
    margin-top: 0;
  }

  .nm-form-section__form .form-columns-1 .input {
    margin-right: 0!important;
  }
}

/**************************************************************/
/* 29: MEDIA QUERY: MIN-WIDTH: 768px and MAX-WIDTH: 1139px    */
/**************************************************************/

  /*****************************************/
  /* 29.1 HAMBURGER NAVIGATION MENU             */
  /*****************************************/

@media (min-width: 768px) and (max-width: 1139px) {
  .hm-menu-section.hm-menu-section ul li a .visible-desktop {
    display: inline!important;
  }
}