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

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.css');

/*****************************************/
/* Start BGW styles */
/*****************************************/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Layout Style */
/* Common Style */
body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
}
html{
    scroll-behavior:smooth;
}
.row-fluid .container{
    width: 1370px;
    margin: 0 auto !important;
    float: none;
}
.hide{
    display: none !important;
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    color: #000000;
}
h4{
    font-size: 24px;
}
b, strong{
    color: #6d6a6a;
}
a {
    text-decoration: none;
    color: #fd4d25;
    font-weight: 600;
}
a:hover{
    color: #729743;
}
ul{
    color: #6d6a6a;
    font-size: 18px;
    line-height: 35px;
}
ul li{
    padding-bottom: 10px;
}

ol{
    color: #6d6a6a;
    font-size: 18px;
    line-height: 35px;
}
ol li{
    padding-bottom: 10px;
}
a.orange-btn, .orange-btn .hs-button {
    font-size: 18px;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 18px 140px;
    z-index: 9;
    border-radius: 0px 80px 0px 80px;
    transition: all 0.5s ease;
}
a.orange-btn:hover, .orange-btn .hs-button:hover{
    transform: scale(0.9);
}
a.orange-btn::before, .orange-btn .hs-button::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #FD4D25;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px 80px 0px 80px;
}
a.orange-btn::after, .orange-btn .hs-button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/orange-btn-bg.png);
    top: 0;
    right: 0;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top;
}

a.green-btn, .green-btn .hs-button{
    font-size: 18px;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 18px 140px;
    z-index: 99;
    border-radius: 0px 80px 0px 80px;
    transition: all 0.5s ease;
}
a.green-btn:hover, .green-btn .hs-button:hover{
    transform: scale(0.9);
}
a.green-btn::before, .green-btn .hs-button::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #729743;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px 80px 0px 80px;
}
a.green-btn::after, .green-btn .hs-button::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/Banner/green-btn-bg.png);
    top: 0;
    right: 0;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top;
}
a.lig-green-btn, .lig-green-btn .hs-button{
    font-size: 18px;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 18px 140px;
    z-index: 99;
    border-radius: 0px 80px 0px 80px;
    transition: all 0.5s ease;
}
a.lig-green-btn:hover, .lig-green-btn .hs-button:hover{
    transform: scale(0.9);
}
 .lig-green-btn .hs-button::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #729743;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px 80px 0px 80px;
}
a.lig-green-btn::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ABDA77;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px 80px 0px 80px;
}
a.lig-green-btn::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/light-green-btn-bg.png);
    top: 0;
    right: 0;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top;
}
.lig-green-btn .hs-button::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/Banner/green-btn-bg.png);
    top: 0;
    right: 0;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top;
}
.bgw-search-form .hs-search-field__input{
    color: #6d6a6a;
    border: none;
    padding: 15px;
    border-radius: 5px;
}
.search-result-page .bgw-search-form .hs-search-field__input{
    background-color: #ddd;
    color: #000000;
}
.search-result-page .bgw-search-form {
    /* padding-top: 175px; */
    /* padding-left: 15px; */
    width: 250px;
}
.search-result-page .search-form-inner {
    padding-top: 160px;
    padding-bottom: 20px;
}
.search-result-page .search-form-inner .search-lbl{
    width: 150px;
    text-align: right;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #6d6a6a;
}
.search-result-page .hs-search-results{
    padding: 15px;
}
@media(max-width: 991px){
    body, html{
        overflow-x: hidden;
    }
    .search-result-page .search-form-inner >.row-fluid-wrapper >.row-fluid {
        display: flex;
    }
    .search-result-page .search-form-inner .search-lbl{
        width: 100px;
        padding-right: 15px;
    }
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Header Style */
.header-container-wrapper{
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
}
.header{
    padding-top: 42px;
}
.main_head.sticky .header{
    padding: 0px;
}
.hs-menu-wrapper ul{
    padding-left: 0;
    margin: 0px;
}
.hs-menu-wrapper ul li{
    display: inline-block;
    list-style: none;
}
.main-menu .hs-menu-children-wrapper li{
    padding: 10px;
}
.main_head.sticky .logo{
    padding: 15px 0px;
}
.main_head.sticky  .main-menu .hs-menu-wrapper ul li{    
    padding: 0px;
    margin-top: 0px;
}
a{
    transition: all 0.5s ease;
}
a:hover{
    text-decoration: none;
}
.hs-menu-wrapper ul li a{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 0px 9px;
    position: relative;
}
.header .hs-menu-wrapper > ul > li{
    padding: 18px 0px;
}
.header .hs-menu-wrapper ul li,.header .hs-menu-wrapper ul li.hs-item-has-children{
    position: relative;
}
.header .hs-menu-wrapper ul li a{
    font-size: 18px;
    line-height: 40px;
}
.hs-menu-wrapper ul li a:after{
     position: absolute;
     content: '';
     width: 0;
     left: 0;
     height: 2px;
     background: #fff;
     bottom: -4px;
     transition: all 0.5s ease;
     right: 0;
     margin: 0 auto;
}
.header .hs-menu-wrapper ul li a:after{
    background: #FD4D25;
}
.header .hs-menu-wrapper ul li a:hover{
    color: #fff;
}
.hs-menu-wrapper ul li a:hover:after{
    width: 100%;
}
.header .hs-menu-wrapper ul li.active a:after{
    width: 100%;
}
.header .hs-menu-wrapper ul li:hover > a:after{
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header .row-fluid .span2{
    width : 170px;
}
.header .row-fluid .span6{
    width: calc(70% - 170px);
    margin: 0;
}
.header .row-fluid .span4{
    width: 30%;
    margin: 0;
}
.contact-btn .head-contact-btn, .client-resources-btn a{
    background: transparent;
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    position: relative;
    text-decoration: none;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease;

}
/* .contact-btn .head-contact-btn:after{
   position: absolute;
   content: '';
   width: 0;
   height: 100%;
   left: 0;
   top: 0;
   background: #abda77;
   transition: all 0.5s ease;
   z-index: -1;
   border-radius: 40px;
} */
/* .contact-btn .head-contact-btn:hover:after{
    width: 100%;
} */
.contact-btn .head-contact-btn{
    padding-right: 34px;
}
.contact-btn .head-contact-btn:hover:before{
    right: -5px;
}
.contact-btn .head-contact-btn:hover{
    color: #fd4d25;
}
.contact-btn .head-contact-btn:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-sm.png);
    background-color: #abda77;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
    background-size: 12px;
}
.client-resources-btn.active > a{
    color: #000;
}
.client-resources-btn.active #client-resources-toggle i:before{
    content: "\f057";
    color: red;
}
.nav.main-menu #menu-toggle .menu-icon .bar {
    width: 16px;
    height: 2px;
    background: #f6911f;
    margin: 3px 0px;
}
.client-resources-btn a{
    display: flex;
    align-items: center;
    padding-left: 36px;
}
.client-resources-btn a:before, .client-resources-btn a:after{
    display: none;
}
.client-resources-btn ul li a:hover{
    color: #fd9a25;
}
.client-resources-btn a:hover{
    color: #abda77;
}
.client-resources-btn #client-resources-toggle{
    display: inline-block;
    padding-right: 10px;
}
.header .head-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header  .row-fluid{
    display: flex;
    align-items: center;
}
.header-container-wrapper .bgw-search-form{
    opacity: 0;
    visibility: hidden;
    width: 200px;
    position: absolute;
    top: 100px;
    transition: all 0.6s ease;
    padding-top: 0px;
}

.header-container-wrapper .bgw-search-form .hs-search-field__input{    
    border: none;
    border-radius: 5px;
}
.header-container-wrapper .bgw-search-form.active{
    opacity: 1;
    visibility: visible;
}
.header-container-wrapper .search-glass-icon .glass-icon{
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/magnifying-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}
.blog-page .bgw_template_header:not(.sticky) .search-glass-icon .glass-icon{
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/magnifying-red.png);
}
.main_head.sticky{
    background: #729743;
}
.bgw_template_header.main_head .main-menu ul li a span.down-arrow{
    position: absolute;
    top: 50%;
    right: -12px;
    color: #abda77;
    font-size: 12px;
    transform: translateY(-50%);
}
.mega-menu-content{

    opacity: 0;
    position: absolute;
    width: 750px;
    transition: all 0.6s ease;
    z-index: -999;
    visibility: hidden;
    transform: translateY(-10px);

}
.mega-menu-content .mega-menu-inner{
    background: #fff;
    padding: 20px;
    border-radius: 0px 143px 0px 143px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.mega-menu-inner .left-cricle{
    width: 250px;
    height: 250px;
    position: absolute;
    background: #739743;
    border-radius: 0% 100% 100% 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 40px rgba(0,0,0,0.3);
}
.mm-cricle-link{
    text-decoration: none;
}
.mm-cricle-link .title{
    font-size: 22px;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 400;
}
.mm-cricle-link .title span{
    font-weight: 800;
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.mm-cricle-link .subtitle{
    font-size: 14px;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    position: relative;

}
.mm-cricle-link .subtitle:hover:before{
    right: -36px;
}
.mm-cricle-link .subtitle:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/orange-arrow-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease;
}
.mega-menu-content.active{
    opacity: 1;
    z-index: 99;
    visibility: visible;
    transform: translateY(0);
}
.mm-right{
    margin-left: 260px;
}
.mm-right .title{
    text-align: center;
    color: #18222A;
    font-size: 24px;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    left: -50px;
}
.mm-right .title img{
    width: 14px;
    position: relative;
    top: -2px;
    left: 4px;
}
.mm-right .title span{
    font-weight: 800;
}
.mm-level-contents{
    display: flex;
}
.lvl-box .lvl-inner .lvl-id{
    color: #B0ADAD;
    font-size: 14px;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
}
.lvl-title{
    color: #000;
    font-size: 16px;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 800;
}
.lvl-menus ul li a{
    color: #729743;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Red Hat Display',sans-serif;
    display: block;
    margin: 0 !important;
}
.lvl-menus ul li a:before{
    display: none;
}
.lvl-menus ul li a:hover{
    color: #f27f00;
}
.lvl-menus ul{
    columns: unset;
    column-gap: 0px;
    display: flex;
    flex-wrap: wrap;
}
.lvl-menus ul li{
    display: block;
    width: 50%;
}

.mm-level-contents .lvl-box{
    width: 50%;
    position: relative;
}
.mm-level-contents .lvl-box:first-child:before{
    position: absolute;
    content: '';
    width: .25px;
    height: 70%;
    top: 24px;
    right: 40px;
    background: rgba(0,0,0,0.2);
}
.lvl-menus{
    padding-top: 15px;
}
.lvl-content p{
    font-size: 14px;
    color: #8D817D;
    font-weight: 500;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
    padding: 10px 0px;
    line-height: 21px;
}
.lvl-btn{
    font-size: 14px;
    color: #FD4D25;
    text-decoration: none;
    font-weight: 800;
    font-family: 'Red Hat Display',sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-top: 30px;
}
.lvl-btn:before{
    position: absolute;
    content: '';
    width: 27px;
    height: 27px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #FD4D25;
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-sm.png);
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.lvl-btn:hover:before{
    right: -6px;
}
.client-resource-menu{
    position: fixed;
    top: -1000%;
    transition: all 0.3s ease;
    height: 0;
}

.client-resources-btn{
    position: relative;
}
.client-resource-menu.active{
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 100px;
    background: #fff;
    height: 130px;
    width: 280px;
    border-radius: 0px 0px 0px 50%;
    padding-bottom: 20px;
}
.client-resource-menu ul{
    display: flex;
    flex-direction: column;
    padding: 0px 9px 20px;
    margin: 0;
}
.client-resource-menu ul li{
    padding: 14px 0px;
    position: relative;
}

.client-resource-menu ul li a{
    padding: 0px 35px;
    color: #729743;
    font-size: 17px;
    font-weight: 500;
    line-height: normal !important;
    margin: 0;
}
.client-resource-menu ul li a:hover{
    color: #729743 !important;
}
.client-resource-menu ul li:first-child:before{
    position: absolute;
    content: '';
    width: 100%;
    right: -36px;
    height: 1px;
    background: #eee;
    bottom: 0;
}
/* .hs-item-has-children .hs-menu-children-wrapper{
    display: none;
} */
.main_head.sticky .main-menu .hs-menu-wrapper > ul > li{
    margin: 0;
    padding: 32px 0px;
}
.main_head.sticky .main-menu .hs-menu-wrapper>ul>li .hs-menu-children-wrapper > li{
    padding: 10px;
}
@media(max-width: 1400px){
    .client-resource-menu ul li:first-child:before{
        right: -10px;
    }
    .client-resource-menu ul li a{
        margin: 0 !important;
        padding: 0px 12px;
    }
    .header-container-wrapper .row-fluid .container{
        width: 90%;
    }
    .header .hs-menu-wrapper ul li a{
        margin: 0px 6px;
      font-size:16px;
    }
  
    .header .row-fluid{
        display: flex;
    }
    .header .row-fluid .span2{
        width: 15%;
        margin: 0;
    }
    .header .row-fluid .span4{
        width: 30%;
        margin: 0;
    }
    .header .row-fluid .span6{
        width: 55%;
        margin: 0;
    }
    .client-resource-menu ul{
        padding-left: 30px;
    }
    .client-resource-menu ul li a{
        font-size: 14px;
    }
    .contact-btn .head-contact-btn, .client-resources-btn a{
        font-size: 16px;
    }
    .contact-btn .head-contact-btn{
        padding: 8px 10px;
    }
    .head-right .contact-btn{
        margin-right: 15px;
    }
    .contact-btn .head-contact-btn:before{
        width: 20px;
        height: 20px;
        background-size: 10px;
        right: -15px;
    }   
    .contact-btn .head-contact-btn:hover:before{
        right: -20px;
    }
    .bgw_template_header.main_head .main-menu ul li a span.down-arrow{
        right: -12px;
    }

}
@media(max-width: 1300px){
    .header .hs-menu-wrapper ul li a {
        font-size: 15px;
    }
    .bgw_template_header.main_head .main-menu ul li a span.down-arrow{
        right: -12px;
    }
}
@media(max-width: 1210px){
.header-container-wrapper .row-fluid .container{
    width: calc(100% - 50px);
}
.header .hs-menu-wrapper ul li a {
    font-size: 14px;
}
.contact-btn .head-contact-btn, .client-resources-btn a {
    font-size: 13px;
}
.header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-1>.hs-menu-children-wrapper li a{
    font-size: 13px;
}
.main-menu .hs-menu-children-wrapper li {
    padding: 4px 10px;
}
}

@media(max-width: 1075px){
    .header-container-wrapper {
        position: absolute;
    }
    .header .hs-menu-wrapper ul li,.header .hs-menu-wrapper ul li.hs-item-has-children{
        position: initial;
    }
    .contact-mobile-btn .cta_button{
        display: block !important;
    }
    .header .hs-menu-wrapper ul li:hover a:after{
        display: none;
    }
    .mm-level-contents .hs-menu-wrapper ul li a{
        display: inline-block;
        position: relative;
    }
    .mm-level-contents .hs-menu-wrapper ul li a:after {
        position: absolute;
        content: "\f107";
        width: 0;
        left: unset;
        height: unset;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        background: transparent;
        bottom: unset;
        transition: all .5s ease;
        transform: rotate(-90deg);
        color: #fd4d25;
        right: -4px;
        top: 13px;
    }
    .client-resource-menu ul {
        padding-left: 0px;
    }
    .contact-btn .head-contact-btn, .client-resources-btn a{
        font-size: 16px;
    }
    .client-resources-btn a{
        padding: 0;
    }
    .client-resources-btn a{
        padding-left: 20px;
    }
    .hs-menu-wrapper ul li a {
        padding: 0px 8px;
        font-size: 14px;
    }
    .mega-menu-inner .left-cricle {
        width: 200px;
        height: 200px;
    }
    .mm-right {
        margin-left: 190px;
    }
    .mm-cricle-link .title{
        font-size: 18px;
    }
    .lvl-menus ul li a{
        padding: 12px 0px;
    }
    .mm-level-contents .lvl-box:first-child{
        padding-right: 30px;
    }

    .mm-level-contents .lvl-box:first-child:before{
        right: 30px;
        width: calc(100% - 30px);
        height: 1px;
        top: unset;
        bottom: 17px;
        background: #eee;
    }
    .client-resource-menu.active{
        padding-left: 40px;
    }
    .nav.main-menu{
        float: right;
    }
    .client-resources-btn a{
        font-weight: 500;
    }
    .main-menu .mobile-menu-inner {
        position: fixed;
        top: 0;
        width: 90%;
        background: #fff;
        height: 100vh;
        left: -100%;
        transition: all 0.6s ease;
        z-index: 99;
        overflow: auto;
    }
    .mobile-menu-inner .hs-menu-children-wrapper.open-menu-list{
        display: none;
    }
    .mobile-menu-inner .contact-mobile-btn{
        text-align: center;
        width: calc(100% - 60px);
        margin: 50px auto 30px;
    }
    .main-menu .mobile-menu-inner ul li a:hover{
        color: #010348 !important;
    }
    .main-menu .mobile-menu-inner::before{
        position: absolute;
        content: '';
        width: 170px;
        height: 170px;
        top: -30px;
        left: -30px;
        background-color: #FB961F;
        border-radius: 50%;
        background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/logo-icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    }
    .main-menu.mobile-active .mobile-menu-inner{
        
        left: 0;
    }
    .main-menu .mobile-menu-inner .hs-menu-wrapper > ul{
        margin-top: 140px;
        left: -100%;
        position: relative;
        transition: all 0.4s ease-out;
    }
    /* .main-menu.mobile-active .mobile-menu-inner ul.open-menu-list{
        display: none !important;
    } */
    .main-menu.mobile-active .mobile-menu-inner ul li{
        display: block;
    }
    .main-menu .mobile-menu-inner ul li a {
        font-weight: 400;
        color: #010348;
        padding: 14px 30px;
        display: block;
        font-size: 18px;
        margin: 0;
    }
    .main-menu.mobile-active .mobile-menu-inner ul li:last-child a:before{
        display: none;
    }
    .mobile-menu-inner .mobile-menu-close{
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .mobile-menu-inner .mobile-menu-close:before{
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
        background : url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/close-icon.png) no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mobile-menu-inner .mobile-menu-close i{
        display: none;
    }
    .main-menu.mobile-active .mobile-menu-inner ul li a:before{
        position: absolute;
        content: '';
        width: calc(100% - 30px);
        right: 0;
        height: 0.5px;
        bottom: 0;
        background: #729743;
        left: unset;
    }
    .nav.main-menu #menu-toggle{
        text-align: right;
        display: flex;
        justify-content: end;
    }

    .contact-btn .head-contact-btn{
        display: none;
    }
    .mobile-menu-close{
        display: none;
    }
    .menu-text{
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Red Hat Display', sans-serif;
        display: inline-block;
        padding-left: 5px;
    }
    .contact-mobile-btn .hs_cos_wrapper{
        position: relative;
        background: none;
    }
    .contact-mobile-btn .hs_cos_wrapper:before{
        display: none;
    }
    .bgw_template_header.main_head .main-menu ul li a span.down-arrow{
        right: 10px;
        color: #fd4d25;
        transform: translateY(-50%) rotate(-90deg);
        top: 50%;
        font-size: 18px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .desktop-menu-inner{
        display: none;
    }
    .mega-menu-section .mega-menu-content{
        position: fixed;
        top: 0;
        left: -100% !important;
        width: 0 !important;
        z-index: 999;
        height: 100%;
        transition: all 0.3s ease;
        overflow: auto;
    }
    .mega-menu-section .mega-menu-content.active{
        left: 0 !important;
        width: 90% !important;
    }
    .mega-menu-content .mega-menu-inner{
        padding: 0px;
        border-radius: 0;
        overflow: hidden;
    }
    .lvl-menus ul li a{
        padding: 8px 5px;
        font-size: 16px;
    }
    .mega-menu-inner .left-cricle {
        width: auto;
        height: auto;
        position: relative;
        background: transparent;
        border-radius: 0;
        top: 0;
        left: 0;
        display: block;
        box-shadow: none;
    }
    .mm-cricle-link .title {
        font-size: 16px;
        color: #010348;
        line-height: 30px;
        margin-left: 30px;
        padding-bottom: 14px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        position: relative;
    }
    .mm-cricle-link .title:before{
        position: absolute;
        content: "\f107";
        width: 0;
        left: unset;
        height: unset;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        background: transparent;
        bottom: unset;
        transition: all .5s ease;
        transform: translateY(-50%) rotate(-90deg);
        color: #fd4d25;
        right: 40px;
        top: 50%;
    }
    .mm-cricle-link .subtitle{
        display: none;
    }
    .mm-right {
        margin-left: 0;
    }
    .lvl-menus ul {
        columns: unset !important;
        column-gap: 0;
    }
    .mm-level-contents{
        flex-direction: column;
        padding: 20px 0px 0px 30px;
    }
    .mm-level-contents .lvl-box{
        width: 100%;
        padding-bottom: 30px;
    }
    .header .hs-menu-wrapper ul li.active a:after{
        display: none;
    }
    /* .mm-level-contents .lvl-box:first-child:before{
        position: absolute;
    content: '';
    width: .25px;
    height: 80%;
    right: 40px;
    background: rgba(0,0,0,0.5);
    transform: translateY(-20%);
    top: 20%;
} */
    .client-resources-btn a{
        padding: 0;
    }
    .back-to-mainmenu{
        padding: 30px 20px 40px;
        position: relative;
        z-index: 99;
        display: inline-block;
    }
    .back-to-mainmenu span{
        color: #000;
        font-size: 16px;
        font-family: 'Red Hat Display',sans-serif;
        font-weight: 400;
    }

    .mobile-main-menu-title{
        color: #FD4D25;
        font-size: 16px;
        font-family: 'Red Hat Display',sans-serif;
        font-weight: 800;
        display: block;
        padding-left: 30px;
        padding-bottom: 20px;
    }
    .mega-menu-content .mobile-menu-close{
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 15px;
        color: #FD4D25;
        font-size: 20px;
    }
    .lvl-btn:before{
        width: 20px;
        height: 21px;
    }
    .lvl-btn:after {
        width: 17px;
        height: 12px;
        right: 0;
        background-size: 12px;
    }
    .mm-right .title{
        text-align: left;
        margin-bottom: 0;
        padding-left: 30px;
        font-size: 20px;
        left: unset;
    }
    .lvl-menus ul {
        display: flex;
        flex-wrap: wrap;
        columns: 1;
        margin-top: 15px;
    }
    .lvl-menus ul li {
        display: block;
        width: 50%;
    }
    .lvl-menus ul li a:hover {
        color: #729743;
    }
    .mega-menu-mobile-content:before{
        position: absolute;
        content: '';
        top: -45px;
        left: -15px;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/logo-icon-orange.png) no-repeat;
        width: 150px;
        height: 150px;
        background-size: contain;
        z-index: 0;
    }
    .main_head.sticky .main-menu .hs-menu-wrapper > ul > li{
        margin: 0;
        padding: 0;
    }

    .mm-cricle-link .title span{
        font-size: 18px;
        margin: 0;
    }
    .client-resources-btn #client-resources-toggle i{
        color: #fb961f;
    }
    .main_head.sticky .nav.main-menu #menu-toggle .menu-icon .bar{
        background: #fff;
    }
    .main_head.sticky .client-resources-btn #client-resources-toggle i{
        color: #fff;
    }
    .header .hs-menu-wrapper > ul li.hs-item-has-children>.hs-menu-children-wrapper.active.open-menu-list{
        left: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }
    .back-mainmenu.active,.back-menu.active{
        padding: 30px 40px 24px;
        position: absolute;
        z-index: 99;
        display: inline-block;
        background: #fff;
        height: 100px;
        top: 0;
    }
    .back-mainmenu.active:before, .back-menu.active:before{
        position: absolute;
    content: '';
    top: -45px;
    left: -15px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/logo-icon-orange.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    z-index: 0;
    }
    .header .hs-menu-wrapper ul li.hs-item-has-children>.hs-menu-children-wrapper {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: calc(100% - 30px);
        visibility: hidden;
        opacity: 0;
        transition: all .6s ease;
        transform: none;
        background: #fff;
        top: 0;
        border-radius: 0;
        box-shadow: none;
        left: -100%;
        margin-top: 0;
        padding-left: 30px;
    }
    .header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-2>.hs-menu-children-wrapper {
        width: -100%;
        visibility: hidden;
        background: #fff;
        left: -100%;
        top: 0;
    }
    .header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-2>.hs-menu-children-wrapper.active{
        left: calc(200% + 60px);
        visibility: visible;
        opacity: 1;
    }
    /* .header .hs-menu-wrapper > ul > li.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper{
        left: -100%;
        visibility: visible;
        opacity: 1;
    } */
    .header .hs-menu-wrapper.active > ul > li.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper.active{
        left: 100%;
    } 
    .header .hs-menu-wrapper > ul > li.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper{
        left: -100%;
        visibility: visible;
        opacity: 1;
    }
    .header .hs-menu-wrapper > ul > li.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper.active{
        left: 100%;
    }
    .header .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper.active  > .hs-menu-children-wrapper{
        left: -100%;
    }
    .header .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper.active  > .hs-menu-children-wrapper.active{
        left: 200%;
    }
    .header .hs-menu-wrapper ul li.hs-item-has-children > li{
        padding: 0;
    }
    .header .hs-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children.hs-menu-depth-2 > .hs-menu-children-wrapper.active{
        visibility: visible;
        opacity: 1;
        left: 0;
    }
    .main-menu.mobile-active .mobile-menu-inner .hs-menu-wrapper ul li.hs-menu-depth-1 .hs-menu-children-wrapper li{
        padding: 0;
    }
    .header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-1>.hs-menu-children-wrapper li a{
        font-weight: 400;
        color: #010348;
        padding: 14px 0px;
        display: block;
        font-size: 18px;
        margin: 0;
    }
    .header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-1>.hs-menu-children-wrapper li a::before{
        width: 100%;
    }
    .main-menu .mobile-menu-inner .hs-menu-wrapper.active >ul{
        left: 0%;
    }
    .mobile-menu-inner .contact-mobile-btn{
        display: none;
    }

}

@media(max-width: 767px){
    body .header .client-resource-menu ul li a{
        font-size: 16px;
        display: block;
        padding: 10px 0px;
    }
    
    body .header .client-resource-menu ul li{
        position: relative !important;
    }
    .header .hs-menu-wrapper>ul>li {
        padding: 0px;
    }
    .header-container-wrapper{
        position: absolute;
    }
    .nav.main-menu{
        float: none;
    }
    .client-resource-menu.active{
        padding-top: 50px;
    }
    .header .row-fluid .span6{
        position: absolute;
        top: 24px;
        left: 15px;
        width: 50%;
    }
    .header .row-fluid .span4{
        position: absolute;
        top: 24px;
        right: 15px;
        width: 50%;
    }
    .nav.main-menu #menu-toggle{
        justify-content: flex-start;
    }
    .header .row-fluid .span2{
        width: 100%;
        padding-top: 40px;
        position: relative;
    }
    .header .row-fluid .span2 .logo{
        text-align: center;
    }
    .bgw_template_header.main_head{
        position: relative;
    }
    .bgw_template_header.main_head::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 350px;
        top: -100% !important;
        background: #729743;
        left: 0;
        border-radius: 0% 0% 100% 100%;
    }
    .contact-btn .head-contact-btn, .client-resources-btn a{
        font-size: 400;
    }
    .main_head.sticky{
        background: transparent;
    }
    /* .main_head.sticky .header {
        padding: 20px 0px 0px;
    } */
    .nav.main-menu #menu-toggle .menu-icon .bar {
        background: #FB961F;
    }
    .main_head.sticky .nav.main-menu #menu-toggle .menu-icon .bar {
        background: #fff;
    }
    .main_head.sticky .client-resources-btn #client-resources-toggle i{
        color: #fff;
    }
    .client-resource-menu ul {
        padding-left: 0;
    }
}
@media(min-width: 1076px){
    #menu-toggle .menu-text{
        display: none;
    }
    .contact-mobile-btn, .mobile-menu-close, .mobile-menu-inner, .mobile-big-reason.mobile-view{
        display: none;
    }
}
.main-menu #menu-toggle{
    display: none;
}

.inside-page .contact-btn .head-contact-btn:before, .ourpeople-page .contact-btn .head-contact-btn:before{
    background-color: #FD4D25;
}
.ourpeople-page .contact-btn .head-contact-btn:hover, .ourpeople-page .client-resources-btn a:hover
.inside-page .contact-btn .head-contact-btn:hover, .inside-page .client-resources-btn a:hover{
    color: #FD4D25;
}
.inside-page .main_head .hs-menu-wrapper ul li a:before, .ourpeople-page  .main_head .hs-menu-wrapper ul li a:before{
    background: #FD4D25;
}
.inside-page .bgw_template_header.main_head .main-menu ul li a span.down-arrow,
.ourpeople-page .bgw_template_header.main_head .main-menu ul li a span.down-arrow{
    color: #FD4D25;
}
@media(max-width: 500px){
    .lvl-menus ul li:nth-child(odd) a{
        display: block !important;
    }
    .lvl-menus ul li:nth-child(odd) a:after{
        right: 12px !important;
    }
}
@media(min-width: 1076px){
    .back-to-mainmenu{
        display: none;
    }
    .mega-menu-section .span12 {
     min-height: 0px;
    }
    .main_head .mobile-menu-inner{
        display: none;
    }

    
 .header .hs-menu-wrapper ul li.hs-item-has-children > .hs-menu-children-wrapper{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 280px;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    transform: translateY(10px);
    background: #fff;
    top: 50px;
    border-radius: 5px;
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.2);
}
.header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-1 > .hs-menu-children-wrapper .hs-item-has-children:hover .hs-menu-children-wrapper{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-2 > .hs-menu-children-wrapper{
    width: 280px;
    visibility: hidden;
    background: #f3f3f3;
    left: 280px;
    top: 0;
}
.header .hs-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children.hs-menu-depth-1 >.hs-menu-children-wrapper > li:hover{
    background: #f3f3f3;
}
.header .hs-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children.hs-menu-depth-1 >.hs-menu-children-wrapper > li a{
    display: block;
}
.header .hs-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children.hs-menu-depth-1 >.hs-menu-children-wrapper > li a .down-arrow{
    position: absolute;
    top: 0px;
    right: 0;
    transform: rotate(-90deg);
}
.header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-1 > .hs-menu-children-wrapper li a{
    color: #18222a;
    font-size: 16px;

}
.header .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-1 > .hs-menu-children-wrapper li a:after{
    display: none;
}
.header .hs-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children.hs-menu-depth-1:hover > .hs-menu-children-wrapper{
    opacity: 1;
    visibility: visible;
    transform: translateY(20px);
}
}
/* Footer Style */
.footer{
    background: #18222a;
    position: relative;
}
.footer:before{
    position: absolute;
    content: '';
    width: 18%;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}
.footer .row-fluid [class*="span"]{
    position: relative;
    z-index: 9;
}
.footer-logo {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.footer-logo:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 160%;
    top: -24%;
    right: 10%;
    background: #f3f3f3;
    z-index: 2;
    border-radius: 50%;
}
.footer-logo:after{
    position: absolute;
    content: '';
    left: -100px;
    width: 100%;
    top: -24%;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
    height: 160%;
}
.footer-logo img{
    position: relative;
    z-index: 9;
}
.footer .row-fluid{
    display: flex;
}
.footer .copyright{
    font-size: 14px;
    color: #fff;
    font-family:'Red Hat Display',sans-serif ;
    font-weight: 400;
    text-shadow: 1px 1px 1px solid #18222a;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 28px;
}
.footer-menu{
    padding-top: 50px;
}
.footer .social-icons{
    text-align: center;
    padding-top: 50px;
}
.footer .social-icons h3 {
    font-size: 18px;
    font-family: 'Red Hat Display',sans-serif;
    color: #abda77;
    margin: 0px 0px 15px;
}
.footer .social-icons a{
    width: 38px;
    height: 39px;
    background: #729743;
    display: inline-block;
    position: relative;
    border-radius: 50% 50% 50% 0%;
    margin: 0px 5px;
}
.footer .social-icons a:hover{
    background: #fd9a25;
}
.footer .social-icons a i{
    position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 15px;
   color: #fff;

}
.privacy-policy-link ul{
    margin: 0;
    padding-top: 30px;
    text-align: center;
}
.privacy-policy-link ul li a{
    padding: 0px 4px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin: 0px;
}
.privacy-policy-link ul li:first-child a:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 96%;
    top: 0;
    right: -4px;
    left: unset;
    background: #fff;
}
.footer .copyright{
    font-size: 12px;
}
.footer-menu .hs-menu-wrapper ul li a{
    font-size: 18px;
}
.footer-menu ul{
    text-align: center;
}
.footer .hs-menu-wrapper ul li a{
    text-transform: capitalize;
}
@media(max-width: 1400px){
    .footer-menu .hs-menu-wrapper ul li a{
        font-size: 15px;
        line-height: 22px;
    }
}
@media(max-width: 1199px){
    .footer .hs-menu-wrapper ul li a{
        margin: 0;
    }
    .footer .hs-menu-wrapper > ul{
        columns: 2;
        column-gap: 0;
    }
    .footer  .hs-menu-wrapper ul li a{
        font-size: 13px;
    }
    .footer .hs-menu-wrapper > ul > li{
        width: 100%;
        padding: 5px 0px;
    }
    .footer .row-fluid  .span6{
        width: 40%;
    }
    .footer .row-fluid  .span3{
        width: 40%;
        overflow: hidden;
    }
    .footer-logo{
        height: 100%;
    }
    .footer-logo::before, .footer-logo::after{
        height: calc(100% + 100px);
    }
    .footer-menu {
        padding-top: 62px;
    }
    .privacy-policy-link ul{
        columns: unset;
        display: flex;
        width: 60%;
        margin: 0 auto;
    }
}
@media(max-width: 991px){
    .footer .hs-menu-wrapper>ul {
        columns: 1;
        text-align: center;
        margin-top: 50px;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .footer-menu {
        padding-top: 15px;
    }
    .footer .social-icons {
        padding-top: 60px;
    }
    .privacy-policy-link ul{
        display: flex;
        padding-top: 15px;
        width: 80%;
        margin: 0 auto;
    }
    .footer .copyright{
        padding-top: 15px;
    }
    .footer-logo {
        padding: 0px 0px 74px 0px !important;
    }
    .footer .privacy-policy-link{
        padding-top: 26px;
    }
}
@media(max-width: 767px){
    .footer .row-fluid .span3, .footer .row-fluid .span6{
        width: 100% !important;
    }
    .footer .row-fluid{
        flex-wrap: wrap;
    }
    .privacy-policy-link ul li:first-child a:before{
        display: none;
    }
    .footer-logo {
        padding: 050px 0px 0px;
        background: #fff;
        overflow: unset;
        height: auto;
        border-radius: 0;
        text-align: center;
    }

    .footer{
        background: #18222A;
        position: relative;
    }
    /* .footer:before{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 30px;
        left: 0;
        background: red;
    } */
    .footer .row-fluid .span3:first-child{
        margin-top: -1px;
        position: relative;
        top: 1px;
    }
    .footer-menu:before {
        display: none;
    }
    .footer .row-fluid .span3{
        position: relative;
        z-index: 99;
        overflow: hidden;
    }
    .footer .copyright{
        order: 1;
        margin-top: 10px;
    }
    .footer-menu{
        order: 2;
        padding-top: 0px;
    }
    .footer .social-icons{
        padding-top: 50px;
    }
    .footer .privacy-policy-link  .hs-menu-wrapper>ul>li{
        width: 50%;
    }
    .footer .row-fluid .span6{
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .footer .hs-menu-wrapper>ul {
        columns: 1;
        column-gap: 0;
        text-align: center;
        margin-top: 20px;
    }
    .footer .hs-menu-wrapper ul li a {
        font-size: 18px;
        line-height: 48px;
    }
    .footer .privacy-policy-link .hs-menu-wrapper ul li a {
        font-size: 13px;
        line-height: normal;
    }
    .footer:before{
        display: none;
    }
    /* .footer-logo:before{
        display: none;
    } */
    .privacy-policy-link ul{
        position: relative;
    }
    .privacy-policy-link ul::before{
        position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    top: 50%;
    right: 0;
    left: 52%;
    transform: translate(-52%, -50%);
    background: #fff;
    }
    .footer-logo img{
        top: 60px;
    }
    .footer-logo:after {
        position: absolute;
        content: '';
        left: -50px;
        width: calc(100% + 100px);
        top: -80px;
        background: #fff;
        border-radius: 0 0 50% 50%;
        z-index: 3;
        height: 200px !important;
        right: -50px;
    }
    .footer-logo:before {
        position: absolute;
        content: '';
        width: calc(100% + 100px);
        height: calc(100% + 70px);
        bottom: 0px;
        left: -50px;
        background: #f3f3f3;
        z-index: 2;
        border-radius: 0px 0px 50% 50%;
        right: -50px;
    }
    .footer .row-fluid .span3:first-child:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 78%;
        bottom: 0;
        left: 0;
        background: #18222a;
        z-index: 1;
    }
    .footer .footer-logo {
        padding: 50px 0px;
        margin-bottom: 50px;
    }
    .learn-wrapper .learn-btn a{
        margin: 0px 10px;
    }
     .ourpeople-page .our-people-image-gallery-section .container{
         padding-top :0px !important;
     }
}
 @media(max-width: 500px){
    .learn-wrapper .learn-btn a{
        margin: 0px;
    }
}




/* Home Page Style */
.home-page .hero-section{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/Banner/bgwcpa-home.jpg);
    padding-top: 382px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: bottom right;
}
.hero-content{
    text-align: center;
}
.home-page .hero-content .hero-btn-left-text span{
    display: block !important;
}
.hero-content .title_tag{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 8px;
    font-family: 'Red Hat Display', sans-serif;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-title h1{
    font-size: 86px;
    font-weight: 800;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}
.hero-content .page-sub-title{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    margin: 0;
    padding-top: 10px;
}
.hero-button-wrapper{
    padding-top: 170px;
}
.hero-image-slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: calc(100% - 300px);
}
.hero-image-slide-inner{
    height: 100%;
}
.scroll-col-wrapper{
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.scroll-col-wrapper ul{
    padding: 0;
    margin:0px;
}
.scroll-col-wrapper ul li{
    flex: 0 0 100% !important;
    padding: 10px;
    list-style: none;
}
.scroll-col-wrapper ul li a{
    width: 270px;
}
.scroll-col-wrapper ul img{
    border-radius: 12px;
    width: 250px;
    object-fit: cover;
    height: auto;
    box-shadow:5px 5px 15px rgba(68, 68, 68, 0.6);
}
.infiniteslide_wrap{
    height: 100% !important;
}

.hero-left-content{
    position: relative;
    z-index: 99;
    width: 85%;
}
.hero-button-wrapper{
    text-align: left;
}
.hero-button{
    text-align: left;
    display: inline-block;
    position: relative;
}
.hero-button a:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -75px;
    top: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/Banner/hero-button-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.hero-button a{
    font-size: 22px;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.hero-button a:hover .hero-button-inner .hero-btn-right-arrow{
    background: #fb961f;
    transform: scale(0.95);
}
.hero-button a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 6px);
    left: 0;
    top: 0;
    background: #729743;
}
.hero-button a span {
    font-size:18px;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 400;
    display: block;
    text-align: right;
    padding-top: 8px;
}

.hero-btn-left-text{
    position: relative;
    z-index: 99;
}
.hero-button a .hero-button-inner {
    position: relative;
    padding-right: 100px;
    padding-top: 26px;
    padding-bottom: 36px;
    padding-left: 100px;
}
.hero-button a .hero-button-inner .hero-btn-right-arrow {
    position: absolute;
    top: 0;
    right: -50px;
    width: 115px;
    height: 115px;
    background: #abda77;
    display: flex;
    border-radius: 50% 50% 0% 50%;
    margin: 0;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.hero-button a .hero-button-inner .hero-btn-right-arrow .arrow-icon {
    width: 100%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png);
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s ease;
    background-position: 50% 50%;
}
.hero-button a:hover .hero-button-inner .hero-btn-right-arrow .arrow-icon{
    background-position: 65% 50%;
}
.learn-wrapper {
    padding-top: 270px;
    width: 55%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding-bottom: 70px;
}
.learn-content p {
    font-size: 33px;
    line-height: 45px;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding-bottom: 26px;
}

.learn-wrapper .learn-btn{
    text-align: left;
}
.hero-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 370px;
    bottom: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/Banner/hero-slide-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 1;
}
.hero-section::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 500px;
    bottom: 250px;
    right: 0;
    z-index: 0;
    background: rgb(238,102,0);
    background: -moz-linear-gradient(185deg, rgba(238,102,0,0) 0%, rgba(238,102,0,0.02) 25%, rgba(238,102,0,0.6502976190476191) 50%, rgba(238,102,0,1) 75%, rgba(238,102,0,1) 100%);
    background: -webkit-linear-gradient(185deg, rgba(238,102,0,0) 0%, rgba(238,102,0,0.02) 25%, rgba(238,102,0,0.6502976190476191) 50%, rgba(238,102,0,1) 75%, rgba(238,102,0,1) 100%);
    background: linear-gradient(185deg, rgba(238,102,0,0) 0%, rgba(238,102,0,0.02) 25%, rgba(238,102,0,0.6502976190476191) 50%, rgba(238,102,0,1) 75%, rgba(238,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee6600",endColorstr="#ee6600",GradientType=1);
}
.hero-image-slide:before{
    position: absolute;
    content: '';
    width: 100%;
    right: 0;
    top: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/Banner/hero-slide-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.your-vision-ours-section {
    padding-top: 200px;
    padding-bottom: 150px;
    position: relative;
}
.your-vision-ours-section .left-content{
    /* position: relative;
    padding-left: 20px;
    width: 50%;
    float: left;
    padding-left: 0px;
    height: fit-content;
    top: 0px; */
}
/* .your-vision-ours-section .left-content:before {
    position: absolute;
    content: '';
    width: 126%;
    height: 1000px;
    left: -76px;
    top: -206px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/Banner/your-vision-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: top right;
    background-size: cover;
} */
/*.your-vision-ours-section:before {
    position: absolute;
    content: '';
    width: 46%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, rgba(24,34,42,1) 0%, rgba(124,162,76,1) 50%, rgba(169,216,117,0) 80%);
}*/
/* .your-vision-ours-section .container{
    width: 1370px;
    margin: 0 auto !important;
    float: none;
} */
.our-visions-image img, .our-visions-box img{
    max-width: 100%;
    height: auto;
}
/* .your-vision-ours-section > .row-fluid-wrapper{
    width: 1370px;
    margin: 0 auto;
} */
.your-vision-ours-section .left-content .our-visions-inner{
    padding-left: 20px;
}
.your-vision-ours-section .left-content .our-visions-inner::before{
    display: none;
}
.your-vision-ours-section .left-content h2{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #18222a;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
}
.your-vision-ours-section .left-content .sub-title  h3{
    font-size: 27px;
    line-height: 48px;
    font-weight: 600;
    color: #729743;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
}
.your-vision-ours-section .left-content p{
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    color: #909090;
    font-family: 'Red Hat Display',sans-serif;
    width: 80%;
}
.our-visions-title .title {
    width: 230px;
    height: 230px;
    position: absolute;
    content: '';
    left: -2px;
    top: 50%;
    background: #fff;
    border-radius: 100% 100% 100% 0%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    transition: all 0.5s ease;
    text-align: center;
}
.our-visions-title .title h3{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #729743;
    font-size: 20px;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 600;
    height: 100%;
    margin: 0;
    padding-top: 30px;
    position: relative;
    transition: all 0.5s ease;
}
.our-visions-title .title h3:before{
    width: 138px;
    height: 140px;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 30px;
    background: rgb(171 218 119 / 0.15);
    border-radius: 100% 100% 100% 0%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    transition: all 0.5s ease;
  z-index: -1;
}
.our-visions-box .our-visions-box-inner{
    position: relative;
}
.our-visions-box a{
    display: block;
}
.our-visions-box a:hover .our-visions-title .title{
    transform: translateY(-50%) scale(0.99);
    background: #fb961f;
}
.our-visions-box a:hover .our-visions-title .title h3:before{
    background: rgba(0,0,0,0.1);
}
.our-visions-box a:hover .our-visions-title .title h3{
    color: #fff;    
}
.our-visions-box img{
    height: 212px;
    width: 100%;
    object-fit: cover;
    border-radius: 120px;
}
.our-visions-box{
    margin-bottom: 35px;
}
.your-vision-ours-section-container.is-fixed .left-content{
    top: 190px !important;
}
.your-vision-ours-section .right-content{
    /* position: relative;    
    width: 50%;
    float: left; */
}

.your-vision-ours-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/your-vision-right-bg.png);
    z-index: -2;
    opacity:50%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-visions-section{
    padding-bottom: 150px;
    padding-left: 0px;
}

.our-visions-inner{
    position: relative;
}

.your-vision-ours-section .left-content .logo-icon{
    height: 156px;
    width: 156px;
    background: #fb961f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 4px 30px rgba(0,0,0,0.3);
    padding-top: 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
}
.your-vision-ours-section .left-content .logo-icon img{
    width: 60px;
}
.home-page .big-reasons-section {
    margin-top: -100px;
}
.big-reasons-section .container{
    width: auto;
    margin: 0 auto !important;
    float: none;
}
.big-reasons-section .left-content h2{
    font-size: 41px;
    line-height: 54px;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 900;    
}
.big-reasons-section .left-content{
    padding-left: 190px;
    padding-top: 0px;
    /* background: #729743;    */
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.big-reasons-section .right-content{
    position: relative;
    z-index: 1;
}
.big-reasons-section .right-content .span12{
    position: relative;
}
.big-reasons-section .left-content h3{
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.big-reasons-section .left-content h3 span{
    font-weight: 900 !important;
    font-size: 32px !important;
}
.big-reasons-section .left-content .sub-title span{
font-size: 22px;
line-height: 55px;
color: #fff;
font-family: 'Red Hat Display',sans-serif;
font-weight: 500;
}
.big-reasons-section .left-content .sub-title{
    position: relative;
    margin-top: 30px;
}
.big-reasons-section .left-content .sub-title:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/logo-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.big-reasons-section .left-content .bgw-btn a{
    font-size: 19px;
    margin-top: 36px;
    color: #fff;
    font-weight: 800;
    font-family: 'Red Hat Display',sans-serif;
    text-decoration: none;   
    display: inline-block;
    position: relative;
    padding-right: 28px;
}
.big-reasons-section .left-content .bgw-btn a:hover{
    color: #fd4d25;
}

.big-reasons-section .left-content .bgw-btn a span.arrow {
    position: absolute;
    content: '';
    width: 37px;
    height: 37px;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-sm.png);
    background-repeat: no-repeat;
    background-size: 15px;
    z-index: 99;
    border-radius: 50%;
    background-color: #fd4d25;
    transition: all 0.3s ease;
    background-position: center;
}
.big-reasons-section .left-content .bgw-btn a:hover span.arrow{
    right: -40px;
}
.big-reasons-section{
    position: relative;
}
.big-reasons-section .big-reason-bg{
    position: absolute;
    width: 100%;
}
.big-reasons-section .big-reason-bg:before{
    position: absolute;
    content: '';
    width: 65%;
    height: calc(100% + 150px);
    top: -100px;
    left: -9.5%;
    background: #729743;
    z-index: 0;
    border-radius: 100%;
}
.big-reasons-section .big-reason-bg:after {
    position: absolute;
    content: '';
    width: 65%;
    height: calc(100% + 150px);
    top: -100px;
    left: -9.5%;
    background: rgba(114, 151, 67, 0.4);
    z-index: 2;
    border-radius: 100%;
}
.the-big-reasons-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.the-big-reason-box {
    width: calc(50% - 2px);
    margin: 1px;
}
.the-big-reasons-inner .content{
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    width: 56%;
    z-index: 9;
}
.the-big-reason-box-inner{
    position: relative;
    height: 100%;
}
.the-big-reason-box-inner .image{
    height: 350px;
}
.the-big-reason-box-inner .image img{
    height: 350px;
    object-fit: cover;
    width: 100%;
}
/* .big-reasons-section .row-fluid [class*="span"]{
    margin-left: 0;
}
.big-reasons-section .row-fluid [class*="span"] .the-big-reasons-section{
    padding-left: 2.564102564%;
} */
 .home-page .the-big-reasons-section{
    position: relative;
    /* top: 0;
    right: 0;
    width: 100%; */
    z-index: -3;
} 
.the-big-reason-box-inner  .content .count-icon{
    width: 50px;
    height: 51px;
    background: #FD4D25;
    display: inline-block;
    position: relative;

}
.the-big-reason-box-inner  .content .count-icon span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 900;
}
.the-big-reason-box-inner  .content .title{
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
}
.the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner  .content{
    right: 30px;
}
.the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner  .content .title{
    text-align: right;
}
.the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner  .content{
    right: 0px;
    left: 30px;
}
.the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner  .content .count-icon{
    border-radius: 50% 50% 0% 50%;
}
.the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner  .content .count-icon{
    border-radius: 50% 50% 50% 0%;
}
.the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner{
    text-align: right;
}
.the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner{
    text-align: left;
}
.get-in-touch-section{
    padding: 100px 0px 100px;
    text-align: center;
}

.get-in-touch-section h3{
    color: #18222A;
    font-size: 35px;
  margin:0;
    line-height: 55px;
    font-weight: 700;
    font-family: 'Red Hat Display',sans-serif;   
}

.get-in-touch-section h4{
  font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    color: #729743;
    font-family: 'Red Hat Display',sans-serif;
    margin-bottom: 25px;
    margin-top:5px;

}
.home-page  .testimonial-case-study-section {
    padding-top: 89px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/bgwcpa-case-studies.png);
    background-size: cover;
    /* padding-left: 258px; */
    overflow-x: hidden;
    background-position: center right;
    position: relative;
    z-index: 9;
}
/* .testimonial-case-study-inner{
    padding-left: 258px;
} */
.home-page .testimonial-case-study-section .container{
    width: 100% !important;
    /* margin-right: 0px !important; */
}
.home-page .testimonial-case-study-section .section-title h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 55px;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    position: relative;
}
.home-page .testimonial-case-study-section .section-title h2 span, .home-page .testimonial-case-study-section .section-title h2 strong{
    color: #fff;
}
.home-page .testimonial-case-study-section .section-title h2 span:first-child{
    display: inline-block;
    width: 50px;
    position: relative;
    height: 22px;
    z-index: -1;
}
.home-page .testimonial-case-study-section .section-title h2 span:first-child:before{
    background: #abda77;
    position: absolute;
    content: '';
    width: calc(100% + 30px);
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
 .testimonial-case-study-section .item {
    padding: 72px 0px 15px 0px;
    background: #fff;
    border-radius: 25px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
}
.testimonial-case-study-section .owl-carousel.owl-drag .owl-item{
    padding: 30px 0px 30px 0px;
}
.testimonial-case-study-inner .first-item-title.owl-carousel .owl-stage .owl-item:first-child .top-icon{
    display: none;
}
.testimonial-case-study-section .item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/case_study_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 20px;
}
.testimonial_content p, .testimonial-case-study-section .item .title{
    font-size: 20px;
    line-height: 30px;
    color: #729743;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 700;   
    margin: 0;
}
.home-page .testimonial-case-study-section .item .title{
    padding-bottom: 20px;
}
 .testimonial-case-study-inner .item .top-icon{
    width: 32px;
    height: 32px;
    background: rgb(253 154 37 / 0.3);
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 30px;
    z-index: 1;
}

.testimonial-case-study-inner .testimonial .top-icon span {
    position: absolute;
    content: '';
    bottom: 5px;
    right: -7px;
    width: 24px;
    height: 20px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/quote_icon.png);
}
.testimonial-case-study-section .item.testimonial {
    padding: 72px 0px 15px 0px;
}
.testimonial-case-study-section .item > .item-inner{
    position: relative;
}
.testimonial-case-study-inner .item.testimonial .top-icon{
    left: 30px;
}
.testimonial-case-study-inner .case-study .link{
    padding-left: 15px;
}
.testimonial-case-study-inner .case-study .testimonial_video{
    padding-bottom: 15px;
}
.testimonial_video{
    position: relative;
}
.testimonial_video > a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.testimonial_video iframe {
    width: 100%;
    height: 250px;
}
.testimonials-section{
    padding: 50px 0px;
}
.testimonials-section .testimonial_video iframe {
    height: 350px;
}
.testimonials-section .testimonial > .item{
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
} 
.testimonial_video iframe{
    height: 250px;
}
.testimonials-section .testimonial-case-study-inner .item .top-icon{
    top:0px;
    display: none;
}
.testimonials-section .testimonial_name{
    padding: 10px 0px 35px 0px;
}
.testimonials-section .testimonial_name h5{
    font-size: 20px;
    padding: 0px;
}
.case-study .content p{
    font-size: 15px;
    line-height: 24px;;
    color: #909090;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 500;
}
.testimonial_content, .case-study .content, .case-study .title{
    padding: 0px 35px;
    z-index: 9;
    position: relative;
}
.case-study .top-icon strong{
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    bottom: 7px;
    left: 20px;
    color: #FD4D25;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 700;
}
.testimonial_content p{
    padding-bottom: 40px;
}
.case-study .content p{
    padding-bottom: 26px;
    margin: 0;
}
.testimonial_name{
    padding: 15px;
    position: relative;
    z-index: 9;
}
.testimonial_name h5{
    color: #fb961f;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
    padding: 0px 20px;
}
.testimonial_name h5 span{
    font-weight: 500;
}
.case-study .link a{
    display: inline-block;
    padding: 0px 20px;
    font-size: 16px;
    color: #FB961F;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 800;
    text-decoration: none;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.case-study .link a:hover:before{
    right: -30px;
}
.case-study .link a:hover{
    color: #729743;
}
.case-study .link a::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/orange-arrow-lg.png) no-repeat;
    background-size: contain;
    right: -20px;
    transition: all 0.3s ease;
}
.testimonial-case-study-inner .owl-nav {
    display: flex;
    width: 34%;
    margin: 20px -30px 0 auto;
    align-items: center;
    justify-content: space-between;
}
.testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev, .testimonial-case-study-inner .owl-carousel .owl-nav .owl-next {
    border-radius: 0 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 60px !important;
    background: #729743;
    transition: all .5s ease;
    width: 120px;
    height: 44px;
    position: relative;
}
.testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) ;
    transition: all 0.3s ease;
}
.testimonial-case-study-inner .owl-carousel .owl-nav .owl-next img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
.testimonial-case-study-inner .owl-carousel .owl-nav button:hover img{
    transform: translate(-70%,-50%);
}
.testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev{
    transform: rotate(180deg);
}
.testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev:hover{
    transform: rotate(180deg) scale(0.95);
}
.testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev:hover img{
    transform: translate(-30%,-50%);
}
 .testimonial-case-study-inner .owl-carousel .owl-nav .owl-next:hover{
    transform: scale(0.95);
}
.testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev:focus, .testimonial-case-study-inner .owl-carousel .owl-nav .owl-next:focus{
    border: none;
    outline: none;
}
.testimonial-case-study-inner .owl-carousel .owl-dots button span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #729743;
    display: inline-block;
    margin: 0px 2px;
}
.testimonial-case-study-inner .owl-carousel .owl-dots{
    display: flex;
    justify-content: center;
    width: 34%;
    margin: -13px -30px 0 auto;
}
.testimonial-case-study-inner .view-all-btn {
    text-align: right;
    display: block;
    margin: 50px 14% 120px;
}
.home-page .the-vault-section{
    margin-top: -260px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/vault-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 220px; */
}
/* .the-vault-section:before {
    position: absolute;
    content: '';
    width: 20%;
    height: 100%;
    right: 0;
    background: #fff;
    top: 0;
} */
.vault-bg-image{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/bgwcpa-vault.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 220px;
    height: 660px;
    width: 81% !important;
    position: relative;
    z-index: 2;
}
 .home-page .the-vault-section:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/vault-bg1.png) no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.home-page .the-vault-section:after{
    position: absolute;
    content: '';
    width: 20%;
    height: 100%;
    background: #fff;
    z-index: 0;
    top: 0;
    right: 0;
}

.vault-bg-image:after {
    position: absolute;
    content: '';
    width: 325px;
    height: calc(100% + 70px);
    right: -200px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/valut-bg2.png) no-repeat;
    background-size: cover;
    background-position: top right;
    bottom: -200px;
    z-index: 9;
}
.the-vault-section .container{
    width: 1370px;
    margin: 0 auto !important;
    float: none;
}
.lock-icon-title span{
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 700;
}

.lock-icon-title{
    position: relative;
    padding-left: 30px;
}
.lock-icon-title:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock%20icon.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.vault-main-content h2 {
    font-weight: 400;
    font-size: 55px;
    line-height: 48px;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}
.vault-main-content h2 span{
    font-weight: 800;
}
.vault-main-content .content span{
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
}
.vault-main-content .content p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
}
.vault-main-content .content{
    padding-bottom: 25px;
}
.vault-main-content {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-65%,-50%);
    width: 35% !important;
    z-index: 99;
}
.latest-blog-post-section {
    z-index: 99;
    
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/bgwcpa-blog.png) no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px;
}
.home-page .latest-blog-post-section{
    margin-top: -25%;
}
.latest-blog-post-section .container {
    width: 1370px;
    margin: 0 auto !important;
    float: none;
}
.latest-blog-post-module{
    padding-left: 180px;
}
.latest-blog-post-main .title h2{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    margin: 0;
}
.latest-blog-post-main .title h5{
    font-size: 27px;
    line-height: 55px;
    font-weight: 700;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    margin: 0;
}
.latest-blog-post-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.latest-blog-post-list .blog-post-box{
    margin: 0px 15px;
    width: calc(33.3% - 20px);
}
.latest-blog-post-list .blog-post-box:first-child{
    margin-left: 0;
}
.latest-blog-post-list .blog-post-box:last-child{
    margin-right: 0;
}
.blog-post-box-inner {
    background: #fff;
    border-radius: 0px 0px 40% 0px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.blog-post-box-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 90%;
    bottom: 0;
    left: -7px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/blog-list-bg.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    border-radius: 0px 0px 40% 0px;
    z-index: 0;
}
.blog-post-box-inner .post-image img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.latest-blog-content-2  .blog-post-box-inner .post-image img{
    height: 190px;
    object-fit: cover;
}
.latest-blog-tags ul li a{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background: #FD9A25;
    border-radius: 20px;
    font-family: 'Red Hat Display',sans-serif;
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    margin-right: 10px;
}
.latest-blog-tags ul li a.active{
    background: #fd4d25;
}
.latest-blog-contents .latest-blog-content-box{
    display: none;
}
.latest-blog-contents .latest-blog-content-box.active{
    display: block;
}
.latest-blog-tags ul li a:hover{
transform: scale(0.95);
}
.latest-blog-tags ul{
    margin: 30px 0px 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.latest-blog-tags ul li{
    list-style: none;
}
.post-tag .tag-link{
    color: #A59F9F;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}
.post-tag .tag-link span{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(251 150 31 / 0.2);
}
.post-tag .tag-link span:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/tag-icon.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
}
.blog-post-box-inner .post-tag{
    padding: 10px 0px 22px;
    text-align: center;
}
.blog-post-box-inner .post-title {
    color: #fd4d25;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Red Hat Display',sans-serif;
    padding: 0px 20px 15px;
    position: relative;
}
.blog-post-box-inner .post-conent p{
    color: #6d6a6a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    font-family: 'Red Hat Display',sans-serif;
    padding: 0px 20px 30px;
    position: relative;
}
.blog-post-box-inner .post-link{
    padding: 0px 20px 40px;
}
.blog-post-box-inner .post-link a{
color: #FB961F;
font-size: 16px;
font-weight: 700;
font-family: 'Red Hat Display',sans-serif;
text-decoration: none;
position: relative;
display: inline-block;
padding-right: 30px;
}
.blog-post-box-inner .post-link a:hover{
    color: #729743;
}
.blog-post-box-inner .post-link a:hover:before{
    right: -10px;
}
.blog-post-box-inner .post-link a:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 8px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/orange-arrow-lg.png) no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
}
.view-post-link{
    padding-top: 40px;
}
.view-post-link a{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
}
.view-post-link a:hover{
    color: #fd9a25;
}
.view-post-link a:hover:before{
    right: -26px;
}
.view-post-link a:before{
    position: absolute;
    content: '';
    width: 37px;
    height: 37px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/orange-arrow-sm.png);
    background-position: center;
    background-size: 14px;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
}
/* .view-post-link a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 10px;
    top: 50%;
    right: -24px;
    transform: translate(-50%,-50%);
    
    background-size: contain;
} */
.email-subscription-section .container{
    width: 1370px;
    margin: 0 auto !important;
    float: none;
}
.email-subscription-section{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/bgwcpa-cta.jpg) no-repeat;
    background-size: cover;
}
.email-subscription-section .left-content .left-content-inner{
    padding: 74px 0px 60px;
}
.email-subscription-section .right-content{
    text-align: right;
    padding: 74px 0px 60px;
}
.email-subscription-section .right-content .content p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    width: 80%;
    margin: 0 0 0 auto;
    padding-bottom: 30px;
}
.email-subscription-section .left-content .title h2, .email-subscription-section .right-content .title h2{
    font-size: 40px;
    line-height: 60px;
    margin: 0;
    padding-bottom: 26px;
    font-weight: 700;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;   
}
.email-subscription-section .left-content .small-text span{
    font-size: 20px;
    line-height: 30px;
    margin:0;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    padding-bottom: 7px;
}
.email-subscription-section .left-content .sub-title h3{
    font-size: 24px;
    line-height: 36px;
    margin:0;
    font-weight: 700;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    padding-bottom: 40px
}
.email-subscription-section .container > .row-fluid-wrapper > .row-fluid{
    display: flex;
    flex-wrap: wrap;
}
.email-signup-form .form-title{
    font-size: 25px;
    line-height: 36px;
    margin:0;
    font-weight: 700;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
    padding-bottom: 30px;
}
.email-signup-form form{
    display: flex;
    justify-content: flex-end;
}
.email-signup-form form label{
    display: none;
}
.email-signup-form form .input input{
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    height: 35px;
}
.email-signup-form form .input input:focus{
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
}
.email-signup-form form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
  }
  .email-signup-form form .input input::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
  }
  .email-signup-form form .input input:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
  }
  .email-signup-form form .input input:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display',sans-serif;
  }
.email-signup-form form .actions input{
    background: #FD4D25;
    border: none;
    border: none !important;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px 0px 0px ;
    color: #FD4D25;
    border-bottom: 1px solid #fff;
}
.email-signup-form form .actions:hover span{
    left: 55%;
}
.email-signup-form form .actions{
    position: relative;
}
.email-signup-form form .actions span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 11px;
    transform: translate(-50%,-50%);
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;

}
.hs-error-msgs.inputs-list li{
    list-style: none;
}
/* .email-signup-form form .actions input:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png) no-repeat;
    background-size: contain;
} */
.email-subscription-section .left-content{
    position: relative;
}
.email-subscription-section .left-content .center-image {
    position: absolute;
    width: 400px;
    height: 100%;
    right: -130px;
}
.email-subscription-section .left-content .center-image div, .email-subscription-section .left-content .center-image div span{
    height: 100%;
    display: block;
}
.email-subscription-section .left-content .center-image img{
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

.hero-button:before{
    position: absolute;
    content: '';
    width: 100%;
    left: -100%;
    top: 0;
    height: calc(100% - 6px);
    background: #729743;
}
.big-reasons-section .container .row-fluid-wrapper .row-fluid {
    position: relative;
} 
@media(min-width: 1601px){
    .home-page .hero-section{
        background-position: bottom right;
    }
    .hero-image-slide:before{
        right: -30px;
    }
    .hero-image-slide{
        right: -30px;
    }
   
    .your-vision-ours-section .left-content:before{
        top: -214px;
    }
    .big-reasons-section .container {
        width: auto;
    }
    .the-big-reasons-section{
        position: relative;
    }
    .home-page .testimonial-case-study-section{
        background-position: bottom;
    }
    .home-page .the-vault-section{
        margin-top: -310px;
    }
    .testimonial-case-study-inner .owl-carousel .owl-dots, .testimonial-case-study-inner .owl-nav{
        width: 28%;
    }
    .latest-blog-post-section{
        padding-top: 250px;
    }
    .vault-bg-image{
        padding-bottom: 80px;
    }
    .your-vision-ours-section-container{
        width: 1370px !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .your-vision-ours-section:before {
        width: 46%;
        background-size: cover;
        background-position: bottom center;
    }
    .the-big-reasons-section{
        position: relative;
    }
    .vault-main-content{
        top:46%;
    }
   
}
.view-all-btn.mobile-view{
    display: none;
}
.owl-prev.disabled, .owl-next.disabled{
    opacity: 0.5;
}
.home-page .hero-button a span:first-child{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
}
@media(max-width: 1400px){
    .row-fluid .container{
        width: 1140px;
    }
    /* .home-page .testimonial-case-study-section .container{
        width: auto !important;
    } */
    .latest-blog-post-section .container, .email-subscription-section .container, body .container{
        width: 1140px;
    }
    .big-reasons-section .container{
        width: 100%;
        position: relative;
    }
    a.green-btn, .green-btn .hs-button{
        padding: 18px 100px;
    }
    .big-reasons-section .left-content{
        padding-left: 130px;
        padding-top: 0px;
    }
    .big-reasons-section .left-content h2{
        font-size: 30px;
        line-height: 45px;
    }    
    /* .big-reasons-section .big-reason-bg{
        background: #729743;
    } */
    .big-reasons-section .big-reason-bg::after {
        width: 70%;
        height: calc(100% + 20%);
        top: -100px;
        left: -13.5%;
    }
    .big-reasons-section .big-reason-bg::before {
        width: 70%;
        height: calc(100% + 20%);
        top: -100px;
        left: -13.5%;
    }
    .the-vault-section:before{
        width: 30%;
        background-position: right;
        background-size: cover;
    }
    .vault-bg-image:after {
        width: 360px;
        right: -120px;
        background-size: contain;
        background-position: right;
        bottom: -138px;
    }
    .vault-bg-image{
        background-position: center center;
    }
    .get-in-touch-section{
        padding :90px 0px;
    }
    .latest-blog-post-module{
        padding-left: 100px;
    }
    .latest-blog-post-module{
        padding-left: 100px;
    }
    .vault-main-content{
        left: 61%;
    }
    .vault-main-content .content{
        padding-right: 30px;
    }
}
@media(max-width: 1199px) and (min-width: 992px){
    .latest-blog-post-section .container, .email-subscription-section .container, body .container{
        width: 960px;
    }
    .row-fluid .container{
        width: 960px;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .latest-blog-post-section .container, .email-subscription-section .container, body .container, .row-fluid .container{
        width: 720px;
    }
  .hero-button a:before{height: calc(100% - 20px);
}
}
@media(max-width: 767px){
    .latest-blog-post-section .container, .email-subscription-section .container, body .container, .row-fluid .container{
        width: 100%;
    }
}
@media(max-width: 1199px){
  
    .your-vision-ours-section .left-content .sub-title h3{
        font-size: 24px;
    }
    /* .main_head .row-fluid .span4 {
        width: 28.491713%;
    }
    .main_head .row-fluid .span6 {
        width: 51.618784527%;
    } */
    .your-vision-ours-section:before {
        width: 46%;
        background-size: cover;
        background-position: 66%;
    }    
    .the-big-reason-box-inner .content .title {
        font-size: 20px;
        line-height: 28px;
    }
    .the-big-reason-box-inner .content .count-icon span{
        font-size: 20px;
    }
    .big-reasons-section .left-content h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .big-reasons-section .left-content h3 {
        font-size: 24px;
    }
    .big-reasons-section .left-content .sub-title span {
        font-size: 18px;
        line-height: 30px;
    }
    .big-reasons-section .big-reason-bg::after, .big-reasons-section .big-reason-bg::before {
        width: 65%;
        height: calc(100% + 80px);
        top: -50px;
        left: -100px;
    }
    .big-reasons-section .big-reason-bg{
        height: 100%;
    }
    .the-big-reason-box-inner .image img {
        height: 100%;
    }
    .get-in-touch-section{
        padding: 90px 0px;
    }
    .get-in-touch-section h3 {
        font-size: 30px;
        line-height: 40px;
    }
      .get-in-touch-section h4 {
        font-size: 19px;
         line-height: 30px;
          font-weight: 600;
    color: #729743;
    font-family: 'Red Hat Display',sans-serif;
    margin-bottom:15px;
    }
    .home-page .testimonial-case-study-section{
        /* padding-left: 50px; */
    }
    .home-page .testimonial-case-study-section .container{
        width: 100%;
    }
    .testimonial-case-study-inner{
        padding-left: 50px;
    }
    .testimonial-case-study-inner .owl-nav, .testimonial-case-study-inner .owl-carousel .owl-dots{
        width: 40%;
    }
    .vault-main-content{
        width: 50% !important;
        transform: translate(-100%,-55%);
        top: 55%;
        left:65%;
    }
    .latest-blog-post-module {
        padding-left: 50px;
    }
    .big-reasons-section .left-content {
        padding-left: 70px;
    }
    .home-page .the-vault-section:before{
        width: 25%;
        background-position: right;
        background-size: cover;
    }
    .email-subscription-section .left-content .title h2, .email-subscription-section .right-content .title h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .email-subscription-section .left-content .left-content-inner, .email-subscription-section .right-content {
        padding: 50px 0px 50px;
    }
    a.green-btn, .green-btn .hs-button, a.lig-green-btn, .lig-green-btn .hs-button, a.orange-btn, .orange-btn .hs-button{
        padding: 18px 60px;
    }
    .email-subscription-section .right-content .content p {
        font-size: 18px;
        line-height: 24px;
    }
    .email-signup-form .form-title {
        font-size: 20px;
        line-height: 0px;
    }
    .email-subscription-section .left-content .center-image {
        width: 300px;
    }    
    .home-page .hero-section{
        background-position :86%;
    }
    .home-page .our-visions-section{
        padding-bottom: 50px;
    }
}
@media(max-width: 991px){
    .big-reasons-section .left-content{
        display: block;
    }
    .vault-main-content {
        width: 60% !important;
        transform: translate(-100%,-55%);
        top: 58%;
    }
    .home-page .hero-image-slide:before{
        width: calc(100% + 50%);
    }
    .home-page .hero-section{
        background-position :center;
    }
    .home-page .hero-section::after{
        bottom: 40%;
    }
    .client-resources-btn{
        z-index: 0;
        margin-right:10px;
    }
    body .your-vision-ours-section .left-content.span6, .your-vision-ours-section .right-content.span6{
        width: 100% !important;
    }    
    .your-vision-ours-section .left-content::before {
        width: 100%;
        height: 1000px;
        left: 0;
        background-position: left center;
        background-size: cover;
    }
    .your-vision-ours-section .left-content, .your-vision-ours-section .right-content{
        width: 100%;
    }
    .your-vision-ours-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .your-vision-ours-section:before {
        width: 100%;
        background-position: unset;
    }
    .hero-button a{
        font-size: 18px;
    }
    .big-reasons-section .left-content.span5, .big-reasons-section .right-content.span7{
        width: 100%;
        height: auto !important;
        margin: 0 !important;
    }
    .the-big-reasons-section{
        position: relative;
    }
    .big-reasons-section .big-reason-bg::after, .big-reasons-section .big-reason-bg::before {
        width: 170%;
        height: 100%;
        top: -100px;
        left: -35%;
    }
    .big-reasons-section .left-content{
        padding-top: 0px;
        position: relative;
        background: #729743;
    }
    .mobile-big-reason.mobile-view{
        display: none;
    }
    /* .big-reasons-section .left-content:before{
        position: absolute;
        content: '';
        width: calc(100% + 0px);
        height: calc(100% + 500px);
        left: 0px;
        right:0px;
        top: -70px;
        background: #729743;
        border-radius: 100%;
        z-index: 0;
    }
    .big-reasons-section .right-content.span7{
        z-index: 99;
    } */
    .your-vision-ours-section .left-content .logo-icon{
        display: none;
    }
    .big-reasons-section .left-content {
        padding-left: 100px;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .home-page .big-reasons-section{
        margin-top: -140px;
    }
    .vault-bg-image:after {
        width: 260px;
        right: -94px;
        background-size: contain;
        background-position: right;
        bottom: -100px;
    }
    .get-in-touch-section h3 {
        font-size: 26px;
    }
    .latest-blog-post-module {
        padding-left: 0;
    }
    .blog-post-box-inner .post-title {
        font-size: 16px;
        line-height: 25px;
    }
    /* .home-page .testimonial-case-study-section .container{
        width: auto;
    } */
    .blog-post-box-inner .post-conent p{
        font-size: 14px;
        line-height: 22px;
    }
    .our-visions-section{
        grid-template-columns: 1fr !important;
        grid-row-gap: 0;
    }
    .our-visions-section .sticky-top{
        position: relative;
        top: 0;
    }
    .home-page .testimonial-case-study-section{
        background-position: bottom;
    }
    .testimonial-case-study-inner{
        padding: 40px 10px;
    }
    .testimonial-case-study-inner .owl-nav, .testimonial-case-study-inner .owl-carousel .owl-dots{
        width: 60%;
    }
    .vault-bg-image{
        height: 440px;
    }
    .home-page .the-vault-section{
        padding-top: 0;
    }
    .lock-icon-title span{
        font-size: 20px;
    }
    .email-subscription-section .left-content .left-content-inner, .email-subscription-section .left-content .center-image{
        width: 50%;
        right: 0;
    }
    .email-subscription-section .left-content, .email-subscription-section .right-content{
        width: 100%;
    }
    .email-subscription-section .right-content{
        text-align: left;
    }
    .email-subscription-section .right-content .content p{
        margin: 0;
    }
    .email-signup-form form {
        justify-content: flex-start;
    }
    .email-subscription-section .left-content .left-content-inner{
        padding-bottom: 0;
    }
    .hero-image-slide{
        width: 50%;
        height: 54%;
    }
    .hero-image-slide::before{
        background-position: top;
    }
    .big-reasons-section .big-reason-bg{
        overflow: hidden;
    }
    .hero-button:before{
        height: calc(100% - 20px);
    }
    .learn-wrapper {
        padding-top: 150px;
    }
}
@media(max-width: 767px){   
    .home-page .hero-button a span:first-child{
        font-weight: 400  !important;
    }
    body .stay-connected-section-style-1 .container .center-image .circle-shape-bg img {
        height: auto !important;
    }
  .home-page .hero-content .page-sub-title {
    font-size: 22px;
    width: 80%;
    margin: 0 auto;
}
.home-page .hero-section::after{
    display: none;
}
    .home-page .hero-section::before {
        height: 25%;
        background-size: cover;
        background-position: center;
    }
    .home-page .the-big-reasons-section{
        padding: 0px;
        position: relative;
    }
    .home-page .the-big-reasons-section:before{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #18222A;
        opacity: 0.5;
    }
    /* .the-big-reasons-section .the-big-reason-box:last-child .the-big-reason-box-inner .image img{
        height: 100% !important;
    } */
    .hero-image-slide{
        height: 60%;
    } 
    .home-page .the-vault-section{
        margin-top: 0;
    }
    .hero-button{
        width: 100%;
    }
    .hero-image-slide{
        width: 100%;
    }
    .home-page .hero-image-slide::before{
        z-index: 1;
       
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/hero-slide-mobile-bg.png) no-repeat;
        width: 100%;
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        /* background-position: 70% 100%; */
        background-size: cover;
    }
    /* .home-page .testimonial-case-study-section .container{
        width: auto;
    } */
    .home-page .hero-section{
        padding-top: 280px;
    }
    .hero-left-content{
        width: 100%;
        text-align: center;
    }
    .hero-content .title_tag{
        font-size: 25px;
    }
    .page-title h1{
        font-size: 50px;
        padding: 15px 0px;
    }
    .hero-content .page-sub-title{
        font-size: 20px;
    }
    .hero-button a .hero-button-inner {
        padding-right: 70px;
        padding-top: 20px;
        padding-bottom: 36px;
        padding-left: 20px;
    }
    .hero-button a .hero-button-inner .hero-btn-right-arrow{
        width: 54px;
        height: 86%;
        right: 15px;
        background: transparent;
    }
    .hero-button a span{
        text-align: left;
    }
    .learn-wrapper{
        padding-top: 70px;
        width: 100%;
        padding-bottom: 40px;
    }
    .learn-content p {
        font-size: 23px;
        line-height: 35px;
        padding: 0px 10px 20px;
    }
    .your-vision-ours-section{
        padding-top: 100px;
        padding-bottom: 0;
    }
    .your-vision-ours-section .left-content{
        width: 100%;
    }
    .your-vision-ours-section .left-content h2 {
        font-size: 35px;
    }
    .left-content .sub-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .your-vision-ours-section .left-content::before{
        background-position: left;
    }    
    .left-content p {
        line-height: 29px;
        width: 100%;
    }
    .logo-icon{
        display: none !important;
    }
    .our-visions-title .title{
        width: 130px;
        height: 130px;

    }
    .our-visions-title .title h3{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .latest-blog-post-section{
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/blog-bg-mobile.png) no-repeat;
        background-size: cover;
    }
    .our-visions-box img{
        height: 130px;
    }
    .our-visions-title .title h3:before{
        width: 80px;
        height: 80px;
        bottom: 0;
    }
    .our-visions-title .title h3{
        padding-top: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .our-visions-inner::before{
        display: none;
    }
    .big-reasons-section .big-reason-bg::before{
        display: none;
    }
    .big-reasons-section .left-content {
        padding-left: 10px;
        background: #729743;
    }
    .big-reasons-section .left-content .bgw-btn a{
        padding-right: 10px;
        font-size: 16px;
    }
    .the-big-reason-box{
        width: 100%;
    }
    .the-big-reasons-inner .content {
        position: absolute;
        top: 50%;
        right: 30px;
        left: 30px;
        transform: translateY(-50%);
        width: calc(100% - 60px);
    }
    .get-in-touch-section h3{
        padding: 0px 20px;
    }
  .get-in-touch-section{
  margin-top:30px;
    margin-bottom:30px;
  }
    .home-page .testimonial-case-study-section {
        /* padding-left: 10px; */
        padding-left: 0px;
        padding-top: 40px;
        margin-bottom: 0px;
        background: none;
        position: relative;
    }
    .testimonial-case-study-section .testimonial-case-study-inner{
        padding: 40px 10px;
        margin-bottom: 50px;
    }
    .home-page .testimonial-case-study-section .section-title h2 span:first-child{
        display: none;
    }
    .home-page .testimonial-case-study-section:before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 20px);
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/case-studies-mobile-bg.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .home-page .testimonial-case-study-section .section-title h2 span{
        display: none;
    }
    .home-page .testimonial-case-study-section .section-title h2{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .testimonial-case-study-inner .owl-nav{
        margin: 0;
    }
    .testimonial-case-study-inner .owl-nav, .testimonial-case-study-inner .owl-carousel .owl-dots{
        width: 100%;
    }
    .testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev img,.testimonial-case-study-inner .owl-carousel .owl-nav .owl-next img{
        left: 35%;
    }
    .testimonial-case-study-inner .owl-carousel .owl-nav .owl-prev, .testimonial-case-study-inner .owl-carousel .owl-nav .owl-next{
        border-radius: 40px;
        padding: 16px 40px 16px 40px  !important;
        margin: 0px -45px;
    }
    .testimonial-case-study-inner .owl-carousel .owl-dots{
        margin: -30px 0px 0 auto;
    }
    .home-page .testimonial-case-study-section {
        background-position: 85% 100%;
    }

    .testimonial-case-study-inner .view-all-btn {
        display: block;
        text-align: center;
        position: relative;
        top: 0px;
        margin: 0;
    }

    .big-reasons-section .big-reason-bg {
        overflow: hidden;
        height: unset !important;
    }
    .home-page .latest-blog-post-section{
        margin-top: 0;
        padding: 60px 10px 0px;
    }
    .home-page .the-vault-section{
        padding: 0;
        margin-top: 50px;
    }
    .home-page .vault-bg-image{
        height: 500px;
    }
    .latest-blog-post-main .title h2{
        font-size: 35px;
    }
    .latest-blog-post-main .title h5 {
        font-size: 22px;
    }
    .latest-blog-post-list .blog-post-box{
        width: 100%;
        margin: 10px 0px;
    }
    .view-post-link {
        padding: 40px 0px;
    }
    .email-subscription-section .left-content .title h2, .email-subscription-section .right-content .title h2 {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 14px;
    }
    .email-subscription-section .left-content .left-content-inner, .email-subscription-section .left-content .center-image{
        width: 100%;
    }
    .email-subscription-section{
        padding: 0px 10px;
    }
    .email-subscription-section .left-content .sub-title h3{
        padding-bottom: 30px;
    }
    .email-subscription-section .left-content .center-image{
        position: relative;
    }
    .email-subscription-section .left-content .center-image img{
        margin-top: 30px;
    }
    .email-subscription-section .left-content .center-image span{
        text-align: center;
    }
    .email-subscription-section .right-content .content p {
        width: 100%;
        font-weight: 400;
    }  
    .email-signup-form .hs-email, .email-signup-form form .input input{
        width: 100%;
    }    
    .your-vision-ours-section .right-content{
        width: 100%;
        padding-bottom: 50px;
    }
    .blog-post-box-inner:before{
        background-position: left bottom;
    }
    .testimonial-case-study-inner .view-all-btn{
        display: none;
    }
    .view-all-btn.mobile-view{
        margin-top: 60px;
        text-align: center;
        display: block;
    }
    .latest-blog-tags ul li a{
        font-size: 14px;
    }
    .privacy-policy-link ul{
        width: 50%;
    }
    .privacy-policy-link ul li:first-child a:before{
        right: -10px;
    }
    .mobile-big-reason.mobile-view{
        display: block;
        position: relative;
        padding: 20px 20px 80px 60px;
        margin-bottom: 50px;

    }
    .mobile-big-reason.mobile-view:before{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/bigreason-bottom-bg.png);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        z-index: 0;
       
    }
    .mobile-big-reason.mobile-view:after{
        position: absolute;
        content: '';
        width: calc(100% + 100px);
        height: 400px;
        top: -216px;
        left: -50px;
        background-color: #729743;
        border-radius: 50%;
        z-index: -1;
        right: -50px;
    }
    .mobile-big-reason.mobile-view h3 {
        font-size: 25px;
        line-height: 48px;
        font-weight: 600;
        color: #fff;
        font-family: 'Red Hat Display',sans-serif;
        margin: 0;
    }
    .mobile-big-reason.mobile-view .row-number-2 span.hs_cos_wrapper_type_text {
        font-size: 20px;
        line-height: 18px;
        color: #fff;
        font-family: 'Red Hat Display',sans-serif;
        font-weight: 500;
    }
    .mobile-big-reason.mobile-view .bgw-btn{
        position: absolute;
        bottom: -120px;
        z-index: 99;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        width: 100%;
    }
    .mobile-big-reason.mobile-view .bgw-btn a{
        font-size: 16px;
        margin-top: 36px;
        color: #fd4d25;
        font-weight: 800;
        font-family: 'Red Hat Display',sans-serif;
        text-decoration: none;
        display: inline-block;
        position: relative;
        padding-right: 0px;
        margin-left: -60px;
    }
    .mobile-big-reason.mobile-view .bgw-btn a:hover {
        color: #fd4d25;
    }
    .mobile-big-reason.mobile-view .bgw-btn a::before {
        position: absolute;
        content: '';
        width: 22px;
        height: 22px;
        background: #fd4d25;
        top: 50%;
        transform: translateY(-50%);
        right: -24px;
        border-radius: 50%;
        z-index: 9;
    }
    .mobile-big-reason.mobile-view .bgw-btn a span.arrow {
        position: absolute;
        content: '';
        width: 20px;
        height: 10px;
        top: 50%;
        right: -26px;
        transform: translateY(-50%);
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-sm.png) no-repeat;
        background-size: contain;
        z-index: 99;
    }
    .the-big-reason-box-inner .image img{
        max-width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
    .get-in-touch-section {
        padding: 10px 0px 20px;
    }
    .big-reasons-section .left-content .sub-title, .big-reasons-section .left-content .bgw-btn{
        display: none;
    }
    .big-reasons-section .left-content{
        position: relative;
        padding: 90px 20px 0px;
        border-radius: 100% 100% 0 0;
    }
    .the-vault-section{
        margin-top: 50px;
    }
    .vault-bg-image {
        height: 500px;
        padding: 0;
        width: 100% !important;
    }
    .vault-main-content {
        width: 98% !important;
        transform: translateY(-50%);
        left: 10px;
        top: 50%;
    }
    .the-vault-section:before{
        display: none;
    }
    .vault-bg-image:after{
        display: none;
    }
    .vault-main-content h2{
        font-size: 35px;
    }
    .blog-post-box-inner .post-image img{
        height: 240px;
        object-fit: cover;
    }
    .the-big-reasons-section .the-big-reason-box{
        position: relative;
    }
    .the-big-reasons-section .the-big-reason-box:last-child::before {
        position: absolute;
        content: '';
        width: calc(100% + 20px);
        height: 100%;
        bottom: -7px;
        left: -10px;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/bigreason-bg-bottom-top.png) no-repeat;
        background-size: contain;
        background-position: bottom;
        z-index: 1;
    }
    .the-big-reasons-section .the-big-reason-box:first-child::before{
        position: absolute;
        content: '';
        width: calc(100% + 24px);
        height: 60%;
        top: -6px;
        left: -12px;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/bigreason-bg-bottom-top.png) no-repeat;
        background-size: cover;
        background-position: bottom;
        z-index: 1;
        transform: rotate(180deg);
    }
    .big-reasons-section .left-content:before{
        position: absolute;
        content: '';
        width: calc(100% + 100px);
        height: calc(100% + 40px);
        top: 0px;
        left: -50px;
        background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/bigreason-bottom-bg.png);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        z-index: 0;
        transform: rotate(180deg);
        right: -50px;
    }
    .big-reasons-section .left-content::after{
        position: absolute;
        content: '';
        width: calc(100% + 100px);
        height: 400px;
        top: 0px;
        left: -50px;
        background-color: #729743;
        border-radius: 50%;
        z-index: -1;
        right: -50px;
    }
    .big-reasons-section .left-content{
        background: transparent;
    }
    .big-reasons-section .right-content{
        z-index: 9;
    }
    .home-page .big-reasons-section {
        overflow: hidden;
    }
    .hero-button a:after{
        height: calc(100% + 20px);
        right: 0;
        top: 0;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/mobile-button-bg.png);
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
    }
    .hero-button a span:first-child{
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 10px;
    }
  .the-big-reason-box-inner .image {
    height: 100%;
}
}


@media(max-width: 500px){
    .hero-button a:after{
        height: calc(100% + 20px);
        right: 0;
        top: 0;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/mobile-button-bg.png);
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
    }
    .learn-wrapper .learn-btn{
        margin: 0px 10px;
    }
    .get-in-touch-section .cta_button{
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .mobile-big-reason.mobile-view:after{
        display: none;
    }
    .view-all-btn.mobile-view{
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    .the-big-reasons-section .the-big-reason-box:first-child::before {
        width: calc(100% + 14px);
        height: 100%;
        top: -4px;
        left: -7px;
        background-size: contain;
    }
    .the-big-reasons-section .the-big-reason-box:last-child::before{
        bottom: -3px;
    }
    .vault-main-content .orange-btn{
        width: calc(100% - 20px);
        margin: 0px 10px;
    }
    .hero-content .title_tag {
        padding: 0px 20px;
    }
    
   
}

@media(min-width: 768px){
    .mobile-big-reason.mobile-view{
        display: none;
    }
}

body.ie-browser .accelerate-with-your-ateam-section form .input .hs-input{
    width: 100%;
}
body.ie-browser .our-visions-section .sticky-top{
    position: inherit;
    transition: all 0.1s ease;
}
body.ie-browser .our-visions-section{
    display: flex;
    flex-wrap: wrap;
}
body.ie-browser .our-visions-section .left-content{
    width: 50%;
    position: relative;
}
body.ie-browser .our-visions-section .right-content{
    width: 50%;
}
h2{
    font-weight: 900;
    margin: 0;
    font-size: 45px;
}
h3{
    font-size: 32px;
    font-weight: 800;
}
body {
    font-family: 'Red Hat Display',sans-serif;
}
.hero-section-style-2{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/bgwcpa-services.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: left bottom;
}
.hero-section-style-2 .hero-right-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 670px;
}
.hero-section-style-2 .hero-right-image img {
    width: 100%;
}
.hero-section-style-2 .hero-content {
    padding-top: 240px;
    text-align: left;
    padding-left: 100px;
}

.hero-section-style-2 .page-title h1{
    font-size: 75px;
    font-weight: 900;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    padding-bottom: 20px;
}
.hero-section-style-2 .hero-left-content{
    width: 80%;
    padding-bottom: 110px;
}
.hero-section-style-2 .hero-content .page-sub-title{
    font-size: 28px;
    font-weight: 900;
    padding-top: 0;
    padding-bottom: 35px;
}
.hero-section-style-2 .hero-content .content p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
    color: #fff;
    width: 70%;
}
.services-page .main-content-section{
    padding-top: 64px;
    padding-bottom: 100px;
    position: relative;
}
.services-page .main-content-section .left-content h2{
    color: #18222A;
    font-weight: 700;
    font-family: 'Red Hat Display',sans-serif;
    line-height: 42px;
    margin: 0;
    width: 72%;
    font-size: 32px;
    padding-bottom: 14px;
}
.services-page .main-content-section .left-content{
    padding-left: 120px;
    width: calc(70% + 100px);
    margin: 0;
    margin-bottom:20px;
}
.services-page .main-content-section .left-content p{
    font-size: 17px;
    line-height: 29px;
    color: #6d6a6a;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 400;
    margin: 0;
    padding-bottom: 18px;
}
.services-page .main-content-section .sidebar-menu{
    width: calc(30% - 140px);
    padding-left: 0px;
    margin: 0;
    float: right;
}
.services-page .main-content-section .sidebar-menu .hs-menu-wrapper ul li a{
    color: #FD4D25;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0px 14px 30px;
    display: block;
}
.services-page .main-content-section .sidebar-menu .hs-menu-wrapper ul li.active a{
    font-weight: 800;
}
.services-page .main-content-section .sidebar-menu .hs-menu-wrapper ul li.active a:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: red;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    right: unset;
}
.services-page .main-content-section .sidebar-menu .hs-menu-wrapper ul li{
    display: block;
}

.solution_process_section{
    position: relative;
    background: rgba(141, 129, 125, 0.8);
    border-top-left-radius: 10%;
}
.solution_process_section .solution_content_inner > .drop_shape{
    width: 35%;
    position: relative;
}
.solution_process_section .solution_content_inner > .drop_shape:before{
    position: absolute;
    content: '';
    top: 0;
    left: -100px;
    width: calc(100% + 150px);
    height: 1235px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/bgwcpa-proven-solution.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 26%;
    border-top-left-radius: 25%;
}

.solution_process_section .accordion_content{
    width:100%;
    padding-right: 100px;
    padding-top: 50px;
    /* padding-bottom: 160px; */
}
.solution_content_inner{
    display: flex;
    position: relative;
}
.services-page .latest-blog-post-module{
    padding-left: 120px;
}
/* .solution_content_inner:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 400px;
    bottom: -26%;
    right: -100px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/logo-icon-large.png) no-repeat;
    background-position: bottom right;
    background-size: contain;

} */
.solution_process_section .drop_shape_inner{
    position: relative;
    padding: 50px 30px 50px 120px;
    border-radius: 5% 0px 0% 33%;
}
.solution_process_section .drop_shape_inner:before {
    position: absolute;
    content: '';
    width: calc(100% + 150px);
    height: calc(100% + 200px);
    top: -100px;
    left: -100px;
    background: #fd4d25;
    border-radius: 50% 50% 50% 0%;
    z-index: 99;
}
.solution_process_section .drop_shape_inner .title, .solution_process_section .drop_shape_inner .content{
    position: relative;
    z-index: 99;
}
.solution_process_section .drop_shape_inner .title h2{
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
}
.solution_process_section .drop_shape_inner .content p{
    font-size: 17px;
    color: #fff;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
    font-family: 'Red Hat Display',sans-serif;
    margin: 0;
}
.accordion_content_inner .accordion_content_box .title h3{
     font-size: 20px;
     line-height:28px;
     color: #fff;
     font-family: 'Red Hat Display',sans-serif;
     font-weight: 600;
     text-align: left;
     padding: 20px 100px  20px 135px;
     margin: 0;
     position: relative;
     z-index: 99;
     
}
.accordion_content_inner .accordion_content_box .title h3:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
   /* background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/w-down-arrow.png) no-repeat;*/
    background-size: contain;
}

.solution_process_section .accordion_content .accordion_content_inner{
    width: 100%;
    position: relative;
    z-index: 0;
}
.accordion_content_inner .accordion_content_box .content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    padding: 20px 30px;
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.accordion_content_inner .accordion_content_box .content{
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion_content_inner .accordion_content_box.active .content{
    display: block;
}
.accordion_content_inner .accordion_content_box{
    background: rgba(141, 129, 125, 0.6);
    border-radius: 30px;
    position: relative;
    margin-bottom: 5px;
    z-index: 99;
}
.solution_content_inner .top-content-area{
    position: relative;
    color: #FFF;
    min-height: 180px;
}
.services-page .testimonial-case-study-inner .view-all-btn{
    margin: 50px 14% 50px;
}
.our_proven_content_inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}
.our_proven_content_inner .column_one{
    width: 50%;
}
.our_proven_content_inner .column_two{
    width: 50%;
    margin-left: -50px;
    margin-top: 180px;
}
.our_proven_title{
    position: relative;
    width: 80%;
}
.our_proven_title:after{
    position: absolute;
    content: '';
    width: 140px;
    height: 120px;
    top: 40px;
    right: -10px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/cricle-arrow-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.our_proven_title:before{
    position: absolute;
    content: '';
    width: calc(100% + 90px);
    height: calc(100% + 200px);
    top: 0px;
    left: -100px;
    background: #fb961f;
    border-radius: 50% 50% 50% 0%;
    z-index: 0;
}
.solution_process_section .drop_shape_inner .title h2 {
    color: #fff;
    padding-bottom: 20px;
}
.drop_shape .title h2{
    color: #fff;
    padding-bottom: 20px;
    position: relative;

}
.our_proven_title .drop_shape .content{
    position: relative;
}
.our_proven_title .drop_shape .content p{
    font-size: 17px;
    color: #fff;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
.our_proven_title .drop_shape{
    padding: 100px 30px 50px 120px;
}
.our_proven_content_inner .column_one .our_proven_step_box{
    padding-left: 120px;
    position: relative;
}
.our_proven_content_inner .column_one .our_proven_step_box .our_proven_step_box_inner{
    background: #fff;
    padding :50px 30px 50px;
    width: 75%;
    position: relative;
    border-radius: 10px;

}
.our_proven_content_inner .column_one .our_proven_step_box .our_proven_step_box_inner::before, .column_two .our_proven_step_box::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/service-step-bg.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: 0;
    border-radius: 10px;
}
.our_proven_content_inner .column_one .our_proven_step_box .our_proven_step_box_inner > span{
font-size: 32px;
margin: 0;
font-weight: 800;
color: #ABDA77;
margin: 0;
    padding-bottom: 20px;
    display: inline-block;
}
.our_proven_content_inner .column_one .our_proven_step_box .our_proven_step_box_inner .title h3{
    color: #18222A;
    margin: 0;
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
}
.our_proven_content_inner .column_one .our_proven_step_box .our_proven_step_box_inner .content p{
    color: #6D6A6A;
    line-height: 27px;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.column_two .our_proven_step_box{
    background: #fff;
    padding :50px 30px 50px;
    width: 60%;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}
.our_proven_step_box_inner > span{
    font-size: 32px;
    margin: 0;
    font-weight: 800;
    color: #abda77;
    margin: 0;
    padding-bottom: 20px;
    display: inline-block;
}

.our_proven_step_box_inner .content p{
    color: #6d6a6a;
    line-height: 27px;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.column_two .our_proven_step_box_inner{
    position: relative;
}
.our_proven_step_box_inner h3{
    margin: 0;
    padding-bottom: 10px;
    line-height:40px;
}
.our_proven_content_inner .last_content{
    padding-top: 70px;
}
.our_proven_content_inner .last_content .content{
    width: 60%;
    margin: 0 auto;
}
.our_proven_content_inner .last_content .content p{
    font-size: 35px;
    line-height: 50px;
    font-weight:400;
    color: #fff;
    margin: 0;
    position: relative;
}
.our_proven_content_inner .last_content .content p span,.our_proven_content_inner .last_content .content p strong{
    font-weight: 800;
    color: #fff;
}
.our_proven_content_inner .get-in-touch{
    width: 60%;
    margin: 20px auto;
    padding-bottom: 50px;
}
.solution_process_section:before{
    position: absolute;
    content: '';
    width: 40%;
    bottom: 0;
    height: 100%;
    right: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/bgwcpa-proven-process.png) no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.see_full_process_link{
    padding-left: 120px;
}
.see_full_process_link a{
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
    padding-right: 30px;
    position: relative;
}
.see_full_process_link a:hover span.arrow{
    right: -40px;
}
.see_full_process_link span.arrow{
    position: absolute;
    content: '';
    width: 37px;
    height: 37px;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-sm.png);
    background-repeat: no-repeat;
    background-size: 15px;
    z-index: 99;
    border-radius: 50%;
    background-color: #FB961F;
    transition: all .3s ease;
    background-position: center;
}
.our_proven_content_inner .column_two .our_proven_step_box:first-child:after{
    position: absolute;
    content: '';
    width: 140px;
    height: 120px;
    bottom: -70px;
    right: -130px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/cricle-arrow-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(112deg);
}
.our_proven_content_inner .column_two .our_proven_step_box:last-child:after{
    position: absolute;
    content: '';
    width: 140px;
    height: 120px;
    bottom: -61px;
    left: -105px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/cricle-arrow-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(220deg);
}
/* .solution_process_section:after{
    position: absolute;
    content: '';
    width: 70%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: rgba(141,129,125,0.8);
    border-radius: 50%;
    z-index: 0;
} */
.solution_process_section:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/round-with-bg.png) no-repeat;
    border-radius: 0;
    z-index: 0;
    background-size: contain;
    background-position: bottom left;
}
.testimonial-case-study-inner .section-title h2{
    color: #729743;
    font-size: 30px;
    font-weight: 500;
}
.testimonial-case-study-inner .section-title h2 span{
    font-weight: 900;
}
.testimonial-case-study-section .section-title h2 span:first-child {
    display: inline-block;
    width: 50px;
    position: relative;
    height: 22px;
    z-index: -1;
}
.testimonial-case-study-section .section-title h2 span:first-child:before {
    background: #abda77;
    position: absolute;
    content: '';
    width: calc(100% + 30px);
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
.testimonial-case-study-section  .container{
    width: 100%;
}
.testimonial-case-study-section{
    padding-top: 100px;
    overflow: hidden;
}
.testimonial-case-study-inner .section-title h2{
    padding-bottom: 20px;
}
.tools-resource-box{

    padding: 40px;
    position: relative;
}
.tools-resource-box:before{
    position: absolute;
    content: '';
    width: calc(100% + 30px);
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(253 154 37 / 0.09);
    border-radius: 50%;
    border-left: 10px solid transparent;
    transition: all 0.3s ease;
}
.atypical-tools-resources .item a{
    text-decoration: none;
}
.atypical-tools-resources .item a:hover .tools-resource-box:before{
    border-left: 10px solid red;
}
.tools-resource-box .title h3{
    font-size: 22px;
    line-height: 30px;
    color: #fb961f;
    margin: 0;
    padding-top: 30px;
}
.tools-resource-box .content p{
    color: #6d6a6a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.tools-resource-box .content{
    padding: 0px 0px 20px 24px;
}
.our_proven_content_inner .mobile-view{
    display: none;
}
.atypical-tools-resources-section .container{
    width: 100%;
}
.atypical-tools-resources-section{
    overflow: hidden;
    padding-top: 250px;
}
.atypical-tools-resources-inner h2{
    margin-bottom: 20px;    
}
.our-people-nucleous a.orange-btn, .our-people-nucleous .orange-btn .hs-button{
    padding: 18px 100px;
}
.our-people-nucleous a.green-btn,.our-people-nucleous .green-btn .hs-button{
    padding: 20px 70px;
}
.atypical-tools-resources-inner{
    padding-left: 100px;
}
.tools-resource-box .title{
    position: relative;
    padding: 30px 0px 0px 24px;
}
.tools-resource-box .title:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 20px;
    left: 24px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/logo-icon-green.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.atypical-tools-resources .owl-nav {
    display: flex;
    width: 34%;
    margin: 20px -30px 0 auto;
    align-items: center;
    justify-content: space-between;
}
.atypical-tools-resources.owl-carousel .owl-dots button span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #729743;
    display: inline-block;
    margin: 0px 2px;
}
.atypical-tools-resources.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    width: 34%;
    margin: -30px -30px 0 auto;
}
.atypical-tools-resources.owl-carousel .owl-nav .owl-prev, .atypical-tools-resources.owl-carousel .owl-nav .owl-next{
    border-radius: 0 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 60px !important;
    background: #729743;
    transition: all .5s ease;
    width: 120px;
    height: 44px;
    position: relative;
    margin: 0px;
}
.atypical-tools-resources.owl-carousel {
    padding-bottom: 20px;
}
.atypical-tools-resources.owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
}
.atypical-tools-resources.owl-carousel .owl-nav .owl-prev:hover {
    transform: rotate(180deg) scale(0.95);
}
.atypical-tools-resources.owl-carousel .owl-nav .owl-next:hover {
    transform: scale(0.95);
}
.atypical-tools-resources.owl-carousel .owl-nav .owl-prev img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
}
.atypical-tools-resources.owl-carousel .owl-nav button:hover img {
    transform: translate(-70%,-50%);
}
.atypical-tools-resources.owl-carousel .owl-nav .owl-prev:hover img {
    transform: translate(-30%,-50%);
}
.atypical-tools-resources.owl-carousel .owl-nav button:hover img {
    transform: translate(-70%,-50%);
}
.atypical-tools-resources.owl-carousel .owl-nav .owl-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
}
.services-page .the-vault-inner{
    padding-left: 120px;
    margin-top:168px;
}
.the-vault-inner a .title h3{
    color: #729743;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
}
.the-vault-inner a .title h3:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock%20icon.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.the-vault-inner a{
    text-decoration: none;
}
.the-vault-inner a:hover  .sub-title::before{
    left: 10px;
}
.the-vault-main{
    display: flex;
    flex-wrap: wrap;
}
.the-vault-inner a .sub-title{
    width: 30%;
    position: relative;
}
.the-vault-inner a .sub-title::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: -14px;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/orange-arrow-sm.png) no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease;
}
.services-page .the-vault-inner a .sub-title::before{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/m-orange-arrow.png) no-repeat;
    width: 30px;
}
.the-vault-inner a .content{
    width: 70%;

}
.the-vault-inner a .sub-title h2{
    color: #18222A;
    font-size: 65px;
    line-height: 48px;
    font-weight: 400;
}
.the-vault-inner a .sub-title h2 span{
    font-weight: 900;
}
.the-vault-inner a .content p{
    color: #6d6a6a;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    width: 70%;
    margin: 0;
}
.our-people-nucleous .left-content{
    position: relative;
}
.our-people-nucleous .left-content img{
    position: absolute; 
    width: 100%;
    height: 768px;
    left: -145px;
    top: -60px;
}
.our-people-nucleous .container .row-fluid{
    display: flex;
    flex-wrap: wrap;
}
.our-people-nucleous .content-right .row-fluid{
    flex-wrap: nowrap;
}
.our-people-nucleous{
    padding: 130px 0px 60px;
    background: #F3F3F3;
}
.our-people-nucleous .content-right{
    margin-left: -90px;
}
.our-people-nucleous .sub-title h3{
    color: #729743;
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 20px;
}
.our-people-nucleous .title h2 {
    color: #18222a;
    font-size: 56px;
    line-height: 90px;
    font-weight: 700;
    margin-top: 0;
    margin-left: -200px;
}
.our-people-nucleous .title h2 span{
    font-style: italic;
}
.our-people-nucleous .content p{
    font-size: 19px;
    line-height: 29px;
    color: #6d6a6a;
    margin: 0;
    padding-bottom: 30px;
}
.service-page .header .container{
    width: 90%;
}


@media(max-width: 1400px){
    .our_proven_title:after{
        right: -60px;
    }
    .our_proven_title:before{
        width: calc(100% + 160px);
    }
    .services-page .main-content-section .sidebar-menu{
        position: absolute;
        right: 30px;
    }
    .solution_content_inner:before{
        height: 234px;
        bottom: 0%;
        background-size: cover;
        right: 0;
    }
    /* .solution_process_section{
        border-bottom-left-radius: 370px;
    } */
    .hero-section-style-2 .hero-left-content {
        width: 80%;
    }
    .solution_process_section{
        overflow: unset;
    }
    .solution_process_section .solution_content_inner>.drop_shape{
        width: 40%;
    }
    .solution_process_section .accordion_content{
        padding-right: 0;
    }
    .our_proven_content_inner .column_two{
        margin-left: -20px;
    }
    .our-people-nucleous .left-content img {
        height: 768px !important;
        max-height: 700px;
        object-fit: cover;
        object-position: right;
    }
    .our-people-nucleous .content-right {
        width: 50%;
        margin-left: -30px;
    }
    .tools-resource-box {
        padding: 72px 10px 72px 70px;
    }
    .tools-resource-box .title h3{
        padding-top: 0;
    }
    .tools-resource-box .content, .tools-resource-box .title{
        padding: 0;
    }
    .tools-resource-box .title:before{
        top: -30px;
        left: 0;
    }
    .tools-resource-box .content p{
        margin: 0;
    }
    .our-people-nucleous .left-content{
        width: 50%;
    }
    .our-people-nucleous  .container{
        width: 100%;
    }

    .our-people-nucleous .left-content img{
        left: -80px;
    }
    .our-people-nucleous a.orange-btn, .our-people-nucleous .orange-btn .hs-button, .our-people-nucleous a.green-btn, .our-people-nucleous .green-btn .hs-button {
        padding: 18px 56px;
    }
    .atypical-tools-resources-section{
        padding-top: 150px;
    }
}
@media(max-width: 1199px){
    .accordion_content_inner .accordion_content_box .title h3{
        padding-left: 100px;
    }
    .accordion_content_inner .accordion_content_box .content p{
        width: calc(100% - 200px);
        padding: 10px 100px 30px;
    }
    .our_proven_title:after {
        top: 0;
    }
    .services-page .main-content-section .left-content{
        width: 70%;
    }
    .services-page .main-content-section .sidebar-menu{
        width: 30%;
        padding-left: 30px;
    }
    .services-page .main-content-section .left-content h2{
        width: 80%;
    }
    .hero-section-style-2 .hero-content{
        padding-left: 50px;
    }
    .hero-section-style-2 .hero-right-image img {
        width: 90%;
        float: right;
    }
    .services-page .main-content-section .left-content{
        padding-left: 50px;
    }
    .solution_process_section .drop_shape_inner{
        padding: 50px 30px 50px 30px;
    }
    .solution_process_section .drop_shape_inner:before {
       
        height: calc(100% + 74px);
        top: -50px;
        left: -110px;
    }
    .our_proven_title:before{
        width: calc(100% + 150px);
        height: calc(100% + 120px);
    top: -50px;
    left: -110px
    }
    .solution_process_section .solution_content_inner>.drop_shape:before{
        border-top-right-radius: 30%;
        border-top-left-radius: 50%;
    }
    .solution_process_section {
        border-top-left-radius: 10%;
    }
    .our_proven_title .drop_shape {
        padding: 50px 30px 50px 30px;
    }
    /* .our_proven_title:before {
        height: calc(100% + 100px);
        top: -100px;
        left: -32px;
    } */
    .our_proven_content_inner .column_two {
        margin-left: 0;
    }
    .solution_process_section:after {
        width: 80%;
        height: 40%;
    }
    .our-people-nucleous .left-content {
        width: 100%;
    }
    .our-people-nucleous .content-right  {
        width: 80%;
        margin: 0 auto;
    }
    body .our-people-nucleous .left-content img{
        position: relative;
        top: unset;
        left: unset;
        height: auto !important;
        max-width: 100%;
        width: 50%;
        max-height: unset !important;
        object-fit: contain;
        object-position: center;
    }

    .our-people-nucleous .title h2{
        margin-left: 0;
    }
    .atypical-tools-resources-section{
        padding-top: 100px;
    }
    .the-vault-inner a .sub-title{
        width: 40%;
    }
    .the-vault-inner a .content{
        width: 60%;
    }
    .the-vault-inner a .content p{
        width: 90%;
    }
    .our-people-nucleous .left-content{
        text-align: center;
    }
    .tools-resource-box {
        padding: 70px 10px 60px 70px;
    }
}
@media(max-width: 991px){
    .solution_process_section .solution_content_inner>.drop_shape:before{
        height: 100%;
    }
  /* .our_proven_content_inner{
        margin-top: -100px;
    } */
    .our_proven_content_inner .column_two{
        margin-top: 50px;
    }
    .tools-resource-box {
        padding: 100px 10px 100px 70px;
    }
    .services-page .main-content-section .sidebar-menu {
        position: relative;
        right: unset;
    }
    .services-page .the-vault-inner, .services-page .latest-blog-post-module{
        padding-left: 0;
    }
    .hero-section-style-2 .hero-content {
        padding: 200px 30px 0px;
    }
    .hero-section-style-2 .hero-right-image img {
        width: 75%;
        float: right;
    }
    .hero-section-style-2 .hero-left-content{
        width: 100%;
    }
    .services-page .main-content-section .left-content, .services-page .main-content-section .sidebar-menu{
        padding: 0px 30px;
        width: 100%;
    }
    .services-page .main-content-section .left-content h2{
        width: 100%;
    }
    .solution_process_section .drop_shape_inner .title h2{
        font-size: 30px;
    }
    .accordion_content_inner .accordion_content_box .title h3{
        font-size: 20px;
    }
    .solution_process_section .drop_shape_inner .content p {
        font-size: 17px;
        line-height: 24px;
    }
 
    .our_proven_title:before{
        top: -50px;
    }
    .our_proven_title .drop_shape .content p{
        font-size: 18px;
        line-height: 24px;
    }
    .drop_shape .title h2{
        font-size: 30px;
    }
    /* .our_proven_title:before {
        height: calc(100% + 70px);
        width: calc(100% + 70px);
    } */
    .our_proven_title:after{
        top: -30px;
        right: -100px;
    }
    .our_proven_content_inner .column_one .our_proven_step_box {
        padding-left: 20px;
    }
    .our_proven_step_box_inner h3{
        font-size: 26px;
        line-height: 32px !important;
    }
    .our_proven_content_inner .column_one .our_proven_step_box .our_proven_step_box_inner>span, .our_proven_step_box_inner>span{
        font-size: 22px;
        line-height: 28px !important;
        padding-bottom: 0;
    }
    .our_proven_content_inner .column_two .our_proven_step_box:first-child:after{
        width: 100px;
        height: 100px;
        bottom: -70px;
        right: -72px;
    }
    .column_two .our_proven_step_box{
        width: 70%;
    }
    .see_full_process_link {
        padding-left: 30px;
    }
    .solution_process_section:after {
        width: 95%;
    }
    .the-vault-inner a .sub-title h2{
        font-size: 50px;
    }
    .atypical-tools-resources .owl-nav, .atypical-tools-resources.owl-carousel .owl-dots {
        width: 60%;
    }
    .our-people-nucleous .title h2{
        font-size: 40px;
    }
    .testimonial-case-study-inner {
        padding: 0px 30px;
    }
    .the-vault-section{
        padding-top: 100px;
    }
}
@media(max-width: 767px){
    .our-people-nucleous .content-right .row-fluid{
        flex-wrap: wrap;
    }
    .hero-section-style-2{
        background-position: 20%;
    }
    .hero-section-style-2 .hero-content{
        padding: 280px 30px 0px;
    }
    .hero-section-style-2 .hero-right-image {
        width: 85%;
    }
    .hero-section-style-2 .hero-right-image img{
        /* height: 430px;
        object-fit: contain;
        width: 100%; */
        width: 80%;
        float: right;
    }
    .services-page .hero-section-style-2 .hero-right-image{
        right: -20px;
        text-align: right;
        
    }
    .services-page .hero-section-style-2{
        overflow: hidden;
    }
    .hero-section-style-2 .hero-left-content {
        padding-bottom: 70px;
    }
    .services-page .latest-blog-post-section{
        padding: 50px 20px
    }
    .hero-section-style-2 .hero-content .hero-title .title_tag{
        font-size: 50px;
        line-height: 70px;
        text-align: center;
        padding-bottom: 0;
    }
    .services-page .main-content-section{
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .solution_process_section .solution_content_inner>.drop_shape, .our_proven_content_inner .column_one, .our_proven_content_inner .column_two {
        width: 100%;
    }
    .solution_process_section .accordion_content, .solution_process_section .solution_content_inner>.drop_shape:before, .solution_process_section .drop_shape_inner:before{
        width: 100%;
    }
    .solution_content_inner{
        flex-wrap: wrap;
    }
    .our_proven_content_inner .column_two .our_proven_step_box:first-child:after{
        display: none;
    }
    .hero-section-style-2 .hero-content .page-sub-title{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .hero-section-style-2 .hero-content .content p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 100%;
    }
    .services-page .main-content-section .left-content, .services-page .main-content-section .sidebar-menu{
        padding: 0px 15px;
    }
    .services-page .main-content-section .left-content h2{
        font-size: 25px;
        line-height: 35px;
    }
    .services-page .main-content-section .left-content p{
        font-size: 16px;
        line-height: 25px;
    }
    .services-page .main-content-section .sidebar-menu{
        display: none;
    }
    .solution_process_section .drop_shape_inner:before{
        top: -20px;
        left: 0;
    }
    .solution_process_section .drop_shape_inner {
        padding: 100px 30px 70px;
    }
    .solution_content_inner{
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/solution-mobile-bg.png) no-repeat;
        border-top-left-radius: 32%;
        background-size: cover;
        position: relative;
        padding-bottom: 100px;
    }
    .solution_content_inner:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 180px;
        top: 0;
        left: 0;
        background: #6d6a6a;
        border-top-left-radius: 84%;
        opacity: .8;
        z-index: 0;
    }
    .solution_process_section .solution_content_inner>.drop_shape:before{
        display: none;
    }
    .solution_process_section {
        border-top-left-radius: 0;
        background: transparent;
    }
    .solution_content_inner:before {
        height: 100%;
        bottom: 0;
        background-size: cover;
        right: 0;
        width: 100%;
    }
    .our_proven_content_inner .column_one .our_proven_step_box, .our_proven_content_inner .column_two{
        display: none;
    }
    .see_full_process_link a{
        display: none;
    }
    .solution_process_section .accordion_content{
        /* padding-bottom: 150px; */
        position: relative;
        z-index: 9;
    }
   /* .our_proven_content{
        margin-top: -160px;
    } */
    .our_proven_title:before {
        height: calc(100% + 50px);
        width: 100%;
        left: 0;
        top: 0;
    }
    .our_proven_step_box_inner{
        text-align: left;
    }
    .our_proven_title{
        width: 100%;
        padding-top: 50px;
    }
    .our_proven_content_inner .mobile-view{
        display: block;
        text-align: center;
    }
    .our_proven_title:after{
        display: none;
    }
    .mobile-view .our_proven_step_box{
        background: #fff;
    padding: 50px 30px 30px;
    position: relative;
    border-radius: 10px;
    margin: 20px;
    }
    .mobile-view .our_proven_step_box:before{
        position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/service-step-bg.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: 0;
    border-radius: 10px;
    }
    .accordion_content_inner .accordion_content_box .title h3 {
        text-align: left;
        padding: 20px 30px;
    }
    .our_proven_step_box_inner h3{
        position: relative;
    }
    .our_proven_content_inner .last_content .content p{
        font-size: 26px;
        line-height: 36px;
    }
    .our_proven_content_inner .last_content .content{
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    /* .our_proven_content:before{
        position: absolute;
        content: '';
        width: 100%;
        height: calc(100% - 100px);
        top: 0;
        left: 0;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/solution_bottom-bg.png) no-repeat;
        background-size: cover;
    } */
    .solution_process_section:before{
        display: none;
    }
    /* .solution_process_section:after{
        background: rgba(141,129,125,0.8) !important;
    }
    */
    .solution_process_section:after{
        width: calc(100% + 100px);
        height: 30%;
        left: -50px;
        right: -50px;
        background: rgba(141,129,125,1);

    } 
    .solution_process_section{
        overflow: hidden;
        padding-top: 20px;
    }
    .our_proven_content_inner .get-in-touch{
        width: calc(100% - 40px);
        padding: 0px 20px 20px;
    }
    .testimonial-case-study-inner .section-title h2{
        font-size: 25px;
        line-height: 35px;
    }
    .testimonial-case-study-section .section-title h2 span:first-child{
        display: none;
    }
    .services-page .testimonial-case-study-section{
        padding-top: 0;
    }
    .services-page .testimonial-case-study-section .testimonial-case-study-inner{
        margin-top: 00px;
    }
    .our-people-nucleous .title h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .our-people-nucleous .content-right{
        padding: 0px 20px;
        width: 100%;
    }
    .our-people-nucleous .sub-title h3 {
        font-size: 25px;
        line-height: 34px;
    }
    .our-people-nucleous  .orange-btn, .our-people-nucleous  .green-btn{
        text-align: center;
        margin: 10px 0px;
        width: 100%;
        display: block;
    }
    .atypical-tools-resources-inner{
        padding: 0px 20px 30px;
    }
    .atypical-tools-resources-inner h2{
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 20px;    
    }
    
    .tools-resource-box {
        padding: 80px 50px;
    }
    .atypical-tools-resources .owl-nav, .atypical-tools-resources.owl-carousel .owl-dots {
        width: 100%;
    }
    .atypical-tools-resources.owl-carousel .owl-nav .owl-prev, .atypical-tools-resources.owl-carousel .owl-nav .owl-next {
        border-radius: 40px;
        padding: 16px 40px 16px 40px !important;
        margin: 0px -45px 16px;
    }
    .atypical-tools-resources.owl-carousel .owl-dots {
        margin: -50px 0px 0 auto;
    }
    .atypical-tools-resources .owl-nav{
        margin: 20px 0px 0 auto;
    }
    .the-vault-inner a .sub-title, .the-vault-inner a .content{
        width: 100%;
    }
    .the-vault-section{
        padding: 0px 20px 40px;
    }
    .the-vault-inner a .title h3{
        font-size: 18px;
    }
    .the-vault-inner a .sub-title h2{
        padding-bottom: 20px;
    }
    .the-vault-inner a .content{
        position: relative;
        padding-bottom: 30px;
    }
    .the-vault-inner a .content::before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        bottom: 0px;
        left: 0;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/orange-arrow-sm.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .the-vault-inner a .sub-title::before{
        display: none;
    }
    .solution_process_section{
        border-radius: 0;
    }
    .accordion_content_inner .accordion_content_box .content p{
        width: calc(100% - 40px);
        text-align: left;
        padding: 0px 20px 30px;
    }
    body .our-people-nucleous .left-content img{
        width: 100%;
    }
    .our_proven_content_inner {
        position: relative;
    }
    .our_proven_content_inner:before{
        position: absolute;
        content: '';
        width: 100%;
        height: calc(100% - 250px);
        top: 100px;
        left: 0;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/solution_bottom-bg-mobile.png) no-repeat;
        background-size: cover;
        background-position: center;
        border-top-left-radius: 185px;
    }
    .solution_process_section:after{
        display: none;
    }
    .our-people-nucleous .content-right .title h2{
        display: none;
    }
    .our-people-nucleous {
        padding: 50px 0px 60px;
        margin-top: 50px;
    }
    .our-people-nucleous .left-content .title h2{
        padding-bottom: 30px;
        text-align: left;
        padding: 0px 20px;
    }
    .see_full_process_link.mobile-view a{
        display: inline-block;
    }
    .solution_process_section .last_content{
        position: relative;
    }
    .solution_process_section .last_content:before {
        position: absolute;
        content: '';
        width: calc(100% + 50px);
        height: 320px;
        left: -25px;
        top: 20px;
        right: -25px;
        background: rgba(141,129,125,1);
        border-radius: 50%;
        z-index: 0;
    }
    .see_full_process_link {
        padding-left: 0;
    }
    .see_full_process_link a{
        margin: 0px 0px 20px;
    }
    .testimonial-case-study-section{
        padding-top: 50px;
    }
    .solution-process-inner .solution_content_inner .solution_right_content{
        width: 100% !important;
    }
   
}
@media(min-width: 768px){
    .our-people-nucleous .left-content .title h2{
        display: none;
    }
}
@media(max-width: 600px){
    .tools-resource-box:before{
        width: 100%;
        border-left: 0px;
    }
}
@media(max-width: 500px){
    a.green-btn, .green-btn .hs-button, a.lig-green-btn, .lig-green-btn .hs-button, a.orange-btn, .orange-btn .hs-button{
        width: 100%;
        padding: 18px 0px;
    }
    .our_proven_content_inner .get-in-touch{
        padding-left: 0;
    }
    .our-people-nucleous a.orange-btn, .our-people-nucleous .orange-btn .hs-button, .our-people-nucleous a.green-btn, .our-people-nucleous .green-btn .hs-button{
        padding: 18px 0px;
    }
    .solution_process_section .last_content:before{
        height: 400px;
    }
    .services-page .hero-section-style-2 .hero-right-image{
        right: 0px;
    }
    .hero-section-style-2 .hero-right-image img{
        width: 100%;
        object-fit: cover;
    }
    .tools-resource-box {
        padding: 100px 50px;
    }
  .services-page .the-vault-inner{
    margin-top:20px;
}
    
}
@media(max-width: 320px){
    .tools-resource-box {
        padding: 60px 16px 60px 30px;
    }
}
@media(min-width: 1600px){
    .solution-process-inner{
        position: relative;
    }
    .solution_process_section:after {
        width: 64%;
        background-position-x: 152%;
    }
    .solution-process-inner .solution-process-bg {
        position: absolute;
        content: '';
        width: 10%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }
    .solution_process_section {
        border-top-left-radius: 40%;
    }
    .solution_process_section .accordion_content .accordion_content_inner{
  min-height: 650px;
}
}
@media(min-wdith: 1401px){

  .solution_process_section .accordion_content .accordion_content_inner{
  min-height: 650px;
}
}
@media(min-width: 1921px){
.solution_process_section:after {
   
        background-position-x: 120%;
    }
}

.solution-process-inner .solution_content_inner{
    width: 100%;
}
.solution-process-inner .solution_content_inner .solution_right_content{
    width: 65%;
}

@media(min-width: 1400px){
  .our_proven_title .drop_shape .content{
    width: 80%;
  }
}
.hero-section-style-3{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/inside-hero-bg.png) no-repeat;
    background-size: cover;
    padding-top: 350px;
    position: relative;
}
.hero-section-style-3::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
}
.hero-section-style-3 .hero-content{
    text-align: left;
     padding-left: 140px;

}

    .faq-cate-content{
      padding: 125px 50px 0px 20px;}

.hero-section-style-3 .hero-content .hero-title{
    position: relative;
    z-index: 9;
    padding-bottom: 70px;
    padding-left: 100px;
}
.hero-section-style-3 .hero-content .hero-title .page-title{
    position: relative;
}
.hero-section-style-3 .hero-content .hero-title .page-title::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 280px;
    left: 75px;
    top: 50px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/xl-white-down-arrow.png) no-repeat;
    background-position: bottom;
    
}
.hero-section-style-3 .hero-content .sub-title{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
}
.hero-section-style-3 .hero-content .page-title h1{
    font-size: 75px;
    font-weight: 800;
    line-height: 90px;
    color: #fff;
}
.hero-section-style-3 .hero-content-bg{
    position: relative;
}
.hero-section-style-3 .hero-content-bg:before{
    position: absolute;
    content: '';
    width: 460px;
    height: 460px;
    top: 0;
    left: 0px;
    background:#6d6a6a;
    border-radius: 50% 50% 50% 0%;
    top: -200px;
    z-index: 0;
}
.hero-section-style-3 .hero-content-bg:after {
    position: absolute;
    content: '';
    width: 560px;
    height: 460px;
    bottom: -230px;
    left: -31px;
    background: rgb(171 218 119 / 0.2);
    border-radius: 50% 50% 50% 0%;
    z-index: -1;
}
.inside-page .the-big-reason-box-inner .image {
  height: 400px;
}
.inside-page .the-big-reason-box-inner .image img{
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.inside-page .the-big-reason-box{
    width: 100%;
    padding: 0;
}
.inside-page .the-big-reason-box-inner{
    display: flex;
    align-items: center;
}
.inside-page .the-big-reason-box-inner .left-image{
    width: 50%;
    padding-right: 15px;
    position: relative;
}
.inside-page .the-big-reason-box-inner .right-image{
    width: 50%;
    padding-left: 15px;
    position: relative;
}
.inside-page .the-big-reason-box-inner .right-content{
    width: 50%;
}
.inside-page .the-big-reason-box-inner .left-content{
    width: 50%;
}
.inside-page .the-big-reason-box-inner .content .count-icon {
    width: 190px;
    height: 191px;
}
.inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner .content .count-icon {
    border-radius: 50% 0% 50% 50%;
    right: -25px;
}
.inside-page .the-big-reasons-inner .content {
    position: absolute;
    top: 0;
    width: 90%;
    transform: translateY(0)
}
.inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner .content{
    right: 0px;
}
.inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner .content .title {
    text-align: right;
    margin: -100px 130px 0px 0px;
    position: relative;
}
.inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner .content{
    left: 0px;
}
.inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner .content .title {
    text-align: left;
    margin: -100px 0px 0px 130px;
    position: relative;
}
.inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner .content .count-icon {
    border-radius: 0% 50% 50% 50%;
    left: -25px;
}
.inside-page .the-big-reasons-inner .the-big-reason-box:not(:first-child){
    margin-top: -50px;
}
.inside-page .the-big-reasons-inner .the-big-reason-box .the-big-reason-box-inner .right-content p{
    color: #6d6a6a;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
}
.inside-page .the-big-reasons-inner .the-big-reason-box .the-big-reason-box-inner .left-content p{
    color: #6d6a6a;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: right;
    padding-right: 30px;
}
.inside-page .the-big-reasons-section .title h2{
    color: #18222A;
    font-weight: 900;
    font-size: 30px;
    margin: 0;
    padding-bottom: 40px;
}
.inside-page .the-big-reasons-section .title h2 span{
    font-size: 50px;
}
.inside-main-content-inner {
    padding-left: 110px;
    width: 60%;
    margin: 0;
}
.inside-main-content-section{
    background-image: none !important;
    position: relative;
    padding-top: 180px;
    padding-bottom: 50px;
}
.inside-main-content-section:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/inside-top-right-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom left;
}
.inside-main-content-inner .left-content .small-title{
    color: #18222A;
    font-size: 35px;
    font-weight: 500;
}
.inside-main-content-inner .left-content .section-title{
    color: #18222A;
    font-size: 50px;
    font-weight: 800;
}
.inside-main-content-inner .left-content .section-title span{
    color: #729743;
    display: block;
}
.inside-main-content-inner .left-content .content p{
    color: #6d6a6a;
    font-size: 18px;
    line-height: 28px;
    width: 86%;
}
.inside-main-content-inner .left-content .content p strong{
    color: #18222A;
}
.inside-main-content-inner .left-content .content p span em{
    color: #FD4D25;
    font-size: 30px;
    font-weight: 700;
}
.inside-page .the-big-reasons-row{
    padding: 0px 110px ;
    position: relative;
    z-index: 0;
}
.inside-page .the-big-reason-box-inner .content .title{
    font-size: 40px;
    line-height: 45px;
}
.content-section-with-green-bg{
    background-position: left top;
    margin-top: -53px;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 150px 0px 150px; 
}
.content-section-with-green-bg:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/backgorund-swoop.png) no-repeat;
    background-position: top right;
    background-size: cover;
    z-index: 0;
}
.content-section-with-green-bg .content{
    padding-left: 110px;
}
.content-section-with-green-bg .content h3{
    font-size: 35px;
    line-height: 43px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin: 0;
}
.content-section-with-green-bg .content h3:last-child{
    padding-top: 50px;
}
.inside-page .the-vault-main{
    flex-direction: column;
}
.inside-page .the-vault-inner a .content{
    padding-top: 40px;
}
.inside-page .the-vault-inner a .sub-title::before{
    display: none;
}
.inside-page .faq-vault-section .the-vault-inner{
    padding-left: 30px;
    margin-left: 20%;
}
.level-content-inner .level-title{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.level-content-inner .level-content-box {
    background: #fd4d25;
    border-radius: 14px;
    padding: 25px 20px;
    width: calc(50% - 45px);
}

.level-title span{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    width: 60px;
}
.level-title h3{
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    padding-left: 30px;
    position: relative;
    z-index: 9;
    width: 80%;
}
.level-title h3:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    top: 50%;
    left: 10px;
    background: #fb961f;
    transform: translateY(-50%);
    z-index: -1;
    display: block;
}
.level-title h3 .lock-open-icon{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-open-icon.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.level-content-inner .level-title:hover  h3 .lock-open-icon{
    right: -10px;
}
.level-content-box.active .level-title h3 .lock-open-icon{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-close-icon.png) no-repeat;
    background-size: contain;
}
.level-content-box .level-content p span{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    width: 98%;
}
.level-content-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.inside-page .the-vault-inner a .content p{
    width: 100%;
    margin-bottom: 50px;
}
.inside-image-gallery-section{
    padding-top: 100px;
    padding-bottom: 80px;
}
.inside-page .the-vault-inner a .sub-title{
    width: 100%;
}
.inside-image-gallery-inner{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 50px 0px;
}


.inside-image-gallery-inner .image-gallery-box{
    width: 33.3%;
}
.inside-image-gallery-inner .image-gallery-box .image-content{
    position: relative;
    z-index: 9;
}
.inside-image-gallery-inner .image-gallery-box .image-content:before{
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(24 34 42 / 0.5);
    z-index: 0;
}
.inside-image-gallery-inner .image-gallery-box .image-content .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.image-gallery-box-inner .content-box{
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    transition: all 0.5s ease;
    width: 80%;
    z-index: 9;
}
.image-gallery-box-inner{
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 0;
    margin: -4px;
}

.image-gallery-box-inner .content-box .title{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.image-gallery-box-inner .content-box p{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.image-gallery-box-inner .logos {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 15px;
}
.image-gallery-box-inner .logos .logo-image{
    width: 33.33%;
}
.image-gallery-box-inner .logos .logo-image a{
    display: block;
}
.image-gallery-box-inner .logos .logo-image img{
    width: 80%;
    padding: 10px;
    background-color: #fff;
}
.level-content-box.active .level-content{
    display: block;
}
.level-content-box.active .level-content p span{
    display: block;
}
.level-content-box .level-content, .level-content-box .level-content p span{
    display: none;
}
.inside-image-gallery-inner .image-gallery-box .image-content img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.faq-content-inner{
    display: flex;
    flex-wrap: wrap;
}
.faq-content-inner .tab-heading{
    width: 20%;
    text-align: center;
}
.faq-content-inner .tab-content{
    width: 80%;
}
.faq-content-inner .tab-heading .tab-head {
    font-size: 21px;
    color: #18222a;
    font-weight: 700;
    background: #f3f3f3;
    margin: 0 0 30px;
    padding: 60px 50px 20px;
    text-align: center;
    border-radius: 70px 0px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}
.faq-content-inner .tab-heading .tab-head.active{
    background: #729743;
    color: #fff;
}
.faq-content-inner .tab-heading .tab-head.active:before{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/faq-green-icon.png) no-repeat;
}
.faq-content-inner .tab-heading .tab-head:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/faq-red-icon.png) no-repeat;
    background-size: contain;
}
.tab-content-box .tab-content-inner .tab_title h3{
    color: #18222A;
    font-size: 35px;
    line-height: 55px;
    margin: 0;
    padding-bottom: 40px;
}
.tab-content-box .tab-content-inner .faq-q{
    color: #18222A;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 30px;
    display: block;
    background: rgba(171, 218, 119, 0.2);
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.tab-content-box .tab-content-inner .faq-q span.title{
    color: #729743;
    font-size: 23px;
    display: inline-block;
    padding-right: 4px;
}
.tab-content-box .tab-content-inner .faq-a span.title{
    color: #FB961F;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    top: 30px;
    left: 30px;
}
.tab-content-box .tab-content-inner .faq-q:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    bottom: -18px;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/faq-bg-line.png) no-repeat;
    background-position: right;
    background-repeat: repeat-x;
}
.tab-content-box .tab-content-inner .faq-a{
    padding: 30px;
    background: #F3F3F3;
    display: block;
    position: relative;
}
.tab-content-box .tab-content-inner .faq-a p{
    color: #18222A;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    text-indent: 30px;
}
.tab-content-inner .faq-content-box:nth-child(odd) .faq-q{
background: transparent;
}
.tab-content-box{
    padding-left: 30px;
    display: none;
}
.tab-content-box.active{
    display: block;
}
.tab-content-box .tab-content-inner .faq-a{
    display: none;
}
.faq-content-box.active .faq-content-box-inner .faq-a{
    display: block;
}

.inside-page .faq-vault-section .the-vault-main{
    position: relative;
}
.inside-page .faq-vault-section .the-vault-main:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 20px;
    bottom: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lg-orange-arrow.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.inside-page .faq-vault-section  .the-vault-inner a:hover .the-vault-main:before{
    left: 15px;
}
.inside-page .atypical-tools-resources-section{
    padding-top: 100px;
    padding-bottom: 60px;
}
.inside-page .the-vault-section{
    padding-top: 60px;
  padding-bottom:50px;
}
.inside-page .the-vault-section .vault-btn{
    padding-top: 40px;
    text-align: center;
}
.inside-page .the-big-reason-box-inner .image{
    position: relative;
}
.inside-page .the-big-reason-box-inner .image:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #18222A;
    opacity: 0.4;
}

@media(min-width :1024px){
    .image-gallery-box-inner:hover .content-box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    .inside-image-gallery-inner .image-gallery-box-inner:hover .image-content:before{
        background: rgb(24 34 42 / 0.6);
    }
    .image-gallery-box-inner:hover{
        transform: scale(1.1);
        z-index: 1;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    }
    .image-gallery-box-inner:hover .image-content .title{
        display: none;
    }
}

@media(max-width :1400px){
    .inside-page .the-big-reasons-row{
        padding: 0px 50px;
    }
    .inside-main-content-inner, .content-section-with-green-bg .content{
        padding-left: 50px;
    }
    .inside-page .faq-cate-section .container{
        width: 100%;
    }
    .faq-cate-content{
        padding: 150px 50px 0px 20px;
    }
    .hero-section-style-3 .hero-content{
        padding-left: 80px;
    }
}
@media(max-width: 1199px){
    .inside-image-gallery-section {
        padding-top: 50px;
    }
    .content-section-with-green-bg .content h3{
        line-height: 50px;
    }
    .content-section-with-green-bg {
        margin-top: -15px;
        padding: 89px 0px 180px;
    }
    .inside-page .the-vault-section{
        padding-bottom: 50px;
    }
    .level-title h3{
        font-size: 22px;
    }
    .inside-image-gallery-inner .image-gallery-box .image-gallery-box-inner .image-content img{
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    .faq-content-inner .tab-heading .tab-head{
        padding: 60px 20px 20px;
    }
    .inside-page .the-vault-inner a .content{
        width: 100%;
    }
    .hero-section-style-3{
        background-position: 90%;
    }
    
}
@media(max-width: 1024px){
    .inside-image-gallery-inner .image-gallery-box.active .image-gallery-box-inner .image-content .title{
        display: none;
    }
    .inside-image-gallery-inner .image-gallery-box.active .image-gallery-box-inner .image-content img{
        height: 300px;
    }
    .image-gallery-box.active .image-gallery-box-inner .content-box{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 1;
    }
}
@media(max-width: 991px){
    .inside-image-gallery-inner .image-gallery-box{
        width: 50%;
    }
    .hero-section-style-3 .hero-content .page-title h1{
        font-size: 50px;
    }
    .inside-main-content-inner, .content-section-with-green-bg .content{
        padding-left: 0px;
    }
    .hero-section-style-3 .hero-content {
        padding-left: 30px;
    }
    .inside-main-content-inner{
        width: 70%;
    }
    .inside-page .the-big-reasons-row {
        padding: 0;
    }
    .inside-page .the-big-reason-box-inner .content .title {
        font-size: 26px;
        line-height: 34px;
    }
    .inside-page .the-big-reason-box-inner .content .count-icon {
        width: 100px;
        height: 100px;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner .content .title {
        margin: -50px 50px 0px 0px;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner .content .title {
        margin: -50px 0px 0px 50px;
    }
    .content-section-with-green-bg .content h3 {
        line-height: 50px;
        font-size: 30px;
    }
    .content-section-with-green-bg:before{
        background-position: center;
    }
    .faq-content-inner .tab-heading .tab-head{
        font-size: 18px;
    }
    .inside-page .the-vault-section{
        padding-top: 50px;
    }
    .level-content-main .level-title h3{
        width: 70%;
    }
}

@media(max-width: 767px){
    .inside-page .faq-vault-section .the-vault-inner {
        padding-left: 0;
        margin-left: 0;
    }
    .inside-page .the-vault-section{
        padding-top: 0;
    }
    .inside-page .the-vault-inner {
        padding-left: 0px;
        margin-left: 0%;
    }
    .inside-main-content-inner .left-content .content p{
        width: 100%;
    }
    .content-section-with-green-bg {
        margin-top: 0;
        padding: 50px 0px 30px;
        margin-bottom: 30px;
    }
    .inside-page .the-vault-inner a .content::before{
        display: none;
    }
    .hero-section-style-3 .hero-content-bg:before, .hero-section-style-3 .hero-content-bg:after{
        width: 360px;
        height: 360px;
    }
    .level-content-inner .level-content-box {
        width: 100%;
        margin: 10px 0px;
    }
    .inside-image-gallery-inner .image-gallery-box{
        width: 100%;
    }
    .faq-content-inner .tab-heading, .faq-content-inner .tab-content{
        width: 100%;
    }
    .faq-cate-content {
        padding: 200px 50px 0;
    }
    .hero-section-style-3 .hero-content .hero-title {
        padding-bottom: 0;
        padding-left: 0;
    }
    .hero-section-style-3 .hero-content-bg:before {
        top: unset;
        bottom: -100px;
    }
    .inside-main-content-section:before{
        display: none;
    }
    .inside-main-content-section{
        padding-top: 200px;
    }
    .inside-main-content-inner{
        width :100%;
    }
    .inside-main-content-inner .left-content .small-title{
        font-size: 25px;
    }
    .inside-main-content-inner .left-content .section-title h2{
        font-size: 35px;
    }
    .hero-section-style-3 .hero-content .sub-title{
        font-size: 25px;
    }
    .hero-section-style-3 .hero-content .page-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .hero-section-style-3 .hero-content{
        padding-left: 0;
        position: relative;
        top: 50px;
    }
    .hero-section-style-3 .hero-content .hero-title .page-title::before{
        height: 60%;
        top: unset;
        bottom: -80px;
        left: 108px;
    }
    .hero-section-style-3 .hero-content .sub-title,.hero-section-style-3 .hero-content .page-title h1{
        padding-left: 20px;
    }
    .inside-page .the-big-reasons-section .the-big-reason-box:first-child::before{
        display: none;
    }
    .inside-page .the-big-reason-box-inner .left-image{
        width: 100%;
        padding-right: 0;
    }
    .inside-page .the-big-reason-box-inner .right-content{
        width: 100%;
    }
    .inside-page .the-big-reason-box-inner{
        flex-wrap: wrap;
    }
    .inside-page .the-big-reasons-section .title h2 span{
        font-size: 30px;
        display: block;
    }
    .inside-page .the-big-reason-box-inner .left-image .image:before{
        left: -20px;
    }
    .inside-page .the-big-reason-box-inner .right-image .image:before{
        right: 0px;
        left: unset;
    }
    .inside-page .the-big-reason-box-inner .image {
        width: calc(100% + 20px);
        padding: 0 !important;
        height:auto;
    }
    .inside-page .the-big-reason-box-inner .right-image{
        padding-left: 0;
    }
    .inside-page .the-big-reason-box-inner .image img{
        margin: 0;
    }
    .inside-page .the-big-reason-box-inner .right-image .image img{
        margin-right: 0 !important;
    }

    .inside-page .the-big-reason-box-inner .left-image .image{
        margin-left: 0px;
    }
    .inside-page .the-big-reason-box-inner .right-image .image{
        margin-right: 0px;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(odd) .the-big-reason-box-inner .content .count-icon{
        right: 0;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner .content .count-icon{
        left: 0;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box .the-big-reason-box-inner .left-content p{
        padding: 0;
        text-align: left;
    }
    .inside-page .the-big-reason-box-inner .left-content, .inside-page .the-big-reason-box-inner .right-image{
        width: 100%;
    }
    .inside-main-content-inner .left-content{
        padding: 0px 20px;
    }
    .inside-page .the-big-reasons-section .title h2{
        font-size: 24px;
    }
    .the-big-reason-box-inner .image{
        text-align: center;
    }
    .the-big-reasons-section{
        padding: 0px 20px;
    }
    .the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner .left-content{
        order: 2;
    }
    .the-big-reasons-inner .the-big-reason-box:nth-child(even) .the-big-reason-box-inner .right-image{
        order: 1;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box .the-big-reason-box-inner .right-content p{
        padding-left: 0;
    }
    .inside-main-content-inner .left-content .content p span em{
        font-size: 22px;
    }
    .the-big-reason-box-inner .image img{
        height: 280px !important;
    }
    .inside-page .the-big-reason-box-inner .left-image  .image img{
        margin-left: -40px;
    }
    .inside-page .the-big-reason-box-inner .right-image  .image img{
        margin-right: -40px;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box .the-big-reason-box-inner .left-image .content .count-icon{
        right: -50px;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box .the-big-reason-box-inner .right-image .content .count-icon{
        left: -23px;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box:not(:first-child) {
        margin-top: 0;
    }
    .inside-page .the-big-reasons-section .the-big-reason-box:last-child::before{
        display: none;
    }
    .content-section-with-green-bg .content h3 {
        line-height: 36px;
        font-size: 24px;
    }
    .content-section-with-green-bg .content h3 br{
        display: none;
    }
    .content-section-with-green-bg:before {
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/green-shape-mob-bg.png) no-repeat;
    background-position: right;
    background-size: cover;
    }
    .content-section-with-green-bg .content{
        padding: 0px 40px;
    }
    .inside-page .the-vault-inner a .content p{
        margin-bottom: 0;
    }
    .level-content-inner .level-title{
        flex-direction: column;
    }
    .level-title span{
        width: 100%;
        padding-bottom: 5px;
    }
    .level-content-main .level-title h3 span{
        top: -30px;
        width: 20px;
    height: 20px;
    }
    .level-content-main .level-title h3{
        width: 100%;
        padding-left: 0;
        font-size: 22px;
    }
    .level-title h3:before{
        display: none;
    }
    .level-content-box .level-content, .level-content-box .level-content p span {
        display: block;
    }
    .inside-image-gallery-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inside-image-gallery-inner .image-gallery-box .image-gallery-box-inner .image-content img{
        height: 80px;
    }
    
    .inside-image-gallery-inner .image-gallery-box .image-content .title{
        left: 30px;
        transform: translate(0%, -50%);
        width: 100%;
    }
    .inside-image-gallery-inner .image-gallery-box .image-content .title:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 20px;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/w-down-arrow.png) no-repeat;
        background-size: contain;
    }
    .inside-page .image-gallery-box-inner .content-box {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        opacity: 1;
        width: 100%;
        display:none ;
     
    }
    .image-gallery-box-inner .content-box .title{
        padding-bottom: 0;
    }
    .image-gallery-box-inner .content-box p{
        /* color: #6D6A6A !important; */
        padding: 15px 0px;
    }
    .image-gallery-box-inner:hover{
        transform: none !important;
    }
    

    .faq-content-inner .tab-heading .tab-head.active:before, .faq-content-inner .tab-heading .tab-head:before{
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    .faq-content-inner .tab-heading .tab-head {
        padding: 40px 30px 30px;
        font-size: 12px;
    }
    .tab-content-box .tab-content-inner .tab_title h3{
        display: none;
    }
    .tab-content-box{
        padding-left: 0;
    }
    .tab-content-box .tab-content-inner .faq-q, .faq-content-box.active .faq-content-box-inner .faq-a{
        padding: 20px;
    }
    .tab-content-box .tab-content-inner .faq-q{
        font-size: 15px;
    }
    .tab-content-box .tab-content-inner .faq-q span.title, .tab-content-box .tab-content-inner .faq-a span.title{
        font-size: 18px;
    }
    .tab-content-box .tab-content-inner .faq-a p{
        font-size: 14px;
         line-height: 25px;
    }
    .the-vault-inner a .sub-title h2 {
        font-size: 30px;
    }
    .inside-page .the-vault-inner a .content {
        padding-top: 0;
    }
    .the-vault-inner a .sub-title h2 {
        padding-bottom: 0;
    }
    .inside-page .atypical-tools-resources-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .image-gallery-box-inner:hover .image-content .title{
        display: block;
    }
}
@media(max-width: 500px){
    .content-section-with-green-bg {
        margin-top: 0;
        padding: 100px 0px 180px;
        margin-bottom: 0;
    }
    .inside-page .the-big-reasons-inner .the-big-reason-box .the-big-reason-box-inner .left-image .content .count-icon{
        right: -22px;
    }    
    .hero-section-style-2 .hero-right-image img {
        height: 300px;
    }
}
@media(max-width: 360px){
    .hero-section-style-3 .hero-content-bg:before, .hero-section-style-3 .hero-content-bg:after{
        width: 100%;
        height: 320px;
    }
}

@media(min-width: 1600px){
    .content-section-with-green-bg:before{
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/backgorund-swoop.png) no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .inside-page .the-vault-section{
        padding-top: 100px;
      padding-bottom: 50px;
    }
}
.about-page .main-content-section{
    padding-top: 80px;
}
.about-page .main-content-inner h2{
    width: 82%;
    font-size: 32px;
    line-height: 40px;
}
.about-page .main-content-inner p{
    font-size: 18px;
    line-height: 29px;
    color: #6D6A6A;
    width: 80%;
}
.about-page .main-content-inner{
    padding-left: 100px;
}

.inner-page .main-content-section{
    padding-top: 80px;
}
.inner-page .main-content-inner h2{
    width: 82%;
    font-size: 32px;
    line-height: 40px;
}
.inner-page .main-content-inner p{
    font-size: 18px;
    line-height: 29px;
    color: #6D6A6A;
    width: 80%;
}
.inner-page .main-content-inner{
    padding-left: 100px;
}

.through-the-year-section {
    padding-top: 70px;
    background: #f3f3f3;
    position: relative;
    margin-top: 100px;
    border-top-left-radius: 30%;
}
.through-the-year-slide.owl-carousel{
    overflow: hidden;
    padding-bottom: 40px;
}

.through-the-year-section .row-fluid .container{
    width: 100%;
}
.through-the-year-inner{
    padding-left: 200px;
    position: relative;
    z-index: 9;
}
.through-the-year-section:before {
    position: absolute;
    content: '';
    width: 40%;
    height: 78%;
    top: -100px;
    left: 0px;
    background: #729743;
    border-radius: 50% 50% 50% 0%;
    z-index: 0;
}
.through-the-year-inner .title-content{
    display: flex;
    flex-wrap: wrap;
}
.through-the-year-inner .title-content .left-content{
    width: 35%;
}
.through-the-year-inner .title-content .right-content{
    width: 65%;
}
.through-the-year-inner .title-content .title h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 60px;
}
.through-the-year-inner .title-content .title h2  span{
    font-size: 45px;
    font-weight: 900;
    display: block;
}
.through-the-year-inner .title-content .right-content p{
    font-size: 20px;
    line-height: 32px;
    color: #6d6a6a;
    width: 70%;
    margin: 0;
    padding-bottom: 80px;
}
.through-the-year-box .image-content{
    position: relative;
}
.through-the-year-box .image-content .year-icon{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 9;

}
.through-the-year-box .image-content .year-icon:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    bottom: -36px;
    left: -30px;
    background: #fb961f;
    border-radius: 80px 80px 80px 0px;
    z-index: 0;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.through-the-year-box .image-content .year-icon span{
    font-size:20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.through-the-year-box .content p{
    color: #18222A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.through-the-year-inner .owl-carousel .owl-nav button:focus{
    outline: none;
}
.through-the-year-section  .container{
    width: 100%;
}
.through-the-year-inner .owl-nav {
    display: flex;
    width: 34%;
    margin: 20px -30px 0 auto;
    align-items: center;
    justify-content: space-between;
}
.through-the-year-inner .owl-carousel .owl-nav .owl-prev, .through-the-year-inner .owl-carousel .owl-nav .owl-next {
    border-radius: 0 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 60px !important;
    background: #729743;
    transition: all .5s ease;
    width: 120px;
    height: 44px;
    position: relative;
}
.through-the-year-inner .owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
}
.through-the-year-inner .owl-carousel .owl-nav .owl-prev:hover {
    transform: rotate(180deg) scale(0.95);
}
.through-the-year-inner .owl-carousel .owl-nav .owl-next:hover {
    transform: scale(0.95);
}
.through-the-year-inner .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    width: 34%;
    margin: -30px -30px 0 auto;
}
.through-the-year-inner .owl-carousel .owl-dots button span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #729743;
    display: inline-block;
    margin: 0px 2px;
}
.through-the-year-inner .owl-carousel .owl-nav .owl-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
}
.through-the-year-inner .owl-carousel .owl-nav button:hover img {
    transform: translate(-70%,-50%);
}
.through-the-year-inner .owl-carousel .owl-nav .owl-prev img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
}
.accelerate-with-your-ateam-section{
    padding: 100px 0px 250px;
    position: relative;
    z-index: 3;
}
.accelerate-with-your-ateam-section::before{
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/your-ateam-bg.png) no-repeat;
    background-size: contain;
    background-position: left;
    z-index: 0;
}
.accelerate-with-your-ateam-section .title h2{
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 900;
    text-align: center;
}
.accelerate-with-your-ateam-section .title h2 span{
    color: #FD4D25;
}
.accelerate-with-your-ateam-section .sub-title span{
    color: #6d6a6a;
    font-size: 27px;
    text-align: center;
    width: 70%;
  margin: 0 auto;
  display: block;
}
.accelerate-with-your-ateam-section .sub-title{
    text-align: center;
    padding: 30px 0px;
}
.accelerate-with-your-ateam-section form{
    width: 50%;
    margin:0 auto;
    position: relative;
}
.accelerate-with-your-ateam-section form label{
    display: none;
}
.accelerate-with-your-ateam-section form .input .hs-input {
    box-shadow: 0px 4px 17px rgba(0,0,0,0.15);
    background: #fff;
    display: block;
    width: 100%;
    padding: 20px 30px;
    border: 0;
    color: #000;
    font-size: 16px;
    font-weight: 900;
}
select::-ms-expand {
    display: none;
}
.accelerate-with-your-ateam-section form .input{
    margin-bottom: 16px;
    width: 100%;
    display: flex;
}
.accelerate-with-your-ateam-section form .input .hs-input:focus{
    outline: none;
}
.accelerate-with-your-ateam-section form .input .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-size: 16px;
    font-weight: 900;
  }
  .accelerate-with-your-ateam-section form .input .hs-input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-size: 16px;
    font-weight: 900;
  }
  .accelerate-with-your-ateam-section form .input .hs-input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-size: 16px;
    font-weight: 900;
  }
  .accelerate-with-your-ateam-section form .input .hs-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 16px;
    font-weight: 900;
  }
.accelerate-with-your-ateam-section form .input textarea.hs-input{
    height: 130px;
}
.accelerate-with-your-ateam-section form .actions {
    font-size: 18px;
    font-family: 'Red Hat Display',sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 26px 140px;
    z-index: 99;
    border-radius: 0px 80px 0px 80px;
    transition: all .5s ease;
    cursor: pointer;
    margin-top: 10px;
}
.accelerate-with-your-ateam-section form .actions::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #729743;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px 80px 0px 80px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.accelerate-with-your-ateam-section form .actions::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/Banner/green-btn-bg.png);
    top: 0;
    right: 0;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top;
}
.accelerate-with-your-ateam-section form .actions input{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    background: none;
    color: #fff;
    border: none;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    cursor: pointer;
}
.accelerate-with-your-ateam-section form .actions input:focus{
    outline: none;
    border: none;
}
.accelerate-with-your-ateam-section form .actions:hover{
    transform: scale(0.95);
}
.accelerate-with-your-ateam-section form .input select.hs-input{
    -moz-appearance: none; 
    -webkit-appearance: none; 
}
.accelerate-with-your-ateam-section form .hs-fieldtype-select.hs-form-field{
    position: relative;
}
.accelerate-with-your-ateam-section form .hs-fieldtype-select.hs-form-field::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 50%;
    right: 30px;
    transform: translatey(-50%);
    background-color: #729743;
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/w-down-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border-radius: 100%;
}

.office-section .left-content img {
    margin-left: 0px;
    margin-top: -36px;
}

.offices-content-inner {
    padding-right: 0px;
    width: 90%;
}
.office-box{
    display: flex;
    background: #F3F3F3;
    align-items: center;
    margin-bottom: 15px;;
}
.office-address h3{
    margin: 0;
    font-size: 20px;
    color: #18222A;
}
.office-box .office-image img{
    height: 220px;
    object-fit: cover;
}
.office-address{
    padding: 30px 30px 30px 15px;
}
.office-address .address p{
    font-size: 17px;
    line-height: 30px;
    color: #6d6a6a;
    font-weight: 400;
}
.office-address .phone, .office-address .fax{
    font-size: 17px;
    line-height: 22px;
    color: #6d6a6a;
    font-weight: 900;
}
.office-address .phone span, .office-address .fax span{
    display: inline-block;
    padding-right: 5px;
}
.office-address .phone a{
    color: #6d6a6a;
    text-decoration: none;
}
.office-address .phone:hover a{ 
    color: #fd4d25;
}
.office-section .right-content{
    position: relative;
    margin-left: -20px;
}
.office-section .right-content h2{
    position: absolute;
    top: 0;
    left: -220px;
}
.office-section .right-content{
    margin-left: 30px;
}
.about-page .atypical-tools-resources-section{
    padding-top: 130px;
}
.about-page .latest-blog-post-module{
    padding-left: 80px;
}

.inner-page .atypical-tools-resources-section{
    padding-top: 130px;
}
.inner-page .latest-blog-post-module{
    padding-left: 80px;
}
@media(max-width: 1500px){
    .office-section .container{
        width: 100%;
    }
    .office-section .left-content img {
        margin-left: -36px;
    }
    .offices-content-inner {
        width: 75%;
    }
    .office-section .right-content {
        margin-left: 0px;
    }
}
@media(max-width: 1300px){
    .through-the-year-section:before{
        width: 45%;
    }
    .offices-content-inner {
        width: 85%;
    }
}
@media(max-width: 1199px){
    .through-the-year-inner{
        padding-left: 100px;
    }
    .through-the-year-section:before {
        width: 45%;
        height: 56%;
    }
    .office-section .left-content img {
        margin-left: -48px;
    }
    .office-section .right-content {
        margin-left: 0;
    }
    .offices-content-inner {
        width: 100%;
    }
    .office-section .left-content img{
        margin-top: -50px;
    }
    .office-section .right-content h2{
        left: -200px;
    }
    .our-management-team-content .our-team-inner-content{
        width: calc(100% - 40px);
    }
    .our-team-box .our-team-inner:hover .content {
        bottom: -52px;
    }
}
@media(max-width: 991px){
    .about-page .atypical-tools-resources-section {
        padding-top: 70px;
    }
    .latest-blog-post-section{
        padding-top: 120px;
    }
    .about-page .accelerate-with-your-ateam-section{
        padding-bottom: 100px;
    }
    .about-page .main-content-inner {
        padding-left: 0;
    }
    .about-page .main-content-inner h2, .about-page .main-content-inner p, .through-the-year-inner .title-content .right-content p{
        width: 100%;
    }
  
  .inner-page .atypical-tools-resources-section {
        padding-top: 70px;
    }
    .latest-blog-post-section{
        padding-top: 120px;
    }
    .inner-page .accelerate-with-your-ateam-section{
        padding-bottom: 100px;
    }
    .inner-page .main-content-inner {
        padding-left: 0;
    }
    .inner-page .main-content-inner h2, .inner-page .main-content-inner p, .through-the-year-inner .title-content .right-content p{
        width: 100%;
    }
    .through-the-year-inner {
        padding-left: 30px;
    }
    .through-the-year-section:before {
        width: 40%;
        height: 42%;
    }
    .through-the-year-section{
        padding-top: 40px;
    }
    .through-the-year-inner .title-content .title h2{
        font-size: 28px;
    }
    .through-the-year-inner  .owl-nav, .through-the-year-inner  .owl-carousel .owl-dots {
        width: 60%;
    }
    .accelerate-with-your-ateam-section form{
        width: calc(100% - 40px);
    }
    .office-section .left-content, .office-section .right-content{
        width: 100%;
    }
    .office-section .left-content img{
        margin-left: 0;
        margin-top: 0;
    }
}
@media(max-width: 767px){
    .about-page .main-content-section{
        padding-top: 30px;
    }
    .through-the-year-inner .title-content .left-content{
        width: 100% !important;
    }
    .about-page .through-the-year-inner .title-content .right-content{
        width: 60%;
    }
    .hero-section-style-2 .page-title h1 {
        font-size: 50px;
    }
    .about-page .main-content-inner h2{
        font-size: 25px;
        line-height: 35px;
    }
    .about-page .main-content-inner{
        padding: 170px 15px 0px 15px;
    }
    .about-page .main-content-inner p{
        font-size: 16px;
        line-height: 26px;
    }
  .inner-page .main-content-section{
        padding-top: 30px;
    }
    .through-the-year-inner .title-content .left-content{
        width: 100% !important;
    }
    .inner-page .through-the-year-inner .title-content .right-content{
        width: 60%;
    }
    .hero-section-style-2 .page-title h1 {
        font-size: 50px;
    }
    .inner-page .main-content-inner h2{
        font-size: 25px;
        line-height: 35px;
    }
    .inner-page .main-content-inner{
        padding: 0px 15px 0px 15px;
    }
    .inner-page .main-content-inner p{
        font-size: 16px;
        line-height: 26px;
    }
    .through-the-year-inner .title-content .title h2{
        font-size: 22px;
        line-height: 20px;
        padding-bottom: 20px;
    }
    .through-the-year-inner .title-content .title h2 span{
        font-size: 30px;
    }
    .through-the-year-inner .title-content .right-content p{
        width: 50%;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding-bottom: 70px;
    }
    .through-the-year-section:before {
        width: 360px;
        height: 364px;
        top: -75px;
    }
    .through-the-year-slide.owl-carousel{
        margin-top: 0px;
        width: calc(100% - 80px);
        padding: 0px 40px 60px;
        position: relative;
    }
    .through-the-year-slide.owl-carousel .owl-nav{
        position: absolute;
    bottom: 30px;
    margin: 0;
    left: -40px;
    width: calc(100% + 80px);
    }
    .through-the-year-slide.owl-carousel .owl-dots{
        position: absolute;
        margin: 0;
        bottom: 60px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -2;
    }
    .through-the-year-inner .owl-carousel .owl-nav .owl-next img, .through-the-year-inner .owl-carousel .owl-nav .owl-prev img{
        left: 30%;
        transform: translate(-30%,-50%);
    }

    /* .through-the-year-slide .owl-stage-outer{
        padding: 0px 20px;
    } */
    .through-the-year-inner{
        padding: 0px;
    }
    .through-the-year-inner .owl-nav, .through-the-year-inner .owl-carousel .owl-dots {
        width: 100%;
    }

    .through-the-year-inner .owl-carousel .owl-nav .owl-prev, .through-the-year-inner .owl-carousel .owl-nav .owl-next {
        border-radius: 40px;
        padding: 16px 40px 16px 40px !important;
        margin: 0px -0px 16px;
    }
    .office-section .left-content img{
        display: none;
    }
    .office-section .right-content h2 {
        left: 0;
        top: 0;
        position: relative;
    }
    .accelerate-with-your-ateam-section::before{
        width: 80%;
        top:20;
    }
    .accelerate-with-your-ateam-section .title h2{
        font-size: 28px;
        line-height: 40px;
        padding: 0px 10px;
    }
    .accelerate-with-your-ateam-section {
        padding: 60px 0px;
    }
    .accelerate-with-your-ateam-section .sub-title span{
        font-size: 18px;
        position: relative;
        padding: 0px 10px;
      width: 80%;
    }
    .office-section .right-content h2{
        padding: 0px 20px 20px;
    }
    .office-address .address p{
        font-size: 15px;
        line-height: 24px;
    }
    .about-page .atypical-tools-resources-section{
        padding-top: 50px;
    }
  .inner-page .atypical-tools-resources-section{
        padding-top: 50px;
    }
    .office-address h3{
        font-size: 18px;
    }
    .office-address {
        padding: 20px;
    }
    .about-page .latest-blog-post-section {
        padding-top: 70px;
        margin-top: 50px;
        padding-bottom: 30px;
    }
    .about-page .latest-blog-post-module {
        padding: 0px 20px !important;
    }
      .inner-page .latest-blog-post-section {
        padding-top: 70px;
        margin-top: 50px;
        padding-bottom: 30px;
    }
    .inner-page .latest-blog-post-module {
        padding: 0px 20px !important;
    }
}


.stay-connected-section-style-1 {
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/bottom-cta-bg.jpg) no-repeat;
    background-size: cover;
}
.stay-connected-section-style-1 .container{
    display: flex;
    flex-wrap: wrap;
}
.stay-connected-section-style-1 .container .left-content{
    width: 40%;
}
.stay-connected-section-style-1 .container .right-content{
    width: 30%;
}
.stay-connected-section-style-1 .container .center-image{
    width: 30%;
}
.stay-connected-section-style-1 .container .left-content .title h2, .stay-connected-section-style-1 .container .right-content .title h2{
    font-size: 40px;
    line-height: 60px;
    margin: 0;
    padding-bottom: 26px;
    font-weight: 700;
    color: #fff;
}
.stay-connected-section-style-1 .container .left-content, .stay-connected-section-style-1 .container .right-content {
    padding: 74px 0px 60px;
}
.stay-connected-section-style-1 .container .right-content {
    text-align: right;
}
.stay-connected-section-style-1 .left-content .content span {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    padding-bottom: 7px;
}
.stay-connected-section-style-1 .left-content .content h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    padding-bottom: 40px;
}
.stay-connected-section-style-1 .left-content .content p{
    display: none;
}
.stay-connected-section-style-1 .right-content .content p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 auto;
    padding-bottom: 30px;
}
.stay-connected-section-style-1 .right-content  .form-title {
    font-size: 25px;
    line-height: 36px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    padding-bottom: 30px;
    display: block;
}
.stay-connected-section-style-1 .right-content span .form-title{
    display: none;
}
.stay-connected-section-style-1 .right-content form {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 80%;
    margin: 0 0 0 auto;
}
.stay-connected-section-style-1 .right-content form .hs-email {
    width: 100%;
}
.stay-connected-section-style-1 .right-content .form label {
    display: none;
}
.stay-connected-section-style-1 .right-content .form label.hs-error-msg{
    display: block;
}
.stay-connected-section-style-1 .right-content .form ul.hs-error-msgs{
    text-align: left;
    padding-left: 0;
    color: red;
}
.stay-connected-section-style-1 .right-content form .input input {
    background: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
.stay-connected-section-style-1 .right-content form .hs-submit {
    position: absolute;
    right: -3px;
}
.stay-connected-section-style-1 .right-content form .actions {
    position: relative;
    width: 100px;
    height: 42px;
}
.stay-connected-section-style-1 .right-content form .actions:hover:before{
    background-position: 70% 50%;

}
.stay-connected-section-style-1 .right-content form .actions:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png);
    transition: all .3s ease;
    background-color: #fd4d25;
    border: 0;
    border-radius: 30px 0px 0px 0px;
    color: #fd4d25;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
}
.stay-connected-section-style-1 .right-content form .actions input {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    right: 0;
}
.stay-connected-section-style-1 .right-content form .input input:focus {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #fff;
}

.stay-connected-section-style-1 .right-content form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  .stay-connected-section-style-1 .right-content form .input input::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  .stay-connected-section-style-1 .right-content form .input input:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  .stay-connected-section-style-1 .right-content form .input input:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  .stay-connected-section-style-1 .container .center-image .circle-shape-bg{
    height: 100%;
    display: flex;
    align-items: center;
}
  .stay-connected-section-style-1 .container .center-image .circle-shape-bg img {
    object-fit: cover;
    border-radius: 50%;
}

@media(max-width: 1400px){
    .stay-connected-section-style-1 .container .left-content{
        width: 35%;
    }
    .stay-connected-section-style-1 .container .center-image{
        width: 35%;
    }
}
@media(max-width: 1199px){
    .through-the-year-inner .title-content .right-content{
        width: 60%;
    }
    .through-the-year-inner .title-content .left-content {
        width: 40%;
    }
    .through-the-year-inner .title-content .right-content p{
        width: 90%;
    }
    .stay-connected-section-style-1 .container .left-content .title h2, .stay-connected-section-style-1 .container .right-content .title h2{
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .stay-connected-section-style-1 .right-content .content p{
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .stay-connected-section-style-1 .right-content .form-title{
        font-size: 20px;
        line-height: 0;
    }
}
@media(max-width: 991px){
    
    .stay-connected-section-style-1 .container .left-content,.stay-connected-section-style-1 .container .center-image {
        width: 50%;
    }
    .stay-connected-section-style-1 .container .right-content {
        text-align: left;
        width: 100%;
    }
    .about-page .latest-blog-post-module {
        padding-left: 0;
    }
  .inner-page .latest-blog-post-module {
        padding-left: 0;
    }
    .stay-connected-section-style-1 .container .right-content{
        padding: 0 0 60px;
    }
    .stay-connected-section-style-1 .right-content form{
        width: 100%;
    }
    .stay-connected-section-style-1 .right-content .form-title {
        padding-top: 20px;
    }
    .footer-logo {
        padding: 46px 0px 74px 30px;
    }
}
@media(max-width: 767px){
    .through-the-year-inner .title-content .left-content{
        width: 100%;
    }
    .stay-connected-section-style-1 .right-content form .hs-submit{
        right: 0;
    }
    .stay-connected-section-style-1 .container .left-content, .stay-connected-section-style-1 .container .center-image,
    .stay-connected-section-style-1 .container .left-content{
        width: 100%;
    }
    .stay-connected-section-style-1 .container {
        width: calc(100% - 20px);
        padding: 0px 10px;
    }
    .stay-connected-section-style-1 .container .left-content{
        padding: 50px 0px 0px;
    }
    .stay-connected-section-style-1 .container .center-image{
        padding: 30px 0px;
    }
    .through-the-year-inner .title-content{
        padding: 0px 40px;
    }
}
@media(max-width: 500px){
    .about-page .through-the-year-inner .title-content .right-content p{
        width: 100%;
        padding-bottom: 50px;
    }
    .about-page .through-the-year-inner .title-content .right-content{
        width: 100%;
    }
  .inner-page .through-the-year-inner .title-content .right-content p{
        width: 100%;
        padding-bottom: 50px;
    }
    .inner-page .through-the-year-inner .title-content .right-content{
        width: 100%;
    }
}
.ourpeople-page .hero-section-style-3{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/our-people-hero-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.our-people-image-gallery-section{
    padding-top: 100px;
    position: relative;
    background: #f3f3f3;
    z-index:0;
}
.our-people-image-gallery-section:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 426px;
    bottom: -126px;
    right: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/team-after.png) no-repeat;
    z-index: -1;
}
.our-people-image-gallery{
    display: flex;
    overflow: hidden;
    padding-bottom: 30px;
}
.our-people-image-gallery-inner{
    position: relative;
}
.our-people-image-gallery-inner .title h2{
    position: absolute;
    top: 100px;
    left:42%;
}
.our-people-image-gallery-inner .title h2 span{
    font-style: italic;
}
.our-people-image-gallery .img-col{
    width: 17%;
    margin: 0px 10px;
    flex: 0 0 17%;
}
.our-people-image-gallery .img-col img{
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
}
.our-people-image-gallery .img-col:first-child{
    margin-left: -50px;
}
.our-people-image-gallery .img-col:last-child{
    margin-right: -50px;
}
.our-people-image-gallery .imgcol-1{
    margin-top: 100px;
}
.our-people-image-gallery .imgcol-2{
    margin-top: 50px;
}
.our-people-image-gallery .imgcol-3{
    margin-top: 200px;
}
.our-people-image-gallery .imgcol-4{
    margin-top: 250px;
}
.our-people-image-gallery .imgcol-5{
    margin-top: 220px;
}
.our-people-image-gallery .imgcol-6{
    margin-top: 200px;
}
.ourpeople-page .row-number-2 .container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.ourpeople-page .left-content{
    width: 60%;
}
.ourpeople-page .right-image{
    width: 40%;
}
.ourpeople-page .left-content .title h3{
    font-size: 32px;
    line-height: 38px;
    color: #18222A;
    font-weight: 800;
    margin: 0;
}
.ourpeople-page .left-content p{
    font-size: 18px;
    line-height: 29px;
    color: #6d6a6a;
    font-weight: 400;
}
.our-management-team-section{
    padding: 100px 0px;
}
.our-management-team-inner {
    width: 100%;
}
.our-management-team-inner .title{
    text-align: center;
    padding-bottom: 30px;
}
.our-management-team-content{
    display: flex;
    flex-wrap: wrap;
}
.our-management-team-content .our-team-box{
    width: calc(33.3% - 30px);
    margin: 0px 15px 30px;
}
.our-team-inner{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    height: 170px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}
.our-team-inner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/our-team-bg.png) no-repeat;
    background-size: contain;
    background-position: left top;

}
.our-team-inner:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(114 151 67 / 0.8);
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 0;
}
.our-team-inner-content{
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%,-50%);
    width: calc(100% - 60px);
    z-index: 9;
    transition: all 0.3s ease;
}
.out-team-head .t-name h3{
    font-size: 22px;
    line-height: 20px;
    color: #000;
    font-weight: 900;
    margin: 0;
    transition: all 0.3s ease;
}
.out-team-head .department-name {
    color: #729743;
    font-size: 17px;
    line-height: 22px;
    padding-top: 15px;
    transition: all 0.3s ease;
}
.our-team-inner .content {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -130px;
    z-index: 2;
    width: 100%;
}
.our-team-inner .content span{
    font-weight: 800;
    font-style: none;
    padding-right: 7px;
}
.out-team-head{
    position: relative;
    z-index: 2;
}
.out-team-head .linkedin-icon{
    position: absolute;    
    color: #fff;
    display: flex;
    width: 45px;
    height: 46px;
    background: #729743;
    border-radius: 50% 50% 50% 0%;
    margin: 0px 5px;
    align-items: center;
    justify-content: center;
    top: -28px;
    right: -20px;
    transition: all 0.3s ease;
}
.out-team-head .linkedin-icon a,.out-team-head .linkedin-icon a:hover{
    color: #fff;
}
.our-team-inner:hover{
    background: #729743;
  cursor: default;
}
.our-team-inner:hover .content{
    opacity: 1;
    bottom: -70px;
}
.our-team-inner:hover .t-name{
  position: absolute;
top: -10px;
}
.our-team-box a:hover .our-team-inner{
 cursor: pointer !important; 
}
.our-team-inner:hover:after{
    opacity: 1;
}
.our-team-inner:hover .out-team-head .t-name h3, .our-team-inner:hover .out-team-head .department-name{
    color: #fff;
}
.our-team-inner:hover .out-team-head .linkedin-icon, .our-team-inner:hover .out-team-head .linkedin-icon a{
    background: #fff;
    color: #729743;
}
.our-team-inner:hover .our-team-inner-content{
    top: 30%;
    transform: translate(-50%, -30%);
}
.our-people-image-gallery.mobile-view{
    display: none;
}
.ourpeople-page .right-image .title.mobile-view{
    display: none;
}
@media(min-width: 1600px){
    .our-people-image-gallery{
        width: 80%;
        margin: 0 auto;
    }
}
@media(max-width :1400px){
    .our-people-image-gallery .img-col img{
        width: 100%;
        object-fit: cover;
    }
}
@media(max-width: 1199px){
    .our-people-image-gallery-section:before{
        width: 200px;
        height: 430px;
    }
    .our-team-inner:before{
        background-size: cover;
    }
  .our-team-inner .content{
    font-size:14px;
  }
}
@media(max-width: 991px){
    .our-people-image-gallery-inner .title h2{
        font-size :30px;
    }
    .our-management-team-content .our-team-box{
        width: calc(50% - 30px);
    }
    
}
@media(max-width:767px){
    .our-people-image-gallery-inner .title h2 {
        position: relative;
        top: unset;
        left: unset;
        padding: 100px 20px 0px;
    }
    .our-team-inner .out-team-head .linkedin-icon, .our-team-inner .out-team-head .linkedin-icon a{
        background: #fff;
        color: #729743;
    }
    .our-people-image-gallery .img-col:first-child{
        margin-top: 50px;
    }
    .our-people-image-gallery .img-col:last-child{
        margin-top: 100px;
    }
    .ourpeople-page.left-content, .ourpeople-page .right-image{
        width: 100%;
        padding: 0px 20px;
    }
    .ourpeople-page .right-image{
        order: 1;
        position: relative;
    }
    .ourpeople-page .right-image:before{
        position: absolute;
        content: '';
        width: 200px;
        height: 200px;
        bottom: -40px;
        right: 0;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/team-after-mobile.png) no-repeat;
        z-index: -1;
        background-size: contain;
        background-position: right;
    }
    .ourpeople-page .left-content{
        order: 2;
    }
    .ourpeople-page .stay-connected-section-style-1 .left-content{
        order: initial;
    }
    .ourpeople-page .container{
        padding: 0px;
    }
    .ourpeople-page .left-content .title h3{
        font-size: 24px;
        line-height: 34px;
    }
    .our-people-image-gallery-section:before{
        display: none;
    }
    .our-management-team-inner .title h2{
        font-size: 35px;
    }
    .our-management-team-section{
        padding: 50px 0px;
    }
    .our-management-team-content .our-team-box {
        width: calc(100% - 30px);
    }
    .our-team-inner {
        background: #729743;
        height: 190px;
    }
    .our-team-inner .our-team-inner-content {
        top: 30%;
        transform: translate(-50%,-30%);
    }
    .our-team-inner .out-team-head .t-name h3, .our-team-inner .out-team-head .department-name {
        color: #fff;
    }
    .our-team-inner .out-team-head:before {
        background: #fff;
        color: #729743;
    }
    .our-team-inner .content {
        opacity: 1;
        bottom: -60px;
    }
    .our-team-inner:after {
        opacity: 1;
        background: rgb(114 151 67 / .89);
    }
    .our-people-image-gallery{
        display: none;
    }
    .our-people-image-gallery.mobile-view{
        display: flex;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .our-people-image-gallery .img-col {
        width: 38.3%;
        margin: 0px 10px;
        flex: 0 0 38.3%;
    }
    .ourpeople-page .left-content .title h3{
        display: none;
    }
    .ourpeople-page .right-image .title.mobile-view {
        display: block;
        padding: 0px;
    }
    .ourpeople-page .right-image .title.mobile-view h3{
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
    }
    .ourpeople-page .left-content{
        width: 100%;
        padding: 10px 20px;
    }
    .our-management-team-content .our-team-box{
        width: calc(100% - 20px);
        margin: 0px 10px 20px;
    }
    .our-team-inner-content{
        width: calc(100% - 40px);
    }
}
.hero-section-style-4{
    padding-top: 230px;
    position: relative;
}
.hero-section-style-4:after{
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 40px);
    top: 0;
    left: 0;
    background-image: linear-gradient(263.78deg,#729743 2.04%,#729743 48.37%,#abda77 95.95%);
    z-index: -1;
}
.valut-level-2 .vault-level-inner .left-content .price-detail span{
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    margin-top: 10px;
    line-height: 30px;
}

.price-detail p{
  color:#fff;
}
.hero-section-style-4:before {
    position: absolute;
    content: '';
    width: 50%;
    height: calc(100% + 200px);
    top: 0;
    right: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/hero-4-bg.png) no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 0;
}
.hero-section-style-4 .hero-content-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 2;
}
.hero-section-style-4  .hero-left-content{
    width: 50%;
}

.hero-section-style-4 .hero-right-image{
    width: 50%;
    position: relative;
    text-align: left;
}
.hero-section-style-4 .hero-right-image img{
    filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.25));
    border-radius: 23px;
    padding-left: 40px;
}
.hero-section-style-4 .hero-left-content{
    text-align: left;
}
.hero-section-style-4 .hero-left-content .hero-title{
    padding-left: 100px;
}
.hero-section-style-4 .hero-left-content .sub-title p{
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.hero-section-style-4 .hero-left-content .sub-title p:before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-open-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.hero-section-style-4 .hero-left-content .page-title h1{
    font-size: 75px;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
}
.hero-section-style-4 .hero-left-content .page-title h1 span{
    font-weight: 800;
}

.landing-page .main-content-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.landing-page .main-content-section .content h2{
    font-size: 35px;
    line-height: 48px;
}
p{
    font-size: 18px;
    line-height: 29px;
}
.landing-page .main-content-section .content p br{
    display: none;
    color: #6d6a6a;
}
.landing-page .main-content-section .content p{
    color: #6d6a6a;
}
.landing-page .main-content-section .content{
    width: 80%;
    padding-left: 100px;
}
.reason-benefit-vault-section{
    position: relative;
    padding: 130px 0px 50px;
}
.reason-benefit-vault-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% + 200px);
    bottom: 0;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/reason-bg.png)no-repeat;
    background-position: top right;
    z-index: -1;
    background-size: cover;
}
.reason-benefit-vault-inner .title h2
{
    font-size: 35px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto 40px;
}
.reason-benefit-content{
    display: flex;
    flex-wrap: wrap;
    padding-left: 100px;
}
.reason-benefit-content .reason-benefit-box{
    width: 33.3%;
}
.reason-benefit-inner .title h3{
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin: 0;
}
.reason-benefit-inner .content p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}
.reason-benefit-content .reason-benefit-box .reason-benefit-inner{
    padding: 20px 15px 0px;
}
.reason-benefit-content .reason-benefit-box .reason-benefit-inner .icon{
    position: relative;
}
.reason-benefit-content .reason-benefit-box .reason-benefit-inner .icon .lock-open-icon{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: -20px;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-open-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.feature-benefits-box-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 100px;
}
.feature-benefits-box-inner .left-content{
    width: calc(60% - 30px);
}
.feature-benefits-box-inner .left-content.image-content{
    width: 40%;
}
.feature-benefits-box-inner .right-content{
    width: calc(60% - 30px);
}
 .feature-benefits-box-inner .left-content .content{
    width: 90%;
    margin: 0 0 0 auto;
}
.feature-benefits-box-inner .right-content .content{
    width: 90%;
}
.feature-benefits-box-inner .right-content.image-content{
    width: 40%;
}
.feature-benefits-box-inner  img{
    box-shadow :0px 0px 30px rgba(0, 0, 0, 0.25);
border-radius: 24px;
}
.feature-benefits-box-inner .right-content{
    padding: 0px 0px 0px 30px;
    align-items: flex-end;
}
.feature-benefits-box-inner .left-content{
    padding: 0px 30px 0px 0px;
    text-align: right;
    align-items: flex-end;
}
.feature-benefits-box-inner .left-content.image-content, .feature-benefits-box-inner .right-content.image-content{
    padding: 0px;
}
.feature-benefits-section{
    margin-top: 75px;
}

.feature-benefits-box-inner .right-content .title h3, .feature-benefits-box-inner .left-content .title h3{
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    width: 50%;
}
.vault-level-inner .sub-title h3{
    padding: 15px 0px;
}
.feature-benefits-box-inner .left-content .title h3{
    margin: 0 0 0 auto;
}
.feature-benefits-box-inner .content p{
    color: #6d6a6a;
    margin-bottom: 0;
}
.empowering-section{
    padding: 100px 0px 50px;
    background: #E5E5E5;
}
.empowering-section .container {
    padding-right: 150px;
    text-align: right;
}
.empowering-section .title h2{
    color: #18222A;
    font-weight: 800;
    font-size: 55px;
    line-height: 85px;
}
.empowering-section .sub-title h3{
    color: #729743;
    font-size: 22px;
    margin: 0;
}
.empowering-section .content p {
    color: #6d6a6a;
    width: 70%;
    margin: 15px 0 0 auto;
}
.vault-level-section{
    padding-top: 60px;
}
.vault-level-inner .row-fluid{
    display: flex;
}
.vault-level-inner .left-content{
    width: 40%;
    position: relative;
}
.vault-level-inner .left-content:before {
       position: absolute;
    content: '';
    width: calc(100% + 50%);
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/level1-bg.png)no-repeat;
    background-position: left;
    top: -25%;
    left: -50%;
    z-index: 0;
    background-size: contain;
}
.vault-level-inner .right-content{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.vault-level-inner .right-content .benefit-box{
    width: calc(50% - 30px);
    margin-bottom: 0px;
    transition: all 0.3s ease;
    
    margin-bottom: 20px;
}
.vault-level-inner .right-content .benefit-box a{
    padding: 45px 15px;
    text-decoration: none;
    display: block;
    border-radius: 24px;
}
.vault-level-inner .right-content .benefit-box a:hover .benefit-box-inner .icon .arrow-icon{
    left: 10px;
}
.vault-level-inner .right-content .benefit-box a:hover{
    background: #F3F3F3;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
.vault-level-inner .left-content .level-text{
    position: relative;
    font-size: 28px;
    line-height: 55px;
    color: #fff;
    font-weight: 400;
}
.vault-level-inner .left-content .title h2{
    position: relative;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    width: 80%;
}
.vault-level-inner .left-content .sub-title h3{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 0;
}
.vault-level-inner .left-content .content p{
    color: #fff;
    width: 90%;
    position: relative;
    margin: 0;
}
.vault-level-inner .left-content .price-text{
    position: relative;
    font-weight: 800;
    color: #fff;
    padding-top: 0px;
}
.vault-level-inner .left-content .content{
    position: relative;
    width: 76%;
}
.vault-level-inner .left-content .content::before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-close-icon.png) no-repeat;
    background-size: contain;
    background-size: center;
}

.benefit-box-inner .title h3{
    margin: 0;
    padding-bottom:15px;
    font-size: 20px;
    line-height: 24px;
    color: #18222A;
}
.benefit-box-inner .icon{
    position: relative;
}
.benefit-box-inner .icon .lock-icon{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: -20px;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock%20icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease;
}
.benefit-box-inner .icon .arrow-icon{
    position: absolute;
    content: '';
    width: 60px;
    height: 14px;
    top: 10px;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lg-green-arrow.png) no-repeat;
    background-size: contain;
    background-position: right;
    transition: all 0.3s ease;
}
.benefit-box-inner p {
    font-size: 16px;
    margin: 0;
    color: #6d6a6a;
    line-height: 24px;
    font-family: 'Red Hat Display',sans-serif;
  font-weight:400;
}
.valut-level-2 .vault-level-inner .left-content.right-align {
    order: 2;
    text-align: right;
}
.valut-level-2 .vault-level-inner .right-content.left-align {
    order: 1;
    text-align: left;
}
.valut-level-2 .vault-level-inner .left-content:before{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/level2-bg.png) no-repeat;
    background-size: contain;
    background-position: right;
    right: -112px;
    left: unset;
    top: -150px;
    width: calc(100% + 150px);
    height: 100%;
}
.valut-level-2 .vault-level-inner .left-content .level-text, 
.valut-level-2 .vault-level-inner .left-content .title h2,
.valut-level-2 .vault-level-inner .left-content .sub-title h3, 
.valut-level-2 .vault-level-inner .left-content .content, 
.valut-level-2 .vault-level-inner .left-content .price-text, 
.valut-level-2 .vault-level-inner .left-content .content p{
    margin: 0 0 0 auto;
}
.vault-level-inner .left-content{
    position: relative;
    z-index: 1;
}
.valut-level-2 .vault-level-inner .left-content .content::before{
    left: 0;
    right: unset;
}
.valut-level-2 .vault-level-inner .left-content .content {
    position: relative;
    width: 80%;
}
.valut-level-2 .vault-level-section{
    padding-top: 150px;
    overflow: hidden;
    margin-top: -40px;
}
.button-box{
    padding-top: 40px;
}
.button-box .button-box-inner span.title {
    color: #18222A;
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
    display: inline-block;
    padding-right: 40px;
}
.vault-level-inner .left-content .price-text{
    padding-top: 40px;
}
.valut-level-2 .benefit-box-inner .icon .lock-icon{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-open-orange.png) no-repeat;
    background-size: contain;
}
.valut-level-2 .benefit-box-inner .icon .arrow-icon{
    display: none;
}
.valut-level-2 .button-box-content{
    display: flex;
    flex-wrap: wrap;
}
.valut-level-2 .button-box-content .button-box:first-child .button-box-inner span.title{
    display: none;
}
.valut-level-2 .button-box-content .button-box a.orange-btn{
    padding: 18px 50px;
    margin-right: 40px;
}


.stay-connected-section-style-2{
    padding: 70px 0px;
    background: #729743;
    position: relative;
    z-index: 3;
}
.stay-connected-section-style-2:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/subsciprtion-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom left;
    top: 0;
    left: 0;
}
.stay-connected-section-style-2 .container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.stay-connected-section-style-2 .left-content .title h2{
    font-size: 50px;
    line-height: 40px;
    color: #fff;
    padding-top: 10px;
}
.stay-connected-section-style-2 .left-content .sub-title h3 {
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    padding-top: 15px;
    margin: 0;
}
.stay-connected-section-style-2 .right-content{
    padding-right: 130px;
    width: calc(50% - 130px);
}   
.stay-connected-section-style-2 .left-content{
    padding-left: 100px;
    width: calc(50% - 100px);
}
.stay-connected-section-style-2 .right-content .content p{
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    margin: 0;
}
.stay-connected-section-style-2 .right-content .form label{
    display: none;
}
.stay-connected-section-style-2 .right-content .form label.hs-error-msg{
    display: block;
    color: red;
}
.stay-connected-section-style-2 .right-content .form .hs-error-msgs {
    padding-left: 0;
}
.stay-connected-section-style-2 .right-content form {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.stay-connected-section-style-2 .right-content form .hs-submit{
    position: absolute;
    right: 0;
}
.stay-connected-section-style-2 .right-content form .input input {
    background: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 50px;
    width: 100%;
    line-height: 30px;
}
.stay-connected-section-style-2 .right-content form .actions {
    position: relative;
    width: 240px;
    height: 53px;
}

.stay-connected-section-style-2 .right-content form .input input:focus{
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
}

.stay-connected-section-style-2 .right-content  form .actions input{
    position: absolute;
    z-index: 1;
    width: 240px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
}
.stay-connected-section-style-2 .right-content  form .hs-email{
    width: 100%;
}
.stay-connected-section-style-2 .right-content form .actions:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png);
    transition: all .3s ease;
    background-color: #fd4d25;
    border: 0;
    border-radius: 30px 30px 0px 0px;
    color: #fd4d25;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.stay-connected-section-style-2 .right-content form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  .stay-connected-section-style-2 .right-content form .input input::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  .stay-connected-section-style-2 .right-content form .input input:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  .stay-connected-section-style-2 .right-content form .input input:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    line-height: 35px;
    margin:0;
    font-weight: 500;
    color: #fff;
  }
  
@media(min-width: 1400px){
    .reason-benefit-vault-section::before{
        background-size: cover;
    }
   
    .vault-level-inner .left-content:before{
        left: 0;
        display: none;
    }
    .valut-level-2 .vault-level-inner .left-content:before{
        right: 0;
    }
    .vault-level-inner .left-content:after{
           position: absolute;
    content: '';
    width: calc(100% + 50%);
    height: 100%;
    top: -170px;
    left: -50%;
    background-color: #729743;
    border-radius: 50%;
    z-index: 0;
    }
    .vault-level-inner .left-content .content-inner{
        z-index: 1;
        position: relative;
    }
    .vault-level-inner .left-content .level-text .title{
        position: relative;
        z-index: 2;
    }
    .valut-level-2 .vault-level-inner .left-content:after{
            position: absolute;
    content: '';
    width: calc(100% + 50%);
    height: 100%;
    top: -100px;
    right: -50%;
    left: unset;
    background-color: #fd9a25;
    border-radius: 50%;
    z-index: 0;
    }
    .valut-level-2 .vault-level-section {
        overflow: hidden;
    }
    .stay-connected-section-style-2 .left-content {
        padding-left: 100px;
        width: auto;
    }
    .stay-connected-section-style-2 .right-content {
        width: calc(50% - 45px);
        padding-left: 40px;
        padding-right: 0;
    }
}
@media(max-width: 1300px){
    .valut-level-2 .vault-level-inner .left-content:before{
        top: -100px;
    }
    .hero-section-style-4:before{
        background-position: top right;
    }
    .hero-section-style-4 .hero-right-image img{
        max-width: 90%;
    }
}
@media(max-width: 1199px){
    .feature-benefits-box-inner .right-content .title h3, .feature-benefits-box-inner .left-content .title h3{
        width: 60%;
    }
    .vault-level-inner .left-content .title h2 {
        font-size: 25px;
        line-height: 35px;
        width: 76%;
    }
    .vault-level-inner .left-content .level-text {
        font-size: 24px;
        line-height: 34px;
    }
    .vault-level-inner .left-content .sub-title h3{
        font-size: 20px;
        padding-top: 20px;
    }
    .valut-level-2 .vault-level-inner .left-content:before {
        top: -28%;
    }
    .stay-connected-section-style-2 .left-content {
        padding-left: 20px;
        width: calc(50% - 20px);
    }
    .stay-connected-section-style-2 .right-content {
        padding-right: 0px;
        width: calc(50% - 0px);
    }
}
@media(max-width: 991px){

    .vault-level-inner .row-fluid{
        flex-wrap: wrap;
    }
    .landing-page .body-container-wrapper:before, .landing-page .body-container:before, .landing-page .body-container-wrapper:after{
        display: none;
    }
    .stay-connected-section-style-2 .right-content form .actions input, .stay-connected-section-style-2 .right-content form .actions{
        width: 140px;
    }
    /* .stay-connected-section-style-2:before{
        height: 78%;
    } */
    .landing-page .vault-level-section{
        overflow: hidden;
    }
    .our-team-inner-content{
        width: calc(100% - 40px);
    }
    .hero-section-style-4:before{
        background-position: top right;
    }
    .hero-section-style-4 .hero-left-content .hero-title {
        padding-left: 20px;
    }
    .hero-section-style-4 .hero-left-content .sub-title p{
        font-size: 24px;
    }
    .hero-section-style-4 .hero-left-content .page-title h1{
        font-size: 60px;
    }
    .landing-page .main-content-section .content{
        padding-left: 20px;
    }
    .reason-benefit-vault-inner .title h2{
        width: 80%;
    }
    .reason-benefit-content{
        padding-left: 20px;
    }
    .feature-benefits-section{
        margin-top: 0;
    }
    .feature-benefits-box-inner .right-content .title h3, .feature-benefits-box-inner .left-content .title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .empowering-section .container{
        padding-right: 100px;
    }
    .empowering-section{
        padding: 50px 0px;
    }
    .empowering-section .title h2{
        font-size: 40px;
    }
    .vault-level-inner .left-content{
        width: 100%;
    }
    .vault-level-inner .right-content {
        width: 100%;
        position: relative;
        padding-top: 30px;
    }
    .vault-level-inner .left-content:before {
            top: -62px;
          left: -50%;
          background-size: cover;
          width: calc(100% + 70%);
    }
    .valut-level-2 .vault-level-inner .left-content.right-align{
        order: 1;
    }
    .valut-level-2 .vault-level-inner .right-content.left-align{
        order: 2;
    }
    .valut-level-2 .vault-level-inner .left-content:before {
           top: -50px;
    background-size: cover;
    right: -40%;
    height: calc(100% + 50px);
    width: calc(100% + 62%);
    }
    .valut-level-2 .button-box-content .button-box a.orange-btn {
        margin-right: 15px;
    }
    .stay-connected-section-style-2 .left-content {
        padding-left: 20px;
        width: calc(50% - 20px);
    }
    .stay-connected-section-style-2 .right-content {
        padding-right: 20px;
        width: calc(50% - 20px);
    }
    .stay-connected-section-style-2 .left-content .title h2 {
        font-size: 40px;
    }
    .vault-level-inner .left-content .price-detail{
        position: relative;
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .valut-level-2 .vault-level-inner .left-content .price-detail span{
        position: relative;
    }
    .vault-level-inner .row-fluid{
        flex-wrap: wrap;
    }
    .vault-level-inner .right-content{
        padding-top: 0;
    }
    .landing-page  .valut-level-2  .vault-level-section{
        margin-top: 50px;
        padding-top: 0;
    }
    .landing-page  .valut-level-2 .vault-level-inner .left-content {
        text-align: center;
        padding: 60px 20px 80px;
    }
    .vault-level-section .button-box-content{
        width: 100%;
        text-align: center;
    }
 
    .vault-level-inner .left-content .level-text{
        position: relative;
    }
    .vault-level-inner .left-content .level-text::before{
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        top: -30px;
        right: 0;
        left: 0;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-close-icon.png) no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    .vault-level-inner .left-content .title h2{
        font-size: 28px;
    }
 
    .hero-section-style-4 .hero-left-content{
        width: 100%;
    }
    .hero-section-style-4 .hero-right-image{
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
    .vault-level-inner .left-content:before, .valut-level-2 .vault-level-inner .left-content:before{
        width: 100%;
        height: 100%;
    }
    .hero-section-style-4:before {
        top: unset;
        bottom: -100px;
        height: calc(100% + 400px);
        width: 60%;
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/hero-4-mob-bg.png) no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .reason-benefit-content .reason-benefit-box .reason-benefit-inner {
        padding: 20px 15px 30px;
        text-align: center;
    }
    .reason-benefit-content .reason-benefit-box .reason-benefit-inner .icon .lock-open-icon{
        display: none;
    }
    .feature-benefits-box-inner .right-content .title h3, .feature-benefits-box-inner .left-content .title h3{
        width: 100%;
    }
    .empowering-section {
        padding: 50px 0px 180px;
    }
    .landing-page .vault-level-section{
        padding-top: 36px;
        margin-top: -150px;
    }
    .hero-section-style-4 .hero-left-content .page-title h1 {
        font-size: 50px;
        padding: 0;
        margin-bottom: 20px;
        padding-left: 30px;
    }
    .hero-section-style-4 .hero-right-image img{
        padding-left: 0;
        max-width: 100%;
    }
    .reason-benefit-content {
        padding-left: 0;
    }
    .reason-benefit-content .reason-benefit-box {
        width: 100%;
    }
    .landing-page .main-content-section .content {
        padding: 0px 20px;
        width: 100%;
    }
    .landing-page .main-content-section .content h2 {
        font-size: 26px;
        line-height: 36px;
    }
    p {
        font-size: 16px;
        line-height: 27px;
    }
    .reason-benefit-vault-section::before{
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/reason-mob-bg.png) no-repeat;
        background-position: left top;
        background-size: cover;
        top: -35px;
        height: 100%;
    }
    .reason-benefit-vault-inner .title h2 {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
    .reason-benefit-inner .title h3 {
        font-size: 24px;
    }
    .reason-benefit-vault-section {
        padding: 0px 0px 50px;
    }
    .feature-benefits-box-inner .left-content.image-content {
        width: calc(100% - 40px);
        padding: 0px 20px 20px;
    }
    .feature-benefits-box-inner .right-content, .feature-benefits-box-inner .left-content,
    .feature-benefits-box-inner .right-content.image-content {
        width: calc(100% - 40px);
        padding: 0px 20px;
        text-align: left;
    }
    .feature-benefits-box-inner{
        padding: 30px 0px;
    }
    .feature-benefits-box-inner .right-content .content, .feature-benefits-box-inner .left-content .content{
        width: 100%;
    }
    .feature-benefits-inner .feature-benefits-box:nth-child(2) .feature-benefits-box-inner .left-content{
        order: 2;
    }
    .feature-benefits-inner .feature-benefits-box:nth-child(2) .feature-benefits-box-inner .right-content{
        order: 1;
    }
    .empowering-section .container {
        padding: 0px 20px;
        text-align: left;
    }
    .empowering-section .content p{
        width: 100%;
    }
    .empowering-section .title h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .empowering-section .sub-title h3 {
        font-size: 20px;
        padding-top: 10px;
        line-height: 30px;
    }

    .vault-level-inner .left-content:before{
            left: 0;
            top: -35px;
            background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/level1-mob-bg.png) no-repeat;
            background-size: cover;
    }
    .valut-level-2 .vault-level-inner .left-content:before {
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/level2-mob-bg.png) no-repeat;
        background-size: cover;
        width: calc(100% + 50px);
        height: 94%;
        top: 0;
        left: -25px;
    }
    .vault-level-inner .left-content{
        text-align: center;
        padding: 20px 20px 80px;
    }
    .vault-level-inner .left-content .title h2, .vault-level-inner .left-content .content,
    .vault-level-inner .left-content .content p{
        width: 100%;
    }
    .vault-level-inner .left-content .content::before{
        display: none;
    }
    .vault-level-section{
        padding-top: 0;
    }
    .vault-level-inner .right-content .benefit-box {
        background: #f3f3f3;
        width: calc(100% - 60px);
        padding: 50px 20px;
        margin: 0px 10px 30px;
    }
    .vault-level-section .button-box {
        padding-top: 30px;
    }
    .vault-level-section .button-box-inner{
        width: 100%;
        text-align: center;
    }
    .valut-level-2 .button-box-content .button-box:first-child .button-box-inner span.title {
        display: block;
    }
    .valut-level-2 .button-box-content .button-box a.orange-btn {
        padding: 18px 36px;
    }
    .vault-level-section .button-box {
        width: 100%;
        text-align: center;
    }
    .vault-level-section .button-box {
        padding-top: 15px;
    }
    .valut-level-2 .button-box-content .button-box a.orange-btn, .valut-level-2 .button-box-content .button-box a.green-btn{
        padding: 18px 0;
        width: 90%;
    }
    .stay-connected-section-style-2 .left-content {
        padding:0px 20px;
        width: 100%;
    }
    .stay-connected-section-style-2 .right-content {
        padding: 0px 20px;
        width: 100%;
    }
    .stay-connected-section-style-2 .right-content form .actions input, .stay-connected-section-style-2 .right-content form .actions{
        width: 100px;
    }
    .stay-connected-section-style-2 .right-content form .actions:before{
        border-radius: 30px 0px 0px;
        background-size: 40px;
    }
    .stay-connected-section-style-2 .left-content .title h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .stay-connected-section-style-2 .left-content .sub-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .stay-connected-section-style-2 .right-content .content p {
        font-size: 18px;
        line-height: 26px;
        padding-top: 20px;
    }
    .valut-level-2 .vault-level-inner .left-content.right-align {
        text-align: center;
    }
    .valut-level-2 .vault-level-inner .left-content .content{
        width: 100%;
    }
    .button-box .button-box-inner span.title{
        padding-right: 0;
        display: block;
    }

}

.landing-page .body-container-wrapper, .landing-page .body-container{
    position: relative;
}
.landing-page .body-container-wrapper:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 44%;
    top: 0;
    left:25%;
    background: #E5E5E5;
    z-index: 1;
    opacity: 0.25;
}
.landing-page .body-container-wrapper:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 44%;
    top: 0;
    left:50%;
    background: #E5E5E5;
    z-index: 1;
    opacity: 0.25;
}
.landing-page .body-container:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 44%;
    top: 0;
    left:75%;
    background: #E5E5E5;
    z-index: 1;
    opacity: 0.25;
}

@media(max-width: 500px){
   
    .vault-level-section .button-box-content a.green-btn{
        width: calc(100% - 40px);
        margin: 0px 20px;
    }
}
.blog-page .page-title h1{
    font-size: 55px;
}
.hs-blog-listing .header .hs-menu-wrapper ul li a{
    color: #729743;
}
.hs-blog-listing .contact-btn .head-contact-btn:before{
    background-color: #fd4d25;
}
.hs-blog-listing .contact-btn .head-contact-btn{
    color: #FD4D25;
}
.hs-blog-listing .header .logo.blog-logo{
    display:block;
}
.hs-blog-listing .header .logo{
    display: none;
}
.hs-blog-listing .bgw_template_header.main_head .main-menu ul li a span.down-arrow{
    color: #FD4D25;
}
.hs-blog-listing .main_head.sticky .logo{
    display: block;
}
.hs-blog-listing .main_head.sticky .logo.blog-logo{
    display: none;
}
.hs-blog-listing .client-resources-btn a{
    color: #729743;
}
.hs-blog-listing .main_head.sticky .header .hs-menu-wrapper ul li a, .hs-blog-listing .main_head.sticky  .contact-btn .head-contact-btn, .hs-blog-listing .main_head.sticky  .client-resources-btn a{
    color: #fff;
}
.hs-blog-listing .header .container{
    width: calc(100% - 60px);
}
.blog-hero-section{
    padding-top: 280px;
    position: relative;
    z-index: 1;
}

.blog-hero-section:before{
    position: absolute;
    content: '';
    width: calc(30% - 30px);
    right: 0;
    top: 0;
    background: #f3f3f3;
    height: 100%;
}
.blog-hero-section .blog-hero-content{
    display: flex;
    flex-wrap: wrap;
}
.blog-hero-section .blog-hero-content .left-content {
    width: calc(50% - 140px);
    padding-left: 140px;
    position: relative;
}
.blog-hero-section .blog-hero-content .right-content{
    width: 50%;
    position: relative;
}
.recent-blog-posts-content .container{
    display: flex;
    flex-wrap: wrap;
}
.recent-blog-posts-content .container .left-content{
    width: calc(70% - 140px);
    padding-left: 140px;
}
.recent-blog-posts-content .container .right-content {
    width: calc(30% - 30px);
    position: relative;
    margin-left: 30px;
}
.blog-hero-section .blog-hero-content .left-content .bg-shape{
    position: absolute;
    content: '';
    width: calc(100% + 50px);
    height: 700px;
    top: -250px;
    left: 0px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20Website/bg/bgwcpa-recent-posts.webp) no-repeat;
    background-size: cover;
    z-index: -1;
}
.blog-hero-content .title .small-title{
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    padding-left: 24px;
    position: relative;
}
.blog-hero-content .title .small-title span{
    font-weight: 800;
}
.blog-hero-content .title .small-title span.lock-icon{
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-close-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.blog-hero-content .title{
    padding-bottom: 60px;
}
.recent-blog-posts-content .container .left-content .recent-blog-posts{
    display: flex;
    flex-wrap: wrap;
}
.recent-blog-posts-content .container .left-content .recent-blog-posts .post-item{
    width: calc(50% - 15px);
    padding-right: 15px;
    padding-bottom: 20px;
}
.recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:nth-child(even){
    padding-left: 15px;
    padding-right: 0;
}
.post-featured-image .hs-featured-image{
    width: 100%;
    margin: 0;
    max-width: 100%;
    float: none;
    position: relative;
}
.recent-blog-posts-content .container .left-content .post-featured-image{
    position: relative;
}
.recent-blog-posts-content .container .left-content .post-featured-image:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 1;
}
.recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:first-child .post-featured-image img,
.recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:nth-child(2) .post-featured-image img{
    height: 540px;
    object-fit: cover;
}
.recent-blog-posts-content .container .left-content .post-item-inner{
    position: relative;
}
.recent-blog-posts-content .container .left-content .post-item-inner .post-label{
    position: absolute;
    top: 30px;
    left: -18px;
    font-size: 18px;
    color: #fff;
    background: #FD4D25;
    padding: 6px 36px;
    border-radius: 25px;
    z-index: 2;
}
.recent-blog-posts-content .container .left-content .post-item-inner .post-content{
    position: absolute;
    top: 50%;
    width: calc(100% - 40px);
    padding: 20px;
    transform: translateY(-50%);
    z-index: 2;
}
.recent-blog-posts-content .container .left-content .post-item-inner .post-content .post-title a{
    color: #fff;
    font-size: 23px;
    line-height: 32px;
    font-weight: 800;
    text-decoration: none;
}
.recent-blog-posts-content .container .left-content .post-item-inner .post-content .post-tag-date{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0px 0px;
}
.recent-blog-posts-content .container .left-content .post-item-inner .post-content .post-tag-date span.post-tag{
    display: inline-block;
    padding-right: 7px;
    position: relative;
}
.recent-blog-posts-content .container .left-content .post-item-inner .post-content .post-tag-date span.post-tag:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 75%;
    top: 50%;
    right: -3px;
    background: #fff;
    margin-right: 4px;
    transform: translateY(-50%);
}
.recent-blog-posts-content .container .left-content .post-item-inner a.link{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    z-index: 3;
}
.blog-hero-section .blog-hero-content .right-content p{
    color: #6D6A6A;
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
    width: 90%;
}
.recent-blog-posts-content .container .right-content .post-tags{
    padding-left: 80px;
}
.recent-blog-posts-content .container .right-content .post-tags .select-box-tags:focus{
    outline: none;
}
.recent-blog-posts-content .container .right-content .post-tags .select-box-tags{
    border: 2px solid #fb961f;
    display: inline-block;
    padding: 10px 20px;
    text-align: left;
    font-size: 18px;
    color: #6d6a6a;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: 700;
    appearance: none;
    width: 100%;
}
.recent-blog-posts-content .container .right-content .post-tags .select-box-tags-inner{
    position: relative;
    display: block;
    width: calc(100% - 30px);
}
.recent-blog-posts-content .container .right-content .post-tags .select-box-tags-inner:before{
    position: absolute;
    content: '\f107';
    width: 20px;
    height: 20px;
    top: 12px;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fb961f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recent-blog-posts-content .container .right-content .post-tags .select-box-tags option{
    font-size: 18px;
    color: #6d6a6a;
    padding: 20px 0px;
    display: inline-block;
}
.recent-blog-posts-content .container .right-content .post-tags .title{
    font-size: 35px;
    padding-bottom: 30px;
    margin: 0;
}
.recent-blog-posts-content .container .right-content .post-tags ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.recent-blog-posts-content .container .right-content .post-tags ul li a{
    color: #6d6a6a;
    font-size: 22px;
    position: relative;
    padding: 15px 0px 15px 30px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}
.recent-blog-posts-content .container .right-content .post-tags ul li a:before{
    position: absolute;
    content: '';
    width: 25px;
    height: 1.5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #FD4D25;
}
.recent-blog-posts-content .container .right-content .post-tags ul li a:hover{
    color: #FD4D25;
}
.blog-hero-right-shape-bg{
    margin-top: 150px;
}
.blog-hero-right-shape-bg .the-vault-content {
    position: relative;
    padding: 70px 0px 50px 20px;
}
.blog-hero-right-shape-bg .the-vault-content:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #729743;
    border-radius: 0% 60% 0% 0%;
    z-index: 0;
}
.blog-hero-right-shape-bg .the-vault-content .title, .blog-hero-right-shape-bg .the-vault-content .content{
    position: relative;
}
.blog-hero-right-shape-bg .the-vault-content .title h3{
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    padding-left: 25px;
}
.blog-hero-right-shape-bg .the-vault-content .title h3 span{
    font-weight: 800;
}
.blog-hero-right-shape-bg .the-vault-content .title span.lock-icon {
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-close-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.blog-hero-right-shape-bg .the-vault-content .content p{
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    padding: 15px 0px 10px;
    position: relative;
}
.blog-hero-right-shape-bg .the-vault-content .content:before{
    position: absolute;
    content: '';
    width: 44px;
    height: 15px;
    bottom: -20px;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png) no-repeat;
    background-size: contain;
    z-index: 9;
    transition: all 0.3s ease;
}
.blog-hero-right-shape-bg .the-vault-content a:hover .content:before{
    left: 20px;
}
.blog-hero-section .container{
    width: 100%;
}
.blog-hero-right-shape-bg .stay_connected{
    position: relative;
    padding: 70px 40px 70px 20px;
}
.blog-hero-right-shape-bg .stay_connected:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0% 60% 0%;
    z-index: 0;
    background: #FB961F;
}
.blog-hero-right-shape-bg .stay_connected .title, .blog-hero-right-shape-bg .stay_connected .sub-title, .blog-hero-right-shape-bg .stay_connected .form-content{
    position: relative;
}
.blog-hero-right-shape-bg form .input input {
    background: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
.blog-hero-right-shape-bg form label {
    display: none;
}
.blog-hero-right-shape-bg form .actions {
    position: relative;
    width: 100px;
    height: 42px;
}
.blog-hero-right-shape-bg form .actions:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png);
    transition: all .3s ease;
    background-color: #fd4d25;
    border: 0;
    border-radius: 30px 0px 0px 0px;
    color: #fd4d25;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
}
.blog-hero-right-shape-bg form {
    display: flex;
    position: relative;
    width: calc(100% - 30px);
}
.blog-hero-right-shape-bg .form-content h3{
    margin: 0;
}
.blog-hero-right-shape-bg  form .actions input {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    right: 0;
}
.blog-hero-right-shape-bg form .hs-email{
    width: 100%;
}
.blog-hero-right-shape-bg form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 19px;
    font-weight: 500;
    color: #fff;
  }
  .blog-hero-right-shape-bg form input::-moz-placeholder { /* Firefox 19+ */
    font-size: 19px;
    font-weight: 500;
    color: #fff;
  }
  .blog-hero-right-shape-bg form input:-ms-input-placeholder { /* IE 10+ */
    font-size: 19px;
    font-weight: 500;
    color: #fff;
  }
  .blog-hero-right-shape-bg form input:-moz-placeholder { /* Firefox 18- */
    font-size: 19px;
    font-weight: 500;
    color: #fff;
  }
  .blog-hero-right-shape-bg form .actions:hover:before {
    background-position: 70% 50%;
}
.blog-listing-section .blog-posts .post-listing{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 50px;
}
.blog-listing-section .blog-posts .post-item{
    width: 33.3%;
}
.blog-listing-section .blog-posts .post-item .post-item-inner{
    padding: 0px 15px;
    margin-bottom: 40px;
    overflow: hidden;
}
.top100{
 padding: 25px 0;
  background: #fb961f;
}
.top100 h2{
color: #fff;  
  margin-bottom: 25px;
}
.blog-listing-section{
    padding-top: 50px;
    margin-top: 0px;
    background: #f3f3f3;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}
.blog-listing-section:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/blog-listing-bg.png) no-repeat;
    background-size: cover;
    background-position: top left;
    z-index: -1;
}
.blog-posts .title h2{
    padding: 0px 60px 30px;
}
.blog-listing-section .post-featured-image img{
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.blog-listing-section .post-featured-image{
    position: relative;
}
.blog-listing-section .post-featured-image:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
    transition: all 0.3s ease;
}
.blog-listing-section .post-featured-image .post-label{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    padding: 8px 30px;
    background: rgb(253 154 37 / 0.75);
    border-radius: 25px;
}
.blog-listing-section .post-featured-image .post-tag-date{
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.blog-listing-section .post-featured-image .post-tag-date .post-tag{
    display: inline-block;
    padding-right: 7px;
    margin-right: 3px;
    border-right: 1px solid #fff;
}
.blog-listing-section .post-featured-image a.link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.blog-listing-section .post-content .post-title a{
    color: #18222A;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
}
.blog-listing-section .post-content .post-title a span{
    display: inline-block;
    padding-right: 10px;
    position: relative;
}
.blog-listing-section .post-content .post-title a span:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 65%;
    top: 8px;
    right: 0px;
    background: #18222a;
    transition: all 0.3s ease;
}
.blog-listing-section .post-content .post-title a:hover{
    color: #fd4d25;
}
.blog-listing-section .post-content .post-title a:hover span:before{
    background: #fd4d25;
}
.recent-blog-posts-content .container .left-content .recent-blog-posts .post-text-content{
    color: #6D6A6A;
}
.blog-listing-section .post-content .content p{
    color: #6D6A6A;
    margin: 0;
    padding-top: 10px;
}
.hs-blog-listing .the-vault-section{
    padding: 100px 0px
}
.blog-listing-section .blog-posts .post-item .post-item-inner  .post-featured-image:hover img,
.blog-listing-section .blog-posts .post-item .post-item-inner  .post-featured-image:hover:before{
    transform: scale(1.1);
}
.hs-blog-listing .the-vault-section .the-vault-inner{
    padding-left: 100px;
}
.blog-hero-right-shape-bg .stay_connected .title h3{
    color: #fff;
    margin: 0;
}
.blog-hero-right-shape-bg .stay_connected .sub-title h4{
    font-size: 18px;
    margin: 10px 0px 15px;
    color: #fff;
}
.blog-listing-section .blog-posts .blog-pagination{
    width: 100%;
    text-align: center;
}
.blog-listing-section .blog-posts .blog-pagination ul li{
    list-style: none;
    
}
.blog-listing-section .blog-posts .blog-pagination ul li a{
    position: relative;
}
.blog-listing-section .blog-posts .blog-pagination ul{
    display: flex;
    justify-content: center;
}
.blog-listing-section .blog-posts .blog-pagination ul li.first-posts-link a,.blog-listing-section .blog-posts .blog-pagination ul li.last-posts-link a{
    width: 45px;
    height: 45px;
    background: #FB961F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    margin: 0px 10px;
}
.blog-listing-section .blog-posts .blog-pagination ul li.previous-posts-link a,
.blog-listing-section .blog-posts .blog-pagination ul li.next-posts-link a {
    width: 45px;
    height: 45px;
    background: #FB961F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    margin: 0px 10px;
}
.blog-listing-section .blog-posts .blog-pagination ul span.pg{
    display: flex;
    align-items: center;
}
.blog-listing-section .blog-posts .blog-pagination ul span.pg li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18222A;
    text-decoration: none;
    margin: 0px 3px;
    font-size: 14px;
    font-weight: 400;
}
.blog-listing-section .blog-posts .blog-pagination ul span.pg li.active a{
    background: rgb(171 218 119 / 0.4);
    font-weight: 900;
}
.blog-listing-section .blog-posts .blog-pagination ul li.previous-posts-link a:before{
    position: absolute;
    content: '';
    width: 70%;
    height: 20%;
    top: 13px;
    right: 50%;
    transform: rotate(-180deg) translate(-50%,-50%);
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.blog-listing-section .blog-posts .blog-pagination ul li.next-posts-link a:before{
    position: absolute;
    content: '';
    width: 70%;
    height: 20%;
    top: 50%;
    left: 50%;
    transform:  translate(-50%,-50%);
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-lg.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.blog-listing-section .blog-posts .blog-pagination ul li.previous-posts-link a i,
.blog-listing-section .blog-posts .blog-pagination ul li.next-posts-link a i{
    display: none;
}
.hs-blog-listing .the-vault-inner a .content p{
    width: 80%;
}

@media(max-width: 1199px){
    .hs-blog-listing .menu-text{
        color: #729743;
    }
    .blog-hero-section .blog-hero-content .left-content{
        width: calc(50% - 70px);
        padding-left: 70px;
    }
    .blog-hero-content .page-title h1{
        font-size: 60px;
    }
    .recent-blog-posts-content .container .left-content .post-item-inner .post-content .post-title a{
        font-size: 24px;
        line-height: 30px;
    }
    .post-featured-image .hs-featured-image{
        height: 260px;
        object-fit: cover;
    }
    .recent-blog-posts-content .container .left-content {
        width: calc(70% - 70px);
        padding-left: 70px;
    }
    .blog-hero-right-shape-bg .the-vault-content{
        padding: 50px 0px 50px 20px;
    }
    .blog-hero-right-shape-bg .the-vault-content .content p {
        font-size: 20px;
    }
    .blog-hero-right-shape-bg .stay_connected {
        padding: 50px 40px 70px 20px;
    }
    .blog-hero-right-shape-bg .stay_connected .title h3{
        font-size: 28px;
        line-height: 30px;
    }
    .blog-listing-section .blog-posts .post-listing{
        padding: 0px 30px;
    }
    /* .blog-listing-section{
        padding-top: 230px;
    } */
    .blog-posts .title h2 {
        padding: 0px 42px 30px;
    }
    .hs-blog-listing .the-vault-section .the-vault-inner {
        padding-left: 30px;
    }
    .recent-blog-posts-content .container .right-content .post-tags {
        padding-left: 40px;
    }
}
@media(max-width: 991px){
    .recent-blog-posts-content .container .right-content .post-tags .title{
        font-size: 26px;
    }
    .recent-blog-posts-content .container .right-content .post-tags ul li a{
        font-size: 18px;
    }
    .blog-hero-section .blog-hero-content .right-content p {
        color: #6d6a6a;
        font-size: 20px;
        line-height: 30px;
    }
    .blog-hero-section .blog-hero-content .left-content .bg-shape{
        top: -180px;
        background-size: 100%;
    }
    .blog-hero-section {
        padding-top: 240px;
    }
    .blog-hero-content .page-title h1 {
        font-size: 54px;
    }
    
    .recent-blog-posts-content .container .left-content .recent-blog-posts .post-item {
        width: 100%;
        padding-right: 0;
    }

    .recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:first-child .post-featured-image img, .recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:nth-child(2) .post-featured-image img{
        height: 300px;
    }
    .recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:nth-child(even){
        padding-left: 0;
    }
    .blog-hero-section:before{
        width: calc(40% - 40px);
    }
    .recent-blog-posts-content .container .left-content {
        width: calc(60% - 70px);
    }
    .recent-blog-posts-content .container .right-content {
        width: calc(40% - 30px);
    }
    .blog-hero-right-shape-bg form{
        width: 100%;
    }
    .blog-posts .title h2 {
        font-size: 30px;
    }
    .blog-listing-section .post-featured-image .post-tag-date,
    .blog-listing-section .post-featured-image .post-label{
        font-size: 12px;
    }
    .blog-listing-section .post-content .post-title a {
        font-size: 18px;
        line-height: 26px;
    }
    .blog-listing-section .post-content .content p{
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width: 767px){
    .recent-blog-posts-content .container .left-content .post-tags.mobile{
        padding: 0px 70px;
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile  ul{
        
        padding: 10px 0px 0px;
        max-height: 0;
        margin: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile  ul.active{
        display: block;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile  ul li{
        list-style: none;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile .title{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile  ul li a {
        color: #6d6a6a;
        font-size: 16px;
        position: relative;
        padding: 10px 0px 10px 30px;
        display: block;
        text-decoration: none;
        transition: all .3s ease;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile  ul li a:hover {
        color: #fd4d25;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile  ul li a:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 1.5px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #fd4d25;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile .select-box-tags-inner{
        position: relative;
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile .select-box-tags-inner:before{
        position: absolute;
        content: '\f107';
        width: 20px;
        height: 20px;
        top: 12px;
        right: 10px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #fb961f;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: -1;
    }
    .recent-blog-posts-content .container .right-content .post-tags .select-box-tags-inner{
        display: none;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile .select-box-tags-inner .select-box-tags:focus{
        outline: none;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile .select-box-tags-inner .select-box-tags{
        border: 2px solid #fb961f;
    display: inline-block;
    padding: 10px 20px;
    text-align: left;
    font-size: 18px;
    color: #6d6a6a;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: 700;
    appearance: none;
    width: 100%;
    }
    .recent-blog-posts-content .container .right-content .post-tags .select-box-tags option{
        font-size: 18px;
        color: #6d6a6a;
        padding: 20px 0px;
        display: inline-block;
    }
    .hs-blog-listing .bgw_template_header.main_head::before{
       background: #fff;
    }
    .blog-hero-section:before{
        display: none;
    }

    .blog-hero-section .blog-hero-content .right-content{
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
    .blog-hero-content .title {
        padding-bottom: 0;
    }
    .recent-blog-posts-content .container .left-content{
        width: 100%;
        padding: 0;
    }
    .recent-blog-posts-content .container .right-content{
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 99;
    }
    .blog-hero-section {
        padding-top: 350px;
        overflow: hidden;
    }
    .blog-hero-section .blog-hero-content .left-content .bg-shape {
        background-size: 80%;
        height: 450px;
        top: -190px;
    }
    .blog-hero-content .title .small-title {
        font-size: 25px;
    }
    .blog-hero-content .page-title h1 {
        font-size: 50px;
        text-shadow: none;
        line-height: 56px;
        padding: 10px 0px 0px;
    }
   
    .blog-hero-section .blog-hero-content .left-content {
        width: 100%;
        padding: 0px 65px;
    }
    .blog-hero-section .blog-hero-content .right-content p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        width: 55%;
        font-weight: 400;
        padding-left: 40px;
    }
    .recent-blog-posts-content .container .right-content .post-tags {
        padding-left: 20px;
    }
    .recent-blog-posts-content .container .right-content .post-tags .title {
       display: none;
    }
    .recent-blog-posts-content .container .right-content .post-tags ul{
        display: none;
    }
    .blog-hero-right-shape-bg {
        margin-top: -50px;
    }
  /*  .blog-listing-section {
        padding-top: 330px;
    } */
    .blog-posts .title h2 {
        padding: 0px 20px 20px;
    }
    .blog-listing-section .blog-posts .post-listing {
        padding: 0px;
    }
    .blog-listing-section .blog-posts .post-item {
        width: 100%;
    }
    .blog-listing-section .blog-posts .post-item .post-item-inner {
        padding: 0;
    }
    .recent-blog-posts-content .post-text-content{
        padding: 0px 20px;
    }
    .blog-listing-section .post-content{
        padding: 0px 10px;
    }
    /* .blog-listing-section .blog-posts .blog-pagination ul li.first-posts-link a, .blog-listing-section .blog-posts .blog-pagination ul li.last-posts-link a,
    .blog-listing-section .blog-posts .blog-pagination ul li.previous-posts-link a, .blog-listing-section .blog-posts .blog-pagination ul li.next-posts-link a{
        width: 30px;
        height: 30px;
        margin: 0px 5px;
    }
    .blog-listing-section .blog-posts .blog-pagination ul li.previous-posts-link a:before{
        top: 9px;
    }
    .blog-listing-section .blog-posts .blog-pagination ul span.pg li a{
        width: 30px;
        height: 30px;
    } */
    .blog-listing-section .blog-posts .blog-pagination ul{
        padding: 0;
    }
    .blog-listing-section .blog-posts .blog-pagination ul li.first-posts-link a, .blog-listing-section .blog-posts .blog-pagination ul li.last-posts-link a{
        display: none;
    }
    .hs-blog-listing .the-vault-section {
        padding: 20px 0px 50px;
    }
    .blog-listing-section .post-featured-image .post-tag-date, .blog-listing-section .post-featured-image .post-label {
        font-size: 18px;
    }
    .recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:last-child,
    .recent-blog-posts-content .container .left-content .recent-blog-posts .post-item:nth-child(3){
        display: none;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile .title{
        font-size: 18px;
        margin-top: 100px;
        line-height: 24px;
        display: block;
        position: relative;
    }
    .recent-blog-posts-content .container .left-content .post-tags.mobile .title:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        top: 0;
        transform: rotate(90deg);
        right: -40px;
        background-color: #fd4d25;
        background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-sm.png);
        background-position: center;
        background-size: 12px;
        background-repeat: no-repeat;
        transition: all .3s ease;
        display: none;
    }
}

@media(max-width: 500px){
    .blog-hero-section .blog-hero-content .left-content .bg-shape {
        background-size: 112%;
        top: -210px;
        height: 490px;
    }
    .blog-hero-section .blog-hero-content .left-content {
        width: 100%;
        padding: 0px 60px;
    }
    .blog-hero-section .blog-hero-content .right-content p {
        width: 80%;
    }
}

@media(min-width: 768px){
    .recent-blog-posts-content .container .left-content .post-tags.mobile{
        display: none;
    }
}
.post-page .header .row-fluid .container{
    width: calc(100% - 100px);
}
.post-page .post-hero-section{
    padding-top: 200px;
    position: relative;
    height: 530px;
}
.post-page .post-hero-section .post-featured-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 0;
}
.post-page .post-hero-section .post-featured-image::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.4);
    z-index: 1;
}
.post-page .post-hero-section:before{
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/blog-banner-below.png) no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: center bottom;
}
.post-page .post-hero-section .post-featured-image img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.post-page .post-hero-inner{
    position: relative;
    z-index: 9;
}
.blog-post-wrapper .post-body h2{
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    padding-bottom: 0px;
}

.blog-post-wrapper .post-body h3{
  font-size:25px;
  line-height:33px;
}


.post-page .blog-post-wrapper{
    font-size: 18px;
    line-height: 29px;
    color: #6d6a6a;
    margin-top: 10px;
}
.post-page .blog-post-wrapper a{
    display: inline-block;
    color: #fd4d25;
    font-weight: 600;
    text-decoration: none;
 }
 .post-page .blog-post-wrapper a:hover{
    color: #729743;
 }
 .post-page .blog-post-wrapper li{
    padding-bottom: 15px;
    line-height: 35px;
 }
 .post-page .section.post-body ul li{
    font-size: 18px;
    line-height: 29px;
    color: #6d6a6a;
    margin-top: 10px;
}
 .latest-blogs-sidebar h2{
    font-size: 23px;
    color: #729743;
    line-height: 40px;
 }
 .latest-blogs-sidebar .post-title a{
    color: #18222a;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(141 129 125 / 0.2);
    text-decoration: none;
 }
 .related-blog-post-section{
     padding: 60px 0px 100px;
     background: #f3f3f3;
 }
 .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div{
     display: flex;
     flex-wrap: wrap;
 }
 .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item{
     width: 33.3%;
     position: relative;
 }
 .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item .post-image{
     margin: 0px 15px;
     position: relative;
     overflow: hidden;
 }
 .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item:first-child .post-image{
     padding-left: 0;
 }
 .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item:last-child .post-image{
    padding-right: 0;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item .post-image:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    background: rgb(0 0 0 / 0.4);
    z-index: 0;
    transition: all 0.3s ease;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item .post-image img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item .post-tag{
    position: absolute;
    top: 20px;
    left: 50%;
    background: #fd4d25;
    border-radius: 25px;
    padding: 7px 34px;
    display: inline-block;
    transform: translateX(-50%);
    color: #fff;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item .post-title{
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    width: calc(100% - 80px);
    transform: translateY(-50%);
    text-align: center;

}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts > div .related-blog-item .post-title a{
text-decoration: none;
color: #fff;
text-align: center;
font-size: 24px;
line-height: 32px;    
font-weight: 700;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item .post-title a span {
    display: inline-block;
    padding-right: 7px;
    position: relative;
    margin-right: 5px;
}

.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item .post-title a span:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 65%;
    top: 8px;
    right: 0px;
    background: #fff;
    transition: all .3s ease;
}
.related-blog-post-section .title h2{
     font-size: 28px;
     font-weight: 700;
     margin: 0;
     padding-bottom: 50px;
}
.post-hero-inner .back-to-blog-page a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-left: 40px;
    display: inline-block;    
}
.post-hero-inner .back-to-blog-page span.arrow{
    position: absolute;
    width: 20px;
    height: 16px;
    top: 3px;
    left: -30px;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/white-arrow-sm.png);
    transform: rotate(-180deg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;

}
.post-hero-inner .back-to-blog-page a:hover span.arrow{
    left: -35px;
}
.post-page .hero-content{
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
}
.post-page .hero-content .small-title{
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-bottom: 7px;
    padding-left: 30px;
}
.post-page .hero-content .small-title span{
    font-weight: 800;
}
.post-page .hero-content .small-title span.lock-icon{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: 4px;
    left: 0;
    background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-close-icon.png) no-repeat;
    background-size: contain;
    background-size: center;
}
.post-page .hero-content .small-title span.post-tag {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-left: 20px;
}
.post-page .hero-content .small-title span.post-tag:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 90%;
    top: 1px;
    left: -15px;
    background: #fff;
    transition: all .3s ease;
}
.post-page .hero-content .post-title h1{
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}
.post-page .hero-content .post-title h1 span.post-tag {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-right: 14px;
}
.post-page .hero-content .post-title h1 span.post-tag:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 65%;
    top: 12px;
    right: -4px;
    background: #fff;
    transition: all .3s ease;
}
.post-page  .blog-content-section{
    margin-top: 0px;
    position: relative;
    z-index: 9;
}
.post-page  .blog-content-section .container{
    width: calc(100% - 100px);
}
.post-page .section.post-body{
    padding-left: 120px;
    padding-bottom: 100px;
}

.post-page .section.post-body img{
 padding:15px 
}
.post-page .latest-blogs-sidebar{
    padding-left: 30px;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item .post-title a:hover{
    color: #fd4d25;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item .post-title a:hover span:before{
    background: #fd4d25;
}
.latest-blogs-sidebar .post-title a:hover{
    color: #729743;
}
.post-item.no-border .post-title a{
    border-bottom: none;
}
.post-page .hero-content .iframe{
    display: inline-block;
    width: 70%;
    margin-top: 60px;
}
.post-page .related-blog-post-section .container{
    padding: 0px 100px;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item:first-child .post-image{
    margin-left: 0;
}
.related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item:last-child .post-image{
    margin-right: 0;
}
 .submitted-message{
     overflow: hidden !important;
     color: #fff;
 }
 input{
     color: #fff;
 }
 input:focus{
     border-bottom: 1px solid #fff !important;
     outline: none !important;
 }
 .latest-blogs-sidebar .post-title a span.post-tag {
    display: inline-block;
    padding-right: 7px;
    position: relative;
    margin-right: 5px;
}
.latest-blogs-sidebar .post-title a:hover span.post-tag::before{
    background: #729743;
}
.latest-blogs-sidebar .post-title a span.post-tag:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 65%;
    top: 4px;
    right: 0px;
    background: #18222a;
    transition: all .3s ease;
}
.section.post-body .post-heading.no-iframe h2 {
    position: relative;
    top: -140px;
    margin: 0;
    padding: 0;
}
@media(min-width: 1600px){
    .post-page .post-hero-section .post-featured-image{
        top:-5%;
    }
}
@media(max-width: 1400px){
    .post-page .post-hero-section .container{
        width: calc(100% - 100px);
    }
    .post-page .post-hero-section:before{
        background-position: 50%;
    }
}
@media(max-width: 1199px){
    .post-page .hero-content{
        padding-left: 70px;
    }
    .post-page .section.post-body{
        padding-left: 80px;
    }
}
@media(max-width: 991px){
    .post-page .hero-content {
        padding-left: 0;
    }
    .post-page .section.post-body {
        padding-left: 0;
    }
    .post-page .latest-blogs-sidebar {
        padding-left: 0;
    }
    .post-page .related-blog-post-section .container {
        padding: 0;
    }
    .post-page .section.post-body{
        padding-bottom: 50px;
    }
    .post-page .hero-content .iframe{
        width: 100%;
    }
    .post-page .post-hero-section{
        height: 570px;
    }
}
@media(max-width: 767px){
    .post-page .post-hero-section:before{
        background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/bg/blog-banner-mobile.png) no-repeat;
        background-position: bottom;
        background-size: cover;
        height: calc(100% - 400px);
        bottom: 180px;
        top: unset;
    }
    .post-page .post-hero-section .post-featured-image{
        width: 100%;
    }
    .post-page .post-hero-section .post-featured-image img{
        height: 420px;
    }
    .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item{
        width: 100%;
        margin-bottom: 30px;
    }
    .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item .post-image{
        margin: 0;
    }
    .post-page .post-hero-section .container {
        width: calc(100% - 20px);
    }
    .post-page .hero-content .post-title h1 {
        font-size: 26px;
        line-height: 35px;
    }
     .post-page .hero-content .post-title{
        padding: 0px 30px;
    }
    .post-hero-inner .back-to-blog-page{
        margin-left:60px;
    }
    .post-page .hero-content .small-title{
        margin-left:30px;
        font-size:18px;
    }
    .post-page .post-hero-inner{
        padding-top: 60px;
    }
    .post-page .hero-content .iframe{
        margin-top: 15px;
    }
    .post-page .hero-content{
        padding-bottom: 0;
    }
    .post-page .post-hero-section{
        height: 530px;
    }
    .post-page .blog-content-section .container {
        width: calc(100% - 40px);
    }
    .blog-post-wrapper .post-body h2 {
        font-size: 28px;
    }
    .post-page .blog-post-wrapper p{
        font-size: 16px;
        line-height: 24px;
    }
    .post-page .section.post-body {
        padding-bottom: 20px;
    }
    .related-blog-post-section .title h2 {
        font-size: 20px;
        padding: 0px 20px 40px;
    }
    .related-blog-post-section {
        padding: 50px 0px 0px;
    }
    .related-blog-post-section .hs_cos_wrapper_type_related_blog_posts>div .related-blog-item .post-image img{
        height: 230px;
    }
    .post-page .blog-content-section .latest-blogs-sidebar{
        display: none;
    }
    .post-page .mobile-view .latest-blogs-sidebar{
        padding: 0px 20px 40px;
    }
  .post-page .post-hero-section:before {
        height: 100%;
        top: 200px;
        background-position: top center;
    }
  .post-page .post-hero-section.iframe-box:before{
    top: 100px;
  }
    .post-page .post-hero-section {
        height: 100%;
      padding-bottom: 30px;
      margin-bottom: 30px;
      overflow: hidden;
    }
    .post-hero-inner .back-to-blog-page {
        margin-left: 20px;
    }
}

@media(max-width: 500px){
/*     .post-page .post-hero-section:before {
        height: 100%;
        bottom: 0px;
    }
    .post-page .post-hero-section {
        height: 100%;
    }
    .post-hero-inner .back-to-blog-page {
        margin-left: 20px;
    } */
}
@media(min-width: 768px){
    .related-blog-post-section .mobile-view{
        display: none;
    }
}
.our-visions-section{
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    -ms-grid-column-gap: 15px;
    -ms-grid-row-gap: 50px;
    grid-column: 2;
    -ms-grid-column: 2;
}


.our-visions-section .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    z-index: 1;
}



  
#hs_cos_wrapper_module_1597419782725242_ > h2 {
  width: 95%;
}
.header .hs-menu-wrapper ul li a{line-height:22px !important;}
.cst-btn{padding: 12px 40px !important;}

@media all and (min-width:768px) and (max-width:991px){
 /* Anything But Typical */
.hs-content-id-34807607376 .inside-main-content-section::before{width:32% !important;}
.inside-page .the-big-reasons-section .container{width:750px !important;}
}
@media all and (max-width:365px){
  /* Atypical Insights */
  .blog-hero-section .blog-hero-content .left-content .bg-shape{top: -180px !important;}
}
@media all and (max-width:767px){
  /* Atypical Insights */
  .blog-hero-section .blog-hero-content .left-content .title h1{max-width:270px;}
  /* Footer */ 
  .privacy-policy-link ul::before{display:none;}
  }
/* The Vault */
@media all and (min-width:1400px){ .hs-content-id-34926121066 .valut-level-2 .vault-level-inner .left-content:after{height:500px !important;}}
@media all and (min-width:992px) and (max-width:1399px){ .hs-content-id-34926121066 .valut-level-2 .vault-level-inner .left-content:before{height:900px !important;}}

/* Services pages */
@media all and (max-width:1199px){.services-page .the-vault-inner{margin-top:20px !important;} .services-page .the-vault-section{margin-top:50px !important;} .services-page .our-people-nucleous{padding-top:20px !important;}}
@media all and (min-width:768px) and (max-width:991px){.services-page .the-vault-section{padding-top:0px !important;}}
@media all and (max-width:400px){ 
  /* Tax Services */
 .hs-content-id-34722424369 .our_proven_content_inner .last_content .content p{font-size:20px !important;}
  /* Bookkeeping page */
  .services-page.hs-content-id-34723029116 h1{font-size:40px !important;}
  /* Personal Wealth Management */
  .services-page.hs-content-id-34715676296 h1{font-size:40px !important;}
  /* Industries */
  .hs-content-id-34807823580 .inside-image-gallery-inner .image-gallery-box .image-content .title{font-size:18px !important;}
}
/* hide post date on Industry & News blog listing page */
.blog-page.hs-blog-id-34851643643.hs-blog-listing .recent-blog-posts .post-tag-date .post-data, .blog-page.hs-blog-id-34851643643.hs-blog-listing .post-listing .post-item .post-tag-date .post-data{display:none;}
/* set max height to featured image on recent blog posts on blog pages */
@media all and (min-width:1501px){
.blog-page.hs-blog-listing .recent-blog-posts-content .recent-blog-posts .post-featured-image{max-height:400px !important; overflow:hidden !important;}
.recent-blog-posts-content .container .left-content .recent-blog-posts .post-item .post-featured-image img{height:400px !important;object-fit: cover;}}
@media all and (min-width:992px) and (max-width:1500px){
.blog-page.hs-blog-listing .recent-blog-posts-content .recent-blog-posts .post-featured-image{max-height:300px !important; overflow:hidden !important;}
.recent-blog-posts-content .container .left-content .recent-blog-posts .post-item .post-featured-image img{height:300px !important;object-fit: cover;}
}
.blog-page.hs-blog-listing .recent-blog-posts-content .container .left-content .post-item-inner .post-content{top:45% !important;}
.post-page.hs-blog-post .post-hero-inner{z-index:99 !important;}
.hs-blog-post .post-featured-image .hs-featured-image {object-position: 100% 0% !important;}