/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #c81510;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 3rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.divider {
  width: 80%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e4e4e4;
}

.consult {
  background-color: #e7eff6;
  padding: 100px 0;
}

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.alt {display: flex;
  flex-direction: row-reverse;}

 .col-12, .col, .col-md-6, .col-md-8, .col-md-10, .col-md-12, .col-lg-2, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-10, .col-xl-6, .col-xl-7, .col-xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 1.5rem }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; 
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
            flex: 0 0 66.667%;
    max-width: 66.667%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
            flex: 0 0 16.667%;
    max-width: 16.667%; }
  .col-lg-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.667%;
            flex: 0 0 30.667%;
    max-width: 30.667%; 
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
            flex: 0 0 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
            flex: 0 0 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
            flex: 0 0 66.667%;
    max-width: 66.667%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; } 
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }}

@media (min-width: 1200px) {
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
            flex: 0 0 58.333%;
    max-width: 58.333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
            flex: 0 0 66.667%;
    max-width: 66.667%; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(33, 142, 246, 0.25);
            box-shadow: 0 0 0 0.2rem rgb(33, 142, 246, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: rgb(33, 142, 246);
  border-color: rgb(33, 142, 246); }
  .btn-primary:hover {
    color: #fff;
    background-color: rgb(33, 142, 246,0.5);
    border-color: rgb(33, 142, 246,0.5); }
  .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(33, 142, 246, 0.25);
            box-shadow: 0 0 0 0.2rem rgb(33, 142, 246, 0.25); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: rgb(33, 142, 246, 0.8);
    border-color: rgb(33, 142, 246, 0.8); }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgb(33, 142, 246, 0.8);
    border-color: rgb(33, 142, 246, 0.8); }
    /* .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 21, 16, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 21, 16, 0.5); } */

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.bg-white {
  background-color: white !important;
}

.bg-light {
  background-color: #f8f9fa !important; }

.bg-light-blue{
  background-color: #F2F7FF !important;
}

.bg-dark {background-color: RGB(39,39,39);}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-block {
    display: block !important; } }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.justify-content-around {
  -webkit-box-pack: space-around !important;
      -ms-flex-pack: space-around !important;
          justify-content: space-around !important; 
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

@media (min-width: 992px) {
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; } }

.position-relative {
  position: relative !important; }

.fixed-top {
  position: relative;
  /* top: 0;
  right: 0;
  left: 0;
  z-index: 1030;  */
}
/* .fixed-top svg{
  height: 3rem;
  width: auto;
} */

.mb-0 {
  margin-bottom: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-1-5 {
  margin-top: 1.5rem !important; }
.mt-4 {
  margin-top: 4rem !important; }

.pt-0 {
  padding-top: 0 !important; }


.pt-3 {
  padding-top: 1rem !important; }

.pb-0 {padding-bottom: 0 !important;}

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }


.mx-auto {
  margin-right: auto !important; }


.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .mr-md-2 {
    margin-right: 0.5rem !important; } }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important; } }

.text-center {
  text-align: center !important; }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; } }


@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

/* .bg-light {
  background: #ffeded !important; } */

.text-light {
  color: #fff; }
  .text-light * {
    color: #fff; }

.color-brand {
  color: #c81510;
  /* color: #1084c8; */
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide p, .slick-slide h5 {
    max-width: 90%;
    margin: 0 auto; }
  .slick-slide p {
    font-size: 1.2rem;
    margin-bottom: 1.8rem; }
  .slick-slide h2 {
    font-size: 4rem;
    margin-bottom: -30px; }
  .slick-slide h5 {
    margin-bottom: 0;
    font-weight: bold; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }
  .slick-dots li {
    margin: 0 0.25rem; }
    .slick-dots li button {
      display: block;
      width: 1rem;
      height: 1rem;
      padding: 0;
      border: none;
      border-radius: 100%;
      text-indent: -9999px;
      background: #fff !important; }
    .slick-dots li.slick-active button {
      background: #c81510 !important; }

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  padding: 6px;
  border: 0;
  outline: none;
  width: 40px;
  height: 40px;
  background: #c81510;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .4s;
  transition: .4s; }
  .slick-arrow svg {
    width: 100%;
    height: 100%;
    fill: white; }
  @media (min-width: 768px) {
    .slick-arrow {
      top: 50%; } }
  .slick-arrow.prev {
    left: 0;
    padding-right: 10px; }
    [dir="rtl"] .slick-arrow.prev {
      left: auto;
      right: 0; }
  .slick-arrow.next {
    right: 0;
    padding-left: 10px; }
    [dir="rtl"] .slick-arrow.next {
      left: 0;
      right: auto; }
@font-face {
  font-family: 'Inter Regular';
  src: url("https://d2saw6je89goi1.cloudfront.net/uploads/digital_asset/file/721254/Inter-Regular.woff");
  font-weight: normal;
  font-style: normal; }

:root,
html,
body {
  font-size: 16px; }
  @media (min-width: 768px) {
    :root,
    html,
    body {
      font-size: 17px; } }
  @media (min-width: 992px) {
    :root,
    html,
    body {
      font-size: 19px; } }

html, body {
  margin: 0;
  overflow-x: hidden;
  color: #4a4a4a; }

* {
  line-height: 1.5;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter Regular", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 700; }

h1, .h1 {
  font-size: 3rem; }
  /* @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.5rem; } } */

h2, .h2 {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.1rem; } }

h3, .h3 {
  font-size: 1.5rem; }

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

h5, .h5 {
  font-size: .85rem;
  margin-bottom: 12px; }

.eyebrow {
  font-family: "Inter Regular", serif;
  text-transform: uppercase; }

.subheadline {
  font-size: 1rem; }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.darken-bg{
  filter: brightness(32%);
}
.background-image-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .background-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

section.offer .container {
  transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
}
section.one-column .background-image-container{
  top: unset;
  transform: rotate(180deg);
}

section.three-column ul {
  list-style-type: none;
  display: unset;
  padding-left: 0;
}
@media (min-width: 768px) {
  section.three-column ul{
    display: block;
    margin: 0 3rem;}
  section.three-column ul li{
    width:33.333333%;
    float:left;}
}

section.three-column p {padding: 1rem 0.75rem 0;}
section.three-column i {
  font-size: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  section.two-column p, section.two-column h2,
  section.two-column h5, 
  section.hero h1, section.two-column a.special,
  section.hero .btn-section
  {margin: 1rem;}
  section.three-column ul li{
    margin: 3rem;
  }
}
section.two-column h5{font-weight: 300;text-transform: uppercase;}
section.three-column ul i.fa-check-circle{
  font-size: 2.5rem;
}
section.three-column ul h4{
  font-weight: 400;
  margin: 2rem 3rem 0;
}
@media (min-width: 768px) {
  section.hero h1{font-size: 3rem;}
  section.three-column ul h4{
    margin-left: 0;
    margin-right: 0;
  }
}

.dot {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}
section.three-column .fa-headset {color: rgba(254,96,84,255);}
section.three-column .fa-headset.dot{background-color: rgba(255,235,238,255);}
section.three-column .fa-voicemail{color: rgba(33,142,246,255);}
section.three-column .fa-voicemail.dot{background-color: rgba(236,249,255,255);}
section.three-column .fa-comment-dots{color: rgba(54,202,55,255);}
section.three-column .fa-comment-dots.dot{background-color: rgba(223,247,223,255);}

  ul.styled-list li {
    position: relative;
    list-style: none;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem; }
  ul.styled-list li i {
    position: absolute;
    top: 8px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem !important;
    line-height: 1;
    font-style: normal; }
  .brief-management h2 {padding: 1rem 0;}
  .brief-management ul.styled-list li {
    list-style-type: unset;
  }
  .brief-management ul.styled-list li span {
      position: relative;
      left: -20px;
  }
  @media (min-width: 768px) {
    ul.styled-list li {
      padding: 0 0;
      padding-left: 2rem; }
    .brief-management ul.styled-list {padding: 0;}
    .brief-management ul.styled-list li{
      margin-bottom: .75rem;
      padding-left: 0;
    }
    .brief-management ul.styled-list li span {
      left: unset;
    }
    .brief-process .container {margin-left: 5rem;}
    .brief-process p {margin-right: 8rem;}
  }

img.max-width {
  width: 100%;
  max-width: 300px; }
  @media (min-width: 768px) {
    img.max-width {
      max-width: 400px; } }
  @media (min-width: 992px) {
    img.max-width {
      max-width: 100%; } }

img.guarantee {
  max-width: 300px; }

img.star {
  max-width: 200px; }

header {
  padding-top: 1rem;
  position: relative;
  z-index: 999 !important;
  -webkit-transition: .5s;
  transition: .5s; }
  header.scrolled {
    /* background: rgba(0, 0, 0, 0.8);  */
    /* background: #202024; */
  }

/* .header-logo {
  /* -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: inline-flex;
  align-items: center;
  margin-right: -4rem;
} */
.header-logo h1{
  font-family:'Playfair Display';
  text-transform: unset;
  margin: 0.5rem 0;
  color: black;
}
.header-logo img {
  filter: invert(1);
  height: 4rem;
  width: auto;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }
  @media (min-width: 768px) {
    .scrolled .header-logo img {
      height: 4.25rem; } }



a.special:not(.button) {
  text-decoration: none;
  border-bottom: 0;
  /* display: block; */
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 0 0 2em 0;
  text-transform: uppercase;
  color: rgba(33,142,246,255);
}

  a.special:not(.button):before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  a.special:not(.button):before {
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100%;
    border: solid 1.5px rgb(33, 142, 246);
    content: '\f105';
    display: inline-block;
    font-size: 1.15em;
    height: 2em;
    line-height: 2em;
    margin-right: 0.5em;
    text-align: center;
    text-indent: 0.15em;
    vertical-align: middle;
    width: 2em;
  }

  a.special:not(.button):hover {
    /* border-color: rgb(33, 142, 246); */
    /* rgba(236,249,255,255) */
  }

  a.special:not(.button):active:before {
    background-color: rgba(255, 255, 255, 0.15);
  }

  @media (max-width:768px){
    a.special:not(.button):before {font-size: 1em;}
  }
  
.btn,
button {
  display: block;
  width: 100%;
  /* border-radius: 40px; */
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  background: rgb(33, 142, 246);
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out; }
  .btn:hover, .btn:focus, .btn:active,
  button:hover,
  button:focus,
  button:active {
    color: #fff !important;
    background: rgb(33, 142, 246, 0.8); }
  @media (min-width: 768px) {
    .hero .btn{padding: 15px 0; font-size: 0.6rem;}
    .btn,
    button {
      padding: 30px; } }

.btn-section p {
  max-width: 90%;
  margin: 20px auto 0;
  color: #888888;
  line-height: 1; }

section {
  position: relative;
  padding: 60px 0px; }
  @media (min-width: 768px) {
    section {
      padding: 80px 0px; } }
  @media (min-width: 992px) {
    section {
      padding: 100px 0px; } }
  @media (max-width: 1200px) {
    section.two-column.no-pad {
      padding: 75px 0; }}
  section.hero {
    /* padding-top: 80px; */
    padding-top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;}
  section.hero h3, p {font-family: Poppins;
    font-weight: 500;}
  section.hero h3 {font-size:2.17rem;}
  section.hero p {font-size: 1.25rem;}
  section .hero, section.demo {height: 100%;}
  @media (min-width: 768px) {
    section.hero {
      /* padding-top: 150px; } */
      padding-top: 0px; }
    section.hero h3 {
      padding-top: 0; font-size:3rem;}
    section.hero .btn-section{
      /* transform: translateY(2rem); */
    } 
    .demo h1, .demo h2 {
      font-family: Poppins;
      font-weight: 400;
      font-size: 3.75rem;
      line-height: 1.1em;
    }
    .demo h1:first-child {
      color: #f8c902 !important;}
  }
    .thankyou-page section.hero {
      min-height: 88vh; }
  section.seen-in-band {
    padding: 40px 0; }
    section.seen-in-band h5 {
      margin-bottom: 0; }
  /* section.two-column.no-pad {
    padding-top: 0; } */
  @media (min-width: 992px) {
    section.two-column.no-pad {
      padding: 40px 0; }
    /* section.two-column .img-container { */
      /* position: absolute; */
      /* top: 50%; */
      /* width: 45%; */
      /* -webkit-transform: translateY(-50%); */
              /* transform: translateY(-50%); }*/}
      /* section.two-column .img-container img {
        width: 100%; }
    section.two-column.img-left .img-container {
      left: 0; }
    section.two-column.img-right .img-container {
      right: 0; } } */
  
  /* @media (min-width: 1200px) {
    section.two-column .img-container {
      width: 40%; } } */
  section.bg-bottom .background-image-container img {
    -o-object-position: center bottom;
       object-position: center bottom; }

.experience ul.styled-list{
  text-align: left;
  list-style-type: none;
  padding-left: 0;
  font-size: 1.25rem;
}
.experience ul.styled-list i{
  padding-right:.75rem;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
}
@media (max-width: 768px) {
  section.one-column {
    padding: 4rem 0;
  }
  section.two-column .no-pad {
    padding: 20rem 0;}
}

/* Form */

form {
  margin: 0 0 2em 0;
}

  form > :last-child {
    margin-bottom: 0;
  }

  form > .fields {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3em);
    margin: -1.5em 0 2em -1.5em;
  }

    form > .fields > .field {
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -moz-flex-shrink: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      padding: 1.5em 0 0 1.5em;
      width: calc(100% - 1.5em);
    }

      form > .fields > .field.half {
        width: calc(50% - 0.75em);
      }

      form > .fields > .field.third {
        width: calc(100%/3 - 0.5em);
      }

      form > .fields > .field.quarter {
        width: calc(25% - 0.375em);
      }

  @media screen and (max-width: 480px) {

    form > .fields {
      width: calc(100% + 3em);
      margin: -1.5em 0 2em -1.5em;
    }

      form > .fields > .field {
        padding: 1.5em 0 0 1.5em;
        width: calc(100% - 1.5em);
      }

        form > .fields > .field.half {
          width: calc(100% - 1.5em);
        }

        form > .fields > .field.third {
          width: calc(100% - 1.5em);
        }

        form > .fields > .field.quarter {
          width: calc(100% - 1.5em);
        }

  }

fieldset, label {
  color: #000;
  display: block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.7em 0;
  text-transform: uppercase;
}

/* Actions */
#guarentee ul.actions {
  text-align: center;
}

ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}

  ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
  }

  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

    ul.actions.special li:first-child {
      padding-left: 0;
    }

  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

    ul.actions.stacked li {
      padding: 1.3em 0 0 0;
    }

      ul.actions.stacked li:first-child {
        padding-top: 0;
      }

  ul.actions.fit {
    width: calc(100% + 1em);
  }

    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%;
    }

      ul.actions.fit li > * {
        width: 100%;
      }

    ul.actions.fit.stacked {
      width: 100%;
    }

  @media screen and (max-width: 480px) {

    ul.actions:not(.fixed) {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 0;
      width: 100% !important;
    }

      ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
      }

        ul.actions:not(.fixed) li > * {
          width: 100%;
        }

        ul.actions:not(.fixed) li:first-child {
          padding-top: 0;
        }

        ul.actions:not(.fixed) li input[type="submit"],
        ul.actions:not(.fixed) li input[type="reset"],
        ul.actions:not(.fixed) li input[type="button"],
        ul.actions:not(.fixed) li button,
        ul.actions:not(.fixed) li .button {
          width: 100%;
        }

          ul.actions:not(.fixed) li input[type="submit"].icon:before,
          ul.actions:not(.fixed) li input[type="reset"].icon:before,
          ul.actions:not(.fixed) li input[type="button"].icon:before,
          ul.actions:not(.fixed) li button.icon:before,
          ul.actions:not(.fixed) li .button.icon:before {
            margin-left: -0.5rem;
          }

  }


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #2e3141;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.75em;
  letter-spacing: 0.1em;
  line-height: 3.75em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(255, 255, 255, 0.025);
  }

  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(255, 255, 255, 0.075);
  }

  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    color: rgba(255, 255, 255, 0.35);
  }

  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    /* background-color: #4c5c96; */
    background-color: rgb(33, 142, 246);
    box-shadow: none;
  }

    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      /* background-color: #53639e; */
      background-color: rgba(45,103,211,1);
    }

    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #45558d;
    }

    input[type="submit"].primary.icon:before,
    input[type="reset"].primary.icon:before,
    input[type="button"].primary.icon:before,
    button.primary.icon:before,
    .button.primary.icon:before {
      color: #7985b0;
    }

  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%;
  }

  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.6em;
  }

  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1em;
  }

  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    opacity: 0.25;
  }

  @media screen and (max-width: 480px) {

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
      padding: 0;
    }

  }


input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgb(33, 142, 246,0.2);
  border-radius: 5px;
  border: none;
  border: solid 2px rgba(255, 255, 255, 0.25);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}

  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #5b6ba6;
  }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.125)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis;
}

  select option {
    color: #ffffff;
    background: #2e3141;
  }

  select:focus::-ms-value {
    background-color: transparent;
  }

  select::-ms-expand {
    display: none;
  }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em;
}

textarea {
  padding: 0.75em 1em;
}

form input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

  form input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
  }

    form input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
    }

    form input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.025);
      border-radius: 5px;
      border: solid 2px rgb(33, 142, 246,0.2);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 2.0625em;
      left: 0;
      line-height: 2.0625em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 2.0625em;
    }

  form input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: rgb(33, 142, 246,0.2);
    border-color: rgb(33, 142, 246,0.2);
    content: '\f00c';
    color: #2e3141;
  }

  form input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: rgb(33, 142, 246,0.2);
  }

form input[type="checkbox"] + label:before {
  border-radius: 5px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1.0;
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1.0;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1.0;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1.0;
}

.contact p {
  text-align: left;
  border: solid #ffe204;
  background-color: #ffe204;
  padding: .5rem;
}

#cta a.btn {text-transform: lowercase;}
#cta h2, .eaglei {
  font-family:"Playfair Display script=latin rev=2"; font-size: 3rem; text-transform: unset;
}
@media (max-width: 768px) {#cta h2, .eaglei {font-size:2.3rem}}

footer {
  width: 100%;
  height: 4.2rem;
  position: relative;
  /* background-color: black; */
  font-family: Futura LT W01 Heavy;
  display: flex;
  align-items: center;
}

.copyright-container {
  display: inline-block;
  font-size: 0.5rem;
}
@media (min-width: 768px) {
  .copyright-container {font-size: 0.6rem;}
}
  
.copyright {
  text-transform: uppercase;
  /* color: #fff; */
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 0;
}

.copyrightmenu {
  list-style-type: none;
  display: inline-block;
  padding-left: 10px;
}
.copyrightmenu li {
  display: inline-block;
}
.copyrightmenu li:first-child::after{
  content: " |";
  padding: 0 5px;
  /* background: black; */
}
.copyrightmenu li a {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}