/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  
  body {
    font: 400 18px/1.4 "Work Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  a {
    cursor: pointer;
  }
  a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
  }
  a:active {
    outline: none;
    box-shadow: none;
    border: none;
  }
  a:focus {
    outline: none;
    box-shadow: none;
    border: none;
  }
  
  h1, h2, h3, h4, h5 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
  }
  
  .carbon-bg {
    background-color: #202020;
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, #080808, #202020);
    background-size: 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 5px 5px, 0 0;
  }
  
  .hidden {
    display: none;
  }
  
  .section-heading {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 30px;
  }
  
  .section-text {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  
  .btn {
    background-color: #fe0c46;
  }
  
  .divider {
    height: 5px;
    background-color: #fe0c46;
    width: 240px;
    margin: 0 auto 30px;
  }
  
  .inherit-link {
    color: inherit;
  }
  
  .--accent-1-background {
    background-color: #fe0c46;
  }
  
  .--twitter-blue {
    color: #1dcaff;
  }
  
  .--twitter-background-blue {
    background-color: #1dcaff;
  }
  
  .--facebook-blue {
    color: #4266b2;
  }
  
  .--facebook-background-blue {
    background-color: #4266b2;
  }
  
  .--linkedin-blue {
    color: #0077B5;
  }
  
  .--linkedin-background-blue {
    background-color: #0077B5;
  }
  
  .--instagram-blue {
    color: #e1306c;
  }
  
  .--instagram-background-blue {
    background-color: #e1306c;
  }
  
  .--bg-accent-1 {
    background-color: #fe0c46;
  }
  
  .--blue {
    color: #fe0c46;
  }
  
  blockquote {
    border-color: #fe0c46;
  }
  blockquote .icon i {
    font-size: 80px;
    color: #fe0c46;
  }
  blockquote .divider {
    margin-bottom: 20px;
  }
  blockquote .quote {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: lighter;
  }
  
  .ghost-button {
    width: 240px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    background: transparent;
    border: 2px solid #fe0c46;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #fe0c46;
    font: regular 18px/1 inherit;
  }
  .ghost-button:hover {
    background-color: #fe0c46;
    color: #fff;
  }
  
  .rounded-button {
    width: 280px;
    padding: 20px 30px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    background-color: #fe0c46;
    box-shadow: 0px 10px 10px -2px rgba(0, 0, 0, 0.35);
    color: #fff;
    transition: all 0.3s ease;
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
  }
  .rounded-button:hover {
    background-color: #d60134;
  }
  
  .contact-details__text {
    margin-bottom: 5px;
  }
  .contact-details__text i, .contact-details__text a {
    vertical-align: middle;
  }
  .contact-details__text a {
    color: inherit;
  }
  
  .feature-testimonial {
    background-color: #333a47;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  main .page-footer {
    background-color: #333a47;
  }
  main .page-footer .social-icons-row {
    margin-top: 20px;
  }
  main .page-footer .divider {
    width: 100%;
    text-align: left;
  }
  main .footer-heading {
    margin-bottom: 20px;
  }
  main .footer-section {
    margin-bottom: 20px;
  }
  main .footer-copyright {
    font-size: 12px;
  }
  
  .footer-iframe {
    width: 100%;
  }
  
  .header-slider {
    position: relative;
    color: white;
  }
  .header-slider .indicators {
    z-index: 3;
  }
  .header-slider .carousel {
    height: 600px;
  }
  
  .header-slider__text-container {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
  }
  
  .header-slider__title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(254, 12, 70, 0.6);
    color: white;
    width: 390px;
  }
  
  .logo {
    height: 60px;
    width: auto;
    fill: #fe0c46;
  }
  
  .mini-quote {
    display: inline-flex;
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
    font-style: italic;
    text-align: center;
    width: 100%;
  }
  
  .mini-quote__img-container {
    margin-right: 10px;
  }
  
  .mini-quote__img {
    border-radius: 100%;
    height: 120px;
    width: 120px;
  }
  
  .mini-quote__text {
    display: inline-block;
  }
  
  .mini-quote__name {
    font-weight: bold;
  }
  
  .mini-quote__icon {
    color: #fe0c46;
  }
  
  .mini-quote__quote {
    margin-bottom: 20px;
  }
  
  .navbar-fixed {
    height: 100px;
  }
  
  nav {
    background-color: #333a47;
    padding: 14px 10px;
    height: 100px;
    transition: all 0.4s;
    box-shadow: none;
  }
  nav.colored {
    background-color: #fe0c46;
  }
  
  .nav-link a {
    font-family: 'Times New Roman', serif;
    font-size: 18px;
    color: #333a47;
  }
  
  .header-logo {
    height: 60px;
    margin-top: 4px;
  }
  
  .btn-contact {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-contact .material-icons {
    line-height: 36px;
  }
  
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
  /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Custom media queries
  */
  /* Set width to make card deck cards 100% width */
  @media (max-width: 575.98px) {
    .header-logo {
      height: 50px;
      margin-top: 8px;
    }
  }
  .overlay-black-grad-bl {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #423E37 0%, transparent 100%);
    z-index: 3;
  }
  
  .overlay-gold-grad-tr {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-330deg, transparent 0%, #fe0c46 140%);
    z-index: 2;
  }
  
  .overlay-white-grad-l {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, white 0%, transparent 100%);
  }
  
  .overlay-white-grad-t {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, white 0%, transparent 100%);
  }
  
  .overlay-white-grad-r {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, white 0%, transparent 100%);
  }
  
  .overlay-grey-grad-r {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, #33363f 0%, transparent 100%);
  }
  
  .overlay-grey-grad-l {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #33363f 0%, transparent 100%);
  }
  
  .page-header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    margin-bottom: 40px;
    color: white;
    font-weight: bold;
  }
  
  .page-header__heading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 4;
    margin: 0;
    font-size: 74px;
  }
  
  .service-tile {
    height: 450px;
    width: 100%;
    margin-bottom: 20px;
  }
  .service-tile .service-tile__inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.2s ease;
  }
  .service-tile .service-tile__inner:hover {
    transform: scale(1.2);
  }
  
  .service-tile__text {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 58px;
    text-align: left;
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    line-height: 1.2;
  }
  .service-tile__text:hover .service-tile__inner {
    transform: scale(1.2);
  }
  
  @media (max-width: 575.98px) {
    .service-tile__text {
      font-size: 28px;
    }
  
    .service-tile {
      margin-bottom: 20px;
    }
  }
  .sidebar .--read-more {
    color: #474747;
  }
  
  .sidebar-section {
    margin-bottom: 40px;
  }
  
  .sidebar-heading {
    font-size: 26px;
    border-bottom: 1px solid #fe0c46;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: bold;
  }
  
  .sidebar__post-snippet__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .sidebar__post-snippet__excerpt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .sidebar__post-snippet {
    margin-bottom: 40px;
  }
  
  .about-section__img {
    max-width: 100%;
    margin-bottom: 40px;
  }
  
  .error-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
  }
  
  .error-heading {
    margin-bottom: 20px;
  }
  
  .error-img {
    height: 180px;
    margin-bottom: 20px;
  }
  
  .fof-container {
    text-align: center;
    position: relative;
  }
  
  .fof-heading {
    margin-top: 60px;
  }
  
  .section__intro {
    position: relative;
  }
  .section__intro .row {
    margin-bottom: 0;
  }
  .section__intro .logo {
    margin-bottom: 30px;
  }
  
  .intro__static-info__heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  
  .intro__static-info__sub-heading {
    font-size: 22px;
  }
  
  .intro__static-info__text {
    margin-top: 60px;
    padding: 30px;
    color: white;
    text-align: center;
  }
  .intro__static-info__text .logo {
    height: 180px;
  }
  
  .homepage-section-content {
    position: relative;
  }
  .homepage-section-content .divider {
    margin: 0 0 20px;
  }
  
  .home-section-heading {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 32px;
  }
  
  .home-section-subheading {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 62px;
  }
  .home-section-subheading span {
    color: #fe0c46;
  }
  
  .home-section-text {
    font-size: 18px;
    margin-bottom: 60px;
  }
  
  .about-section {
    text-align: center;
    padding: 60px;
    color: white;
  }
  
  .contact-cta-section {
    text-align: center;
    padding: 40px 0;
  }
  
  .cta-heading {
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #fe0c46;
  }
  
  .services-section {
    padding: 40px;
    text-align: center;
  }
  
  .why-section {
    color: white;
    position: relative;
    padding-top: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }
  .why-section hr {
    color: white;
    background: white;
  }
  
  .service-section {
    color: white;
    position: relative;
    padding-top: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }
  .service-section hr {
    color: white;
    background: white;
  }
  .service-section .service-btn {
    background-color: #fe0c46;
    color: white;
    border-color: #fe0c46;
  }
  
  .service-snippets {
    position: relative;
  }
  
  .service-snippet {
    margin-bottom: 40px;
    text-align: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .--read-more {
    color: white;
    position: relative;
    vertical-align: bottom;
    line-height: 18px;
  }
  .--read-more:after {
    content: '\bb';
    margin: -2px 0 0 5px;
    color: #fe0c46;
    font-size: 38px;
    vertical-align: bottom;
    line-height: 20px;
  }
  
  .service-snippet__heading {
    font-size: 32px;
  }
  
  .news-section {
    text-align: center;
    padding: 60px;
  }
  
  .news-section__posts-container {
    margin-bottom: 60px;
  }
  
  @media (max-width: 575.98px) {
    .home-section-subheading {
      font-size: 42px;
    }
  
    .header-slider__text-container {
      left: 0;
    }
  
    .header-slider__title {
      font-size: 28px;
      text-align: center;
    }
  
    .header-slider__subtitle {
      display: none;
    }
  
    .header-slider__divider {
      display: none;
    }
  
    .about-section, .news-section {
      padding: 20px;
    }
  
    .service-btn {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991.98px) {
    .intro__static-info__text {
      margin-top: 0;
    }
  
    .home-section-subheading {
      font-size: 42px;
    }
  }
  .service-container .section-text {
    text-align: left;
  }
  
  .service-img-carousel {
    margin-bottom: 40px;
  }
  
  .service-container .section-text {
    text-align: left;
  }
  
  @media (max-width: 575.98px) {
    .page-header__heading {
      font-size: 55px;
    }
  }
  
  /*# sourceMappingURL=style.css.map */