/* Google Fonts Imports */
@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/***********************************************/
/* HubSpot Includes                            */
/***********************************************/
/* Only include these if using HubSpot templating engine */
/* 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;}

/*****************************************/
/* Global Styles                         */
/*****************************************/
body {
  margin: 0;
  padding: 0;
  font-family: 'Abel', sans-serif;
}

.page-center {
/*   width: 100%; */
  max-width: 1370px;
  margin: 0 auto !important;
  padding: 0;
  float: none!important;
}
.header-page-center.page-center {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto !important;
  padding: 0 20px;
  float: none!important;
}

.header_custom_btn {
  padding-top: 22px;
  text-align: right;
}

.header-wrap .header-nav-wrapper {
  text-align: center;
  padding-top: 30px;
}
.header-menu-custom {
  text-align: center;
}
a {
  cursor: pointer;
  transition: 1s all;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}
/*****************************************/
/* Header Styles                         */
/*****************************************/
.header-nav-wrapper {
  text-align: right;
}

.header-inner-wrapper {
  padding: 20px 10px;
  box-sizing: border-box;
}

.header-inner-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-child a {
  background-color: #c9b151;
  color: #ffffff ;
  max-width: 100%;
  line-height: 20px;
}

.header-inner-wrapper ul > li.hs-menu-item.hs-menu-depth-1 a:hover {
  color: #ffffff;
  max-width: 100%;
  transition: 1s all;
  background-color: #2a545e;
}

.header-inner-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-child a:hover {
  background-color: #2a545e;
  transition: 1s all;
  color: #ffffff;
}

.header-outer-wrapper {
  position: relative;
  z-index: 999999;
}

.header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  mix-blend-mode: normal;
}

.ourteam-header .header-inner-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-child a {
  color: #2a545e;
}

.ourteam-header .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #2a545e;
  mix-blend-mode: normal;
}
.header-menu-custom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 15px !important;
}
.ourteam-header .header-outer-wrapper .mobile-trigger i,
.ourteam-header .header-outer-wrapper .mobile-trigger i:before,
.ourt


/***************************Header Code Ends**************************/




/***************************Footer Code Starts**************************/
.footer-outer-wrapper {
  background-color: #2a545e;
  color: #000000;
  padding-bottom: 30px;
}
.footer-contact-sec h4 {
  color: #c9b151;
  font-size: 20px;
  margin: 0px;
  padding: 15px 0px 0px;
  font-weight: 700;
}
.footer-contact-sec a {
  display: inline-block;
  color: #000000;
}
.footer-nav-wrap {
  padding-top: 50px;
  padding-left: 35px;
}
.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: none;
  font-size: 25px;
}
.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #000000;
}
.footer-left-inner-wrap {
  padding-right: 50px;
  position:relative;
}
.footer-left-inner-wrap:after {
  content: "";
  height: 275px;
  width: 2px;
  color: #eeeeee;
  position: absolute;  
  right: 0;   
  top: 8%;
  background: #eeeeee;
}
.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  color: #c9b151;
  transition: 1s all;
}
.footer-contact-sec a:hover {
  color: #c9b151;
  transition: 1s all;
}
.footer-left-sec p {
  color: #eeeeee !important;
  font-size: 16px;
  line-height: 1.5;
  margin: 0px;
  padding: 10px 0px;
}
.footer-contact-sec a {
  text-decoration: underline;
}
.footer-contact-sec p {
  line-height: 1.5;
  margin: 0px;
  padding: 10px 0px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #eeeeee 
}
.footer-inner-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #eeeeee;
  padding: 5px 20px;
  font-size: 24px;
  font-weight: 600;
}
.footer-nav-wrap li.hs-menu-item a {
  color: #fff;
  font-weight: 600;
  transition:0.3s all;
}
.footer-outer-wrapper .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 .4s;
  position: relative;
  z-index: 10;
  top: 0px;
  left: 0px;
}
.footer-outer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1
}
.footer-outer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical li a {
  width: auto;

}
.footer-outer-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  font-weight: 100
}
.footer-outer-wrapper li.hs-menu-item a:hover {
  color: #c9b151
}
.footer-outer-wrapper li.hs-menu-item {
  padding: 5px 0px 
}
.footer-nav-wrap .hs-menu-wrapper a {
  font-size: 18px; 
  white-space: unset;
  max-width: 100%;
  width: auto;
  color: #fff;
  text-overflow: initial;
}
.footer-nav-wrap .hs-menu-wrapper>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-wrap .hs-menu-wrapper a {
  font-size: 18px !important;
  white-space: unset !important;
  max-width: 100% !important;
  width: auto !important;
  color: #fff !important;
  text-overflow: initial !important;
  text-transform: uppercase;
}
.footer-nav-wrap .hs-menu-wrapper>ul>li>a{
  color: #c9b151 !important;
}
.footer-nav-wrap .hs-menu-wrapper>ul>li {
  width: 50%;
  float: left !important;
  flex: 0 50%;
}
.footer-nav-wrap .hs-menu-wrapper li ul.hs-menu-children-wrapper {
  position: static !important;
}
.footer-outer-wrapper .page-center {
  padding: 0px !important;
}


.footer-contact-sec ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-top: 20px;
}
.footer-contact-sec ul li {
  display: inline-block;
  padding-right: 8px;
}
.footer-contact-sec a {
  text-decoration: none;
}

/*****************************Footer Code Ends****************************/



/********************************Responsive Code Starts************************************/
@media screen and (max-width: 1220px) {
  .header-inner-wrapper {
    padding:20px;
  }
  .footer-outer-wrapper {
    padding: 20px;
  }
  p.animate-block.animated a {
    padding: 12px 0px;
  }
}
@media screen and (max-width: 1055px) {
  .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 10px 8px;
    text-decoration: none;
  }
  .footer-nav-wrap {
    padding-top: 50px;
    padding-left: 10px;
  }

}
@media screen and (max-width: 999px) { 
  .footer-inner-wrapper {
    padding: 0px 20px;
  }
  .custom-menu-primary.js-enabled {
    position: unset !important;
    padding-top: 30px !important;
    margin: 0 !important;
    width: auto !important;
    float: right;
    text-align: right !important;
  }
  .mobile-trigger, .child-trigger {
    display: none !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width : auto !important ;
    position : unset !important ;
    top : unset !important ;
    left : unset !important ;
    padding : 0 !important ;
    background-color : transparent !important ;
  }
  .header-wrap .custom-menu-primary.js-enabled {
    float: left;
  }
  .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block !important;
    width: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    width: auto !important;
  }
  body .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 10px 20px !important;
    position: unset !important;
    display: inline-block !important;
    border-bottom: none !important;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: hidden!important;
    opacity: 0 !important;
    -webkit-transition: opacity .4s !important;
    position: absolute !important;
    z-index: 10 !important;
    left: 0 !important;
  }
  ul.hs-menu-children-wrapper.open-menu-list {
    visibility: visible !important;
    opacity: 1 !important;
  }
  li.hs-item-has-children  ul.hs-menu-children-wrapper.open-menu-list{
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding-left: 0px !important;
  }
  .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 li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px !important;
    top: 0 !important;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper.open-menu-list{
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header-inner-wrapper ul>li.hs-menu-item li ul {
    left: 100% !important;
  }
  ul.hs-menu-children-wrapper li.hs-menu-item a {
    margin: 0px !important;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding-left: 0px !important;
    text-align: left !important;
  }
  .footer-outer-wrapper .page-center {
    padding: 0px 0px !important;
  }
  .footer-outer-wrapper {
    padding: 20px 0px !important;
  }
}
@media screen and (max-width: 840px) {
  .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 10px 6px;
    text-decoration: none;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper > ul ul li {
    /* margin: 0; */
    padding-left: 0px !important;
    /* min-width: inherit !important; */
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper > ul li a{
    border-bottom:none !important;
  }  
}
@media screen and (min-width:1300px) {
  .header-wrap ul .hs-menu-depth-1 {
    padding: 0 25px;
  }
}
@media screen and (min-width:801px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .mobile-trigger, .child-trigger{
    display: none !important; /* Hide button on Desktop */
  }
}
@media screen and (max-width: 800px) {
  .header-outer-wrapper .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0;
    background-color: #fff;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 10px 10px;
    color: #000 !important;
  }
  .header-outer-wrapper .child-trigger i, .child-trigger i:after {
    width: 12px;
    height: 2px;
    background-color: #000 !important;
    display: block;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #c9b151 !important;
    background-color: transparent !important;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #000 !important;
    background-color: transparent !important;
  }
  .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #000 !important;
    line-height:20px !important;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color:#c9b151 !important;
    background-color: transparent !important;
  }
  .header-outer-wrapper li.hs-menu-item.hs-menu-depth-2 {
    border: none !important;
  }
  .header-outer-wrapper li.hs-menu-item.hs-menu-depth-3 {
    border: none !important;
  }
  .header-outer-wrapper .custom-menu-primary.js-enabled .hs-menu-wrapper {
    background: transparent;
  }
  .header-outer-wrapper .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
  }
  .child-trigger.child-open {
    transform: rotate(180deg) !important;
  }
  .page-center {
    padding: 0px 0px !important; 
  }
  .mobile-open .mobile-trigger i {
    color: #c9b151 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: none !important; 
  }
  .header-outer-wrapper li.hs-menu-item.hs-menu-depth-2 a {
    padding-left: 20px !important;
  }
  .custom-menu-primary.js-enabled {
    width: 100% !important;
    position: relative !important;
    padding-top: 44px !important;
    margin: 10px 0 10px 0 !important;
  }
  .mobile-trigger, .child-trigger {
    display: block !important;
  }
  .header-outer-wrapper .custom-menu-primary.js-enabled .hs-menu-wrapper {
    background: transparent !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100% !important;
    position: relative !important;
    top: -34px !important;
    left: 0 !important;
    padding: 0 !important;
  }
  .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block !important;
    //float: none !important;
    //position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    //padding: 0px !important;
    margin: 0px !important;
    background-image: none !important;
    /*     background-color: #c9b151 !important; */
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
    line-height: .81 !important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-indent: 0px !important;
    text-align: left !important;
    color: #ffffff !important;
  }
  .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block !important;
    width: 100% !important;
  }
  .header-outer-wrapper .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0 !important;
    background-color: #fff !important;
  }
  .header-wrap .child-trigger {
    right: 10px;
  }
  .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #000 !important;
    line-height: 20px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 22px !important;
    line-height: 45px !important;
    overflow: visible !important;
  }
  body .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper>ul li a{
    display: block !important;
    font-size: 20px !important;
    background-color: #c9b151 !important;
  }
  .header-outer-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li {
    //padding-left: 20px !important;
  }
  .custom-default-banner-section-wrapper .page-center {
    top: 50% !important;
  }
  .mobile-trigger {
    top: -70px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li{
    //float:left !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left !important;
  }
  .footer-left-inner-wrap {
    padding-right: 0px !important;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-inner-wrap:after {
    display:none;
  }
  .footer-nav-wrap {
    padding-left: 0px;
  }
  .footer-inner-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding-left: 0px;
  }
  .footer-nav-wrap {
    padding-top: 20px;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 0;
  }
  .mobile-trigger {
    top: -70px !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100% !important;
    position: relative !important;
    top: -34px !important;
    left: 0 !important;
    padding: 0 !important;
  }
  a.topic-link {
    padding: 48px;
  } 
}
@media screen and (max-width: 579px) {
  .footer-nav-wrap .hs-menu-wrapper>ul>li {
    width: 100%;
    float: left !important;
    flex: 0 100%;
  }
  .header-outer-wrapper .header-logo-wrapper img {
    width: 25%;

  }
}
/* @media screen and (max-width: 479px) {
.header-outer-wrapper .header-logo-wrapper img {
width: 40% !important;
}

}   */
@media screen and (max-width: 1300px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: -41px;
  }  
}
/*********New styles for Old pages*********/



/******Resource template*******/
.new-banner-wrapper {
  margin-top: -175px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 80vh !important;
  position:relative !important;
  background-color:rgba(0, 0, 0, 0.2) !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:100px 0px 0px !important;
  max-height:800px !important;

}
.custom-about-page .custom-default-banner-section-wrapper{
  min-height:80vh !important;
}
.custom-default-banner-section-wrapper .widget-type-linked_image {
  //display: none !important;
}
.banner-background-image {
  display: none; !important;
}
.new-banner-wrapper h1 {
  margin: 0px !important;
  font-size: 55px !important;
  color: #f2f2f2 !important;
  letter-spacing: 1px !important;
  font-family: 'Abel',sans-serif !important;
  font-weight: 700 !important;
  //padding-top:80px;
}
.resources .banner-text {
  width: 100%;
  float: left;
  padding: 50px 10px 50px !important;
}
.resources .page-center {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;

}
.new-banner-wrapper .page-center {
  padding-top: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #ffffff;
  margin: 0px !important;
  /* padding: 9px 20px; */
}

@media screen and (max-width: 999px) {
  .new-banner-wrapper{
    //background-color: unset !important;
  }
  .custom-default-banner-section-wrapper{
    //background: unset !important;
  }
  .custom-default-banner-section-wrapper img {
    max-height: 100% !important;
    width: auto !important;
    height: auto;
  }
  .custom-default-banner-section-wrapper img {
    max-height: 100% !important;
    width: 100% !important;
  }
  .new-banner-wrapper {
    //margin-top: -200px !important;
  }
  .new-banner-wrapper .page-center {
    position: relative !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /*.resources .new-banner-wrapper .page-center {
  left: 0;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 30% !important;
  transform: translateY(-23px);
}*/
  .banner-text {
    width: 100%;
    float: left;
    //padding: 100px 100px 10px !important;
  }
  body .new-banner-wrapper .page-center{
    padding:0px !important;
  }
  .span12.widget-span.widget-type-cell.header-outer-wrapper .page-center {
    padding: 0px 0px !important;
  }
  .resources .custom-default-banner-section-wrapper {
    min-height: 600px!important;
  }
  .custom-about-page .banner-text {
    width: 100%;
    float: left;
    padding: 0px 10px 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .new-banner-wrapper {
    margin-top: -80px !important;
  }

  .custom-default-banner-section-wrapper img {
    max-height: 100%!important;
    width: 100% !important;
    height: 100%;
  }
  .new-banner-wrapper h1 {
    padding-top: 0px;
  }
  .banner-text {
    padding: 100px 100px 100px;
  }
  .custom-default-banner-section-wrapper .page-center {
    //top: 53% !important;
  }
  .banner-text {
    padding: 100px 10px 100px !important;
  }
  .custom-default-banner-section-wrapper img {
    max-height: 100% !important;
    width: auto !important;
    height: auto;
    min-height: 100%;
  }
  .resources .new-banner-wrapper .page-center {
    left: 0;
    padding-top: 0;
    //position: absolute !important;
    right: 0;
    //top: 50% !important;
  }
  .resources .custom-default-banner-section-wrapper {
    min-height: 500px!important;
  }
}
@media screen and (max-width: 600px) {
  .new-banner-wrapper {
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 500px) {
  .new-banner-wrapper h1 {
    font-size: 45px !important;
  }
  .new-banner-wrapper {
    margin-top: -10px !important;
  }
  .banner-text {
    padding: 75px 10px 70px!important;
  }
}
@media screen and (max-width: 479px) {
  .custom-default-banner-section-wrapper .page-center {
    //top: 45% !important;
  }  
  .banner-text {
    padding: 75px 0px 100px !important;
  }
}

/**********Contact US Template************/

#hs_cos_wrapper_module_14449862526859170 input[type="submit"] {
  margin: 0px !important;
}
.custom-about-page .banner-text {
  width: 100%;
  float: left;
  //padding: 150px 100px 10px;
}
@media screen and (max-width: 999px) {
  #hs_cos_wrapper_module_14449862526859170 input[type="submit"] {
    margin: 0px !important;
  }
  .contact-page .contact-page h1{
    font-size:35px !important
  }
  .contact-page .contact-page h4{
    color:#fff !important
  }
  .contact-page .new-banner-wrapper {
    //padding-top: 100px;
  }
  .hs_cos_wrapper_type_header{
    background:none !important;
  }
  .custom-default-banner-section-wrapper .page-center {
    left: 0;
    padding-top: 0;
    //position: absolute !important;
    right: 0;
    //top: 30% !important;
  }
  .contact-page .contact-page .page-center {
    left: 0;
    padding-top: 0;
    //position: absolute;
    right: 0;
    // top: 40% !important;
    transform: translateY(-23px);
  }
  .contact-page .custom-default-banner-section-wrapper {
    min-height: 600px!important;
  }
  .custom-default-banner-section-wrapper img{
    display:none;
  }
  .custom-about-page .new-banner-wrapper {
    min-height: 600px !important;
  }
}
@media screen and (max-width: 800px) {
  .contact-page .new-banner-wrapper .page-center {
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 45% !important;
    transform: translateY(-23px);
  }
  .custom-about-page .banner-text {
    width: 100%;
    float: left;
    //padding: 150px 100px 10px !important;
  }
}
@media screen and (max-width: 500px) {
  .new-banner-wrapper h4 {
    font-size: 20px !important;
  } 
  .new-banner-wrapper h1 {
    //font-size: 16px !important;
  }
  .custom-about-page .banner-text {
    //padding: 50px 100px 10px !important;
  }
}

/************contact-new-version*****/
@media screen and (max-width: 999px) {
  .custom-contact-us-page .new-banner-wrapper .page-center {
    //top: 50% !important;
  }
  .custom-contact-us-page .custom-default-banner-section-wrapper {
    min-height: 600px !important; 
  }
}
@media screen and (max-width: 800px) {
  .custom-contact-us-page .new-banner-wrapper .page-center {
    //top: 51% !important;
  }  
}
@media screen and (max-width: 600px) {
  .custom-contact-us-page .new-banner-wrapper .page-center {
    //top: 40% !important;
  }
  .custom-contact-us-page .custom-default-banner-section-wrapper {
    min-height: 600px !important;
    max-height: unset !important;
  }
}
@media screen and (max-width: 500px) {
  .custom-contact-us-page .new-banner-wrapper .page-center {
    //top: 48% !important;
  }
  .custom-contact-us-page .new-banner-wrapper h1{
    font-size:35px !important;  
  }
  .custom-contact-us-page #hs_cos_wrapper_module_144489204562610179 p, #hs_cos_wrapper_module_144489204562610179 li, #hs_cos_wrapper_module_144489204562610179 span, #hs_cos_wrapper_module_144489204562610179 label, #hs_cos_wrapper_module_144489204562610179 h1, #hs_cos_wrapper_module_144489204562610179 h2, #hs_cos_wrapper_module_144489204562610179 h3, #hs_cos_wrapper_module_144489204562610179 h4, #hs_cos_wrapper_module_144489204562610179 h5, #hs_cos_wrapper_module_144489204562610179 h6 {
    font-size: 35px !important;
  }
}
/********Pricing page*******/
body .fb-message h1,
.fb-message h2,
.fb-message h3,
.fb-message h4,
.fb-message h5,
.fb-message p,
.fb-message span{
  font-family: 'Abel',sans-serif !important;
}
.ser-bg .new-banner-header {
  padding: 0px 0px 0px;
}
.new-text h1{
  font-family: 'Abel',sans-serif !important;
}
#hs_cos_wrapper_module_1503497134283186 p, #hs_cos_wrapper_module_1503497134283186 li, #hs_cos_wrapper_module_1503497134283186 span, #hs_cos_wrapper_module_1503497134283186 label, #hs_cos_wrapper_module_1503497134283186 h1, #hs_cos_wrapper_module_1503497134283186 h2, #hs_cos_wrapper_module_1503497134283186 h3, #hs_cos_wrapper_module_1503497134283186 h4, #hs_cos_wrapper_module_1503497134283186 h5, #hs_cos_wrapper_module_1503497134283186 h6 {
  font-family: 'Abel',sans-serif !important;
}
.contact-form p span strong {
  font-family: 'Abel',sans-serif !important;
}
.hs-form-field i {
  font-family: 'Abel',sans-serif !important;
}
@media(max-width:800px){
  .fb-message .main-content {
    padding-top: 100px;
    display: block;
    width: 100%;
  }
  .fb-message .wrapper {
    padding-top: 100px;
  }
  .ser-bg .new-banner-header {
    padding: 0px 0px 0px;
  }
  .ser-bg .new-banner-wrapper {
    margin-top: 0px !important;
  }
  .ser-bg .new-banner-wrapper {
    max-height: unset!important;
  }
  .big-banner .new-banner-wrapper {
    max-height: unset !important;
    min-height: 800px !important;
  }
  .ser-bg .new-banner-wrapper {
    margin-top: -30px !important;
  }
  .ser-bg .new-banner-header {
    padding: 0px 0px 0px;
  }
}

/*******Blog Ccategories*******/

.title-background.padding20tb {
  //margin-top: 120px;
}
.title-background.padding20tb h1 {
  font-family: 'Abel',sans-serif !important;
}
.span12.widget-span.widget-type-header.text-center h2 {
  font-family: 'Abel',sans-serif !important;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
  font-family: 'Abel',sans-serif !important;
}
.subscribe-form .hs-button.primary{
  font-family: 'Abel',sans-serif !important;
}
.site-page .subscribe-form .hs-button.primary:hover{
  color:#fff;
}
.blog-category .banner-text h1,
.blog-category .banner-text h2,
.blog-category .banner-text h3,
.blog-category .banner-text h4,
.blog-category .banner-text p,
.blog-category .banner-text p a
{
  color:#fff !important;
  text-align:center !important;
  margin:0px;
  padding:5px 0px;
  font-family: 'Abel',sans-serif !important;
}
.blog-category .banner-text ul li{
  color:#fff !important;
}
.blog-category .banner-text ul {
  list-style-position: inside;
  text-align: center;
  margin: 0px auto;
  width: 300px;
  padding-left: 0px;
}
.blog-category .learn-more-txt a {
  color: #fff !important;
}
.blog-category .learn-more-txt ul li {
  color: #fff !important;
}
@media(max-width:1130px){
  .blog-category .services-section-module {
    width: 31%;
  }  
  .blog-category .span3.widget-span.widget-type-custom_widget {
    // width: 90%;
    // text-align: left;
    //float:none;
    margin:0px auto;
  }
  .blog-category .span3.widget-span.widget-type-custom_widget h2,
  .blog-category .span3.widget-span.widget-type-custom_widget h3{
    text-align:center;
  }
}
@media(max-width:1080px){
  .one-column table {
    width: 90% !important;
    float: none !important;
    margin: 0px auto !important;
  }
}
@media(max-width:999px){
  .blog-category .banner-text {
    width: 100%;
    float: left;
    //padding: 200px 10px 10px !important;
  } 
}
@media(max-width:800px){
  .blog-category .new-banner-wrapper {
    margin-top: -30px !important;
  }
  .blog-category .services-section-module {
    width: 100%;
  } 
  .span3.widget-span.widget-type-rich_text.services-section-module {
    margin-left: 0px;
  }
  .span3.widget-span.widget-type-rich_text.services-section-module h2,
  .span3.widget-span.widget-type-rich_text.services-section-module h3{
    text-align:center;
  }
  .custom-contact-us-page .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    position: relative !important; 
    bottom: unset !important; 
  }
  .custom-contact-us-page input.hs-button.primary.large{
    margin-right:0px !important;
  }
}
@media(max-width:500px){
  .one-column table {
    width: 70% !important;
    float: none !important;
    margin: 0px auto !important;
  } 
  .one-column td {
    max-width: 534px !important;
    width: 100% !important;
    float: left;
  }
}
/*********service plan page***********/
.service-plan .span12.widget-span.widget-type-rich_text.banner-text h1 em span {
  font-family: 'Abel',sans-serif !important;
}
.service-plan .new-banner-wrapper {

  min-height: auto !important; */
  position: relative !important;
  background-color: rgba(0,0,0,0.2) !important;
  z-index: 9999 !important;
  display: block!important;
  text-align: center;
  padding:  0px 0px !important; 
}
.cfo-service .new-banner-wrapper {

  min-height: auto !important; */
  position: relative !important;
  background-color: rgba(0,0,0,0.2) !important;
  z-index: 9999 !important;
  display: block!important;
  text-align: center;
  padding:  0px 0px !important; 
}
.service-plan .banner-text {
  width: 100%;
  float: left;
  padding: 50px 100px 20px;
}
body.service-plan {
  font-family: 'Abel',sans-serif !important;
}
.service-plan .span12.widget-span.widget-type-rich_text.participant-heading p span {
  font-family: 'Abel',sans-serif !important;
}
.service-plan .span12.widget-span.widget-type-rich_text.participant-heading p {
  font-family: 'Abel',sans-serif !important;
}
.service-plan .accordion-section-title{
  font-family: 'Abel',sans-serif !important; 
}
input.hs-button.primary.large{
  font-family: 'Abel',sans-serif !important; 
}
@media(max-width:999px){
  .service-plan .span12.widget-span.widget-type-rich_text.banner-text {
    padding: 50px 0px 10px !important;
  }  
}
@media(max-width:800px){
  .service-plan .span12.widget-span.widget-type-rich_text.banner-text {
    padding: 100px 0px 10px !important;
  } 
}
@media (max-width: 600px){
  .service-plan .span12.widget-span.widget-type-rich_text.banner-text {
    padding: 70px 0px 10px !important;
  }
}
@media (max-width: 500px){
  .service-plan .new-banner-wrapper {
    min-height: unset !important;
  }
  .header_custom_btn a {
    font-size: 10px !important;
    line-height: 16px !important;
    padding: 10px !important;
  }
}
@media (max-width: 400px){
  .service-plan .hs_cos_wrapper {
    margin-bottom: 0px !important; 
    margin-left: 0px !important; 
  }
  #hs_cos_wrapper_module_152301194379564{
    margin-bottom: 0px !important; 
    margin-left: 0px !important; 
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
  }
  .header-logo-wrapper img {
    width: 90px;
  }
}


.custom-two-col-left-wrapper {
  width: 100% !important;
  box-sizing: border-box !important;
}
#hs_cos_wrapper_module_1572628921439120 {
  display: block !important;
  padding: 0px 50px !important;;
  text-align: center;
}
/******CF) service page*******/
.cfo-service .banner-text {
  width: 100%;
  float: left;
  padding: 100px 100px 20px;
}
.cfo-service .span12.widget-span.widget-type-cell.banner-wraper.new-banner-wrapper {
  background-image: none !important;
}
.cfo-service .new-banner-wrapper {
  min-height: inherit !important;
}
.cfo-service .new-banner-wrapper .page-center {
  padding: 0px !important;
}
.cfo-service .new-banner-wrapper h1 {
  padding-top: 0px !important; 
  padding-bottom:10px !important;
}
@media (max-width: 999px){
  .cfo-service .banner-text {
    padding-bottom: 20px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    padding-top:100px !important;
  }
}
@media (max-width: 600px){
  .cfo-service .new-banner-wrapper h1 {
    font-size: 45px !important;
    line-height: 55px;
  }
  .cfo-service .banner-text {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 60px !important;
  }
}
@media (max-width: 500px){
  .cfo-service .new-banner-wrapper h1 {
    font-size: 45px !important;
    line-height: 55px;
  }
}
@media (max-width: 400px){
  .cfo-service .span12.widget-span.widget-type-rich_text.banner-text h5 span {
    line-height: 42px !important;
  }  
}
/*********Team member profile**********/

.site-page h3.team-member-name b {
  font-family: 'Abel',sans-serif !important;
}
.site-page h3 strong{
  font-family: 'Abel',sans-serif !important;
}
.testimon-cont p {
  font-family: 'Abel',sans-serif !important;
}
.no-banner .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #000 !important;
}
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li {
  margin-right: 0px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
  display:none !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before{
  display:none !important;
}
.no-banner .custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
  background:  #2a545e !important;
}
.no-banner .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  color: #c9b151 !important;
}
.no-banner .custom-menu-primary .hs-menu-wrapper>ul ul li a{
  padding: 10px 20px !important;
}
.no-banner .custom-menu-primary .hs-menu-wrapper>ul{
  padding-top: 0px !important;
}
.no-banner .page-center {
  padding: 0px 20px !important;
}
.no-banner .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
  // display: block;
  //float: left !important;
  //width: 100% !important;
  // margin-left: 0 !important;
}
.no-banner .mobile-trigger i, 
.no-banner .mobile-trigger i:before, 
.no-banner .mobile-trigger i:after {
  background-color: #000 !important;
}
.no-banner .header-outer-wrapper .header-nav-wrapper.custom-menu-primary.js-enabled {
  padding-top: 30px;
  float: right !important;
  //text-align: left !important;
}
.no-banner .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 !important;
  top: 0 !important;
}
.custom-contact-us-page .new-banner-header h4 {
  font-size: 25px !important;
  color: #fff !important;
}
.custom-contact-us-page .span12.widget-span.widget-type-custom_widget h4 {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 800px){
  .no-banner .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 5px 8px 6px !important;
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    margin-top:0px !important;
  } 
  .no-banner .mobile-trigger {
    top: -70px !important;
  }
  .no-banner .mobile-trigger i:before {
    top: -8px !important; 
    margin:0px !important;
  }
  .no-banner .mobile-trigger i:after {
    top: 8px !important;
    margin-top:0px !important;
  }
  .no-banner .title-background {
    margin-top:130px !important;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper {
    display: block ;
    background: transparent !important;
  }
  .no-banner .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .ser-bg .new-banner-header {
    padding: 0px 0px 0px;
  }

}
/********SAHARA FAQ*******/

.sahara .row-fluid .wrapper {
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
  float: left !important;
  padding: 0;
}
.sahara .row-fluid .header-paddingtop {
  padding-top: 0px !important; 
}
.sahara .row-fluid .bg-img {
  display: block;
  width: 100%;
}
.sahara .row-fluid .column-section {
  padding: 5px 0 70px;
}
.sahara .new-banner-wrapper {
  //min-height: unset !important;
}
.sahara .span12.widget-span.widget-type-linked_image.bg-img img {
  min-height: 600px;
}
.sahara .span12.widget-span.widget-type-cell.about-hero {
  position: absolute;
  top: unset;
  bottom: 20px;
}
.sahara .row-fluid .faq3-section1 {
  margin-top: 30px;
  padding: 30px 30px;
  border: 1px solid #40e4b3;
  box-sizing: border-box;
}
.sahara .span11.widget-span.widget-type-custom_widget {
  width: 100%;
  float: left;
  margin: 0px auto;
}
.sahara .row-fluid .recent-section1 {
  margin: 30px 0px 0;
  display: block;
}
@media (max-width: 999px){
  .sahara .row-fluid .recent-section1 {
    margin: 30px 0px 0;
    display: block;
  }
}
@media (max-width: 800px){
  .sahara .row-fluid .recent-box {
    padding: 0 0px;
    width: 100%;
    float: left;
  }
  .sahara .row-fluid .recent-section1 {
    margin: 30px 0px 0;
    display: block;
  }
}
@media (max-width: 767px){
  .sahara .span12.widget-span.widget-type-cell.about-hero {
    position: absolute;
    top: unset;
    bottom: 66px;
  }  
  .sahara .row-fluid .about-hero h2 {
    font-size: 30px;
    line-height: 60px;
  }
  .sahara table {
    width: 80% !important;
    float: none;
    margin: 0px auto;
  }
}
/********Alande-Free Homepage*********/
.alande-home .new-banner-wrapper {
  display: block !important;
  padding: 0px !important;
  min-height:700px !important;
}
.service .new-banner-wrapper {
  display: block !important;
  padding: 0px !important;
  min-height:600px !important;
  height:auto !important;
}
.alande-home ul.hs-menu-children-wrapper {
  border:none !important
}
.alande-home .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a{
  color:#fff !important;
  font-size: 18px !important;
  font-weight: 100 !important;
  font-family: 'Abel',sans-serif !important;
}
.alande-home .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a:hover{
  color: #c9b151 !important;
}
.alande-home .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a{
  background: none !important;
  font-family: 'Abel',sans-serif !important;
}
.alande-home .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a:hover {
  background: #ffffff !important;
  color: #c9b151 !important; 
}
.alande-home .header-container.container-fluid{
  background-color:transparent !important;
}
.alande-home .new-banner-wrapper{
  z-index: 999 !important;
}
.alande-home .parallax-frame {
  padding-top: 50px !important;
}
.alande-home .hs-menu-item a.child-trigger:before {
  border: none !important;
}
.alande-home .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  padding-left: 0 !important;
  background: #c9b151;
}
.alande-home .custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
  background: #c9b151 !important;
}
.alande-home .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  //visibility: hidden;
  opacity: 1;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.alande-home .header-inner-wrapper ul>li.hs-menu-item.hs-menu-depth-1:last-child a:hover {
  background-color: #c9b151 !important;
  transition: 1s all !important;
  color: #000 !important;
}
.alande-home .header-inner-wrapper ul>li.hs-menu-item.hs-menu-depth-1:last-child a {
  background-color: #c9b151 !important;
  color: #000 !important;
  max-width: 100% !important;
  border: 1px solid #c9b151 !important;
  line-height: 20px !important;
}
.alande-home .header-inner-wrapper ul>li.hs-menu-item.hs-menu-depth-1 a:hover {
  background-color:  #2a545e !important;
  color: #fff !important;
  transition: 1s all;
  max-width: 100% !important;
  border: 1px solid #c9b151 !important;
  line-height: 20px !important;
}
.alande-home .header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.alande-home .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a{
  line-height: 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.alande-home .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 !important;
  top: 0 !important;
}
.alande-home .header-outer-wrapper .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  color: #000 !important;
}
.alande-home .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;
}
.alande-home .custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  text-align: left;
}
@media (max-width: 999px){
  .alande-home .new-banner-wrapper {
    max-height: unset !important;
  }
  .span12.widget-span.widget-type-cell.page-center.parallax-frame {
    padding-top: 12% !important;
  }
}
@media (max-width: 767px){
  .span12.widget-span.widget-type-cell.page-center.parallax-frame {
    padding-top: 26% !important;
  } 
  .parallax.module h2 {
    font-size: 48px !important;
  }
}
/*******service page******/
.service .banner-text {
  width: 100%;
  float: left;
  padding: 80px 100px 80px;
}
.service .banner-text h3{
  padding-top:30px; 
}
strong {
  font-family: 'Abel',sans-serif !important;
}
.service .tooltip {
  position: relative;
  display: flex !important;
}
.service .new-banner-wrapper{
  min-height: inherit !important;
}
.service .new-banner-wrapper h1{
  padding-top:0px !important;
  line-height: 48px;
}
.service .banner-text h5 {
  font-size: 20px;
  padding: 30px 0px 20px;
  margin:0px;
}
.service .banner-text p {
  padding-bottom: 10px;
  padding-top: 30px;
  font-size: 18px;
}
.service .span12.widget-span.widget-type-rich_text {
  //padding: 0px 20px !important;
}
@media (max-width: 999px){
  .service .banner-text {
    width: 100%;
    float: left;
    padding: 80px 110px 30px !important;
  }
  .service .banner-wraper>div {
    padding: 10px 0px 80px;
  }
  .custom-one-column-page .new-banner-wrapper {
    max-height: 600px !important;
    min-height: 600px !important;
  }
}
@media (max-width: 800px){
  .service .new-banner-wrapper {
    min-height: inherit !important;
  }
  .service .banner-text {
    width: 100%;
    float: left;
    padding: 120px 10px 80px !important;
  }
  .custom-one-column-page .span8.widget-span.widget-type-cell {
    width: 100% !important;
    float: left !important;
  }
  .custom-one-column-page .span4.widget-span.widget-type-form.our-services-form{
    width:100% !important;
    float:left !important; 
    margin-left: 0px !important;
  }
  .custom-one-column-page .custom-default-banner-section-wrapper .page-center {
    top: 45% !important;
  }
  .custom-one-column-page .banner-text {
    padding: 100px 10px 10px !important;
  }
}
@media (max-width: 600px){
  .service .banner-text {
    width: 100%;
    float: left;
    padding: 70px 10px 10px !important;
  } 
  .custom-one-column-page .banner-text {
    padding: 60px 10px 10px !important;
  }
}
@media (max-width: 500px){
  .custom-one-column-page .banner-text {
    padding: 60px 10px 10px !important;
  }
}
/*********Service page2**********/
.service2 .menuStickyCustomClass {
  position: inherit;
  z-index: 999;
  top: 90px;
  padding-bottom: 0px;
}
span.fa.fa-angle-up {
  // display: none;
}
.service2 .new-banner-wrapper {
  margin-top: -175px !important;
  min-height: inherit!important;
}
.service2 .banner-content-1 {
  text-align: center;
  // padding: 25% 0px 40px;
}
@media (max-width: 999px){
  .service2 .new-banner-wrapper {
    //margin-top: -80px !important;
  }
  .service2 .banner-content-1 {
    text-align: center;
    padding: 25% 0px 40px;
  }
  .service2 .service-flex {
    width: 46%;
  }
  .custom-about-page .banner-text {
    width: 100%;
    float: left;
    //padding: 150px 10px 10px !important;
  }
}
@media (max-width: 800px){
  .service2 .new-banner-wrapper {
    margin-top: -28px !important;
    min-height: inherit !important;
  }
  .service2 .custom-menu-primary .hs-menu-wrapper {
    //display: inline-block;
  }
  .service2 .banner-content-1 {
    text-align: center;
    padding: 40% 0px 40px;
  }
}
@media (max-width: 740px){
  .service2 .new-banner-wrapper {
    margin-top: 0px !important;
    min-height: inherit !important;
  }
}
@media (max-width: 600px){
  .service2 .banner-content-1 {
    text-align: center;
    padding: 44% 0px 40px;
  }  
}
@media (max-width: 500px){
  .service2 .banner-content-1 {
    text-align: center;
    padding: 55% 0px 40px;
  }  
}
@media (max-width: 999px){
  /* body .new-banner-wrapper {
  max-height: 600px !important;
} */
  .custom-two-col-with-sidebar .custom-default-banner-section-wrapper {
    min-height: 600px !important;
  }
}
/*******about page******/

.about .perform-banner-content {
  padding-top: 0px !important;
}
.custom-contactus-left-row-social-icons ul li a {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
  font-size: 32.3px;
  height: 84px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: 84px;
  transition: background 0.3s ease-out 0s,color 0.3s ease-out 0s;
  padding: 25px 20px !important;
}
@media (max-width: 800px){
  .about .perform-banner-content {
    padding-top: 0px !important;
  } 
  .about .new-banner-wrapper {
    margin-top: -30px !important;
  }
  .custom-blankbg-header .custom-default-banner-section-wrapper .page-center {
    left: 0;
    padding-top: 0;
    position: absolute !important;
    right: 0;
    top: 45% !important;
  }
}
@media (max-width: 767px){
  .custom-menu-primary .mobile-trigger {
    display: block !important;
  }
  body .custom-default-banner-section-wrapper h1{
    line-height: 56px !important;
  }
}
@media (max-width: 600px){
  .about .new-banner-wrapper h1 {
    padding-top: 0px;
    line-height: 55px;
  }
  .custom-about-page .banner-text {
    width: 100%;
    float: left;
    //padding: 130px 10px 10px !important;
  }
  .custom-about-page .new-banner-wrapper {
    min-height: 450px !important;
  }
  .custom-blankbg-header .span12.widget-span.widget-type-cell.custom-default-banner-section-wrapper.new-banner-wrapper {
    min-height: 450px !important;
  }
  .resources .custom-default-banner-section-wrapper h1 {
    padding-top: 0px;
    line-height: 56px !important;
  }
  body .custom-default-banner-section-wrapper h1{
    line-height: 56px !important;
  }
}
/**********performLaw Support********/
@media screen and (max-width: 476px) {
  .custom-contact-us-page .custom-default-banner-section-wrapper {
    min-height: 600px !important;
    max-height:800px !important;
  } 
  .custom-contact-us-page .new-banner-wrapper .page-center {
    top: 37% !important;
  } 
}
@media (max-width: 600px){
  .ty .new-banner-wrapper {
    min-height: 600px !important;
  }
  .ty .banner-text {
    width: 100%;
    float: left;
    padding: 60px 10px 10px !important;
  }
}
@media (max-width: 500px){
  .resources .banner-text {
    width: 100%;
    float: left;
    padding: 50px 10px 10px !important;
  }  
}
.custom-contact-us-page .header-outer-wrapper .header-inner-wrapper li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
  color: #fff !important;
}
/**********Blog list*******************/
.new-blog-list .new-banner-wrapper .perform-blog-banner-outer {
  padding: 60px 20px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  min-height: 600px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-blog-post .new-banner-wrapper .perform-post-banner-outer {
  height: auto;
  display: flex;
  align-items: center;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-blog-post .new-banner-wrapper,
.new-blog-list .new-banner-wrapper{
  display:block !important;
  padding:0px !important;
  min-height:80vh !important;
}

.new-blog-post .new-banner-wrapper .perform-post-banner-outer>div {
  background-color: rgba(40, 38, 38, 0.75);
  height: auto;
  align-items: center;
  display: flex;
  min-height: 600px;
}
.new-blog-post .section.post-header h4,
.new-blog-post .section.post-header p,
.new-blog-post .section.post-header h4 strong{
  font-family: 'Abel',sans-serif !important;
}
.new-blog-list .perform-blog-sub,
.new-blog-post .perform-blog-sub {
  padding: 20px;
  background-color: #2c2c2c;
  display: block !important;
  min-height: 280px !important;
}
.new-blog-list ul.tabs-menu,
.new-blog-post ul.tabs-menu {
  display: flex;
  flex-wrap: wrap;
}
.new-blog-list ul.tabs-menu li,
.new-blog-post ul.tabs-menu li{
  flex: 0 33.33%;
}
.custom-about-page .custom-default-banner-section-wrapper {
  //min-height: 600px !important;
}
body.custom-contact-us-page .custom-default-banner-section-wrapper .page-center {
  padding: 0;
  position: relative;
  top: 0px !important;
}
.custom-contact-us-page .custom-default-banner-section-wrapper{

}
.big-banner .new-banner-wrapper {
  max-height: unset !important;
  min-height: 800px !important;
}
.new-service-boxes-wrapper {
  position: relative;
  z-index:  9999   ;
}
.custom-home-page-slider-text {
  padding-left: 0px;
  padding-top: 0 !important;
}
.header-container-wrapper {
  position: relative !important;
  width: 100%;
  z-index: 99999;
}
.custom-contact-us-page .custom-default-banner-section-wrapper {
  min-height: 80vh !important;
}
@media (max-width: 999px){
  .custom-default-banner-section-wrapper .page-center {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (max-width: 800px){
  .custom-default-banner-section-wrapper .page-center {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (max-width: 600px){
  .custom-default-banner-section-wrapper .page-center {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (max-width: 500px){
  .custom-about-page .custom-default-banner-section-wrapper {
    min-height: 400px !important;
  }  
}
.custom-contact-us-form .hs_submit.hs-submit {
  text-align: center !important;
}

.custom-contact-us-form input.hs-button.primary.large {
  float: none !important;
}
.custom-contact-us-form .actions {
  padding-right: 0px !important;
  text-align: center !important;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  min-height: 70px !important;
}
/****************************OUR TEAM HEADER STYLING*******************************/
.our-team-header-inner-wrapper {
  //text-align: right !important;
}
.our-team-header-inner-wrapper {
  padding: 20px 10px !important;
  box-sizing: border-box !important;
}
.our-team-header-inner-wrapper ul>li.hs-menu-item.hs-menu-depth-1:last-child a {
  background-color: #c9b151 !important;
  color: #ffffff !important;
  max-width: 100% !important;
  border: 2px solid #ff0000 !important;
  line-height:20px !important;
}
.our-team-header-inner-wrapper ul>li.hs-menu-item.hs-menu-depth-1 a:hover {
  color:#c9b151 !important;
  transition: 1s all;
  background-color: transparent !important;
}
.our-team-header-inner-wrapper ul>li.hs-menu-item.hs-menu-depth-1:last-child a:hover {
  background-color: transparent !important;
  transition: 1s all !important;
  color:#d6b161 !important;
}
.our-team-header-outer-wrapper {
  position:relative !important;
}
.our-team-header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #000000 !important;
  line-height:20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;

}
.our-team-header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  //display:block !important;
  padding:0px !important;
}
.our-team-header-outer-wrapper .header-inner-wrapper li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
  color:#c9b151 !important;
}
.our-team-header-outer-wrapper .custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff !important;
}
.our-team-header-outer-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #d6b161 !important;
  background-color: transparent !important;
}
.our-team-header-outer-wrapper.custom-menu-primary .hs-menu-wrapper > ul ul{
  //display: block!important ;
  //padding:0px !important;
  //display: inherit !important;
}
.our-team-header-outer-wrapper .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
  display: inherit;
}
.our-team-header-outer-wrapper .header-nav-wrapper.custom-menu-primary.js-enabled {
  padding-top: 30px;
}
.our-team-header-outer-wrapper {
  z-index: 999999 !important;
}
.our-team-header-outer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block !important;
}
.our-team-header-outer-wrapper .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  color: #000 !important;
}
.our-team-header-outer-wrapper .custom-menu-primary ul {
  border-radius: 3px;
}
.our-team-header-outer-wrapper ul.hs-menu-children-wrapper  {
  border: none !important;
  border-top: 0px solid #ffffff !important;
  min-width: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 9px 30px 9px 20px !important;
}html {
  scroll-behavior: smooth;
}

/* Adjust if you have a sticky header so content isn’t hidden */
.jump-target {
  scroll-margin-top: 100px; /* adjust number to your header height */
}