/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

.row-fluid .span12 {
  width: 99.99999998999999%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid .span12 {
    width: 99.999999993%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid .span12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.bottom-cform {
	background: #002366;
	padding: 20px 40px;
  border-radius: 5px;
margin-top: 43px;
}
.bottom-cform label {
	color: #fff;
	font-family: Poppins,sans-serif !important;
}
.bottom-cform  form {
	display: grid;
	grid-template-columns: 47% 50%;
	column-gap: 30px;
}
.bottom-cform  form input
{
  border:0px !important;
}
.bottom-cform .hs-button
{
  width: 100%;
border-radius: 5px !important;
margin-top: 26px;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.oxy-sticky-header-active .oxy-header-left img.logo-color {
    display: block;
}
.oxy-header-left img.logo-color {
    display: none;
}
.oxy-header-left {
    width: 25%; 
}
.map-inner iframe {
    width: 100%;
    margin-top: 40px;
}
.gt-btn a:hover {
    background-color: #002366;
    color: #fff;
}
.tech-img {
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tech-img img {
    width: 95px;
}
.form-main form .actions input.hs-button.primary.large {
    width: 100%;
    display: block;
    color: #fff !important;
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px !important;
    position: relative;
    z-index: 0;
    background-color: #002366 !important;
    border-radius: 5px !important;
    border: 2px solid #002366 !important;
}
.fro-item {
    width: 33%;
    flex: 0 0 33%;
    max-width: 33%;
    text-align: center;
}
.content-rt p {
    color: #000;
}
.indus-head {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.addres-left {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
.content-rt h6 {
    font-size: 24px;
}
.content-rt {
    padding: 10px 20px 1px 20px;
    text-align: center;
}
.indus-style {
    background: linear-gradient(122.93deg, #FFF4FB 4.59%, #FFFFFF 46.5%);
    margin: 10px;
    border-radius: 0px;
    overflow: hidden;
}
.indus-itemt {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.add-inner {
    background-color: #fff;
    margin: 10px;
    padding: 15px 30px;
    border-radius: 10px;
}
.body-wrapper.hs-content-id-79064872313.hs-site-page.page .service-block-content 
{
     font-family: unset !important;
}

.body-wrapper.hs-content-id-79064872313.hs-site-page.page #services-container h2 
{
     font-family: unset !important; 
}
 .gt-btn a {
    border-radius: 3px;
    cursor: pointer;
    background: 0;
    height: 45px;
    text-transform: none;
    color: #002366;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .45px;
    line-height: 43px;
    padding: 0 30px;
    display: inline-block;
    border: 2px solid #002366;
}
.pop-detial {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.let-btn {
    padding: 0 10px;
}
.gt-btn {
    display: flex;
    justify-content: center;
}
.left-get {
    display: flex;
    align-items: center;
    padding-right: 0;
    justify-content: center;
    text-align: center;
}
.frod-main {
    padding-bottom: 40px;
}
.frd-gp p {
    color: #000;
}
.frd-des {
    color: #0067dd!important;
    font-size: .9em!important;
    font-weight: 600!important;
    margin: 8px 0;
}
.frd-name {
    font-size: 1.6em;
    font-weight: 700;
    margin: 10px 0;
    color: #000;
}
.frd-img img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 100%;
    object-fit: cover;
}
.about-banner {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(0,100,215,.06);
}
.tech-btn a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.how-se {
    padding-top: 110px;
    padding-bottom: 110px;
    background-size: cover !important;
}
.ht-content span {
    color: #ffd662;
}
.ht-content {
    width: 70%;
}
.ht-content p {
    color: #fff;
}
.ht-content h1 {
    color: #fff;
}
.technol-main.d-flex {
    justify-content: center;
}
#main-header {
    
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.technol-inner {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #fff;
    margin: 10px;
    padding: 15px;
    text-align: center;
}
#cb-nav li.nav-arrow a:after, .menu__wrapper.no-list li:nth-last-of-type(1) a:after 
{
display:none !important;    
}
.cont-leftt {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}
.cont-rt-inner form .input input {
    width: 100% !important;
}
.two-col-image-rev .content-section {
    padding-left: 0;
    padding-right: 40px;
}
.cont-lt-inner {
    padding-right: 80px;
}
.content-section {
    padding-left: 30px;
}
.cont-rt-inner form .actions input.hs-button.primary.large {
    width: 100%;
    display: block;
    color: #fff !important;
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px !important;
    position: relative;
    z-index: 0;
    background-color: #002366 !important;
    border-radius: 5px !important;
    border: 2px solid #002366 !important;
}
.cont-rightt {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}
.why-haptik-wrap .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 87px;
}
.cont-rt-inner h3 {
    text-align: center;
    margin-bottom: 20px;
}
.cont-rt-inner {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 20px;
    padding: 25px;
    position: relative;
      padding-bottom: 85px;
    background-color: #fff;
    margin: 0 auto;
}
.case-img img {
    height: 360px !important;
}
.case-main {
    
    overflow: hidden;
}
.why-haptik-wrap a.item-link {
    margin-top: 20px;
    color: #0067dc;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    gap: 6px;
    line-height: 26px;
    align-items: center;
    text-align: center;
}
.why-haptik-wrap a.item-link {
    margin-top: 20px;
}
.why-haptik-wrap .list-item img {
    width: auto;
    height: 100%!important;
}
.why-haptik-wrap .img-wrap {
    width: 108px;
    height: 108px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.why-haptik-wrap .img-wrap {
    width: 108px;
    height: 108px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-bottom: 15px;
}
.why-haptik-wrap .list-item {
    width: calc(25% - 65.25px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.two-col-image-rev {
    flex-direction: row-reverse;
}
.content-cp h2 {
    line-height: initial;
    margin-bottom: 20px;
}
.pd-top-10 {
    padding-top: 20px;
}
.logo-image img {
    width: 131px;
}
.content-lint .img-cont {
    position: absolute;
    left: -30px;
    top: 5px;
}
.content-lint ul li {
    position: relative;
    padding-bottom: 20px;
    list-style: none;
}

.trusted-brand h3 {
    text-align: center;
    padding-bottom: 30px;
}
.logo-cta-wrapper:hover .cta-wrap .white-button {
    opacity: 1;
    background-color: #fff;
}
.cta-wrap .white-button {
    border: 0;
    padding: 15px 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    animation: none!important;
    opacity: 0;
}
.logo-cta-wrapper:hover .logo-wrap {
    filter: blur(4px);
    transform: scale(.9);
}
.logo-cta-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 50px;
}
.cta-wrap .white-button, .logo-cta-wrapper {
    box-shadow: -4px 4px 25px 0 #00000013;
    transition: .2s ease-in-out;
}
.logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    transition: all 0.2s ease-in-out;
    line-height: 0;
}
.cta-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dnd_area-dnd_partial-2-module-2 .logo-image {
    width: calc(14.28% - 51.4px );
}
.dnd_area-dnd_partial-2-module-2 .logo-image img {
    width: 100%;
}
a.website-btn 
{
    color: #fff !important;
    margin-top: -1px;
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px !important;
    position: relative;
    z-index: 0;
    background-color: #002366;
    border-radius: 5px;
    border: 2px solid #002366;
}

.pdi-item6 .pdi-foot-menu 
{
    margin-top: -10px;
}
/* header css */

.span12.widget-span.widget-type-cell.dnd_area-column-1-padding.dnd-column.dnd_area-column-1-vertical-alignment 
{
    padding: 0 !important;
}
#main-header 
{
    background-color: transparent; 
}

/* end */
.cont-frm-main {
    display: flex;
    flex-wrap: wrap;
}
.form-style form .actions input.hs-button.primary.large {
    width: 100%;
    background-color: #002366 !important;
    border-color: #002366 !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 5px !important;
    border: 2px solid #002366;
}
.form-style {
    background-color: #fff;
    padding: 25px 30px;
    width: 90%;
    float: right;
    border-radius: 5px;
    box-shadow: -4px 4px 25px 0 #00000013;
}
.left-content {
    width: 60%;
    padding-right: 80px;
}
.right-form {
    width: 40%;
}
.ser-banner {
    height: 500px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover !important;
}
.ser-main h1 {
    color: #fff;
    line-height: initial;
}
/* footer section */
.pdi-footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
.form-heading {
    padding-bottom: 20px;
}
.pdi-main {
    display: flex;
    flex-wrap: wrap;
}
.social-share ul li {
    list-style: none;
    padding-right: 15px;
}
.social-share ul {
    display: flex;
    float: left;
    padding: 0;
    padding-top: 20px;
}
.social-share ul li svg {
    width: 25px !important;
    fill: #002366;
    display: block;
}
.span12.widget-span.widget-type-cell.dnd-column {
    padding: 0 !important;
}
div#plain-wrapper {
    padding: 0 !important;
}
.log-mod {
    height: 110px;
    display: flex;
    align-items: center;
}
.ct-section>.ct-section-inner-wrap {
    display: block !important; 
}
.pdi-form form .actions input.hs-button.primary.large {
    float: unset !important;
    color: #fff !important;
    margin-top: -1px;
    opacity: 1!important;
    overflow: hidden;
    padding: 10px 20px !important;
    position: relative;
    z-index: 0;
    background-color: #002366 !important;
    border-radius: 5px !important;
    border: 2px solid #002366 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.pdi-copyright {
    padding-top: 40px;
}
.pdi-main {
    border-bottom: 2px solid;
}
.pdi-item1 {
    width: 15%;
    max-width: 15%;
    flex: 0 0 15%;
}
.pdi-item2 {
    width: 14%;
    max-width: 14%;
    flex: 0 0 14%;
}
.pdi-item3 {
    width: 15%;
    max-width: 15%;
    flex: 0 0 15%;
}.pdi-item4 {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.pdi-menu ul li {
    margin-bottom: 10px;
}
.social-share h3 {
    font-size: 20px;
    margin-bottom: -10px !important;
    padding-top: 10px;
}
.social-share {
    float: left;
    padding-top: 10px;
}
.pdi-menu ul {
    display: block !important;
}
.pdi-item5 {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
    display: flex;
    justify-content: center;
}
.pdi-footer-cp img {
    width: 230px;
    margin-bottom: 10px;
}
.pdi-item6 
{
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.pdi-menu {
    padding-right: 30px;
}
.pdi-menu ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.pdi-foot-menu h3 {
    margin-bottom: 10px;
    color: #212529;
    font-size: 1.25em;
    font-weight: 700;
}
/* end */
.banner-lp {
    padding-top: 80px;
    padding-bottom: 80px;
}
.label-main .lb-right {
    justify-content: end;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.tt-headerr {
    text-align: center;
    margin-bottom: 30px;
}
.test-slider .owl-nav span {
    margin-bottom: -5px !important;
}
.col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
.add-inner h2 {
    font-size: 28px;
}
.addr-btn a {
    font-weight: 600 !important;
    color: #002366 !important;
}
.align-end {
    text-align: end;
   justify-content: end;
}
 .align-center {
    display: flex;
    align-items: center;
   
}
.lets-get {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 800px;
    margin: 0 auto;
}
a.lp-btn {
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px;
    position: relative;
    z-index: 0;
    background-color: #002366;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #002366;
}
a.lp-btn:hover, .lp-form .actions input.hs-button.primary.large {
    background-color: #fff;
    color: #002366;
}

.lp-footer-mn p 
{
    color: #fff;
}

.lp-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover !important;
}
.lp-footer {
    background-color: #002366;
    padding-top: 15px;
    padding-bottom: 1px;
}

.lp-content {
    padding-right: 50px;
    color: #fff;
}
.col-7 {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}
.right-content {
    padding-right: 20px;
    font-size: 20px;
}
.lp-right-inner {
    display: flex;
    align-items: center;
}
.col-44 {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}
.lp-content h1 {
    color: #fff;
    line-height: initial;
    margin-top: 30px;
}
.lp-content {
    background-color: #002366b5 !important;
    padding: 20px 40px 40px 30px;
}

.lp-form {
    background-color: #fff;
    padding: 25px 40px 40px 40px;
    width: 90%;
    float: right;
    border-radius: 5px;
}

.lp-frm-hr h2 {
    color: #002366;
}
.lp-frm-hr h2 {
    margin-bottom: 20px;
    color: #002366;
}
.lp-frm-hr {
    text-align: center;
}
.lp-form .actions input.hs-button.primary.large {
    width: 100%;
    background-color: #002366 !important;
    border-color: #002366 !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 5px !important;
  border:2px solid #002366;
}
.download-mt {
    padding-top: 40px;
}
.download-cnt-tp {
    padding-top: 15px;
}
.download-img {
    text-align: center;
}
.download-img img {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.down-tag {
    background-color: #002366;
    display: initial;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.lb-left h2 {
    color: #fff;
}
.download-btn a {
    font-weight: 600;
}
.download-cnt-tp h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.download-style {
    box-shadow: -4px 4px 25px 0px #00000013;
    margin: 15px;
    padding: 20px;
}
.col-4 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}
a.white-btn {
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px;
    position: relative;
    z-index: 0;
    background-color: #ffffff;
    border-radius: 5px;
    color: #002366;
    font-size: 18px;
    text-transform: capitalize;
}
.lp-head-sec {
    padding: 5px 0;
}
.cllo-fleex {
    flex-direction: row-reverse;
}
.mt-content {
    padding-right: 40px;
}
.cllo-fleex .mt-content {
    padding-right: 0px;
   padding-left: 40px !important;
}
.label-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.label {
    background-color: #002366;
    padding-top: 60px;
    padding-bottom: 70px;
}

.card-lst-style {
    margin: 20px;
}
.col-3 {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.card-lst-style {
    box-shadow: -4px 4px 25px 0px #00000013;
    padding: 20px;
    border-radius: 10px;
}
.card-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* form section start */

.form-section form select 
{
    width: 100% !important;
}
.ppl-footer .navbar-nav .dropdown-menu { 
    margin-right: -25px !important;
}
.ppl-footer .lp-tran {
    font-size: 18px;
}
.white-popup .label-style {
    margin-bottom: 50px;
}
.card-main-cont h3 
{
    font-family: Inter,sans-serif;
}

.pop-contenrt .content-heading 
{
    padding-right: 85px;
}

.white-popup .wid-icon 
{
    min-height: 45px;
}

.pop-section .cnt-heading h4 
{
    font-family: Inter,sans-serif !important;
    font-size: 18px;
    line-height: 156%;
    color: #476887;
    margin: 0 !important;
}

.ppl-sr-img ul li 
{
    list-style: none;
    padding: 10px 3px 3px 4px;
    text-align: center;
}

.ppl-sr-img ul 
{
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 4px;
}

.form-main select 
{
    color: #D9DDE1;
}

.xsmall 
{
    font-size: 16px !important;
}

.mob-img-banner2 
{
    display: none;
}

.form-main ul.inputs-list li span 
{
    color: #476887 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.form-main ul.inputs-list li span a 
{
    color: #62B7EF !important;
}

.form-main form .input input 
{
    border: 2px solid #d9dde1!important;
    border-radius: 4px !important;
}

.form-main ul.inputs-list li input 
{
    width: auto !important;
}

.form-main form .input input::placeholder 
{
  color: #d9dde1 !important;
}
/* End */

.d-flex 
{
    display: flex;
    flex-wrap: wrap;
}
.mrg-top-20 {
    margin-top: -70px;
}
.mrg-top-10 {
    margin-top: -40px;
}
.badge-gpt p 
{
    color: #000F30;
}

.heading-gt h3 
{
    font-family: Inter,sans-serif;
    font-size: 32px;
}

.sales-person ul 
{
    align-items: center;
    display: flex;
    padding-left: 10px;
    margin: 0;
}

.sales-person ul li:nth-child(2) 
{
    margin-left: -8px;
}

.sales-person ul li:nth-child(3) 
{
    margin-left: -8px;
}

.sales-person ul li 
{
    list-style: none;
}

.navbar-nav .nav-link 
{
    font-size: 14px !important; 
}

.form-section h3 
{
    font-family: Inter,sans-serif;
}
.botm-content p {
    font-weight: 500;
    font-size: 12px;
}
.text-gpt p {
    margin-bottom: 5px !important;
}
.wid-star ul {
    justify-content: space-around;
    margin-bottom: 4px;
}
.wd-sec-style {
    width: 144px;
    height: 148px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 24px;
    text-align: center;
    padding: 15px;
}
.text-gpt p {
    color: #000F30;
    font-weight: 600;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0;
}
.wd-section-inner {
    flex: 0 0 28%;
    max-width: 28%;
    width: 28%;
}
.wid-star ul {
    padding: 0;
}
.wid-star ul li {
    list-style: none;
}
.wid-star ul {
    padding: 0;
    display: flex;
}
span.d-block.dropdown-heading.text-sm.mb-0 h3 
{
    color: #000f30;
    font-size: 20px;
    font-weight: 700;
    font-family: Inter,sans-serif;
}

.banner-img-v2 
{
    position: absolute;
    right: 0;
}
.drop-lang ul li a.dropdown-item {
    color: #91A4B7;
}
.star-sec.d-flex 
{
    display: flex;
    align-items: center;
}
.wd-section-d {
    display: flex;
    flex-wrap: wrap;
}
.banner-module .str-left 
{
    width: 10%;
    font-weight: 700;
    color: #000F30;
}

.tmg-listing 
{
    padding: 0 10px;
}
.frm-logo-c.d-flex {
    padding-bottom: 25px;
    padding-top: 10px;
}
.frm-cpt-mp h2 
{
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
}
.frm-lg-left ul {
    padding-left: 12px;
}
.ftr-made 
{
    font-size: 14px;
}

.ice-content h3 
{
    font-family: Inter,sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.ftr-copy p 
{
    font-size: 14px;
}

span.dropdown-heading 
{
    color: #000F30 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.mfp-close-btn-in .mfp-close 
{
    color: #333;
    font-family: Plus Jakarta Sans,sans-serif;
}

.two-content ul li 
{
    list-style: none;
    padding-bottom: 15px;
    position: relative;
      padding-bottom: 15px;
}

.form-main 
{
    padding-top: 50px;
}

.form-main form label 
{
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 600 !important;
}

.logo-item 
{
    width: 12%;
    padding-top: 15px;
}

.diff-lang 
{
    display: none;
}

.mbt-button 
{
    display: none;
}

.str-btm b 
{
    color: #000F30;
}

.form-hd 
{
    text-align: center;
}

.two-content ul li 
{
    list-style: none;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #000F30;
}

.right-lb 
{
    padding-left: 15px;
}

.doc-item-style 
{
    margin: 0 15px;
}

.label-style 
{
    background: #f6f9fb;
    border-radius: 16px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    justify-content: space-around;
}

.card-main-cont h3 
{
    font-size: 20px;
}

.two-content ul li 
{ 
    position: relative;
    list-style: none;
}

.banner-img- 
{
    position: absolute;
    right: 0;
}

.two-content ul li:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://24983810.fs1.hubspotusercontent-eu1.net/hubfs/24983810/tick.png") no-repeat;
    top: 0px;
    left: -35px;
    position: absolute;
    display: inline-block;
}

.two-content 
{
    padding-right: 50px;
}

.col-3 
{
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}

.two-col-fl .two-content 
{
    padding-right: 0;
    padding-left: 50px;
}

.two-col-fl 
{
    flex-direction: row-reverse;
}

.align-center 
{
    align-items: center;
    display: flex;
}

.frm-cont .heading-gt h3 
{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 112%;
}

.frm-cont .frm-cpt-mp.two-content h2 
{
    font-family: 'Roca One';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
}

.left-lb.align-center 
{
    font-weight: 600;
    font-size: 16px;
}

.container 
{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}

.col-6 
{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.align-right 
{
    text-align: end;
}

.mb-img-bn-v1 
{
    display: none;
}

/* Footer css */
.ppl-footer 
{
    background-color: #172032;
}

.social-shar-gt ul.d-flex 
{
    padding: 0;
    justify-content: center;
}

.social-shar-gt ul li 
{
    list-style: none;
}

.social-shar-gt ul.d-flex 
{
    padding: 0;
}

.social-shar-gt ul li 
{
    align-items: baseline;
    background-color: #202c46;
    border-radius: 4px;
    display: flex;
    height: 32px;
    justify-content: center;
    list-style: none;
    margin: 0 10px;
    text-align: -webkit-auto;
    width: 32px;
}

.ftr-copy p 
{
    color: #6C869F;
}

.made-section.text-white 
{
    color: #6C869F;
}

.ppl-content p 
{
    color: #6C869F;
}

.ppl-content h5 
{
    font-family: Inter,sans-serif!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600!important;
    color: #FFFFFF;
    margin-bottom: 3px!important;
}

.ppl-content p 
{
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: #6C869F;
}

.ppl-navig-main 
{
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}

.social-shar-gt 
{
    padding-top: 30px;
}

.ppl-strt-mn 
{
    text-align: center;
}
.head-menu ul li a {
    color: #6C869F;
    font-size: 14px;
}
.ppl-star-mp {
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
}
 
.head-menu ul li 
{
    padding-bottom: 10px;
}

.ppl-footer 
{
    color: #fff;
}

.head-nav h4 
{
    color: #fff;
    padding-bottom: 10px;
    font-size: 18px;
      font-weight: 600!important;
    margin-bottom: 0!important;
}

.ingr-btn a.btn:hover 
{
    background-color: #476887;
    color: #fff;
}

.card-mp .heading-crd p 
{
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #91A4B7;
}

/* section.in-viewport .card-item:first-child .card-style 
{
    box-shadow: 0 8px 48px rgb(18 26 52 / 14%);
  transition: all 1s;
    transition-delay: 0.4s;
} */

.ingr-content-fl h2 
{
    font-size: 44px;
}

.integrat-main ul li 
{
    list-style: none;
    margin-left: -12px;
}

.integrat-main ul 
{
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}

.mb-rating-img 
{
    display: none;
}

.nav-main 
{
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}

.two-content h2 
{
    font-size: 32px;
}

.footer-btm 
{
    padding-top: 80px;
}

.head-menu ul 
{
    display: block !important;
}

.ppl-footer 
{
    background-color: #172032;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ppl-footer-v 
{
    background-color: #172032;
    padding-top: 20px;
    padding-bottom: 20px;
  color: #fff;
}

.pplf-flag .flg-txt 
{
    color: #fff;
}

.ppl-navig 
{
    padding-top: 50px;
}

.pplf-flag .flag-img 
{
    padding-right: 10px;
}

.pplf-flag 
{
    display: flex;
    justify-content: end;
}
/* end */

/* header css start */

header.header-cp 
{
    position: relative;
}

.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header-top-row-0-max-width-section-centering.header-top-row-0-vertical-alignment .row-fluid 
{
    display: unset !important;
}

.card-item:hover .card-btn a {
    color: #00B950 !important;
}
.card-style {
    background: #FFFFFF; 
    border-radius: 24px;
    margin: 10px;
    padding: 30px;
}

.icn-style:hover a {
    color: #00B950 !important;
    text-decoration: underline !important;
}
.card-style:hover 
{ 
    box-shadow: 0px 8px 48px rgba(18, 26, 52, 0.14); 
}
.card-btn a {
    color: #91A4B7;
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 100%;
}
.card-btn {
    padding-top: 40px;
}
.card-item:first-child .card-style .card-btn a {
    color: #00B950;
}
.card-imng img {
    width: 100%;
    padding-bottom: 20px;
}
.inter-ltm {
    text-align: end;
    padding-top: 20px;
}
.ingr-content-fl {
    padding-bottom: 25px;
}
.card-main {
    padding-top: 40px;
}
.inter-ltm a {
    color: #000f30 !important;
    font-weight: 600 !important;
}
.header-fixed {
    position: absolute;
    width: 100%;
}
.ingr-right {
    display: flex;
    justify-content: end;
}
.ingr-btn a.btn {
    background: #e5ecf3;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #476887;
}
.logo-mp {
    padding-top: 10px;
}
.cont-imgtv {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.logo-mt {
    margin-left: -15px;
    margin-right: -15px;
}
.two-content ul {
    padding-top: 20px;
}
.banner-module {
  
    background-position: top !important;
    background-repeat: no-repeat;
}
.banner-module 
{
    padding-top: 180px;
    padding-bottom: 100px;
      position: relative;
}
/* end */

/* banner css start */
.white-bg-style {
    background: #FFFFFF;
    box-shadow: 0px 8px 48px rgba(18, 26, 52, 0.14);
    border-radius: 24px;
    padding: 45px;
}
.lb-main {
    background: #F6F9FB;
    padding: 20px 10px 0 45px;
    border-radius: 16px;
}
.cnt-left {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #00B950;
}
.cont-inner-tp:last-child 
{
    border: 0;
    padding-bottom: 0;
}

.lb-right {
    align-items: end;
    display: flex;
    width: 47% !important;
}
.cont-left {
    width: 60%;
    display: flex;
    align-items: center;
}
.cont-right {
    width: 40%;
    text-align: end;
}
 
.lg-main.d-flex a {
    line-height: 100%;
    color: #515B72;
    font-weight: 600;
    padding-left: 5px;
}
.lg-rpt {
    display: flex;
    align-items: center;
}
 .lg-main.d-flex {
    justify-content: end;
}
.lb-left {
    padding-bottom: 15px;
    padding-top: 10px;
    width: 52%;
}
.btm-cont-r p {
    padding-left: 10px;
    font-size: 16px;
}
.ban-cont-right {
    font-weight: 600;
    font-size: 18px;
    color: #000F30;
    padding-left: 10px;
}
.cont-inner-tp {
    padding: 10px;
    border-bottom: 1px solid #EDF2F7;
}
.content-lstg {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 8px 48px rgba(18, 26, 52, 0.06);
    border-radius: 24px;
    display: inline-block;
    padding: 30px;
}
.test-slider {
    padding-top: 40px;
}
.head-nav h4 {
    font-family: Inter,sans-serif !important;
    margin-bottom: 5px !important;
}
.slider-main {
    background: #fff;
    border-radius: 20px;
    opacity: .5;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 390px;
}
.badge-gpt p, .badge-gpt {
   
    min-height: 280px;
}
.icn-heading 
{
    padding-bottom: 30px;
}
.mrg-lt-rt {
    margin-left: -15px;
    margin-right: -15px;
}
.icn-style {
    margin: 20px;
}
.frm-cpt-mp.two-content ul 
{
    margin-bottom: 10px;
     
}
.frm-lg-right.align-center p {
    margin: 0!important;
    padding-left: 15px;
    font-size: 16px;
}
.ice-content {
    padding-bottom: 20px;
}
.ice-buttons a {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 100%;
    text-decoration-line: underline;
    color: #91A4B7 !important;
}
.ice-img {
    padding-bottom: 30px;
}
.documnet-icon {
    padding-bottom: 20px;
}
.documnet-main {
    padding-top: 50px;
}
.headi-img {
    text-align: center;
    padding-bottom: 20px;
}
.str-right ul li {
    list-style: none;
    padding-left: 5px;
}
.form-main form input, .popup-form form input {
    width: 100% !important;
}


.popup-form form input.hs-button.primary.large {
    width: 100%;
    background: #00B950;
    border-radius: 8px;
    border-color: #00B950;
}
.Resources p.dropdown-helper.mb-0.xsmall {
    font-size: 16px;
}
.popup-form form .actions input.hs-button.primary.large {
    background: #00B950;
    border-radius: 8px;
    border-color: #00B950;
}
.form-tmt ul {
    padding: 0;
}

ul.list-unstyled li a {
    color: #000f30;
    font-weight: 600;
    padding-bottom: 10px;
    text-decoration-line: underline;
    font-size: 14px;
}

ul.list-unstyled li 
{
    padding-top: 10px;
}

.form-tmt ul li:nth-child(2):before {
    position: absolute;
    content: ".";
    color: #000;
    TOP: -24px;
    font-size: 35px;
    left: -2px;
}
li.nav-item .lp-tran {
    padding-left: 5px;
}
.form-tmt ul li:nth-child(2):after {
    position: absolute;
    content: ".";
    color: #000;
    TOP: -24px;
    font-size: 35px;
    right: -5px;
}
.form-tmt ul li {
    list-style: none;
    padding: 0 12px;
    position: relative;
}
.form-tmt ul {
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 0;
    margin-bottom: 20px;
}
.banner-module {
    background-position: center;
}

.form-main .actions input.hs-button.primary.large:hover {
    background: #00af45;
}
.form-main .actions input.hs-button.primary.large {
    background: #00b950;
    border-color: #00b950;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
}
.badge-right 
{
    width: 65%;
}
.str-right ul {
    display: flex;
    padding: 0;
    margin-bottom: 5px;
}
.str-right {
    width: 84%;
}
.content-img {
    padding-top: 40px;
    padding-bottom: 40px;
}
.str-left {
    width: 15%;
}
.badge-left {
    width: 20%;
}
/* End */

/* slider section start */

.slider-img img {
    width: 100px !important;
}
.slider-main .star-sec {
    padding-top: 10px;
    padding-bottom: 10px;
}
.badge-gpt p, .badge-gpt {
    font-size: 16px !important;
}
.test-slider .owl-dots {
    text-align: center;
    padding-top: 20px;
}
 .test-slider .owl-dots button.owl-dot.active {
    background-color: #000F30 !important;
}
.owl-dots.disabled {
    display: block !important;
}
.center .item .slider-main {
    opacity: unset !important;
}
  .test-slider .owl-dots button.owl-dot {
    background-color: #B5C3CF !important;
    color: #003b4d !important;
    padding: 5px !important;
    border: 1px !important;
    margin: 0 5px;
}
.test-slider {
    padding-top: 40px;
}

.test-slider .owl-nav button.owl-prev 
{
    position: absolute;
    top: 35%;
    left: 12%;
    width: 50px;
    height: 50px;
    display: flex;
    background: #F6F9FB !important;
    justify-content: center;
    align-items: end;
    font-size: 40px !important;
    border-radius: 100%;
    border: 1px solid #D3DFEB !important;
    font-weight: 100 !important;
}

.test-slider .owl-nav button.owl-next 
{
    position: absolute;
    top: 35%;
    right: 12%;
    width: 50px;
    height: 50px;
    display: flex;
    background: #F6F9FB !important;
    justify-content: center;
    align-items: end;
    font-size: 40px !important;
    border-radius: 100%;
    border: 1px solid #D3DFEB !important;
    font-weight: 100 !important;
}

/* popup section */

.white-popup {
    background: #fff;
    margin: 20px auto;
    max-width: 1220px;
    padding: 50px;
    position: relative;
    transition: all 1s;
    width: auto;
    border-radius: 24px;
}

.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* end */




/* media start */

@media only screen and (max-width: 991px) 
{
/* cross css start */
 span.navbar-toggler-cross 
  {
    display: none;
 }
  .oxy-sticky-header-active .oxy-header-left img.logo-color {
    display: none !important;
}
  .container-fluid.body-container.body-container--blog-index .row-fluid .span3 {
    width: 100% !important;
}
  .pdi-item5 
  {
     justify-content: left !important;
}
  .slider-main {
     
    min-height: 100% !important;
}
  .badge-gpt p, .badge-gpt {
    min-height: 100% !important;
}
  .indus-itemt {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .content-cp h3 {
    padding-left: 0 !important;
    padding-top: 20px !important;
}
  .two-col-image-rev .content-section {
 
    padding-right: 0 !important;
}
  .content-section {
    padding-left: 0 !important;
}
  .lets-get {
    padding-top: 20px;
    padding-bottom: 40px; 
}
  .rt-btn {
    padding-top: 20px;
}
  .blog-manually-list .headings {
    margin-bottom: 20px !important; 
}
  .gt-btn {
    
    flex-wrap: wrap !important;
}
  .h2, h2 {
    font-size: 38px !important; 
}
  .log-mod img {
    width: 245px !important;
    margin: 0 auto !important;
}
  .blog-manually-list .blog-item {
    border-radius: 10px !important;
    display: block !important;
    padding: 10px 20px !important;
    border: 1px solid #f1f1f1 !important;
    margin: 10px !important;
}
  .blog-manually-list .title-tag-detail 
  {
     position: unset !important; 
}
  .blog-manually-list .listing-block {
    padding-left: 0 !important;
    width: 100% !important;
}
  .blog-manually-list .featured-block {
    width: 100% !important;
}
  .fro-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; 
}
  .about-banner {
    padding-top: 30px !important;
    padding-bottom: 30px !important; 
}
  .span3.widget-span.widget-type-cell.dnd-column {
    padding: 20px !important;
}
  div#hs_cos_wrapper_dnd-modulemodule_15342629077291160 {
    padding: 20px !important;
}
  h2.blog-index__post-title {
    line-height: 30px !important;
}
  .page-hero-content-mp {
    padding-bottom: 20px;
}
  a.blog-index__post-title-link {
    font-size: 22px;
}
  #blog-hero {     
    margin-bottom: 0 !important; 
    padding-bottom: 30px !important;
}
  .tech-content h2 {
    font-size: 22px !important;
}
  .test-slider 
  {
    padding-top: 0 !important;
}
  .content-cp h2 {
   
    padding: 0 !important;
    font-size: 22px !important;
    padding-top: 10px !important;
}
  .ht-content {
    width: 100% !important;
}
  .how-se {
    padding-top: 30px !important;
    padding-bottom: 10px !important; 
}
  .services-wrap {
    padding-bottom: 0 !important; 
}
  .service-individual { 
    margin-bottom: 20px !important;
}
 div#services-container .service-block h3 {
    top: -100px;
    left: 0% !important;
    color: #fff;
    background: #233c98;
    margin-top: 0;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 10px 1rem;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px !important;
    white-space: nowrap;
    min-width: 100% !important;
}
  .ct-section 
  {
    padding-top: 30px !important;
     padding-bottom: 5px !important;
     
}
  .test-slider .owl-nav 
  {
    display: none !important;
}
  .banner-content { 
    min-height: 270px !important;
}
  div#hs_cos_wrapper_dnd_area-module-4 #intro-section h3 {
    font-size: 20px!important; 
}
  .banner-content h1 {
    font-size: 24px !important;
}
  .banner-slid .item 
  {
     padding-bottom: 25px !important;
    padding-top: 30px !important;
}
  .exp-item {
    flex: 0 0 100% !important; 
    max-width: 100% !important; 
    width: 100% !important;
}
  #cb-nav li a, .menu__wrapper.no-list li a 
  {
     color: #fff !important; 
}
 .body-wrapper .oxy-sticky-header-active img.logo-white 
  {
    display: block !important;
}
  .why-haptik-wrap .list-item
  {
    width: 100% !important;    
}
  
  .banner-content h1 
  {
     line-height: inherit !important; 
}
 .pdi-item6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-bottom: 20PX;
}
  .pdi-item1 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
  .pdi-item5 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-bottom: 20px;
}
  .pdi-item4 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-bottom: 20px;
}
  .pdi-item3 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 550%;
}
  .pdi-item2 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-bottom: 20px;
}
  .right-form {
    width: 100% !important;
}
  .left-content {
    width: 100% !important;
    padding-right: 0 !important;
}
  .menu-toggle {
    color: #000 !important;
}
  img.logo-white {
    width: 200px;
}
  img.logo-color {
    display: none;
}
  .white-popup .popup-form.form-main {
    padding-top: 40px;
}
  .white-popup .label-style 
  {
    margin-bottom: 20px !important;
}
  .white-popup .pop-left.col-6.align-center {
    display: none;
}
  .mrg-top-20 
  {
    margin-top: 0px !important;
  }
  
.mrg-top-10 
  {
    margin-top: 0px !important;
  }
  
 .banner-module .str-left 
  {
     
    width: 15% !important;
} 
  .botm-content p 
  {
    margin: 0 !important;
}
  .right-content {
 
    display: none !important;
}
  .content-img {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}
  .sales-person ul 
  {
    
    justify-content: center !important;
}
  .lp-head-sec {
    padding: 15px 0 !important;
}
  .card-mp .card-style {
    padding: 35px !important;
}
  .col-lg-6 {
    width: 100% !important;
}
  .wd-sec-style {
    background-color: #fff!important;
    display: flex!important;
    height: 56px!important;
    justify-content: space-around!important;
    margin-bottom: 10px;
    align-items: center !important;
}
  .ingr-right {
    
    justify-content: left !important;
}
  .wd-section-inner 
  {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .integrat-main ul img {
    width: 56px !important;
    height: 56px !important;
}
  .frm-logo-c.d-flex {
    padding-bottom: 15px !important;
    padding-top: 0 !important;
    padding-left: 10px !important;
}
  .frm-lg-right.align-center p 
  {
    padding-left: 0 !important;
    padding-top: 15px !important;
}
  .wd-sec-style, .wd-section-inner {
    width: 100%!important;
    border-radius: 8px;
}
  
  .integrat-main ul {
     
    padding: 0 !important;
}
  nav.navbar {
    padding-top: 67px;
}
  .white-popup .popup-form.form-main form select {
    width: 100% !important;
}
  
  .white-popup 
  { 
    padding: 25px 20px !important; 
}
  .mb-img-bn-v1 img {
    width: 100% !important;
}
  .banner-img-v2 {
   display: none !important;
}
  
  .lb-right {
    
    width: 100% !important;
}
  .cont-right {
     
    width: 100% !important;
}
  .cont-left {
     
    width: 100% !important;
    margin-bottom: 20px !important;
}
  .lb-main {
    
    padding: 20px !important;
}
  .lb-left {
     
    width: 100% !important;
}
  .h3, h3 {
    font-size: 22px !important;
}
  .lp-head.d-flex .lp-left.col-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
}
  .content-lstg {
    margin-bottom: 40px !important;
}
  .lp-head.d-flex .lp-right.col-6 {
    width: 50% !important;
    max-width: 50% !important;
}
  
  .banner-module 
  {
 
    padding-top: 120px !important;
    padding-bottom: 10px !important;
}
  .h2, h2 {
    font-size: 32px !important;
}

  .frm-cpt {
    padding-bottom: 50px !important;
}
  .card-style {
    
    padding: 0px 0 !important;
}
  .logo-item 
  {
     
    width: 33% !important;
}
  .inter-ltm {
    
    text-align: left !important;
}
  .ingr .ingr-btn {
    display: none !important;
}
  .pplf-logo {
    text-align: center !important;
}
  .pplf-flag {
    display: none !important;
}
  .head-nav h4 
  {
    text-align: center !important;
}
  .head-menu {
    text-align: center !important;
}
  .card-btn 
  {
    padding-top: 10px !important;
}
  .ppl-strt-mn.col-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    padding-top: 20px !important;
}
  .ftr-made {
    text-align: initial !important;
}
  .ppl-navig-main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .footer-btm {
    padding-top: 35px !important;
    text-align: left !important;
}
  .ppl-star-mp {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .nav-main {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
}
  .col-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .two-content {
    padding-right: 0 !important;
}
   
  .logo-mt.d-flex {
    justify-content: center;
}
  .mb-rating-img img {
    width: 100% !important;
}
   
  .diff-lang {
    padding-top: 80px;
}
  ul.navbar-nav.ms-lg-auto li.nav-item:last-child {
    display: none;
}
  .mbt-two a {
    background: #00B950;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
  .mbt-one a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    background: #E5ECF3;
    border-radius: 8px;
    font-size: 18px;
    color: #476887;
}
  .diff-lang ul li a {
    color: #000F30;
}
  .diff-lang ul li {
    list-style: none;
}
  .diff-lang ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
}
 .diff-lang, .mbt-button {
    display: block !important;
}
  .pd-0-mb {
    padding: 0 !important;
}
  .mb-2-mb {
    margin-bottom: -18px !important;
}
  span.d-block.dropdown-heading.text-sm.mb-0 h3 {
    display: none;
}
  span#navbarCollapse img {
    width: 24px;
}
  button.navbar-toggler.selected span.navbar-toggler-icon {
    display: none;
}
  .shadow-6.show {
    box-shadow: unset !important;
    border: 0 !important;
}
  .dp-none {
    display: none !important;
}
  a.nav-link.py-lg-6.dropdown-toggle.show::after {
    rotate: 180deg;
    right: 20px;
}
  .dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    background-image: url(https://24983810.fs1.hubspotusercontent-eu1.net/hubfs/24983810/menu.svg);
    vertical-align: .255em;
    position: absolute;
    right: -20px;
    height: 22px;
    width: 58px;
    background-repeat: no-repeat;
    border: unset !important;
}
  button.navbar-toggler .show {
    display: block;
}
/*  end  */
  
 .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .two-col-fl .two-content {
    padding-left: 0 !important; 
}
  .white-bg-style {
     
    padding: 35px 20px !important;
}
  .logo-mt {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
  .form-tmt {
    padding-bottom: 15px !important;
}
  .header-fixed {
    position: absolute;
    width: 100%;
    top: -40px !important;
    background-color: #fff !important;
    z-index: 777 !important;
}
 .right-lb {
    margin-top: -20px !important;
}
  .label-style .d-flex.lb-gp-center {
    flex-direction: column-reverse !important;
}
  .form-tmt ul 
  {
    
    flex-wrap: wrap !important;
}
  .bnt-cent {
    padding-bottom: 60px !important;
}
  .h1, h1 {
    font-size: 32px !important;
}
  .badge-left {
    width: 25% !important;
}
  .badge-right {
    width: 70% !important;
    padding-left: 10px !important;
}
  .card-style:hover {
    box-shadow: unset !important;
}
  .col-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .col-44 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  
}

@media only screen and (max-width: 768px) 
{
  .pdi-item1 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
  .row-fluid .span3 {
    width: 130px !important;
}
  .module-gtm {
    margin-right: 0 !important;
}
  .addres-left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .left-get 
  {
     padding-right: 0 !important;
    padding-top: 30px !important;
}
  .cont-rightt {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 24px;
}
  .cont-leftt {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
  .cont-lt-inner {
    padding-right: 0;
}
  .pdi-item2 
  {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 20px;
}
  
  .pdi-item3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
  
  .pdi-item4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 20px;
}
  #main-header.oxy-sticky-header-active img.logo-white {
    opacity: 1 !important; 
}
  .form-style 
  {
     width: 100% !important; 
}
  .banner-lp {
    padding-top: 40px;
    padding-bottom: 40px;
}
  .body-wrapper.hs-content-id-1.hs-landing-page.hs-page .oxy-sticky-header-active img.logo-white {
    display: block !important;
}
  .oxy-header-left {
    position: absolute;
    top: 8px;
}
  .oxy-header-row 
  {
     position: relative !important;
}
 .pdi-item5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 20px;
} 
  #main-header .oxy-header-left {
     
    justify-content: left !important;
    margin: 0;
}
  
  .pdi-item6 
  {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 20PX;
}
  
  .pdi-footer {
    padding-top: 35PX;
    padding-bottom: 35px;
}
  
  
  
}

@media only screen and (max-width: 481px) 
{
.test-slider .owl-nav button.owl-prev {
    left: 0% !important;
} 
  .lp-right-inner {
    position: absolute !important;
    top: 25% !important;
}
  .lp-header {
    padding-top: 0 !important;
}
  .lp-form 
  {
     width: 100% !important; 
    margin-top: 20px !important;
}
  .mt-content {
    padding-right: 0 !important;
    text-align: center !important;
}
  .mt-two-col .cllo-fleex .mt-content {
    padding-right: 0px;
     text-align: center !important;
    padding-left: 0px !important;
}
  .col-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .label-main .lb-right {
    justify-content: center !important;
}
  .lp-banner {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
    background-size: cover !important;
}
  
  .label-main 
  {
     flex-wrap: wrap !important;
    text-align: center !important;
}
  .lp-head-sec 
{
    position: relative !important;
}
  .mob-img-banner2 {
    display: block !important;
    padding-top: 20px !important;
}
  .mb-style-left {
    text-align: left !important;
}
  .form-tmt ul li:first-child {
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 5px !important;
}
  .form-main .actions input.hs-button.primary.large 
  {
     
    font-size: 18px !important;
    padding: 15px 10px !important;
}
  nav.navbar {
    padding-top: 15px !important;
}
  .lg-main.d-flex {
    justify-content: end;
    padding-right: 0px !important;
}
  a.navbar-brand img {
    width: 160px !important;
    height: 100% !important;
}
  
  .test-slider .owl-nav button.owl-next {
    right: 0 !important;
}
}
/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
      font-family: 'pdi-icons';
  src: url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pdi-icons.eot');
  src: url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pdi-icons.eot?38515867#iefix') format('embedded-opentype'),
       url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pdi-icons.woff2') format('woff2'),
       url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pdi-icons.woff') format('woff'),
       url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pdi-icons.ttf') format('truetype'),
       url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pdi-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
    }
    .demo-icon {
      font-family: "pdi-icons";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "pdi-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play:before { content: '\e800'; } /* '' */
.icon-star-filled:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-at:before { content: '\f1fa'; } /* '' */

body {
  line-height: 1.6 !important;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Epilogue' !important;
}
body, p {
    font-family: 'Epilogue' !important;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 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: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

.btn-arrow .hs-button:after {
 content: '\e800';
  display: inline-block;
  color: transparent;
  font-family: 'pdi-icons';
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  margin-left: 0.2rem;
}

.partner-cols .button,
.careers .button,
.partner-cols .button:hover,
.careers .button:hover,
.partner-cols .button:active,
.careers .button:active,
.blk-btn {
 text-transform:uppercase;
 color:#000;
 font-size:1.15rem;
  padding: 0;
  background: transparent !important;
  border: 0px solid !important;
}
.partner-cols .button:after,
.careers .button:after,
.blk-btn:after {
 content:"\e800";
 display:inline-block;
 color:transparent;
 font-family:pdi-icons;
 -webkit-text-stroke:2px #f47666;
 text-stroke:2px #f47666;
 margin-left:.325rem
}
.partner-cols .dnd_2-row-0-background-color {
  background-color: #fff !important;
  border-top: 1px solid #ccc;
  margin-top: 60px;
  padding-top: 60px !important;
}
.partner-cols h3 {
  color: #233c98 !important;
}
.partner-cols .row-fluid {
  align-items:flex-start; 
}
.partner-cols .span4.dnd-column{
  align-items: flex-start;
  color: #000;

}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.bottom-form input[type="text"],
.bottom-form input[type="name"],
.bottom-form input[type="email"],
.bottom-form input[type="company"],
.bottom-form input[type="tel"],
.bottom-form textarea {
 display: block;
  width: 100%;
  box-shadow: none !important;
  border: 0px solid !important;
  padding: .75rem .5rem !important;
}

.bottom-form label {
 color: #fff !important; 
}
input[type="submit"] {
 box-shadow: none !important; 
  background-color: #ffd662 !important;
  float: right;
  margin-top: 0.5rem;
  padding: 10px 15px;
  text-transform: uppercase !important;
  border: 2px solid  #ffd662 !important;
  color: #233c98 !important;
  font-weight: bold;
}


#cb-footer form {
  display: flex;
  flex-direction: column;
  
}
#cb-footer .footer-inner {
 display: flex;
  flex-direction: column;
}
#cb-footer .hs-form-field {
  margin: 0 5px
}
#cb-footer form label {
  visibility: hidden;
  height: 0;
  width: 0;
   border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#cb-footer form input[type="email"],
#cb-footer form input[type="text"] {
  margin-left: 5px;
  background: transparent;
  border: 2px solid #246794 !important;
  border-radius: 0 !important;
  font-size: 0.75rem !important;
    padding: .75rem .5rem !important;

}
#cb-footer form input {
 margin-bottom: 0.8rem; 
}
#cb-footer form input::placeholder {
  color: #fff;
}
#cb-footer input[type="submit"] {
  float: none;
  margin-top: 0;
  margin-left: 10px;
  border: 2px solid #3390cf !important;
  background-color: #3390cf !important;
    padding: .75rem 1.5rem !important;
  border-radius: 0 !important;
    font-size: 0.75rem !important;


  
}
@media (min-width: 1120px) {
 #cb-footer .footer-inner {
   flex-direction: row;
   align-items: center;
justify-content: space-between;
   
  }
  #cb-footer form input {
   margin-bottom: 0; 
  }
  #cb-footer form {
  flex-direction: row;
  flex-wrap: nowrap;
  
  }
}
#assessment-wrapper {
justify-content: center;
align-items: center;
display: flex;

}


#assessment-wrapper .hs-form {
width: 800px;
max-width: 100%;
margin: 0 auto;
display: block;
float: none;
text-align: ;

}

#assessment-wrapper .grecaptcha-badge {
  margin: 0 0 0 auto;
}

#assessment-wrapper form input[type="submit"] {
  box-shadow: none !important;
  background-color: #ffd662 !important;
  float: right !important;
  padding: 16px 60px !important;
  text-transform: uppercase !important;
  border: 2px solid #ffd662 !important;
  color: #233c98 !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  font-size: 24px !important;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
} /* Oxygen */
html {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
  overflow-x: hidden;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.ct-section-inner-wrap {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
    max-width: 1120px !important;
  float: none !important;
  margin: 0 auto !important;
}
.ct-columns-inner-wrap {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 1120px !important;
  float: none !important;
  
}
.ct-section>.ct-section-inner-wrap {
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ct-column {
  float: left !important;
  word-break: break-word;
}

.ct-columns-inner-wrap > .ct-column:first-child {
  margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
  margin-right: 0 !important;
}
.ct-video {
  width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
  position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oxy-nav-menu-list {
  display: flex;
  padding: 0;
  margin: 0;
}

#link_button-98-38 {
}
#link_button-98-38 {
 url-encoded:true;
 padding-top:0px;
 padding-bottom:0px
}
 
 

.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color, border-color;
  border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
  border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
  position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
  padding: 0;
  flex-direction: column;
  white-space: nowrap;
  transition-timing-function: ease-in-out;
  transition-property: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
  left: 100%;
  top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
  flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.oxy-sticky-header-fade-in {
  animation-name: oxy_sticky_header_fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.oxy-header-wrapper {
  position: relative;
}
.oxy-header-row {
  width: 100%;
  display: block;
}
.oxy-header-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
  display: flex;
  align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
  display: none;
}
.oxy-header-left {
  justify-content: flex-start;
}
.oxy-header-center {
  flex-grow: 1;
  justify-content: center;
}
.oxy-header-right {
  justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar .oxy-sticky-header-active {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .oxy-sticky-header-active {
    top: 0 !important;
  }
}
.oxy-video-background {
  position: relative;
  z-index: 1;
}
.oxy-video-background .oxy-video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.oxy-video-background .oxy-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.oxy-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.oxy-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.unslider .unslider-fade ul li.unslider-active {
  position: relative;
}
.oxy-menu-toggle {
  cursor: pointer;
  display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  z-index: 2147483642 !important;
  background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
  max-height: 100%;
  overflow: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}
.oxy-nav-menu-prevent-overflow {
  overflow: hidden;
  height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
  display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
  flex-direction: column !important;
  width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
  text-align: center;
  border: 0 !important;
  background-color: transparent !important;
  justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
  background-color: #fff;
  z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
  display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
  .menu-item
  .sub-menu {
  display: flex;
  position: static;
  animation-name: none;
  visibility: visible;
  opacity: 1;
  transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
  display: none;
}
.oxy-nav-menu-hamburger-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oxy-nav-menu-hamburger {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
  border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
  transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
  display: none;
}
.oxy-nav-menu-open
  .oxy-nav-menu-hamburger
  .oxy-nav-menu-hamburger-line:first-child {
  display: initial;
  position: relative;
}
.oxy-nav-menu-open
  .oxy-nav-menu-hamburger
  .oxy-nav-menu-hamburger-line:last-child {
  display: initial;
  position: relative;
  transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
  display: flex;
  align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
  flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
  .menu-item-has-children
  > a::after {
  width: 0.35em;
  height: 0.35em;
  margin-left: 0.5em;
  border-right: 0.1em solid;
  border-top: 0.1em solid;
  transform: rotate(135deg);
  content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
  .sub-menu
  .menu-item-has-children
  > a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
  .menu-item-has-children
  > a::after {
  transform: rotate(45deg);
}
.oxy-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.oxy-social-icons a {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.oxy-social-icons a svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

body:not(.oxygen-builder-body) .ct-section {
  background-clip: padding-box;
  border-top: 62px solid transparent;
  margin-top: -62px;
}

body:not(.oxygen-builder-body).admin-bar .ct-section {
  border-top: 94px solid transparent;
  margin-top: -94px;
}

.ct-section {
 padding-top: 75px;
padding-right: 20px;
padding-bottom: 75px;
padding-left: 20px; 
}

#main-header 
{
    background-color: transparent;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
}
.oxy-sticky-header-active img.logo-white {
    display: none !important;
}
body {
    margin: 0 !important;
}
.oxy-sticky-header-active {
    position: fixed;
    width: 100%;
    background-color: #fff !important;
}

#main-header .oxy-header-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 881px) {
  #main-header .oxy-header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#main-header .oxy-header-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
 
 
#main-header .ct-link-button {
  background-color: #2e8379;
  border-color: #2e8379;
  color: #fff;
  border: 0px solid;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
#main-header .ct-link-button:hover {
  background-color: #27588d;
}
#main-header .pre-tag, #main-header .post-tag {
  display: none;
}
#main-header .pre-tag {
  color: #666;
}
#main-header .post-tag {
  color: #2e8379;
  font-style: italic;
  font-weight: 300 !important;
  font-size: 0.75rem;
}
@media (min-width: 881px) {
  #main-header .ct-image {
    padding: 0;
    max-width: 80%;
  }
  #main-header .oxy-header-container, #main-header .oxy-header-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #main-header .oxy-header-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #main-header .oxy-header-left img {
    max-width: 180px;
  }
  
  #main-header .oxy-header-right .pre-tag {
    font-size: 1.125rem;
  }
  #main-header .oxy-header-right .post-tag {
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
  }
  #main-header .pre-tag, #main-header .post-tag {
    display: block;
  }
  #main-header .pre-tag {
    margin-right: 0.75rem;
  }
}
@media (min-width: 992px) {
  #main-header .oxy-header-left img {
    max-width: 250px;
  }
  #main-header #header-button-wrap {
    padding: 5px 20px 5px 0px;
  }
  #main-header #header-button-wrap .header-button-tag {
    display: block;
  }
}

 
 
@media (min-width: 881px) 
{
  #main-header.oxy-sticky-header-active .oxy-header-left, #main-header.oxy-sticky-header-active .oxy-header-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-header.oxy-sticky-header-active .oxy-header-left img, #main-header.oxy-sticky-header-active .oxy-header-center img {
    max-width: 180px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  #main-header.oxy-sticky-header-active .pre-tag {
    display: block !important;
  }
  #main-header.oxy-sticky-header-active .oxy-header-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #main-header.oxy-sticky-header-active .oxy-header-right .ct-link-button {
    -ms-flex-item-align: normal;
        align-self: normal;
  }
}
@media (min-width: 1120px) {
  #main-header.oxy-sticky-header-active .oxy-header-left img {
    max-width: 220px;
  }
}


 
.oxy-header-left img.logo-white {
  z-index: 2;
}
.oxy-header-left img.logo-color {
 opacity: 0;
  z-index: 1;
}
#main-header.oxy-sticky-header-active img.logo-color  {
  opacity: 1;
  z-index: 2;
  
}
#main-header.oxy-sticky-header-active img.logo-white {
 opacity: 0;
  z-index: 1;
}

#cb-nav, .menu__wrapper.no-list {
  list-style: none outside none;
  padding-left: 0;
  margin-left;
  display: flex;

}
#menu__wrapper no-list {
  margin-top: 15px;
}
#cb-nav li,
.menu__wrapper.no-list li {
 margin-left: 1.5rem; 
  padding: 0 !important;
  line-height: 1.6 !important;
}
#cb-nav li a,
.menu__wrapper.no-list li a{
 text-decoration: none;
  color: #000;
  transition: color 100ms;
  text-transform: none !important;
  font-family: 'Epilogue',sans-serif !important;
  font-size: 16px !important;
  padding: 0 !important;
}
/*.menu__wrapper.no-list li:nth-last-of-type(1*/
#cb-nav li.nav-arrow a, .menu__wrapper.no-list li:nth-last-of-type(1) a {
    color: #fff !important;
    margin-top: -1px;
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px !important;
    position: relative;
    z-index: 0;
    background-color: #002366;
    border-radius: 5px;
    border: 2px solid #002366;
}
#cb-nav li.nav-arrow a:after,
.menu__wrapper.no-list li:nth-last-of-type(1) a:after {
 content: '\e800';
  display: inline-block;
  color: transparent;
  font-family: 'pdi-icons';
  -webkit-text-stroke: 2px #ffd662;
  text-stroke: 2px #ffd662;
  margin-left: 0.5rem;
}

 
.menu-toggle {
  display: block;
}
.menu.menu--mobile ul.menu__wrapper {
  display: flex;
  flex-direction: column !important;
  flex-wrap: nowrap;
  background-color: rgba(0,34,102,0.8);
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 20px #ccc;
  
}
.menu.menu--mobile ul.menu__wrapper li {
  margin-left: 0;
  padding: 1rem 1rem !important;
  border-top: 0px;
}
.menu-toggle {
  color: #fff;
  text-transform: uppercase;
  margin-right: 1rem;
  margin-top: 1.5rem;
  display: none;
}
.open {
  display: flex;
}
#main-header.oxy-sticky-header-active .menu-toggle {
  color: #002266;
 }
@media (max-width: 880px) {
 .menu--desktop {
   display: none !important;
  }
  .menu-toggle {
    display: block;
  }
  .menu.menu--mobile {
    position: absolute;
top: 3rem;
right: 1rem;
    display: none;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


#home-values {
 background-color: #e9e9e9 !important; 
}


#home-values .values-row {
  display: flex;
  min-width: 100%;
  flex-direction: column;
  
}
@media (min-width: 992px) {
  #home-values .values-row {
    flex-direction: row;
  }
}
#home-values .value-col {
 text-align: center; 
}


#home-values h2 {
  text-align: center;
    color: #002366;
    text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Spinnaker,sans-serif !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  
}
#home-values {
 background-image:url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pac-values-bg.jpg');
 background-size: cover;
 background-repeat: no-repeat;
}
#home-values .value-subheading {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #666;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Epilogue' !important;
}
#home-values .value-col img {
 width: auto !important;
  height: 150px !important;
}
#home-values .value-col h4 {
  color: #002366;
  margin: 30px auto;
  text-transform: none !important;
}
#home-values .value-col .value-description {
 max-width: 90%;
  margin: 1rem auto !important;
  display: block;
  font-size: 16px !important;
color: #404040 !important;
  line-height: 1.6 !important;
  font-family: Epilogue,sans-serif !important;
}



#contact-section {
 background-image: url('https://3453376.fs1.hubspotusercontent-na1.net/hubfs/3453376/cb-home/pac-footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
#contact-section h2 {
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 50px;
  font-weight: normal !important;
  text-transform: uppercase !important;
  align-self: center !important;
  display: inline-flex;
}
#contact-section .hs_cos_wrapper_type_text,
#contact-section .contact-section-left p {
 color: #59ccd9;
  font-size: 1.125rem;
  line-height: 2 !important;
  margin-bottom: 1.5rem !important;
}

#contact-section .contact-section-left .dnd-section,
#contact-section .contact-section-left .dnd-section .dnd-column {
 padding: 0 !important; 
}
#contact-section .row-fluid .span6 { 
  width: 100% !important;
  margin-left: 0 !important;
}

.contact-section-left .container-fluid .row-fluid {
  display: flex;
  flex-direction: column !important;
}
@media (min-width: 768px) {
  .contact-section-left {
      padding-right: 2rem;
  }
  .contact-section-right {
   padding-left: 3rem;
   border-left: 2px solid rgba(255,255,255,0.5);

  }
}
#contact-section form {
 display: flex;
 flex-wrap: wrap;
  justify-content: space-between;
}
#contact-section .hs-form-field {
  margin-bottom: 1rem !important;
  width: 48%;
}
#contact-section .hs-form-field.hs-message {
 width: 100% !important; 
}

/*
input[type="text"],
input[type="name"],
input[type="email"],
input[type="company"],
input[type="tel"],
textarea {
 display: block;
  width: 100%;
  box-shadow: none !important;
  border: 0px solid !important;
  padding: .75rem .5rem !important;
}*/

#contact-section label {
 color: #fff !important; 
}
form input[type="submit"] {
 box-shadow: none !important; 
  background-color: #ffd662 !important;
  float: right !important;
  padding: 10px 15px !important;
  text-transform: uppercase !important;
  border: 2px solid  #ffd662 !important;
  color: #233c98 !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  font-size: 16px !important;
}

#contact-section form input[type="submit"] {
  margin-top: 0.5rem !important;

}
#contact-section .submitted-message,
#cb-footer .submitted-message {
color: #fff !important;
}

#cb-footer {
  background-color: #002366;
  color: #ccc;
  text-align: center;
  padding: 40px 1rem;
  font-size: 0.75rem !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1120px) {
 #cb-footer .ct-footer-inner{
  display: flex;
   flex-direction: row;
} 
}
#cb-footer p {
  text-align: center;
  display: block;
  width: 100%;
}
#cb-footer .ct-section-inner-wrap .oxy-rich-text {
  margin: 0 auto;
}
@media (min-width: 1120px) {
  #cb-footer  {
    padding: 40px 1rem;
  }
}

#cb-footer form {
  display: flex;
  flex-direction: column;
  
}
#cb-footer .cb-footer-inner {
 display: flex;
  flex-direction: column;
}
#cb-footer .hs-form-field {
  margin: 0 5px
}
#cb-footer form label {
  visibility: hidden;
  height: 0;
  width: 0;
   border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#cb-footer form input[type="email"],
#cb-footer form input[type="text"] {
  margin-left: 5px;
  background: transparent;
  border: 2px solid #246794 !important;
  color: #fff;
}
#cb-footer form input {
 margin-bottom: 0.8rem; 
}
#cb-footer form input::placeholder {
  color: #fff;
}
#cb-footer input[type="submit"] {
  float: none;
  margin-top: 0;
  margin-left: 10px;
  border: 2px solid #3390cf !important;
  background-color: #3390cf !important;
    padding: .75rem 1.5rem !important;

  
}
@media (min-width: 992px) {
  .ct-new-columns {
   display: flex;
    flex-direction: row;
  }
  .contact-section-left {
    width: 40%
  }
  .contact-section-right {
    width: 60%;
  }

}

@media (min-width: 1120px) {
 #cb-footer .cb-footer-inner {
   flex-direction: row;
   align-items: center;
justify-content: space-between;
   
  }
  #cb-footer form input {
   margin-bottom: 0; 
  }
  #cb-footer form {
  flex-direction: row;
  flex-wrap: nowrap;
  
  }
  
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#page-hero {
  background-color: #002266;
  background-size: cover;
  background-position: left center;
  
}
#page-hero .ct-section-inner-wrap {
  background-position: left center;
}
#blog-hero {
  background-color: #002266;
  margin-bottom: 0px;
  background-image: url(https://info.pacificdataintegrators.com/hubfs/pac-what-visual.jpg);
  background-size: cover;
  background-position: center right;
}

#page-hero {
  background-color: #002266;
}
#page-hero h1,
.post-header,
#blog-hero h1 {
  color: #fff;
}
#page-hero h1,
#blog-hero h1{
  text-transform: uppercase !important;
  font-family: 'Spinnaker', sans-serif !important;
  
}

.pre-header {
  color: #ffd662;
  text-transform: uppercase !important;
  font-family: 'Epilogue', sans-serif !important;
  letter-spacing: 3px;
}
.pre-header a {
    color: #ffd662;

}
.post-header {
  font-family: 'Epilogue', sans-serif !important;
  display: block;
}
#page-hero .ct-section-inner-wrap,
#blog-hero .ct-section-inner-wrap {
 justify-content: center; 
}
@media (min-width: 992px) {
  #page-hero .ct-section-inner-wrap {
    min-height: 25vmax;
    background-position: center right;
  }
  #blog-hero .ct-section-inner-wrap {
    min-height: 15vmax;
    background-position: center right;
  }
  .page-hero-content {
    margin-left: 3rem;
  }
  .post-header {
    max-width: 60%;
    font-size: 1.25rem;
  }
}

.services-container { 
  display: flex;
}
.services-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
#services-container h2 {
  width: 100%;
  text-align: center !important;
  font-family: Spinnaker, serif !important;
  margin: 2rem auto !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  color: #233c98 !important;
}
.service-individual {
  padding: 0 1rem 0 0.5rem;
  margin-bottom: 45px;
}

.service-block h3 {
 top:-100px;
 left:-5%;
 color:#fff;
 background:#233c98;
 margin-top:0;
 display:inline-block;
 position:relative;
 text-align:left;
 padding:10px 1rem;
 width:auto;
 text-align:center;
 text-transform:uppercase;
 font-size:20px !important;
 white-space: nowrap;
 min-width: 75%;
}
.service-block h3::before {
  background: #233c98;
    border-right: 1px solid #233c98;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    display: block;
    width: 20px;
    height: 100%;
content: "";
    position: absolute;
    left: -20px;
    top: 0;
    z-indnex: 1;
    
}

.service-block h3::after {
  background: #233c98;
      border-left: 1px solid #233c98;

clip-path: polygon(0 0, 0 100%, 100% 0);    width: 20px;
    height: 100%;
content: "";
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1
    
}

.service-block-content { 
  margin-top: -2.5rem;
  color: #404040 !important;
  font-family: 'Epilogue' !important;
}

.service-block-content:before {
  display: block;
  width: 3rem;
  height: 5px;
  background: #000;
  content: "";
  margin-bottom: 2rem;
}
.services-wrap, .stories-container { 
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;

}
@media (min-width: 992px) {
.service-individual {
  width: 44%;
  }
  .services-wrap, .stories-container { 
  display: flex;
  flex-wrap: wrap;
    flex-direction: row;
      justify-content: space-between;

}
  .individual-story {
  width: 30%;
}
}

#services-container .stories-wrap h2 {
  color: #666 !important;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
  font-size: 20px !important;
}

.individual-story img {
  max-width: 100%
}

.individual-story .hs_cos_wrapper_type_image {
  position: relative;
}
.individual-story .hs_cos_wrapper_type_image::after{
  position: absolute;
  bottom: 5px;
  right: 0;
  background: #102973;
  width: 30px;
  height: 40px;
  line-height: 40px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  content: "\e800";
  font-family: 'pdi-icons';
  text-align: center
 
}
.individual-story h4 {
  font-size: 18px !important;
  color: #404040;
  margin-bottom: 1.5rem !important;
}
.closing-inner {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
}
.closing-lines {
  border-top: 2px solid #ccc;
  padding-top: 54px;
}
.closing-lines h2 {
  color: #233c98 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 30px;

}
.closing-lines p {
}
  .closing-inner-text {
    margin: 1rem;
  }
@media (min-width: 600px) {
.closing-inner{
  flex-direction: row;
}
  .closing-inner-text {
    margin: 0;
  }
  .closing-inner img {
    width: 300px;
align-self: start;
  }

}

.content-wrapper--vertical-spacing, .dnd-section {
  padding: 0 !important;
}

#hero-wrapper {
 position: relative; 

  
}

.partner-heading {
    color: #002266 !important;

}
.partner-intro {
 color: #666; 
}
.partner-logos .span12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row; 
}
.partner-logos .row-depth-1 {
  margin: auto !important;
}
.partner-logos img {
  height: 60px !important;
  width: auto !important;
  margin: 30px 20px;
}


.body-container--blog-index h3,
.body-container--blog-index h4 {
  color: #002266 !important;
  text-transform: uppercase;
  font-size: 24px !important;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}

.blog-index__post img {
  width: 100%;
  height:200px;
  object-fit: cover;
  
}

.two-cols h2 {
   color: #002266;
}
@media (min-width: 992px) {
  .two-cols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .two-cols h2 {
   font-size: 1.5rem;
    color: #002266;
  }
  .two-cols .simple-left {
   width: 68%;
  }
  .two-cols .simple-right {
    width: 25%;
  }

}


.careers h3,
.careers p {
  text-align: center;
}
.careers h3 {
  margin-bottom: 1rem;
  color: #002266;
}
.careers .widget-type-linked_image {
  text-align: center;
}
.careers .hs-image-widget {
  margin: 1rem auto;
}
.dnd_31-row-0-vertical-alignment > .row-fluid,
.dnd_32-row-0-vertical-alignment > .row-fluid {
  align-items: flex-start;
  text-align: center;
}
.careers .dnd_31-row-0-background-color,
.careers .dnd_32-row-0-background-color {
  background-color: #fff !important;
}
.careers .simple-contain {
width: 100% !important;
margin: 0 auto;
text-align: center;
}
.careers .simple-contain  ul {
  list-style: none outside none;
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto !important;
  padding-bottom: 2rem;
}
.careers .simple-contain  ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.careers .simple-contain h2 {
  color: #002266;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-top: 2px solid #666;
  padding-top: 1rem;
}


#home-blog-wrap {
  display: flex;
  flex-direction: column;
}
#home-blog img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  #home-blog-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #home-blog img {
  }
  .home-blog-entry {
    width: 30%;
  }
}

.home-content h3 {
font-weight: 600 !important;
  color: #002266 !important;
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-family: Spinnaker,sans-serif !important;
  margin-bottom: 1.5rem !important;
}
.home-content .button {
  background-color: #233c98 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;

}
.home-content .button::after {
  content: "\e800";
  display: inline-block;
  color: transparent;
  font-family: pdi-icons;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  margin-left: .2rem;
}
.home-content .hs_cos_wrapper_type_rich_text, .home-content .hs_cos_wrapper_type_text {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  color: #666 !important;
  margin-bottom: 2rem !important;
}
.home-content .row-number-4 {
   padding-bottom: 50px !important;
}

.home-content .row-number-4 img {
    width: 98% !important;
  box-shadow: 10px 10px 0px #e6e6e6 !important;
  margin-bottom: 2rem !important;

}
.home-content .row-number-7 {
 padding: 50px 0 !important; 
  margin-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;

}





#home-content-blog {
 padding-top: 90px; 
}

.home-blog-entry {
  position: relative;
  margin-bottom: 1.5rem;
}
.home-blog-image-wrap {
  position: relative;
}
.home-blog-image-wrap::after{
  position: absolute;
  bottom: 9px;
  right: 0;
  background: #102973;
  width: 30px;
  height: 40px;
  line-height: 40px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  content: "\e800";
  font-family: 'pdi-icons';
  text-align: center
 
}
.home-blog-info {
  position: relative;
  
}

#home-blog h4 {
 text-transform: none !important;
 margin-bottom: 1.5rem;
  color: #333;
  width: 70%;
}
#home-blog a {
  cursor: pointer;
}
#home-content-blog .span4 {
 position: relative; 
}
.home-blog-date {
  /*float: right;*/
  display: block;
  color: #ccc;
  position: absolute;
  top:0rem;
  right: 0;
  font-size: 1.5rem;
}
#site-map ul li {
  margin: 0.5rem 0;
}
#site-map ul ul {
 margin-left: 1rem; !important; 
}

/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

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

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

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

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

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

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

/* .row-fluid-wrapper.row-depth-1.row-number-6.dnd-row {
    display: none;
} */