/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: bold;
}

/**
 * 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.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: 2.127659574%;
  -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: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.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;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .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: 2.762430939%;
    -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: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

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

  .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: 2.564102564%;
    -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.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.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;
  }
}
.content-wrapper {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
 
.dnd-section > .row-fluid {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px){
    .dnd-section > .row-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-wrapper { 
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 1281px){
    .dnd-section > .row-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-wrapper { 
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url(https://f.hubspotusercontent30.net/hubfs/8551437/CampaignAgent_Theme/fonts/fa-brands-400.eot);  
    src: url(https://f.hubspotusercontent30.net/hubfs/8551437/CampaignAgent_Theme/fonts/fa-brands-400.eot?#iefix) format('embedded-opentype'),  
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/fa-brands-400.woff2) format('woff2'),  
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/fa-brands-400.woff) format('woff'), 
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/fa-brands-400.ttf)  format('truetype');
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src:  url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/fa-solid_900.woff2) format('woff2'),  
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/fa-solid_900.woff) format('woff'), 
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/fa-solid_900.ttf)  format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: block;
}

@font-face {
    font-family: themify;
    src: url(https://f.hubspotusercontent30.net/hubfs/8551437/CampaignAgent_Theme/fonts/themify.eot);
    src: url(https://f.hubspotusercontent30.net/hubfs/8551437/CampaignAgent_Theme/fonts/themify.eot#iefix) format("embedded-opentype"),
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/themify.woff) format("woff"),
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/themify.ttf) format("truetype"),
        url(//f.hubspotusercontent30.net/hubfs/8551437/raw_assets/public/CampaignAgent_Theme/fonts/themify.svg) format("svg");
    font-weight: 400;
    font-style: normal
}


.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
body {
    line-height: 25px;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all;
}

/* Paragraphs */

p {
    margin: 0 0 20px; 
    font-size: 17px;
    color: #82868a;
    line-height: 1.68;
    font-weight: 300;
}

/* Anchors */

a {
    cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.4rem;
}
h1 { 
    line-height: 1.16; 
}
h2{
    line-height: 1.14;
}
h2, h4 {
    margin-bottom: 10px;
}
h5{
    margin-bottom:7px;
}
h5, h6 {
    line-height: 1.3;
}
/* Lists */

ol, ul {
    margin-bottom: 21px;
    margin-left: 3px;
    padding: 0;
}
ul {
    list-style: inside;
}
ol, ul.disc {
    margin-left: 20px;
}

ol ol, ol ul, ul ol, ul ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul.no-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 4px;
    font-weight: 400;
}
/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
    border: none;
    border-bottom: 1px solid #CCC;
}


img {
    max-width:100%;
    height:auto;
}
::selection {
    background: #e4744f;
    color: #fff;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-linkedin:before {
    content: "\f08c";
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
    padding: 10px 0;

}

/* Labels */

form label {
  display: block;
font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}

/* Help text */

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 {
    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;
    height: 38px;
    width: 100%;
    line-height: 1.3;
        font-family: inherit;
}
ul.no-list.hs-error-msgs.inputs-list label {
    display: block;
    color: #990000;
    font-size: 12px;
    float: none;
    cursor: default;
}
form fieldset {
  max-width: 100% !important;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus,
form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus{
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
        outline: 0;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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 - date picker */

.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: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

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

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.shape-top svg path {
    fill: #0D1E31;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
}

.shape-top svg {
    width: 100%;
    height: 185px;
    transform: rotateY( 180deg );
    position: relative;
}
header.header {
    position: absolute;
    top: 0;
    width: 100%;
}
.header-inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-height: 140px;
    position: relative;
    z-index: 3;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.header-inner-wrapper .header__logo--main {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_right_col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cs-button.btn1 a {
    background-color: #437df9;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    padding: 3px 12px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 4px;
    line-height: 25px;
    display: inline-block;
    font-family: "Nunito Sans",sans-serif;
}

.cs-button.btn2 a {
    background-color: #fcae3a;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    padding: 3px 12px;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 10px;
    border-radius: 4px;
    line-height: 25px;
    display: inline-block;
    font-family: "Nunito Sans",sans-serif;
}

.cs-button.btn1 a:hover,.cs-button.btn2 a:hover {
    background-color: #3f3f3f;
    box-shadow: 0px 5px 29px -6px rgb(0 0 0 / 50%);
    background-image: linear-gradient( 90deg, #000000 0%, #3f3f3f 100%);
}


.bar {
        position: relative;
    margin-left: 30px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    top: -20px;
    font-size: 18px !important;
    color: #fff;
    font-weight: 300;
}
.bar span {
       font-size: 30px;
    color: #ffb314;
    font-family: "Nunito Sans";
    display: block;
    white-space: pre;
}

.header-inner-wrapper .header__logo--main {
    padding-top: 8px;
}

.logo-quote {
    position: relative;
    margin-left: 30px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    top: -15px;
    color: #fff;
    font-weight: 300;
    line-height: 15px;
    font-family: "Nunito Sans";
    font-size: 15px;
}
.hamburger-op-icon {
    min-width: 25px;
    min-height: 16px;
    position: relative;
    display: inline-block;
    line-height: 24px;
    color: #929292;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 99;
    padding: 10px 0;
}

.hamburger-op-icon .hamburger-icon {
 position: absolute;
    left: 0;
    top: 0;

}
.mobile-open .hamburger-icon-bottom {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate( -45deg);
    transform: translateY(-7px) rotate( -45deg);
}

.mobile-open .hamburger-icon-center {
    background: transparent;
}

.mobile-open .hamburger-icon-top {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate( 45deg);
    transform: translateY(7px) rotate( 45deg);
}

.hamburger-icon-top {
    height: 2px;
    width: 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 5px;
    background-color: #e8e8e8;
}

.hamburger-icon-center {
    height: 2px;
    width: 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 5px;
    background-color: #e8e8e8;
}

.hamburger-icon-bottom {
    height: 2px;
    width: 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 5px;
    background-color: #e8e8e8;
}

.hamburger-menu {
    margin-bottom: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cs-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.cs-main-menu {
    text-align: left;
    -webkit-transition: all 520ms ease;
    -moz-transition: all 520ms ease;
    transition: all 520ms ease;
    position: fixed;
    width: 350px;
    height: 100%!important;
    top: 0;
    margin: 0;
    padding: 75px 42px 20px;
    background-color: #242424;
    right: 0;
    transform: translateX(350px);
    -ms-transform: translateX(350px);
    -webkit-transform: translateX(350px);
    z-index: 9999;
}
.mobile-open .cs-main-menu {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}
.body-wrapper {
    position: relative;
    padding: 0;
    clear: both;
    overflow: hidden;
    -moz-transition: all 520ms ease;
    -webkit-transition: all 520ms ease;
    transition: all 520ms ease;
}
.mobile-open .body-wrapper {
    transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}  
.custom-pop-up {
    display: none;
}

.custom-pop-up {
    background-color: rgba( 0, 0, 0, 0.60 );
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;

}
.popup-content>div {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
}
.pop-up-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgb(2 2 2 / 23%);
    font-family: inherit;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: .5em;
    padding-bottom: 28px;
}
.custom-pop-up-container {
    padding: 18px;
    border-radius: 3px;
    border: 1px solid #000000;
    box-shadow: 0px 0px 30px 0px rgb(2 2 2);
    background-color: rgba( 255, 255, 255, 1.00 );
    margin-left: 0;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    margin-bottom: 3em;
    left: 0;
    right: 0;
    top: 17%;
}
.cs-main-menu nav.menu>ul>li {
    margin: 0 0 2px;
}
.cs-main-menu nav.menu > ul > li a {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
       padding: 7px 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: block;
    font-family: "Nunito Sans",sans-serif;
    line-height: 25px;
}
.cs-main-menu nav.menu>ul>li> a.menu__link--active-link{
    color: #437df9;
    font-weight:700;
}

.cs-main-menu nav.menu>ul>li:hover> a {
        color: #437df9;
}
.cs-main-menu nav.menu>ul {
    margin-bottom: 21px;
    margin-left: 3px;
    margin-top: 1px;
}
.shape-top {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}

@media only screen and (min-width: 768px){
    .header__logo img {
        max-width: 150px;
    }
    .header .hs_cos_wrapper_type_logo img {
    width: 150px !important;
}
}

@media(max-width:767px){
    .mobile-open .body-wrapper {
        transform: translateX(-350px);
        -ms-transform: translateX(-350px);
        -webkit-transform: translateX(-350px);
    }
    .header-inner-wrapper .header__logo--main {
    padding-top: 0;
    padding-bottom: 12px;
}
    .header .row-inner {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .shape-top svg {
        width: calc(300% + 1.3px);
        height: 185px;
        transform: translateX(-50%) rotateY(180deg);
        position: relative;
        left: 50%;
    }
    .header .shape-top svg {
    width: calc(300% + 1.3px);
    height: 150px;
}
    .hamburger-menu {
    margin-bottom: 47px;
    }
}

@media only screen and (max-width: 480px){
    .cs-main-menu{
        width:260px;
    }
    .mobile-open .body-wrapper {
        transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -webkit-transform: translateX(-260px);
    }
}
.footer {
    background-color: #0C1A30; 
} 
.footer_top_pane {
    padding: 30px 0 30px 0;
}
.footer-left-col {
    width: 25%;
}
.footer-left-col .col-inner{
    padding:10px;
} 
.footer-logo {
    margin: 20px 0;
}
.footer-logo img {
    display: block;
}
.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.footer_bottom_pane {
    text-align: center;
}
.footer_bottom_pane .row-inner {
    padding: 10px;
}
.copyright {
    font-family: "Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI", sans-serif;
    color: #82868a;
    padding-top: 35px;
}

.copyright p {
    font-size: 17px;
    line-height: 1.68;
    margin: 0 0 20px;
    color: #82868a;
}

.credit-licence {
    color: #90969c;
    font-size: 12px;
    font-weight: 500;
}
.footer a {
    text-decoration: none;
}
.footer_top_pane .container .column {
    width: 25%;
    position: relative;
}

.footer_top_pane .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-right-col .column-content {
    left: -60px;
    width: 349px;
    max-width: 349px;
    top: -100px;
    position: absolute;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

footer.course-content-footer {
    border-top: 2px solid #0c1b32;
    background: #0c1b32;
    text-align: center;
}

footer.course-content-footer .content-wrapper {
    padding: 2.8rem 15px 1.5rem;
}

footer.course-content-footer p {
    color: #fff;
}


@media only screen and (max-width:480px) {
    .container {
       max-width: 98%
    }
}
@media only screen and (min-width:481px) and (max-width:767px) {
    .container {
       max-width: 96%
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
        max-width: 100%
    }
}
@media only screen and (min-width:992px) {
    .container {
      max-width: 960px
    }
}
@media only screen and (min-width:1200px) and (max-width:1280px) {
    .container {
        max-width: 1156px;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (min-width:1921px) {
    .container {
       max-width: 1690px
    }
}

@media(max-width:767px){
    .footer-right-col.column {
        display: none;
    }

    .footer_top_pane .container .column {
        width: 100%;
    }

    .footer_top_pane .container {
        flex-wrap: wrap;
    }
}
.header-secondary {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0.0625rem 0.375rem 0 rgb(0 0 0 / 10%);
    font: 700 0.875rem/0.875rem "Open Sans", sans-serif;
    transition: all 0.2s;
    padding: 2px 24px 34px 32px;
    background-color: #071b34;
    /*background-image: url(); */
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 0px 0px;
  background: linear-gradient(180deg, rgba(0,0,0,.7), transparent); height: 150px; 
}

.header-secondary-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    max-width: 1400px;
}

.header-secondary-logo > div {
    display: flex;
}

.header-secondary-logo div > .hs_cos_wrapper {
    line-height: 0;
}

.header-secondary-logo a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 16px;
    font-size: 20px;
    line-height: inherit;
    white-space: nowrap;
}

.header-secondary-logo a img {
    height: 110px;
}

.header-secondary-text {
    display: flex;
}

.header-secondary-text span {
    margin-bottom: 10px;
    color: #f29900;
    margin-right: 10px;
    font-weight: 100;
    font-size: 30px;
    letter-spacing: -4px;
    display: block;
    line-height: 14px;
}

.header-secondary-text h2 {
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.header-secondary-img {
    margin-left: auto;
}

.banner-wrap {
    max-width: 2000px;
    overflow-x: hidden;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.banner-shape svg {
    overflow: hidden;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .header-secondary-text h2 {
        color: #fff;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        line-height: 14px;
        text-align: right;
        font-weight: 300;
    }

}

@media (min-width: 992px) {
    header.header-secondary.sticky {
        padding: 8px 24px 8px 32px;
        background-color: #071b34;
        box-shadow: 0 0.0625rem 0.375rem 0 rgb(0 0 0 / 10%);
    }  
}

@media (min-width: 1262px) {
    .header-secondary {
        padding: 2px 24px 34px 32px;
        box-shadow: none;
        height: 250px;
        background-color: transparent;
    }
}

@media (min-width: 1500px) {
    .header-secondary {
        max-width: 2000px;
        overflow-x: hidden;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 260px;
    }

    header.header-secondary.sticky {
        height: 150px;
        overflow-y: hidden;
    } 
}

@media (max-width: 1199.9px) {
    .header-secondary-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header-secondary-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1022px) and (max-width: 1367px) and (orientation: landscape) {
    .header-secondary {
        background-color: transparent;
        box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
        font: 700 14px/1 "Open Sans", sans-serif;
        transition: all 0.2s;
        padding: 2px 24px 34px 32px;
    }
}

@media (max-width: 920px) {
    .header-secondary {
        position: static;
    }
}

@media (max-width: 768px) {
    .header-secondary-text span {
        margin-top: 5px;
    }
}

@media (max-width: 720px) {
    .header-secondary-img {
        margin-left: auto;
    }
    .header-secondary-text span {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    header.header-secondary {
        padding: 0;
        padding-bottom: 34px;
    }

    .header-secondary-logo a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-secondary-img {
        margin-left: auto;
    }

    .header-co-brand a {
        padding-left: 15px;
        padding-right: 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.body-container-wrapper {
    /*padding: 50px 15px;*/
}


.banner-area .dnd-section {
    padding: 0 !important;
}

.banner-area .dnd-section > .row-fluid {
    padding: 0 !important;
}


/***** About Page ******/

.about-page .body-container-wrapper {
    padding: 0 0 50px;
}
.about-page .body-container-wrapper  .dnd-section .dnd-column {
    padding: 10px;
}
.about-page .body-container-wrapper h2 {
    font-weight: 300;
}

/***** Team Page ******/

.team-page .body-container-wrapper {
    padding: 0 0 50px;
}
.team-page .hs-banner-area h1 {
    font-size: 80px;
    line-height: 1.16;
    margin-bottom: 12px;
}

.team-page .hs-banner-area {
    background-position: bottom center;
    height:950px;
}

/***** Home Page ******/

.container-fluid.hs-homepage-banner .dnd-section>.row-fluid {
    padding: 0;
}

.hs-home-page .body-container-wrapper {
  padding:0;
}
.hs-home-page .shape-top svg path {
    fill: #071B34;
}
.readingProgressbar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}
.home-row-2 .dnd-section {
    padding: 0;
}
.hs-homepage-row8 {
    background: #ececec;
}
.home-row-2 .hs-homepage-row2.left_colm {
    width: 33.333%;
}
.home-row-2 .hs-homepage-row2.right_colm {
    width: 66.666%;
    margin-top: 50px;
    margin-bottom: 10px;
}

.home-row-2 .container-fluid {
    padding: 10px;
}
.home-row-2 .dnd-section>.row-fluid {
    padding: 0;
}
.home-row-2 {
    margin-top: 40px;
}
.home-row-2  h6 {
    color: #34d78a;
    display: block;
    font-family: "Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.home-row-2 h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.5px;
    color: #0c0c0c;
    padding: 16px 20px 8px 0px;
    display: inline-block;
}
.home-row-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.wn-layer-anim-left {
    opacity: 0;
    -webkit-transition: all .55s ease;
    transition: all .55s ease;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.wn-layer-anim-left.wn-done-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cm-fadeInUp.wn-done-anim {
    opacity: 1;
    transform: none;
}
.wow {
    visibility: hidden;
}
.cm-fadeInUp {
    opacity: 0;
    transform: translate3d(0,100%,0);
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
}

.hs-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.hs-shape.hs-shape-bottom {
    bottom: -1px;
}
.container-fluid.hs-homepage-row3 .dnd-section > .row-fluid,
.container-fluid.hs-homepage-row4 .dnd-section > .row-fluid,
.container-fluid.hs-homepage-row5 .dnd-section>.row-fluid {
    padding: 0;
}
.container-fluid.hs-homepage-row6 h2 {
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 300;
}

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

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

.banner-area-contact .hs-banner-area {
    height: 854px;
    background-position: inherit;
}
main#main-content {}

.body-container-wrapper.body-container-wrapper-contact {
    padding: 0;
    position: relative;
    /* z-index: 3; */
}

.body-container-wrapper-contact .dnd-section {
    padding: 0;
}

.body-container-wrapper-contact .dnd-section>.row-fluid {
    max-width: none !important;
    padding: 0 !important;
}


.body-container-wrapper-contact .content-wrapper-inner .span8.dnd-column span.hs-form-required {
    padding: 0 0 0 6px;
}
.body-container-wrapper-contact input.hs-button.primary.large {
    margin-top: 20px;
}
.body-container-wrapper-contact .content-wrapper-inner .span8.dnd-column .hs-input {
    width: 100% !important;
}

.body-container-wrapper-contact .content-wrapper-inner .span8.dnd-column textarea.hs-input {
    height: 120px;
}
.body-container-wrapper-contact .content-wrapper-inner {
    box-shadow: 0px 6px 60px -7px rgb(69 77 89 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -480px;

    padding: 3% 3% 1% 5%;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
        border-radius: 5px 5px 5px 5px;
}
.body-container-wrapper-contact .content-wrapper-inner .span8.dnd-column .hs-input {
    width: 100% !important;
}
.body-container-wrapper-contact .content-wrapper-inner .span8.dnd-column {
    padding: 45px 0 30px;
}

.body-container-wrapper-contact .content-wrapper-inner .span8.dnd-column span.hs-form-required {
    padding: 0 0 0 6px;
}

.body-container-contact .social-links {
    padding: 30px 0;
}
.container-fluid.banner-area-contact .hs-banner-area .shape-bottom svg path {
    fill: #F3F3F3;
    background-color: #F3F3F3;
}
.container-fluid.banner-area-contact {
    position: relative;
    /* z-index: 1; */
}
.body-container-wrapper-contact .content-wrapper-inner .dnd-column {
    padding: 10px;
}

.body-container-wrapper-contact .content-wrapper-inner .dnd-column.span4 {}

.body-container-wrapper-contact .content-wrapper-inner .dnd-column.span4 h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    font-family: "Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI", sans-serif;
    margin: 40px 0 20px;
}

.body-container-wrapper.body-container-wrapper-contact .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
}

.custom-contact-details {
    padding: 50px 0 0;
}


.icon-box {
    vertical-align: baseline;
    margin-bottom: 20px;
    padding-left: 52px
}

.icon-box i,.icon-box img {
    float: left;
    display: block;
    vertical-align: text-top;
    margin: 5px 20px 75px 0
}

.icon-box i {
    font-size: 32px;
    color: #437df9;
    margin-right: 20px;
    cursor: default;
    position: absolute;
    left: 0;
    top: 0
}

.icon-box h4,.icon-box h5 {
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #111
}

.icon-box p {
    overflow: hidden;
    color: grey;
    font-size: 16px
}


.icon-colorx i,i.icon-colorx {
    color: #437df9
}



.icon-box i {
    font-size: 32px;
    color: #0c1a30;
    text-align: center;
}

.icon-box,.wn-icon-box .content-style,.wn-icon-box h4,.wn-icon-box h5,.wn-icon-box h6,.wn-icon-box i,.wn-icon-box p {
    position: relative
}

article[class*=icon-box] {
    clear: both
}
.body-container-wrapper.body-container-wrapper-contact {
    padding: 0 0 110px;
    position: relative;
    background-color: #F3F3F3;
}
@media only screen and (max-width: 767px) {
    article[class*=icon-box] {
        margin-bottom:20px
    }
}

article[class*=icon-box] i {
    text-align: center
}


.cm-fa-envelope:before {
    content: "\f0e0";
}

.cm-fa-phone:before {
    content: "\f095";
}

.icon-box h4.title-style {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
.body-container-wrapper-contact .content-wrapper-inner .row-fluid [class*='span'] {float: none;}
.banner-area-contact  .row-fluid [class*='span'] {float: none;}

.span6.widget-span.widget-type-cell.cell_1632297230438-vertical-alignment.dnd-column {}
.banner-area-contact .hs-banner-area .shape-bottom {
    -webkit-transform: rotate(
180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
180deg);
}

.banner-area-contact .hs-banner-area .shape-bottom svg {
    width: calc(100% + 1.3px);
    height: 147px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hs-homepage-row8 .dnd-section {
    padding: 0;
}

.hs-homepage-row8 .dnd-section .span6 {
    padding: 10px;
    margin: 0;
    width: 50%;
}

.hs-homepage-row8 .dnd-section .span6 h2 {
    font-family: "Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI", sans-serif;
    line-height: 1;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    color: #171c24;
    font-weight: 300;
}

.hs-homepage-row8 .dnd-section .span6 p {
    margin: 0 0 20px;
    color: #444;
    font-size: 17px;
    line-height: 1.68;
    color: #82868a;
}

.hs-homepage-row8 .dnd-section .span6 .hs-input {
    font-size: 14px !important;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;

    color: #888;
    margin: 0;
    min-width: 60px;
    width: 99%;
    max-width: 100%;
    min-height: 36px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    height: auto;
}

.hs-homepage-row8 .dnd-section .span6  hs-form-field {
    padding: 0;
}

.hs-homepage-row8 .dnd-section .span6 hs-form-field label {
    margin: 0;
}

.hs-homepage-row8 .dnd-section .span6 .hs-form-field {
    padding: 0 0 20px;
}

.hs-homepage-row8 .dnd-section .span6 .hs-form-field label {
    margin: 0;
}

.hs-homepage-row8 .dnd-section .span6 form {
    padding-bottom: 81px;
}

.hs-homepage-row8 .dnd-section .span6 form .actions {
    text-align: right;
}

.hs-homepage-row8 .dnd-section .span6 input.hs-button.primary.large {
    position: relative;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 21px;
    margin-right: 10px;
    padding: 18px 26px;
    background: #437df9;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    -o-transition: all .21s ease;
    transition: all .21s ease;
    background: #0c1a30;
}

.hs-homepage-row8 .dnd-section .span6 input.hs-button.primary.large:hover {}


.course-content-page .dnd-section>.row-fluid {
    max-width: 1366px;
}

@media (max-width: 1024px){
    .home-row-2 {
        margin-top: 0;
    }
    .home-row-2 h2 {
        font-size: 36px;
    }
    .body-container-wrapper-contact .content-wrapper-inner .row-fluid [class*='span'] {
    float: none;
    width: 100%;
}
    .body-container-wrapper-contact .dnd-section>.row-fluid {
    max-width: none !important;
    padding: 0 !important;
    display: block !important;
}
}

@media(max-width:767px){
    .team-page .hs-banner-area h1 {
        font-size: 46px;
    }
    .hs-homepage-row8 .dnd-section .span6 input.hs-button.primary.large {

    margin-bottom: 0;
    }
    .hs-homepage-row8 .dnd-section .span6 {

    width: 100%;
}
    .team-page .hs-banner-area .shape-bottom svg {
        width: calc(100% + 1.3px);
        height: 100px;
        transform: translateX(-50%) rotateY( 180deg);
    }

    .home-row-2 .container {
        flex-wrap: wrap;
    }

    .page-center, .container {
        width: 96%;
    }
    .home-row-2 .container-fluid {
        width: 100% !important;
    }

    .home-row-2 .hs-homepage-row2.right_colm {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px){
    .page-center, .container {
        width: 98%;
    }
}