/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.dnd-section > .row-fluid,.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face{
  font-family: fontawesome;
  src: url("https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/Straight_Growth_August_2020/Fonts/FontAwesome.eot") format("embedded-opentype"),
    url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/Fonts/FontAwesome.woff) format("woff"),
    url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/Fonts/FontAwesome.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 14px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  letter-spacing: 0.3px;
}

body p {
  margin-top: 0;
  margin-bottom: 25px;
}
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  text-decoration: underline;
  opacity: 0.8;
}

/* Headings */
h1, h2, h3, h4 {
  letter-spacing: 1.25px; 
  color: #19232d;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;

}

h3 {
  font-size: 1.25rem;

}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: .9rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
ol ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  background: #f4f4f4 none repeat scroll 0 0;
  border-left: 3px solid #e6e6e6;
  margin: 2em 0;
  padding: 1em 3%;
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-weight: inherit;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  vertical-align: middle;
}
img, video {
  height: auto;
  max-width: 100%;
}
figure {
    margin: 0;
}


html {
    scroll-behavior: smooth;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,.hs_cos_wrapper_type_password_reset{
  max-width: 767px;
  display: block;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  
  text-decoration: none;
  margin:15px 0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  outline: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

h3.form-title{
  letter-spacing: 1.25px;
  color: #19232d;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-form label, .systems-page label {
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
  display: block;
  letter-spacing: normal;
}

.hs-input ,input#hs-pwd-widget-password {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px !important;
  height: 38px !important;
  width: 100% !important;
  line-height: 1.3;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  vertical-align: middle;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #999;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus ,input#hs-pwd-widget-password:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border: 1px solid #cc0000 !important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  padding: 10px 0;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
  font-weight: 400;
  margin-left: 4px;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}
.hs-error-msgs label {
  display: block;
  color: #990000 !important;
  font-size: 12px;
  float: none;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media(max-width:767px){
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field__bar,
  .hs_cos_wrapper_type_form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .section.post-footer form ,.hs_cos_wrapper_type_member_login , .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,.hs_cos_wrapper_type_password_reset{
    max-width: 100%;

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.hs-menu-item a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/* home page */

.transprent .header {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.1) !important;
  /* background-color: transparent !important; */
  box-shadow: none;
}

.header-wrapper.transprent {
  background: transparent;
}

.banner-section .dnd-section {
  padding: 0;
  /* padding-bottom: 66px; */
  /* padding-top: 66px; */
}

.header-wrapper.transprent .nav {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.transprent .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff !important;
}
.home-logo{
  display:none;
}

.black_overlay {
  background: rgba(0, 0, 0, 0.4) url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/images/bg-strip.png) repeat scroll 0 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-wrapper.transprent  .home-logo {
  display: block;
}

.header-wrapper.transprent  .website-logo {
  display: none;
}
section.website-hero.home.banner .banner-content {
  width: 100%;
}

.home.banner h1 {
  margin-top: 20px;
}
.multi-columns-row .template-col .fancybox-thumb span:before {
  background: #5cb85c  url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/images/icons.png) no-repeat scroll 11px -108px;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
a.button-link {
  background-image: none;
  border: 1px solid transparent;
  font-size: 12px;
  padding: 8px 4px;
  border-color: #31ddb7;
  background-color: #31ddb7;
  border-radius: 3px;
  letter-spacing: 2px;
  border-width: 2px;
  text-transform: uppercase;
  line-height: 1.3333333;
  color: #fff;
  display: inline-block;
}

a.button-link:hover {
  color: #3a3a3a;
  background: #e8e8e8;
  border-color: #e8e8e8;
  opacity: 1;
  text-decoration: none;
}
.container-fluid.home-our-serives {
  text-align: center;
}

.container-fluid.home-our-serives .hs_cos_wrapper_type_rich_text>div   h2,
.container-fluid.home-take-look .hs_cos_wrapper_type_rich_text>div   h2,
.container-fluid.brand  .hs_cos_wrapper_type_rich_text>div h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 1px;
  font-size: 28px;
}
.container-fluid.home-take-look .hs_cos_wrapper_type_rich_text>div   h2{
  margin-top: 0px;
}
.container-fluid.home-our-serives .hs_cos_wrapper_type_rich_text>div  p ,
.container-fluid.home-take-look .hs_cos_wrapper_type_rich_text>div   p,
.container-fluid.brand  .hs_cos_wrapper_type_rich_text>div p{
  text-align: center;
  font-size: 16px;
}

.container-fluid.home-our-serives h2:after ,
.container-fluid.brand  .hs_cos_wrapper_type_rich_text>div h2:after {
  background-color: #31ddb7;
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
  content: '';
}

.container-fluid.home-our-serives {
  background-color: #f6f9fc;
  border-bottom: 1px solid #dce3ea;
}

.container-fluid.brand{
  background-color: #f6f9fc !important;
}


.features-box {
  /* width: 33.33333333%; */
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid.home-our-serives .span4 {
  width: 33.33333333%;
  margin: 0;
}

.feature h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.feature p {
  opacity: 0.75;
}

.feature p  .fa-4x {
  font-size: 4em;
}
.container-fluid.home-our-serives .hs_cos_wrapper_type_rich_text>div ,
.container-fluid.home-take-look .hs_cos_wrapper_type_rich_text>div,
.container-fluid.brand  .hs_cos_wrapper_type_rich_text>div{
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.home-our-serives p.icon {
  font-size: 14px;
}

.features-box {
  padding-top: 31px;
}
.feature p a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #31ddb7;
}
.animated.push.duration5.eds-on-scroll.features-box {
  text-align: center;
}
.feature p a:hover {
  background-color: #31ddb7;
  color: #fff;
  text-decoration: none;
}
.container-fluid.home-our-serives.services {
  background: #fff;
  border: 0;
}

.container-fluid.home-our-serives.services .feature h3 {
  margin-top: 0;
  line-height: 36px;
  font-size: 24px;
  margin-bottom: 10px;
}

.container-fluid.home-our-serives.services .dnd-section {
  padding-top: 66px;
  padding-bottom: 0;
}
.container-fluid.testimonial {
  background-color: #19232d;
  background-size: cover;
  position: relative;
  padding: 100px 0 110px 0;
  z-index: 200;
}

.container-fluid.testimonial .dnd-section {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.container-fluid.home-take-look .dnd-section>.row-fluid>div{
  margin-left:-15px;
  margin-right:-15px;
  width:unset;
} 
.container-fluid.testimonial h2 {
  color: #fff;
}
.container-fluid.home-our-serives.services .feature {
  margin: 20px 0 20px 0;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.container-fluid.home-our-serives.services  .animated.push.duration5.eds-on-scroll.features-box {
  padding-top: 0;
}

.container-fluid.home-our-serives.services  .feature p {
  opacity: 1;
}

.container-fluid.home-our-serives.services .dnd-section>.row-fluid>div ,
.container-fluid.home-our-serives  .dnd-section>.row-fluid>div {
  margin-left: -15px;
  margin-right: -15px;
  width: unset;
}
.container-fluid.testimonial .dnd-section {
  padding: 0;
}

.testimonial-slider {
  margin-top: 30px;
}

.container-fluid.testimonial h2 {
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  letter-spacing: 2.5px;
}

.testimonial-slider blockquote p {
  font-weight: 300;
}
.container-fluid.brand .span2,.container-fluid.brand .span1 {
  width: 16.66666667%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid.brand.logo-imgs .dnd-section>.row-fluid {
  padding: 0;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-fluid.brand.logo-imgs .dnd-section{
  padding:0;
}

.container-fluid.brand img.hs-image-widget {
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid.brand .dnd-section {
  padding: 0;
}

.container-fluid.brand {
  padding-top: 66px;
}

.container-fluid.brand.logo-imgs {
  padding-top: 0;
  padding-bottom: 66px;
}
.container-fluid.calltoaction {}



.container-fluid.calltoaction {
  color: #fff;
}



.container-fluid.calltoaction .hs_cos_wrapper_type_rich_text>div h2 {
  margin-top: 0px;
  color: #fff;
}
.container-fluid.newsletter .dnd-section {
  background-size: cover;
  position: relative;
  background-position: unset !important;
}

.container-fluid.newsletter .dnd-section:Before {
  background: rgba(0, 0, 0, 0.4) url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/images/bg-strip.png) repeat scroll 0 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
}

.container-fluid.newsletter .dnd-section>div {
  position: relative;
}

.container-fluid.newsletter h2 {
  font-weight: 600;
  color: #fff;
  letter-spacing: 2.5px;
  margin-top: 0;
}

.container-fluid.newsletter p {
  margin: 0;
}

.container-fluid.newsletter {
  color: #fff;
}
.container-fluid.calltoaction .hs_cos_wrapper_type_rich_text>div h2 p {}

.container-fluid.calltoaction  .hs-button {
  font-size: 12px;
  padding: 8px 4px;
  letter-spacing: 2px;
  border-width: 2px;
  text-transform: uppercase;
  border-color: #e8e8e8;
  color: #e8e8e8;
  display: inline-block;
  line-height: 1.3333333;
  text-decoration: none;
  background: transparent;
}
.container-fluid.calltoaction .hs_cos_wrapper_type_rich_text>div p {
  margin: 0;
}
.container-fluid.calltoaction .dnd-section>.row-fluid .span8 {
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid.calltoaction .dnd-section>.row-fluid .span4 {
  width: 33.33333333%;
  display: block !important;
  padding: 0 15px;
  text-align: right;
  margin: 0;
  float: right;
}

.container-fluid.calltoaction .dnd-section>.row-fluid {
  display: block !important;
}

.container-fluid.calltoaction .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
}

.container-fluid.calltoaction .hs-button {
  margin: 0;
}
.container-fluid.contact .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #19232d;
}

.contact .title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 28px;
  color: #fff;
}

.contact {}

.contact_headings p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 29px;
}

.contact .title span {
  background-color: #31ddb7;
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
}

.contact_headings {
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.contact_info {
  margin-left: 8.33333333%;
  margin-bottom: 50px;
  margin-bottom: 50px;
  width: 41.66666667%;
  width: 41.66666667%;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -4px;
}

.info-wrapper {
  text-align: center;
  width: 50%;
}

.contact .col-sm-6.col-md-6.col-lg-6.text-center {
  width: 50%;
}

.contact .fa-3x {
  font-size: 3em;
}

.contact .hs_cos_wrapper_type_form {
  padding-right: 15px;
  padding-left: 15px;
  /* width: 50%; */
  padding-top: 0;
  padding-bottom: 0;
}

.contact .form-wrapper {
  width: 50%;
  margin-bottom: 50px;
  float: left;
}

.contact .field {
  padding: 0;
  margin-bottom: 31px;
}

.contact .hs-form label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
}

.contact span.hs-form-required {
  display: none;
}

.contact .hs-input {
  min-width: 400px !important;
  width: 50% !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  padding: 6px 12px !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: auto !important;
}

.contact textarea.hs-input {
  height: 58px!important;
}

.contact .hs-button {
  margin: 0;
  width: 100%;
  min-width: 400px;
  width: 50%;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #31ddb7;
  margin-bottom: 25px;
}

.contact h3.form-title {
  display: none;
}
.container-fluid.newsletter .span8 {
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid.newsletter .span4{
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  display: block !important;
  margin-top: 10px;

}
.testimonial-slider.slider {
  margin-bottom: 0;
}

.container-fluid.testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-fluid.calltoaction .dnd-section>.row-fluid .span4 .hs_cos_wrapper_type_module {
  width:100%;
}

.container-fluid.newsletter .dnd-section>div {
  position: relative;
  padding: 0;
}
.contact .hs-button:hover {
  background-color: #31ddb7;
  color: #fff;
}
.contact label.hs-error-msg {
  display: none;
}
.contact input.hs-input.error {
  border: 1px solid #ccc !important;
}
.container-fluid.home-our-serives .span4 {
  display: block !important;
}
.contact  .hs_error_rollup label {
  padding: 0.2em 1em;
  border: 2px solid #f7e700;
  border-color: inherit;
  width: 100%;
  margin: 0;
  color: #6b7c93 !important;
  min-width: 400px;
  min-width: 400px !important;
  width: 50% !important;
}
.hubpot_slider  .slick-dots li {
  list-style: none !important;
  display: inline-block !important;
  line-height: 0px !important;
  margin: 0 3px !important;
  padding: 0px !important;
  font-size: 1.143rem;
}

.hubpot_slider  .slick-dots li button {
  text-indent: -99999px;
  margin: 0px !important;
  padding: 0px !important;
  border: 2px solid #444 !important;
  border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #fff;
  cursor: pointer;
}
.hubpot_slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hubpot_slider  .slick-dots li.slick-active button {
  background: #8D8C8C !important;
}

.slick-prev, .slick-next {}

main.body-container-wrapper.agency  button.slick-prev,.main-slider_img.slider button.slick-prev{
  left: 0px !important;
  background: rgba(0, 0, 0, 0.5) url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/images/arrow-left.png)center center no-repeat !important;
  background-size: 15px 15px !important;
  box-shadow: none !important;
}

main.body-container-wrapper.agency   button.slick-arrow,.main-slider_img.slider button.slick-arrow {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 9;
  border: 0px !important;
  border-radius: 50% !important;
  color: #fff;
  cursor: pointer !important;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-indent: -99999px;
  padding: 0px !important;
  margin: 0px !important;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.body-container-wrapper.agency   .slick-prev:before,.main-slider_img.slider .slick-prev:before{
  content: none;
}

.main-slider_img.slider {
  padding: 0 30px 20px 30px !important;
  margin: 0 !important;
  text-align: center;
  clear: both;
  /* margin-top: 3% !important; */
}

.container-fluid.hubpot_slider .span6 {
  margin-top: 3%;
  width: 58.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  display: block !important;
}



.container-fluid.hubpot_slider {
  padding: 10px 10px;
}

.container-fluid.hubpot_slider .span6 +.span6 {
  margin-bottom: 30px;
  width: 41.66666667%;
  display: block !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hubpot_slider .image-slider {
  text-align: center !important;
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
  margin: 0 5px;
}

.hubpot_slider  .fit-oimg-box {
  max-height: 700px;
  width: 100%;
  box-sizing: border-box;
  line-height: 0px;
}

.hubpot_slider  .fit-oimg-box img {
  max-height: 700px;
  margin: 0 auto;
}

main.body-container-wrapper.agency   .slick-next:before,.main-slider_img.slider .slick-next:before {
  content: none;
}

main.body-container-wrapper.agency  button.slick-next.slick-arrow ,.main-slider_img.slider button.slick-next.slick-arrow {
  background: rgba(0, 0, 0, 0.5)  url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/images/arrow-right.png) center center no-repeat !important;
  background-size: 15px 15px !important;
  box-shadow: none !important;}

.hubpot_slider  .container-fluid.hubpot_slider .row-fluid {
  padding: 0;
}

main.body-container-wrapper.agency  button.slick-next.slick-arrow {
  right: 0;
}

.container-fluid.hubpot_slider .span6 +.span6 {
  margin-top: 0;
  margin-left: 0;
}

.container-fluid.hubpot_slider h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 28px;
}

.container-fluid.hubpot_slider h2:after {
  background-color: #31ddb7;
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;    
  content:'';
}

.container-fluid.hubpot_slider p,.container-fluid.hubpot_slider ul {
  font-size: 18px;
}

.container-fluid.hubpot_slider ul {
  line-height: 24px;
}

.container-fluid.hubpot_slider ul li {
  font-size: 1.143rem;
  line-height: 24px;
}

.hubpot_slider  .Image-title {
  font-weight: 700;
  color: #444;
  padding: 10px 0;
  font-size: 16px;
}



.hubpot_slider  ul.slick-dots {
  left: 15px !important;
  right: 15px !important;
  text-align: center;
  bottom: -10px !important;
  position: absolute;
}
.container-fluid.hubpot_slider.silder2 {
  background-color: #f5f6f8 !important;
}

.container-fluid.hubpot_slider.silder2 .span6 + .span6 {
  margin-top: 3%;
  width: 58.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  display: block !important;
  margin-bottom: 0;
}

.container-fluid.hubpot_slider.silder2 .span6 {
  margin-bottom: 30px;
  width: 41.66666667%;
  display: block !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.container-fluid.hubpot_slider .row-fluid {
  padding: 0;
}
.container-fluid.hubpot_slider.silder2 {
  padding: 0;
}

.container-fluid.hubpot_slider.silder2 .span6 + .span6 {
  padding-top: 0;
}
.container-fluid.hubpot_slider {
  padding-bottom: 6px;
}
.container-fluid.hubpot_slider .span6>div ,.container-fluid.hubpot_slider.silder2 .span6 + .span6>div {
  margin-top: 3%;
}
.container-fluid.hubpot_slider.silder2 .span6>div  {
  margin-top: 0;
}

.container-fluid.home-take-look.agency .dnd-section>.row-fluid>div {

  padding: 0px 25px;
}
.agency .container-fluid.testimonial {
  background-color: #f5f6f8;
}

.container-fluid.miss_out_content .dnd-section {
  padding: 66px 0;
  padding-bottom: 0;
}

.container-fluid.miss_out_content .hs_cos_wrapper_type_rich_text {
  /* margin-bottom: 30px; */
  width: 100%;
  float: left;

  text-align: center;
  display: block;
}

.container-fluid.miss_out_content .hs_cos_wrapper_type_module .hs-button {
  margin-bottom: 55px;
}

.container-fluid.miss_out_content .hs_cos_wrapper_type_module .hs-button {
  font-size: 12px !important;
  padding: 8px 4px;
  letter-spacing: 2px;
  border-width: 2px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3333333;
  font-weight: 400;
}

.container-fluid.miss_out_content h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 28px;
}

.container-fluid.miss_out_content h2:after {
  content: '';
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
  background-color: #31ddb7;
}

.container-fluid.miss_out_content p {
  text-align: center;
  font-size: 16px;
}

.container-fluid.miss_out_content .hs_cos_wrapper_type_module .hs-button {
  margin: 0;
  border-color: #31ddb7;
  background-color: #31ddb7;
}
.container-fluid.miss_out_content .hs_cos_wrapper_type_module .hs-button {
  margin-bottom: 66px;
}
.container-fluid.miss_out_content .hs_cos_wrapper_type_module .hs-button:hover {
  border-color: rgba(221,221,221,1.0);
}
.container-fluid.hubpot_slider .span6 + .span6>div {
  margin-top: 0;
}
.container-fluid.home-take-look.agency .hs_cos_wrapper_type_rich_text>div h2:after {
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
  content: '';
  background-color: #31ddb7;
}
.agency .testimonial-slider.slider {
  padding-right: 15px;
  padding-left: 15px;
}
.agency .container-fluid.testimonial {
  padding-bottom: 108px;
}

.agency .testimonial-slider blockquote p {
  margin-bottom: 0;
}

.agency .testimonial-slider blockquote {
  font-size: 1.143rem;
  line-height: 24px;
}
.container-fluid.talk_headings h1 {
  color: #3bd0b7;
  font-size: 15px;
}

.container-fluid.talk_headings {
  text-align: center;
}

.container-fluid.talk_headings .dnd-section {
  padding-top: 78px;
  padding-bottom: 150px;
}

.container-fluid.talk_headings h2 + div {
  margin: 0 auto;
  margin-top: 2%;
  width: 40%;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
}

.container-fluid.talk_headings .dnd-section>.row-fluid {
  max-width: unset;
  padding: 0;
}

.container-fluid.talk_headings h2 + div h4 {
  color: black;
  line-height: inherit;
  /* margin-top: 17px; */
}

.container-fluid.talk-to-us.form .dnd-section {
  padding: 3.2em 0 2em;
}

.container-fluid.talk-to-us.form .dnd-section>.row-fluid {
  width: 1140px;
  padding: 0;
}

.container-fluid.talk-to-us.form .dnd-section>.row-fluid>div {
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  width: 100%;
  float: none;
  position: relative;
  margin-bottom: 10%;
}

.container-fluid.talk-to-us.form .dnd-section>.row-fluid>div:before {
  position: absolute;
  content: '';
  pointer-events: none;
  left: -25.3%;
  width: 150%;
  height: 100%;
  background-color: rgb(247, 248, 252);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: -1;
}

.container-fluid.talk-to-us.form .hs_cos_wrapper_type_form {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding: 0;
  box-shadow: none;
  padding: 0 30px;
  overflow:visible;
}
.container-fluid.talk-to-us.form .hs_cos_wrapper_type_form form {
  width: 50%;
  display: block;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 auto;
}

.container-fluid.talk-to-us.form .hs_cos_wrapper_type_form form h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.paid_search_paid_social .our_certification_slider .hs_cos_wrapper_type_rich_text {
  padding:0 15px;
}


.paid_search_paid_social .growth-achieve-results .dnd-section>.row-fluid{
  padding:0;
}
.paid_search_paid_social .our_certification_slider .dnd-section {
  padding-bottom:0;
}

.happy_announcent.one_btn .minus-row {
  text-align: center;
}

.happy_announcent.one_btn .width25 {
  margin: 0 auto;
  float: none;
}

.happy_announcent.one_btn .happy_announcent_text {
  margin: 0;
}

.paid_search_paid_social .happy_announcent {
  margin-bottom: 30px;
}
.container-fluid.talk-to-us.form  .hs-button {
  display: block;
  width: 100%;
  height: auto !important;
  line-height: inherit;
  margin: 0;
  margin-top: 10px;
}
.container-fluid.talk-to-us.form textarea.hs-input {
  height: 120px !important;
}

.container-fluid.talk-to-us.form .hs_submit.hs-submit {
  margin-bottom: 24px;
}

.container-fluid.talk-to-us.form .hs-form label {
  letter-spacing: normal;
}

.container-fluid.talk-to-us.form .hs-button {
  margin-top: 25px;
}
.container-fluid.talk-to-us.form {
  overflow: hidden;
}
.container-fluid.talk-to-us.form .hs-form label {
  font-weight: 700;
}
main.body-container-wrapper.company h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 28px;
}

main.body-container-wrapper.company h2:after {
  background-color: #31ddb7;
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
  content: '';
}

main.body-container-wrapper.company {
  text-align: center;
}

main.body-container-wrapper.company h2 + p {
  text-align: center;
  font-size: 16px;
}

.container-fluid.who_are_We {
  border-top: 1px solid #dce3ea;
  background-color: #f6f9fc;
}

main.body-container-wrapper.company .span6 {
  margin: 0;
}
main.body-container-wrapper.company  .hs_cos_wrapper_type_rich_text>div,.headings{padding-right: 15px;padding-left: 15px;margin-bottom: 30px;}

main.body-container-wrapper.company .dnd-section>.row-fluid {
  padding: 0;
}
main.body-container-wrapper.company .span6 {
  width: 50%;
}

main.body-container-wrapper.company  .animated.push.duration5.eds-on-scroll.features-box {
  padding-top: 25px;
}
main.body-container-wrapper.company  .container-fluid.expertise .dnd-section>.row-fluid {
  padding: 0 15px;
}
.container-fluid.who_are_We {
  border-bottom: 1px solid #dce3ea;
}
.container-fluid.values {
  background-color: #f6f9fc;
  border-bottom: 1px solid #dce3ea;
  border-top: 1px solid #dce3ea;
}

.container-fluid.values .span4 {
  width: 33.33333333%;
  margin: 0;
}

main.body-container-wrapper.company a.cta_button {
  margin-bottom: 25px;
}

main.body-container-wrapper.company  .happy_announcent_text h2:after {
  content: none;
}
.cms_row.images_row.imgs--row5 .imgs--col2 figure, .cms_row.images_row.imgs--row5 .imgs--col3 figure {    margin-top: 22px;
}
.cms_row.images_row.imgs--row3 .imgs--col5 figure {
  margin-top: 23px;
}
.cms_row.images_row.imgs--row5 .imgs--col4 figure {
  margin-top: 45px;
}
main.body-container-wrapper.company .container-fluid.values .animated.push.duration5.eds-on-scroll.features-box {
  padding-top: 20px;
}
.container-fluid.annoucement,.container-fluid.more-info_aboutcompany {
  width: 1140px;
  margin: 0 auto;
}

.container-fluid.annoucement>div,.container-fluid.more-info_aboutcompany>div {
  padding-right: 15px;
  padding-left: 15px;
  width: 1170px;
}

.container-fluid.annoucement>div>div,.container-fluid.more-info_aboutcompany>div>div {
  margin-left: -15px;
  margin-right: -15px;
  width: unset;
}
.container-fluid.values .span4 {
  padding-right: 15px;
  padding-left: 15px;
}

body {
  overflow-x: hidden;
}

.hubspotForm {
  background: #fff;
  padding: 20px;
  padding-top: 10px;
  text-align: center;
  color: #64696e;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: 10%;
}

.hubspotForm form {
  text-align: left;
  margin-bottom: 21px;
}

.hubspotForm h3 {
  margin-bottom: 2px;
  letter-spacing: 1.25px;
  color: #19232d;
  font-size: 24px;
}

.hubspotForm .hs_cos_wrapper_type_form {
  padding: 0;
  box-sizing: content-box;
  box-shadow: none;
}

.hubspotForm h3.form-title {
  display: none;
}

.hubspotForm .hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  letter-spacing: normal;
}

.hubspotForm .field {
  margin-bottom: 18px;
  padding: 0;
}

.hubspotForm .hs-input {
  display: inline-block;
  width: 90% !important;
  max-width: 500px;
  height: 40px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px !important;
  min-height: 27px;
  background-color: #f5f8fa;
}

.hubspotForm fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
  max-width: 100%;
}

.hubspotForm .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.hubspotForm .hs-button {
  margin: 0;
  background: #31ddb7;
  border-color: #31ddb7;
  color: #ffffff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}

.hubspotForm .hs-button:Hover {
  background: #31ddb7;
  border-color: #31ddb7;
  color: #ffffff;
}


.help-with-hubspot section.website-hero.banner {
  background-repeat: no-repeat;
  background-position: center center;
}

.help-with-hubspot  section.website-hero.banner .banner-content {
  width: 80%;
}

.help-with-hubspot  .banner .lead p {
  font-size: 16px;
}

.container-fluid.form-right_hubspot.hubspotForm {
  margin: 0;
  padding: 0;
}



main.body-container-wrapper.help-with-hubspot  h2:after {
  content: '';
  background-color: #31ddb7;
  transition: all .4s ease-in-out;
  margin-left: 30%;
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
}

.container-fluid.form-right_hubspot.hubspotForm .span8 {
  display: block !important;
  flex-basis: 66.66%;
  flex-grow: 0;
}

main.body-container-wrapper.help-with-hubspot p {
  font-size: 16px;
}

main.body-container-wrapper.help-with-hubspot  h2 {
  font-size: 28px;
  text-align:center;
}

.container-fluid.form-right_hubspot.hubspotForm .dnd-section {
  padding: 3.2em 0 2em;
}

.container-fluid.form-right_hubspot.hubspotForm .dnd-section>div {
  /* padding:0; */
  display: flex !important;
  margin-bottom: 28px;
}

.container-fluid.form-right_hubspot.hubspotForm h2 {
  text-align: center;
}

.container-fluid.form-right_hubspot.hubspotForm p {
  text-align: left;
}

.container-fluid.form-right_hubspot.hubspotForm .span4 {
  margin: 0;
  flex-basis: 33.33%;
  margin-left: 32px;
}

.container-fluid.form-right_hubspot.hubspotForm .span4 form {
  padding: 20px 20px 20px;
  border-radius: 12px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.container-fluid.form-right_hubspot.hubspotForm .hs_cos_wrapper_type_form {
  overflow: visible;
}
.container-fluid.form-right_hubspot.hubspotForm  textarea.hs-input {
  height: 64px!important;
}

.container-fluid.form-right_hubspot.hubspotForm .hs-button {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}
.container-fluid.form-right_hubspot.hubspotForm .hs-button:hover{
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
}
.container-fluid.form-right_hubspot.hubspotForm .grecaptcha-badge {
  margin: 8px;
  margin-top: 20px;
}
.container-fluid.form-right_hubspot.hubspotForm p {
  color: #6b7c93;
}
.container-fluid.form-right_hubspot.hubspotForm  .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 19px 0px;
}
.container-fluid.form-right_hubspot.hubspotForm p {
  color: #6b7c93;
}

.hubspotForm  label.hs-error-msg,.hs_error_rollup label.hs-main-font-element{
  color: #f2545b !important;
}
.hubspotForm input.hs-input.error{
  border-color: #c87872 !important;
}

.container-fluid.form-right_hubspot.hubspotForm .hs-input{
  width:100%!important;
}
.container-fluid.outsourced .dnd-section {
  padding: 0;
}

.container-fluid.form-right_hubspot.hubspotForm .span4 form {
  margin: 0;
}
.container-fluid.form-right_hubspot.hubspotForm .input {
  margin-right: 9px;
}
.container-fluid.form-right_hubspot.hubspotForm .actions {
  padding: 20px 0px;
}
.hubspotForm ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.container-fluid.form-right_hubspot.hubspotForm .dnd-section {
  padding-bottom: 0;
}
.container-fluid.outsourced {
  padding-top: 22px;
  text-align: center;
}

.container-fluid.outsourced .hs-button {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  background-color: #31ddb7;
  border: 0;
  margin-bottom: 22px;
}
.help-with-hubspot     .container-fluid.hubpot_slider {
  background-color: transparent !important;
}

.help-with-hubspot   .container-fluid.hubpot_slider h3:after {
  content: '';
  background-color: #31ddb7;
  transition: all .4s ease-in-out;
  margin-left: 30%;
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 80px;
}

.help-with-hubspot  .container-fluid.hubpot_slider h3 {
  text-align: center;
}
.help-with-hubspot .container-fluid.hubpot_slider.silder2 .span6 {
  flex-basis: 60%;
  -ms-grid-row-align: center;
  align-self: center;
  flex-basis: 40%;
  flex-grow: 0;
  min-width: 0;
  padding: 0;
}

.help-with-hubspot .container-fluid.hubpot_slider.silder2 .span6+.span6 {
  flex-basis: 60%;
  padding: 0;
  margin-top: 0;
  margin-left: 32px;
  min-width: 0;
}

.help-with-hubspot .hs_cos_wrapper_type_space {
  height: 50px;
  display: block;
}

.help-with-hubspot .container-fluid.hubpot_slider .dnd-section {
  padding-top: 0;
}

.help-with-hubspot .container-fluid.hubpot_slider .dnd-section>.row-fluid {
  padding: 0 15px;
  display: flex !important;
  margin-bottom: 28px;
  flex-wrap: nowrap;
}

.help-with-hubspot .container-fluid.hubpot_slider.silder2 {
  padding-top: 21px;
}

.help-with-hubspot .hubpot_slider .Image-title {
  font-weight: normal;
}
.container-fluid.hubpot_slider.differnt_slider {
  padding: 0;
}

.help-with-hubspot .container-fluid.hubpot_slider .dnd-section>.row-fluid {}

.container-fluid.hubpot_slider.differnt_slider .span5 {
  flex-basis: calc(50% - 16px);
  flex-grow: 0;
}

.container-fluid.hubpot_slider.differnt_slider .span7 {
  margin-left: 32px;
  flex-basis: calc(50% - 16px);
  flex-grow: 0;
  display: block !important;
}

.help-with-hubspot .container-fluid.hubpot_slider .dnd-section {
  padding-bottom: 0;
}

.container-fluid.hubpot_slider.differnt_slider .span5>div {
  margin-top: 3%;
}

.help-with-hubspot  .container-fluid.hubpot_slider.silder2 {
  margin-bottom: 22px;
}

.help-with-hubspot .slick-next {
  right: 0;
}

.container-fluid.button-with_content {
  text-align: center;
}

.container-fluid.button-with_content .dnd-section {
  padding-top: 22px;
  padding-bottom: 2em;
}

.help-with-hubspot .btn {
  background-color: #7bdcb5;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  text-transform: unset;
  font-family: Open Sans;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin-top: 22px;
  border: 0;
}
.help-with-hubspot .btn:hover {
  text-decoration: underline;
  opacity:0.8;
  color:#fff;
}

main.body-container-wrapper.search-engine-optimization p {
  text-align: center;
  font-size: 16px;
}

.container-fluid.optimization_text .dnd-section {
  padding-bottom: 0;
}
.search-engine-optimization .hs_cos_wrapper_type_rich_text>div {
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  text-align:center;                              
}

main.body-container-wrapper.search-engine-optimization .dnd-section>.row-fluid >div {
  margin-left: -15px;
  margin-right: -15px;
  width: unset;
}

.search-engine-optimization .hs_cos_wrapper_type_rich_text>div h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 28px;
}


main.body-container-wrapper.search-engine-optimization  .animated.push.duration5.eds-on-scroll.features-box p {
  font-size: 14px;
}

main.body-container-wrapper.search-engine-optimization  .animated.push.duration5.eds-on-scroll.features-box {
  padding-top: 0;
}

.container-fluid.SEO_content .span6 {
  width: 50%;
  float: left;
  margin: 0;
}
.container-fluid.calltoaction .cta_button.hs-button{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer_col a {
  display: inline-block;
}
.footer_col.col3 .hs_cos_wrapper_type_form, .blog-sidebar .hs_cos_wrapper_type_form, .container-fluid.newsletter .hs_cos_wrapper_type_form {
  box-shadow: none;
}
.container-fluid.calltoaction .cta_button.hs-button:hover {
  color: #3a3a3a !important;
  background: #e8e8e8 !important;
  opacity: 1;
}
.contact .hs_error_rollup label.hs-main-font-element {
  margin-bottom: 20px;
}
.footer_col.col3 .hs-input, .blog-sidebar .hs-input, .blog-sidebar .hs-search-field__input, .container-fluid.newsletter .hs-input {
  padding-top: 6px !important;
}
main.body-container-wrapper.company .container-fluid.values .animated.push.duration5.eds-on-scroll.features-box {
  padding-left: 0;
  padding-right: 0;
}
main.body-container-wrapper.search-engine-optimization  .website-development-campaign p {
  text-align: left;
  font-size: 14px;
}
.header-wrapper.transprent button.menu-toggle.navbar-toggle:focus, .header-wrapper.transprent button.menu-toggle.navbar-toggle:hover {
  background:none;
}
main.body-container-wrapper.search-engine-optimization  .website-development-campaign {
  padding: 20px 15px;
}
main.body-container-wrapper.search-engine-optimization  .home-blog-entry-text p {
  text-align: left;
  font-size:14px

}
.contact .hs-form label {
  letter-spacing: 0.3px;
  line-height: 1.6;
  margin: 0;
}
.contact .field {
  padding: 0;
  margin-bottom: 30px;
}
main.body-container-wrapper.search-engine-optimization .container-fluid.rec_posts_Wrapper .dnd-section>.row-fluid>div {
  margin: 0;
}
.contact_headings {
  padding-bottom: 26px;
}

.contact_info {
  margin-top: 0;
}
.contact label.hs-error-msg {
  display: block;
  font-size: 80%;
  color: #f2545b !important;
}
main.body-container-wrapper.search-engine-optimization  .recent__posts .go-to-blog p a {
  color: #31ddb7;
  font-weight: 400;
  font-family: Open Sans;
  opacity: 1;
}
.container-fluid.outsourced .hs-button:hover {
  color: #fff;
  text-decoration: underline;
}


main.body-container-wrapper.search-engine-optimization  .search-engine-optimization .container-fluid.achieve_results .hs_cos_wrapper_type_rich_text>div {
  padding-bottom: 0;
}

main.body-container-wrapper.search-engine-optimization  .btn {
  margin-bottom: 55px;
}
.hubspotForm .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}
.hubspotForm .hs_error_rollup label.hs-main-font-element {
  font-size: 14px;
  line-height: 18px;
}

.hubspotForm .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding-top: 6px;
}

.hubspotForm label.hs-error-msg, .hs_error_rollup label.hs-main-font-element {
  line-height: 18px;
}
.contact .hs_cos_wrapper_type_form {
  box-shadow: none;
}
main.body-container-wrapper.agency button.slick-next.slick-arrow:hover, .main-slider_img.slider button.slick-next.slick-arrow:hover{
  background:  url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/images/arrow-right.png) center center / 15px 15px no-repeat rgba(0, 0, 0, 0.7) !important;
}
main.body-container-wrapper.agency button.slick-prev:hover, .main-slider_img.slider button.slick-prev:hover{
  background: url(https://4886091.fs1.hubspotusercontent-na2.net/hubfs/4886091/raw_assets/public/Straight_Growth_August_2020/images/arrow-left.png) center center / 15px 15px no-repeat rgba(0, 0, 0, 0.7) !important;}

.home-take-look.agency {
  width: 1120px;
  margin: 0 auto;
}

.home-take-look.agency>Div {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.home-take-look.agency>div>div {
  margin: 0 -15px;
  width: unset;
}

.home-take-look.agency .dnd-section>.row-fluid {
  width: 100%;
  max-width: 100%;
}

.container-fluid.home-take-look.agency .dnd-section>.row-fluid>div {
  padding: 0;
}
.logo-img-box img:focus {
  outline: none;
}
.agency .container-fluid.testimonial {
  padding-bottom: 100px;
}

.agency .container-fluid.testimonial .dnd-section>.row-fluid>div {
  margin-left: -15px;
  margin-right: -15px;
  width: -webkit-fill-available;
}
.container-fluid.miss_out_content .hs_cos_wrapper_type_module .hs-button:hover {
  color: #3a3a3a;
  background: #e8e8e8;
  border-color: #e8e8e8;
  opacity: 1;
}
.body-container__website .hs_cos_wrapper_type_form {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  max-width:100%;
}
.container-fluid.body-container.body-container__website .banner-section .row-fluid .span12 {
  min-height: 0;
}

.container-fluid.body-container.body-container__website small {
  font-size: 65%;
      color: #777;
}
.body-container__website .hs_cos_wrapper_type_form span.hs-form-required {
  display: none;
}
.container-fluid.body-container.body-container__website .hs-input {
  max-width: 767px;
}
.container-fluid.body-container.body-container__website form ul li {
  font-size: 1.143rem;
  line-height: 24px;
}

.container-fluid.body-container.body-container__website form ul {
  /* margin: 0; */
}


.container-fluid.body-container.body-container__website form  label,.container-fluid.body-container.body-container__website form  div  p 
{
  display: inline-block;
  max-width: 100%;
  /* margin-bottom: 5px; */
  font-weight: 700;
  font-size: 14px;

}

.container-fluid.body-container.body-container__website form  label.hs-form-radio-display {
  align-items: flex-start;
  appearance:button;
  background-color:rgb(239, 239, 239);
  border-bottom-color:rgb(118, 118, 118);
  border-bottom-style:outset;
  border-bottom-width: 1px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(118, 118, 118);
  border-left-style:outset;
  border-left-width: 1px;
  border-right-color:rgb(118, 118, 118);
  border-right-style:outset;
  border-right-width: 1px;
  border-top-color:rgb(118, 118, 118);
  border-top-style:outset;
  border-top-width: 1px;
  box-sizing:border-box;
  color:rgb(107, 124, 147);
  cursor:pointer;
  display:inline-block;
  font-family:"Open Sans";
  font-size:14px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:400;
  height:28px;
  letter-spacing:normal;
  line-height:22.4px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  outline-color:rgb(107, 124, 147);
  outline-style:none;
  outline-width:0px;
  overflow-wrap:break-word;
  overflow-x:visible;
  overflow-y:visible;
  padding-bottom:1px;
  padding-left:6px;
  padding-right:6px;
  padding-top:1px;
  text-align:center;
  text-indent:0px;
  text-rendering:auto;
  text-shadow:none;
  text-size-adjust:100%;
  text-transform:none;
  width:73.0625px;
  word-spacing:0px;
  writing-mode:horizontal-tb;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  -webkit-border-image:none;
  border-radius: 3px;
  font-weight: normal !important;
}
.container-fluid.body-container.body-container__website .field {
  clear: both;
}
.container-fluid.body-container.body-container__website form p span ,.container-fluid.body-container.body-container__website form p a {
  font-weight: normal !important;
}
.container-fluid.body-container.body-container__website form  label.hs-form-radio-display {
  display: flex;
  white-space: nowrap;
  width: auto;
}

.container-fluid.body-container.body-container__website form  ul.inputs-list.multi-container li {
  float: left;
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0;
  padding-right: 7px;
}
.body-container.body-container__website form {
  max-width: 100%;
}

.body-container.body-container__website ul.inputs-list.multi-container:before, .body-container.body-container__website ul.inputs-list.multi-container:after {
  content: '';
  display: table;
}
.body-container.body-container__website select.hs-input {
  color: #6b7c93 !important;
  font-size: 14px !important;
}
.body-container.body-container__website ul.inputs-list.multi-container:after {
  clear: both;
}
.hubspotForm .hs-form label .hs-form-required {
  margin: 0;
}
.container-fluid.achieve_results .hs_cos_wrapper_type_rich_text>div {
  padding-bottom: 0;
}
.SEO_content{
  overflow: hidden;
}
.container-fluid.newsletter .hs_error_rollup label {
  display: none;
}

.container-fluid.newsletter .hs-button {
  vertical-align: top;
}

.container-fluid.newsletter .hs_submit.hs-submit {
  vertical-align: top !important;
}

.container-fluid.newsletter label.hs-error-msg {
  color: red !important;
}
.container-fluid.newsletter .hs_submit.hs-submit{
  vertical-align: top;
}
.footer_col .hs-menu-wrapper>ul>li>a:hover, .footer_col.col3 p {
  opacity: 1;
}
.container-fluid.talk-to-us.form .hs_cos_wrapper_type_form {
    background: transparent;
}
@media(max-width:1199px){
  .container-fluid.talk-to-us.form .hs_cos_wrapper_type_form {
    padding: 0px 42px;
  }
  .container-fluid.annoucement, .container-fluid.more-info_aboutcompany {
    width: 940px;
  }
  .container-fluid.annoucement>div, .container-fluid.more-info_aboutcompany>div {
    width: 970px;
  }
  .agency .home-take-look.agency {
    width: 920px;
  }

  .agency .home-take-look.agency>Div {
    width: 970px;
  }

  .agency .container-fluid.hubpot_slider .span6+.span6,.container-fluid.hubpot_slider.silder2 .span6 {
    margin-bottom: 72px;
  }

  .agency .container-fluid.hubpot_slider.silder2 {
    padding-bottom: 5px;
  }


}
@media(max-width:1199px) and (min-width:991px){
  div#templateHeader fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  div#templateHeader .hubspotForm .hs-input {
    width: 100% !important;
  }
}
@media(max-width:1090px){
  .container-fluid.home-take-look.agency {
    width: 700px;
  }

  .agency .home-take-look.agency>Div {
    width: 750px;
  }
}
@media(max-width:997px){

  .contact .hs-input {
    width: 100% !important;
    max-width: 660px !important;
  }

  .contact .hs-button {
    width: 100%;
    max-width: 660px;
  }
  .contact .hs_error_rollup label{
    width: 100%;
    max-width: 660px;
  }
}
@media(max-width:991px){
  .animated.push.duration5.eds-on-scroll.features-box {
    padding-top: 6px;
  }
  .container-fluid.home-take-look .hs_cos_wrapper_type_rich_text>div {
    padding-bottom: 5px;
  }
  .testimonial-slider {
    margin-top: 20px;
  }
  .hubspotForm .hs-input {
    max-width: 100%;
  }
  .container-fluid.home-our-serives .span4 {
    display: block !important;
  }

  .container-fluid.home-our-serives .hs_cos_wrapper_type_rich_text>div {
    padding-bottom: 30px;
  }

  .container-fluid.home-our-serives.services .hs_cos_wrapper_type_rich_text>div {
    padding-bottom: 10px;
  }
  main.body-container-wrapper.company .animated.push.duration5.eds-on-scroll.features-box {
    padding-top: 0;
  }

  .container-fluid.annoucement, .container-fluid.more-info_aboutcompany {
    width: 720px;
  }

  .container-fluid.annoucement>div, .container-fluid.more-info_aboutcompany>div {
    width: 750px;
  }


  .container-fluid.brand .hs_cos_wrapper_type_rich_text>div {
    padding-bottom: 5px;
  }

  .container-fluid.newsletter .span8 {
    width: 100%;
  }

  .container-fluid.newsletter .span4 {
    width: 100%;
  }

  .container-fluid.newsletter .dnd-section>div {
    display: block !important;
  }

  .contact_info {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    margin-top: -4px;
  }

  .contact .form-wrapper {
    width: 100%;
  }

  .container-fluid.hubpot_slider .span6 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .container-fluid.hubpot_slider .span6+.span6 {
    width: 100% !important;
    float: none;
  }

  .container-fluid.hubpot_slider .row-fluid {
    display: block !important;
  }
  .container-fluid.miss_out_content .hs_cos_wrapper_type_module .hs-button {
    margin-bottom: 40px;
  }
  .container-fluid.talk-to-us.form .hs_cos_wrapper_type_form form {
    width: 100%;
  }

  .container-fluid.talk_headings .dnd-section {
    padding-top: 93px;
  }
  .container-fluid.talk-to-us.form .hs-button {
    margin-top: 27px;
  }

  .container-fluid.talk-to-us.form .hs_cos_wrapper_type_form {
    padding: 0px 27px;
  }
  main.body-container-wrapper.company .animated.push.duration5.eds-on-scroll.features-box {
    padding-top: 0;
  }

  .container-fluid.annoucement, .container-fluid.more-info_aboutcompany {
    width: 720px;
  }

  .container-fluid.annoucement>div, .container-fluid.more-info_aboutcompany>div {
    width: 750px;
  }

  main.body-container-wrapper.company .container-fluid.values .animated.push.duration5.eds-on-scroll.features-box {
    padding: 0;
  }



  .img-wrap.img_col {
    width: 100%;
  }

  .offset-margin {
    margin: 0;
  }

  .headings {
    padding-bottom: 5px;
  }
  .help-with-hubspot .container-fluid.hubpot_slider .dnd-section>.row-fluid {
    margin-bottom: 0;
  }

  .help-with-hubspot  .container-fluid.hubpot_slider .span6>div,  .help-with-hubspot  .container-fluid.hubpot_slider.silder2 .span6+.span6>div {
    margin-top: -16px;
  }

  .help-with-hubspot  .container-fluid.hubpot_slider.differnt_slider {
    padding-bottom: 28px;
  }
  .search-engine-optimization .hs_cos_wrapper_type_rich_text>div {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .search-engine-optimization .container-fluid.achieve_results .hs_cos_wrapper_type_rich_text>div {
    margin: 0;
  }

  main.body-container-wrapper.search-engine-optimization .btn {
    margin-bottom: 30px;
  }

}
@media(max-width:856px){
  .container-fluid.home-take-look.agency {
    width: 100%;
  }

  .agency .home-take-look.agency>Div {
    width: 100%;
  }

}
@media(max-width:856px) and(min-width:767px){
  .home-take-look.agency>div>div {
    margin: 0 0;}
}
@media(max-width:767px){
  .header-wrapper.transprent .nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .transprent .header {
    border-width: 0;
    border-bottom-width: 0;
    border-color: none;
    background-color: none;
    position: relative;
    padding: 0px;
  }
  .header-wrapper.transprent .website-logo {
    display: inline-block;
  }

  .header-wrapper.transprent .home-logo {
    display: none;
  }

  section.website-hero.banner.home {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .banner.home .lead {
    margin: 0 0 50px;
  }
  body {
    overflow-x: hidden;
  }
  .transprent .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color: rgba(25,35,45,1.0) !important;
  }
  header.header {
    position: relative;
  }

  .container-fluid.home-our-serives .span4 {
    width: 100%;
  }
  .feature {
    padding-bottom: 25px;
  }

  .container-fluid.home-our-serives .span4 + .span4 + .span4 {}

  .container-fluid.home-our-serives .span4 + .span4 + .span4 .feature {
    padding: 0;
  }

  .multi-columns-row .template-col {
    text-align: center;
  }

  .container-fluid.brand.logo-imgs .dnd-section>.row-fluid {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }

  .container-fluid.brand .span2, .container-fluid.brand .span1 {
    width: 100%;
  }

  .container-fluid.calltoaction .dnd-section>.row-fluid .span8 {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }

  .container-fluid.calltoaction .dnd-section>.row-fluid .span4 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .info-wrapper {
    width: 100%;
  }
  .contact_info{

  }

  .contact .col-sm-6.col-md-6.col-lg-6.text-center {
    width: 100%;
  }                                                      

  .contact .hs-input {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .contact .hs-button {
    min-width: 100%;
  }
  .container-fluid.home-our-serives.services .feature {
    padding-bottom: 0;
    margin-top: 0;
  }

  .container-fluid.brand img.hs-image-widget {
    padding-bottom: 20px;
    vertical-align: middle;
  }

  .contact .hs-button {
    margin: 0;
  }

  .contact textarea.hs-input {
    min-height: 70px;
  }

  .contact_headings {
    padding-bottom: 4px;
  }
  .home-banner .header {
    position: relative;
  }
  .container-fluid.hubpot_slider .span6 {
    padding-right: 0;
    padding-left: 0;
  }

  .container-fluid.hubpot_slider .span6>div, .container-fluid.hubpot_slider.silder2 .span6+.span6>div {
    margin-top: 0;
  }

  .container-fluid.hubpot_slider .span6+.span6 {
    padding-right: 0;
    padding-left: 0;
  }

  .container-fluid.hubpot_slider.silder2 .span6 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 35px;
  }

  .container-fluid.hubpot_slider.silder2 {
    padding: 0px 10px;
  }

  .container-fluid.hubpot_slider.silder2 .span6+.span6 {
    padding-right: 0;
    padding-left: 0;
  }
  .leftImg, .right_content {
    width: 100%;
  }
  .container-fluid.hubpot_slider,.container-fluid.hubpot_slider.silder2 {
    padding-right:7px;
    padding-left:7px
  }
  .container-fluid.hubpot_slider {
    padding-bottom: 23px;
  }
  .container-fluid.hubpot_slider .span6 {
    margin-bottom: 0px;
  }
  .agency .container-fluid.testimonial {
    padding-bottom: 90px;
  }

  .container-fluid.miss_out_content .dnd-section>.row-fluid {
    padding-left: 7px;
    padding-right: 7px;
  }
  .container-fluid.talk-to-us.form .hs_cos_wrapper_type_form {
    width: 100%;
    max-width: 100%;
    padding: 0px 30px;
  }

  .container-fluid.talk-to-us.form .hs_cos_wrapper_type_form form {
    max-width: 100%;
    margin: unset;
  }

  .container-fluid.talk-to-us.form .dnd-section>.row-fluid {
    width: 100%;
  }

  .container-fluid.talk_headings h2+div {
    width: 80%;
  }

  .container-fluid.talk_headings .dnd-section {
    padding-top: 94px;
  }

  .container-fluid.talk-to-us.form .dnd-section {
    padding: 20px 0 0px 0;
  }
  main.body-container-wrapper.company .span6 {
    width: 100%;
  }

  main.body-container-wrapper.company .animated.push.duration5.eds-on-scroll.features-box {
    padding-left: 6px;
    padding-right: 6px;
  }

  main.body-container-wrapper.company  .feature {
    padding-bottom: 0;
  }

  .img-wrap.img_col img {
    padding: 20px;
  }

  .container-fluid.values .span4 {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
  }

  .container-fluid.annoucement, .container-fluid.more-info_aboutcompany {
    width: 100%;
    padding: 0 15px;
  }

  .container-fluid.annoucement>div, .container-fluid.more-info_aboutcompany>div {
    width: 100%;
  }
  main.body-container-wrapper.company .hs_cos_wrapper_type_rich_text>div, .headings {
    padding-right: 7px;
    padding-left: 7px;
  }
  .container-fluid.form-right_hubspot.hubspotForm .span8 {flex-basis: 100%;}

  .container-fluid.form-right_hubspot.hubspotForm .dnd-section>div {
    flex-wrap: wrap;
  }

  .container-fluid.form-right_hubspot.hubspotForm .span4 {
    flex-basis: 100%;
    margin: 0;
    width: 100%;
  }

  .help-with-hubspot section.website-hero.banner .banner-content {
    width: 100%;
  }

  .help-with-hubspot .container-fluid.hubpot_slider.silder2 {
    padding: 0;
  }

  .help-with-hubspot .container-fluid.hubpot_slider.silder2 .span6 {
    flex-basis: 100%;
  }

  .help-with-hubspot .container-fluid.hubpot_slider.silder2 .span6+.span6 {
    flex-basis: 100%;
  }

  .help-with-hubspot .container-fluid.hubpot_slider .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .help-with-hubspot .container-fluid.hubpot_slider.differnt_slider .span5 {
    flex-basis: 100%;
    min-width: 0;
  }

  .help-with-hubspot .container-fluid.hubpot_slider.differnt_slider .span7 {
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0;
  }

  .help-with-hubspot .container-fluid.hubpot_slider.differnt_slider .span5>div {
    margin: 0;

  }
  .search-engine-optimization .hs_cos_wrapper_type_rich_text>div {
    padding-right: 7px;
    padding-left: 7px;
  }

  .container-fluid.SEO_content .span6 {
    width: 100%;
  }

  main.body-container-wrapper.search-engine-optimization .animated.push.duration5.eds-on-scroll.features-box {
    padding: 0 7px;
  }

  .search-engine-optimization  .feature {
    padding: 0;
  }

  main.body-container-wrapper.search-engine-optimization .website-development-campaign {
    padding: 20px 0;
  }
  main.body-container-wrapper.search-engine-optimization .dnd-section>.row-fluid>div {
    margin: 0;
    width: 100%;
  }
  .contact .hs_error_rollup label{
    width: 100% !important;
    max-width: 100%;
    min-width: 100% !important;
  }
  .container-fluid.body-container.body-container__website .hs-input {
    max-width: 100%;
  }
  .home-take-look.agency>div>div {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hubpot_slider ul.slick-dots {
    left: 0px !important;
    padding-left: 15px;
  }
}
div#vehicle2, div#vehicle3, div#vehicle4, div#vehicle5 {
  height: 0;
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  .hubspotForm .hs-input {
    width: 100% !important;
  }
  .container-fluid.hubpot_slider h2 {
    font-size: 25px;
  }
}
@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto; 
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  .container-fluid.home-take-look .dnd-section>.row-fluid>div {
    margin: 0;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */



.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

button.menu-toggle.navbar-toggle:focus {
  outline: none;
}

img.hs-image-widget {}

header.header {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  width: 100%;
  z-index: 1000;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  border: 1px solid transparent;
  border-width: 0 0 1px;
  border-color: #e7e7e7;
  min-height: 50px;
}

.header__container {
  width: 1170px;
}

.header__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cms_row {
  margin-right: -15px;
  margin-left: -15px;
}

.nav {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.logo {
  width: auto;
  clear: both;
  display: block;
  float: left;
}

.custom-menu-primary {
  float: right;
}

.inner-header:before,.inner-header:after {
  display: block;
  clear: both;
  content: '';
}

.logo img {
  width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 0.2em 0;
  border-bottom: 2px solid transparent;
  margin: 0.4em 1.25em;
  font-size: 14px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  border-color: #31ddb7;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline;
  margin-left: 5px;
  position: relative;
  font-family: fontawesome;
  content: "\f078";
  font-size: 12px;
  top: -1px;
}

ul {}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  border: 0;
  display: inline-block;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
  background: #fff;
  border: 1px solid #bbb;
  left: -999em;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 99999;
  left: 0.5em;
  right: auto;
}
.custom-menu-primary a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.custom-menu-primary .hs-menu-wrapper ul ul li {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  padding-bottom: 5px;
}
header.header {
    font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a {
  padding: 0.75em 1em;
  width: 16em;
  margin: 0;
  letter-spacing: 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}


.header__container {
  width: 100%;
}
button.menu-toggle.navbar-toggle {
  display:none;
}
@media (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper ul ul {
    visibility: hidden;
    opacity: 0;
    position:absolute;
  }
  button.dropdown-toggle {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 1em;
    bottom: -1px;
    width: 0;
    z-index: 100000;
    border-color: transparent transparent #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:before {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 1em;
    bottom: -1px;
    width: 0;
    z-index: 100000;
    border-color: transparent transparent #bbb;
    bottom: 0
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:before {
    display: block;
  }
}
@media(max-width:991px){
  .inner-header:before,
  .inner-header:after {
    content: none;
  }
}
@media (max-width: 767px){
  header.header {
    height: auto;
    min-height: 56px;
  }

  .inner-header:before,
  .inner-header:after {
    content: '';
  }
  .custom-menu-primary {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul {
    display: none;
  }
  .nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo a {
    margin-top: 8px;
    display: block;
  }

  button.menu-toggle.navbar-toggle {
    display: block;
    margin-top: 12px;
    border: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4p;
    border-radius: 4px;
    margin-right: 0;
    margin-top: 12px;
    border: none;
    cursor: pointer;
  }

  .logo {
    width: 100%;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #19232d;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  button.menu-toggle.navbar-toggle:focus,button.menu-toggle.navbar-toggle:hover {
    background-color: #ddd;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0.75em 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .custom-menu-primary {
    clear: both;
  }
  .custom-menu-primary {
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li>a {
    padding: 0.5em 0;
    margin: 0;
    border: 0;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    right: -0.5em;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li>a:hover {
    color: #31ddb7 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }

  button.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: block;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul {
    position: static;
    border: 0;
    padding: 0 0 0 1.5em;
  }

  button.dropdown-toggle.child-open .icon {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    letter-spacing: 0;
    padding: 0.4em 0;
    border: 0;
  }

  .dropdown-toggle .icon {
    display: inline-block;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
    font-size: 0.9em;
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  button.dropdown-toggle {
    cursor: pointer;
  }
  .fa-chevron-down:before {
    content: "\f078";
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  button.dropdown-toggle:focus {
    outline: none;
  }

}
.no-banner .header-wrapper {
  min-height: 72px;
}
@media(max-width:991px){
  .no-banner .header-wrapper {
    min-height: 57px;
  }
}
@media(max-width:767px){
  .no-banner .header-wrapper {
    min-height: 56px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
footer.footer {
  padding: 66px 0;
}

.footer__container {
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.blog-sidebar .hs-button:hover, .blog-sidebar button:hover, .container-fluid.newsletter .hs-button:hover {
    background-color: rgba(232,232,232,1.0);
    color: rgba(58,58,58,1.0);
    border-color: rgba(232,232,232,1.0);
}
.footer_col {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_col.col3 .hs_cos_wrapper_type_form, .blog-sidebar .hs_cos_wrapper_type_form, .container-fluid.newsletter .hs_cos_wrapper_type_form {
    background: transparent;
}
.footer_col a {
  color: #31ddb7;
  font-size: 14px;
}

.footer_col ul {
  display: block;
}

.footer_col .hs-menu-wrapper>ul>li>a {
  color: #6b7c93;
  font-size: 14px;
}
.footer__copyright {
  padding-right: 15px;
  padding-left: 15px;
  text-transform: capitalize;
}

.footer_col ul li {
  padding-bottom: 5px;
}
footer.footer {
    font-size: 14px;
}
.footer_col.col1 .hs-menu-wrapper>ul>li {
  padding-bottom: 22px;
}
.footer_col.col3 .txt-wrapper a {
  letter-spacing: 2px;
  border-width: 2px;
  text-transform: uppercase;
  line-height: 1.3333333;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  -ms-touch-action: manip;
  color: #fff;
  background-color: #31ddb7;
  font-size: 12px;
  padding: 8px 4px;
}

.footer_col.col3 p {
  margin-bottom: 0;
}

.footer_col.col3 .txt-wrapper a:hover ,.blog-sidebar .hs-button:hover, .blog-sidebar  button:hover{
  color: #3a3a3a;
  background: #e8e8e8;
  border-color: #e8e8e8;
  opacity: 1;
  text-decoration: none;
}

.footer_col.col3  .hs_cos_wrapper_type_form,.blog-sidebar  .hs_cos_wrapper_type_form,.container-fluid.newsletter .hs_cos_wrapper_type_form{
  padding: 0;
}
.footer_col .hs-menu-wrapper>ul>li>a {
  cursor: auto;
}

.footer_col .hs-menu-wrapper>ul>li>a:Hover {
  text-decoration: none;
}
.footer_col.col3 label,.container-fluid.newsletter label {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: Open Sans;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #6b7c93;
}

.footer_col.col3  span.hs-form-required,.container-fluid.newsletter span.hs-form-required{
  display: none;
}
.footer_col.col3 a + p {
  padding-top: 5%;
}

.footer_col.col3  .field {
  padding: 0;
}

.footer_col.col3  form,.blog-sidebar form ,
.container-fluid.newsletter form{
  /* display: flex; */
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 100%;
  width: 100%;
}

.footer_col .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,.blog-sidebar   .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
.container-fluid.newsletter .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
  display: table-cell;
  padding: 0;
}

.footer_col.col3  .hs_submit.hs-submit,.container-fluid.newsletter  .hs_submit.hs-submit{
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.footer_col.col3  .hs-input,.blog-sidebar  .hs-input, .blog-sidebar  .hs-search-field__input,
.container-fluid.newsletter  .hs-input{
  display: block;
  width: 100% !important;
  height: 34px !important;
  padding: 7px 12px 6px!important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {}

.footer_col.col3  .hs-button,.blog-sidebar .hs-button, .blog-sidebar  button,
.container-fluid.newsletter  .hs-button{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0;
  border-color: #31ddb7;
  border-top-left-radius: 0;
  background-color: #31ddb7;
  border-bottom-left-radius: 0;
  border-color: #31ddb7;
  color:#fff;
}

ul.socials {
  list-style: none;
}
.cms_row.social p {
  padding: 0 15px;
}

ul.socials li {
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}

.cms_row {
  clear: both;
}

ul.socials li a {
  display: inline-block;
  width: 28px;
  line-height: 24px;
  text-align: center;
  color: #31ddb7;
}

ul.socials {
  padding: 0;
  margin: 0;
}

ul.socials li a .fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-instagram:before {
  content: "\f16d";
}

.footer_col.col3 .txt-wrapper a {
  border-width: 2px;
  border-radius: 3px;
}
.cms_row.footer:before,.cms_row:After {
  display: block;
  content: '';
  clear: both;
}

.footer_col.col3 .hs_error_rollup {
  display: none;
}

.footer_col.col3 label.hs-error-msg {
  font-family: Open Sans;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #6b7c93 !important;
}

.footer_col.col3 input.hs-input.error {
  border: 1px solid #ccc ;
}

.footer_col.col3 ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

.cms_row.social {
  margin-top: 22px;
}
.hs-input::-webkit-input-placeholder {
  color: #999;
}
.footer__copyright {
  padding-top: 7%;
}
.footer__copyright {
  padding-top: 6.1%;
} 
.footer__copyright .hs_cos_wrapper_type_text {
  font-family: Open Sans;
  line-height: 1.69;
  letter-spacing: 0.3px;
  color: #6b7c93;
  display: block;
}
.footer__copyright {
  padding-left: 0;
  padding-right: 0;
}
.cms_row.copyright {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_col a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.footer_col.col3 .hs-button:hover {
  border-color: #e8e8e8;
}

.footer_col.col3 .hs-button {
  margin-left: -1px;
}

ul.socials li a:hover {
  opacity: 0.8;
}
.footer_col.col3 ul.no-list.hs-error-msgs.inputs-list ,.newsletter  ul.no-list.hs-error-msgs.inputs-list{
  position: relative;
  margin: 0;
}
.footer_col.col3 ul.no-list.hs-error-msgs.inputs-list:focus,.newsletter  ul.no-list.hs-error-msgs.inputs-list:focus{
  outline:none;
}
.footer_col.col3 .hs_submit.hs-submit {
  vertical-align: top;
}

.footer_col.col3 ul.no-list.hs-error-msgs.inputs-list li, ,.newsletter  ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
}
.footer_col.col3 ul.no-list.hs-error-msgs.inputs-list li label{
  color:red !important;
}
.lp .footer__copyright {
  padding: 0;
}
@media(max-width:991px){
  .footer_col {
    width: 50%;
  }

  .cms_row.copyright {
    width: unset;
    padding: 0;
  }

  .footer__copyright {
    margin-bottom: 10px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer_col .hs-menu-wrapper>ul>li {
    padding: 0;
  }
  .footer__copyright {
    padding-top: 6.5%;
  }
}
@media(max-width:479px){
  .footer_col {
    width: 100%;
  }

  .footer_col.col3 {
    padding-top: 20px;
  }

  .footer_col.col3 .txt-wrapper a {
    margin-bottom: 13px;
  }
  .footer__copyright {
    margin-bottom: 8px;
  }
}
.wpsr-sb-vl {
  z-index: 9999;
  max-width: 82px;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-print:before {
  content: "\f02f";
}
.socializer .sr-facebook a, .socializer .sr-facebook a:visited {
  color: #3e5b98;
  border-color: #3e5b98;
  background-color: #3e5b98;
}
.blog-index {
  width: 66.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 3.2em 15px 2em;
}
.socializer .sr-linkedin a, .socializer .sr-linkedin a:visited {
  color: #0274b3;
  border-color: #0274b3;
  background-color: #0274b3;
}
.socializer .sr-instagram a, .socializer .sr-instagram a:visited {
  color: #0d3c5f;
  border-color: #0d3c5f;
  background-color: #0d3c5f;
}
.socializer .sr-email a, .socializer .sr-email a:visited {
  color: #000;
  border-color: #000;
  background-color: #000;
}
.socializer .sr-print a, .socializer .sr-print a:visited {
  color: #6d9f00;
  border-color: #6d9f00;
  background-color: #6d9f00;
}
.wpsr-mow .wpsr-bar-icon .i-open {
  display: block;
}
.wpsr-mow .wpsr-bar-icon .i-close {
  display: none;
}
.wpsr-bar-icon .i-open {
  display: none;
}
.wpsr-mow.wpsr-sharebar .wpsr-sb-inner {
  display: none;
}
.wpsr-mow.wpsr-sharebar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: none!important;
  border: none!important;
  box-shadow: none!important;
}
.wpsr-mow .wpsr-bar-icon {
    padding: 5px;
}
.blog-sidebar {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
  float: left;
}

.post-item h2 {
  letter-spacing: 0px;
  padding-bottom: 10px;
  margin-top: 0;
}

.featured-image-wrapper.span4 img {
  margin: 0 auto;

  height: auto !important;
  max-width: 100% !important;
  display: block;
}

.comment-date {
    color: #31ddb7!important;
    font-size: 14px !important;
    font-size: 1.143rem !important;
    line-height: 24px!important;
}
.blog-sidebar .hs-error-msgs label {
    color: red !important;
}
.featured-image-wrapper.span4 {
  margin-bottom: 20px;
}
.pagemeta {
  display: block;
  list-style: outside none none;
  padding: 0 0 5px;
}

.pagemeta li {
  color: #b5b8bf;
  display: inline-block;
  font-size: 1rem;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.pagemeta li a {
  color: #b5b8bf;
}

.pagemeta li i {
  margin-right: 5px;
}
.fa-clock-o:before {
  content: "\f017"
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-comment:before {
  content: "\f075";
}
.fa-user:before {
  content: "\f007";
}
.pagemeta li a:hover {
  color: #b5b8bf;
}
.content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

ul.pagemeta {
  font-size: 1.143rem;
  line-height: 24px;
}

.post-bdy-content.clearfix {
  margin-bottom: 25px;
}

.post-item {
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.blog-sidebar button svg {
  display: none;
}

.blog-sidebar button:before {
  content: "Search";
}
.blog-sidebar {
  padding: 3.2em 0 2em;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar h3 {
  letter-spacing: 1.25px;
  color: #19232d;
  margin-top: 0;
}

.blog-sidebar>div {
  padding-bottom: 3em;
}

.blog-sidebar-subscribe span.hs-form-required {
  display: none;
}

.blog-sidebar .hs_submit.hs-submit {
  display: table-cell;
  padding: 0;
  position: relative;
  font-size: 0;
  width: 1%;
  white-space: nowrap;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: -1px;
}

.blog-sidebar .hs-button {
  width: 100%;
  margin-left: -1px;
}

.blog-sidebar .hs-form label {
  margin: 0;
}

.blog-sidebar .hs_cos_wrapper_type_form {
  box-shadow: none;
}

.blog-sidebar .hs-input {
  padding: 6px 12px 6px !important;
}

.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar ul li {
  border-bottom: 1px dotted #b7c6d3;
  padding: 0.5em 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li + li {
  margin-top: -1px;
}

.search-bar .hs-search-field__bar {
  padding: 0;
  box-shadow: none;
}
.blog-pagination__link--active.blog-pagination__prev-link--disabled {
    pointer-events: none;
}

.blog-sidebar .hs-search-field__input {display: table-cell;vertical-align: middle;position: relative;z-index: 2;float: left;width: 100%;margin-bottom: 0;}

.blog-sidebar button {display: table-cell;/* padding: 0; *//* position: relative; *//* font-size: 0; *//* width: 1%; */white-space: nowrap;/* white-space: nowrap; */vertical-align: middle;margin-left: -2px;float: left;}

.blog-sidebar .hs-input {padding: 6px 12px 6px !important;}

.blog-sidebar .hs-search-field__input {
  padding: 6px 12px 6px !important;
}

.blog-sidebar .hs-search-field__input::-webkit-input-placeholder {
  color: #999;
}

.search-bar form {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 100%;
  width: 100%;
  display: flex; 
}
span.filter-link-count {
  display: none;
}
.blog-pagination.span12 {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.blog-pagination.span12 a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 3px 8px;
  font-size: 0.8571rem;
  border-radius: 3px;
  color: #31ddb7;
}
.section.post-footer form:before {
  content: 'Leave a Comment';
  font-size: 24px;
  letter-spacing: 1.25px;
  color: #19232d;
}
h1.blog-header__title {
  margin-top: 0;
}
.blog-pagination.span12 
a.blog-pagination__link--active {
  background-color: #ddd;
  color: #666;
}
.blog-sidebar .hs_error_rollup {
  display: none;
}

.blog-sidebar .hs_submit.hs-submit {
  vertical-align: top;
}

.blog-sidebar input.hs-input.error {
  border: 1px solid #ccc !important;
}

.blog-sidebar ul.no-list.hs-error-msgs li {
  padding: 0;
}
.blog-sidebar .hs-form label {
  margin: 0;
  font-size: 14px;
}
.comments-area {
  padding: 2em 0 0.5em;
  border-top: 1px solid #efefef;
}

h4.comments-title {
  margin-top: 0px;
  border-bottom: 0;
  padding-bottom: 9px;
  /* margin: 40px 0 20px; */
  margin-bottom: 1.5em;
}

.fa-comments:before {
  content: "\f086";
}

.fa-comment-o:before {
  content: "\f0e5";
}
.wpsr-sb-simple-sq {
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  border: 1px solid transparent
}
.wpsr-sb-vl-wleft {
  left: 0
}
.wpsr-sb-vl .wpsr-sb-close {
  bottom: 0;
  transform: translate(-50%,100%);
  left: 50%
}
.wpsr-sharebar {
  transition: all .5s;
  box-sizing: border-box;
  z-index: 9999;
}
.sr-vertical.sr-40px {
  width: 40px;
}

.sr-vertical {
  width: 16px;
}
.sr-40px {
  min-height: 40px;
}
.socializer {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.socializer.sr-pad>:last-child {
  margin: 0;
}
.sr-vertical.sr-40px>* {
  width: 40px;
}
.wpsr-sb-vl .wpsr-btn {
  display: block;
}
.socializer:after {
  content: '';
  clear: both;
  display: block;
}
.socializer.sr-pad>:last-child {
  margin: 0;
}
.wpsr-sb-vl .wpsr-btn span {
  margin: 0 0 .5em 0;
  width: 40px;
  display: inline-block;
  position: relative;
}
.socializer a {
  font-family: sans-serif !important;
  display: inline-block;
  border: 0;
  text-align: center;
  text-decoration: none;
  width: 16px;
  height: 16px;
  line-height: 18px;
  font-size: 8px;
  border-style: solid;
  box-sizing: content-box;
  transition: all .5s;
  -webkit-transition: all .2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.socializer .sr-twitter a, .socializer .sr-twitter a:visited {
  color: #4da7de;
  border-color: #4da7de;
  background-color: #4da7de;
}
.sr-40px a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.socializer a>* {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.wpsr-sb-inner:after {
  content: '';
  display: block;
  clear: both;
}
.wpsr-sb-close {
  position: absolute;
  cursor: pointer;
  display: none;
  padding: 10px;
}
.wpsr-mow.wpsr-sharebar .wpsr-sb-close {
  top: 0;
  margin-top: 0;
  transform: none;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 48px;
  display: block;
  padding: 0;
}
.wpsr-sharebar:hover .wpsr-sb-close {
  display: block;
}
.wpsr-sb-vl .wpsr-sb-close {
  bottom: 0;
  transform: translate(-50%,100%);
  left: 50%;
}
.wpsr-sb-close {
  position: absolute;
  cursor: pointer;
  display: none;
  padding: 10px;
}
.sr-opacity a:hover {
  opacity: .5;
}
.wpsr-bar-icon {
  line-height: 0;
  background: #000;
  display: inline-block;
  padding: 3px;
  border-radius: 50%;
  vertical-align: middle;
  fill: #fff;
}
.wpsr-sb-close:hover .wpsr-bar-icon {
  opacity: .8;
}
.wpsr-sb-close .wpsr-bar-icon {
  opacity: .2;
}

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


.search_result_page{
  padding: 3.2em 0 66px;
}
.search_result_page h1 {
  margin-top: 0px;
  border-bottom: 0;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
.search_result_page ul.hs-search-results__listing li {
  margin-bottom: 0;
}
.search_result_page .hs-search-results {
  margin-top: 0;
}
.search_result_page .hs-search-results__listing .hs-search-results__title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  color: #31ddb7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search_result_page .hs-search-results__listing .hs-search-results__title .hs-highlight-title {
  font-weight: inherit;
}
.search_result_page .hs-search-results__listing .hs-search-results__title:hover{
  color: #31ddb7;
  text-decoration: underline;
  opacity: 0.8;
}
.search_result_page .hs-search-results__description {
  padding-top: 0;
}
.search_result_page.systems-page h1{
  font-size: 36px;
}
.blog-sidebar .hs-error-msgs label {
  font-family: Open Sans;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #6b7c93 !important;
  font-weight: normal;
  margin-bottom: 25px;
  display: block;
}





@media only screen and (max-width: 800px){
  .wpsr-sb-vl {
    bottom: 0 !important;
    top: 0 !important;
    left: -1px !important;
    right: auto !important;
    margin-left: 0 !important;
    border-radius: 0;
    overflow: auto;
    transform: none;
    padding-top: 60px;
  }

  .wpsr-mow.wpsr-sharebar {
    width: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
  }
  .wpsr-sb-vl .wpsr-sb-close {
    display: block;
    position: absolute;
    left: 0 !important;
    top: 0;
    right: 0;
    margin: 0 !important;
    transform: none;
    height: 50px;
    padding: 0;
  }
  .wpsr-sharebar .wpsr-bar-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

}
span.pull-right {
  float: right!important;
}

.comment-date{
  display:block!important;
}

@media(max-width:991px){
  .blog-index,.blog-sidebar {
    width: 100%;

  }
  .blog-index {
    padding-bottom:0;
  }
}

@media(max-width:767px){
  .blog-index {
    padding-top: 20px;
  }
  .search_result_page {
    padding: 20px 0 66px 0;
  }
}
@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto; 
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  .blog-post__body img {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}


.systems-page .success {
  display: inline-block;
  margin: 2rem 0;

  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.systems-page label {
  display: inline-block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



.row-minus{
  margin-left: -15px;
  margin-right: -15px;
}
.row-minus:before, .row-minus:after{
  content: '';
  display: table;
}
.row-minus:after{
  clear: both;
}
.col-md-8, .col-md-4{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.error-right-content .error-content,
.error-left-content .error-content{
  padding: 3.2em 0 2em;
}
.error-right-content .search-bar {
  padding-bottom: 3em;
}
.error-right-content.blog-sidebar{
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .col-md-8{
    width: 66.66666667%;
        float: left;
  }
  .col-md-4{
    width: 33.33333333%;
    float: left;
  }
}

@media(max-width:767px){
  .systems-page h1 {
    font-size: 28px;
  }
  .systems-page h2 {
    font-size: 24px;
  }
  .error-left-content .error-content {
    padding: 20px 0 0px 0;
  }
  .error-right-content .error-content {
    padding: 3.2em 0 2em;
    margin: 0px 0 20px 0;
  }
}