*, *: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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: Ionicons;
  src: url('https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/eCIFM_September_2021/Fonts/ionicons.eot') format("embedded-opentype"),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/ionicons.ttf) format("truetype"),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/ionicons.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'experto-icons';
  src: url('https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/eCIFM_September_2021/Fonts/tm-nutricorp-icons.eot') format('embedded-opentype'),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/tm-nutricorp-icons.woff2) format('woff2'),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/tm-nutricorp-icons.woff) format('woff'),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/tm-nutricorp-icons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'FontAwesome';
  src: url('https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/eCIFM_September_2021/Fonts/fa-solid-900.eot') format('embedded-opentype'),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/fa-solid-900.woff2) format('woff2'),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/fa-solid-900.woff) format('woff'),
    url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/Fonts/fa-solid-900.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}


html{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body {
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
}



/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

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

[class^="exp-icon-"]:before, [class*=" exp-icon-"]:before {
  font-family: "experto-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="ftl-"], [class*=" ftl-"] {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
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 */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;

  padding: .7rem;
  width: 100%;
  background: #e6f1f9;
  padding: 5px 20px;
  border: 1px solid #00000000;
  color: #737373;
  border-radius: 23px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  outline: none;
}

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 - 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.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-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border: 1px solid #00000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #1662ae;
  border-radius: 0px;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'rubik';
  line-height: 25px;
  box-shadow: 5px 4px 13px 0 #00246112;
  color: #ffffff;
  margin: 10px 0px;
}
div#hs-search-module form input {
    margin-bottom: 15px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form {
  margin-bottom: 15px;
  max-width: 767px;
  padding: 45px;
  background: #fff;
  box-shadow: 0px 0px 16px #00000017;
}

.hs-form-field {
  margin-bottom: 18px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* 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;
}
.lp .header_top_inner {
  height: 34px;
}

@media(max-width:700px){
  .lp .header_top_inner {
    height: 32px;
  }
}

.hd_tp_ara {
  background: #4b83fc;
}

.hd_tp_ara .main_header_area {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #313235;
}

.hdr_top {
  padding: 4px 0;
}

.thlb {
  width: 40%;
  height: 40px;
  background: #0076bc00;
  position: absolute;
  margin-top: -5px;
  z-index: 1;
  border-right: 25px solid #31323500;
  border-top: 43px solid #274055;
}

.thlb1 {
  width: 39.5%;
  height: 40px;
  background: #0076bc00;
  position: absolute;
  margin-top: -5px;
  z-index: 1;
  border-right: 25px solid #27405500;
  border-top: 43px solid #0076bc;
}

.header .content-wrapper,
.banner .content-wrapper,
.footer .content-wrapper,
.banner_blg .content-wrapper,
.blg_pst_wrp .content-wrapper{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

@media (min-width: 576px){
  .header .content-wrapper,
  .banner .content-wrapper,
  .footer .content-wrapper,
  .banner_blg .content-wrapper,
  .blg_pst_wrp .content-wrapper{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .header .content-wrapper,
  .banner .content-wrapper,
  .footer .content-wrapper,
  .banner_blg .content-wrapper,
  .blg_pst_wrp .content-wrapper{
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .header .content-wrapper,
  .banner .content-wrapper,
  .footer .content-wrapper,
  .banner_blg .content-wrapper,
  .blg_pst_wrp .content-wrapper{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .header .content-wrapper,
  .banner .content-wrapper,
  .footer .content-wrapper,
  .banner_blg .content-wrapper,
  .blg_pst_wrp .content-wrapper{
    max-width: 1140px;
  }
}


.header_top_inner .top-widget-area {
  width: 100%;
  position: relative;
  z-index: 2;
}



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




.exp-icon-mail:before {
  content: '\e832';
}

.exp-icon-facebook:before {
  content: '\e80c';
}

.exp-icon-linkedin:before {
  content: '\e810';
}




.top-widget-right {
  display: block;
  float: right;
}

.top-widget-right .top-widget {
  display: inline-block;
  margin-left: 6px;
}

.top-widget-right .top-widget .top-widget {}

.top-widget-right .top-widget:first-child a {
  color: #fff;
  font-size: 14px;
  padding-right: 30px;
  padding-left: 50px;
  font-size: 17px;
}

.top-widget-right .top-widget:first-child a span {
  padding-right: 10px;
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;

  margin-right: 7px;
}

.top-widget-right .top-widget:first-child a span:before {
  content: '\e94f';
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.link-box1 {
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  margin-left: 10px;
}

.link-box1 a {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.link-box1 a span:first-child {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  display: inline-block;
  border: 1px solid #1662ae;
  border-radius: 0;
  font-weight: 400;
  color: #ffffff;
  background-color: #1662ae;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-top-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  padding: 7px 0px 7px 7px !important;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}

.link-box1 a span:first-child:after {
  margin-top: -11px;
  content: "";
  border-right: 29px solid #fff0;
  border-top: 34px solid #1662ae;
  display: inline-block;
  width: 0;
  height: 0;
  float: right;
  position: absolute;
  right: 27px;
  top: 11px;
}

.link-box1 a span:last-child {
  margin-right: 4px;
}

.link-box1 a span:last-child:before {
  content: "";
  border-right: 29px solid #fff0;
  border-top: 34px solid #ffd300;
  display: block;
  width: 52px;
  height: 34px;
  float: right;
  transform: rotate(
    180deg);
}

.link-box1 a span:last-child i {
  font-style: italic;
  position: absolute;
  top: 21px;
  right: 14px;
  font-size: 24px;
}

.link-box1 a span:last-child i:before {
  background: url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/images/arrow.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 14px;
  height: 15px;
  margin-right: -8px;
  margin-top: -11px;

}


.top-widget-left {
  display: inline-flex;
}

.logo-wrapper {
  display: inline-block;
}

.right-area {
  display: inline-block;
  float: right;
  line-height: 91px;
}

.logo-wrapper a {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-size: 0;
  padding: 5px 0;

  padding-bottom: 3px;
}

.logo-wrapper a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  width: 75px !important;

  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.banner-area .dnd-section {
  padding: 0px !important;
}

.link-box1 a span:first-child:hover {
  background-color: #ffd300 !important;
  color: #0056b3 !important;
  border-color: #ffd300;
}

.link-box1 a span:first-child:hover:after {
  border-top-color: #ffd300 !important;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-top-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.header_menu {
  display: inline-block;
}

.navbar-toggler {
  font-weight: 600;
  letter-spacing: 0;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #0060ae !important;
  padding: 10px;
  position: absolute !important;
  right: 0px;
  top: -65px;
  z-index: 999;
  -webkit-appearance: button;
  cursor: pointer;
}


@media (min-width: 992px){
  .navbar-toggler {
    display: none;
  }
}


.custom-menu-primary ul.submenu.level-1 {
  line-height: 2em;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
}

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

.custom-menu-primary ul.submenu.level-1 > li {
  padding-right: 15px;
  position: relative;
}

.custom-menu-primary ul.submenu.level-1 > li:after {
  content: "\e828";
  position: absolute;
  font-family: 'fontello';
  line-height: 30px;
  font-size: 14px;
  top: 30px;
  right: 8px;
}

.custom-menu-primary ul.submenu.level-1 > li > a {
  padding: 30px 13px;
  font-family: 'rubik';
  display: block;
  font-weight: 500;
  color: #353639;
  text-decoration: none;
  font-size: 16px;
}



.banner-section-row-0-force-full-width-section > .row-fluid {
  padding: 0px !important;
}


.custom-menu-primary ul.submenu.level-1>li>a:before {
  content: '';
  font-size: 25px;
  padding: 0;
  vertical-align: bottom;
  visibility: hidden;
  opacity: 0;
  height: 2px;
  width: 25px;
  background: #1662ae;
  display: block;
  position: absolute;
  bottom: 32px;
}

.custom-menu-primary ul.submenu.level-1>li>a:hover {
  color: #1662ae;
}

.custom-menu-primary ul.submenu.level-1>li>a:hover:before,.custom-menu-primary ul.submenu.level-1>li>a.active-item:before {
  visibility: visible;
  opacity: 1;
}

.custom-menu-primary ul.submenu.level-1>li:hover:after {
  color: #4b83fc;
}

.custom-menu-primary ul ul {
  display: block;
  position: absolute;
  z-index: 555;
  top: calc(100% - 15px);
  min-width: 270px;
  white-space: nowrap;
  margin-top: 0;
  margin-left: 0;
  border-radius: 10px;
  padding: 21px 0 23px;
  text-align: left;
  box-shadow: 0px 0px 38px 0 rgb(46 63 99 / 15%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  background: #fff;
}

.custom-menu-primary ul ul li.has-submenu {
}

.custom-menu-primary ul ul li a {
  color: #353639;
  text-decoration: none;
  font-family: 'rubik';
  font-size: 14px;
  padding: 13px 20px 10px;
  font-weight: 600;
  display: block;
  line-height: 12px;
}

.custom-menu-primary ul ul li a:before {
  content: '';
  font-size: 25px;
  padding: 0;
  vertical-align: bottom;
  visibility: hidden;
  opacity: 0;
  height: 2px;
  width: 25px;
  background: #1662ae;
  display: block;
  position: absolute;
  bottom: auto;
  margin-top: 20px;
}

.custom-menu-primary ul.submenu.level-1>li:hover > ul.submenu.level-2 {
  display: block;
  opacity: 1;
  visibility: visible;
  background: #fff;
  background: #fff;
  transition: 0.3s ease-in;
}

.custom-menu-primary ul ul li a:hover {
  color: #4b83fc;
}

.custom-menu-primary ul ul li a:hover:before {
  visibility: visible;
  opacity: 1;
}

.custom-menu-primary ul.submenu.level-2 > li.has-submenu:after {
  content: "\e828";
  position: absolute;
  font-family: 'fontello';
  line-height: 30px;
  right: 25px;
  transform: rotate(
    -90deg);
  margin-top: -30px;
}

.custom-menu-primary ul.submenu.level-2 > li.has-submenu:hover:after {
  color: #4b83fc;
}

.custom-menu-primary ul.submenu.level-3 {
  top: calc(100% + 15px);
  left: calc( 100% - 0px);
  margin-top: -94px;
  display: none;
  background: #fff;
}

.custom-menu-primary ul.submenu.level-2 > li.has-submenu:hover > ul.submenu.level-3 {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in;
}

.custom-menu-primary ul.submenu.level-1>li:last-child > ul.submenu.level-2 {
  right: 0 !important;
}


.mob_menu{
  display:none;
}
.submenu-toggle {
  display:none;

  cursor: pointer;
}




@media (min-width: 701px) and (max-width: 1199px){
  .thlb1 {
    width: 46.5%;
  }
  .top-widget-right .top-widget:first-child a {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
  }
  .hd_btm_hdr {
    width: inherit;
    margin: 0 auto;
  }

}


@media (min-width: 992px) and (max-width: 1199px){
  .right-area{
    display: block;
    width: auto;
  }


  .custom-menu-primary ul.submenu.level-1>li>a {
    width: 100%;
    display: block;
    padding: 6px;
    font-size: 13px;
    border-bottom: 0;
    white-space: normal;
    word-wrap: break-word;
  }

  .custom-menu-primary ul.submenu.level-1>li:after {
    top: 6px;
  }

  .logo-wrapper a {
    padding-bottom: 2px;
  }
  .custom-menu-primary ul ul {
    min-width: 200px;
    margin-top: 0;
    max-width: 200px;
  }

  .custom-menu-primary ul ul li a {
    width: 100%;
    display: block;
    font-size: 13px;
    border-bottom: 0;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
    color: #353639;
  }

}





@media (min-width: 701px) and (max-width: 1199px){
  .mob_menu ul.submenu.level-1>li>a {
    padding: 5px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #0000001f;
  }
  .mob_menu ul.submenu.level-2>li>a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #0000001f;
    padding: 10px 15px;
  }
  .mob_menu ul.submenu.level-3>li>a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #0000001f;
    padding: 10px 15px;
  }

}




@media(max-width:991px){
  .right-area {
    display: block;
    width: 100%;
  }
  .header_menu {
    display: block;
  }


  .navbar-toggler span {
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 3px;
  }

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

  .header_menu {
    position: relative;
  }

  .right-area {
    line-height: normal;
  }

  .logo-wrapper span {
    line-height: 0;
    height: 0px !important;
  }

  .logo-wrapper * {
    line-height: normal;
  }

  .logo-wrapper {
    float: left;
  }

  .logo-wrapper a {
    padding-bottom: 1px;
  }




  .mob_menu ul ul {
    display: none;
  }

  .mob_menu ul.submenu.level-1 {
    line-height: 2em;
  }

  .mob_menu ul.submenu.level-1 > li {
    padding-right: 15px;
    position: relative;
  }

  .mob_menu ul.submenu.level-1 > li > a {
    font-weight: 500;
    color: #353639;
    text-decoration: none;
    font-size: 16px;
    font-family: 'rubik';
    padding: 5px !important;
    width: 100%;
    display: block;
  }






  .submenu-toggle {
    display: block;
    width: 37px;
    padding: 5px 14px;
    height: 37px;
    position: absolute;
    right: 0;
    z-index: 1;

    top: 0;
  }

  .submenu-toggle:before {
    content: "\e828";
    position: absolute;
    font-family: 'fontello';
    line-height: 30px;
  }

  .mob_menu ul.submenu.level-1 > li > a:before {
    content: '';
    font-size: 25px;
    padding: 0;
    vertical-align: bottom;
    visibility: hidden;
    opacity: 0;
    height: 2px;
    width: 25px;
    background: #1662ae;
    display: block;
    position: absolute;
    bottom: 32px;
  }

  .mob_menu ul.submenu.level-1 > li > a:hover {
    color: #1662ae;
  }

  .mob_menu ul.submenu.level-1 > li > a:hover:before {
    visibility: visible;
    opacity: 1;
  }


  .mob_menu ul.submenu.level-2 {
    transition: 0.3s ease-in;
    text-align: left;
    box-shadow: 0px 0px 38px 0 rgb(46 63 99 / 15%);
    min-width: 270px;
    white-space: nowrap;
    margin-top: 0;
    margin-left: 0;
    border-radius: 10px;
    z-index: 555;
    top: auto;
    padding: 21px 15px 23px;
    visibility: visible;
    opacity: 1;
  }


  .mob_menu ul.submenu.level-2 > li {
    position: relative;
  }

  .mob_menu ul.submenu.level-2 > li > a {
    color: #353639;
    text-decoration: none;
    font-family: 'rubik';
    line-height: 12px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    display: block;

  }

  .mob_menu ul.submenu.level-2 > li > a:before {
    content: '';
    font-size: 25px;
    padding: 0;
    vertical-align: bottom;
    visibility: hidden;
    opacity: 0;
    height: 2px;
    width: 25px;
    background: #1662ae;
    display: block;
    position: absolute;
    bottom: auto;
    margin-top: 20px;
  }

  .mob_menu ul.submenu.level-2 > li > a:hover {
    color: #4b83fc;
  }

  .mob_menu ul.submenu.level-2 > li > a:hover:before {
    visibility: visible;
    opacity: 1;
  }

  .mob_menu ul.submenu.level-3 {
    text-align: left;
    box-shadow: 0px 0px 38px 0 rgb(46 63 99 / 15%);
    margin-left: 0;
    border-radius: 10px;
    min-width: 270px;
    white-space: nowrap;
    padding: 21px 15px 23px;
    visibility: visible;
    opacity: 1;
    top: calc(100% + 15px);
    left: 0;
    margin-top: auto;
    position: relative;
  }

  .mob_menu ul.submenu.level-3 > li > a {
    color: #353639;
    text-decoration: none;
    font-family: 'rubik';
    line-height: 12px;
    font-weight: 600;
    width: 100%;
    display: block;
    font-size: 14px;

  }

  .mob_menu ul.submenu.level-3 > li > a:hover {
    color: #4b83fc;
  }

  .mob_menu ul.submenu.level-3 > li > a:before {
    content: '';
    font-size: 25px;
    padding: 0;
    vertical-align: bottom;
    visibility: hidden;
    opacity: 0;
    height: 2px;
    width: 25px;
    background: #1662ae;
    display: block;
    position: absolute;
    bottom: auto;
    margin-top: 20px;
  }

  .mob_menu ul.submenu.level-3 > li > a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .mob_menu ul.submenu.level-1>li.child-open>a:before {
    opacity: 0;
  }


  .mob_menu ul.submenu.level-1>li.child-open > ul.submenu.level-2 {
    display: block;
  }

  .mob_menu ul.submenu.level-2>li.child-open > ul.submenu.level-3 {
    display: block;
  }

  .submenu-toggle {
    top: 5px;
    right: 2px;
  }


  .mobile-open .mob_menu {
    overflow: visible !important;
  }



  .mob_menu ul.submenu.level-2 {
    padding: 21px 0 23px;
  }


  .mob_menu ul.submenu.level-3 {
    padding: 21px 0 23px;
  }
  .mob_menu>div {
    padding: 0;
  }



}






@media only screen and (max-width: 700px){
  .thlb1 {
    width: 44%;
    border-right: 29px solid #27405500;
    border-top: 47px solid #0076bc;
  }


  .top-widget-right {
    float: none;
    margin-top: 15px;
    text-align: center;
    position: absolute;
    margin-top: 106px;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
    background: #313235;
  }

  .hdr_top {
    padding: 4px 0 10px;
  }

  .logo-wrapper {
  }

  .logo-wrapper a {
    padding-bottom: 11px;
  }

  .navbar-toggler {
    top: -75px;
  }

  .top-widget-right .top-widget:first-child a {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 14px;
    border-right: 1px solid #fff;
  }

  .top-widget-right .top-widget {
    width: auto;
    text-align: center;
    margin-left: 0;
  }

  .top-widget-right .top-widget {
    width: auto;
    text-align: center;
    margin-left: 0;
  }

  .top-widget-right .top-widget {}

  .link-box1 a span:first-child {
    font-size: 14px;
    border: 1px solid #1662ae00;
    background-color: #1662ae00;
    position: relative;
    left: -4px;
  }

  .link-box1 a span:last-child {
    display: none;
  }

  .link-box1 a span:first-child:after {
    display: none;
  }

  .link-box1 {
    width: auto;
    text-align: center;
    margin-left: 12px;
  }



  .top-widget-right .top-widget:first-child a span {
    position: relative;
    left: 2px;
  }

  .submenu-toggle {
    top: 0px;
    right: 0;
  }
  .mob_menu > div {
    padding: 0 10px 10px;
    padding-top: 32px;
  }

  .mob_menu ul.submenu.level-3 > li > a {
    padding: 10px 0 10px 0;
  }

  .mob_menu ul.submenu.level-2 > li > a {
    padding: 10px 0 10px 0;
  }
  .mob_menu ul.submenu.level-2 {
    padding: 21px 15px 23px;
  }

  .mob_menu ul.submenu.level-3 {
    padding: 21px 15px 23px;
  }
}
.lp .footer-bottom {
  padding-bottom: 13px;
}

@media(max-width:1199px){
  .lp .footer-social, .lp .design-developed-text {
    display: none;
  }

  .lp .footer-bottom {
    padding: 0;
  }
}

.f-menu ul.submenu.level-1>li:first-child>a {
  cursor: text;
}
.footer-top .f-cl:nth-child(1)>.inr p a {
  cursor: pointer !important;
}
.footer-top .f-cl:nth-child(1)>.inr p a {
  cursor: pointer !important;
}

.f-menu ul.submenu.level-1>li:not(:first-child)>a {
  cursor: pointer !IMPORTANT;
}

.footer-social ul>li>a {
  cursor: pointer !important;
}

.design-developed-text p a {
  cursor: pointer !important;
}
footer.footer {
  background: #1E2845;
  color: #fff;
}

.copy_right_area {
  text-align: center;
  padding: 10px 0 10px;
  background: #0a77bc;
  position: relative;
  z-index: 3;
}

.copy_right_area .content-wrapper {}

.copy_right_area .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-bottom {
  width: 100%;
}

.copyright {
  display: inline-flex;
  flex-basis: auto;
  width: 40%;
  justify-content: flex-start;
}

.footer-social {
  display: inline-flex;
  flex-basis: auto;
  width: 19%;
  justify-content: center;
}

.design-developed-text {
  display: inline-flex;
  flex-basis: auto;
  width: 40%;
  justify-content: flex-end;
}

.copyright p {
  text-transform: none;
  font-family: 'rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #ffffffc4;
  display: flex;
  margin-bottom: 0;
  line-height: 36px;
}

.copyright sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: 1ex;
  top: 12px;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2em;
  padding: 0;
  margin: 0;
  text-align: right;
  display: contents;
}

.footer-social ul > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1px;
}

.footer-social ul > li > a {
  display: block;
  border-radius: 50px;
  color: #fff;
  padding: 0px 3px;
  font-size: 12px;
  line-height: 32px;
  background: #54b8ff;
  width: 30px;
  height: 30px;
}

.footer-social ul > li > a i {
  margin-top: 0;
  margin-right: 15px;
  color: #ffffff;
  font-size: 17px;
  line-height: 28px !important;
}

.footer-social ul > li:first-child > a i:before {
  content: '\e80c';
}

.footer-social ul > li> a i:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-family: "experto-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
}

.footer-social ul > li:last-child > a i:before {
  content: '\e810';
}

.design-developed-text p {
  margin: 0;
  font-family: 'rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  color: #000;
  line-height: 30px;
  font-size: 15px;
  color: #ffffffc4;
  margin-top: 0;
  margin-bottom: 1rem;
}

.design-developed-text p a {
  font-size: 15px;
  color: #fff;
  display: inline;
}

.design-developed-text p a:hover {
  color: #66cfa9;
}



.footer-top {
  background: url(https://1776352.fs1.hubspotusercontent-na1.net/hubfs/1776352/raw_assets/public/eCIFM_September_2021/images/footerbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.footer-top:before {
  content: "";
  background-image: linear-gradient(to right, #0a77bc , #0a77bcd9);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-top > .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-top .f-cl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}


.footer-top .f-cl > .inr {
  padding: 60px 0 45px 0;
}

.f-cl.f-menu {}

.f-menu ul.submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f-menu ul.submenu.level-1 > li:first-child > a {
  margin: 0;
  font-size: 18px;
  margin-top: 0;
  color: #fff;
  font-family: 'rubik';
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
  line-height: 30px;
}

footer.footer {
  line-height: 30px;
}

.f-menu ul.submenu.level-1 > li:not(:first-child) {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  line-height: 25px;
}

.f-menu ul.submenu.level-1 > li:not(:first-child):before {
  content: "\f488";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Ionicons;
  font-size: 13px;
}

.f-menu ul.submenu.level-1 > li:not(:first-child) > a {
  font-size: 15px;
  display: flex;
  color: #ffffffc4;
  text-decoration: none;
}

.f-menu ul.submenu.level-1 > li:not(:first-child) > a:hover {
  color: #fff;
}


.footer-top .f-cl:nth-child(2) ul.submenu.level-1>li:nth-child(5) {
  margin-top: 45px;
  padding-left: 0 !important;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px !important;
  font-size: 18px !important;
  pointer-events: none;
  cursor: text;
}

.footer-top .f-cl:nth-child(2) ul.submenu.level-1>li:nth-child(5):before {
  display: none;
}

.footer-top .f-cl:nth-child(2) ul.submenu.level-1>li:nth-child(5) > a {
  font-size: 18px;
  color: #fff;
}


.f-cl:nth-child(1) .lnk-f-logo {
  line-height: 30px;
  text-transform: none;
  font-family: 'rubik';
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #ffffffc4;
  margin-bottom: 5px;
  margin-top: 10px;
}

.f-cl:nth-child(1) .lnk-f-logo img {
  width: 100% !important;
}

.f-cl:nth-child(1) .lnk-f-logo > div:last-child img {
  margin-top: -10px;
  max-width: 115px;
}

.f-cl:nth-child(1) .lnk-f-logo > div {
  display: inline-block;
}


.footer-top .f-cl>.inr> div:nth-child(3) img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-top: 25px;
  width: 100% !important;
  max-width: 200px;
}

.footer-top .f-cl:nth-child(1)>.inr p {
  line-height: 30px;
  text-transform: none;
  font-family: 'rubik';
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #ffffffc4;
  margin-bottom: 5px;
  margin-top: 0;
}

.footer-top .f-cl:nth-child(1)>.inr p a {
  font-size: 15px;
  color: #fff;
  display: flex;
}


.footer-top .f-cl:nth-child(1)>.inr > div:nth-child(1) img {
  margin-bottom: 35px;
  width: 100% !important;
  max-width: 89px;
}



.footer-top .f-cl:nth-child(1)>.inr p:nth-child(1) i {
  font-style: italic;
  margin-top: 0;
  margin-right: 15px;
  color: #ffffff;
  font-size: 17px;
  line-height: 28px !important;
}

.footer-top .f-cl:nth-child(1)>.inr p:nth-child(1) i:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2d2";
}

[class^="fa-"], [class*=" fa-"],
[class^="fa-"]:before, [class*=" fa-"]:before,
[class^="fab-"], [class*=" fab-"], 
[class^="fab-"]:before, [class*=" fab-"]:before {
  font-family: 'FontAwesome';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
}

.footer-top .f-cl:nth-child(1)>.inr p:nth-child(2) i {
  margin-top: 0;
  margin-right: 15px;
  color: #ffffff;
  font-size: 17px;
  line-height: 28px !important;
}

.footer-top .f-cl:nth-child(1)>.inr p:nth-child(2) i:before {
  font-family: 'FontAwesome';
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: normal;
  content: "\f0e0";
}

.footer-top .f-cl:nth-child(1)>.inr p a:hover {
  color: #66cfa9;
}


@media (min-width: 701px) and (max-width: 1199px){
  .footer-top .f-cl {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .copyright,.footer-social,
  .design-developed-text {
    display: inline-flex;
    flex-basis: auto;
    width: 100%;
    justify-content: center;
  }

}


@media (min-width: 576px) and (max-width: 767px){
  .footer-top .f-cl{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media(max-width:767px){
  .copyright {
    margin-bottom: -2px;
  }

}



@media only screen and (max-width: 700px){
  .copy_right_area {
    margin-top: 0;
  }
  .copyright, .footer-social,
  .design-developed-text, .copyright > div> span,
  .footer-social > div> span,
  .design-developed-text > div> span {
    display: inline-flex;
    flex-basis: auto;
    width: 100%;
    justify-content: center;
  }

  .design-developed-text p a {
    display: block;
  }

  .copyright sup {
    top: -5px;
  }

  .copyright p {
    display: block;
  }

  .copyright {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-top .f-cl>.inr {
    padding: 40px 0 0 0;
  }

  .footer-top .f-cl:last-child>.inr {
    padding-bottom: 40px;
  }

  .footer-top .f-cl {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media(min-width:1200px){
    .copy_right_area {
    padding-bottom: 23px;
}
  .lp .copy_right_area {
    padding-bottom: 10px;
}
}

@media(max-width:1199px){
.design-developed-text {
    display:none;
}
}

a#back-to-top {
    display: inline;
    position: absolute;
    right: 31px;
    margin-top: -77px;
    width: 50px;
    height: 50px;
    z-index: 9;
    padding: 11px 20px;
    border-radius: 50px;
    background: #54b8ff;
    color: #fff;
}

.fa-angle-up:before {
    content: "\f106";
}

a#back-to-top:hover {
    color: #0056b3;
}
/* 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;
  }
}