

/* Firemelon
  Designed and implemented by Simon Brazil for Firemelon.com
  Version 1.5
  AUGUST 2025
*/

@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proxima/mark_simonson_-_proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proxima//mark_simonson_-_proxima_nova_regular-webfont.woff2') format('woff2'),
         url('../fonts/proxima/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proxima/mark_simonson_-_proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('../fonts/proxima/mark_simonson_-_proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proxima/mark_simonson_-_proxima_nova_light-webfont.woff2') format('woff2'),
         url('../fonts/proxima/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../font-bs/fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"),
  url("../font-bs/fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}



html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Hanken Grotesk", Helvetica, Arial, sans-serif; 
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #223649;
  text-align: left;
  background: #f6f7fb;
  
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: -.02em -1.04px;
  
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
  font-weight: 600;
}

small {
  font-size: 70%;
}
.small {
  font-size: 90%!important;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
.muted {
  opacity: 60%;
}
a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #253053;
  
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
.link-under {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.link-under:hover {
  text-decoration: none;
  border-bottom: 1px solid #444a55;
}

.sep-line {
  border-top: 1px solid #d2e8ed;
  padding: 0;
  height: 25px;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}
img {
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a2acba;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.8rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
}

h2, .h2 {
  font-size: 2.1rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
}

h3, .h3 {
  font-size: 1.6rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 1);
  opacity: .09;
}
.muted {
  color: #58657d;
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
.text-right {
  text-align: right;
}

.fire-svg img {
  max-width: 100%;
}
.fire-svg img {
  max-width: 100%;
}
svg {
  max-width: 100%
}
/*------------------------------------------------------------------*/
/* BOX Hero NEW  */
/*------------------------------------------------------------------*/
.txt-magenta {
  font-family: 'proxima_novabold', Helvetica, Arial, sans-serif;
}
.bx-hero { 
  padding-top: 80px;
  padding-bottom: 40px;
}
.bx-hero-careers { 
  padding-top: 120px;
  padding-bottom: 0;
}
.bx-hero-clients h3 {
  font-size: 1.3rem;
  font-family: 'proxima_novabold', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 800px)  {
 .bx-hero { 
   padding-top: 50px;
   padding-bottom: 10px;
   padding-left: 20px;
 } 
 .bx-hero-careers { 
   padding-top: 50px;
   padding-bottom: 0;
   padding-left: 20px;
   padding-right: 20px;
 }
 h1, .h1 {
   font-size: 2.4rem;
   font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
 }
 
 h2, .h2 {
   font-size: 1.8rem;
   font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
 }
 
 h3, .h3 {
   font-size: 1.5rem;
   font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
 }
}
.icon-sm img {
  width: 60px;
}
/*------------------------------------------------------------------*/
/* BOX Hero Homepage  */
/*------------------------------------------------------------------*/
.greyH {
  color: #afbdc5;
}
.hero-sub {
  font-size: 1.2rem;
}
.bx-nav-home {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom:0;
}
.pad-side {
  padding: 30px 50px 30px 50px;
}
.bx-hero-img img {
  max-width: 100%;
}
.bx-hero-home {
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom:0;
}
.bx-txt-hero h1 {
  font-size: 3.2rem;
  font-family: 'proxima_novabold', Helvetica, Arial, sans-serif;
}
.bx-hero-home-inner {
  border-radius: 12px;
  padding-top: 20px;
  min-height: 400px;
}
.bx-hero-page {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
  margin: 0 auto;
}
.bx-hero-page-inner {
  /* background-color: #f8f7f4; */
  border-radius: 12px;
  padding-top: 20px;
}
.bx-hero-home-inner-magenta {
 /* background-color: #F2EFF9; */
  border-radius: 12px;
  padding-top: 20px;
  min-height: 400px;
}
.bx-hero-about-inner-magenta {
 /* background-color: #F2EFF9; */
  border-radius: 12px;
  padding-top: 20px;
}
.txt-hero {
  padding-top: 120px;
  padding-bottom: 80px;
}
.txt-hero h1 {
  font-size: 2.8rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
}
.txt-hero .hero-sub-heading {
  font-size: 1.3rem;
  line-height: 2.2rem;
  padding-top: 10px;
}
.bx-hero .hero-sub-heading {
  font-size: 1.3rem;
  line-height: 2.2rem;
  padding-top: 10px;
}
.case-hero {
  padding-top: 120px;
  padding-bottom: 80px;
}
.case-hero h1 {
  font-size: 2.8rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
}
.case-hero .hero-sub-heading {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-top: 10px;
}
@media only screen and (max-width: 900px)  {
  .bx-txt-hero h1 {
    font-size: 2.8rem;
    font-family: 'proxima_novabold', Helvetica, Arial, sans-serif;
  }
  .txt-hero  {
    padding: 40px 0 30px 0;
  }
  .txt-hero h1 {
    font-size: 1.9rem;
  }
  .case-hero  {
    padding: 0 0 10px 0;
  }
  .case-hero h1 {
    font-size: 1.9rem;
  }
  .pad-side {
    padding: 30px 10px 30px 10px;
  }
  
}
.txt-white {
  color: #ffffff!important;
}
.txt-oran {
  color: #f27540!important;
}
/*------------------------------------------------------------------*/
/*  HERO SUB HEADING  */
/*------------------------------------------------------------------*/
.hero-sub-head {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-top: 10px;
}

/*------------------------------------------------------------------*/
/*  IFRAME  */
/*------------------------------------------------------------------*/
.iframe-contact {
  height: 80%;
  width: 100%;
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide vertical scrollbar */
}
/*------------------------------------------------------------------*/
/*  TEXT SCROLL HEADINGS  */
/*------------------------------------------------------------------*/
.headings-scroll {
  color: #474d54;
  font-size: 1.4rem;
  font-family: "Hanken Grotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
.headings-scroll2 {
  color: #1a2e42;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
.headings-scroll3 {
  color: #1a2e42;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
.headings-scroll4 {
  color: #1a2e42;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
.headings-scroll5 {
  color: #474d54;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
.headings-scroll6 {
  color: #1a2e42;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
.headings-scroll7 {
  color: #1a2e42;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
.headings-scroll8 {
  color: #1a2e42;
  font-size: 1.4rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-left: 34px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px)  {
  .headings-scroll, .headings-scroll2 , .headings-scroll3 , .headings-scroll4 , .headings-scroll5 , .headings-scroll6, .headings-scroll7, .headings-scroll8 {
  margin-left: 0;
  margin-top: 20px;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 30px;
  }  
}
/*------------------------------------------------------------------*/
/*  NEW Responsive */
/*------------------------------------------------------------------*/
.hero-back {
  background:  url("../img/background/hero-background.svg") center center no-repeat;
  background-size: cover;
}
.hero-img img {
  width: 800px;
}
/*------------------------------------------------------------------*/
/*  SVG OBJECT SIZE */
/*------------------------------------------------------------------*/
.hero-img object {
  width:100%;
}
.bg-grid {
  background:  url("../img/bg-grid-2.svg") repeat;
  background-size: 8%;
  background-color: #f6f7fb!important;
}
.bg-grid-magenta {
  background:  url("../img/bg-grid-3.svg") repeat;
  background-size: 8%;
  background-color: #f6f7fb!important;
}
.hero-back-magenta {
  background:  url("../img/background/hero-background-magenta.svg") center center no-repeat;
  background-size: cover;
}
.hero-bk-magenta2 {
  background:  url("../img/background/hero-bk-magenta.svg") center center no-repeat;
  background-size: contain;
}
.hero-back-office {
  background:  url("../img/photos/firemelon-30.jpg") center center no-repeat;
  background-size: cover;
}
.hero-back-about {
  background:  url("../img/photos/firemelon-17.jpg") center center no-repeat;
  background-size: cover;
}
.hero-office-people {
  background:  url("../img/photos/firemelon-31.jpg") center center no-repeat;
  background-size: cover;
}
.hero-office-people-2 {
  background:  url("../img/photos/firemelon-43.jpg") center center no-repeat;
  background-size: cover;
}
.hero-office-people-5 {
  background:  url("../img/photos/firemelon-11.jpg") center center no-repeat;
  background-size: cover;
}
.hero-office-people-4 {
  background:  url("../img/photos/firemelon-27.jpg") center center no-repeat;
  background-size: cover;
}
.hero-office-people-3 {
  background:  url("../img/photos/firemelon-45.jpg") center center no-repeat;
  background-size: cover;
}
.hero-office-team {
  background:  url("../img/photos/firemelon-105.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 900px)  {
  .hero-back {
   background-size: cover;
   background-color: transparent;
  }
  .hero-back-magenta {
   background-size: cover;
   background-color: #f4f3f3!important;
  }
  .bx-hero-home {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
  }
  .bx-hero-home-inner {
    padding: 10px 10px 10px 10px;
  }
  .bx-hero-page {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
  }
  .bx-hero-page-inner {
    padding: 10px 10px 10px 10px;
  }
  .navbar-nav {
      padding: 10px 5px 10px 5px;
  }
  .navbar-brand img {
      width: 140px;
  }
}

/*------------------------------------------------------------------*/
/* HEADINGS   */
/*------------------------------------------------------------------*/
.heading h2 {
  font-size: 3rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
}
.heading h3 {
  font-size: 2rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
}
.heading-space h2 {
  margin-bottom: 30px;
}
.heading-space h3 {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
  margin-bottom: 30px;
}
.lg-paragraphs p {
  font-size: 1rem;
  line-height: 1.9rem;
  color: #5b637b;
  margin-left: 34px;
}
@media only screen and (max-width: 780px)  {
  .heading h2 {
    font-size: 2.2rem;
    font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
  }
  .heading-space h3 {
    margin-bottom: 14px;
  }
}
/*------------------------------------------------------------------*/
/* BOX one Homepage  */
/*------------------------------------------------------------------*/
.bx-details {
  margin-bottom: 20px;
  border: 1px solid #e1e4eb;
  /*padding: 10px 20px 10px 20px;*/
  padding: 30px 20px 20px 40px;
  border-radius: 8px;
  background-color: rgba(240, 240, 240, 0.708);
}
.bx-details-ex-margin {
  margin-top: 30px;
}
.bx-one {
  margin-bottom: 20px;
  margin-top: 20px;
}
.bx-one-inner {
  border-radius: 8px;
  padding: 20px 60px 30px 20px;
  min-height: 400px;
}
.bx-details-txt-sm {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #7b92a5;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.bx-one-inner h2 {
  font-size: 3rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
}
.bx-one-colour {
  background-color: #ecf1f6;
}
.bx-two-colour {
  background-color: rgba(255, 255, 255, 0.601);
}
.bx-three-colour {
  background-color: #F6F9FD;
}
@media only screen and (max-width: 780px)  {
  .bx-details-ex-margin {
    margin-top: 0;
  }
}
/*------------------------------------------------------------------*/
/*  Boxes  */
/*------------------------------------------------------------------*/
.container-fire {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
    width: 100%;
}

.bx-dots {
  border: 1px solid #eff2f9;
  background:  url("../img/background/bg-dots.svg") repeat;
  background-size: cover;
  background-color: #fafbff!important;
  margin: 20px 0 20px 0;
}
.bg-bx-inner {
  padding: 1.8em 1.5em 1.8em 1.5em;
}
.bg-bx {
    background:  url("../img/background/bg-dots.svg") repeat;
    border: 1px solid #5b75b1;
    display: grid;
    flex: 1 1 100%;
    grid-template-areas:
        "figure"
        "content";
    grid-template-rows: minmax(auto, 1fr) auto;
    max-width: 35em;
    text-align: left;
}
.bg-bx-inner-top {
    grid-area: figure;
    margin: 0;
    padding: 1.5em 1.5em .75em;
    position: relative;
}
.bg-bx-inner-bot {
    grid-area: content;
    padding: .75em 1.5em 1.5em;
}
.fire-grid-cards {
    grid-gap: 2.4em;
    display: grid;
}
@media (min-width: 1280px) {
    .fire-grid-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 768px) {
    .fire-grid-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/*------------------------------------------------------------------*/
/*  MAGENTA NAV ITEMS  */
/*------------------------------------------------------------------*/

.rowItems {
  display: flex;
  justify-content: space-between; /* distribute evenly across row */
  max-width: 1440px;
  margin: 1rem auto;
  padding: 0 1rem;
  gap: 0; /* let space-between handle spacing */
}

/* Columns (demo styling) */
.colItems {
  flex: 1; /* allow equal widths */
  max-width: calc(100% / 7 - 10px); /* prevent overflow */
  margin: 0 5px;          /* add side spacing */
  background: #ffffff;
  border: 1px solid #f6f7fb;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif; 
  font-weight: 600;
  transition: ease-out 0.5s;
  position: relative;
}

.colItems:hover {
  border: 1px solid #f6f7fb;
  box-shadow: inset 0 -100px 0 0 #f6f7fb;
}
.colItems:active {
  transform: scale(0.9);
}

/* Stack on mobile */
@media (max-width: 768px) {
  .rowItems {
    flex-direction: column;
    align-items: stretch; /* make full-width */
  }
  .colItems {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .colItems:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------------*/
/* BOX Two Homepage  */
/*------------------------------------------------------------------*/
.bx-two {
  margin-bottom: 20px;
  margin-top: 20px;
}
.bx-two-inner {
  border-radius: 8px;
  padding: 20px 60px 30px 20px;
  min-height: 400px;
  border: 1px solid #e7ecf1;
}
.bx-two-inner h2 {
  font-size: 3rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
}
/*------------------------------------------------------------------*/
/* BOX Documents  */
/*------------------------------------------------------------------*/

.bx-docs-icon {
  background: #f5f5f5;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bx-docs {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
}
.bx-docs-inner {
  padding: 15px 15px 15px 15px;
}
.bx-docs-icon-inner {
  padding: 5px;
}
/*------------------------------------------------------------------*/
/* Info  */
/*------------------------------------------------------------------*/

.design-size img {
  max-width: 1440px;
}
.bg-design {
  background-color: #fafbf7;
}
.bg-design2 {
  background-color: #fffdfb;
}
.container {
  max-width: 1320px;
}

/*------------------------------------------------------------------*/
/*  LIST BOXES */
/*------------------------------------------------------------------*/
.listbx-pad {
  padding: 10px 12px 10px 0px
}
.listbx-icon {
   font-size: 1.4rem;
}
/*------------------------------------------------------------------*/
/*  Logo MAGENTA */
/*------------------------------------------------------------------*/
.logo-magenta {
  
}
.logo-magenta img {
  max-width: 80px;
}
.logo-magenta-home {
  
}
.logo-magenta-home img {
  max-width: 120px;
}
.logo-magenta-page img {
  max-width: 100px;
}
/*------------------------------------------------------------------*/
/*  HR */
/*------------------------------------------------------------------*/
hr.my-0 {
    border-top: 1px solid #eff9fb;
}
hr.bx-hr  {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(119, 150, 229, 1)!important;
    opacity: 0.5;
}
/*------------------------------------------------------------------*/
/*  TEXT CENTER MOBILE */
/*------------------------------------------------------------------*/
.txt-center-mob {
  text-align: left;
}
@media only screen and (max-width: 810px)  {
 .txt-center-mob {
   text-align: center;
 } 
} 
/*------------------------------------------------------------------*/
/*  headings */
/*------------------------------------------------------------------*/

.main-headings {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 3.8rem;
}
.sub-headings {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
.top-heading {
  line-height: 12px;
  margin-bottom: 0px;
}
.b-caps {
  text-transform: uppercase;
  font-weight: 900;
}
.headings-section {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.headings-section-small {
  font-weight: 600;
  font-size: 34px;
  line-height: 36px;
}
.headings-cta-section {
  font-weight: 400!important;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.headings-lead-section {
  font-weight: 400!important;
  font-size: 1rem;
  line-height: 24px;
}
.bx-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #0A1F44;
}
.bx-heading-small {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A1F44;
}
/*------------------------------------------------------------------*/
/*  BADGE */
/*------------------------------------------------------------------*/
.badge {
    --bs-badge-padding-x: 1em;
    --bs-badge-padding-y: 0.55em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-border-radius: 0.2rem;
}
 /*------------------------------------------------------------------*/
 /*  BENTO CARD */
 /*------------------------------------------------------------------*/
.bento-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(13,38,59,0.08);
  transition: transform .18s ease, box-shadow .18s ease;
  margin-bottom: 30px;
}
.bento-card h5 {
  font-size: 1.2rem;
}
.bento-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(13,38,59,0.12); }
/* Left icon pane */
.bento-icon-pane {
  min-width: 96px;
  /* display: flex; */
  text-align: center;
  align-items: top;
  justify-content: center;
  vertical-align: top;
}
.bento-icon-pane-sm {
  min-width: 36px;
  text-align: center;
  align-items: top;
  align-items: top;
  justify-content: center;
}
.bento-icon-pane-md {
  max-width: 56px;
  text-align: center;
  align-items: top;
  align-items: top;
  justify-content: center;
}
.bento-icon-pane-grey {
  min-width: 96px;
  display: flex;
  align-items: top;
  justify-content: center;
  background: rgba(77, 80, 108, 0.27);
}
.bento-lightgrey {
  background: rgba(174, 176, 191, 0.27);
  
}
.bento-white {
  background: rgba(255, 255, 255, 0.27);
  border-right: 1px dashed #e8e8e8;
}
.bento-grey {
  background: rgba(230, 232, 251, 0.21);
  border-right: 1px dashed #e8e8e8;
}
.bento-oran {
  background: rgba(255, 158, 93, 0.699);
}
.bento-blue {
  background: rgba(178, 213, 240, 0.9);
}
.bento-pink {
  background: rgba(246, 195, 219, 0.9);
}
.bento-green {
  background: rgba(178, 240, 201, 0.9);
}
.bento-yell {
  background: rgba(255, 208, 93, 0.7);
}
.bento-red {
  background: rgba(255, 0, 0, 0.26);
}
.bento-icon-pane img {
  width: 48px;
  margin-top: 12px
}
.bento-icon-pane-sm img {
  width: 40px;
}
.text-end img {
  max-width: 20px;
}
/* Content pane spacing */
.bento-content{ padding: 1.2rem 1.25rem 0.5rem 1.25rem; }

/* Small helper for the meta row */
.meta { font-size: .85rem; color: #6c757d; }
/*------------------------------------------------------------------*/
/*  Testimonial */
/*------------------------------------------------------------------*/
.shadow-testimonial {
  box-shadow: 0 6px 20px rgba(13,38,59,0.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card, .shadow-testimonial {
 border-radius: 1rem!important; 
}
.testimonial-logo {
  padding-top: 25px;
  max-width: 80px;
}
.testimonial img {
  width: 80px;
}
/*------------------------------------------------------------------*/
/*  HOME ITEMS */
/*------------------------------------------------------------------*/
.home-item-azure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-item-azure-logo {
  align-items: center;
  background-color: #616CEA; /* light grey */
  border-radius: 12px;
  padding: 16px 20px;
  max-width: 250px;
}
.home-item {
  display: flex;
  align-items: center;
  background-color: #f6f7fb; /* light grey */
  border-radius: 12px;
  padding: 16px 20px;
}
.home-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.home-item p {
  margin-bottom: 0;
}
.home-item-content p {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4rem;
}
.home-item-icon {
  flex-shrink: 0; /* Prevent icon from shrinking */
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 16px;
}
.home-item-icon img {
  width: 60px;
}
.home-item-icon-lg img {
  max-width: 80px;
  padding-right: 15px;
}
.home-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*------------------------------------------------------------------*/
/*  Home AZURE */
/*------------------------------------------------------------------*/
.bg-azure {
  background:  url("../img/bg-azure.png") no-repeat top center;
  background-size: contain;
}
.icon-azure img {
  max-width: 300px;
}
@media only screen and (max-width: 810px)  {
 .bg-azure {
   background:  none;
   background-size: contain;
 } 
}

/*------------------------------------------------------------------*/
/*  Home Components */
/*------------------------------------------------------------------*/
.w-400 {
  width: 400px;
}
.component-centre {
  align-items: center;
  justify-content: center;
}

.container-component {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (max-width: 780px)  {
 .container-component {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-template-rows: repeat(2, 1fr);
   grid-column-gap: 20px;
   grid-row-gap: 20px;
 }  
}
.list-component-1 ul {
    margin:0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-component-1 li {
    position: relative;
    padding-left: 0.5em; /* text distance to icon */
    padding-top: 0.5em;
    padding-bottom: 0;
    font-size: 0.9rem!important;
}
.list-component-1 li a {
    font-size: 16px!important;
}
.list-component-1 li a:hover{
    text-decoration: underline;
}
.list-component-1 li:before {
    content:"\F26B";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #263a4e;
    font-size: 0.9rem;
    left: -1em; /* same as ul padding-left */
    top: 0.5em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}

.container-component-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

@media only screen and (max-width: 780px)  {
 .container-component-4 {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-template-rows: repeat(1, 1fr);
   grid-column-gap: 20px;
   grid-row-gap: 20px;
 }  
}
/*------------------------------------------------------------------*/
/*  Stats */
/*------------------------------------------------------------------*/
.bg-stat-alt {
  background-color: #1a2e42;
}
.bx-stats {
  color: #fafafa;
  background-color: #1a2e42;
  padding: 20px 20px 20px 20px;
}

.bx-stats-sub {
  color: #fafafa;
  border-radius: 12px;
  background-color: rgba(37, 59, 82, 0.848);
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.stat-sub-alt {
    font-size: 1rem;
    font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
    color: #eaeaea;
    font-weight: 600;
    margin-bottom: 2px;
}
.stat-head-alt {
    font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 2px;
    margin-top: 15px;
}
.stat-icon img {
  width: 60px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 780px)  {
 .bx-stats-sub {
   padding: 20px 20px 20px 20px;
   margin-bottom: 20px;
   min-height: 180px;
   
 } 
}

/*------------------------------------------------------------------*/
/*  STATS light */
/*------------------------------------------------------------------*/
.bg-stat {
  background-color: rgba(255, 255, 255, 0.788);
}
.stats {
  border-right: 1px solid rgba(174, 174, 174, 0.502);
}
.stats-last {
  border-right: 0px solid rgba(174, 174, 174, 0.502);
}
.stat-head {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 2px;
  margin-top: 15px;
}
.stat-sub {
  font-size: 1rem;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  color: #0c1825;
  font-weight: 600;
  margin-bottom: 2px;
}
/*------------------------------------------------------------------*/
/*  Backgrounds */
/*------------------------------------------------------------------*/
.bp-grad-1 {
  background: linear-gradient(180deg, rgba(247,249,252,1) 14%, rgba(255,255,255,1) 100%);
}
.bp-grad-2 {
  background-color: linear-gradient(180deg, rgba(247,249,252,1) 14%, rgba(255,255,255,1) 100%);
  background: url('../img/background/bg1-magenta.svg') no-repeat top left ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-offwhite {
  background-color: #fefffc!important;
}
.bp-home {
  background-color: #FFFDFB;
}
.bg-home-2 {
  background-color: #f6f7fb;
}
.bg-home-3 {
  background-color: #f3f7fc;
}
.bg-home-data {
  background-color: #e7edf6;
}
.bg-home-4 {
  background-color: #f9fafe;
}
.bg-home-5 {
  background-color: #fbfcff;
}
.bp-magenta {
  background-color: #f1eef5;
}
.bp-magenta2 {
  background-color: #f7f9fd;
}
.bk-primary {
  background: #f44f01;
}
.bk-secondary {
  background: #8066ff;
  color: #f9f5ff; 
}
.bk-mag-badge {
   background: #6291ff;
   color: #f9f5ff;
 }
.bk-yellow {
  background: #ffd133;
}
.bg-oran {
  background: #ff9b19;
}
.bg-dark {
  background: #323a47!important;
}
.bg-magenta-light {
  background: #f7f5ff!important;
}
.bg-magenta-alt {
  background: #E8D3FA!important;
}
.bg-fire {
  background-color: #ec751f;
}
.bk-red {
  background: #e3421f;
}
.bk-green {
  background: #65ba47;
}
.bg-blue {
  background-color: #1893fa!important;
}
.bg-dark-blue {
  background-color: #1675c6!important;
}
.bg-light-blue {
  background-color: #ebf6ff!important;
}
.bg-light-purple {
  background-color: #F5F5FF!important;
}
.bg-green {
  background-color: #00c9a7!important;
}
.bg-dark-green {
  background-color: #19a48d!important;
}
.bg-light-green {
  background-color: #D4F8E8!important;
}
/*------------------------------------------------------------------*/
/*  Backgrounds */
/*------------------------------------------------------------------*/

.bg-panel-3 {
  background-color: #f5f7ff!important;
  }
.bg-primary {
  background-color: #f4f3f3!important;
}
.bg-secondary {
  background-color: #fafafa!important;
}
.bg-third {
  background-color: rgba(0, 0, 0, 0.02);
}
.bg-dark-firemelon {
  background-color: #363f4d;
}
.bg-primary-purple {
    background-color: #9951d2 !important;
}
.bg-primary2 {
  background-color: #f6fafa!important;
}
.bg-primary3 {
  background-color: #e5e8ea;
}

.bg-pet {
  background-color: #27385c!important;
}
.bg-mag {
  background-color: #343663!important;
}
.bg-trav{
  background-color: #27385c!important;
}
.bg-homepage {
  background:  url("../img/home-new.png") center center no-repeat;
  background-size: cover;
  background-color: #F2F5F5!important;
}
.bg-homepage1 {
  /* background:  url("../img/background/home-new-sm.svg") center center no-repeat; */
  background:  url("../img/background/home-animate.svg") center center no-repeat;
  background-size: cover;
  background-color: #F2F5F5!important;
}
.bg-travelpage {
  background:  url("../img/background/bkk-travel.svg") center center repeat;
  background-size: cover;
  background-color: #364075!important;
}
.bg-homenov {
  background:  url("../img/background/bhome02.svg") center center repeat;
  background-size: cover;
  background-color: #323a47!important;
}
.bg-portal {
  background:  url("../img/background/bportal.svg") center center repeat;
  background-size: cover;
  background-color: #323a47!important;
}
.bg-petpage {
  background:  url("../img/background/bkk-pet.svg") center center repeat;
  background-size: cover;
  background-color: #12321c!important;
}
.bg-testimonial {
    background:  url("../img/meetin-3.jpg") center bottom no-repeat;
    background-size: contain;
}
.bg-magenta {
  background:  url("../img/home/home-magenta@2x.png") center bottom no-repeat;
  background-size: contain;
  background-color: #ffffff!important;
  min-height: 500px;
}
.bg-magenta-shape {
  background:  url("../img/background/home-magenta-shape.svg") center center no-repeat;
  background-size: cover;
  background-color: #ffffff!important;
}
.bg-magenta-triangle {
  background:  url("../img/home-magenta-triangle.svg") top center fixed;
  background-size: cover;
  background-color: #ffffff!important;
}
.bg-magenta-triangle-3 {
  background:  url("../img/magenta-triangle3.svg") top center no-repeat;
  background-size: cover;
  background-color: #ffffff!important;
}
.bg-magenta-triangle-2 {
  background:  url("../img/magenta-triangle2.svg") top center no-repeat;
  background-size: cover;
  background-color: #ffffff!important;
}
.bg-magenta-reporting {
  background:  url("../img/magenta-chart.svg") bottom center no-repeat;
  background-size: cover;
  background-color: #ffffff!important;
}
.bg-magenta-pet {
    background:  url("../img/home-magenta-pet.jpg") top center no-repeat;
    background-size: cover;
}
.bg-travel-1 {
    background:  url("../img/img-travel2.jpg") center center no-repeat;
    background-size: cover;
}
.bg-travel-2 {
    background:  url("../img/background/ballon.jpeg") center center no-repeat;
    background-size: cover;
}
.bg-pet-2 {
  background:  url("../img/background/pet.jpeg") center center no-repeat;
  background-size: cover;
}
.bg-pet-2 {
  background:
    linear-gradient(
      rgba(0, 255, 94, 0.17),
      rgba(17, 17, 17, 0.45)
    ),
    /* your image */
    url("../img/img-pet.jpg") center center no-repeat;
    background-size: cover;
}
.bg-magenta-travel {
    background:  url("../img/home-magenta-travel.jpg") top center no-repeat;
    background-size: cover;
}

.bg-work-green {
    background: rgba(113, 201, 43, 0.67) !important;
}
.bg-work-blue {
    background: rgba(26, 145, 244, 0.67) !important;
}
.bg-work-orange {
    background: rgba(244, 176, 26, 0.67) !important;
}
.bg-over::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(38, 60, 100, 0.3);
    content: "";
}
.bg-shadow {
    position: relative;
    box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.case-shadow {
  box-shadow: 0 6px 20px rgba(13,38,59,0.08);
  border-radius: 20px;
}
/*------------------------------------------------------------------*/
/*  Backgrounds with images */
/*------------------------------------------------------------------*/
.bg-back-careers {
  background: url(../../assets/img/img-office.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-shape-1 {
  background: url(../img/shape1.svg) no-repeat 50% 50%;
  padding: 70px 10px 70px 10px;
}
.logo-security img {
  max-width: 100px;
}
/*------------------------------------------------------------------*/
/*  PANELS  */
/*------------------------------------------------------------------*/
.panel-portals {
  padding: 50px 0 0 0;
}

.panel-portals img {
  width: 60px;
}
.panel-portals svg {
  width: 70px;
}
.panel-headings h3 {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}
@media only screen and (max-width: 780px)  {
 .panel-portals {
   border-bottom: 1px solid #f4f3f3;
   padding: 28px 0 0 0;
 } 
.panel-portals svg {
    width: 70px;
    margin-bottom: 20px;
 }
 .panel-portals h3 {
   font-size: 1.1rem;
 }
}
.icon-sm-panel img {
  width: 60px;
}
.icon-sm-panel svg {
  width: 70px;
}
.icon-sm-panel  {
  padding-left: 40px;
}
.panel-item {
  padding: 20px 16px 20px 16px;
}
.panel-item img {
  max-width: 70px;
  padding-right: 15px;
}
.panel-item  h3 {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}

@media only screen and (max-width: 780px)  {
 .icon-sm-panel  {
   padding-left: 0;
 }
  
}
/*------------------------------------------------------------------*/
/*  PANELS SMALLER */
/*------------------------------------------------------------------*/
.panel-portals-sm {
  border-bottom: 1px solid #f4f3f3;
  padding: 50px 0 50px 0;
}
.panel-portals-sm h3 {
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
.panel-portals-sm img {
  width: 60px;
}
.panel-portals-sm svg {
  width: 70px;
}
@media only screen and (max-width: 900px)  {
 .panel-portals-sm {
   border-bottom: 1px solid #f4f3f3;
   padding: 10px 0 0 0;
 } 
.panel-portals-sm svg {
    width: 70px;
    margin-bottom: 20px;
 }
}
/*------------------------------------------------------------------*/
/*  Element Page */
/*------------------------------------------------------------------*/
.icon-1 {
  font-size: 25px;
  line-height: 25px;
}
.element-icons {
  font-size: 50px;
}
.element-icons i {
  margin-right: 20px;
}
.bx-colour {
  height: 50px;
  width: 50px;
  margin-right: 20px;
  padding: 20px;
  display: inline-block;
}

.green {
  color: #65ba47;
}

.bg-back-careers img {
  min-width: 100%;
}
/*------------------------------------------------------------------*/
/*  Sections */
/*------------------------------------------------------------------*/

.values {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.benefits {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.fire-quote {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.firequote  {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}
.firequote-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
}
.fire-careers {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #ffffff;
}
.fire-careers h3 {
  color: #ffffff;
  font-size: 30px;
}
/*------------------------------------------------------------------*/
/*  Hide and Seek */
/*------------------------------------------------------------------*/
.md-hidden {
  display: none;
}
@media(max-width:860px) {
    .xs-hidden {
        display: none!important;
    }
    .md-hidden {
      display: block;
    }
    .content-pad {
     padding: 30px 0 30px 0!important;
    }
    .content-pad-2 {
      padding: 30px 0 30px 0!important;
    }

}
/*------------------------------------------------------------------*/
/*  Logo  */
/*------------------------------------------------------------------*/
.logo-brand  {
  margin-top: 20px;
  margin-bottom: 10px;
}
.logo-im img {
  width: 60px;
}
.logo-im  {
  float: left;
  padding-right: 10px;
}
.logo-text {
  float: left;
  font-size: 17px;
  font-weight: 600;
  line-height: 19px;
}
.logo-brand a {
  text-decoration: none;
  color: #000000!important;
}
.logo-brand:hover {
  text-decoration: none;
}
/*------------------------------------------------------------------*/
/*  Client LOGOS  */
/*------------------------------------------------------------------*/

.client-logos {
  padding: 0 0 30px 0;
}
.client-logos img {
  max-width: 130px;
  width: 100%;
}
@media only screen and (max-width: 900px)  {
  .client-logos img {
    max-width: 80px;
    width: 100%;
  }
}
/*------------------------------------------------------------------*/
/*  Client Microsoft */
/*------------------------------------------------------------------*/
.img-microsoft {
  padding: 5px 10px 5px 40px;
}

/*------------------------------------------------------------------*/
/*  Nav Boxes  */
/*------------------------------------------------------------------*/
.bx-assistance {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.bx-assistance p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #364158;
}
.bx-assistance h3 {
  font-size: 1rem;
  font-family: 'wotfardregular', Helvetica, Arial, sans-serif;
  line-height: 1.4rem;
}
.bx-menu-travel {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #cee7f9;
}
.bx-menu-travel p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #364158;
}
.bx-menu-travel h3 {
  font-size: 1rem;
  font-family: 'wotfardregular', Helvetica, Arial, sans-serif;
  line-height: 1.4rem;
}

.shade-1 {
  background-color: #F2EFF9;
}
.shade-2 {
  background-color: #eff2f9;
}
.shade-3 {
  background-color: #EFF7F0;
}
.shade-3 h3 {
  color: #0e794d;
}
.shade-4 {
  background-color: #f7f6ef;
}
.shade-5 {
  background-color:#F9FAFB;
}
.shade-4 h3 {
  color: #292723;
}
.shade-magenta {
  background-color: #F2EFF9;
}
.shade-assistance {
  background-color: #dffcf8;
}
.shade-travel {
  background-color: #F2EFF9;
}
.shade-claims {
  background-color: #f9f5e6;
}
.shade-reporting {
  background-color: #f5d3d3;
}
.shade-portals {
  background-color: #dcf9fe;
}
.shade-call {
  background-color: #f9eff7;
}
.shade-pet {
  background-color: #EFF7F0;
}

.icon-nav img {
  max-width: 60px;
}
.icon-nav-client img {
  max-width: 80px;
}

/*------------------------------------------------------------------*/
/*  Navbar Mega light */
/*------------------------------------------------------------------*/
.bx-assistance-dark {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.bx-assistance-dark p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #eee7f7;
}
.bx-assistance-dark h3 {
  font-size: 0.9rem;
  font-family: 'jakartasemibold', Helvetica, Arial, sans-serif;
  line-height: 1.4rem;
  color: #ffffff;
}
.shade-mag-dark {
  background-color: #2f1948;
}
.shade-assistance-dark {
  background-color: #542f7d;
}
/*------------------------------------------------------------------*/
/*  Navbar  */
/*------------------------------------------------------------------*/

.light-b  {
  color: #eae8e2;
}
.img-nav img {
  max-width: 200px;
}
.navbar-brand img {
  width: 160px;
}

.nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(23, 168, 230, 0.9)
}
.navbar-light .navbar-nav .nav-link {  
    display: block;
    color:#1b1c1d;
    background-color: #eae8e2;
    border: 1px solid #eae8e2;
    font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
    border-radius: 5rem;
    font-size: 0.8rem;
    letter-spacing: 0.6px;

}
.navbar-light .navbar-nav .nav-link {
    line-height: 1.5;
    
}
.navbar-light .navbar-nav .nav-link.active {
  color:#ffffff;
  background-color: #1b1c1d;
  border: 1px solid #1b1c1d;
}
.navbar-light .navbar-nav .nav-link:hover {
 color:#ffffff;
 background-color: #1b1c1d;
 border: 1px solid #1b1c1d;
}
.navbar-expand-lg .navbar-nav .nav-link {
   padding-right: 15px;
   padding-left: 15px;
   padding-top: 8px;
   padding-bottom:8px;
   margin-right: 20px;
}
/* Remove focus on hamburger */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler {
  border: 0;
  color: #1b1c1d;
  padding: 20px 0px 20px 10px;
}
.navbar-toggler-icon {
  background-image: none!important;
  background-color: #1b1c1d;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: #1b1c1d;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: #1b1c1d;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}
/* ============ desktop view for hover and click on mobile ============ */
@media only screen and (max-width: 900px)  {
  .navbar .nav-item .dropdown-menu { display: none; margin-top: -30px;}
  .navbar .nav-item:hover .nav-link {   }
  .navbar .nav-item:hover .dropdown-menu { display: block; }
  .navbar-light .navbar-nav .nav-link {  
      display: block;
      color:#1b1c1d;
      background-color: rgba(234, 232, 226, 0);
      border: 1px solid rgba(234, 232, 226, 0);
      border-radius: 0;
      font-size: 1rem;
      letter-spacing: 0.6px;
    
  }  
  
  
}


/*------------------------------------------------------------------*/
/*  Links */
/*------------------------------------------------------------------*/

.travel-link {
  border-bottom: 2px solid #0daef4;
}
.gadget-link {
  border-bottom: 2px solid #9F99F8;
}
.magenta-link {
  border-bottom: 2px solid #9F99F8;
}
.pet-link {
  border-bottom: 2px solid #5FEAAB;
}
.home-link {
  border-bottom: 2px solid #FF6B37;
}
.fire-link {
  border-bottom: 2px solid #FF6B37;
}
.case-link {
  border-bottom: 2px solid #EA215A;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 16px;
}
.media-body span {
    font-size: 13px;
    font-weight: 600;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.0em;
    content:"\f282";
    font-size: 12px;
    line-height: 10px;
    font-family: bootstrap-icons !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.rotater {
    rotate: 180deg;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    margin-top: 0px;
    font-size: 0.8rem;
    color: #212529;
    text-align: left;
    list-style: none;

    background-clip: padding-box;
    border: 1px #ffffff;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    animation: fadeIn 0.2s ease-in-out;
    transition: all 0.5s;
}
.bg-fire-dark {
  background-color: #5d3787;
}
.bg-fire-light {
  background-color: #ffffff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-size: 13px;
    font-weight: 600;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FF6B37;
    background-color: #ffffff!important;
    text-decoration: none;
    transition: .15s ease-in-out;
}
.dropdown-item-lg {
    display: block;
    width: 100%;
    padding: .25rem 1rem .25rem 0;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item-lg:focus, .dropdown-item-lg:hover {
    color: #FF6B37;
    background-color: #ffffff;
    text-decoration: none;
}




.dropdown-large {
    min-width: 500px;
}
.dropdown-large {
    padding: 1rem;
}
.dropdown-large a {
    text-decoration: none;
}
.dropdown-large a:hover {
    text-decoration: none;
    color: #ff6600;
}
.dropddown-right {
  background-color: #f8fafd;
}
.nav-icon-img  {
  width: 100%;
  max-width: 2.75rem;
  margin-right: 1rem;
  margin-left: 5px;
}
.menu-spacer {
  padding: 12px 0 0 2px;
}
.n-link {
  font-weight: 600;
}
/*------------------------------------------------------------------*/
/*  Fade in Menu */
/*------------------------------------------------------------------*/
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.99) translateY(-0.7em);
        transform-origin: top;
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
/*------------------------------------------------------------------*/
/*  List Icons */
/*------------------------------------------------------------------*/
.listicon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.listicon-body {
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 22px;
}
.listicon-body span {
    font-size: 15px;
    font-weight: 600;
}

/*------------------------------------------------------------------*/
/*  Boxes */
/*------------------------------------------------------------------*/

.bx-travel {
    border: 1px solid #57C5FD;
    background: #F2F5F5;
    padding: 12px 20px 24px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.bx-gadget {
  border: 1px solid #576BFD;
  background: #F2F5F5;
  padding: 12px 20px 24px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.bx-pet {
  border: 1px solid #5FEAAB;
  background: #F2F5F5;
  padding: 12px 20px 24px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.bx-travel:hover {
    border: 1px solid #91aeb1;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    transition: all 0.5s;
}
.bx-gadget:hover {
    border: 1px solid #91aeb1;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    transition: all 0.5s;
}
.bx-pet:hover {
    border: 1px solid #91aeb1;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    transition: all 0.5s;
}
.bx-tip-pet {
  box-shadow:  rgba(95, 235, 171, 0.8) 8px 8px;
}
.bx-tip-gadget {
  box-shadow:  rgba(87, 107, 252, 0.77) 8px 8px;
}
.bx-tip-travel {
  box-shadow:  rgba(87, 197, 252, 0.78) 8px 8px;
}
.bx-tip-page-pet {
  box-shadow:  rgba(95, 235, 171, 0.8) 0px 8px;
}
.bx-tip-page-gadget {
  box-shadow:  rgba(87, 107, 252, 0.77) 0px 8px;
}
.bx-tip-page-travel {
  box-shadow:  rgba(87, 197, 252, 0.78) 0px 8px;
}
.bx-tip-pad {
  margin: 0 40px 20px 40px;
}
.bx-tip-text {
  padding: 10px 20px 40px 20px;
}
.bx-text {
  padding: 10px 20px 40px 20px;
}
.tip-image {
  border-radius: 5px;

}
.tip-image img {
  max-width: 100%;

}
/*------------------------------------------------------------------*/
/*  Links */
/*------------------------------------------------------------------*/

.link-readmore {
  padding: 10px 0 10px 0;
  font-weight: 600;
}
.fire-links a {
  font-size: 0.9rem;
}
.fire-links a:hover {
  text-decoration: none;
  color: #576073;
}
/*------------------------------------------------------------------*/
/*  Colours */
/*------------------------------------------------------------------*/
.primary {
  color: #f44f01;
}
.secondary {
  color: #8066ff;
}
.purple {
  color: #8066ff;
}
.yellow {
  color: #ffd133;
}
.dark {
  color: #242526;
}
.red {
  color: #e3421f;
}
.green {
  color: #65ba47;
}
.blue {
  color: #1893fa;
}
.mag-number {
  font-size: 0.9rem;
  font-family: 'Hanken Grotesk', Helvetica, Arial, sans-serif; 
  font-weight: 600;
  margin-right: 5px;
  color: #8c99a6; 
  vertical-align: top;
  border-radius: 50px;
  padding: 5px;
}
@media only screen and (max-width: 800px)  {
  .mag-number { display: none;
  }
}
/*------------------------------------------------------------------*/
/* PANELS OUTER INNNER  */
/*------------------------------------------------------------------*/

.panel-outer {
  border-radius: 25px;
  padding: 40px 60px 40px 60px;
  margin: 25px 0 25px 0;
  
}
.panel-inner {
height: 100%;
}
.panel-inner h3 {
 font-size: 2.2rem;
 font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
 margin-bottom: 1.2rem;
}
.panel-inner p {

}
.back-reporting {
  background-color: #ef8f49;
  color: #ffffff;
}
.back-claims {
  background-color: #cce1f1;
  color: #111c2b;
}
.back-security {
  background-color: #f6f9fc;
  border: 1px solid #f0bd4f;
  color: #111c2b;
}
.back-document {
  background-color: #7ce0a4;
  color: #15542e;
}
.back-magenta {
  background-color: #c584e9;
  color: #ffffff;
}
.back-oran {
  background-color: #ef8f49;
  color: #ffffff;
}
.back-light-blue {
  background-color: #cce1f1;
  color: #111c2b;
}
.back-testing {
  background-color: #b2e3f9;
  color: #1a222d;
}
.back-yell {
  background-color: #f0bd4f;
  color: #111c2b;
}
.back-light-green {
  background-color: #7ce0a4;
  color: #15542e;
}
.back-purple {
  background-color: #c584e9;
  color: #ffffff;
}
@media only screen and (max-width: 900px)  {
 .panel-outer {
   border-radius: 15px;
   padding: 30px 30px 30px 30px;
   margin: 15px 15px 15px 15px;
 } 
  
}
.bx-chart {
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
}
.bx-chart img {
  text-align: center;
  width: 70%;
}
.back-reporting-dark {
  background-color: #DE8143;
}
.back-magenta-dark {
  background-color: #ba76de;
}
.back-testing-dark {
  background-color: #9edcf7;
}
.back-claim-dark {
  background-color: #b7d6ed;
}
.bx-chart-text {
  padding: 10px 0px 10px 0;
}
.bx-chart-text p {
  font-size: 0.85rem;
}
.badge-font {
  font-size: 0.75em;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.badge-document {
  padding: 0.55em 1em 0.55em 1em;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #15542e;
}
.badge-claims {
  padding: 0.55em 1em 0.55em 1em;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #719fc1;
}
.badge-testing {
  padding: 0.55em 1em 0.55em 1em;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #173042;
}
.badge-security {
  padding: 0.55em 1em 0.55em 1em;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #d9aa43;
}
.badge-chart {
  padding: 0.55em 1em 0.55em 1em;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #ef8f49;
}
.badge-magenta {
  padding: 0.55em 1em 0.55em 1em;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #b570db;
}
.badge-magenta-dark {
  padding: 0.55em 1em 0.55em 1em;
  border-radius: 3rem;
  background-color: #b570db;
  color: #ffffff;
}
/*------------------------------------------------------------------*/
/*  Our Work Cards etc */
/*------------------------------------------------------------------*/
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.item-work {
  margin: 0 30px 30px 30px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.heading-testimonial  {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.bg-owl-testimonial {
  padding: 40px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  color: #ffffff;
  background-color: #1893fa;
  box-shadow: 0 30px 54px 0 rgb(37 48 83 / 16%);
}
.item-testimonial {
  padding: 30px;
  color: #ffffff;
}
.u-avatar {
    width: 3.125rem;
    height: 3.125rem;
}
.rounded-circle {
    border-radius: 50% !important;
}



.fill-white {
    fill: #fff !important;
}
.magenta-logo img {
    width: 60px;
}
/*------------------------------------------------------------------*/
/*  SCROLL FADE EFFECT */
/*------------------------------------------------------------------*/
.fx-reveal {
  opacity: 0;
  transform: translateY(80px);
}

.fx-reveal-visible {
  opacity: 1;
  transform: translateY(0);
  transition: 1200ms cubic-bezier(0.5, 0, 0, 1);
}
article > img {
  scale: .8; opacity: 0;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range: entry;
}
@keyframes fade-in {
    to { scale: 1; opacity: 1;}
}
.header-fade {
  animation: fade-out linear;
  animation-timeline: view ();
  animation-range: exit -200px;
}
@keyframes fade-out {
    to { opacity: 0;}
}
.header-image {
  transform-origin: bottom;
  animation: header-image-animation linear forwards;
  animation-timeline: view ();
}
@keyframes header-image-animation {
    25% {opacity: 1;}
    85%, 100% {opacity: 0;}
}

@keyframes fadeSBUP {
  from {
    opacity: 0;
    transform: translate(10px) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1):
  }
}
/*------------------------------------------------------------------*/
/*  Icon text */
/*------------------------------------------------------------------*/
.icon-f {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0 10px 0;
}
.icon-body {
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    margin-top: 6px;
    line-height: 16px;
}
.icon-text {
  font-size: 0.8em;
  font-weight: 600;
}

/*------------------------------------------------------------------*/
/*  Contact Page */
/*------------------------------------------------------------------*/
.icon-contact {
  max-width: 70px;
  text-align: center;
  padding-bottom: 20px;
}
.contact h3 {
  font-size: 15px;
  font-weight: 600;
}
/*------------------------------------------------------------------*/
/*  Casestudies Page */
/*------------------------------------------------------------------*/
.casestudies a {
  color: #000000;
}
.casestudies h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.casestudies-light a {
  color: #ffffff;
}
.casestudies-light h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

/*------------------------------------------------------------------*/
/*  Slider */
/*------------------------------------------------------------------*/
.img-slider img {
  max-width: 100%
}
.img-slider {
  padding: 30px;
}
/*------------------------------------------------------------------*/
/*  SVG Curve */
/*------------------------------------------------------------------*/
.svg-border-rounded svg {
  position: relative;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
}
.svg-border-rounded-small svg {
  position: relative;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  width: 100%;
}
/*------------------------------------------------------------------*/
/*  BUTTON SCALE HOVER */
/*------------------------------------------------------------------*/
.nav-btn.active {
  color: #ffffff;
  background: #1a2e42;
  border: 1px solid #1a2e42;
}
.nav-btn {
  display: block;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  border-radius: 5rem;
  font-size: 0.8rem;
  letter-spacing: 0.6px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #1a2e42;
  background-color: transparent;
  border: 1px solid #eae8e2;
  transition: .2s ease-in-out 0s;
  margin-right: 15px;
 }
.nav-btn:hover {
  cursor: pointer;
  transform: scale(1.10);
  background: #1a2e42;
  border: 1px solid #1a2e42;
  color: #ffffff;
}

@media only screen and (max-width: 600px)  {
  
  .nav-btn {
    display: block;
    font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
    border-radius: 0;
    font-size: 1rem;
    letter-spacing: 0.6px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #1b1c1d;
    background-color: transparent;
    border: 0;
    margin-right:0;
   }
  .nav-btn.active {
    color: #1b1c1d;
    background-color: transparent;
    border: 0;
  }
  .nav-btn:hover {
    transform: scale(1);
    background-color: transparent;
    border: 0;
    color: #1b1c1d;
  }
}


/*------------------------------------------------------------------*/
/*  BUTTONS */
/*------------------------------------------------------------------*/
/* Back to TOP button */
#btnTOP {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #FF6A00;
  color: white;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  border-radius: 4px;
  transition: all 0.5s;
}
#btnTOP:hover {
  background-color: #181D23;
}
/* use this to correct flex sizing the button to fill the height */
button i {
  margin-left: 5px;
}
.btn-size {
  display: flex;
  align-items: center;
}
.btn {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 18px 26px;
    border-radius: 8px;
    border-width: 1px;
    color: #fff;
    font-weight: 600;
    font-size: .9em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-select {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 18px 26px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #0A1121;
    color: #0A1121;
    background: #ffffff;
    font-weight: 600;
    font-size: .9em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-selected {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 18px 26px;
    border-radius: 5px;
    border-width: 8px;
    background: #FF6B37;
    border-color: #FF6B37;
    color: #ffffff;
    font-weight: 600;
    font-size: .9em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-lg {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 22px 32px;
    border-radius: 8px;
    border-width: 1px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-sm {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 8px 12px;
    border-radius: 8px;
    border-width: 1px;
    color: #fff;
    font-weight: 600;
    font-size: .7em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-md {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 15px 30px;
    border-radius: 25px;
    border-width: 1px;
    color: #fff;
    font-weight: 600;
    font-size: .9em;
    margin: 5px 0 5px 0;
    transition: all 0.5s;
}
.btn-xs {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 12px 14px;
  border-radius: 3px;
  border-width: 1px;
  color: #fff;
  font-weight: 600;
  font-size: .8em;
  margin: 5px 0 5px 0;
  transition: all 0.5s;
}
.btn:hover {
  background: #363f4d;
  border-color: #363f4d;
  color: #ffffff!important;
  text-decoration: none!important;
}
.btn-lg:hover {
  background: #363f4d;
  border-color: #363f4d;
  color: #ffffff!important;
  text-decoration: none!important;
}
.btn-md:hover {
  background: #363f4d;
  border-color: #363f4d;
  color: #ffffff!important;
}
.btn-sm:hover {
  background: #363f4d;
  border-color: #363f4d;
  color: #ffffff!important;
}
.btn-select:hover {
  background: #363f4d;
  border-color: #363f4d;
  color: #ffffff!important;
}
.btn-selected:hover {
  background: #363f4d;
  border-color: #363f4d;
  color: #ffffff!important;
}
.btn-soft-warning {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
    border-color: transparent;
}
.btn-primary {
  background: #1a2e42;
  border-color: #1a2e42;
}
.btn-pet {
  background: #00c9a7;
  border-color: #00c9a7;
  color: #ffffff!important;
}
.btn-portal {
  background: #6634e4;
  border-color: #6634e4;
  color: #ffffff!important;
}
.btn-claims {
  background: #42c3a5;
  border-color: #42c3a5;
  color: #ffffff!important;
}
.btn-travel {
  background: #1893fa;
  border-color: #1893fa;
  color: #ffffff!important;
}
.btn-secondary {
  background: #0a2540;
  border-color: #0a2540;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #242a38;
  border-color: #242a38;
  color: #ffffff;
}
.btn-primary-outline {
  background: #ffffff;
  color: #0A1121!important;
  border-color: #0A1121;
}
.btn-secondary-outline {
  background: #ffffff;
  color: #576BFD!important;
  border-color: #576BFD;
}
.btn-outline {
  background: #ffffff;
  color: #16293A!important;
  border-color: #16293A;
}
.btn-outline-light {
  background: none;
  color: #ffffff!important;
  border-color: #ffffff;
}
.btn-yesno-outline {
  background: #ffffff;
  color: #0A1F44!important;
  border-color: #eaeaea;
  padding: 18px 26px;
}
.btn-yesno-outline:hover {
  background: #FF6B37;
  color: #ffffff!important;
  border-color: #FF6B37;
}
.btn-yesno-outline-on {
  background: #ffffff;
  color: #0A1F44!important;
  border-color: #00ac69;
  padding: 18px 26px;
}
/*------------------------------------------------------------------*/
/*  Link style headings */
/*------------------------------------------------------------------*/
.travel-badge {
    margin-left: -12px;
    color: #1893fa;
    padding: 5px 0 2px 10px;
    border-left: 5px solid #1893fa;
}
.pet-badge {
    margin-left: -12px;
    color: #00c9a7;
    padding: 5px 0 2px 10px;
    border-left: 5px solid #00c9a7;
}
/*------------------------------------------------------------------*/
 /*  Text FIELDS INPUTS */
 /*------------------------------------------------------------------*/
 .fireform-label {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-weight: 600;
     font-size: 16px;
     font-size: 1rem;
     line-height: 1.25;
     display: block;
     margin-bottom: 10px;
 }
 .fireform-input {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-weight: 400;
     font-size: 16px;
     font-size: 1rem;
     line-height: 1.25;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     width: 100%;
     height: calc(1.7em + 1.7rem + 2px);
     padding: 0.5rem 1rem 0.5rem 1rem;
     margin-top: 0;
     border: 2px solid #2c2e3b;
     border-radius: 3px;
     -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }
 .fireform-input:focus {
     outline: 3px solid #9ED6FF;
     outline-offset: 0;
     -webkit-box-shadow: inset 0 0 0 2px;
     box-shadow: inset 0 0 0 2px;
 }
 .fireform-input--error {
     border: 2px solid #d4351c;
 }
 .fireform-input--error:focus {
     border-color: #f19a2f;
 }
 .selectItem-label {
     text-align: center;
     color: #000000;
     font-size: 14px;
     font-weight: 600;
     line-height: 1.6em;
     transition: all 0.5s;
 }
 .selectItem input[type="radio"] {
   position: absolute;
   left: -5000px;
 }
 .selectOption {
     position: relative;
 }
 .selectOption:after {
     pointer-events: none;
     position: absolute;
     background: url(../img/arrow-down.svg) center center no-repeat;
     background-size: contain;
     width: 20px;
     height: 13px;
     z-index: 1;
     transform: translate(0%, -50%);
     right: 10px;
     content: '';
     top: 50%;
 }
/*------------------------------------------------------------------*/
/*  Modules */
/*------------------------------------------------------------------*/

.bx-module-pet {
  padding: 40px;
  max-width: 380px;
}
.bx-module-pet h3 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bx-module-travel {
  padding: 40px;
  max-width: 380px;
}
.bx-module-travel h3 {

}
.bg-box-shadow {
  box-shadow: rgba(87, 107, 252, 0.3) 8px 8px;
}
.box-shadow {
  box-shadow: 5px 5px rgba(43, 0, 98, 0.2),
              10px 10px rgba(43, 0, 98, 0.1);

}.min-600 {
  max-width: 500px;
  display:  block;
}
.min-900 {
  max-width: 890px;
  display:  block;
}
.modules {

}
a.bx-link:hover {
    text-decoration: none!important;
}
.bx-module-bx {
  text-align: center;
  align-items: center;
  margin: 10px 15px 10px 0px;
  padding: 0 12px 0 12px;
  min-width: 180px;
  min-height: 100px;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 30px;
}

.bx-module {
  text-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 7px;
  margin: 10px 15px 10px 0px;
  padding: 0 12px 0 12px;
  min-width: 180px;
  min-height: 100px;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 30px;
  box-shadow: 0 30px 54px 0 rgb(37 48 83 / 6%);
}
.bx-module:hover {
  background: #ffffff;
  border: 1px solid #1893fa;
  text-decoration: none;
}
.bx-module a:hover {
  text-decoration: none!important;
}
.bx-module-spare {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 7px;
  margin: 8px 14px 8px 0px;
  padding: 15px 12px 8px 12px;
  min-width: 200px;
  transition: all 0.5s;
  line-height: 32px;
}
.bx-module-sm {
  text-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 7px;
  margin: 8px 14px 8px 0px;
  padding: 15px 12px 8px 12px;
  min-width: 100px;
  transition: all 0.5s;
  line-height: 32px;
}
.bx-module-reporting {
  align-items: center;
  background:  url("../img/background/bg-reporting.svg") bottom center no-repeat;
  background-size: cover;
  background-color: #F2F5F5!important;
  border: 1px solid #F2F5F5;
  border-radius: 7px;
  margin: 8px 14px 8px 0px;
  padding: 15px 12px 8px 12px;
  min-width: 200px;
  transition: all 0.5s;
  line-height: 42px;
  text-align: center;
  box-shadow: 0 30px 54px 0 rgb(37 48 83 / 6%);
}


.module-icon {
  padding-bottom: 10px;
  margin-top: 10px;
}
.module-icon img {
  max-width: 44px;
}
.module-icon-sm {
  display: block;
  margin-right: 7px;
  color: #1893fa;
}
.module-icon-reporting {
  margin-top: 4px;
  color: #0A1F44;
}
.module-content {
  display: inline-block;
}
.module-content p {
  font-size: 1rem;
  font-family: 'jakartasemibold', Helvetica, Arial, sans-serif;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.module-content-sm {
  display: inline-block;

}
.module-content-sm p {
  
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.2rem;
}
.module-content-reporting p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.8rem;
}
.modules-spilt-img {
  padding: 70px;
}
.modules-spilt-right {
  padding: 70px;
}
.modules-spilt-left {
  padding: 110px;
}
.modules-claims-spilt-left {
  padding: 50px 110px 50px 110px;
}
@media only screen and (max-width: 900px)  {

  .modules-spilt-right {
    padding: 70px;
  }
  .modules-spilt-left {
    padding: 70px;
  }
  .modules-claims-spilt-left {
    padding: 20px 70px 20px 70px;
  }
}
@media only screen and (max-width: 600px)  {
  .modules-spilt-right {
    padding: 20px;
  }
  .modules-spilt-left {
    padding: 10px;
  }
  .modules-claims-spilt-left {
    padding: 20px 20px 20px 20px;
  }

}
/*------------------------------------------------------------------*/
/*  Lists */
/*------------------------------------------------------------------*/
.list-travel ul {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem; /* make space for li's :before */
    list-style: none;
}
.list-travel li {
    position: relative;
    padding-left: 0.7rem; /* text distance to icon */
	  padding-top: 1.6rem;
    font-weight: 400;
    font-size: 1rem!important;
}
.list-travel li a {
		font-size: 1rem!important;
}
.list-travel li a:hover{
		text-decoration: underline;
}
.list-travel li:before {
    content:"\f138";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #1893fa;
    font-size: 1.2rem;
    left: -1.6rem; /* same as ul padding-left */
    top: 1.6rem; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}
.list-pet ul {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem; /* make space for li's :before */
    list-style: none;
}
.list-pet li {
    position: relative;
    padding-left: 0.7rem; /* text distance to icon */
	  padding-top: 0.6rem;
    font-weight: 600;
    font-size: 1rem!important;
}
.list-pet li a {
		font-size: 1rem!important;
}
.list-pet li a:hover{
		text-decoration: underline;
}
.list-pet li:before {
    content:"\f138";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #00c9a7;
    font-size: 1.2rem;
    left: -1rem; /* same as ul padding-left */
    top: 0.5rem; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}
.list-light ul {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem; /* make space for li's :before */
    list-style: none;
}
.list-light li {
    position: relative;
    padding-left: 1rem; /* text distance to icon */
	  padding-top: 0.6rem;
    font-weight: 400;
    font-size: 1rem!important;
}
.list-light li a {
		font-size: 1rem!important;
}
.list-light li a:hover{
		text-decoration: underline;
}
.list-light li:before {
    content:"\f138";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #ffffff;
    font-size: 1.2rem;
    left: -1rem; /* same as ul padding-left */
    top: 0.5rem; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}
.list-arrow ul {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem; /* make space for li's :before */
    list-style: none;
}
.list-arrow li {
    position: relative;
    padding-left: 1rem; /* text distance to icon */
	  padding-top: 0.6rem;
    font-weight: 400;
    font-size: 1rem!important;
}
.list-arrow li a {
		font-size: 1rem!important;
}
.list-arrow li a:hover{
		text-decoration: underline;
}
.list-arrow li:before {
    content:"\f138";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #b264e2;
    font-size: 1.2rem;
    left: -1rem; /* same as ul padding-left */
    top: 0.5rem; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}
.list-module-1 ul {
    margin: 1em 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-module-1 li {
    position: relative;
    padding-left: 0.5em; /* text distance to icon */
	  padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.9rem!important;
}
.list-module-1 li a {
		font-size: 16px!important;
}
.list-module-1 li a:hover{
		text-decoration: underline;
}
.list-module-1 li:before {
    content:"\F28A";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #1893fa;
    font-size: 0.9rem;
    left: -1em; /* same as ul padding-left */
    top: 0.6em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}

.list-module-2 ul {
    margin: 1em 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-module-2 li {
    position: relative;
    padding-left: 0.5em; /* text distance to icon */
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.9rem!important;
}
.list-module-2 li a {
    font-size: 16px!important;
}
.list-module-2 li a:hover{
    text-decoration: underline;
}
.list-module-2 li:before {
    content:"\F28A";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #a653e7;
    font-size: 0.9rem;
    left: -1em; /* same as ul padding-left */
    top: 0.6em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}

.list-module-3 ul {
    margin: 1em 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-module-3 li {
    position: relative;
    padding-left: 0.5em; /* text distance to icon */
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.9rem!important;
}
.list-module-3 li a {
    font-size: 16px!important;
}
.list-module-3 li a:hover{
    text-decoration: underline;
}
.list-module-3 li:before {
    content:"\F28A";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #62b04b;
    font-size: 0.9rem;
    left: -1em; /* same as ul padding-left */
    top: 0.6em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}
.list-casestudies ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-casestudies li {
    position: relative;
    padding-left: 0.6em; /* text distance to icon */
	  padding-top: 0.8em;
    font-weight: 400;
    font-size: 14px!important;
}
.list-casestudies li a {
		font-size: 13px!important;
}
.list-casestudies li a:hover{
		text-decoration: underline;
}
.list-casestudies li:before {
    content:"\f133";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #000000;
    font-size: 16px;
    left: -1em; /* same as ul padding-left */
    top: 0.7em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}

.list-casestudies-light ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-casestudies-light li {
    position: relative;
    padding-left: 0.6em; /* text distance to icon */
	  padding-top: 0.8em;
    font-weight: 400;
    font-size: 14px!important;
}
.list-casestudies-light li a {
		font-size: 13px!important;
}
.list-casestudies-light li a:hover{
		text-decoration: underline;
}
.list-casestudies-light li:before {
    content:"\f133";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    left: -1em; /* same as ul padding-left */
    top: 0.7em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}

/* Careers Lists */


.list-career-1 ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-career-1 li {
    position: relative;
    padding-left: 1em; /* text distance to icon */
    padding-top: 11px;
}
.list-career-1 li a {
    font-size: 0.9rem!important;
    line-height: 1.5rem;
}
.list-career-1 li a:hover{
    text-decoration: underline;
}
.list-career-1 li:before {
    content:"\F26B";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #576BFD;
    font-size: 20px;
    left: -1em; 
    top: 0.6em; 
}  



.list-career-2 ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-career-2 li {
    position: relative;
    padding-left: 1em; /* text distance to icon */
    padding-top: 11px
}
.list-career-2 li a {
    font-size: 0.9rem!important;
    line-height: 1.5rem;
}
.list-career-2 li a:hover{
    text-decoration: underline;
}
.list-career-2 li:before {
    content:"\F26B";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #47cc86;
    font-size: 20px;
    left: -1em; 
    top: 0.6em; 
} 

.list-career-3 ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-career-3 li {
    position: relative;
    padding-left: 1em; /* text distance to icon */
    padding-top: 11px
}
.list-career-3 li a {
    font-size: 0.9rem!important;
    line-height: 1.5rem;
}
.list-career-3 li a:hover{
    text-decoration: underline;
}
.list-career-3 li:before {
    content:"\F26B";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #f3aa34;
    font-size: 20px;
    left: -1em; 
    top: 0.6em; 
} 

.list-career-num ol {
    margin: 0 0 0 0.8rem;
    padding: 0 0 0 0; /* make space for li's :before */
    margin-bottom: 1rem;
}
.list-career-num li {
    position: relative;
    padding-left: 1em; /* text distance to icon */
    padding-top: 11px
}
.list-career-num li a {
    font-size: 0.9rem!important;
    line-height: 1.5rem;
}
.list-career-num li a:hover{
    text-decoration: underline;
}

/*------------------------------------------------------------------*/
/*  Icons */
/*------------------------------------------------------------------*/
.circle-icon-yell {
    background: #f5e0a2;
    color: #423a1f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.circle-icon-blue {
    background: #b3e6ed;
    color: #577b80;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.circle-icon-red {
    background: #fbeaea;
    color: #de4437;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}


/*------------------------------------------------------------------*/
/*  Animate Icons Arrows */
/*------------------------------------------------------------------*/
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/*------------------------------------------------------------------*/
/*  ICONS CONTACT */
/*------------------------------------------------------------------*/
.icons-contact img {
  max-width: 40px;
  padding-bottom: 20px;
}
/*------------------------------------
  Client Logos  GRID
------------------------------------*/
.logo-grid {
  padding-top: 30px;
  padding-bottom: 30px;
}
.logo-client {
  margin-bottom: 20px;
}


.image-grid {
  padding-top: 30px;
  padding-bottom: 30px;
}
.grid-img {
  margin-bottom: 20px;
}
.logo-client-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.logo-client-grid img {
  
}
@media only screen and (max-width: 800px)  {
  .logo-client-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 12px;
      grid-row-gap: 12px;
  }
}
/*------------------------------------------------------------------*/
/*  Main Paddings */
/*------------------------------------------------------------------*/
.hero-top-pad {
  padding: 100px 0 70px 0;
}
.headings-pad {
  padding:10px;
  display: inline-block;
}
.text-pad {
  padding:15px 20px 15px 10px;
  display: inline-block;
}
@media only screen and (max-width: 800px)  {
  .hero-top-pad {
    padding: 50px 0 40px 0;
  }
  .headings-pad {
    padding:10px;
  }
  .text-pad {
    padding:10px 15px 10px 10px;
  }
}
/*------------------------------------------------------------------*/
/*  SCROLL ANIMATE */
/*------------------------------------------------------------------*/
.box-stat {
  padding: 20px;
  text-align: center;
}
.box-stat img {
  width: 160px;
}
@media only screen and (max-width: 800px)  {
  .box-stat {
    padding: 10px;
  }
  .box-stat img {
    width: 130px;
  }
}
.view-stat {
  padding-bottom: 50px;
  text-align: center;
  flex-wrap: wrap;
}
.block-stat {
  margin: 6px;
}
.block-stat:nth-child(1) {
  background: rgba(255, 255, 255, 0.594);
  border-radius: 10px;
}
.block-stat:nth-child(2) {
  background: rgba(255, 255, 255, 0.594);
  border-radius: 10px;
}
.block-stat:nth-child(3) {
  background: rgba(255, 255, 255, 0.594);
  border-radius: 10px;
}
.block-stat:nth-child(4) {
  background: rgba(255, 255, 255, 0.594);
  border-radius: 10px;
}

@keyframes appear {
  from {
    opacity: 0.5;
    transform: translate(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1):
  }
}
.block-stat {
  animation: appear linear;
  animation-timeline: view();
}
/*------------------------------------------------------------------*/
/*  MAGENTA IMAGES ANIMATE ON SCROLL */
/*------------------------------------------------------------------*/
.magimg {
  animation: appear linear;
  animation-timeline: view();
}
@keyframes appear {
  from {
    opacity: 0.8;
    transform: translate(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1):
  }
}
/*------------------------------------------------------------------*/
/*  BOX STATS NEW */
/*------------------------------------------------------------------*/


.b-stat-outer {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.603);
  margin: 10px 10px 10px 10px;
  min-width: 250px;
}
.b-stat-inner {
  border-radius: 8px;
  padding: 10px 10px 10px 10px;
}
.b-stat-top {
  background-color: #ffffff;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 55px 10px 30px 10px;
}
.b-stat-top p {
  font-weight: 700;
  font-size: 4rem;
}
.b-stat-mid {
  background-color: #E3ECF0;
  padding: 25px 10px 22px 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
.b-stat-bot {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px 10px 10px 10px;
  
  font-family: font-family: "Google Sans Code", Helvetica, Arial, sans-serif; 
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.699);
}
.b-brands {
  background-color: #334D5C;
}
.b-policy {
  background-color: #5182EF;
}
.b-gwp {
  background-color: #55D27E;
}
.b-claims {
  background-color: #f59559;
}
.million p {
  font-family: font-family: "Google Sans Code", Helvetica, Arial, sans-serif; 
  font-size: 0.8rem;
  margin-bottom: 0!important;
  color: #aab9d3;
}
.small-mono p {
  font-family: font-family: "Google Sans Code", Helvetica, Arial, sans-serif; 
  font-size: 0.7rem;
  margin-bottom: 0!important;
  color: #acc6d8;
}
/*------------------------------------------------------------------*/
/*  Paddings Margins */
/*------------------------------------------------------------------*/
.p-70 {
  height: 70vh;
}
.p-50 {
  height: 50vh;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.ptb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ptt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-150 {
  padding-top: 150px;
}
.pbb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.p-lr-70 {
  padding-left: 90px;
  padding-right: 70px;
}
.p-l-50 {
  padding-left: 90px;
  padding-right: 70px;
}

.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-50 {
  padding: 50px;
}
.p-50-70 {
  padding: 50px 70px 50px 90px;
}
.p-30-70 {
  padding: 30px 70px 30px 70px;
}
.p-30-40 {
  padding: 40px 40px 30px 40px;
}
.p-20-40 {
  padding: 40px 20px 40px 20px;
}
.p-15-40 {
  padding:15px 40px 15px 40px;
}
.p-15-20 {
  padding:15px 20px 15px 20px;
}
.img-diagram img {
  max-width: 100%;
  width: 500px;
}
.img-diagram {
  padding: 20px;
}
@media only screen and (max-width: 990px)  {
  .p-sm-col {
    padding-top: 30px;
  }
}

/*------------------------------------------------------------------*/
/*  Careers Listings */
/*------------------------------------------------------------------*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.25rem;
    height: 100%;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.card-frame {
    border: 1px solid #e7eaf3;
    transition: 0.3s;
}

.card-frame-highlighted, .card-frame:hover {
  border-color: rgba(55, 125, 255, 0.3);
  box-shadow: 0 0 35px rgba(208, 224, 254, 0.13);
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.text-sm-right {
    text-align: right !important;
}

.career-label {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    line-height: 1.3;
    padding: 0.625rem 1.125rem;
    border-radius: 0.25rem;
    transition: 0.2s ease-in-out;
    
}
.career-label a:hover {
  text-decoration: none;
}
.career-label--dev {
    color: #377dff;
    background-color: rgba(55, 125, 255, 0.1);
}
.career-label--project {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, 0.1);
}
.career-pad {
  margin-bottom: 2rem;
}

.bx-career {
  background-color: #ffffff;
  border: 1px solid #1a1d26;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 0.2rem;
}
.bx-career p {
  margin-bottom: 0;
}
.bx-career-label {
  
}
.bx-career:hover {
    box-shadow: 4px 4px 0 #1a1d26;
    transform: translate(-4px,-4px);
    text-decoration: none!important;
}
a.no-text:hover{
    text-decoration: none!important;
}
.bx-career:focus-visible{
    outline-offset: 1px;
}
/*------------------------------------------------------------------*/
/*  owl carousel */
/*------------------------------------------------------------------*/
 .owl-carousel .nav-btn{
     height: 100px;
     position: absolute;
     width: 50px;
     cursor: pointer;
     top: 200px !important;
 }

 .owl-carousel .owl-prev.disabled,
 .owl-carousel .owl-next.disabled{
   pointer-events: none;
   opacity: 0.2;
 }
.owl-dots {
  padding-bottom: 5px;
}
 .owl-carousel .prev-slide{
     background: url(../img/arrow-left.svg) no-repeat scroll 0 0;
     left: -20px;
 }
 .owl-carousel .next-slide{
     background: url(../img/arrow-right.svg) no-repeat scroll 0 0;
     right: -20px;
 }
 .owl-carousel .prev-slide:hover{
     background: url(../img/arrow-left-over.svg) no-repeat scroll 0 0;
 }
 .owl-carousel .next-slide:hover{
   background: url(../img/arrow-right-over.svg) no-repeat scroll 0 0;
 }
 .owl-theme .owl-nav.disabled + .owl-dots {
     margin-top: 25px!important;
 }
 span.img-text {
   text-decoration: none;
   outline: none;
   transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   cursor: pointer;
   width: 100%;
   font-size: 23px;
   display: block;
   text-transform: capitalize;
 }
 span.img-text:hover {
   color: #2caae1;
 }
 /*------------------------------------------------------------------*/
 /*  Tables*/
 /*------------------------------------------------------------------*/

.brd-tr {
  -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topright: 5px;
   border-top-right-radius: 5px;
}
.brd-tl {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.brd-bl {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.brd-br {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.brd-r {
  border-right: 1px solid #ffffff;
}
.brd-r-light {
  border-right: 1px solid #ac8cbe;
}
.bx-careers {
  background-color: #1a2e42;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 10px 10px 10px;
}
.tb-careers {
  border-collapse:collapse;
  border-spacing:0;
  width: 100%;
  border-color:#1a2e42;
  background-color: #1a2e42;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tb-careers td {
  border-style:solid;
  border-width:1px;
  border-color:#1a2e42;
  overflow:hidden;
  padding: 12px 10px 8px 20px;
  word-break:normal;
  color: #ffffff;
}
.tb-careers .tb-data {
  font-weight: 600;
}
.w-150 {
  width: 150px;
}

 /*------------------------------------------------------------------*/
 /*  Footer */
 /*------------------------------------------------------------------*/
.bg-footer {
   background: #1a2e42;
 }
 .footer {
   padding: 80px 40px 100px 40px;
   color: #ffffff;
 }
 .footer a {
   color: #bbc4cc;
 }
 .footer p {
   color: #ffffff;
   font-size: 0.8rem;
 }
 .footer h3 {
   color: #ffffff;
   font-size: 16px;
 }
 .footer-logo {
   max-width: 100%;
   width: 140px;
 }
 .footer-logo  {
   text-align: right;
 }
 .footermenu-h ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
}
 .footermenu-h li {
    font-size: 12px;
}
 .footermenu-h li a {
    color: #6e7479;
    padding-right: 20px;
}
.footermenu-v {
   margin-top: 10px;
   padding-top: 20px;
   margin-bottom: 20px;
}
.footermenu-v ul {
   padding-left: 0;
   list-style-type: none;
}
.footermenu-v li {
   font-size: 13px;
   padding: 8px 0 0 0;
}
.footermenu-v li a {
   color: #bbc4cc;
   padding-right: 20px;
   transition: all 0.5s;
}
.footermenu-v li a:hover {
   color: #567590;
   text-decoration: underline;
}
.footer-right {
  text-align: right;
}
/*------------------------------------------------------------------*/
/*  Shadows */
/*------------------------------------------------------------------*/
.cardShadowLargeInset {
  background-color: inset 0 30px 60px -12px rgba(50, 50, 93, 0.25), inset 0 18px 36px -18px rgba(0, 0, 0, 0.3);
} 
.hero-border {
  margin-top: 20px;
  max-width: 1320px;
  border-right: 1px dashed #e7ebf6;
  border-left: 1px dashed #e7ebf6;
}
.hero-border-line {
  background: url("../img/dotline-v.svg") repeat-y center top;
}

/*------------------------------------------------------------------*/
/*  Tips and guides */
/*------------------------------------------------------------------*/
.tip-hover {
  transition: all 0.5s;
}
.tip-travel-hover {
  background: #bfeaff;
  border-radius: 5px;
}
.tip-pet-hover{
  background: #bcf5cc;
  border-radius: 5px;
}
.tip-gadget-hover {
  background: #cfc5f5;
  border-radius: 5px;
}
.bx-side-tips {
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.list-tips ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}
.list-tips li {
    position: relative;
    padding-left: 0.5em; /* text distance to icon */
	  padding-top: 0.3em;
}
.list-tips li a {
		font-size: 13px!important;
}
.list-tips li a:hover{
		text-decoration: underline;
}
.list-tips li:before {
    content:"\f134";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #576BFD;
    font-size: 16px;
    left: -1em; /* same as ul padding-left */
    top: 0.3em; /* depends on character, maybe use padding-top instead */
    /*  .... more styling, maybe set width etc ... */
}  /*  .... more styling, maybe set width etc ... */

/*------------------------------------------------------------------*/
/*  Media Q */
/*------------------------------------------------------------------*/
@media only screen and (max-width: 880px)  {
  .footer-right {
    text-align: left;
  }
}
@media only screen and (max-width: 600px)  {
  .footermenu-h ul {
     padding-left: 0;
     list-style-type: none;
     display: block;
 }
 .footer-logo {
    text-align: left;
  }
 
  .travel-link {
    border-bottom: 0;
  }
  .gadget-link {
    border-bottom: 0;
  }
  .pet-link {
    border-bottom: 0;
  }
  .home-link {
    border-bottom: 0;
  }
  .other-link {
    border-bottom: 0;
  }
  .p-50-70 {
    padding: 50px 20px 30px 20px;
  }
  .p-30-70 {
    padding: 30px 20px 30px 20px;
  }
  .p-lr-70 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ptb-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-headings {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
  }
  .headings-section {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
  }
  .sub-headings {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
  .headings-cta-section {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 30px;
  }
  .intro {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
  .bg-homepage {
    background:  url("../img/home-new-sm.png") center center no-repeat;
    background-size: cover;
    background-color: #F2F5F5!important;
  }

.dropdown-menu {
      position: absolute;
      top: 100%;
      z-index: 1000;
      display: none;
      min-width: 10rem;
      padding: .5rem 0;
      margin: 0;
      margin-top: 0px;
      font-size: 0.8rem;
      color: #212529;
      text-align: left;
      list-style: none;
      border-top: 0;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px #ffffff;
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft:0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
.dropdown-item {
      width: 100%;
      padding: .25rem 1rem;
      font-size: 13px;
  }
.dropdown-item-lg {
      padding: .25rem 1rem;
      font-size: 13px;
 }
.p-company {
  padding: 0;
}
/*------------------------------------------------------------------*/
/*  Media Q */
/*------------------------------------------------------------------*/
@media only screen and (max-width: 600px)  {
  
  .btn-expand {
    width: 100%;
  }
  .bg-shape-1 {
    background: none;
    padding: 20px 10px 20px 10px;
  }
}
@media only screen and (max-width: 800px)  {
  .p-company {
    padding: 40px 0 0 0;
  }
  .bx-link-top a {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .p-l-50 {
    padding-left: 10px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb-130 {
    padding-top: 70px;
    padding-bottom: 70px;
 }
 .travel-link {
   border-bottom: 0;
 }
 .gadget-link {
   border-bottom: 0;
 }
 .magenta-link {
   border-bottom: 0;
 }
 .pet-link {
   border-bottom: 0;
 }
 .home-link {
   border-bottom: 0;
 }
 .fire-link {
   border-bottom: 0;
 }
 .case-link {
   border-bottom: 0;
 }
}

/*------------------------------------------------------------------*/
/*  Badges Other */
/*------------------------------------------------------------------*/

.fire-badge {
    background-color: #ceb4ff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
}

.fire-badge-no-underline, .fire-badge-link:hover {
    text-decoration: none;
}

.fire-type {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

/*------------------------------------------------------------------*/
/*  Split Height */
/*------------------------------------------------------------------*/
.min-vh-50 {
    min-height: 50vh!important;
}
.split-pet {
  background: #dffffa;
  color: #000000;
}
.split-travel {
  background: #dbeeff;
  color:  #ff6600;
}


/*------------------------------------------------------------------*/
/*  Homepage Featured */
/*------------------------------------------------------------------*/

.bx-featured {
  background-color: rgba(50, 58, 71, 0.816)!important;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.2s linear 0s;
}
.bx-featured:hover {
  background-color: rgba(50, 58, 71, 1)!important;
}
.item-featured-info {
  position:relative; 
  margin-top:20px; 
  margin-bottom:15px; 
  padding-left:80px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.177);
}
.item-featured-info .iconwrap { 
  position:absolute; 
  left:0; 
  top:0; 
  width:60px;	
  height: 60px; 
  background: #1a1d26 none repeat scroll 0% 0%;
  line-height:60px;	
  animation-delay: 0.5s;	
  visibility: visible;
  display: block; 
  text-align: center; 
  color: #fff;
  border-radius: 50%; 
  transition: all 0.2s linear 0s;
}
.item-featured-info .iconwrap-travel { 
  position:absolute; 
  left:0; 
  top:0; 
  width:60px;	
  height: 60px; 
  background: #D5DFE3 none repeat scroll 0% 0%;
  line-height:60px;	
  animation-delay: 0.5s;	
  visibility: visible;
  display: block; 
  text-align: center; 
  color: #112;
  border-radius: 50%; 
  transition: all 0.2s linear 0s;
}
.item-featured-info .iconwrap-claims { 
  position:absolute; 
  left:0; 
  top:0; 
  width:60px;	
  height: 60px; 
  background: #D5DFE3 none repeat scroll 0% 0%;
  line-height:60px;	
  animation-delay: 0.5s;	
  visibility: visible;
  display: block; 
  text-align: center; 
  color: #112;
  border-radius: 50%; 
  transition: all 0.2s linear 0s;
}
.item-featured-info .iconwrap-portal { 
  position:absolute; 
  left:0; 
  top:0; 
  width:60px;	
  height: 60px; 
  background: #D5DFE3 none repeat scroll 0% 0%;
  line-height:60px;	
  animation-delay: 0.5s;	
  visibility: visible;
  display: block; 
  text-align: center; 
  color: #112;
  border-radius: 50%; 
  transition: all 0.2s linear 0s;
}
.item-featured-info i {
  font-size:32px; 
  font-weight:normal; 
  line-height: inherit;
  vertical-align: inherit;
}
.item-featured-info h3 {
  font-size: 1.3rem; 
  margin-bottom: 5px;  
}
.item-featured-info p {
  color:#ffffff; 
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
  padding:0;
}
.item-featured-info .iconhover{
  position: absolute;
    left: 0;    top: 0;    height: 100%;    width: 100%;    border: 1px solid #ffffff;    -webkit-transform: scale(1);    -moz-transform: scale(1);
    -ms-transform: scale(1);    transform: scale(1);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;  
    -webkit-border-radius: 50%;    
    border-radius: 50%;
}
.item-featured-info:hover .iconhover{ opacity: 1;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
.link-featured {
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
  }
.link-featured:hover {
    text-decoration: none;
    color: #ffffff;
    border-bottom: 0;
}
/*------------------------------------------------------------------*/
/*  Homepage Featured */
/*------------------------------------------------------------------*/

.bx-page-featured {
  background-color: rgba(50, 58, 71, 0.816)!important;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.2s linear 0s;
}
.bx-page-featured:hover {
  background-color: rgba(50, 58, 71, 1)!important;
}
.page-featured-info {
  position:relative; 
  margin-top:20px; 
  margin-bottom:15px; 
  padding-left:50px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.177);
}
.page-featured-info .iconwrap-portal { 
  position:absolute; 
  left:0; 
  top:0; 
  width:40px;	
  height: 40px; 
  background: #D5DFE3 none repeat scroll 0% 0%;
  line-height:40px;	
  animation-delay: 0.5s;	
  visibility: visible;
  display: block; 
  text-align: center; 
  color: #112;
  border-radius: 50%; 
  transition: all 0.2s linear 0s;
}
.page-featured-info i {
  font-size:20px; 
  font-weight:normal; 
  line-height: inherit;
  vertical-align: inherit;
}
.page-featured-info h3 {
  font-size: 1.3rem; 
  margin-bottom: 5px;  
}
.page-featured-info p {
  color:#ffffff; 
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
  padding:0;
}

/*------------------------------------------------------------------*/
/*  SVG Animation DIVS */
/*------------------------------------------------------------------*/
#animationCard {
  width: 400px;
  height: 400px;
  margin: auto;
}
/*------------------------------------------------------------------*/
/*  ACCORDION */
/*------------------------------------------------------------------*/
.accordion-button222::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button::after {
  background-image: url("../img/icons/icon-plus.svg");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/icons/icon-minus.svg");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: #1d1b1b;
    text-align: left;
    background-color: transparent!important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-weight: 600;
    padding: 20px 10px 20px 0;
}
.accordion-button:not(.collapsed) {
    color: #0a0a0b;
    font-weight: 600;
    background-color: transparent!important;
    box-shadow: none;
}
/* hide focus colour on accordion buttons */
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-item {
    color: #667085;
    background-color: transparent!important;
    border-bottom: 1px solid #EAECF0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 1rem;
}
.accordion-body {
  padding: 0 10px 10px 0;
}
.accordion-body p {
 
}

