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






























  









/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

::selection {
  background-color: #006098;
  color: #ffffff;
}

@font-face { 
  font-family: "Astra"; 
  src: url(https://14490566.fs1.hubspotusercontent-na1.net/hubfs/14490566/raw_assets/public/IT_Force_May2021/fonts/astra.ttf) format("woff"),
    url(https://14490566.fs1.hubspotusercontent-na1.net/hubfs/14490566/raw_assets/public/IT_Force_May2021/fonts/astra.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
} 

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media (max-width: 921px){
  html {
    font-size: 91.2%;
  }
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.85714285714286;
  background-color: #fff;
  overflow-x: hidden;  
}

p {
  margin-top: 0;
  margin-bottom: 1.75em;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;  
  transition: all .2s linear; 
}
a:hover, a:focus { 
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; 
  margin-bottom: 20px;  
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;   
  line-height: 1.2; 
}

h2 {
  font-size: 1.6rem; 
  line-height: 1.3;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h4 {
  line-height: 1.5;
  font-size: 1.175rem; 
}

h5 {
  font-size: 1rem;
  line-height: 1.6;
}

h6 {
  font-size: .9rem;
  line-height: 1.7;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding:0;
  margin: 0 0 1.5em 3em;
}

ul li,
ol li { 
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  border: 0; 
  border-left: 5px solid rgba(0,0,0,.05);
  font-style: italic;
  color: #000000; 
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button { 
  cursor: pointer;
  display: inline-block; 
  line-height: 1;
  border-style: solid;     
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  margin:20px 0;
  white-space:normal;
}

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

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


.hs-form .field > label,
.hs-form-field > label { 
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #dc3232;
}

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  font:inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: all .2s linear;    
  border-radius: 2px;
  height:auto;
  width: 100%;
  padding: .75em;
  border: 1px solid #D0D0D0;
  background: #fff;
  color: #000;
  font-size: 1rem;
}

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  font-size:  inherit !important;
  padding: .75em !important;
}


input#hs-pwd-widget-password {
  height:auto !important;  
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

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

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

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

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

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


input#hs-login-widget-remember {
  float: left;   
  margin-top: 0px; 
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list label {
  line-height: 1.85714285714286;
  margin: 0;
}


.submitted-message {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #46b450;
  line-height: 1.85714285714286;
}

.submitted-message p {
  margin: 0;
  color: #7A7A7A;
  line-height: 1.85714285714286;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
 
.hs-menu-wrapper ul { 
  margin:0;
  padding:0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

.no-banner .normal_header {
  background: #000;
}

.no-banner .header_wrap {
  min-height: 127px;
}

.no-banner .header_wrap.lp_hdr {
  min-height: 86px;
}

@media(max-width:767px){
  .no-banner .header_wrap {
    min-height: auto;
  }

  .no-banner .normal_header {
    position: relative;
  }
}



.full_main_row .dnd-section {
  padding: 40px 0px 40px 0px;
}

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

.full_main_row {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.full_main_row p {
  margin: 0;
}

.full_main_row .widget-type-rich_text > * > * {
  margin-bottom: 20px;
}

.full_main_row h1,.full_main_row h2 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0px 0px 0px;
}

.full_main_row .widget-type-rich_text a:hover {
  color: #c9f907;
}

.full_main_row .widget-type-rich_text > * > *:last-child {
  margin-bottom: 0;
}


@media(max-width:1200px){
  .full_main_row .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:767px){
  .full_main_row .dnd-section {
    padding: 20px 0px 20px 0px;
  }
}


.career_page .banner_wrap h1 {
  line-height: 1.4em;
}

.career_top_row .dnd-section {
  padding: 40px 0px 60px 0px;
}

.career_top_row .dnd-section > .row-fluid {
  padding: 10px;
  max-width:1140px;
}

.career_top_row h3 {
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.4;
  text-align: center;
}

.career_top_row h1 {
  color: #000000;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
}

.career_top_row .widget-type-rich_text > * > * {
  margin-bottom: 20px;
}

.career_top_row .dnd-section .widget-type-cell{
  padding:0;
}

.career_top_row p {
  font-size: 16px;
}

@media(max-width:767px){
  .career_top_row h3 {
    font-size: 13px;
  } 
  .career_top_row h1 {
    font-size: 24px;
  } 
}

@media(max-width:380px){
  .career_page .banner_wrap h1 {
    font-size: 26px;
  }
}

.support_page .banner_wrap h1 {
  line-height: 1.2;
}

.support_page .banner_wrap .bannr_txt {
  margin-bottom: 0;
}

.support_row .dnd-section {
  padding: 0px;
}

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

.support_row .dnd-section .widget-type-cell {
  padding: 0;
}

.support_row  iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  display: inline-block !important;
}

.support_row {
  padding: 0px 0px 40px 0px;
}

@media(max-width:767px){
  .support_page .banner_wrap .bannr_txt_in {
    padding: 30px 30px 30px 30px;
  }

  .support_page .banner_wrap .bannr_txt,
  .support_page .banner_wrap h1 {
    font-size: 55px;
  }
}

@media(max-width:390px){
  .support_page .banner_wrap .bannr_txt,
  .support_page .banner_wrap h1 {
    font-size: 35px;
  }
}

.result_page .banner_wrap h1 {
  line-height: 1.4em;
}

.result_row1 .dnd-section {
  padding: 0;
  margin-top: 30px;
}

.result_row1 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}

.result_row1 .dnd-section .widget-type-cell {
  padding: 10px;
}

.result_row1 h3 {
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.result_row1 h1 {
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.84px;
  font-weight: 600;
}

.result_row1 p {
  margin-bottom: 1.6em;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.61px;
}

.btm_pane .dnd-section {
  padding: 0;
}

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

.btm_pane .dnd-section .widget-type-cell {
  padding: 0;
}

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

.result_row2 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}

.result_row2 .dnd-section .widget-type-cell {
  padding: 0;
}

.result_row2 .dnd-section .widget-span.span6 {
  width: 50%;
  margin: 0;
}

.result_row2 .dnd-section > .row-fluid > div > div > div > div > div {
  margin: 0px 10px 0px 10px;
  padding: 70px 70px 70px 70px;
  background: #fff;
}

.result_row2 .dnd-section > .row-fluid > div > div > div > div:not(:first-child) > div {
  margin: 0 10px 0 0;
}

.result_row2 .widget-type-rich_text img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.result_row2 .widget-type-rich_text {
  text-align: center;
}

.result_row2 .widget-type-rich_text a {
  display: block;
}

.result_row2 h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.result_row2 h2 a {
  color: inherit;
}

.result_row2 .dnd-section .widget-type-cell > .dnd-row:not(:first-child) {
  padding: 30px 0px 0px 0px;
}

.result_row2 .dnd-section>.row-fluid>div>div>div>div>div {
  min-height: 100%;
}

.result_row2 .dnd-section > div > div > div > div {
  display: flex;
  flex-wrap: wrap;
}

.result_row2 .widget-type-rich_text img {
  max-width: 100%;
}

.result_row2 .dnd-section .widget-type-cell > .dnd-row:not(:first-child) .widget-span.span6:first-child img {
  width: 51%;
}

.result_row2 .dnd-section .widget-type-cell > .dnd-row:not(:first-child) .widget-span.span6:last-child img {
  width: 80%;
  padding: 0px 0px 24px 0px;
}

@media(max-width:1024px){
  .result_page .banner_wrap h1 {
    font-size: 30px;
  }
}

@media(max-width:767px){
  .result_page .banner_wrap h1 {
    font-size: 20px;
  }

  .result_row1 h3 {
    font-size: 13px;
  }

  .result_row1 h1 {
    font-size: 36px;
  }

  .result_row1 .dnd-section .widget-type-cell {
    padding: 20px;
  }

  .result_row2 .dnd-section {
    padding: 0;
    margin-top: 50px;
  }

  .result_row2 .dnd-section .widget-span.span6 {
    width: 100%;
  }

  .result_row2 .dnd-section>.row-fluid>div>div>div>div>div {
    margin: 0;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
  }

  .result_row2 .dnd-section .widget-span.span6:last-child > div {
    margin: 10px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
  }

  .result_row2 .widget-type-rich_text img {
    vertical-align: middle;
    display: inline-block;
  }

  .result_row2 .dnd-section .widget-span.span6:last-child > div img {
    width: 90%;
  }

  .result_row2 .widget-type-rich_text a {
    display: inline-block;
  }

  .result_row2 .dnd-section>.row-fluid>div>div>div>div>div {
    min-height: auto;
  }

  .result_row2 .dnd-section .widget-type-cell>.dnd-row:not(:first-child) .widget-span.span6:first-child img {
    width: 60%;
    padding: 0 5px 30px;
  }

  .result_row2 .dnd-section .widget-type-cell>.dnd-row:not(:first-child) .widget-span.span6:last-child img {
    width: 70%;
  }

  .result_row2 h2 {
    padding: 0px 20px 0px 20px;
  }

}

.about_page .banner_wrap h1 {
  line-height: 1.4em;
}

.about_page .banner_wrap .bannr_txt_in {
  padding: 30px 40px 30px 40px;
  background-color: rgba(255, 255, 255, 0.65);
}

.about_row1 .dnd-section {
  padding: 30px 0px 30px 0px;
}

.about_row1 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}

.about_row1 .dnd-section > .row-fluid .widget-type-cell {
  padding: 0;
}

.about_row1 h3 {
  margin-bottom: 20px;
  text-align: center;
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.4;
}

.about_row1 h1 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.7em;
  letter-spacing: 0px;
  text-align: center;
}

.about_row1 p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.61px;
  margin: 0 0 20px;
}

.about_row1 h4 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.7em;
  letter-spacing: 0px;
  text-align: center;
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px;
}

.about_row1 .dnd-row > div > .span6 {
  margin: 0;
  min-height: auto;
  width: 50%;
}

.about_row1 .span6 p {
  margin-bottom: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 1.85714285714286;
  font-size: 16px;
  letter-spacing: normal;
}

.about_row1 .span6:first-child p:last-child {
  padding: 0px 100px 0px 0px;
}

.about_row1 .span6:last-child p:last-child {
  padding: 0px 80px 0px 0px;
}

.about_row1 .span6 p:last-child {
  margin-bottom: 0;
}

.about_row2 .dnd-section {
  padding: 30px 0px 30px 0px;
}

.about_row2 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1140px;
}

.about_row2 .widget-type-rich_text {
  text-align: center;
}

.about_row2 h3 {
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.4;
}

.about_row2 h2 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.7em;
  letter-spacing: 0px;
}

.about_row2 p {
  margin-bottom: 20px;
}

.about_page .btm_pane_sctn {
  background-position: initial;
}

.about_row2 .dnd-section .widget-type-cell {
  padding: 0;
}

@media(max-width:1200px){
  .about_row1 .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:1024px){
  .about_row1 .dnd-section>.row-fluid {
    padding: 0;
  }

  .about_row1 .dnd-section {
    padding: 20px 20px 20px 20px;
  }

  .about_page .banner_wrap h1 {
    font-size: 30px;
  }

  .about_row1 h1 {
    margin: -10px 0px 20px 0px;
    padding: 10px 0px 40px 0px;
    font-size: 40px;
    line-height: 0.7em;
  }

  .about_row1 h4 {
    margin: -10px 0px 20px 0px;
    padding: 10px 0px 40px 0px;
    font-size: 40px;
    line-height: 0.7em;
  }

  .about_row2 .dnd-section {
    padding: 50px 10px 50px 10px;
  }

  .about_row2 .dnd-section > .row-fluid {
    padding: 30px 0px 30px 0px;
  }

  .about_row2 h2 {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 40px 0px;
    font-size: 40px;
  }

}

@media(max-width:767px){
  .about_page .banner_wrap h1 {
    font-size: 20px;
  }

  .about_page .banner_wrap .bannr_txt_in {
    padding: 50px 50px 50px 50px;
  }

  .about_row1 h3 {
    font-size: 13px;
  }

  .about_row1 h1 {
    font-size: 33px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0;
  }

  .about_row1 p {
    margin: 0 0 10px;
  }

  .about_row1 h4 {
    font-size: 33px;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding: 0;
  }

  .about_row1 .span6 p {
    padding: 0;
    font-size: 16px;
    line-height: 34px;
  }

  .about_row1 .dnd-row>div>.span6 {
    width: 100%;
  }

  .about_row1 .span6:first-child p:last-child {
    padding: 0;
  }

  .about_row1 .span6:last-child p:last-child {
    padding: 0;
  }

  .about_row1 .dnd-row>div>.span6:last-child {
    padding: 20px 0px 0px 0px;
  }

  .about_row1 .span6 p:last-child {
    line-height: 1.85714285714286;
  }

  .about_row1 .span6:last-child p {
    line-height: 1.85714285714286;
  }

  .about_row2 .dnd-section {
    padding: 30px 0px 70px 0px;
  }

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

  .about_row2 h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .about_row2 h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 1.3em;
    padding: 0;
  }

  .about_row2 p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .about_row2 .widget-type-rich_text {
    padding: 0 20px;
  }

}

.contact_page .banner_wrap h1 {
  margin-bottom: 20px;
  line-height: 1.4em;
}

.contact_page .banner_wrap .bannr_txt_in {
  padding: 40px 20px 20px 20px;
}

@media(max-width:1024px){
  .contact_page .banner_wrap h1 {
    font-size: 30px;
  }
}

@media(max-width:767px){
  .contact_page .banner_wrap h1 {
    font-size: 20px;
  }

  .contact_page .banner_wrap .bannr_txt_in {
    padding: 50px 50px 50px 50px;
  }
}

.contact_row1 .dnd-section {
  padding: 30px 0px 30px 0px;
}

.contact_row1 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}

.contact_row1 .dnd-section .widget-type-cell {
  padding: 10px;
}

.contact_row1 h3 {
  margin-bottom: 10px;
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.4;
  text-align: center;
}

.contact_row1 h1 {
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.84px;
  font-weight: 600;
}

.contact_row1 p {
  text-align: left;
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.61px;
  margin: 0;
}

.contact_row2 .dnd-section {
  padding: 0;
}

.contact_row2 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1140px;
}

.contact_row2 .dnd-section .widget-type-cell {
  padding: 0;
}

.contact_row2 .span4 {
  width: 30%;
}

.contact_row2 .span8 {
  width: 70%;
}

.contact_row2 .dnd-column {
  padding: 0;
  margin: 0;
}

.contact_row2 .dnd-section .dnd-column:first-child {
  background-color: #C9F907;
  padding: 40px 0px 100px 20px;
}

.contact_row2 h2 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 36px;
  letter-spacing: 0.92px;
}

.contact_row2 p {
  margin-bottom: 20px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.61px;
  padding: 0px 0px 30px 0px;
}

.contact_row2 img {
  width: 15%;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 20px;
}

.contact_row2 img + p {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.61px;
}

.contact_row2 .dnd-section .dnd-column:not(:first-child) {
  padding: 40px 20px 0px 20px;
}

.contact_row2 h3:empty {
  display: none;
}

.contact_row2 form > .hs-form-field > label {
  display: none;
}

.contact_row2 .hs-form-field {
  margin-bottom: 1.2em;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.contact_row2 textarea {
  min-height: 316px;
  padding: .75em;
  line-height: 1.85714285714286;
}

.contact_row2 .hs-richtext p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 1.2em;
  line-height: 1.85714285714286;
  letter-spacing: normal;
  padding: 0;
}

.contact_row2 .hs-richtext {
  margin: 0;
}

.contact_row2 .hs-button {
  margin-bottom: 1.2em;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 0;
}

.contact_row2 .dnd-column {
  min-height: 100%;
  float: none;
}

.contact_row2 .dnd-section>.row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.contact_row2 .dnd-column > div {
  height: 100%;
  min-height: 100%;
}

.contact_row2 .actions {
  padding-top: 1px;
}

@media(max-width:1200px) and (min-width:768px){
  .contact_row1 .dnd-section > .row-fluid,
  .contact_row2 .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:876px) and (min-width:768px){
  .contact_row2 img+p:last-child {
    font-size: 13px;
  }
}


@media(max-width:767px){
  .contact_row1 h3 {
    font-size: 13px;
  }

  .contact_row2 .dnd-column {
    width: 100%;
  }

  .contact_row2 .dnd-section .dnd-column:first-child {
    padding: 10px 10px 10px 10px;
  }

  .contact_row2 img+p:last-child {
    margin-bottom: 0;
    padding: 0;
  }

  .contact_row2 h2 {
    font-size: 24px;
  }

  .contact_row2 textarea {
    min-height: 294px;
  }
}

.knowledge_page .banner_wrap h1 {
  line-height: 1.4em;
}

.knowledge_row1 .dnd-section {
  padding: 30px 0px 0px 0px;
}

.knowledge_row1 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}

.knowledge_row1 .dnd-section .widget-type-cell {
  padding: 10px;
}

.knowledge_row1 h3 {
  margin-bottom: 10px;
  text-align: center;
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.knowledge_row1 h1 {
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.84px;
  font-weight: 600;
}

.knowledge_row1 p {
  text-align: left;
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.61px;
}

.knowledge_row1 p:last-child {
  margin-bottom: 0;
}

.knowledge_row2 .dnd-section {
  padding: 0px 0px 40px 0px;
}

.knowledge_row2 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}

.knowledge_row2 .dnd-section > div > .widget-type-cell {
  padding: 10px;
}

.knowledge_row2 .span6 {
  width: 50%;
  margin: 0;
  padding: 0px 5px 0px 5px;
}

.knowledge_row2 img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.knowledge_row2 .widget-type-linked_image {
  margin-bottom: 10px;
}

.knowledge_row2 .widget-type-rich_text {
  text-align: center;
}

.knowledge_row2 h3 {
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.92px;
  font-weight: 600;
  margin-bottom: 10px;
}

.knowledge_row2 p {
  text-align: center;
  color: #000000;
  line-height: 26px;
  margin-bottom: 10px;
}

.green_btn {
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  fill: #000000;
  color: #000000;
  background-color: #C9F907;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 40px 15px 40px;
}

.green_btn:focus,.green_btn:hover {
  color: #FFFFFF;
  background-color: #000000;
}

@media (max-width: 1024px) {
  .knowledge_page .banner_wrap h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .knowledge_page .banner_wrap h1 {
    font-size: 20px;
  }

  .knowledge_row1 .dnd-section .widget-type-cell {
    padding: 20px 20px 20px 20px;
  }

  .knowledge_row1 h3 {
    font-size: 13px;
  }

  .knowledge_row1 h1 {
    font-size: 36px;
  }

  .knowledge_row2 .span6 {
    width: 100%;
  }

  .knowledge_row2 .widget-type-linked_image {
    width: 100%;
  }

  .green_btn {
    font-size: 12px;
  }

  .knowledge_row2 .span6:last-child {
    margin: 20px 0px 0px 0px;
  }
}


.whitepaper_page .banner_wrap h1 {
  letter-spacing: -3px;
}

.whtppr_row1 .dnd-section {
  padding: 0;
}

.whtppr_row1 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1200px;
}


.whtppr_row1 .dnd-column {
  padding: 0;
  margin: 0;
}

.whtppr_row1 .span4 {
  width: 20%;
}

.whtppr_row1 .span8 {
  width: 80%;
}

.whtppr_row1 .hs-menu-wrapper > ul {
  background-color: #C9F907;
  padding: 50px 30px 80px 30px;
}

.whtppr_row1 .hs-menu-wrapper ul li {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.61px;
}

.whtppr_row1 .hs-menu-wrapper ul li:not(:last-child) {
  margin-bottom: 20px;
}

.whtppr_row1 .hs-menu-wrapper ul li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.whtppr_row1 .hs-menu-wrapper ul li.active-branch > a {
  font-weight: bold;
}

.whtppr_row1 .widget-type-rich_text {
  padding: 10px;
}

.whtppr_row1 .widget-type-rich_text p:first-child {
  margin: 35px 0px 0px 0px;
  color: #3d4459;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
}

@media(max-width:1260px) and (min-width:1025px){
  .whtppr_row1 .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:1024px){
  .whtppr_row1 .dnd-section {
    padding: 100px 25px 0px 25px;
  }

  .whtppr_row1 .span4 {
    width: 30%;
  }

  .whtppr_row1 .widget-type-rich_text {
    padding: 0;
  }
}

@media(max-width:767px){
  .whtppr_row1 .dnd-section {
    padding: 50px 15px 50px 15px;
  }

  .whtppr_row1 .hs-menu-wrapper>ul {
    padding: 30px 20px 30px 20px;
  }

  .whtppr_row1 .span4,
  .whtppr_row1 .span8 {
    width: 100%;
  }
}

@media(max-width:410px){
  .whitepaper_page .banner_wrap h1 {
    font-size: 20px;
    letter-spacing: normal;
  }
}

.wht_do_page .banner_wrap h1 {
  line-height: 1.4em;
}

.wht_do_row1 .dnd-section {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
}

.wht_do_row1 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 10px;
}

.wht_do_row2 .dnd-section {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}

.wht_do_row2 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0 10px 10px;
}


.wht_do_row1 h3 {
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.wht_do_row1 h1 {
  color: #000000;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.84px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.wht_do_row1 p {
  margin-bottom: 10px;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.61px;
}

.wht_do_row1 .dnd-section .widget-type-cell {
  padding: 0;
}

.wht_do_row2 .dnd-section .widget-type-cell {
  padding: 0;
}

.wht_do_row2 .dnd-column .dnd-column {
  margin: 0;
  padding: 0;
}

.wht_do_row2 .span6 {
  width: 50%;
}

.wht_do_row2 img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.wht_do_row2 .widget-type-linked_image {
  margin-bottom: 20px;
  padding: 0px 5px 0px 5px;
}

.wht_do_row2 .widget-type-rich_text {
  text-align: center;
}

.wht_do_row2 h4 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.92px;
  font-weight: 600;
}

.wht_do_row2 p {
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.wht_do_row2 p span {
  padding: 0px 160px 0px 160px;
  display: block;
  width: 100%;
}

.wht_do_row2 .dnd-row:first-child .dnd-column .dnd-column:last-child p span {
  padding: 0px 130px 0px 130px;
}

.wht_do_row2 .dnd-section > div > div > .dnd-row:not(:first-child) {
  margin-top: 30px; 
}

.wht_do_row2 .dnd-section > div > div > .dnd-row:not(:first-child)  h4 {
  line-height: 1.4;
}


.wht_do_row2 .dnd-section > div > div > .dnd-row:not(:first-child)  .dnd-column:first-child p span {
  padding: 0px 150px 0px 150px;
}

.wht_do_row2 .dnd-section > div > div > .dnd-row:not(:first-child)  .dnd-column:last-child p span {
  padding: 0px 180px 0px 180px;
}


.wht_do_row3 .dnd-section,
.wht_do_row4 .dnd-section{
  padding: 0;
}

.wht_do_row3 .dnd-section > .row-fluid,
.wht_do_row4 .dnd-section > .row-fluid{
  max-width: 1140px;
  padding: 0;
}

.wht_do_row3 .widget-type-header,
.wht_do_row4 .widget-type-header{
  margin: 30px 0px 0;
}

.wht_do_row3 .widget-type-header h2,
.wht_do_row4 .widget-type-header h2{
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  font-size: 36px;
  letter-spacing: 1.84px;
  font-weight: 600;
  line-height: 1.3;
}

.wht_do_row3 .dnd-section .widget-type-cell,
.wht_do_row4 .dnd-section .widget-type-cell{
  padding: 0;
}

.wht_do_row3 .dnd-section .dnd-column .dnd-column,
.wht_do_row4 .dnd-section .dnd-column .dnd-column{
  margin: 0;
}

.wht_do_row3 .span4,
.wht_do_row4 .span4{
  width: 33.33%;
}

.wht_do_row3 .widget-type-linked_image,
.wht_do_row4 .widget-type-linked_image{
  margin-bottom: 20px;
  padding: 0px 5px 0px 5px;
}

.wht_do_row3 .widget-type-linked_image img,
.wht_do_row4 .widget-type-linked_image img{
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

.wht_do_row3 h3,
.wht_do_row4 h3{
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.92px;
  font-weight: 600;
}

.wht_do_row3 p,
.wht_do_row4 p{
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 0px 70px 0px 70px;
}

.wht_do_row3 .widget-type-rich_text,
.wht_do_row4 .widget-type-rich_text{
  text-align: center;
}

.wht_do_row3 .green_btn {
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
  border-style: solid;
}

.wht_do_row3 .dnd-section > .row-fluid > div > div:last-child,
.wht_do_row4 .dnd-section > .row-fluid > div > div:last-child{
  margin-bottom: 30px;
}

.wht_do_row3 .dnd-section > .row-fluid > div > div:last-child > div> div:last-child p,
.wht_do_row4 .dnd-section > .row-fluid > div > div:last-child > div> div:last-child p{
  padding: 0px 40px 0px 40px;
}

.wht_do_row4 h3 {
  padding: 0px 70px 0px 70px;
}

.wht_do_row4 .dnd-column .dnd-column:first-child h3 {
  padding: 0;
}

.wht_do_row4 .widget-type-rich_text {
  padding: 0 5px 0 5px;
}

.wht_do_row4 p {
  padding: 0px 40px 0px 40px;
}

.wht_do_row4 .dnd-column .dnd-column:last-child h3 {
  padding: 0px 30px 33px 30px;
}

@media(max-width:1024px){
  .wht_do_page .banner_wrap h1 {
    font-size: 30px;
  }

  .wht_do_row2 .dnd-row:first-child .dnd-column .dnd-column:last-child p span {
    padding: 0px 0px 48px 0px;
  }

  .wht_do_row2 p span {
    padding: 0px 0px 48px 0px;
  }

  .wht_do_row2 .dnd-section>div>div>.dnd-row:not(:first-child) .dnd-column:last-child p span {
    padding: 0px 0px 48px 0px;
  }

  .wht_do_row2 .dnd-section>div>div>.dnd-row:not(:first-child) .dnd-column:first-child p span {
    padding: 0px 0px 48px 0px;
  }

  .wht_do_row3 p {
    padding: 0px 0px 53px 0px;
    margin-bottom: 20px;
  }

  .wht_do_row3 .dnd-section>.row-fluid>div>div:last-child>div>div:last-child p {
    padding: 0;
    margin-bottom: 20px;
  }

  .wht_do_row3 .widget-type-rich_text, .wht_do_row4 .widget-type-rich_text {
    padding: 0px 5px 0px 5px;
  }

  .wht_do_row3 .dnd-section>.row-fluid>div>div:last-child>div>div:nth-child(2) p {
    padding: 0px 0px 27px 0px;
    margin-bottom: 20px;
  }

  .wht_do_row4 p {
    padding: 0px 0px 26px 0px;
  }

  .wht_do_row4 .dnd-section>.row-fluid>div>div:last-child>div>div:last-child p {
    margin-bottom: 20px;
    padding: 0;
  }

  .wht_do_row4 .dnd-section>.row-fluid>div>div:last-child>div>div:nth-child(2) p {
    padding: 0;
  }

}

@media(max-width:767px){
  .wht_do_page .banner_wrap h1 {
    font-size: 20px;
  }

  .wht_do_row1 h3 {
    font-size: 13px;
  }

  .wht_do_row2 .span6 {
    width: 100%;
  }

  .wht_do_row2 .widget-type-linked_image {
    width: 100%;
  }

  .wht_do_row2 p span {
    padding: 0;
  }

  .wht_do_row2 .dnd-column .dnd-column:not(:first-child) {
    padding: 20px 0px 20px 0px;
  }

  .wht_do_row2 .dnd-row:first-child .dnd-column .dnd-column:last-child p span {
    padding: 0;
  }

  .wht_do_row2 .dnd-section>div>div>.dnd-row:not(:first-child) .dnd-column:first-child p span {
    padding: 0;
  }

  .wht_do_row2 .dnd-section>div>div>.dnd-row:not(:first-child) .dnd-column:last-child p span {
    padding: 0;
  }

  .wht_do_row2 .dnd-column .dnd-column:last-child {
    padding-bottom: 0;
  }

  .wht_do_row3 .span4 {
    width: 100%;
    padding: 0px 20px 20px 20px !important;
  }

  .wht_do_row3 .widget-type-linked_image {
    margin-bottom: 10px;
  }

  .wht_do_row3 h3 {
    margin-bottom: 10px;
  }

  .wht_do_row3 p {
    padding: 0;
    margin-bottom: 10px;
  }

  .wht_do_row3 .dnd-section .dnd-column .dnd-column:not(:first-child) {
    padding-top: 20px !important;
  }

  .wht_do_row3 .dnd-section>.row-fluid>div>div:last-child>div>div:nth-child(2) p {
    padding: 0;
    margin-bottom: 10px;
  }

  .wht_do_row3 .dnd-section>.row-fluid>div>div:last-child>div>div:last-child p {
    padding: 0;
    margin-bottom: 10px;
  }

  .wht_do_row4 .dnd-section .dnd-column .dnd-column {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }

  .wht_do_row3 .dnd-section>.row-fluid>div>div:last-child {
    margin-bottom: 0;
  }

  .wht_do_row4 .widget-type-header h2 {
    margin-bottom: 10px;
  }

  .wht_do_row4 .widget-type-linked_image {
    margin-bottom: 10px;
  }

  .wht_do_row4 h3 {
    margin-bottom: 10px;
    padding: 0;
  }

  .wht_do_row4 p {
    padding: 0;
    margin-bottom: 10px;
  }

  .wht_do_row4 .dnd-column .dnd-column:last-child h3 {
    padding: 0;
  }

  .wht_do_row4 .dnd-section>.row-fluid>div>div:last-child>div>div:last-child p {
    margin-bottom: 10px;
  }

  .wht_do_row3 .widget-type-linked_image, .wht_do_row4 .widget-type-linked_image {
    padding: 0;
  }

  .wht_do_row3 .widget-type-rich_text, .wht_do_row4 .widget-type-rich_text {
    padding: 0;
  }
}


.two_col_row .dnd-section {
  padding: 0;
}

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

.two_col_row .dnd-section .widget-type-cell {
  padding: 0;
}

.two_col_row_inr {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left_col {
  width: 28%;
  background-color: #C9F907;
  padding: 50px 30px 0px 30px;
}

.right_col {
  width: 72%;
  padding: 50px 20px 40px 20px;
}

.left_col .hs-menu-wrapper > ul > li > a {
  margin-bottom: 20px;
  padding: 0px 0px 10px 0px;
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 32px;
  display: block;
}

.left_col .hs-menu-wrapper > ul ul li {
  margin-bottom: 20px;
}

.left_col .hs-menu-wrapper > ul ul li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.61px;
  display: block;
  font-weight: 600;
}

.left_col .hs-menu-wrapper > ul > li:not(:first-child) > a {
  padding: 40px 0px 10px 0px;
}

.left_col .hs-menu-wrapper > ul ul li.active-branch > a {
  font-weight: 800;
}

.two_col_row .dnd-column .dnd-column {
  margin: 0;
  padding: 10px;
  text-align: center;
}

.two_col_row .dnd-column .dnd-column.span6 {
  width: 50%;
}

.two_col_row .widget-type-linked_image {
  width: 100%;
  margin-bottom: 20px;
}

.two_col_row .widget-type-linked_image img {
  display: inline-block;
  vertical-align: middle;
}

.two_col_row .right_col .green_btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.61px; 
  border-radius: 0px 0px 0px 0px;
  padding: 15px 80px 15px 80px;
}

@media(max-width:1024px){
  .left_col .hs-menu-wrapper>ul>li>a {
    font-size: 24px;
  }

  .left_col {
    width: 30%;
  }

  .right_col {
    width: 70%;
  } 

  .two_col_row .right_col .green_btn {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
  }
}


@media(max-width:767px){
  .two_col_page .banner_wrap .banner_pad {
    margin: 150px 0px 70px 0px;
    padding: 20px 20px 20px 20px;
  }

  .left_col {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }

  .right_col {
    width: 100%;
  }

  .two_col_row_inr {
    flex-wrap: wrap;
  }

  .left_col .hs-menu-wrapper>ul>li>a {
    padding: 0;
  }

  .left_col .hs-menu-wrapper>ul>li:not(:first-child)>a {
    padding: 20px 0px 0px 0px;
  }

  .left_col .hs-menu-wrapper>ul >li:last-child  ul li:last-child {
    margin-bottom: 0;
  }
  .two_col_row .dnd-column .dnd-column.span6 {
    width: 100%;
  }
}




.two_col_btm_pane_row .dnd-section {
  padding: 0;
}

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

.two_col_btm_pane_row .dnd-section .widget-type-cell {
  padding: 0;
}

.two_col_btm_pane_row_inr {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two_col_left_col {
  width: 28%;
  background-color: #C9F907;
  padding: 50px 30px 0px 30px;
}

.two_col_right_col {
  width: 72%;
  padding: 50px 0 0;
}

.two_col_left_col .hs-menu-wrapper > ul > li > a {
  margin-bottom: 20px;
  padding: 0px 0px 10px 0px;
  display: block;
  color: #000000;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 32px;
  font-weight: 600;
}

.two_col_left_col .hs-menu-wrapper > ul ul li {
  margin-bottom: 20px;
}

.two_col_left_col .hs-menu-wrapper > ul ul li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.61px;
  display: block;
  font-weight: 600;
}

.two_col_left_col .hs-menu-wrapper > ul > li:not(:first-child) > a {
  padding: 40px 0px 10px 0px;
}

.two_col_left_col .hs-menu-wrapper > ul ul li.active-branch > a {
  font-weight: 800;
}


.two_col_right_col hr {
  margin-top: 4px !important;
  margin-bottom: 35px !important;
  padding: 15px 0 !important;
  background: none !important;
}

.two_col_right_col .widget-type-rich_text {
  padding: 0px 20px 0px 20px;
  text-align: center;
}

.two_col_right_col .widget-type-rich_text h3 {
  color: #000000;
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
}

.two_col_right_col .widget-type-rich_text p {
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.61px;
  margin-bottom: 20px;
}


.two_col_right_col  blockquote {
  padding: 30px 20px 30px 20px;
  background-color: #EFF2F2;
  border: none;
  margin: 0;
  text-align: left;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.61px;
  margin-top: 30px;
  font-style: normal;
}

.two_col_btm_pane_page .btm_pane_sctn .btm_padd {
  padding: 120px 120px 120px 120px;
}


@media(max-width:1024px){
  .two_col_left_col .hs-menu-wrapper>ul>li>a {
    font-size: 24px;
  }
  .two_col_right_col .widget-type-rich_text h3 {
    font-size: 24px;
  }
}

@media(max-width:767px){
  .two_col_btm_pane_page .banner_wrap .banner_pad {
    margin: 0px 20px 20px 20px;
    padding: 200px 0px 0px 0px;
  }

  .two_col_left_col {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }

  .two_col_right_col {
    width: 100%;
  }

  .two_col_btm_pane_row_inr {
    flex-wrap: wrap;
  }

  .two_col_left_col .hs-menu-wrapper>ul>li>a {
    padding: 0;
  }

  .two_col_left_col .hs-menu-wrapper>ul ul li:last-child {
    margin-bottom: 0;
  }

  .two_col_btm_pane_page .btm_pane_sctn .btm_padd {
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
  }

}


.home_row1 .dnd-section {
  padding: 0;
}

.home_row1 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}

.home_row1 .dnd-section > .row-fluid > div {
  padding: 0;
  margin: 40px 0px 10px 0px;
}

.home_row1 .widget-type-header {
  text-align: center;
  margin-bottom: 20px;
}

.home_row1 .widget-type-header h3 {
  margin: 0;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.7em;
  letter-spacing: 0px;
}

.home_row1 p {
  margin-bottom: 1.6em;
}

.home_row1 .dnd-section > .row-fluid > div > div:last-child .dnd-column {
  margin: 0;
}

.home_row1 .span6 {
  width: 50%;
}

.home_row1 .dnd-section > .row-fluid > div > div:last-child .dnd-column > div {
  padding: 10px;
  margin: 0px 10px 0px 0;
}

.home_row1 .dnd-section > .row-fluid > div > div:last-child .dnd-column:not(:first-child) > div {
  margin-left: 10px;
  margin-right: 0;
}

.home_row1 .dnd-section .widget-type-cell {
  padding: 0;
}

.home_row2 .dnd-section {
  padding: 0;
}

.home_row2 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1140px;
}

.home_row2 .widget-type-rich_text {
  text-align: center;
}

.home_row2 .widget-type-rich_text h4 {
  color: rgba(0, 0, 0, 0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}

.home_row2 .widget-type-rich_text h3 {
  margin-bottom: 30px;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0px;
}


.home_row2 .widget-type-cell {
  padding: 0;
}

.home_row5 .dnd-section {
  padding: 0;
}

.home_row5 .dnd-section .widget-type-cell {
  padding: 0;
}

.home_row5 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 30px 0;
}

.home_row5 .widget-type-rich_text  h3 {
  color: rgba(0,0,0,0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
  text-align: center;
}

.home_row5 .widget-type-rich_text h2 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.7em;
  letter-spacing: 0px;
  margin: 10px 0px 30px 0px;
  text-align: center;
}

.home_row3 .dnd-section {
  padding: 0;
  margin-top: 30px;
}

.home_row3 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1140px;
}

.home_row3 .dnd-section .widget-type-cell {
  padding: 10px;
}

.home_row3 h4 {
  text-align: center;
  color: rgba(0, 0, 0, 0.67);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}

.home_row3 h3 {
  margin: 0px 0px 10px 0px;
  text-align: center;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0px;
}

.home_row4 .dnd-section {
  padding: 0;
}

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

.home_row4 .dnd-section .widget-type-cell {
  padding: 0;
}

@media(max-width:1180px){
  .home_row2 .dnd-section>.row-fluid {
    padding: 0 15px;
  }
}

.home_row1 p {
  color: #363636;
}


@media(max-width:1024px){
  .home_row1 .dnd-section {
    padding: 50px 10px 50px 10px;
  }

  .home_row1 .widget-type-header {
    margin: -10px 0px 20px 0px;
    padding: 10px 0px 40px 0px;
  }

  .home_row1 .widget-type-header h3 {
    font-size: 40px;
    line-height: 0.7em;
  }

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

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

  .home_row2 .widget-type-rich_text h3 {
    font-size: 40px;
    padding: 10px 0px 40px 0px;
  }

  .home_row3 h3 {
    font-size: 40px;
  }

  .home_row5 .dnd-section {
    padding: 50px 10px 50px 10px;
  }

  .home_row5 .widget-type-rich_text h2 {
    font-size: 40px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 40px 0px;
  }

}

.home_row1 p {
  font-size: 16px;
}

@media(max-width:767px){
  .home_row1 .widget-type-header {
    margin: -25px 0px 0px 0px;
    padding: 10px 0 35px 0;
  }

  .home_row1 .widget-type-header h3 {
    font-size: 33px;
    line-height: 1.3em;
  }

  .home_row1 .span6 {
    width: 100%;
    text-align: center;
  }

  .home_row1 .dnd-section>.row-fluid>div>div:last-child .dnd-column>div {
    margin: 0;
    padding: 0;
  } 

  .home_row2 .widget-type-rich_text h4 {
    font-size: 13px;
  }

  .home_row2 .widget-type-rich_text h3 {
    font-size: 33px;
    line-height: 1.3em;
    margin: -15px 0px 0px 0px;
  }

  .home_row3 h3 {
    font-size: 33px;
    margin: 0;
  }

  .home_row3 h4 {
    font-size: 13px;
  }

  .home_row5 .dnd-section {
    padding: 70px 0px 70px 0px;
  }

  .home_row5 .widget-type-rich_text h3 {
    font-size: 13px;
  }

  .home_row5 .widget-type-rich_text h2 {
    font-size: 33px;
    line-height: 1.3em;
    padding: 10px 0px 30px 0px;
  } 

}


@media(max-width:480px){
  .home_row5 .widget-type-rich_text {
    padding: 0 7px;
  }
}

.contact_page .submitted-message {
  padding: 0;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #46b450;
}

.contact_page .submitted-message p {
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  line-height: 1.85714285714286;
  font-size: 1rem;
  color: #7A7A7A;
}


@media(min-width:922px){
  #about,
  #industries,
  #services,
  #solutions{
    border-top: 125px solid transparent;
    margin-top: -125px;
  }
}

@media(min-width:1025px){
  #about,
  #industries,
  #services,
  #solutions{
    border-top: 111px solid transparent;
    margin-top: -111px;
  }
}


@media(max-width:940px) and (min-width:768px){
  .wht_do_row4 h3 {
    padding: 0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
} 

@media(min-width:922px){ 
  .custom-menu-primary ul ul {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.3s all ease;
  }

  .custom-menu-primary ul ul ul {
    left: 100%;
    top:0;
  }

  .custom-menu-primary ul li.has-submenu:hover >ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.custom-menu-primary ul li.has-submenu {
  position: relative;
}

.normal_header {
  position: absolute;
  left: 0;
  right: 0; 
  z-index:9999;
  border-bottom-style: solid;
  border-bottom-width: 1px; 
}

.head_inr {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: stretch;
}

.top_hd {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.top_links {
  text-align: right;
  height: 30px;
  margin-bottom: 10px;
}

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

.top_links ul li {
  display: inline;
  list-style: none;
  padding-left: 10px;
}

.top_links ul li a { 
  line-height: 22px;
  font-weight: 500;
}

.custom_logo {
  line-height: 1;
  align-self: center;
}

.custom_logo > div {
  padding: 1em 0;
  -js-display: inline-flex;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  padding-right: 1em;
}

.custom_logo img {
  width: auto !important;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  transition: all .2s linear;
}

.mobile_trigger {
  display: none;
}

.hd_nav {
  margin-left: auto;
}

.custom-menu-primary > div {
  padding-left: 15px;
  vertical-align: top;
  height: 100%;
  -js-display: inline-flex;
  display: inline-flex;
}

.hd_nav_inr {
  text-align: right;
  height: 100%;
}

.custom-menu-primary {
  flex-grow: 1;
  height: 100%;
}

.custom-menu-primary > div > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

.custom-menu-primary > div > ul > li {
  position: relative;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary > div > ul > li > a {
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  transition: all .2s linear;
}

.hd_nav {
  line-height: 4;
}

.top_hd {
  line-height: 4;
}

.custom-menu-primary>div ul ul li a {
  padding: 15px;
  display: block;
}

.custom-menu-primary>div ul ul {
  line-height: normal;
}

@media(max-width:1023px){
  .top_links {
    text-align: center;
    height: auto;
    margin: 0;
  } 
}

@media(max-width:921px){
  .hd_nav {
    display: none;
  }

  .top_hd {
    line-height: 3;
  }

  .mobile_trigger {
    display: block;
    align-self: center;
    text-align: right;
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
  }

  .mobile_triggr_inr {
    display: inline-block;
  }

  .mobile_triggr_btn {
    border: 0;
    height: 2.1em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.85714285714286;
    padding: 0 .5em;
    width: auto;
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 1.7em;
    outline:none;
  }

  .menu-toggle-icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05;
  }

  .menu-toggle-icon:before {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit;
  }

  .custom_logo {
    -js-display: flex;
    display: flex;
    flex: 1;
    align-self: center;
  }

  .mobile_trigger * {
    cursor: pointer;
  }
  .hd_nav { 
    flex: auto;
    order: 4;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-top: 0;
    line-height: 3;
  }

  .mobile_open .hd_nav{
    display:block;
  }

  .hd_nav_inr {
    text-align: left;
  }

  .custom-menu-primary {
    display: block;
  }

  .custom-menu-primary>div {
    padding: 0;
    display: block;
  }

  .custom-menu-primary>div>ul {
    border: 0;
    display: block;
    background-color: #f9f9f9;
    border-top-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
  }

  .custom-menu-primary>div>ul>li {
    width: 100%;
  }

  .custom-menu-primary>div>ul>li>a {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: #000 !important;
  }

  .child_trigger {
    position: absolute;
    width: 50px;
    height: 44px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    font-size: 24px;   
    top: 0; 
  }

  .child_trigger:before {
    content: '+';
  }

  .child_trigger.child_open:before {
    content: '-';
  }

  .custom-menu-primary ul ul {
    display: none;
  }

  .mobile_open .menu-toggle-icon:before {
    content: "\e5cd";
  }

  .custom-menu-primary>div ul ul {
    background: none;
  }

  .custom-menu-primary>div ul ul li a {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: #000 !important;
    font-size: 0.8rem;
  }

  .custom-menu-primary>div ul ul {
    background: none !important;
  }
}

@media(max-width:767px){
  .top_links ul {
    line-height: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media(max-width:544px){
  .custom_logo>div {
    width: 100%;
  }

  .custom_logo {
    padding-right: 1em;
  }
}


.sticky_header {
  position: fixed;
  margin: 0 auto;
  transition: transform .3s linear,top .3s linear,visibility .3s linear;
  visibility: hidden;
  transform: translateY(-100%);    
  width: 100%;
  left:0;
  right:0;
  z-index:999; 
  border: 0;
  border-bottom: 1px solid;
}

.scroll_header .sticky_header { 
  visibility: visible;
  transform: translateY(0px);
  top: 0px; 
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%); 
}

.scroll_header .custom_logo>div {
  padding-top: .5em;
  padding-bottom: .5em;
}

.scroll_header .hd_nav {
  line-height: 3;
}

.scroll_header .top_hd {
  line-height: 55px;
}

@media(max-width:921px){
  .sticky_header {
    display: none;
  }
}

@media(max-width:976px) and (min-width:922px){
  .custom-menu-primary>div {
    padding-left: 0;
  }

  .custom-menu-primary>div>ul>li>a {
    padding: 0 .5em;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.btm_ftr {
  line-height: 1.85714285714286;
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}

.row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.ft_btm_left,
.ft_btm_right {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
}

.copyright p {
  margin-bottom: 1.75em;
}


@media (min-width: 768px){
  .btm_ftr {
    padding-top: 2.66666em;
    padding-bottom: 2.66666em;
  }
  .ft_btm_left {
    text-align: left;
    width: 66.6666666667%;
  }
  .ft_btm_right {
    width: 33.3333333333%;
    text-align: right;
  }
}

@media (min-width: 1024px){
  .copyright {
    padding-top: 32px;
    padding-right: 30px;
  }
}

.footer  .row {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.ft_top_cols {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
}

.ft_top_cols  ul {
  margin: 0;
  list-style-type: none;
}

.ft_top_cols ul > li {
  transition: all .2s linear;
  text-align: left;
}

.ft_contnt p {
  margin: 0;
  text-align: left;
}

.footer .row {
  flex-wrap: wrap;
}



@media (min-width: 768px){
  .ft_top_cols {
    width: 16.6666666667%;
  }
  .ft_top_cols:first-child {
    width: 50%;
  } 
}

@media (min-width: 922px){
  .ft_top_cols {
    width: 16.6666666667%;
  }
  .ft_top_cols:first-child {
    width: 50%;
  }
}



@media (min-width: 1024px){
  .ft_contnt {
    padding-right: 50px;
  }

  .ft_top_cols:nth-child(2){
    padding-left: 40px;
  }

}




@media (max-width: 767px){
  .ft_contnt p,
  .ft_top_cols ul > li {
    text-align: center;
  }

  .ft_top_cols:not(:last-child) {
    margin: 0 0 2.8em;
  }

  .ft_btm_left, 
  .ft_btm_right {
    text-align: center;
  }
 

  .ft_btm_right {
    margin-top: 1em;
  }
}



.ft_top_cols:last-child ul>li:last-child {
  font-weight: 600;
}

.top_ftr {
  padding-top: 70px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper { 
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/*** Blogs blog style **/

.blog_banner {
  background-image:url(https://14490566.fs1.hubspotusercontent-na1.net/hubfs/14490566/raw_assets/public/IT_Force_May2021/images/Blog%20Banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4B4B4B;
}

.blog_banner .page-center {
  max-width: 1140px;
  padding: 0;
}

.blog_banner .page-center .row {
  margin: 0;
}

.blog_banner .banner_contnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog_banner .banner_pad {
  padding: 220px 120px 100px 120px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_banner .banner_pad_inr {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_banner .bannr_txt {
  text-align: center;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.blog_banner .bannr_txt_in {
  padding: 30px 20px 30px 20px;
  background-color: rgba(255, 255, 255, 0.76);
}

.blog_banner h1 {
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-weight: 800;
  font-size: 55px;
  line-height: 1.85714285714286;  
  word-break: unset; 
}

.blog_banner .bnr_btn_wrap {
  text-align: center;
  position: relative;
  width: 100%;
}

.blog_banner .bnr_btn_wrap_in {
  margin: -43px 0px 0px 0px;
}

.blog_banner .bnr_btn a {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  fill: #000000;
  color: #000000;
  background-color: #C9F907;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 40px 15px 40px;
  width: auto;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.blog_banner .bnr_btn a:hover,
.blog_banner .bnr_btn a:focus {
  color: #FFFFFF;
  background-color: #000000;
}

@media (max-width: 1024px) {
  .blog_banner .bannr_txt, .blog_banner h1 {
    font-size: 55px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .blog_banner .bannr_txt,
  .blog_banner h1 {
    font-size: 36px;
  }

  .blog_banner .banner_pad {
    margin: 20px 20px 20px 20px;
    padding: 200px 20px 20px 20px;
  }

  .blog_banner .bannr_txt_in {
    padding: 50px 50px 50px 50px;
  }

  .blog_banner .bnr_btn a {
    font-size: 12px;
  }

}

.blog_banner p {
  margin-bottom: 1.6em;
  font-size: 28px;
  line-height: 36px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}


.blog_container .page-center {
  padding: 0;
  max-width: 1200px;
}

.blog_flxi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_left {
  width: 20%;
  padding: 50px 30px 0px 30px;
  background-color: #C9F907;
}

.blog_right {
  width: 80%;
}

.blog_menu li {
  margin-bottom: 20px;
}

.blog_menu li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.61px;
  display: block;
  font-weight: 600;
}

.blog_menu li.active-branch > a {
  font-weight: 800;
}

.blog_right_pad {
  padding: 10px;
}

.blog_listing_wrap {
  margin: 35px 0px 0px 0px;
}

.grid_listing {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(2,1fr);
}

.post_itm {
  display: block;
  text-align: center;
}


.post_card {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.post_card > a {
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 100%;
}

.post_feat {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  padding-bottom: calc( 0.6 * 100% ); 
}

.post_feat img { 
  display: block;
  max-height: none;
  max-width: none;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s;
  position: absolute;
  height: auto;
  width: calc(100% + 1px);
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.post_card > a:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
  background-image: linear-gradient( 0deg ,rgba(0,0,0,.35),transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post_card:hover >a:after {
  opacity: .5;
}

.post_cnnt {
  padding: 0 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.post_feat_title {
  margin: 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.5em;
}

.post_feat_title a {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.post_card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.post_feat_smry {
  line-height: 1.7;
  margin-bottom: 20px;
}

.post_feat_smry p {
  margin:0;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 1.4em
}

.post_feat_more {
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.post_feat_smry_date { 
  line-height: 1.3em;
  font-size: 14px;
  color: #adadad;
  font-weight: 400;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  margin-top: auto;
  padding: 10px 50px;
  border-top-color: rgba(61,68,89,0.1);
  color: rgba(61,68,89,0.5);
}
.video_blog .post_feat img {
  display: none;
}

.video_blog .post_feat  div.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media(max-width:1024px){
  .grid_listing{
    grid-template-columns: repeat(2,1fr);
  }
}


@media(max-width:767px){
  .grid_listing{
    grid-template-columns: repeat(1,1fr);
  } 
  .post_feat {
    padding-bottom: calc( 0.5 * 100% );
  } 
}


@media(max-width:1024px){
  .blog_container .page-center {
    padding: 100px 25px 0px 25px;
  }

  .blog_flxi {
    flex-wrap: wrap;
  }

  .blog_left {
    width: 30%;
  }

  .blog_right_pad {
    padding: 0;
  }

}

.blog_banner h1 {
  letter-spacing: -3px;
}

@media(max-width:767px){
  .blog_container .page-center {
    padding: 50px 15px 50px 15px;
  }

  .blog_left {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }

  .blog_menu li:last-child {
    margin: 0;
  }

  .blog_right {
    width: 100%;
  }
}

.blog_pagination {
  text-align: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 50px;
}

.blog_pagination a {
  transition: all .2s linear;
  color: #3d4459;
}

.blog_pagination .pagin_link:not(:last-child) {
  margin-right: calc( 25px/2 );
}

.blog_pagination .pagin_link:not(:first-child) {
  margin-left: calc( 25px/2 );
}

.blog_pagination a:hover {
  color: #2f98ce;
}

.blog_pagination .active_pagin {
  color: #2f98ce;
}

.post_bnr .banner_contnt {
  padding: 70px 0px 71px 0px;
}

.post_container {
  margin-top: 40px;
  margin-bottom: 0px;
  position: relative;
}

.post_container .page-center {
  max-width: 1140px;
  padding: 0;
}

.post_page_flxi {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.breadcrumb_inr {
  padding: 20px 0px 20px 0px;
}

#breadcrumbs {
  margin-bottom: 0;
}

.post_breadcrumb a {
  transition: all .2s linear;
  color: #2F98CE;
}

.post_breadcrumb {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.post_page_feat {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.post_page_feat img {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

.post_page_title {
  margin-bottom: 10px;
  position: relative;
}

.post_page_title_in {
  padding: 20px 0px 20px 0px; 
}

.post_page_title h1 {
  margin: 0;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1.2em;
  font-weight: 600;
}

.post_body {
  margin-bottom: 10px;
  text-align: left;
  color: #3d4459;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.post_body h5 {
  margin: 0;
}

.post_body figure {
  margin: 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.post_body img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.post_body figcaption {
  margin: .8075em 0;
}

.blog__comments {
  margin-bottom: 10px;
}

.post_pagin {
  margin-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.post_pagin_in {
  padding: 0px 0px 50px 0px;
}

.post_pad {
  color: rgba(159,163,173,0.2);
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 45px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-post-navigation__link {
  width: calc(50% - (1px / 2));
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.elementor-post-navigation__prev.elementor-post-navigation__link {
  width: calc(50% - (1px / 2));
}

.elementor-post-navigation__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.elementor-post-navigation__link__next, .elementor-post-navigation__link__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.post-navigation__prev--label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2F98CE;
  text-transform: uppercase;
}

.post-navigation__prev--title {
  color: #3d4459;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.elementor-post-navigation__separator-wrapper {
  text-align: center;
}

.elementor-post-navigation__separator {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: #d4d4d4;
  background-color: rgba(159,163,173,0.2);
  width: 1px;
}

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

blockquote p:last-child {
  margin: 0;
} 

.elementor-post-navigation__next.elementor-post-navigation__link {
  width: calc(50% - (1px / 2));
}

.elementor-post-navigation__next a {
  float: right;
}

.elementor-post-navigation__link__next {
  text-align: right;
}

.post-navigation__next--label {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2F98CE;
  text-transform: uppercase;
}

.post-navigation__next--title {
  color: #3d4459;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.rltd_post_title {
  margin-bottom: 10px;
}

.rltd_post_title h2 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2em;
  margin: 0;
}

.rltd_wrapper {
  padding: 35px 0px 0px 0px;
}

.rltd_grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2,1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rltd_wrapper .post_cnnt {
  padding: 0 35px;
  margin-top: 10px;
  margin-bottom: 0;
}

.rltd_wrapper .post_feat_title {
  line-height: 1.4em;
  font-weight:600;
}

.rltd_wrapper .post_feat_smry_date {
  padding: 10px 35px;
  color: rgba(61,68,89,0.5);
}

@media(max-width:1200px) and (min-width:1025px){
  .post_container .page-center {
    padding: 0 15px;
  }
}

@media(max-width:1024px){
  .post_container {
    padding: 0px 30px 0px 30px;
  }

  .post_page_title h1 {
    font-size: 40px;
  }
}

.post_pagin .post-navigation__prev--title ,
.post_pagin .post-navigation__next--title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media(max-width:767px){
  .post_container {
    padding: 20px 20px 0px 20px;
  }

  .post_page_title h1 {
    font-size: 30px;
    text-align: center;
  }

  .rltd_post_title h2 {
    text-align: center;
  }

  .rltd_grid {
    grid-template-columns: repeat(1,1fr);
  } 
}

@media(max-width:479px){
  .blog__comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }  
}


/*** Video Blog ***/


.video_blog .blog_banner,
.video_blog_post .post_bnr{
  background-image:url(https://14490566.fs1.hubspotusercontent-na1.net/hubfs/14490566/raw_assets/public/IT_Force_May2021/images/video_bnr.jpg);
}

.video_blog .post_feat img {
  height: 100%;
  width: 100%;
}

.video_blog .post_feat_smry_date {
  border-top-color: rgba(61,68,89,0.1);
  color: rgba(61,68,89,0.5);
}

.video_blog_post .post_container {
  margin-top: 0;
}

.video_blog_post .post_page_title_in {
  padding: 0px 0px 20px 0px;
}

.video_blog_post .post_page_title h1 {
  font-size: 30px;
  line-height: 1;
  text-transform:none;  
  color: #3d4459; 
}

.video_blog_post .post_feat img {
  width: 100%;
  height: 100%;
}

@media(max-width:767px){
  .video_blog_post .post_page_title h1 {
    text-align: left;
  }
} 

.video_blog_post .post_feat_smry p {
  line-height: 1.5em;
}

.video_blog_post .rltd_wrapper .post_feat_title {
  color: #000000;
  font-family: "Varela Round", Sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4em;
}

.video_blog_post .post_feat_title a {
  font-family: "Varela Round",Sans-serif;
}

.blog__comments form {
  max-width: 100%;
}

@media(max-width:420px){
  .post_bnr .banner_contnt {
    padding: 70px 0 96px 0;
  }
}

.blog_pagination .disabled {
  color: #3d4459;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {  
  padding: 3rem 0; 
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0; 
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px; 
  color: #4F7D24;
  padding: .75rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



.site-content {
  margin-top: -127px;
}

#primary {
  margin: 4em 0;
}

.error-404.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ast-404-layout-1 {
  text-align: center;
  margin: 4em auto;
}

.error-404 .page-header {
  margin-bottom: 1.5em;
}

.error-404 .page-header h1 {
  font-size: 1.875rem;
  margin-bottom: 0;
  color: #2f98ce;
  font-weight: 400;
  line-height: 1.2;
}

.ast-404-layout-1 .page-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.ast-404-search {
  margin-top: 1.5em;
}

.ast-404-search .widget_search {
  max-width: 370px;
  margin: 0 auto;
  padding-top: .5em;
}

.ast-404-search form {
  position: relative;
  padding: 0;
  background: initial;
  color: inherit;
  max-width: 100%;
}

.widget_search form>label {
  position: relative;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal!important;
}

.widget_search form input[type="text"] {
  background: #fafafa;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 2px;
  width: 100%;
  padding: 16px 45px 16px 15px;
  outline: 0;
  border-style: solid;
  border: 1px solid #ccc;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  height: auto;
  color: #666;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border-color: #eaeaea;
}

.widget_search form input[type="text"]::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.widget_search form input[type=submit] {
  font-size: 1rem;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 13px 20px;
  border-radius: 2px;
  border: none;
  top: 0;
  right: 0;
  position: absolute;
  color: transparent;
  background: 0 0;
  max-width: 45px;
  z-index: 2;
  height: 53px;
  cursor: pointer;
}

.widget_search .search-form:after {
  font-family: Astra;
  font-size: 1.2em;
  font-weight: normal;
  content: "\e8b6";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
} 

.widget_search .hs-search-field__input,
.widget_search .hs-search-field__input:focus {
  width: 100%;
  padding: 16px 45px 16px 15px;   
  outline: thin dotted; 
}


@media(max-width:921px){
  .error-404 .page-header h1 {
    font-size: 30px;
  } 

  #primary {
    padding: 1.5em 0;
    margin: 0;
  }
}


@media(max-width:921px){ 
  .site-content {
    margin-top: -160px;
  } 
}