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


.padding-page {
  padding-top: 1.5rem;
}

.grid-page {
  padding: 1rem;
  margin: 0 0.75rem;
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  flex-direction: column;
  align-items: center;
  overflow: visible;
  justify-content: flex-start;
}

.categories-wrapper {
  grid-column: span 3/span 3;
  align-self: flex-start;
  display: block;
  max-width: 250px;
}

.categories-cotnent {
  grid-column: span 9/span 9;
  display: block;
}

.tutorials-row1-page {
  padding-bottom: 3.5rem;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.categories-cotnent h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.tutorials-row1-page > div {
  max-width: 80rem;
  margin: 0 auto;
}

.categories-cotnent .dnd-section > .row-fluid {
  padding: 0;
}

.tutorials-row1-page ul {
  padding-left: 1rem;
}
.tutorials-row1-page p {
  color: rgba(17,24,39);
}
.video-section h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: rgba(17,24,39);
}

.video-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  padding-right: 0.75rem;
}

.video-wrapper > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 62.5%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
}
.categories-wrapper {
  position: sticky;
  top: 0;
}

.tutorials-row1-page p {
  margin-bottom: 1em;
  margin-top: 0.75rem;
  font-size: 16px;
  line-height: 1.5rem;
}

.tutorials-row1-page strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgba(17,24,39);
}

.tutorials-row1-page h4 {
  color: rgba(17,24,39);
  font-weight: 800;
  margin: 0;
}
.categories-cotnent h2 {
  color: rgba(17,24,39);
}
.categories-cotnent hr {
  border: 1px solid #e5e7eb;
  height: 0;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

@media(max-width:767px){
  .categories-wrapper {
    display: none;
  } 
  .tutorials-row1-page {
    padding: 3rem 2rem 3.5rem;
    padding: 0;
  }
  .grid-page {
    display: block;
    max-width: 32rem;
    margin: 0 auto;
  }
  .grid-page {
    display: block;
    max-width: 32rem;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width:639px){
  .grid-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}



@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}






@media screen and (max-width:1200px){
  .dnd-section[class*="max-width-section"]  > .row-fluid{
    max-width:950px !important;
  }
}


@media screen and (max-width:1000px){
  .dnd-section[class*="max-width-section"]  > .row-fluid{
    max-width:768px !important;
  }
}


@media screen and (max-width:767px){
  .dnd-section[class*="max-width-section"]  > .row-fluid{
    max-width:600px !important;
  }
}

@media screen and (max-width:600px){
  .dnd-section[class*="max-width-section"]  > .row-fluid{
    max-width:420px !important;
  }
}

@media screen and (max-width:480px){
  .dnd-section[class*="max-width-section"]  > .row-fluid{
    max-width:300px !important;
  }
}

@media screen and (max-width:350px){
  .dnd-section[class*="max-width-section"]  > .row-fluid{
    max-width:95% !important;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.dnd-section[class*="-force-full-width-section"]{
  padding:0;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}



@media only screen and (max-width: 1200px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:950px !important;
  }
}

@media only screen and (max-width: 1000px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:768px !important;
  }
}

@media only screen and (max-width: 767px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:600px !important;
  }
}

@media only screen and (max-width: 600px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:420px !important;
  }
}

@media only screen and (max-width: 480px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:300px !important;
  }
}


@media only screen and (max-width: 350px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:95% !important;
  }
}
body {
  line-height: 1.66666666667;
  overflow-x: hidden;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "linea-basic-10";
  src: url(''),
    url('') format("woff"),
      url('');
        font-weight: 400;
        font-style: normal;
        }

@font-face { 
font-family: "FontAwesome"; 
src: url() format("embedded-opentype"), 
url() format("woff2"), 
url() format("woff"), 
url() format("truetype"), 
url() format("svg"); 
font-style: normal; 
font-weight: normal;
 }

 @font-face { 
 font-family: "FontAwesome"; 
 src: url() format("embedded-opentype"), 
 url() format("woff2"), 
 url() format("woff"), 
 url() format("truetype"), 
 url() format("svg"); 
 font-style: normal; 
 font-weight: normal; 
 }

/* Paragraphs */

p{
  margin:0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  transition: color .1s linear;
}

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

b, strong {
  font-weight: bold;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1{
  line-height: 1.25em;
}

h2{
  line-height: 1.384615384615385em;
}

h3{
  line-height: 1.304347826086957em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h4{
  line-height: 1.52631578947;
}

h5{
  line-height: 1.52631578947;
}

h6{
  line-height: 1.538461538461538em;
}

/* Lists */

ul,
ol {
  margin: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

::selection{
  background: #ff6b00;
  color: #fff;
}
::-moz-selection{
  background: #ff6b00;
  color: #fff;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
form{
  max-width:767px;
  margin-bottom:20px;
}
.hs-form-field {
  margin-bottom: 25px;
}

.hs-search-module .hs-input {
  margin-bottom: 25px;
}

/* Labels */

form label {
  color: #33475b;
  display: inlin-block;
  float: none;
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  padding-top: 0;
  width: auto;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 0;
  color: #3f3f3f;
  font-family: Montserrat;
  font-size: 13px;
  height: 50px;
  line-height: 13px;
  margin: 0;
  max-height: 45px;
  padding: 12px 20px;
  outline:0;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 5px;
  padding-left: 5px;
  width: 100%;
}

form .inputs-list > li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #eee;
}

.hs-error-msg,
.hs_error_rollup label{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: 'Montserrat',sans-serif !important;
  font-weight: 300;
  font-size: 13px;
  margin-right: 10px;
  color: #e80000;
  line-height: 26px;
  display: block;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

form .inputs-list.hs-error-msgs {
  padding-left: 0;
}

}

select.hs-input.invalid.error {
  border-color: #e80000;
}

/* Submit button */

form input[type=submit],
form .hs-button,
a.hs-button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  margin-top:10px;
  font-family: Montserrat;
  font-size: 16px;
  line-height:1;
  transition: all .5s;
  font-weight: 600;
}

input::-webkit-input-placeholder {
  color: #3f3f3f!important;
  opacity: 1;
}

input::-moz-placeholder {
  color: #3f3f3f!important;
  opacity: 1;
}


color: #3f3f3f !important;
opacity: 1;
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrpr{
  min-height:101px;
}
.header .header_inner_left {
  position: absolute;
  left: 0;
  top: 0;
}

.lp-header .header .header_inner_left {
  position: static;
}

.header .content-wrapper {
  position: relative;
}

.mobile_menu_button {
  display: none;
}

.header_inner_left .logo_wrapper {
  height: 100px;
  float: left;
}

.header_inner_left .logo_wrapper a {
  display: block;
  margin-top: 33px;
}

.header_inner_right {
  float: right;
  position: relative;
  z-index: 110;
  height:100px;
}

.header_inner_right .side_menu_button_wrapper {
  display: table;
  height:100%;
}

.header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 17px;
}

.header_inner_right  .qode_button {
  display: inline-block;
}

.header_inner_right .qode_button .hs-button {
  font-size: 15px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  font-style: initial;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  letter-spacing: 0px;
  text-transform: initial;
  position: relative;
  display: inline-block;
  width: auto;
  border: 2px solid;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  margin-top:0;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}

nav.mobile_menu {
  display: none;
}

.custom-menu-primary {
  position: relative;
  left: auto;
  float: right;
  z-index: 100;
  text-align: left;
  top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a {
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  padding: 0 17px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  height: 100%;
  line-height: 100px;
}


.header_bottom {
  border-bottom: 1px solid rgba(221,221,221,.5);
  padding: 0 45px;
  position: relative;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.header {
  width: 100%;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  z-index: 110;
  -webkit-backface-visibility: hidden;
}






@media screen and (min-width:1001px){
  .fixed .header_inner_left .logo_wrapper img {
    height: 30px !important;
    max-width: 230px !important;
    top: 2px;
    position: relative;
  }


  .header .content-wrapper{
    padding:0 15px;
  }
  .header .header_inner_left{
    left:15px;
  }
  .fixed .header {
    top: 0;
    -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
    -moz-transition: all .33s cubic-bezier(.694,.0482,.335,1);
    -o-transition: all .33s cubic-bezier(.694,.0482,.335,1);
    -ms-transition: all .33s cubic-bezier(.694,.0482,.335,1);
    transition: all .33s cubic-bezier(.694,.0482,.335,1);
    left: 0;
    position: fixed;
    width: 100%;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color:#000 !important;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 60px;
  }

  .fixed .header_inner_right {
    height: 60px;
  }

  .fixed .header_inner_left .logo_wrapper {
    height: 60px;
  }

  .fixed .header_inner_left .logo_wrapper a {
    margin-top: 13px;
  }



  .fixed .header_bottom {
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children > ul {
    left: 0;
    margin: 0;
    top: 100%;
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    background-color: rgba(255,255,255,1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul > li {
    padding: 0;
    width: 225px;
    position: relative;
    float: none;
    height: auto;
    background: 0;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    height: auto;
    line-height: 16px;
    margin: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }

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

}

@media screen and (max-width:1299px) and (min-width:1000px){
  .header .content-wrapper {
    max-width: 1130px;
  }
}

@media screen and (max-width:1200px) and (min-width:1001px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder{
    padding: 0 10px;
  }
  .header .content-wrapper{
    padding:0;
  } 
}


@media screen and (max-width:1050px) and (min-width:1001px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder{
    padding: 0 5px;
  }
}


@media screen and (max-width:1000px) and (min-width:768px){
  nav.mobile_menu .hs-menu-wrapper > ul {
    width: 768px;
    margin: 0 auto;
    margin-bottom: -1px;
    display:block;
  }

}



@media screen and (max-width:880px) and (min-width:768px){
  .header .content-wrapper{
    padding:0 15px;
  }
}


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

  header.header.wow.animated {
    animation: none !important;
  }

  .header_bottom {
    padding: 0;
  }
  .lp-header .header .header_inner_left {
    position: static !important;
  }

  .lp-header .header_inner_left .logo_wrapper {
    position: static;
    width: 100%;
    text-align: left;
  }

  .lp-header .header_inner_left .logo_wrapper a {
    position: relative !important;
  }
  nav.custom-menu-primary {
    display: none;
  }

  .header .header_inner_left {
    position: relative!important;
    left: 0!important;
    margin-bottom: 0;
  }

  .header_inner_left .logo_wrapper {
    height: 100px!important;
    left: 50%;
    display: table;
    position: absolute;
  }

  .header  .container {
    position: relative;
    width: 100%;
  }

  .mobile_menu_button {
    display: inline-block;
    float: left;
    height: 100px;
    margin: 0 20px 0 0;
  }


  .mobile_menu_button span {
    color: #000;
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }

  .mobile_menu_button span i.qode_icon_font_awesome {
    font-size: 12px;
  }


  .header_inner_left .logo_wrapper > div {
    top: auto;
    vertical-align: middle;
    display: table-cell;
  }

  .header_inner_left .logo_wrapper a {
    left: -50%;
    width: auto!important;
    position: relative;
    display: block;
    margin-top: 0;
  }

  .header_inner_left .logo_wrapper a img {
    height: 40px !important;
    top: 4px;
    position: relative;
    width: auto!important;
  }

  nav.mobile_menu {
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
    display: none;
  }


  nav.mobile_menu .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #eaeaea;
  }

  nav.mobile_menu .hs-menu-wrapper > ul > li > a {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    padding: 10px 0 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
  }

  nav.mobile_menu .hs-menu-wrapper > ul > li.hs-item-has-children ul {
    display: none;
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  nav.mobile_menu .hs-menu-wrapper > ul > li.hs-item-has-children ul > li {
    margin: 0 0 0 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    -webkit-transform: translateZ(0);
  }

  nav.mobile_menu .hs-menu-wrapper > ul > li.hs-item-has-children ul > li > a {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    padding: 10px 0 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
  }


  nav.mobile_menu .hs-menu-wrapper>ul>li span.mobile_arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }

  nav.mobile_menu .hs-menu-wrapper>ul>li span.mobile_arrow .fa-angle-right {
    display: inline;
  }

  nav.mobile_menu .hs-menu-wrapper>ul>li span.mobile_arrow i {
    color: #888;
    font-size:10px;
    position: relative;
    top: -3px;
  }

  nav.mobile_menu .hs-menu-wrapper>ul>li span.mobile_arrow .fa-angle-down {
    display: none;
  }

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

  nav.mobile_menu .hs-menu-wrapper>ul>li span.mobile_arrow.child-open .fa-angle-right {
    display: none;
  }

  nav.mobile_menu .hs-menu-wrapper>ul>li span.mobile_arrow.child-open .fa-angle-down {
    display: inline;
  }

  nav.mobile_menu .hs-menu-wrapper>ul>li:last-child {
    border-bottom: none;
  }

  nav.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul>li:last-child {
    border-bottom: none;
  }
  nav.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul {
    border-top: 1px solid #eaeaea;
  }
  .header_inner_right .side_menu_button_wrapper .header_bottom_right_widget_holder {
    display: none;
  }
}

@media (max-width:767px){
  .header_inner_right .qode_button{
    display:none;
  }
}


@media screen and (max-width:510px){
  .header_inner_left .logo_wrapper a img {
    height: 24px;
    max-width: 185px;
  }
}


@media screen and (max-width:480px){
  .header_bottom {
    padding: 0 25px;
  }
  .header .content-wrapper {
    max-width: none !important;
  }
}




@media screen and (max-width:420px){
  .header_bottom {
    padding: 0 15px;
  }
}


@media screen and (max-width:380px){
  .header_inner_left .logo_wrapper {
    position: static;
    padding-left: 14px;
  }

  .header_inner_left .logo_wrapper a {
    position: static;
  }

  .header_inner_left .logo_wrapper a img {
    top: 2px;
  }
}
.footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}


.footer_top_holder {
  display: block;
  position: relative;
}

.footer_top_holder .footer_top {
  padding-top: 60px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}

.footer_top_holder .footer_top .container {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 100;
}

.footer_top_holder .two_columns_50 {
  width: 100%;
}

.footer_top_holder  .column1 {
  width: 50%;
  float: left;
  text-align: left;
  position: relative;
  top: -18px;
}

.footer_top_holder .column2 {
  width: 50%;
  float: left;
}

.footer_top_holder .column1 .column_inner {
  padding: 0 10px 0 0;
}

.footer_top_holder .title_text h2 {
  font-family: 'Montserrat',sans-serif;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 600;
}

.footer_top_holder .title_text h2 span{
  color: #ffffff;
  font-size: 21px;
  line-height: 17px;
}

.footer_top_holder p {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}

.contact_infor p a {
  word-wrap: break-word;
}


.social_links .q_social_icon_holder {
  margin: 0;
  display: inline-block;
  position: relative;
}

.social_links .q_social_icon_holder a{
  font-size:19px;
}

.social_links .q_social_icon_holder a i {
  margin-right: 16px;
}

.footer_bottom_holder {
  font-size: 12px;
  padding-bottom: 10px;
  background-color: #000;
}

.footer_bottom_holder .three_columns {
  width: 100%;
}

.footer_bottom_holder .three_columns .footer_bottom_column {
  width: 33.33%;
  float: left;
}

.footer_bottom_holder .three_columns .column1 {
  position: relative;
  top: -18px;
}

.footer_bottom_holder .three_columns .column1 .column_inner {
  padding: 0 15px 0 0;
}

.footer_bottom_holder .three_columns .column1 .column_inner .footer_bottom {
  padding-top: 10px;
  line-height: 22px;
  height: 53px;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.footer_bottom_holder .three_columns .column1  p {
  font-size: 12px;
}

.footer_bottom_holder p {
  margin: 0;
}

.footer_bottom_holder .three_columns .column1 .column_inner .footer_bottom p {
  line-height: 30px;
  font-weight: 300;
}

.footer_bottom_holder .three_columns .footer_bottom_column.column2 .footer_bottom {
  line-height: 22px;
  height: 53px;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.footer_bottom_holder .three_columns .footer_bottom_column.column2  .column_inner {
  padding: 0 5px 0 10px;
}


.footer_bottom_holder .three_columns .footer_bottom_column.column3 .column_inner {
  padding: 0 0 0 15px;
}

.footer_bottom_holder .three_columns .footer_bottom_column.column3 .column_inner .footer_bottom {
  font-size: 12px;
  padding-top: 10px;
  display: table-cell;
  line-height: 22px;
  height: 53px;
  width: 1%;
  vertical-align: middle;
  text-align: right;
}

.footer_bottom_holder .three_columns .footer_bottom_column.column3 .column_inner .footer_bottom p {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  color: #ddd;
}


.footer_top_holder .column2 .column_inner {
  padding: 0 0 0 10px;
}

.footer_top_holder .column2 .column_inner .two_columns_50_50 {
  padding: 0 0 0 15px;
  width: 100%;
}

.footer_top_holder .column2 .column_inner .qode_button_widget {
  margin: 0 0 0 15px;
  display: inline-block;
}

.footer_top_holder .column2 .column_inner .qode_button_widget .hs-button {
  font-size: 15px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  letter-spacing: 0px;
  text-transform: initial;
  text-align: center;
  position: relative;
  display: inline-block;
  width: auto;
  border: 2px solid;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  min-width: 245px;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  margin-top:0;
}


.footer-top-border {
  background-color: #ff6b00;
  height: 20px;
}

a#back_to_top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
  -webkit-backface-visibility: hidden;
}
a#back_to_top:hover span.fa-stack{
  background-color: #fb4400;
  border-color: #fff;
}
a#back_to_top > span.fa-stack {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  text-align: center;
}

a#back_to_top > span.fa-stack i {
  font-size: 22px;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  color: #b0b0b0;
  line-height: 52px;
}
a#back_to_top:hover span.fa-stack i{
  color:#fff;
}

.capital_lp_footer .container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 44px;
}

footer.footer.capital_lp_footer.footer-no-nav {
  padding: 20px 15px 11px;
}

.capital_lp_footer .footer_logo {
}

.footer-no-nav.capital_lp_footer .footer__copyright {
  padding-bottom: 10px;
}




@media only screen and (min-width: 1300px){
  footer.footer .content-wrapper {
    max-width: 1200px;
  }
}


@media screen and (max-width:1299px) and (min-width:1000px){
  footer.footer .content-wrapper{
    max-width: 1100px;
  }
}

@media screen and (max-width:1250px) and (min-width:1201px){
  footer.footer .content-wrapper {
    padding:0 15px;
  }
}

@media screen and (max-width:880px) and (min-width:768px){
  .footer .content-wrapper{
    padding:0 15px;
  }
}

@media screen and (max-width:767px){
  .footer_top_holder .column1 {
    width: 100%;
  }
  .footer_top_holder .column2 .column_inner .qode_button_widget .hs-button {
    min-width: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 35px;
  }

  .footer_top_holder .column2 .column_inner .qode_button_widget {
    display: block;
  }

  .footer_top_holder .column2 {
    width: 100%;
  }

  .footer_bottom_holder .three_columns .footer_bottom_column {
    width: 100%;
  }

  .footer .content-wrapper {
    padding: 0 25px;
  }

  .footer_bottom_holder .three_columns .column1 .column_inner .footer_bottom p {
    text-align: center;
  }

  .footer_bottom_holder .three_columns .footer_bottom_column.column2 .footer_bottom {
    line-height: 35px;
    height: auto;
  }

  .footer_bottom_holder .three_columns .column1 .column_inner .footer_bottom {
    line-height: 35px;
    height: auto;
  }

  .footer_bottom_holder .three_columns .footer_bottom_column.column3 .column_inner .footer_bottom {
    line-height: 35px;
    height: auto;
    text-align: center;
  }
  .footer_top_holder .column2 .column_inner .two_columns_50_50 {
    padding: 0;
  }

  .footer_top_holder .column2 .column_inner .qode_button_widget {
    margin: 0;
  }

  .footer_top_holder .column2 .column_inner {
    padding: 0;
  }

  .footer_top_holder .two_columns_50 {
    margin: 0 0 25px;
  }

  .footer_top_holder .column2 .column_inner .qode_button_widget {
    margin: 0 0 25px;
  }

  .footer_top_holder .column1.footer_col2 {
    margin-bottom: 25px;
  }
  footer.footer.capital_lp_footer.footer-no-nav .footer_logo {
    width: 100%;
    text-align: center;
  }

  .footer-no-nav.capital_lp_footer .footer__copyright {
    width: 100%;
  }

}




@media screen and (max-width:420px){
  .footer .content-wrapper {
    padding: 0 15px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.body-container--landing-page{
  background: #f0f0f0;
  -webkit-font-smoothing: auto;
}

.header--no-navigation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: transparent !important;
}

.header--no-navigation .header_container {
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 24px;
}


footer.footer.footer-no-nav {
  background-color: #26272a;
  color: #fff;
  text-align: center;
  padding: 35px 15px 30px;
}

.footer-no-nav .footer__copyright {
  line-height: 16px;
  font-size: 14px;
}

.footer-no-nav .footer__copyright span {
  font-weight: 400;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 0;
}

.body-container--landing-page .dnd-section > .row-fluid {
  max-width: 998px;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text h6 {
  line-height: 20px;
  font-weight: 600;
  font-family: Montserrat;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text h6 span {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  line-height: 0;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text p span {
  line-height: 0;
  font-family: Montserrat;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text ul li:before {
  content: '';
  background: url();
  background-size: 28px 28px;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 8px;
  position: relative;
  left: 1px;
}

.hs-home-page .testimonail-slider .text_title h2 {
  color: #000;
}

.capital_service_page .lp_banner .form_wrpr {
  max-width: 396px;
  margin-top: 0;
}

.capital_service_page .lp_banner .container {
  max-width: 760px;
}

.capital_lp .header--no-navigation .header_container {
  max-width: 760px;
  padding: 22px 24px;
}

.capital_service_page .lp_banner .lp-pom-block-content {
  padding-right: 25px;
  align-items: initial;
  padding-top: 22px;
  padding-bottom: 30px;
}

.capital_service_page .lp_banner .form_wrpr .form_iner_wrpr {
  padding: 12px 17px;
  padding-top: 30px;
}

.capital_service_page .lp_banner h3 span {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

.capital_service_page .lp_banner h3 {
  line-height: 24px;
  margin-bottom: 16px;
}

.capital_service_page .lp_banner .form-columns-2 {
  margin-left: -3px;
  margin-right: -3px;
}

.capital_service_page .lp_banner .form-columns-2 .hs-form-field {
  max-width: 183px;
}

.capital_service_page .lp_banner fieldset .hs-form-field>label {
  font-size: 10px;
  line-height: 11px;
  color: #FF6B00;
}

.capital_service_page .lp_banner .form-columns-2 .hs-form-field {
  margin-bottom: 18px;
  padding-left: 8px;
  padding-right: 8px;
}

.capital_service_page .lp_banner .form-columns-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.full_width_page .hs_cos_wrapper_type_rich_text hr {
  padding: 0;
  border: none;
  position: relative;
  display: block;
  margin: 10px auto 9px auto;
  height: 8px;
  background-color: #ff6b00;
  width: 69px;
  margin-top: 20px;
}

.full_width_page .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  color: #000;
}

.full_width_page .hs_cos_wrapper_type_rich_text ol {
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 18px;
  color: #000;
}

.full_width_page .hs_cos_wrapper_type_rich_text ul {
  line-height: 26px;
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
}

.full_width_page li::marker {
  margin-right:20px;
}

.full_width_page .hs_cos_wrapper_type_rich_text ul li {
  list-style-position: inside;
}

.capital_service_page .lp_banner fieldset .hs-form-required {
  padding-left: 3px;
}

.capital_service_row2 h6 {
  color: #000;
  margin-bottom: 8px;
}

.capital_service_row2 p {
  margin-top: 0;
}

.capital_service_row2 .hs_cos_wrapper_type_rich_text ul li {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

.capital_service_row2 .hs_cos_wrapper_type_rich_text ul li span {
  line-height: 1;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 14px;
}

.capital_service_row2 .hs_cos_wrapper_type_rich_text ul {
  margin-top: 18px;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 33px;
}

.contact_page_Row2 .hs_cos_wrapper_type_rich_text hr,
.two_colmn_Row1 .hs_cos_wrapper_type_rich_text hr{
  background-color: #ff6b00;
  border: none;
  display: block;
  height: 8px;
  margin: 20px auto 20px;
  padding: 0;
  position: relative;
  width: 69px;
}

.contact_page_Row2 h1 {
  color: #ff6b00;
}

.contact_page_Row2 p {
  color: #000;
}

.contact_page form input[type=email], .contact_page form input[type=file], 
.contact_page form input[type=number], .contact_page form input[type=password], 
.contact_page form input[type=tel], .contact_page form input[type=text], 
.contact_page form select, .contact_page form textarea {
  margin: 0;
  padding: 12px;
  background-color: #fafafa;
  color: #3f3f3f;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 13px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #eee;
  max-height: 45px;
  height: 50px;
  border-radius: 0;
}

.contact_page form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact_page form .hs-button {
  background-color: #ff6b00;
  border: 1px solid #ff6b00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff!important;
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 35px;
  letter-spacing: 0;
  line-height: .8;
  margin: 0;
  max-height: 45px;
  min-height: 39px;
  min-width: 245px;
  padding-left: 20px!important;
  padding-right: 20px!important;
  padding: 12px;
  text-align: center;
  text-transform: none;
  width: 100%;
  max-width: 295px;
}

.contact_page form .hs-button:hover,
.contact_page form .hs-button:focus{
  background-color: #fff;
  color: #ff6b00 !important;
  border-color: #ff6b00;
}

.contact_page_Row3 p {
  margin: 0;
  color: #000;
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}


.contact_page_Row3 a.hs-button {
  background-color: #ff6b00;
  border: 2px solid #ff6b00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  min-height: 30px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0 17px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  width: auto;
  max-width: 245px;
  width: 100%;
}

.contact_page_Row3 a.hs-button:hover {
  background-color: #fff;
  color: #ff6b00;
  border-color: #ff6b00;
}

.yardline_row3 form .hs-fieldtype-text>label,
.yardline_row3 form .hs-fieldtype-textarea>label{
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  -webkit-font-smoothing: auto;
}

.contact_page .yardline_row3 form input[type=email], 
.contact_page .yardline_row3 form input[type=file], 
.contact_page .yardline_row3 form input[type=number], 
.contact_page .yardline_row3 form input[type=password], 
.contact_page .yardline_row3 form input[type=tel], 
.contact_page .yardline_row3 form input[type=text], 
.contact_page .yardline_row3 form select, 
.contact_page .yardline_row3 form textarea {
  height: 40px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  color: #33475b;
  min-height: 27px;
  vertical-align: middle;
  background-color: #f5f8fa;
}

.yardline_row3 .hs-form-field {
  margin-bottom: 18px;
}

.contact_page .yardline_row3 form textarea {
  height: auto;
  min-height: 66px;
  padding: 10px 15px;
}

.contact_page .yardline_row3 form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border: 1px solid #ff7a59;
  border-radius: 3px;
  padding: 12px 24px !important;
  min-width: auto;
  min-height: auto;
  width: auto;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff !important;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  height: auto;
}


.contact_page .yardline_row3 form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0;
}

.yardline_row3 .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

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

.yardline_row3 .inputs-list:first-child {
  padding-top: 6px;
}

.yardline_row3 .inputs-list>li {
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
}

.yardline_row3 .inputs-list label {
  margin: 0;
  float: none;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  white-space: normal;
  width: auto;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.yardline_row3 form .hs-error-msgs {
  padding-left: 5px;
}

.yardline_row3 .hs-error-msgs label {
  color: #f2545b;
}

.contact_page form {
  max-width: none;
  margin-bottom: 0;
}

.two_colmn_Row2 .hs_cos_wrapper_type_module>hr {
  height: 0;
  margin: 10px 0px !important;
}

.two_colmn_Row2 form .hs-button {
  line-height: .8;
  margin-top: 0;
  min-height: 39px;
  max-width: 295px;
  width: 100%;
}

.two_colmn_page p {
  color: #000;
}

.two_colmn_Row3 .content-wtih-image .column_container .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.two_colmn_Row3 .content-wtih-image .column_container img {
  margin-bottom: 30px;
}

.two_colmn_Row3 .content-wtih-image .column_container p {
  padding: 0
}

.two_colmn_Row3 .content-wtih-image .image_with_text:hover {
  box-shadow: none;
  background-color: transparent;
}

.two_colmn_Row2 .span4 hr {
  line-height: 26px;
  display: block;
  margin: 19px auto 30px auto;
  background-color: #ff6b00;
  width: 69px;
  height: 1px;
}

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

.two_colmn_Row2 ul li {
  margin-bottom: 11px;
}

.two_colmn_Row2 ul li p {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  padding: 0 0 0 38px;
  position: relative;
  line-height: 27px;
}

.two_colmn_Row2 ul li i:before {
  content: "\f058";
}

.two_colmn_Row2 img {
  vertical-align: middle;
}

.two_colmn_Row3 .content-wtih-image li p{
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0 0 0 38px;
  position: relative;
  line-height: 27px;
}

.two_colmn_Row3 .content-wtih-image ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.two_colmn_Row3 .content-wtih-image ul li {
  margin-bottom: 11px;
}

.two_colmn_Row3 .content-wtih-image .column_container li p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0 0 0 38px;
  position: relative;
  line-height: 27px;
}

.two_colmn_Row3 .content-wtih-image li p:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome;
  content: "\f058";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-rendering: auto;
  width: 27px;
  color: #FF6B00;
  background-color: #fafafa;
  font-size: 18px;
  border-radius: 100%;
}

.contact_page form select.hs-input.invalid.error {
  border-color: #e80000;
}

.capital_service_page .lp_banner fieldset .hs-form-field>label span.hs-form-required {
  color: #FF6B00;
}
.capital_service_page form .hs_submit.hs-submit {
  margin-left: 6px;
}

.home-row1 .widget-type-rich_text hr,
.business-loans-row1 .widget-type-rich_text hr,
.business-loans-row3 .widget-type-rich_text hr,
.body-container--website .widget-type-rich_text hr{
  background-color: #FF6B00;
  border: none;
  display: block;
  height: 8px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 60px;
}

.business-loans-row1 .widget-type-rich_text hr,
.business-loans-row3 .widget-type-rich_text hr,
.body-container--website .widget-type-rich_text hr{
  width:69px;
}

.home-row1 .widget-type-rich_text p {
  margin: 0;
}

.hs-home-page {
  margin-top: -101px;
}

.business-loans-row1 hr {
  height: 0px;
}

.hs-small-business-loans-page .dnd-section .hs_cos_wrapper_type_module>hr {
  height: 0;
  margin: 10px auto!important;
}


.hs-small-business-loans-page .two-column-content-with-image .column-inner ul[data-class="color"] li p:before{
  color: #fb4400;
  background-color: #ffffff;
}
.two_colmn_Row2 .widget-type-rich_text ul[data-class="bg"] li p:before {
  color: #ff6b00;
  background-color: #fafafa;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -o-border-radius: 2em;
}

.two_colmn_Row2 ul li p:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome;
  content: "\f058";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-rendering: auto;
  width: 27px;
  color: #FF6B00;
  background-color: #FFFFFF;
  font-size: 18px;
}

.top_section .dnd-section {
  left: 0;
  position: relative;
  width: 100%;
  display: table;
  height: 200px;
}

.top_section .dnd-section > div {
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
}

.top_section .dnd-section .widget-type-rich_text h1 {
  font-size: 24px;
  line-height: 1.384615384615385em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.top_section .dnd-section .widget-type-rich_text hr {
  background-color: #ff6b00;
  width: 69px;
  height: 8px;
  display: block;
  margin: 14px auto 14px auto;
}

.two_col_sidebar_page .content-wrapper {
  position: relative;
  padding:0 15px;
  padding-top: 50px;
}

.two_col_sidebar_page  .default_template_holder {
  width: 100%;
}


.two_col_sidebar_page .default_template_holder .left_content {
  padding: 0 20px 0 0;
}

.two_col_sidebar_page .default_template_holder .right_sidebar {
  padding: 0 0 0 20px;
}
.two_colmn_Row2 .widget-type-rich_text h6 a:hover {
  color: #000 !important;
}


.capital_service_page .form_box form input[type=text],
.capital_service_page .form_box form input[type=tel],
.capital_service_page .form_box form input[type=email],
.capital_service_page .form_box form textarea {
  background-color: #fff;
  color: #000000;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
}


.right_sidebar h3 {
  margin-bottom: 14px;
  color: #333;
  font-family: 'Montserrat',sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.right_sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 26px;
}

.right_sidebar ul li {
  padding: 7px 0 7px 0;
  margin: 0;
}

.right_sidebar ul li a {
  color: #000;
  font-weight: 400;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.right_sidebar ul li a span.filter-link-count {
  display: none;
}
.right_sidebar ul li a:hover{
  color: #ff6b00;
}


@media screen and (min-width:768px){
  .capital_service_row2 .span6{
    max-width: 372px;
  }
}


@media screen and (max-width:1000px){
  .hs-home-page{
    margin-top:0;
  }
}

@media screen and (max-width:991px){
  .contact_page_Row3 a.hs-button{
    box-sizing: border-box;
  }
}

@media screen and (max-width:767px){
  .landing_custm_header {
    min-height: 81px;
  }

  .header--no-navigation .logo_wrpr img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  .header--no-navigation .logo_wrpr {
    text-align: center;
  }

  footer.footer.footer-no-nav{
    padding: 20px 15px 25px;
  }

  .capital_service_page .lp_banner .form_wrpr {
    max-width: 100%;
  }

  .capital_service_page .lp_banner .form-columns-2 .hs-form-field {
    max-width: none;
  }

  .capital_service_page .lp_banner .input {
    margin-right: 0 !important;
  }

  .capital_service_page .lp_banner .lp-pom-block-content {
    padding-right: 0;
  }

  .contact_page form .hs-button {
    min-width: auto;
  }

}