*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper,
.container{
  margin: 0 auto;
  /*width:80%;*/
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: ETmodules; 
  src: url("https://f.hubspotusercontent30.net/hubfs/2887681/modules.eot") format("embedded-opentype"), 
    url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/Fonts/modules.ttf) format("truetype"), 
    url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/Fonts/modules.woff) format("woff");
  font-style: normal; font-weight: 400; 
}
@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://f.hubspotusercontent30.net/hubfs/2887681/fontawesome-webfont.eot") format("embedded-opentype"),
    url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/Fonts/fontawesome-webfont.woff2) format("woff2"),
    url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/Fonts/fontawesome-webfont.woff) format("woff"),
    url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/Fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal; font-weight: normal;
}
@font-face { 
  font-family: IcoFont; 
  src: url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/Fonts/icofont.woff2) format("woff2"),
    url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/Fonts/icofont.woff) format("woff");
  font-weight: 400;
}
body {
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0;
  padding-bottom: 1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin:0;
  padding-top:0;
  padding-bottom: 10px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
strong{
  font-weight:700;
}
.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 2;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

.hs-form label {
  font-family: Poppins;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
.body-container-wrapper .custom_error_message form, 
.body-container-wrapper .widget-type-form, 
.body-container-wrapper .widget-type-blog_subscribe, 
.body-container-wrapper .widget-type-google_search, 
.body-container-wrapper .widget-type-password_prompt.custom_error_message, 
.body-container-wrapper .widget-type-email_simple_subscription, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, 
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt, 
.body-container .submitted-message, .form-container form,
#hs_cos_wrapper_backup_unsubscribe form, #hs_cos_wrapper_password_prompt form {
  padding:15px 20px;
  margin:0 0 10px;
  border-radius: 5px;
}
/* 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 {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  background-color: #f5f8fa;
  display: inline-block;
  width: 100%!important;
  height: 40px!important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

/* Inputs - checkbox/radio */

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


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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.675rem;
  margin: 0 0 1.4rem;
  line-height: 12px !important;
}

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: 1rm !important;
 line-height: 9px !important;
}

.legal-consent-container p{
    font-size: 9px !important;
    line-height: 9px !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #c87872;
}
.hs-input.invalid.error:focus{
  border-color:#b9554d;
}
.hs-error-msg,
ul.no-list.hs-error-msgs label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 12px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b!important;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  display: block;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  font-size: 12px;
  line-height: 12px;
  font-family: Poppins;
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}

/* Captcha */

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

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-group {
  position: fixed;
  top: 0px;
  background-color: #17233e;
  line-height: 23px;
  font-weight: 500;
  width: 100%;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  z-index: 99999;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}
.header-group .container{
  z-index: 99;
  text-align: left;
  position: relative;
}
.et-top-navigation {
  float: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}
.top-menu-nav{
  float: none;
  line-height: 0;
}
.wp-megamenu-primary-menu {
  text-align: right;
  height: 60px;
  background-color: #17233e;
  position: relative;
  z-index: 99999;
}
.header__logo {
  float: left;
  position: relative;
  z-index: 2;
}
.header__logo img {
  margin-right: 15px;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
img {
  max-width: 100%;
  height: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul{
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  left: auto;
  top: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  border-top: none;
  position: static;
  line-height: inherit;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding: 15px 14px;
  transition: color .4s;
  display: inline-block;
  margin: 0;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome!important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-down:before {
  content: "\f107";
}
.menu-badge {
  font-size: 9px;
  margin-left: -8px;
  position: absolute;
  top: 12px;
  color: #ffffff;
  background-color: #c80046;
  padding: 5px;
  border-radius: 6px;
}
span.wpmm-selected-icon {
  margin: 0 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a i{
  margin-right: 0;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: inherit;
  margin-top: 5px
}
[class*=" icofont-"], [class^=icofont-] {
  font-family: IcoFont!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.icofont-sign-in:before {
  content: "\efe8";
}
.header-btn {
  position: relative!important;
  float: right!important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.header-btn a {
  color: #fff;
  background: #c80046;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  text-transform: 0;
  letter-spacing: inherit;
  border-width: 0 0 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
  transition: color .4s;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.header-btn a:hover{
  background-color: #7b144b;
  border-radius: 5px!important;
  background-image: linear-gradient(
    116deg,#7b144b 0%,#c80046 100%)!important;
  color: white;
}
@keyframes wpmmfadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0,-10px,0)
  }

  to {
    opacity: 1;
    transform: none
  }
}
.scroll-header .wpmm-nav-wrap{
  margin: 0 auto;
  position: relative;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}
.fa-bars:before {
  content: "\f0c9";
}
.wpmm_mobile_menu_btn {
  font-size: 14px;
  display: none;
  color: #fff;
  background-color: #2964d8;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  display:none;
}

@keyframes wpmmfadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul{
  width: calc(100% + 0px);
  margin-left: 0;
  background-color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 2px none #c80046;
  box-shadow: 2px 2px 5px 2px rgb(23 35 62 / 5%);
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  right: auto;
  margin: 0;
  line-height: 0;
  display: none;
  font-size: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li{
  line-height: 1.1em;
  clear: both;
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0px 0px 5px 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li:nth-child(1){
  z-index: 6;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li:nth-child(2){
  z-index: 5;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li:nth-child(3){
  z-index: 4;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li:nth-child(4){
  z-index: 3;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li{
  line-height: 1.1em;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  width: 25%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  display: block;
  border-radius: 0px 0px 5px 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li{
  line-height: 1.1em;
  font-size: 14px;
  position: relative;
  margin-bottom: 6px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li:last-child {
  margin-bottom: 0;
}
.wpmm-feature-box-pro{
  background-color: #17233e;
  padding: 20px 10px 20px 10px;
  border-radius: 5px;
}
.wpmmtextleft {
  text-align: left;
}
.wpmm-feature-title{
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  margin: 14px 0px 6px 0px;
  color: #ffffff;
  line-height: 1.1em;
  padding: 0;
  border-bottom: none!important;
}
.wpmm-feature-desc{
  font-size: 13px;
  color: #ffffff;
  line-height: 15px;
  font-weight: 400;
}
.wpmm-feature-item a{
  background: rgb(200, 0, 70);
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 5px 15px!important;
  width: auto!important;
  display: inline-block!important;
  margin-top: 25px;
  border-radius: 3px;
  font-weight: 400!important;
  -webkit-transition: .4s!important;
  line-height: 24px!important;
}
.wpmm-feature-item a:hover{
  background: rgba(200, 0, 70, 0.71);
  color: rgb(255, 255, 255);
}
.textwidget {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px!important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li>a{
  border-bottom: 2px none rgba(200,0,70,0);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.1em;
  color: inherit;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  letter-spacing: 0;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li>a img{
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li>a b{
  display:none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li>ul{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li>ul>li{
  line-height: 1.1em;
  font-size: 14px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li>ul>li>a{
  line-height: 1.1em;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  background-color: inherit;
  transition: .4s;
  -webkit-transition: .4s;
  display: block;
  padding: 5px 0;
  word-wrap: break-word;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li:nth-child(1)>ul>li:nth-child(2)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li:nth-child(2)>ul>li:nth-child(3)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li:nth-child(2)>ul>li:nth-child(6)>a {
  border: 0;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
  background-color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  width: 250px;
  top: 100%;
  text-align: left;
  visibility: hidden;
  transition: all .3s ease-in-out;
  right: auto;
  border: none;
  opacity: 0;
  z-index: -1;
  display: none;
  list-style: none;
  margin: 0;
  box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li{
  line-height: 1.1em;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>a{
  line-height: 1.1em;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  background-color: inherit;
  transition: .4s;
  -webkit-transition: .4s;
  display: block;
  padding: 8px 20px;
  word-wrap: break-word;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3),
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4),
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5){
  position:relative;
}
.menu-badge-new {
  font-size: 8px;
  margin-left: 4px;
  color: #ffffff;
  background-color: #c80046;
  padding: 3px 5px;
  border-radius: 6px;
}
.wpmm-grid-post-img-wrap {
  position: relative;
}
.wpmm-grid-post-img-wrap a {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: none;
  background-color: inherit;
  transition: .4s;
  -webkit-transition: .4s;
  display: block;
}
.wpmm-grid-post-img {
  Border-radius: 5px;
  position: relative;
  line-height: 0;
  font-size: 0;
  height: 180px;
  background-position: 50%!important;
}
.grid-post-title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.6em!important;
  margin-top: 10px!important;
  font-size: 30px;
}
.grid-post-title  a {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: none;
  background-color: inherit;
  transition: .4s;
  -webkit-transition: .4s;
  display: block;
  font-weight: 600!important;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 951px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1):hover > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3):hover > ul, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4):hover > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5):hover > ul {
    animation-duration: 0.3s;
    display: block;
    top: auto;
    opacity: 1;
    z-index: 1;
    visibility: visible;  
    animation-name: wpmmfadeIn; 
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul {    
    overflow: inherit !important;  
    display: block !important;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul{ 
    display: block !important;
    overflow: inherit !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul {
    display: block !important;
    overflow: inherit !important;
  }
}
@media only screen and (min-width: 968px){
  .scroll-header .wp-megamenu-primary-menu{
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-name: wpmmfadeInDown;
    animation-duration: .4s;
  }
}
@media only screen and (min-width: 981px){
  .et-top-navigation {
    padding: 25px 0 0 0;
  }
  .scroll-header .header-group {
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
  }
  .scroll-header .et-top-navigation{
    padding-top: 20px;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{ 
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
}

@media (max-width: 1251px) and (min-width: 951px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a { 
    padding: 15px 10px;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.header-btn a {
    padding: 15px 10px;
    font-size: 13px;
    margin-left: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul { 
    font-size: 0;
  }

}
@media (max-width: 1090px) and (min-width: 951px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 15px 5px;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.header-btn a {
    font-size: 12px;
  }

}



@media (max-width: 1140px){
  .scroll-header .wpmm-nav-wrap{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 980px){
  .header-group{
    position: absolute;
  }
  .header-group .container {
    width: calc(100% - 60px);
  }
  .et-top-navigation {
    padding-top: 24px;
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 950px){
  .wpmm-nav-wrap{
    vertical-align: baseline;
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    height: 100%;
  }
  .wpmm_mobile_menu_btn {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: none;
    border: none;
    padding: 6px 12px;
    font-weight: 400;
    border-radius: 3px;
    transition: .4s;
    -webkit-transition: .4s;
    display: inline-block;
    color: #fff!important;
    background-color: rgba(255,255,255,.05);
    font-size: 25px;
  }
  .wpmm_mobile_menu_btn i {
    vertical-align: baseline;
  }
  .wpmm_mobile_menu_btn:hover {
    color: #c80046!important;
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    text-align: left;
    padding: 10px;
    background-color: #17233e;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    max-height: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a{
    color: #c80046!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a b {
    float: right;
    padding: 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>:hover>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.menu-hover>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
    color: #c80046!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.header-btn a{
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.header-btn:hover a{
    color: #fff!important;
  }
  .mobile-open .wpmm_mobile_menu_btn i::before {
    content: "\f00d";
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children{
    position:relative;
  }
  .child-trigger {
    height: 46px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  .li-border .hs-menu-children-wrapper{
    display:block!important;
    border-radius: 0 0 5px 5px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
    visibility:visible;
    opacity:1; 
    position: relative;
    width:100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{ 
    box-shadow:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li{
    width:100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.header-btn{
    width:auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
    z-index: 1;
  }
  span.menu-badge { 
    margin-left: 0;
  }
  .wrapper {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li{
    padding: 3px; 
  }
}
@media (max-width: 767px){
  .header-group .container {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.header-btn{
    width:auto;
    float: none!Important;
  }
  .menu-badge {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.header-btn a {
    margin-top: 0!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul>li>ul>li>a img{
    display:none;
  }
}
.footer{
  position: relative;
  z-index: 1;
}
.top-main{
  background-blend-mode: overlay;
  background-image: url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/images/coding-background-texture.jpg)!important;
  padding-top: 80px!important;
  background-color: #17233E;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.et_pb_top_inside_divider {
  margin-top: -1px;
  background-image: url(https://147199682.fs1.hubspotusercontent-eu1.net/hubfs/147199682/raw_assets/public/RaptorServices_December2021/images/download.svg);
  background-size: 100% 40px;
  top: 0;
  height: 40px;
  z-index: 1;
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
}
.footer-top{
  z-index: 5;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.top-left{
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.top-right{
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.footer-top:after,
.footer-middle:after,
.copy-cont:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}
.left-wrapper{
  text-align: left;
  font-size: 26px;
  line-height: 1.3em;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #fff;
}
p:not(.has-background):last-of-type {
  padding-bottom: 0;
}
.right-wrapper{
  text-align: right;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}
.right-wrapper a{
  color: #ffffff;
  padding: 0.3em 1em;
  line-height: 1.7em!important;
  padding-right: 2em;
  padding-left: 0.7em;
  font-size: 15px;
  background-color: #c80046;
  border-width: 0px!important;
  border-radius: 5px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 300ms ease 0ms;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  display:inline-block;
}
.right-wrapper a:hover{
  color: #ffffff;
  background-color: #7b144b;
}
.right-wrapper a:after {
  opacity: 1;
  margin-left: 0.3em;
  line-height: 1.7em;
  content: '$';
  font-size: 15px;
  transition: all 300ms ease 0ms;
  position: absolute;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: ETmodules!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
}
.footer-middle{
  padding-top: 30px!important;
  padding-right: 30px!important;
  padding-bottom: 30px!important;
  padding-left: 30px!important;
  z-index: 5;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.footer-menu{
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.menu-wrapper{
  text-align: left;
  font-size: 14px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #fff;
}
.footer h4{
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
}
.footer-menu .hs-menu-wrapper>ul{
  margin:0;
  padding:0;
  list-style:none;
}
.footer-menu .hs-menu-wrapper>ul>li>a{
  color:#fff;
  transition: color 300ms ease 0ms;
}
.footer-menu .hs-menu-wrapper>ul>li>a:hover{
  color: #C80046;
}
.footer-bottom{
  padding-top: 30px!important;
  padding-right: 30px!important;
  padding-bottom: 30px!important;
  padding-left: 30px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  z-index: 5;
  width: 100%;
  background-color: #0c1733;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.bottom-left,
.bottom-middle,
.bottom-right{
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.bottom-left-wrapper{
  text-align: left;
  font-size: 14px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #fff;
}
.bottom-middle-wrapper{
  text-align: left;
  font-size: 14px;
  margin-right: -18px!important;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #fff; 
}
.bottom-right-wrapper{
  text-align: left;
  font-size: 14px;
  margin-right: -68px!important;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #fff; 
}
.et_pb_text_inner {
  position: relative;
}
.footer-bottom h5{
  font-size: 18px;
  color: #fff;
}
.footer-bottom h5 span{
  font-size: 16px;
}
.copyright{
  padding-top: 1px;
  padding-bottom: 3px;
  background-color: #0c1733;
  position: relative;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}
.copy-cont{
  padding-bottom: 10px!important;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.copy-left,
.social{
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.copy-left-wrapper{
  text-align: left;
  color: #fff;
}
.social-icon{
  font-size: 0;
  list-style-type: none!important;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 26px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  list-style: none;
}
.social-icon li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
.social-icon li a{
  border-radius: 3px;
  height: 32px;
  width: 32px;
  padding: 0;
  box-sizing: content-box;
  background-color: #17233E;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.social-icon li:last-child a {
  margin-right: 0;
}
.social-icon li a:before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
  transition: color .3s;
  position: relative;
  z-index: 10;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0!important;
  direction: ltr;
}
.social-icon li a:hover:before {
  color: hsla(0,0%,100%,.7);
}
.et-social-instagram a:before {
  content: "\e09a";
}
.et-social-linkedin a:before {
  content: "\E09D";
}
.et-social-facebook a:before {
  content: "\e093";
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.et_pb_scroll_top {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  right: 22px;
  bottom: 90px;
  border-radius: 500px;
  padding: 17px;
  font-size: 25px;
  background-color: #0c1733;
  text-align: center;
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  cursor: pointer;
  color: #fff;
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  box-sizing: border-box;
  direction: ltr;
  content: attr(data-icon);
}
.et_pb_scroll_top:before {
  content: "\21";
}
.et_pb_scroll_top.on{
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}


@media (min-width: 981px){
  .top-main{
    padding: 0 0 4% 0;
  }
  .footer-top{
    padding: 2% 0;
  }
  .top-left{
    width: 57.8%;
    margin-right: 5.5%;
  }
  .top-right{
    width: 36.7%;
  }
  .footer-menu{
    width: 20.875%;
    margin-right: 5.5%;
  }
  .footer-menu:last-child{
    margin-right: 0;
  }
  .bottom-left,
  .bottom-middle{
    width: 31.3333%;
    margin-right: 3%;
  }
  .bottom-right{
    width: 31.3333%;
    margin-right:0;
  }
  .copy-cont{
    padding-top:2%;
  }
  .copy-left{
    width: 73.625%;
    margin-right: 5.5%;
  }
  .social{
    width: 20.875%;
  }
}
@media only screen and (min-width: 1350px){
  .top-main{
    padding: 0 0 54px 0;
  }
  .footer-top{
    padding: 27px 0;
  }
  .copy-cont{
    padding-top:27px;
  }
}
@media (max-width: 980px){
  .top-main{
    padding-bottom:50px;
  }
  .footer-top{
    padding: 30px 0;
  }
  .top-left{
    width: 100%;
    margin-bottom: 30px;
  }
  .top-right{
    width: 100%;
  }
  .footer-middle{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-menu{
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .footer-menu:nth-child(2n) {
    margin-right: 0;
  }
  .footer-menu:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .footer-menu:last-child{
    margin-right: 0!important;
    margin-bottom: 0;
  }
  .bottom-left, 
  .bottom-middle{
    width: 100%;
    margin-bottom: 30px;
  }
  .bottom-right{
    width: 100%;
    margin-bottom: 0;
  }
  .copy-cont{
    padding-top: 30px;
  }
  .copy-left{
    width: 100%;
    margin-bottom: 30px;
  }
  .social{
    width: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px){
  .top-main{
    padding-bottom:17px;
  }
}
@media (max-width: 479px){
  .footer-menu{
    width: 100%;
    margin: 0 0 30px;
  }
  .footer-menu:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .footer-menu:last-child{
    margin-bottom:0;
  }
  .bottom-left, 
  .bottom-middle,
  .bottom-right{
    width: 100%;
  }
}
