/* Theme base styles */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}


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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}
/* CSS variables */

:root {
  --gap: 2.127659574%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--gap));
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--gap));
  }

  .row-fluid .span9 {
    width: calc(75% - var(--gap));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--gap));
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--gap));
  }

  .row-fluid .span6 {
    width: calc(50% - var(--gap));
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--gap));
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--gap));
  }

  .row-fluid .span3 {
    width: calc(25% - var(--gap));
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--gap));
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--gap));
  }
}
.dnd-section > .row-fluid, .page-center, .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-300.woff2)format('woff2');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-300italic.woff2)format('woff2');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-regular.woff2)format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-italic.woff2)format('woff2');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-500.woff2)format('woff2');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-500italic.woff2)format('woff2');font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-600.woff2)format('woff2');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-600italic.woff2)format('woff2');font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-700.woff2)format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Nunito';src:url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/raw_assets/public/NewYork-Engineers-2023/fonts/nunito/nunito-700italic.woff2)format('woff2');font-weight:700;font-style:italic;font-display:swap}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.7;
  overflow-wrap: break-word;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

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

/* Paragraphs */

p {
  margin: 0 0 15px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  line-height: 1.3;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 19px;
}

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  word-break: normal;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.clearfix:before, .clearfix:after{
  content: '';
  display: table;
}
.clearfix:after{
  clear: both;
}

/* CTA width */
.hs-cta-embed iframe .interactive-button{
  white-space: nowrap;
}
/* body .hs-cta-embed iframe{
width: 100% !important;
} */

/*== Hidden Phone and Desktop ==*/

@media (min-width: 768px){
  .hidden-desktop, .visible-phone, .visible-tablet {
    display: none!important;
  }
}

@media (max-width: 767px){
  .hidden-phone {
    display: none!important;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 1;
}

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

.hs-button {
  background-color: #e97000;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.hs-button:hover{
  color: #000;
}

/* No button */

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

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

/* Labels */

form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
  font-weight: 500;
}
form .hs-form-field.hs-fieldtype-booleancheckbox label {
  font-size: 14px;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  font-size: 16px;
  padding: 9px 10px;
  width: 100% !important;
  max-width: 800px;
  height: 40px;
  line-height: normal;
  border-style: solid;
  font-weight: 500;
  outline: none;
}

form textarea {
  resize: vertical;
}

form .hs-input:focus{
  outline: none;
}

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

.hs-dateinput .hs-datepicker{
  bottom: 0;
}


/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

ul.hs-error-msgs.inputs-list li {
  margin-bottom: 0;
}

/* Submit button */

form .hs-submit {
  text-align: center;
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  outline: none;
}

form input[type=submit]:hover,
form .hs-button:hover{
  text-decoration: none;
  outline: none;
}

form input[type=submit]:focus,
form .hs-button:focus{
  outline: none;
}

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

@media only screen and (min-width: 480px) {
  form fieldset.form-columns-3 .hs-form-field{
    width: 33.333% !important; 
  }
  form fieldset.form-columns-3 .hs-form-field:not(:last-child) .input,
  form fieldset.form-columns-2 .hs-form-field:not(:last-child) .input{
    margin-right: 10px;
  }
  form fieldset.form-columns-3 .hs-form-field:last-child .input,
  form fieldset.form-columns-2 .hs-form-field:last-child .input{
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  form .hs-form-field, form fieldset .hs-form-field {
    width: 100% !important;
  }
  form .hs-form-field > .input, form fieldset .hs-form-field > .input {
    margin-right: 0 !important;
  }
}
/* Table */

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

table, td, th {
  border: 1px solid;
}
/* Table cells */

td,
th {
  vertical-align: middle;
  padding: 2px 5px;
}

/* Table header */

thead th {
  vertical-align: middle;
}

table {
  font-size: 16px;
}
table thead td, table thead th {
  background-color: #faede8;
}
.custom-header{
  font-size: 16px;
  min-height: 67px;
}
.custom-header .page-center{
  z-index: 1;
}
.custom-header .main-header a, 
.custom-header .top-header a{
  text-decoration: none;
}
.custom-header .top-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 13;
  position: relative;
}
.top-header .header-contact{
  font-size: 14px;  
  width: auto;
  float: left;
}
.top-header .header-contact > div, .header-nonav .header-contact > div {
  display: inline-block;
  padding: 7px 0;
}
.top-header .header-contact > .header-contactno, .header-nonav .header-contact > .header-contactno{
  padding-right: 10px;
}
.top-header .header-contact p, .header-nonav .header-contact p{
  margin: 0;
}
.top-header .header-contact i, .header-nonav .header-contact i {
  padding-right: 6px;
  color: #fbbd02;
}
.top-header .header-top-menu {
  width: auto;
  float: right;
}
.header-top-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: right;
}
.header-top-menu .hs-menu-wrapper ul > li{
  display: inline-block;
}
.header-top-menu .hs-menu-wrapper ul > li a{
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
  display: block;
  position: relative;
}
.header-top-menu .hs-menu-wrapper ul > li:last-child a {
  padding-right: 0;
}
/* .header-top-menu .hs-menu-wrapper ul > li:not(:last-child) > a:after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 8px;
  right: 0;
} */
.top-header .header-top-menu .hs-menu-wrapper ul > li.request-a-call-back > a {
  border: 2px solid #ff5100;
  border-radius: 20px;
  line-height: 1;
}
.top-header .header-top-menu .hs-menu-wrapper ul > li.request-a-call-back > a:hover {
  background-color: #ff5100;
  color: #fff;
}



/*======= Main Menu Style=====*/
.custom-header .main-header {
  padding: 10px 0;
  position: relative;
  z-index: 12;
}
.main-header .header-logo a {
  display: block;
  padding: 10px 0;
}
.header-menu .hs-menu-wrapper ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*======= Header No-Nav Style=====*/
.custom-header.header-nonav {
  min-height: 67px;
}
.header-nonav .header-contact {
  font-size: 14px;
}
.header-nonav .header-contact a{
  color: #fff;
}


/*======= Header Search Style =====*/
.header-search-bar {
  float: right;
  position: relative;
  margin-left: 20px;
}
.header-search-bar .search-icon {
  float: right;
  text-align: center;
  display: inline-block;
  line-height: 37px;
  cursor: pointer;
  min-width: 30px;
}
.header-search-bar span.search-text {
  display: inline-block;
  line-height: 37px;
  font-size: 14px;
  margin-right: 10px;
}
.header-search-bar.search-open span.search-text{
  display: none;
}
.header-search-bar .header-search {
  display: none;
}
.header-search-bar.search-open .header-search {
  display: inline-block;
}
.header-search-bar .search-icon i {
  color: #fff;
}
.header-search-bar .search-icon i.fa-xmark{
  display: none;
}
.header-search-bar.search-open .search-icon i.fa-xmark {
  display: inline-block;
  font-size: 20px;
}
.header-search-bar.search-open .search-icon i.fa-magnifying-glass {
  display: none;
}
.header-search-bar .header-search form input[type=text]{
  max-width: 200px;
  height: 35px;
}
.header-search-bar .header-search form input[type=text]:focus{
  outline: none;
}
.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  background-color: #fff;
  width: 120%;
}
.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li:not(:last-child) {
  border-bottom: 1px solid #181818;
}
.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  color: #181818;
  padding: 10px 10px 0;
}
.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li a {
  font-size: 14px;
  padding: 3px 10px;
}
.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li a:hover {
  color: #000;
}


/*==== Request A Call Back PopUp Style ===*/
body.reg-popup-open {
  overflow: hidden;
}
.regular-popup {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow-x: hidden;
  overflow-y: auto;
}
.regular-popup.active {
  top: 0;
  background-color: rgba(3, 3, 3, 0.90);
  transition: background-color .6s ,opacity .6s;
}
.regular-popup .regular-popup-content-wrap{
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  min-height: calc(100% - 1rem);
  padding: 0 20px;
  position: relative;
  width: auto;
  margin: 1.5rem auto;
  max-width: 420px;
}
.regular-popup .regular-popup-content {
  position: relative;
  width: 100%;
  margin-top: 150px;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.regular-popup.active .regular-popup-content {
  margin-top: 0px;
}
.regular-popup .main-btn-circle {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #FFFFF0;
  background-color: rgb(252, 79, 79);
  background-color: #ff5100;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  z-index: 100;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 100%;
  line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.regular-popup .fade-out {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.regular-popup .main-btn-circle:hover {
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.regular-popup form fieldset > .hs-form-field > .input .hs-input {
  width: 100%;
}
.regular-popup form .hs-submit{
  text-align: center;
}
.regular-popup form .hs-button {
  font-size: 22px;
  width: 50%;
  min-width: 200px;
}
.regular-popup .form-title:empty {
  display: none;
}
.regular-popup form textarea {
  height: auto;
}



@media (min-width: 576px){
  .regular-popup .regular-popup-content-wrap {
    margin: 1.75rem auto;
    max-width: 500px;
    min-height: calc(100% - 3.5rem);
  }
}



@media only screen and (min-width: 768px) {
  .custom-header{
    min-height: 108px;
  }
  body.scrollTop .custom-header .main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .main-header .header-logo {
    width: 23%;
    float: left;
  }
  .main-header .header-menu{
    float: right;
  }
  .main-header .header-menu .mobile-trigger {
    display: none;
  }
  .header-menu .hs-menu-wrapper > ul{
    display: block !important;
    height: auto !important;
  }
  .header-menu .hs-menu-wrapper > ul:before,.header-menu .hs-menu-wrapper > ul:after{
    content: '';
    display: table;
  }
  .header-menu .hs-menu-wrapper > ul:after{
    clear: both;
  }
  .header-menu .hs-menu-wrapper > ul > li{
    float: left;
    position: relative;
    padding: 10px 6px;
  }
  .header-menu .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    font-size: 16px;
  }
  .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    font-family: FontAwesome;
    content: "\f0d7";
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
    position: relative;
    top: 0px;
  }
  .custom-header .header-menu .hs-menu-wrapper > ul > li.request-a-proposal {
    padding-left: 5px;
    padding-right: 0;
  }
  .custom-header .header-menu .hs-menu-wrapper > ul > li.request-a-proposal > a {
    font-size: 12px;
    padding: 3px 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
  }
  .header-menu .hs-menu-wrapper > ul > li ul {
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
    min-width: 250px;
    width: auto;
    padding-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-top-width: 3px;
    border-radius: 5px;
    top: 100%;
    line-height: 1.5;
  }
  .header-menu .hs-menu-wrapper > ul > li > ul:before {
    position: absolute;
    top: -18px;
    left: 10%;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0d8";
    color: #fbc00f;
    font-size: 28px;
  }
  .header-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    opacity: 1;
    visibility: visible;
  }
  .header-menu .hs-menu-wrapper > ul li.hs-menu-depth-2 ul {
    top: 0;
    left: 100%;
  }
  .header-menu .hs-menu-wrapper > ul ul li {
    position: relative;
  }
  .header-menu .hs-menu-wrapper > ul ul li a {
    font-size: 16px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    display: block;
    padding: 2px 18px;
    position: relative;
    white-space: nowrap;
  }
  .header-menu .hs-menu-wrapper > ul ul li:last-child > a{
    border-bottom: none;
  }
  .header-menu .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f0d7";
    font-weight: 300;
    font-size: 12px;
    padding-left: 5px;
    position: absolute;
    top: 8px;
    right: 8px;
    transform: rotate(270deg);
  }
  .header-menu .hs-menu-wrapper > ul li.services > ul > li.all-services > a,
  .header-menu .hs-menu-wrapper > ul li.projects > ul > li.sample-work > a,
  .header-menu .hs-menu-wrapper > ul li.on-demand > ul > li.all-services > a{
    background-color: #eb6400;
    border-radius: 4px;
    color: #fff;
  }
  .header-nonav .header-contact {
    float: right;
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  .main-header .header-menu{
    width: auto;
  }
  .header-menu .hs-menu-wrapper > ul > li{
    padding: 10px 8px;
  }
  .header-menu .hs-menu-wrapper > ul > li > a {
    font-size: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .custom-header {
    min-height: 155px;
  }
  .main-header .header-menu {
    width: 77%;
    padding-left: 15px;
  }
  .header-menu .hs-menu-wrapper > ul > li.resources > ul {
    left: auto;
    right: 0;
  }
  .header-menu .hs-menu-wrapper > ul > li.resources > ul:before {
    left: auto;
    right: 10%;
  }
  .header-search-bar {
    margin-left: 10px;
  }
  .header-search-bar.search-open .header-search {
    position: absolute;
    right: 30px;
    z-index: 1;
    width: 200px;
  }
  .header-search-bar span.search-text {
    display: none;
  }
}

@media (max-width: 1090px) and (min-width: 992px) {
  .header-menu .hs-menu-wrapper > ul > li {
    padding: 10px 5px;
  }
  .header-menu .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-header .top-header {
    display: none;
  }
  .custom-header .main-header .page-center{
    position: relative;
  }

  /*== Mobile Trigger Style Start ==*/
  .header-menu .mobile-trigger {
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    cursor: pointer;
  }
  .header-menu .mobile-trigger i {
    line-height: 1;
    position: relative;
    width: 20px;
    vertical-align: middle;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  .header-menu .mobile-trigger i, .header-menu .mobile-trigger i:before, .header-menu .mobile-trigger i:after {
    height: 3px;
    background-color: #fff;
    display: inline-block;
  }
  .header-menu .mobile-trigger i:before,  .header-menu .mobile-trigger i:after {
    position: absolute;
    content: '';
    width: 24px;
    -webkit-transition-property: margin,-webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s;
  }
  .header-menu .mobile-trigger i:before {
    margin-top: -8px;
  }
  .header-menu .mobile-trigger i:after {
    margin-top: 8px;
  }
  .header-menu .mobile-trigger.mobile-open i {
    background-color: rgba(0,0,0,0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0 1px 1px transparent;
    -moz-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent;
  }
  .header-menu .mobile-trigger.mobile-open i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 0%);
  }
  .header-menu .mobile-trigger.mobile-open i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 0%);
  }
  /*== Mobile Trigger Style End ==*/

  /*== Mobile Menu Style Start ==*/
  .header-menu .hs-menu-wrapper > ul {
    display: none;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
  }
  .header-menu .hs-menu-wrapper > ul li {
    position: relative;
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .header-menu .hs-menu-wrapper > ul > li a {
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    line-height: 2;
  }
  .header-menu .hs-menu-wrapper ul ul {
    display: none;
  }
  .header-menu .hs-menu-wrapper > ul > li.request-a-proposal {
    padding-top: 10px;
  }
  .header-menu .hs-menu-wrapper > ul > li.request-a-proposal > a {
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    display: inline-block;
    padding: 3px 20px;
  }
  /*== Mobile Menu Style End ==*/

  /*== Child Trigger Style Start ==*/
  .header-menu .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    border-left: 1px dotted rgba(255,255,255,.2);
  }
  .header-menu .child-trigger i{
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .header-menu .child-trigger i, .header-menu .child-trigger i:after {
    width: 15px;
    height: 3px;
    background-color: #fff;
    display: block;
  }
  .header-menu .child-trigger i:after {
    position: absolute;
    content: '';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .header-menu .child-trigger.child-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .header-menu .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  /*== Child Trigger Style End ==*/
}


@media only screen and (max-width: 380px) {
  .main-header .header-logo a img {
    width: 85%;
  }
}
.custom-footer {
  font-size: 15px;
  letter-spacing: 0.3px;
}
.custom-footer p{
  margin: 0;
}
.custom-footer a {
  text-decoration: none;
}
.custom-footer .bottom-footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 18px 0;
  text-align: center;
}
.custom-footer .top-footer {
  padding-top: 49px;
  padding-bottom: 30px;
}
.custom-footer .top-footer .hsrow {
  margin-left: 0;
  margin-right: 0;
}
.custom-footer .hs_fcol {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.custom-footer .fmenu_title h5 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-footer .fmenu_title h5:before,
.custom-footer .fmenu_title h5:after{
  bottom: 0;
  content: "";
  left: 0;
}
.custom-footer .fmenu_title h5:before {
  background-color: #ff5100;
  height: 2px;
  position: absolute;
  width: 55px;
  z-index: 1;
}
.custom-footer .fmenu_title h5:after {
  background-color: #1a1a1a;
  height: 1px;
  position: absolute;
  width: 100%;
}

.custom-footer .footer_menu {
  margin-top: 20px;
  line-height: 1.3;
}
.custom-footer .footer_menu .hs-menu-wrapper ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-footer .footer_menu .hs-menu-wrapper > ul li > a {
  display: block;
  padding: 5px 0;
  text-transform: capitalize;
  position: relative;
}
.custom-footer .ifa_logo img {
  max-width: 130px;
}
.custom-footer .footer_btns > div {
  margin-bottom: 15px;
}
.custom-footer .footer_btns a.hs-button {
  border-radius: 5px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
  border-style: solid;
  border-width: 2px;
}
.custom-footer .company_address { 
  font-size: 14px;
  font-weight: 500;
}
.custom-footer .company_address p {
  margin-bottom: 10px;
}
.custom-footer .company_address a i {
  margin-right: 2px;
}
.custom-footer .footer-social ul {
  list-style-type: none;
  margin: 60px 0 0;
  padding: 0;
}
.custom-footer .footer-social ul li {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}
.custom-footer .footer-social ul li:first-child {
  padding-left: 0;
}
.custom-footer .footer-social ul li a {
  border: 1px solid;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
.custom-footer .footer-social ul li a:before {
  background-color: #ff5100;
  border-radius: 50px;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -0.5px;
  position: absolute;
  top: -0.5px;
  transform: scale(0);
  transform-origin: center;
  transition: transform .5s ease;
  width: calc(100% + 2px);
}
.custom-footer .footer-social ul li a i {
  position: relative;
  z-index: 1;
}
.custom-footer .footer-social ul li a:hover {
  border-color: #ff5100;
  transition-delay: .3s;
}
.custom-footer .footer-social ul li a:hover:before {
  transform: scale(1);
}
.footer_copyright a {
  text-decoration: underline;
}

.footer-no-nav.custom-footer .footer-social ul{
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-no-nav .footer-logo {
  max-width: 265px;
  margin: 0 auto 10px;
}


.back-to-top {
  background: #ff5100;
  border-radius: 50px;
  cursor: pointer;
  position: fixed;
  color: #fff;
  right: 20px;
  bottom: 0;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transition: ease all 0.4s;
  opacity: 0;
  z-index: 90;
}
.back-to-top i {
  color: #fff;
  vertical-align: middle;
}
.back-to-top.show {
  opacity: 1;
  bottom: 20px;
}



@media (min-width: 768px) {
  .custom-footer .top-footer .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer .footer_menu {
    display: block !important;
    height: auto !important;
    margin-top: 20px !important;
  }
}


@media only screen and (min-width: 1230px) {
  .top-footer .company_address p:first-child {
    white-space: nowrap;
  }
}


@media (max-width: 991px) and (min-width: 768px) {
  .custom-footer .hs_fcol {
    margin-bottom: 30px;
    width: 33.333%;
  }
}


@media (max-width: 767px) {
  .custom-footer .hs_fcol {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer .hs_fcol:not(:last-child) {
    margin-bottom: 20px;
  }
  .custom-footer .footer_menu {
    display: none;
    min-height: 0;
    margin-top: 0px;
  }
  .custom-footer .fmenu_title h5 {
    margin-bottom: 0;
  }
  .custom-footer .company_address {
    text-align: center;
    padding-top: 10px;
  }
  .custom-footer .footer-social ul {
    margin: 0;
    padding-top: 10px;
    text-align: center;
  }
  .top-footer .fmenu_title {
    position: relative;
    cursor: pointer;
  }
  .top-footer .fmenu_title:after {
    color: #fff;
    content: "+";
    font-size: 40px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .custom-footer .footer_menu .hs-menu-wrapper ul{
    padding-top: 15px;
  }
  .custom-footer .top-footer .ifa_logo {
    margin-top: 25px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/*========= HsCol Width Css=========*/
.hsrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hscol{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 300px) {
  .hscol-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hscol-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hscol-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hscol-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hscol-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hscol-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hscol-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hscol-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hscol-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hscol-10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hscol-11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hscol-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .hscol-sm-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hscol-sm-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hscol-sm-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hscol-sm-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hscol-sm-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hscol-sm-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hscol-sm-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hscol-sm-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hscol-sm-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hscol-sm-10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hscol-sm-11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hscol-sm-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) { 
  .hscol-md-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hscol-md-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hscol-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hscol-md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hscol-md-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hscol-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hscol-md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hscol-md-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hscol-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hscol-md-10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hscol-md-11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hscol-md-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  } 
}

@media (min-width: 992px) {
  .hscol-lg-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hscol-lg-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hscol-lg-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hscol-lg-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hscol-lg-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hscol-lg-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hscol-lg-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hscol-lg-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hscol-lg-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hscol-lg-10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hscol-lg-11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hscol-lg-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  } 
}



/*====Website Css=====*/

div[class*="force-full-width-section"]>.row-fluid {
  padding-left: 0;  
  padding-right: 0;
} 
.ev-page .ev-row1{
  overflow: hidden;
}
.meplandding-page .custom-banner .banner-content {
  text-align: left;
  max-width: 700px;
}
.ca-mep-form {
  position: relative;
  overflow: hidden;
}
.ca-mep-form:after {
  background-image: url(https://2004318.fs1.hubspotusercontent-na1.net/hubfs/2004318/New-Images/NewYork-City.jpg);
  content: "";
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  width: 100%;
}
.ca-mep-form .widget-type-form {
  border-radius: 6px;
  float: none;
  margin: 0 auto;
  max-width: 850px;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}
.ca-mep-form .widget-type-form:before{
  background-image: linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,.5));
  content: "";
  display: block;
  filter: blur(8px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: 100%;
  z-index: -1;
}
.ca-mep-form .form-title {
  text-align: center;
  color: #181818;
}

/*====MEP Page Design=====*/
.mep-page .testim {
  background-color: #ffe9d5;
}
.mep-page .testim h2.testi-section-title {
  margin-bottom: 20px;
  color: #000;
}
.mep-page .testim .wrap {
  padding-bottom: 30px;
}
.mep-page .testim .cont .testi-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}
.mep-page .testim .cont .testi-cont .img {
  display: none;
}
.mep-page .testim .cont .testi-cont h2 {
  order: 3;
  font-size: 18px;
}
.mep-page .testim .testi-cont p, .mep-page .testim .arrow{
  color: #000;
}
.mep-page .testim .testi-cont p{
  min-height: 106px;
}
.mep-page .testim .dots {
  bottom: 20px;
}
.mep-page .testim .dots .dot{
  border-color: #000;
}

.mep-page .faq-contact-mdl .page-center{
  max-width: 100%;
  background: #ffe9d5;
}
.mep-page .faq-contact-mdl .faq-con-title {
  color: #000;
}
.mep-page .faq-contact-mdl .faq-con-itemTitle.active,
.mep-page .faq-contact-mdl .faq-con-itemTitle{
  background-color: #e97000;
  color: #000;
}
.mep-page .faq-contact-mdl .faq-con-itemTitle, .mep-page .faq-contact-mdl .faq-con-itemContent {
  border-color: #e97000;
}
.mep-page .faq-contact-mdl .faq-con-itemTitle .faq-con-itemTitle-icon {
  display: none;
}
.mep-page .faq-contact-mdl .faq-con-itemContent {
  color: #000;
  display: block !important;
  height: auto !important;
}
.mep-page .faq-contact-mdl form label{
  color: #000;
}
.mep-row2 table thead th {
  background: #e97000;
  color: #fff;
}
.mep-row2 table th, .mep-row2 table td {
  border-color: #ff5100;
}
.mep-row2 table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
.mep-row2 table tbody tr:nth-child(even) {
  background: #fff;
}
.mep-row2 table tbody tr td:first-child {
  text-align: center;
}
.service-page-row .widget-type-rich_text ul li:not(:last-child) {
  margin-bottom: 15px;
}


/*====Common Landing Page Design=====*/
.lp-header-logo {
  padding-top: 40px;
}
.lp-header-logo a img{
  max-width: 350px;
  width: 100%;
}


/*====MEP Page By Location Design=====*/
.mep-location-page .custom-banner p.subtitle a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
.mep-location-page .custom-banner p.subtitle a:hover{
  color: #ff5100;
}
.mep-location-page .custom-banner p.subtitle a:not(:first-child):before {
  display: inline-block;
  content: "\00bb";
  margin: 0 7px 0 5px;
  vertical-align: middle;
  color: #fff;
}
.mep-location-page .sc-heading h5:before {
  font: normal normal normal 18px / 1 FontAwesome;
  content: "\f178";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 600;
  color: #ff5100;
  margin-top: -5px;
}
.mep-location-page .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 400px !important;
}



@media only screen and (min-width: 768px) {
  .olsp-img {
    float: left;
    max-width: 40%;
    margin-right: 30px;
  }
  .olsp-right {
    float: right;
    max-width: 40%;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .mep-page .faq-contact-mdl {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .olsp-img, .olsp-right {
    margin-bottom: 20px;
  }
  .ca-mep-form .widget-type-form {
    padding: 20px 20px;
  }
}