/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Karla|Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@font-face {
  font-family: "Chronicle Display Roman";
  src: url("../../fonts/Chronicle Display Roman/Chronicle Display Roman.otf") format("otf"); }
@font-face {
  font-family: "Gotham Rounded Bold";
  src: url("../../fonts/GothamRounded-Bold.otf") format("otf"); }
/* Color Theme Swatches in RGBA */
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

/* Change the background color of the dropdown button when the dropdown content is shown */
@media only screen and (min-width: 560px) {
  html {
    font-size: 62.5%;
    scroll-behavior: smooth; }

  body {
    text-rendering: optimizeLegibility;
    font-family: Raleway, "sans serif";
    font-size: 1.6rem; }

  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 2rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.4rem; }

  h6 {
    font-size: 1.2rem; }

  a,
  li,
  p {
    font-size: 1.4rem; }

  div.navbar {
    background-color: purple;
    padding: 0; }
    div.navbar .social-icons li {
      display: inline;
      margin: 0 10px;
      color: #f2f2f2; }
      div.navbar .social-icons li a {
        color: #f2f2f2;
        font-size: 2.4rem; }

  nav.navbar {
    padding: 0 0 0 40px;
    background: white; }

  .navbar-nav {
    margin: auto;
    padding: 0; }
    .navbar-nav .nav-item .nav-link {
      font-size: 14px;
      padding: 28px 20px;
      margin-right: 5px;
      color: #222233;
      font-family: "Roboto", "sans serif";
      line-height: 1.2;
      font-weight: 300;
      vertical-align: middle;
      letter-spacing: 2px;
      text-align: left;
      text-transform: none;
      font-family: Raleway, "sans serif";
      font-weight: 900; }
    .navbar-nav .nav-item:hover {
      background: #212130; }
      .navbar-nav .nav-item:hover a {
        color: white; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    padding: 0;
    width: 100%;
    margin-left: 15px; }
    .navbar-expand-sm .navbar-nav .dropdown-menu a {
      background: #495677;
      color: #fff;
      padding: 12px;
      border-bottom: 0.5px solid black; }

  .active {
    background: #f37446; }

  .h2-underlined {
    padding-left: 20px;
    color: white;
    padding-bottom: 10px;
    text-align: center; }

  .hr {
    width: 70px;
    height: 2px;
    background: #fff;
    margin: 0 0 20px; }

  .hr-hero {
    background: #f2f2f2;
    height: 3px;
    margin: 20px 0 0;
    width: 200px; }

  .subtitle,
  .title {
    background: grey; }

  .banner-button {
    background: #222233;
    opacity: 0.8;
    color: #f2f2f2;
    width: 120px;
    height: 40px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 900;
    font-family: Raleway, "sans serif"; }
    .banner-button a {
      color: #f2f2f2; }
      .banner-button a:hover {
        background: #476182;
        color: white;
        text-decoration: none; }
    .banner-button:hover {
      background: #476182;
      color: white;
      border: 1px solid orange; }

  .carousel-caption .caption {
    margin-top: 10px;
    font-family: Raleway, "sans serif";
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    background: #222233;
    opacity: 0.9;
    border-radius: 10px;
    width: 40vw;
    height: 40vh;
    position: relative;
    top: 300px;
    margin: auto;
    margin-top: auto;
    margin-bottom: 240px;
    margin-left: 1vw;
    padding-top: 30px; }
    .carousel-caption .caption h1 {
      vertical-align: text-bottom;
      text-align: left;
      padding: 20px;
      font-size: 20px;
      font-weight: 900;
      text-transform: capitalize;
      font-family: "Roboto", "sans serif";
      line-height: 1.8; }
    .carousel-caption .caption h4 {
      text-transform: none;
      font-size: 13px;
      margin-bottom: 40px;
      text-align: center;
      padding-left: 20px;
      font-family: "Roboto", "sans serif"; }
    .carousel-caption .caption a {
      background: #f2622e;
      padding: 8px;
      text-decoration: none;
      color: white;
      border: 1px solid #222233;
      text-transform: none; }

  .carousel-inner-custom {
    background: black; }

  .masthead {
    font-family: Karla, "sans serif"; }
    .masthead .banner {
      background-image: url("../images/carpark-banner.jpg");
      height: 500px;
      background-size: cover;
      background-position-y: 500px; }
      .masthead .banner .banner-text {
        background: grey;
        width: 600px;
        margin: auto;
        opacity: 0.8;
        color: #f2f2f2;
        padding: 20px; }
      .masthead .banner .title {
        text-align: center; }
      .masthead .banner .subtitle {
        margin: auto;
        text-align: center; }

  .div-hr-main .hr-secondary {
    width: 99%;
    height: 5px;
    padding-bottom: 0;
    background: url("../images/border-image2.png");
    background: contain;
    height: 1px;
    margin: auto;
    border-bottom: none;
    box-shadow: none; }

  .hr-main {
    background: url("../images/divider.png");
    background-repeat: repeat;
    background-size: contain;
    height: 3px;
    padding: 3px;
    margin: 0; }

  .solution {
    background-color: #f2622e;
    background-image: url("../images/carparkmanagement.jpg"); }

  .consulting-outer {
    background: url("../images/parking.jpg");
    background-size: contain; }
    .consulting-outer .hero {
      padding: 0; }
    .consulting-outer .consulting-inner {
      padding: 70px 40px 40px;
      opacity: 0.9;
      background-color: #485e88;
      height: 46%; }

  .header {
    font-family: Raleway, "sans serif";
    font-weight: 600;
    -webkit-font-smoothing: antialiased; }

  .sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2000;
    margin: auto; }

  .solutions-first {
    background: url("../images/parallax.png");
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0; }
    .solutions-first ul li h2 {
      color: orange; }
    .solutions-first ul li p {
      color: #f2f2f2;
      font-weight: 800; }
    .solutions-first .dc .header {
      background: transparent; }
      .solutions-first .dc .header h2 {
        color: #222233; }
    .solutions-first .design-first-grp {
      display: flex;
      flex-direction: row; }
    .solutions-first .design-first {
      margin: auto;
      text-align: justify;
      width: 80%;
      background: white;
      padding: 40px;
      border-radius: 10px;
      width: 80%;
      padding: 40px; }
      .solutions-first .design-first .design-first-text {
        border: 1px solid transparent;
        padding: 0;
        border-radius: 20px;
        margin: auto;
        height: 400px;
        align-content: center;
        background: #fff;
        color: #222233; }
        .solutions-first .design-first .design-first-text p {
          color: #222233; }
      .solutions-first .design-first h4 {
        margin-top: 20px;
        padding-bottom: 10px;
        color: #033f5b;
        font-weight: 600; }
      .solutions-first .design-first .caption img {
        width: 200px;
        height: 200px;
        margin-right: 20px;
        margin-bottom: 20px; }
      .solutions-first .design-first p {
        color: #241f3e;
        line-height: 1.5;
        font-family: Roboto, "sans serif";
        padding-bottom: 20px;
        font-size: 14px; }
    .solutions-first .design-second {
      width: 50%;
      background: #57574a;
      padding: 10px;
      margin-bottom: 30px; }
      .solutions-first .design-second h3 {
        color: #f5821f; }
      .solutions-first .design-second h4 {
        color: #fff;
        font-weight: bolder; }
      .solutions-first .design-second p {
        color: #fff; }

  .management {
    padding: 40px 0;
    background: #222233; }
    .management .management-inner {
      line-height: 1.5;
      font-family: "Roboto", "sans serif";
      margin: auto;
      text-align: justify;
      width: 80%;
      background: white;
      border-radius: 10px; }
      .management .management-inner .leading-text {
        padding: 20px 40px 30px;
        line-height: 1.5;
        display: flex;
        border-radius: 6px;
        background: #e6e6ee; }
        .management .management-inner .leading-text img {
          float: left;
          margin-top: 10px;
          filter: drop-shadow(2px 2px 2px rgba(50, 50, 0, 0.5)); }
        .management .management-inner .leading-text p {
          font-size: 15px;
          color: #222233;
          text-align: justify;
          padding-left: 60px;
          margin-left: 10px;
          padding-right: 30px;
          font-family: "Roboto", "sans serif";
          padding-top: 20px;
          padding-left: 30px;
          padding-bottom: 20px;
          font-size: 15px; }
      .management .management-inner .header h2 {
        color: #222233; }
      .management .management-inner h3 {
        margin-top: 30px;
        color: #222233;
        padding-top: 1px;
        text-align: left;
        font-weight: 700;
        font-family: "Roboto", "sans serif";
        letter-spacing: 1.5px; }
      .management .management-inner h4 {
        margin: 20px 0 5px 0;
        color: #222233;
        padding-bottom: 5px;
        text-align: left;
        font-weight: 600;
        font-family: "Roboto", "sans serif"; }
      .management .management-inner .content {
        padding: 40px; }
      .management .management-inner .hr-sub {
        background: #f2f2f2;
        width: 50px;
        margin: 0;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 30px; }

  .header {
    padding: 40px; }

  .tech-inner {
    width: 80%;
    margin: auto;
    background: white;
    border-radius: 10px; }

  .tech {
    padding: 0;
    background: #fff;
    background: url("../images/Access-Carpark-Brochure.png");
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    padding: 40px 0;
    background-attachment: fixed; }
    .tech .header h2 {
      color: #222233; }
    .tech .heading .icon {
      width: 100px;
      height: 100px;
      float: left; }
    .tech .heading h2 {
      color: #222233; }
    .tech .heading p {
      color: #57574a;
      font-weight: 700; }
    .tech .content {
      background-size: cover;
      line-height: 1.3;
      font-family: Raleway, "sans serif";
      display: flex;
      flex-wrap: wrap;
      padding: 70px;
      flex-direction: column; }
      .tech .content .tech-content-inner {
        flex-basis: 50%;
        padding-left: 20px;
        text-align: justify;
        display: flex;
        margin: 30px 0; }
        .tech .content .tech-content-inner:first-child {
          margin: 0; }
        .tech .content .tech-content-inner div {
          padding-bottom: 10px;
          padding-left: 20px; }
          .tech .content .tech-content-inner div img {
            width: 140px;
            height: 150px;
            box-shadow: 1px 1px 1px 0px; }
          .tech .content .tech-content-inner div p {
            line-height: 1.5;
            color: #222233;
            padding-left: 10px;
            text-align: justify;
            padding-right: 20px;
            font-family: "Roboto", "sans serif"; }
        .tech .content .tech-content-inner h3 {
          color: #222233;
          padding-bottom: 10px;
          padding-top: 1px;
          text-align: left;
          padding-left: 5px;
          padding-left: 10px;
          font-weight: 700;
          font-family: Raleway, "sans serif";
          letter-spacing: 1.5px; }

  .tech-leading-text {
    display: flex;
    border-radius: 6px;
    background: #e6e6ee;
    padding: 20px 40px 30px;
    line-height: 1.5; }
    .tech-leading-text img {
      float: left;
      margin-top: 10px;
      filter: drop-shadow(2px 2px 2px rgba(50, 50, 0, 0.5)); }
    .tech-leading-text p {
      font-size: 15px;
      color: #222233;
      text-align: justify;
      padding-left: 60px;
      margin-left: 10px;
      padding-right: 30px;
      font-family: "Roboto", "sans serif";
      padding-top: 20px;
      padding-left: 30px;
      padding-bottom: 20px;
      font-size: 15px; }

  .enforcement {
    position: relative;
    min-height: unset;
    z-index: 50;
    background: white;
    /* padding-bottom: 200px; */
    background-image: url("../images/parallax.png");
    height: 60vh;
    background-attachment: fixed;
    background-position: right right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0; }
    .enforcement .inner {
      border-radius: 10px;
      width: 80%;
      margin: auto;
      background: white; }
    .enforcement .header {
      color: #222233; }
      .enforcement .header h2 {
        color: #222233; }
    .enforcement .content {
      padding: 20px 20px 20px 50px;
      height: auto;
      color: #fff;
      /* margin-top: 40px; */ }
      .enforcement .content div .leading {
        display: flex; }
        .enforcement .content div .leading p {
          line-height: 1.8;
          text-align: justify;
          padding-top: 40px;
          border: 1px solid transparent;
          padding-left: 20px;
          border-radius: 20px;
          margin: auto;
          height: 400px;
          align-content: center;
          background: white;
          font-family: "Roboto", "sans serif";
          color: #222233; }
      .enforcement .content div hr {
        width: 100%;
        margin-top: 40px; }
    .enforcement .enforcement-img {
      width: 200px;
      height: 200px;
      margin-bottom: 50px; }

  .personnel {
    background: #222233;
    padding: 40px 0; }
    .personnel .inner {
      border-radius: 10px;
      width: 80%;
      background: white;
      margin: auto; }
    .personnel h2 {
      color: #201c3b; }
    .personnel .personnel-content {
      padding: 30px 40px; }
      .personnel .personnel-content .content-inner {
        display: flex; }
        .personnel .personnel-content .content-inner .text {
          margin: auto;
          font-family: "Roboto", "sans serif"; }
          .personnel .personnel-content .content-inner .text p {
            color: #222233;
            line-height: 1.8;
            text-align: justify;
            padding-left: 20px; }
        .personnel .personnel-content .content-inner img {
          border-radius: 7px;
          width: 400px; }

  .consulting-services-heading {
    color: #fff;
    background-color: #f2622e; }

  .consulting-heading,
  .solution-heading {
    padding: 10px;
    margin: auto;
    width: 70%; }

  .consulting {
    color: #495677;
    background: #f2622e;
    padding-bottom: 60px; }
    .consulting .consulting-img {
      float: right;
      margin-left: 20px;
      width: 200px;
      height: 200px; }
    .consulting .header {
      padding: 50px 50px 10px;
      font-weight: 600; }
      .consulting .header h2 {
        color: white;
        letter-spacing: 2px;
        font-weight: 600;
        font-family: Raleway, "sans serif"; }
    .consulting .content {
      padding: 40px;
      background: white;
      width: 80vw;
      margin: auto;
      padding: 40px;
      display: flex; }
      .consulting .content img {
        width: 200px;
        height: 200px; }
      .consulting .content .text {
        line-height: 2.0;
        padding: 0 20px;
        font-family: "Roboto", "sans serif";
        color: #222233;
        text-align: justify;
        font-weight: 600;
        color: #222233;
        font-size: 16px;
        /* font-weight: 600; */ }
        .consulting .content .text p:nth-child(2) {
          font-size: 1.4rem;
          margin-top: 20px;
          font-style: italic; }
      .consulting .content ul li {
        list-style: none; }
      .consulting .content ul li::before {
        color: #007278;
        content: "\2022";
        width: 2.5em;
        display: inline-block;
        font-weight: 900;
        font-size: 25px;
        margin-left: 2em;
        text-shadow: -1px -1px 4px #f2f2f2;
        font-family: "Roboto", "sans serif"; }
    .consulting .main-content {
      background: #f2622e;
      color: #222233;
      display: flex;
      flex-direction: column;
      padding: 70px;
      padding-top: 10px;
      justify-content: center;
      align-items: stretch; }
      .consulting .main-content .techequip {
        align-self: stretch; }
      .consulting .main-content .bizplan,
      .consulting .main-content .designcon,
      .consulting .main-content .enforcestrat,
      .consulting .main-content .feasibility,
      .consulting .main-content .techequip {
        clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
        -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
        margin-bottom: -25px;
        border-bottom: 20px solid #f9af1a;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
        margin-bottom: 60px;
        background: #222233;
        margin: 0 5px;
        margin-bottom: -45px;
        width: 80vw;
        margin-left: auto;
        margin-right: auto; }
        .consulting .main-content .bizplan .image,
        .consulting .main-content .designcon .image,
        .consulting .main-content .enforcestrat .image,
        .consulting .main-content .feasibility .image,
        .consulting .main-content .techequip .image {
          align-self: center; }
        .consulting .main-content .bizplan .text,
        .consulting .main-content .designcon .text,
        .consulting .main-content .enforcestrat .text,
        .consulting .main-content .feasibility .text,
        .consulting .main-content .techequip .text {
          text-align: left;
          color: #fff;
          padding-top: 10px; }
          .consulting .main-content .bizplan .text p,
          .consulting .main-content .designcon .text p,
          .consulting .main-content .enforcestrat .text p,
          .consulting .main-content .feasibility .text p,
          .consulting .main-content .techequip .text p {
            line-height: 1.8;
            font-family: "Roboto", "sans serif";
            text-align: justify; }
        .consulting .main-content .bizplan h3,
        .consulting .main-content .designcon h3,
        .consulting .main-content .enforcestrat h3,
        .consulting .main-content .feasibility h3,
        .consulting .main-content .techequip h3 {
          text-align: left;
          font-family: "Roboto", "sans serif";
          color: #fff;
          margin-bottom: 10px;
          font-weight: 600; }
        .consulting .main-content .bizplan div.sub-content,
        .consulting .main-content .designcon div.sub-content,
        .consulting .main-content .enforcestrat div.sub-content,
        .consulting .main-content .feasibility div.sub-content,
        .consulting .main-content .techequip div.sub-content {
          padding: 20px;
          line-height: 1.5;
          color: #495677; }
        .consulting .main-content .bizplan .icon,
        .consulting .main-content .designcon .icon,
        .consulting .main-content .enforcestrat .icon,
        .consulting .main-content .feasibility .icon,
        .consulting .main-content .techequip .icon {
          width: 80px;
          height: 80px;
          z-index: 10;
          margin: auto;
          border-radius: 10px 10px 10px 10px; }
      .consulting .main-content .feasibility {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 91%, 0 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 91%, 0 100%);
        border-radius: 10px; }
      .consulting .main-content .enforcestrat {
        -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
        border: unset;
        border-radius: 10px; }

  .enforcestrat,
  .techequip {
    margin-top: 60px; }

  .hr-secondary {
    width: 80px;
    background: #fff;
    height: 2px;
    text-align: left;
    margin: 0;
    padding-bottom: 3px;
    background: url("../images/border-image2.png");
    height: 1px;
    margin: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 3px #495879;
    margin-top: 10px; }

  .hero {
    padding: 40px 40px 0 0;
    font-family: Raleway, "sans serif"; }
    .hero .sub-heading:first-child {
      background: #818dad; }
    .hero h3 {
      text-transform: uppercase;
      color: white;
      text-align: center;
      font-weight: 700;
      margin-bottom: 20px;
      letter-spacing: 1.5px;
      font-size: 2.5rem;
      text-shadow: 2px 1px; }
    .hero .sub-heading {
      background: #03a9f5;
      padding: 20px; }
      .hero .sub-heading div {
        color: #f2f2f2;
        margin-bottom: 10px;
        font-size: 16px; }
      .hero .sub-heading .hr {
        background-color: #f2f2f2; }
    .hero h2 {
      text-transform: capitalize;
      text-align: center;
      font-weight: 700;
      color: #485577; }
    .hero .hr {
      margin-bottom: 40px; }
    .hero .services {
      clear: both;
      margin: auto; }
      .hero .services .service-box {
        background: transparent;
        color: white;
        padding-top: 40px;
        font-family: Raleway, "sans serif";
        position: relative;
        z-index: 900; }
        .hero .services .service-box img {
          width: 100%;
          height: 200px;
          text-align: justify;
          padding-left: 10px; }
        .hero .services .service-box h3 {
          margin: auto auto 10px;
          letter-spacing: 2px;
          color: #222233; }
        .hero .services .service-box p {
          line-height: 1.8;
          text-align: justify;
          padding-left: 10px; }
      .hero .services a {
        text-decoration: none;
        margin: auto; }
      .hero .services h2.col-12 {
        background: #03a9f5;
        text-align: center;
        color: #f2f2f2; }
      .hero .services .feature-outer {
        padding-top: 50px;
        padding-left: 30px;
        padding-bottom: 20px; }
        .hero .services .feature-outer .feature {
          margin: auto auto auto 10px; }
          .hero .services .feature-outer .feature .feature-box {
            padding: 40px 40px 10px; }
            .hero .services .feature-outer .feature .feature-box:hover {
              filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5)); }
        .hero .services .feature-outer .service-image {
          clip-path: polygon(0 1%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0% 20%);
          background: #f2622e;
          color: white;
          width: 250px;
          height: 250px;
          padding-left: 40px;
          padding-top: 40px; }
          .hero .services .feature-outer .service-image:hover {
            box-shadow: 0px 4px 8px 2px; }
          .hero .services .feature-outer .service-image img {
            height: 80px;
            width: 80px; }
        .hero .services .feature-outer .service-text {
          width: 200px;
          text-align: center;
          color: #222233;
          font-family: Raleway, "sans serif";
          margin: auto;
          height: 60px;
          line-height: 1.2;
          font-size: 14px; }

  .h3-sub {
    color: #033f5b;
    margin-top: 120px;
    text-align: center;
    font-weight: 700; }

  .hr-sub {
    width: 140px;
    margin: 0;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 30px;
    background: #292a39; }

  .second-hero {
    padding-top: 0; }

  .service-sect div.heading {
    background: #717b96;
    padding: 20px 40px;
    color: #fff;
    font-family: Karla, "sans serif";
    height: 120px; }
    .service-sect div.heading h2 {
      color: #fff;
      margin-top: 5px;
      margin-bottom: 5px; }
    .service-sect div.heading img.icon {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 10px; }

  .content-wrapper {
    text-align: justify; }
    .content-wrapper .content-img {
      float: right;
      margin-left: 10px; }
    .content-wrapper p {
      font-family: Raleway, "sans serif"; }

  ul.managementoperations li {
    list-style-type: url("../../images/Access Arrow Design 2.png"); }

  .footer-about {
    color: #c7b600;
    padding: 4px;
    line-height: 30px;
    font-weight: 400;
    font-family: roboto; }

  .details {
    background: #252525;
    overflow: hidden;
    padding: 50px;
    color: #FFF; }

  .details .item {
    display: inline-block;
    margin: 0 1.6%;
    float: left;
    width: 30%; }

  .details .item div,
  .details .item img {
    float: left; }

  .details .item div {
    display: inline-block;
    margin-left: 20px; }

  .details .item div p {
    margin: 15px 0;
    font-size: 16px; }

  /* End Details */
  /* Start Contact Us */
  .contact-us {
    overflow: hidden;
    margin: 50px 0; }

  .contact-us .contact,
  .contact-us .google-map {
    display: inline-block;
    width: 45%;
    float: left; }

  .contact-us .google-map {
    position: relative; }

  .contact-us .google-map .googlemap {
    pointer-events: none;
    height: 430px;
    border: none;
    width: 100%;
    margin: 0; }

  .contact-us .contact {
    margin: 0 5%; }

  .contact-us h2 {
    margin-bottom: 30px;
    font-size: 30px; }

  .contact-us .contact form button,
  .contact-us .contact form input,
  .contact-us .contact form textarea {
    background-color: #F7F7F7;
    border: 1px solid #DDD;
    font-size: 17px;
    margin: 10px 0;
    display: block;
    padding: 10px;
    height: 50px;
    width: 100%; }

  .contact-us .contact form textarea {
    height: 150px; }

  .contact-us .contact form button {
    background-color: black;
    border-radius: 20px;
    color: #FFF; }

  /* End Contact Us */
  /* Start Footer */
  .footer {
    background: url("../images/pattern.png") center repeat;
    color: #bdbdbd;
    position: relative; }
    .footer .copyright {
      padding: 30px; }
      .footer .copyright p {
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        font-family: "Roboto", "sans serif"; }

  /* Start Head-Footer */
  .footer .head-footer {
    overflow: hidden;
    padding: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: 20%;
    align-items: flex-start;
    font-family: Roboto; }
    .footer .head-footer .item:first-child {
      flex-basis: 35%;
      text-align: justify; }
    .footer .head-footer .item:nth-child(2) {
      flex-basis: 15%;
      margin-left: 50px; }
    .footer .head-footer .item:nth-child(3) {
      flex-basis: 15%;
      margin-left: 50px; }
    .footer .head-footer .item:nth-child(4) {
      flex-basis: 25%; }

  .footer .head-footer .item {
    color: white;
    margin: 20px 1.5%; }

  .footer .head-footer .item h2 {
    margin-bottom: 20px;
    color: #495678;
    font-weight: 900;
    /* margin-left: 20px; */
    text-align: left; }

  .footer .head-footer .item ul {
    list-style-type: none;
    text-align: left; }

  /* End Head-Footer */
  /* Start Bottom-Footer */
  .bottom-footer {
    background-color: #007278;
    padding: 50px;
    text-align: center; }

  .footer .bottom-footer a {
    text-decoration: none;
    color: #c6c6c6; }

  .footer .bottom-footer a:hover {
    color: #f2622e; }

  .bottom-arrow {
    padding: 40px;
    filter: drop-shadow(5px 2px 2px rgba(50, 50, 0, 0.5)); }

  .service-feature {
    background: #f2622e;
    padding: 20px 40px 20px 40px; }

  .features {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }

  .service-feature-heading {
    padding-top: 50px;
    background: #f2622e; }
    .service-feature-heading h1.service-heading {
      color: white;
      text-transform: capitalize;
      text-align: left;
      /* padding-left: 100px; */
      font-size: 17px;
      line-height: 0.5;
      font-weight: 700;
      margin: auto;
      margin-left: 10vw;
      font-family: Raleway, "sans serif";
      letter-spacing: 2px; }
    .service-feature-heading hr.hr-secondary-service {
      margin: auto auto 0 0; }

  .feature {
    margin: auto;
    display: flex;
    flex-direction: column; }

  .service-image {
    padding: 10px;
    background: white;
    border-radius: 10px; }
    .service-image:hover {
      box-shadow: 0px 4px 8px 2px; }
    .service-image img {
      width: 100px;
      height: 100px; }

  .service-text {
    text-align: center;
    font-size: 14px;
    margin: auto;
    color: #222233;
    width: 100px;
    font-family: "Roboto", "sans serif"; }

  .feature-box {
    margin: auto auto 10px; }

  .feature-flex {
    display: flex;
    flex-direction: column;
    margin: 10px 40px; }

  .service-description {
    padding-bottom: 40px;
    background: #f2622e; }

  .dropbtn {
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    margin: 4px 0; }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative; }

  .dropdown-content {
    display: none;
    position: absolute;
    top: -10px;
    min-width: 100px;
    z-index: 1;
    color: white; }

  /* Links inside the dropdown */
  .dropdown-content a {
    text-decoration: none;
    background: #222233;
    color: white; }

  /* Show the dropdown menu on hover */
  .dropdown:active .dropdown-content,
  .dropdown:hover .dropdown-content {
    display: block; } }
@media only screen and (min-width: 1140px) {
  html {
    font-size: 62.5%;
    scroll-behavior: smooth; }

  body {
    text-rendering: optimizeLegibility;
    font-family: Raleway, "sans serif";
    font-size: 1.6rem; }

  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 2rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.4rem; }

  h6 {
    font-size: 1.2rem; }

  a,
  li,
  p {
    font-size: 1.6rem; }

  div.navbar {
    background-color: purple;
    padding: 0; }
    div.navbar .social-icons li {
      display: inline;
      margin: 0 10px;
      color: #f2f2f2; }
      div.navbar .social-icons li a {
        color: #f2f2f2;
        font-size: 2.4rem; }

  nav.navbar {
    padding: 0 0 0 40px;
    background: white; }

  .navbar-nav {
    margin: auto;
    padding: 0; }
    .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      padding: 28px 20px;
      margin: 0 15px;
      color: #222233;
      line-height: unset;
      font-weight: 600;
      vertical-align: middle;
      letter-spacing: 3px;
      text-align: left;
      text-transform: none;
      text-transform: uppercase;
      text-shadow: 1px 1px; }
    .navbar-nav .nav-item:hover {
      background: #9999bb; }
      .navbar-nav .nav-item:hover a {
        color: white; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    padding: 0;
    width: 100%;
    margin-left: 15px; }
    .navbar-expand-sm .navbar-nav .dropdown-menu a {
      background: rgba(34, 34, 51, 0.9);
      color: #fff;
      padding: 12px;
      border-bottom: 0.5px solid black; }

  .active {
    background: #f37446; }

  .h2-underlined {
    padding-left: 20px;
    color: white;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 0px; }

  .hr {
    width: 70px;
    height: 2px;
    background: #fff;
    margin: 0 0 20px; }

  .hr-hero {
    background: #f2f2f2;
    height: 3px;
    margin: 20px 0 0;
    width: 200px; }

  .subtitle,
  .title {
    background: grey; }

  .banner-button {
    background: #222233;
    opacity: 0.8;
    color: #f2f2f2;
    width: 120px;
    height: 40px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 900;
    font-family: Raleway, "sans serif"; }
    .banner-button a {
      color: #f2f2f2; }
      .banner-button a:hover {
        background: #476182;
        color: white;
        text-decoration: none; }
    .banner-button:hover {
      background: #476182;
      color: white;
      border: 1px solid orange; }

  .carousel-caption {
    padding-top: 0;
    padding-bottom: 40px; }
    .carousel-caption .caption {
      bottom: 20%;
      margin-top: 10px;
      font-family: Raleway, "sans serif";
      margin-top: 10px;
      text-transform: uppercase;
      color: #f2f2f2;
      letter-spacing: 3px;
      background: #363652;
      opacity: 0.9;
      border-radius: 10px;
      width: 40vw;
      padding: 10px;
      height: auto;
      position: relative;
      top: 80px;
      margin: auto;
      margin-top: auto;
      margin-bottom: 200px;
      padding-bottom: 40px; }
      .carousel-caption .caption h1 {
        vertical-align: text-bottom;
        text-align: center;
        padding: 10px;
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: Raleway, "sans serif";
        letter-spacing: 2.5px;
        word-spacing: 4px;
        text-transform: capitalize;
        line-height: 2;
        padding-left: 15px;
        text-shadow: 1px 1px; }
      .carousel-caption .caption h4 {
        text-transform: none;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
        padding-left: 20px;
        font-family: Raleway, "sans serif";
        color: #f8c41f;
        line-height: 2;
        font-weight: 600; }
      .carousel-caption .caption a {
        background: #f2622e;
        padding: 8px;
        text-decoration: none;
        color: white;
        text-transform: none;
        border-radius: 6px; }

  .carousel-inner-custom {
    background: black; }

  .masthead {
    font-family: Karla, "sans serif"; }
    .masthead .banner {
      background-image: url("../images/carpark-banner.jpg");
      height: 500px;
      background-size: cover;
      background-position-y: 500px; }
      .masthead .banner .banner-text {
        background: grey;
        width: 600px;
        margin: auto;
        opacity: 0.8;
        color: #f2f2f2;
        padding: 20px; }
      .masthead .banner .title {
        text-align: center; }
      .masthead .banner .subtitle {
        margin: auto;
        text-align: center; }

  .div-hr-main .hr-secondary {
    width: 99%;
    height: 5px;
    padding-bottom: 0;
    background: url("../images/border-image2.png");
    background: contain;
    height: 1px;
    margin: auto;
    border-bottom: none;
    box-shadow: none; }

  .hr-small {
    display: none; }

  .hr-main {
    background: url("../images/divider.png");
    background-repeat: repeat;
    background-size: contain;
    height: 3px;
    padding: 3px;
    margin: 0; }

  .solution {
    background-color: #f2622e;
    background-image: url("../images/carparkmanagement.jpg"); }

  .consulting-outer {
    background: url("../images/parking.jpg");
    background-size: contain; }
    .consulting-outer .hero {
      padding: 0; }
    .consulting-outer .consulting-inner {
      padding: 70px 40px 40px;
      opacity: 0.9;
      background-color: #485e88;
      height: 46%; }

  .header {
    font-family: Raleway, "sans serif";
    font-weight: 600;
    -webkit-font-smoothing: antialiased; }

  .sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2000;
    margin: auto;
    opacity: .8; }

  .solutions-first {
    background: url("../images/parallax.png");
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0; }
    .solutions-first ul li h2 {
      color: orange; }
    .solutions-first ul li p {
      color: #f2f2f2;
      font-weight: 800; }
    .solutions-first .dc .header {
      background: transparent; }
      .solutions-first .dc .header h2 {
        color: #222233;
        letter-spacing: 2px;
        word-spacing: 4px;
        text-transform: uppercase; }
    .solutions-first .design-first-grp {
      display: flex;
      flex-direction: row; }
    .solutions-first .design-first {
      margin: auto;
      text-align: justify;
      width: 80%;
      background: white;
      padding: 40px;
      border-radius: 0;
      width: 80%;
      padding: 40px; }
      .solutions-first .design-first .design-first-text {
        padding-top: 40px;
        border: 1px solid transparent;
        padding: 40px;
        border-radius: 20px;
        margin: auto;
        /* height: 400px; */
        /* align-content: center; */
        background: unset; }
        .solutions-first .design-first .design-first-text p {
          color: #222233; }
      .solutions-first .design-first h4 {
        margin-top: 20px;
        padding-bottom: 10px;
        color: #222233;
        font-weight: 600; }
      .solutions-first .design-first .caption img {
        width: 300px;
        height: 300px;
        float: left;
        margin-right: 20px;
        margin-bottom: unset; }
      .solutions-first .design-first p {
        color: #241f3e;
        line-height: 1.5;
        font-family: Roboto, "sans serif";
        padding-bottom: 20px;
        font-size: 14px; }
    .solutions-first .design-second {
      width: 50%;
      background: #57574a;
      padding: 10px;
      margin-bottom: 30px; }
      .solutions-first .design-second h3 {
        color: #f5821f; }
      .solutions-first .design-second h4 {
        color: #fff;
        font-weight: bolder; }
      .solutions-first .design-second p {
        color: #fff; }

  .management {
    padding: 40px 0;
    background: #222233; }
    .management .management-inner {
      line-height: 1.5;
      font-family: "Roboto", "sans serif";
      margin: auto;
      text-align: justify;
      width: 80%;
      background: white;
      border-radius: 0; }
      .management .management-inner .leading-text {
        padding: 20px 0 20px 40px;
        line-height: 2.0;
        font-weight: 600;
        display: flex;
        margin-bottom: 20px;
        background: rgba(34, 34, 51, 0.5);
        background: #e6e6ee;
        margin-top: 40px;
        border-radius: unset; }
        .management .management-inner .leading-text img {
          float: left;
          margin-top: 10px;
          filter: drop-shadow(2px 2px 2px rgba(50, 50, 0, 0.5)); }
        .management .management-inner .leading-text p {
          font-size: 18px;
          color: #222233;
          text-align: justify;
          box-shadow: unset;
          vertical-align: middle;
          padding-top: 30px;
          text-shadow: 1px 0px 1px;
          letter-spacing: 1px;
          font-weight: 500; }
      .management .management-inner .header h2 {
        color: #222233;
        text-transform: uppercase;
        letter-spacing: 2px;
        word-spacing: 4px; }
      .management .management-inner h3 {
        margin-top: unset;
        color: #222233;
        padding-top: 1px;
        text-align: left;
        font-weight: 700;
        font-family: "Roboto", "sans serif";
        letter-spacing: 1.5px;
        text-shadow: 1px 1px; }
      .management .management-inner h4 {
        margin: 20px 0 5px 0;
        color: #222233;
        padding-bottom: 5px;
        text-align: left;
        font-weight: 500;
        font-family: "Roboto", "sans serif";
        text-shadow: 1px 1px; }
      .management .management-inner .content {
        padding-left: 40px;
        padding-right: 80px; }
        .management .management-inner .content p {
          margin-bottom: 40px; }
      .management .management-inner .hr-sub {
        background: #f2f2f2;
        width: 50px;
        margin: 0;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 30px; }

  .header {
    padding: 20px;
    padding-top: 40px; }

  .tech-inner {
    width: 80%;
    margin: auto;
    background: white;
    border-radius: 0;
    padding-top: 20px; }

  .tech {
    padding: 0;
    background: #fff;
    background: url("../images/Access-Carpark-Brochure.png");
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    padding: 40px 0;
    background-attachment: fixed; }
    .tech .header h2 {
      color: #222233;
      text-transform: uppercase;
      margin-bottom: 20px;
      letter-spacing: 2px;
      word-spacing: 4px; }
    .tech .heading .icon {
      width: 100px;
      height: 100px;
      float: left; }
    .tech .heading h2 {
      color: #300844; }
    .tech .heading p {
      color: #57574a;
      font-weight: 700; }
    .tech .content {
      background-size: cover;
      line-height: 1.3;
      font-family: Raleway, "sans serif";
      display: flex;
      flex-wrap: wrap;
      padding: 70px;
      flex-direction: column; }
      .tech .content .tech-content-inner {
        flex-basis: 50%;
        padding-left: 20px;
        text-align: justify;
        display: flex;
        margin: 30px 0; }
        .tech .content .tech-content-inner:first-child {
          margin: 0; }
        .tech .content .tech-content-inner div {
          padding-bottom: 10px;
          padding-left: 20px; }
          .tech .content .tech-content-inner div img {
            width: 140px;
            height: 150px;
            box-shadow: 2px 2px 2px 1px #4d648d; }
          .tech .content .tech-content-inner div p {
            line-height: 1.5;
            color: #300844;
            padding-left: 10px;
            text-align: justify;
            padding-right: 20px;
            font-family: "Roboto", "sans serif"; }
        .tech .content .tech-content-inner h3 {
          color: #222233;
          padding-bottom: 10px;
          padding-top: 1px;
          text-align: left;
          padding-left: 5px;
          padding-left: 10px;
          font-weight: 600;
          font-family: Raleway, "sans serif";
          letter-spacing: 1.5px;
          text-shadow: 1px 1px; }

  .leading-text-wrap .tech-leading-text {
    margin: auto;
    font-weight: 600;
    font-size: 18px;
    padding: 30px 30px 40px 30px;
    line-height: 2.0;
    font-weight: 600;
    display: flex;
    margin-bottom: 20px;
    background: #d6d6e4;
    border-radius: 0; }
    .leading-text-wrap .tech-leading-text img {
      float: left;
      margin-top: 10px;
      filter: drop-shadow(2px 2px 2px rgba(50, 50, 0, 0.5)); }
    .leading-text-wrap .tech-leading-text p {
      color: #222233;
      font-family: "Roboto", "sans serif";
      box-shadow: unset;
      padding-top: 10px;
      font-size: 16px;
      text-shadow: 1px 0px 1px;
      letter-spacing: 1px;
      font-weight: 500; }

  .enforcement {
    position: relative;
    min-height: unset;
    z-index: 50;
    background: white;
    /* padding-bottom: 200px; */
    background-image: url("../images/parallax.png");
    height: 100%;
    background-attachment: fixed;
    background-position: right right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0; }
    .enforcement .inner {
      border-radius: 0;
      width: 80%;
      margin: auto;
      background: white;
      padding-top: 20px; }
    .enforcement .header {
      color: #495677; }
      .enforcement .header h2 {
        color: #222233;
        letter-spacing: 2px;
        word-spacing: 4px;
        text-transform: uppercase; }
    .enforcement .content {
      padding: 10px 50px 20px 50px;
      height: 50vh;
      color: #fff;
      /* margin-top: 40px; */ }
      .enforcement .content div .leading p {
        line-height: 1.8;
        text-align: justify;
        padding-top: 40px;
        border: 1px solid transparent;
        padding: 40px;
        border-radius: 20px;
        margin: auto;
        /* height: 400px; */
        /* align-content: center; */
        background: unset;
        font-family: "Roboto", "sans serif";
        color: #222233; }
      .enforcement .content div hr {
        width: 100%;
        margin-top: 40px; }
    .enforcement .enforcement-img {
      width: 300px;
      height: 300px;
      filter: unset;
      float: left;
      margin-right: 30px; }

  .personnel {
    background: #222233;
    padding: 40px 0; }
    .personnel .inner {
      border-radius: 0;
      width: 80%;
      background: white;
      margin: auto;
      padding-top: 20px; }
    .personnel h2 {
      color: #201c3b;
      letter-spacing: 2px;
      word-spacing: 4px;
      text-transform: uppercase; }
    .personnel .personnel-content {
      padding: 30px 40px; }
      .personnel .personnel-content .content-inner {
        display: flex; }
        .personnel .personnel-content .content-inner .text {
          margin: auto;
          font-family: "Roboto", "sans serif"; }
          .personnel .personnel-content .content-inner .text p {
            color: #300844;
            line-height: 1.8;
            text-align: justify;
            padding-left: 20px; }
        .personnel .personnel-content .content-inner img {
          border-radius: 7px;
          width: 400px; }

  .consulting-services-heading {
    color: #fff;
    background-color: #f2622e; }

  .consulting-heading,
  .solution-heading {
    padding: 10px;
    margin: auto;
    width: 70%; }

  .consulting {
    color: #495677;
    background: #f2622e;
    padding-bottom: 60px; }
    .consulting .consulting-img {
      float: right;
      margin-left: 20px;
      width: 200px;
      height: 200px; }
    .consulting .header {
      padding: 80px 0 10px 0;
      margin: auto; }
      .consulting .header hr {
        display: none; }
      .consulting .header h2 {
        color: white;
        letter-spacing: 2px;
        font-weight: 600;
        letter-spacing: 2px;
        word-spacing: 4px;
        text-transform: uppercase;
        font-family: Raleway, "sans serif"; }
    .consulting .content {
      padding: 40px;
      width: 80vw;
      margin: auto;
      border-radius: 0;
      margin-bottom: 0;
      margin-top: 50px;
      display: flex;
      flex-direction: row;
      background: #d6d6e4; }
      .consulting .content .text {
        line-height: 2.0;
        font-family: "Roboto", "sans serif";
        color: #222233;
        text-align: justify;
        font-weight: 500;
        margin: auto;
        color: #222233;
        font-size: 16px;
        text-shadow: 1px 0px 1px;
        letter-spacing: 1px;
        /* font-weight: 600; */ }
        .consulting .content .text p:nth-child(2) {
          font-size: 1.4rem;
          margin-top: 20px;
          font-style: italic; }
      .consulting .content ul li {
        list-style: none; }
      .consulting .content ul li::before {
        color: #222233;
        content: "\2022";
        width: 2.5em;
        display: inline-block;
        font-weight: 900;
        font-size: 25px;
        margin-left: 2em;
        text-shadow: -1px -1px 4px #f2f2f2;
        font-family: "Roboto", "sans serif"; }
    .consulting .main-content {
      background: #f2622e;
      color: #300844;
      display: flex;
      flex-direction: column;
      padding: 70px;
      padding-top: 0;
      justify-content: center;
      align-items: stretch; }
      .consulting .main-content .techequip {
        align-self: stretch; }
      .consulting .main-content .bizplan,
      .consulting .main-content .designcon,
      .consulting .main-content .enforcestrat,
      .consulting .main-content .feasibility,
      .consulting .main-content .techequip {
        clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
        -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
        margin-bottom: -25px;
        border-bottom: 20px solid #f9af1a;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
        margin-bottom: 60px;
        background: #222233;
        margin: 0 5px;
        margin-bottom: -40px;
        width: 80vw;
        margin-left: auto;
        margin-right: auto; }
        .consulting .main-content .bizplan .image,
        .consulting .main-content .designcon .image,
        .consulting .main-content .enforcestrat .image,
        .consulting .main-content .feasibility .image,
        .consulting .main-content .techequip .image {
          align-self: center;
          margin-bottom: 20px;
          margin-top: 10px; }
        .consulting .main-content .bizplan .text,
        .consulting .main-content .designcon .text,
        .consulting .main-content .enforcestrat .text,
        .consulting .main-content .feasibility .text,
        .consulting .main-content .techequip .text {
          text-align: left;
          color: #fff;
          padding-top: 10px; }
          .consulting .main-content .bizplan .text p,
          .consulting .main-content .designcon .text p,
          .consulting .main-content .enforcestrat .text p,
          .consulting .main-content .feasibility .text p,
          .consulting .main-content .techequip .text p {
            line-height: 1.8;
            font-family: "Roboto", "sans serif";
            text-align: justify; }
        .consulting .main-content .bizplan h3,
        .consulting .main-content .designcon h3,
        .consulting .main-content .enforcestrat h3,
        .consulting .main-content .feasibility h3,
        .consulting .main-content .techequip h3 {
          text-align: left;
          font-family: "Roboto", "sans serif";
          color: #fff;
          margin-bottom: 20px;
          font-weight: 500;
          text-shadow: 1px 1px; }
        .consulting .main-content .bizplan div.sub-content,
        .consulting .main-content .designcon div.sub-content,
        .consulting .main-content .enforcestrat div.sub-content,
        .consulting .main-content .feasibility div.sub-content,
        .consulting .main-content .techequip div.sub-content {
          padding: 20px;
          line-height: 1.5;
          color: #495677; }
        .consulting .main-content .bizplan .icon,
        .consulting .main-content .designcon .icon,
        .consulting .main-content .enforcestrat .icon,
        .consulting .main-content .feasibility .icon,
        .consulting .main-content .techequip .icon {
          width: 80px;
          height: 80px;
          z-index: 10;
          margin: auto;
          border-radius: 10px 10px 10px 10px; }
      .consulting .main-content .feasibility {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 91%, 0 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 91%, 0 100%);
        border-radius: 0; }
      .consulting .main-content .enforcestrat {
        -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
        border: unset;
        border-radius: 0; }

  .enforcestrat,
  .techequip {
    margin-top: 60px; }

  .hr-secondary {
    width: 80px;
    background: #fff;
    height: 2px;
    text-align: left;
    margin: 0;
    padding-bottom: 3px;
    background: url("../images/border-image2.png");
    height: 1px;
    margin: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 3px #495879;
    margin-top: 10px; }

  .hero {
    padding: 40px 40px 0 0;
    font-family: Raleway, "sans serif"; }
    .hero .sub-heading:first-child {
      background: #818dad; }
    .hero h3 {
      text-transform: uppercase;
      color: white;
      text-align: center;
      font-weight: 700;
      margin-bottom: 20px;
      letter-spacing: 1.5px;
      font-size: 2.5rem;
      text-shadow: 1px 1px; }
    .hero .sub-heading {
      background: #03a9f5;
      padding: 20px; }
      .hero .sub-heading div {
        color: #f2f2f2;
        margin-bottom: 10px;
        font-size: 16px; }
      .hero .sub-heading .hr {
        background-color: #f2f2f2; }
    .hero h2 {
      text-transform: capitalize;
      text-align: center;
      font-weight: 700;
      color: #485577; }
    .hero .hr {
      margin-bottom: 40px; }
    .hero .services {
      clear: both;
      margin: auto; }
      .hero .services .service-box {
        background: transparent;
        color: white;
        padding-top: 40px;
        font-family: Raleway, "sans serif";
        position: relative;
        z-index: 900; }
        .hero .services .service-box img {
          width: 100%;
          height: 200px;
          text-align: justify;
          padding-left: 10px; }
        .hero .services .service-box h3 {
          margin: auto auto 10px;
          letter-spacing: 2px;
          color: #300844; }
        .hero .services .service-box p {
          line-height: 1.8;
          text-align: justify;
          padding-left: 10px; }
      .hero .services a {
        text-decoration: none;
        margin: auto; }
      .hero .services h2.col-12 {
        background: #03a9f5;
        text-align: center;
        color: #f2f2f2; }
      .hero .services .feature-outer {
        padding-top: 50px;
        padding-left: 30px;
        padding-bottom: 20px; }
        .hero .services .feature-outer .feature {
          margin: auto auto auto 10px; }
          .hero .services .feature-outer .feature .feature-box {
            padding: 40px 40px 10px; }
            .hero .services .feature-outer .feature .feature-box:hover {
              filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5)); }
        .hero .services .feature-outer .service-image {
          clip-path: polygon(0 1%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0% 20%);
          background: #f2622e;
          color: white;
          width: 250px;
          height: 250px;
          padding-left: 40px;
          padding-top: 40px; }
          .hero .services .feature-outer .service-image:hover {
            box-shadow: 0px 4px 8px 2px; }
          .hero .services .feature-outer .service-image img {
            height: 80px;
            width: 80px; }
        .hero .services .feature-outer .service-text {
          width: 200px;
          text-align: center;
          color: #262654;
          font-family: Raleway, "sans serif";
          margin: auto;
          height: 60px;
          line-height: 1.2;
          font-size: 13px;
          font-weight: bold;
          text-transform: capitalize;
          text-shadow: 1px 1px 1px;
          line-height: 1.3; }

  .h3-sub {
    color: #222233;
    margin-top: 120px;
    text-align: center;
    font-weight: 700; }

  .hr-sub {
    background: #f2f2f2;
    width: 50px;
    margin: auto;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 30px; }

  .second-hero {
    padding-top: 0; }

  .service-sect div.heading {
    background: #717b96;
    padding: 20px 40px;
    color: #fff;
    font-family: Karla, "sans serif";
    height: 120px; }
    .service-sect div.heading h2 {
      color: #fff;
      margin-top: 5px;
      margin-bottom: 5px; }
    .service-sect div.heading img.icon {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 10px; }

  .content-wrapper {
    text-align: justify; }
    .content-wrapper .content-img {
      float: right;
      margin-left: 10px; }
    .content-wrapper p {
      font-family: Raleway, "sans serif"; }

  ul.managementoperations li {
    list-style-type: url("../../images/Access Arrow Design 2.png"); }

  .footer-about {
    color: #fff;
    padding: 4px;
    line-height: 30px;
    font-weight: 400;
    font-family: roboto; }

  .details {
    background: #252525;
    overflow: hidden;
    padding: 50px;
    color: #FFF; }

  .details .item {
    display: inline-block;
    margin: 0 1.6%;
    float: left;
    width: 30%; }

  .details .item div,
  .details .item img {
    float: left; }

  .details .item div {
    display: inline-block;
    margin-left: 20px; }

  .details .item div p {
    margin: 15px 0;
    font-size: 16px; }

  /* End Details */
  .footer {
    background: #222233;
    color: #bdbdbd;
    position: relative; }
    .footer .copyright {
      background: #222233;
      padding: 30px; }
      .footer .copyright p {
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        font-family: "Roboto", "sans serif"; }

  /* Start Head-Footer */
  .footer .head-footer {
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: 20%;
    align-items: flex-start;
    font-family: Raleway, "sans serif"; }
    .footer .head-footer .item address {
      line-height: 2.7;
      margin-top: 20px;
      font-size: 18px; }
    .footer .head-footer .item:first-child {
      flex-basis: 30%;
      text-align: justify; }
    .footer .head-footer .item:nth-child(2) {
      flex-basis: 20%;
      margin-left: 50px; }
    .footer .head-footer .item:nth-child(3) {
      flex-basis: 15%;
      margin-left: 50px; }
    .footer .head-footer .item:nth-child(4) {
      flex-basis: 25%; }

  .footer .head-footer .item {
    color: white;
    margin: 20px 1.5%; }

  .footer .head-footer .item h2 {
    margin-bottom: 20px;
    color: #f2622e;
    font-weight: 600;
    /* margin-left: 20px; */
    text-align: left; }

  .footer .head-footer .item ul {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5;
    list-style-type: none; }

  .footer .head-footer .item li {
    margin: 30px 0;
    font-size: 18px; }

  .footer .head-footer .item a {
    text-decoration: none; }

  /* End Head-Footer */
  /* Start Bottom-Footer */
  .bottom-footer {
    background-color: #222233;
    padding: 50px;
    text-align: center; }

  .footer .bottom-footer a {
    text-decoration: none;
    color: #c6c6c6; }

  .footer .bottom-footer a:hover {
    color: #f2622e; }

  .bottom-arrow {
    padding: 40px;
    filter: drop-shadow(5px 2px 2px rgba(50, 50, 0, 0.5));
    margin-left: 50vw; }

  .service-feature {
    background: #f2622e;
    padding: 20px 40px 20px 40px; }

  .features {
    display: flex;
    justify-content: space-evenly; }

  .service-feature-heading {
    padding-top: 50px;
    background: #f2622e; }
    .service-feature-heading h1.service-heading {
      color: #fff;
      text-transform: capitalize;
      text-align: left;
      font-size: 17px;
      line-height: 0.1;
      font-weight: 900;
      margin: auto;
      margin-left: 8vw;
      font-family: Raleway, "sans serif";
      letter-spacing: 2.5px;
      font-size: 20px;
      margin-bottom: 40px;
      text-transform: uppercase;
      word-spacing: 4px;
      background: #222233;
      padding-left: 100px;
      margin-top: 20px; }
    .service-feature-heading hr.hr-secondary-service {
      margin: auto auto 0 0; }

  .feature {
    margin: auto;
    display: flex;
    flex-direction: column; }

  .service-image {
    padding: 10px;
    background: white;
    border-radius: 10px; }
    .service-image:hover {
      box-shadow: 0px 4px 8px 2px; }
    .service-image img {
      width: 100px;
      height: 100px; }

  .service-text {
    text-align: center;
    font-size: 13px;
    margin: auto;
    color: #223;
    width: 100px;
    font-family: Raleway, "sans serif";
    font-weight: bold;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px;
    line-height: 1.3; }

  .feature-box {
    margin: auto auto 10px; }

  .feature-flex {
    display: flex;
    flex-direction: column;
    margin: 10px 40px; }

  .service-description {
    padding-bottom: 40px;
    background: #f2622e; }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%; }

  .sticky + .content {
    padding-top: 60px; }

  span.feature-span {
    background: #4b4b70;
    padding: 10px 10px;
    text-shadow: 1px 1px 0px;
    border-radius: 40px; }

  .dropbtn {
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    margin: 4px 0; }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative; }

  .dropdown-content {
    display: none;
    position: absolute;
    top: -10px;
    min-width: 100px;
    z-index: 1;
    color: white; }

  /* Links inside the dropdown */
  .dropdown-content a {
    text-decoration: none;
    background: #222233;
    color: white; }

  /* Show the dropdown menu on hover */
  .dropdown:active .dropdown-content,
  .dropdown:hover .dropdown-content {
    display: block; } }
@media only screen and (max-width: 560px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  body {
    text-rendering: optimizeLegibility;
    font-family: Poppins, "sans serif";
    font-size: 1.6rem; }

  h1 {
    font-size: 1.8rem; }

  h2 {
    font-size: 1.4rem; }

  h3 {
    font-size: 1.2rem; }

  h4 {
    font-size: 1.2rem; }

  p,
  a {
    font-size: 1rem; }

  .bottom-arrow {
    padding-bottom: 40px;
    padding-top: 40px; }

  .navbar-nav {
    margin: auto;
    padding: 0; }
    .navbar-nav .nav-item {
      margin: auto;
      padding: 5px;
      vertical-align: middle; }
      .navbar-nav .nav-item:hover {
        background: #222233;
        color: #fff; }
      .navbar-nav .nav-item a.nav-link {
        color: #1f1b3e;
        font-family: "Roboto", "sans serif";
        line-height: 1.2;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: capitalize; }

  .solution-heading,
  .consulting-heading {
    padding-top: 20px;
    width: 100vw; }
    .solution-heading h3,
    .consulting-heading h3 {
      text-align: center;
      margin: auto;
      padding-left: 10px;
      padding-right: 10px; }

  .solution .services .service-box img,
  .consulting-services-heading .services .service-box img {
    margin: auto;
    padding-left: 80px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 10px; }
  .solution .services .service-box p,
  .consulting-services-heading .services .service-box p {
    padding: 10px 40px 10px 40px;
    margin: auto;
    text-align: justify; }
  .solution .services .feature-outer .feature,
  .consulting-services-heading .services .feature-outer .feature {
    margin-left: 100px;
    padding: 20px;
    padding-bottom: 0; }
    .solution .services .feature-outer .feature .service-text,
    .consulting-services-heading .services .feature-outer .feature .service-text {
      font-size: 12px; }
    .solution .services .feature-outer .feature .row,
    .consulting-services-heading .services .feature-outer .feature .row {
      margin-bottom: 20px; }

  .div-hr-main .hr-secondary {
    width: 99%;
    height: 5px;
    padding-bottom: 0;
    background: url(../images/border-image2.png);
    background: contain;
    height: 3px;
    margin: auto;
    border-bottom: none;
    box-shadow: none; }

  .header {
    background: #222233;
    padding: 10px 10px; }
    .header h2 {
      font-size: 16px;
      color: #fff;
      margin: auto;
      text-align: left;
      font-family: "Roboto", "sans serif";
      font-size: 18px; }
    .header hr {
      margin: 0;
      margin-top: 10px; }

  .solutions-first .dc .design-first {
    background: #222233;
    color: white;
    padding: 20px 20px; }
    .solutions-first .dc .design-first .design-first-grp {
      font-family: Poppins, "sans serif"; }
      .solutions-first .dc .design-first .design-first-grp .design-first-text p {
        line-height: 1.4;
        text-align: left; }
    .solutions-first .dc .design-first h4 {
      margin-top: 10px;
      padding-bottom: 5px;
      color: #f8cd1c; }
    .solutions-first .dc .design-first .caption img {
      width: 150px;
      float: left;
      margin-right: 20px; }

  .tech .tech-leading-text {
    display: flex;
    padding: 20px 40px; }
    .tech .tech-leading-text p {
      margin-left: 10px;
      text-align: justify; }
  .tech .content {
    display: flex;
    flex-basis: 100%;
    padding: 20px 40px;
    flex-wrap: wrap; }
    .tech .content .tech-content-inner {
      display: flex;
      margin-bottom: 25px; }
      .tech .content .tech-content-inner div.text {
        margin-left: 15px; }
        .tech .content .tech-content-inner div.text h3 {
          color: #222233;
          font-size: 18px;
          margin-bottom: 8px;
          font-family: Raleway, "sans serif"; }
        .tech .content .tech-content-inner div.text p {
          font-size: 14px;
          line-height: 1.2;
          font-family: Poppins, "sans serif"; }

  .h3-sub {
    color: #f8cd1c;
    margin-top: 120px;
    text-align: center; }

  .hr-sub {
    background: #f2f2f2;
    width: 50px;
    margin: auto;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 30px; }

  .hr-hero {
    background: #f2f2f2;
    margin: 0;
    width: 50px;
    height: 3px;
    padding-bottom: 0;
    background: url(../images/border-image2.png);
    background: contain;
    margin: 0;
    border-bottom: none;
    box-shadow: none; }

  .hr {
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 0;
    margin-bottom: 10px; }

  .content,
  .main-content {
    padding: 20px 40px; }

  .service-description {
    background: #f26c1e;
    padding: 20px; }
    .service-description .service-feature-heading {
      margin: auto;
      margin-bottom: 50px;
      margin-top: 20px;
      color: white;
      font-size: 22px; }
      .service-description .service-feature-heading h1 {
        text-align: center;
        text-align: left;
        text-transform: uppercase;
        font-size: 22px;
        font-family: "Roboto", "sans serif";
        letter-spacing: 1.5px;
        word-spacing: 2.5px;
        line-height: 1.5; }
    .service-description .feature-box {
      background: white;
      width: 150px;
      /* height: 60px; */
      margin: auto;
      border-radius: 6px; }
      .service-description .feature-box a div.service-image {
        width: 100px;
        margin: auto; }
    .service-description .service-text {
      font-size: 14px;
      color: white;
      margin-bottom: 50px;
      margin-top: 10px;
      text-align: center;
      color: #222233; }
      .service-description .service-text div {
        color: #222233; }

  .management .management-inner {
    background: #222233;
    padding: 40px; }
    .management .management-inner .leading-text {
      margin: auto;
      padding: 10px;
      text-align: justify;
      margin-top: 15px;
      margin-bottom: 15px;
      background: white;
      border-radius: 6px;
      display: flex; }
      .management .management-inner .leading-text p {
        margin-left: 20px;
        padding-top: 20px; }
    .management .management-inner .content {
      background: white;
      border-radius: 6px;
      font-family: "Playfair display", "sans serif"; }
      .management .management-inner .content h3 {
        text-align: center;
        margin-top: 20px;
        font-size: 20px;
        font-family: "Roboto", "sans serif"; }
      .management .management-inner .content hr {
        margin-bottom: 20px; }
      .management .management-inner .content h4 {
        margin-bottom: 10px;
        margin-top: 20px;
        font-family: "Roboto", "sans serif"; }
      .management .management-inner .content p {
        line-height: 1.4;
        font-family: Poppins, "sans serif"; }

  .enforcement .inner .content {
    padding: 40px 20px;
    border-radius: 12px;
    background: white; }
    .enforcement .inner .content div .leading {
      display: flex; }
      .enforcement .inner .content div .leading img {
        width: 100px; }
      .enforcement .inner .content div .leading p {
        font-family: Poppins, "sans serif";
        text-align: justify;
        margin-left: 20px; }

  .personnel .inner .personnel-content {
    padding: 50px 15px; }
    .personnel .inner .personnel-content .content-inner {
      display: flex; }
      .personnel .inner .personnel-content .content-inner img {
        width: 200px; }
      .personnel .inner .personnel-content .content-inner .text {
        margin-left: 15px; }

  .hr-sub {
    background: url("../images/border-image2.png");
    background: contain;
    height: 1px;
    margin: auto;
    border-bottom: none;
    box-shadow: none;
    margin-top: 12px; }

  .consulting .inner .content {
    display: flex; }
    .consulting .inner .content p {
      margin-left: 20px; }
  .consulting .inner .main-content {
    display: flex;
    flex-wrap: wrap;
    background: #f2622e; }
  .consulting .inner .feasibility,
  .consulting .inner .bizplan,
  .consulting .inner .designcon,
  .consulting .inner .techequip,
  .consulting .inner .enforcestrat {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    background: #222233;
    margin: 0 5px;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 20px;
    color: white;
    padding-bottom: 20px;
    border-radius: 8px; }
    .consulting .inner .feasibility .image img,
    .consulting .inner .bizplan .image img,
    .consulting .inner .designcon .image img,
    .consulting .inner .techequip .image img,
    .consulting .inner .enforcestrat .image img {
      width: 50px; }
    .consulting .inner .feasibility .text,
    .consulting .inner .bizplan .text,
    .consulting .inner .designcon .text,
    .consulting .inner .techequip .text,
    .consulting .inner .enforcestrat .text {
      margin-left: 15px;
      font-family: Poppins, "sans serif";
      font-weight: 300; }
      .consulting .inner .feasibility .text h3,
      .consulting .inner .bizplan .text h3,
      .consulting .inner .designcon .text h3,
      .consulting .inner .techequip .text h3,
      .consulting .inner .enforcestrat .text h3 {
        margin-bottom: 8px;
        font-family: "Roboto", "sans serif"; }

  .footer {
    padding: 20px;
    background: url(../images/pattern.png) center repeat;
    color: #bdbdbd;
    position: relative; }
    .footer .head-footer {
      display: flex;
      flex-wrap: wrap;
      font-family: "Roboto", "sans serif"; }
      .footer .head-footer .item {
        margin-top: 20px; }
        .footer .head-footer .item ul li {
          font-size: 16px; }
        .footer .head-footer .item:nth-child(3) {
          margin-left: 50px; }
        .footer .head-footer .item:first-child {
          margin-bottom: 20px;
          margin-left: 0; }
        .footer .head-footer .item:last-child {
          margin-top: 20px;
          margin-left: 0; }
          .footer .head-footer .item:last-child img {
            width: 90vw; } }
@media only screen and (max-width: 360px) {
  .management-inner .leading-text svg {
    font-size: 40px; }

  .consulting .inner .content img {
    width: 100px;
    height: 150px; }

  .enforcement .inner .content .leading p img {
    width: 100px;
    height: 150px;
    margin-bottom: 10px; }

  .consulting .inner .main-content .feasibility .image img,
  .consulting .inner .main-content .bizplan .image img,
  .consulting .inner .main-content .designcon .image img,
  .consulting .inner .main-content .techequip .image img,
  .consulting .inner .main-content .enforcestrat .image img {
    width: 30px; }

  .service-description .service-feature-heading
  h1 {
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Roboto", "sans serif";
    letter-spacing: 1.5px;
    word-spacing: 2px;
    line-height: 1.2; }

  .management-inner .content img {
    margin-bottom: 20px;
    margin-right: 30px; } }

/*# sourceMappingURL=global.css.map */
