/* div.nav-links {
    background-color: #1D70CD;
    text-align: center;
    display: none;
}

.nav-links__link:hover {
    color: #fff;
}

.navbar-links-mobile {
    margin-bottom: 60px;
}

.navbar-message {
    display: none;
}

.logo {
    width: 80%;
}

.navbar-brand {
    padding: 0px;
}

.login__forgot-credentials {
    font-size: 0.7rem;
    padding-left: 5px;
}

.navbar-container {
    max-width: 865px;
}

.notification {
    text-align: center;
    margin: 0px auto;
    max-width: 400px;
}


@media (max-width: 460px) {
    .navbar-brand, .logo__img {
        max-width: 210px;
    }

    .navbar-toggler {
        float: right;
        margin-top: 15px;
    }
}

@media (max-width: 350px) {
    .navbar-brand, .logo__img {
        max-width: 166px;
    }
}


@media (max-width: 992px) {
    .navbar-container {
        max-width: 100% !important;
    }
    
    .navbar-container__row {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .logo {
        width: initial;
    }

    div.nav-links {
        background-color: #1D70CD;
        text-align: center;
        display: block;
    }

    .navbar-links-mobile {
        display: none;
    }

    .navbar-message {
        display: block;
    }

    nav.navbar {
        background-image: url('/images/map.png');
        background-repeat: no-repeat;
        background-position: center;
    }
}

.nav-links__link {
    color: #fff;
    margin-right: 40px;
    margin-left: 40px;
}

.nav-links__separator {
    border-left: 1px solid #fff;
} */


.company-info {
    margin-top: 25px;
}

.company-info__image {
    margin: 0 auto;
}

.company-info__text-container, .company-info__img-container {
    background-color: #001446;
    color: #fff;
}

.company-info__text-container {
    padding-bottom: 20px;
    padding-top: 40px;
    background-image: url('/images/home_background.png');
    background-position: 50% 5%;
}

.company-info__img-container {
    padding-left: 0px;
    max-width: 276px;
}

.company-text__separator, .company-text__heading-2 {
    color: #ffa800;
}

.company-text-links {
    margin-top: 20px;
}

.company-text-links__link, .company-text-links__link:hover {
    color: #fff;
    margin-right: 20px;
}

.company-text__features {
    color: #94d9f8;
    font-weight: bold;
}

.company-info__img-container {
    display: none;
}

@media (max-width: 768px) {
    .company-info-container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .company-info__img-container {
        display: initial;
        padding-right: 0px;
    }
}

.company-services {
    margin-top: 20px;
}

.company-service {
   text-align: center;
   margin-bottom: 40px;
}

.company-service__text {
    text-align: left;
    color: #666666;
}

.company-service__heading {
    margin: 20px 0px;
    color: #0074c5;
}

.footer {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer__text {
    font-size: 0.7rem;
    text-align: center;
    color: #666666;
    margin-bottom: 0px;
}

.company-info__h4 {
    font-weight: lighter;
}

.company-info__about {
    text-align: center;
}

.about-company {
    text-align: left !important;
}

.company-service__subheading {
    font-size: 1rem;
}

.company-service__ul {
    color: #666666;
}

.company-info__span {
    font-weight: bold;
}

.company-info__p {
    margin-bottom: 0px;
}

.navbar-dropdown-item {
    display: block;
}

/* NEW HOME PAGE DESIGN */

.navbar-logo {
    height: 60px;
    transition: 0.4s;
  }
  
  .home-page__navbar {
    padding-left: 40px;
    padding-right: 40px;
  
    /* overflow: hidden; */
    background-color: #f1f1f1;
    padding: 20px 40px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100%;
    top: 0; /* At the top */
    z-index: 99; 
  }
  
  .home-page__navbar-menu {
    flex-direction: row-reverse;
  }
  
  /* Company Introduction Text */
  
  .company-introduction {
    margin-top: 70px;
    min-height: 531px;
    color: #fff!important;
    /* transform: translate(0px, 276.858px); */
    background-image: url(/img/truck-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  
  .company-introduction__inner-container {
    min-height: inherit;
    height: inherit;
    background-image: linear-gradient(140deg,rgba(0,0,0,0.9) 0%,rgba(38,134,199,0.61) 100%);
    background-color: rgba(0,0,0,0);
    margin-top: 110px;
  }
  
  .company-introduction__header-text {
    max-width: 800px;
    margin: 20px auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  
  .company-introduction__header-h1 {
    font-family: 'Share Tech',Helvetica,Arial,Lucida,sans-serif;
      font-size: 66px;
      line-height: 1.2em;
      text-align: center;
  }
  
  .company-introduction__header-p {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 200;
    font-size: 22px;
    line-height: 1.8em;
    text-align: center;
  }
  
  .company-information-pills__2nd-col,
  .company-information-pills__3rd-col {
    margin-left: 7%;
  }
  
  .company-information-pills__pill-2nd,
  .company-information-pills__pill-3rd {
    max-width: 285px !important;
  }
  
  .company-information-pills__container {
    padding-left: 0px !important;
  }
  
  @media (max-width: 1210px) {
    .company-information-pills__1st-col {
      flex: 0 0 35% !important;
      max-width: 35% !important;
    }
  
    .company-information-pills__2nd-col,
    .company-information-pills__3rd-col {
      flex: 0 0 24.666667%;
      max-width: 24.666667%;
    }
  }
  
  @media (max-width: 860px) {
    .company-information-pills__container {
      padding-left: 15px !important;
    }
  
    .company-information-pills__1st-col {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  
    .company-information-pills__2nd-col,
    .company-information-pills__3rd-col {
      flex: 0 0 100.666667%;
      max-width: 100.666667%;
      margin-top: 20px;
      margin-left: 0px;
    }
  
    .company-information-pills__pill-1st {
      text-align: center !important;
      background-image: none !important;
      border-radius: 100px !important;
    }
  
    .company-information-pills__pill-2nd,
    .company-information-pills__pill-3rd {
      max-width: 100% !important;
    }
  }
  
  .company-information-pills {
    position: relative;
    opacity: 1;
    bottom: 55px;
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
    opacity: 0;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    /* transform: translate3d(-10%, 0px, 0px); */
  
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 2em;
  }

  .company-information-pills__pill-1st,
  .company-information-pills__pill-3rd {
    background-color: #2573f9;
    color: #ffffff!important;
    border-color: #2686c7;
    background-color: #2686c7;
  }
  
  .company-information-pills__pill-1st, 
  .company-information-pills__pill-2nd,
  .company-information-pills__pill-3rd {
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    padding-top: 20px!important;
    padding-right: 40px!important;
    padding-bottom: 18px!important;
    padding-left: 40px!important;
    border-width: 0px!important;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
  }

  .company-information-pills__pill-2nd {
    color: #ffffff!important;
    background: #fd7b00 !important;
    border-width: 10px!important;
    border-color: #fd7b00 !important;
    background-color: #fd7b00 !important;
  }
  
  .company-information-pills__pill-2nd,
  .company-information-pills__pill-3rd {
    color: #ffffff!important;
    border-width: 0px!important;
    border-color: #2686c7;
    border-radius: 100px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #2686c7;
    text-align: center;
  }
  
  .company-information-pills__pill-2nd,
  .company-information-pills__pill-3rd {
    /* -ms-flex: 0 0 12.666667%;
    flex: 0 0 12.666667%;
    max-width: 12.666667%; */
  }
  
  .company-information-pills__pill-1st {
    /* background: linear-gradient(140deg,rgba(0,0,0,0.9) 0%,rgba(245, 245, 245, 0.61) 100%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    text-align: right;
    background-image: linear-gradient(90deg,#ffffff 0%,#2686c7 100%);
  }
  
  .company-information-pills__link, .company-information-pills__link:hover,
  .company-information-pills__link:visited, .company-information-pills__link:active {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 2em;
    color: #ffffff!important;
    text-decoration: none !important;
  }
  
  /* COMPANY FEATURES SECTION */
  
  .company-features__container {
    text-align: center;
  }
  
  .company-features__title {
    font-family: 'Share Tech',Helvetica,Arial,Lucida,sans-serif;
    font-size: 48px;
    line-height: 1.4em;
  }
  
  .company-features__text {
    font-family: 'Share Tech',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
  }
  
  .company-features__main-text-container {
    margin-bottom: 50px;
  }
  
  .company-features__card {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #333333 !important;
      padding-top: 8px!important;
      padding-right: 12px!important;
      padding-bottom: 12px!important;
      padding-left: 12px!important;
      margin-top: 0px!important;
  
      max-width: 550px;
      margin: 0 auto;
      text-align: center;
  
      /* background-image: linear-gradient(180deg,#000000 0%,rgba(7,135,205,0.52) 100%); */
      /* background-color: #15314e; */
  }
  
  .company-features__card-title {
    font-weight: 700;
    font-size: 20px;
    color: #333333 !important;
  }
  
  .company-features__card-icon-container {
    display: inline-block;
      max-width: 100%;
      margin-bottom: 30px;
      line-height: 0;
  }
  
  .company-features__card {
    min-height: 380px;
    /* max-width: 300px; */
  }
  
  .company-features__button,
  .real-time-mapping__button {
      margin-top: 30px;
      margin-bottom: 30px;
      color: #ffffff!important;
      border-width: 0px!important;
      border-radius: 15px !important;
      font-weight: 700!important;
      background-color: #fd7b00;
  
      padding: .3em 1em;
      border: 2px solid;
      border-radius: 3px;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.7em!important;
      transition: all .2s;
  }
  
  .company-features__button:hover,
  .company-features__button:active,
  .company-features__button:visited {
    text-decoration: none !important;
    background-color: #fd7b00 !important;
  }
  
  .company-features__button:hover {
    /* padding: .3em 2em .2em .2em; */
    padding: .3em 2em .3em .7em;
    border: 2px solid transparent;
    background-color: #fd7b00;
  }
  
  .company-features__button::after {
    position: absolute;
    /* bottom: 36.5px;
    right: 134px; */
    color: #ffffff;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 42px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 25px;
    text-transform: none;
    content: "\00a0\203A";
    transition: all .2s;
  }
  
  .company-features__button:hover::after {
    margin-left: 0;
    opacity: 1;
  }
  
  .company-features__card-img {
    opacity: 0;
  }
  
  @media (min-width: 768px) {
    .company-features__card {
      max-width: 300px;
      min-height: 450px;
    } 
  }
  
  /* POWER OF REAL TIME MAPPING SECTION */
  
  .real-time-mapping {
    background-image: url(/img/pexels-photo-590839.jpeg);
      /* height: 929.7px !important; */
      position: relative;
      background-color: #fff;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      
      border-radius: 0 26vw 26vw 0;
      overflow: hidden;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-right: 5%;
  
    }
  
  .real-time-mapping__container {
    height: inherit;
    background-image: linear-gradient(140deg,rgba(0,0,0,0.9) 0%,rgba(0,132,204,0.88) 100%);
    background-color: rgba(0,0,0,0);
  }
  
  .real-time-mapping__column {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
  
  .real-time-mapping__column-logo {
    padding-top: 6rem;
  }
  
  @media (max-width: 817px) {
    
    .real-time-mapping__column-logo {
      margin-top: 0rem;    
      text-align: center;
      margin-bottom: 70px;
      padding-top: 0rem;
    }
  }
  
  .real-time-mapping__column > * {
    color: #ffffff !important;
  }
  
  .real-time-mapping__h2 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 200;
    font-size: 26px;
    line-height: 2.7em;
  }
  
  .real-time-mapping__button {
    background: #0084cc;
    border-width: 10px!important;
    border-color: #0084cc;
    border-radius: 100px;
    letter-spacing: 5px;
    font-size: 15px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #0084cc;
    padding-right: 1em!important;
    padding-left: 1em!important;
  }
  
  .real-time-mapping__button:hover,
  .real-time-mapping__button:active,
  .real-time-mapping__button:visited {
    text-decoration: none !important;
    background-color: #fd7b00 !important;
    border-color: #fd7b00 !important;
  }
  
  .real-time-mapping__button:hover {
    background-color: #fd7b00;
    border-color: #fd7b00 !important;
  }
  
  /* FIVE AREAS PERFECTED SECTION */
  
  .company-bubble-features__main-container {
    /* margin-top: 70px; */
  }
  
  .company-bubble-feature {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
      -webkit-animation-delay: 0ms;
              animation-delay: 0ms;
      opacity: 0;
      /* opacity: 1; */
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      /* transform: translate3d(-20%, 0px, 0px); */
  
      /* width: 30.64%; */
      /* margin-right: 4.04%; */
  
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  
      font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 5px;
      /* border-radius: 200px 200px 200px 200px; */
      overflow: hidden;
      /* padding-top: 30px!important;
      padding-right: 30px!important;
      padding-bottom: 30px!important;
      padding-left: 30px!important; */
  
      border-radius: 150px 150px 150px 150px;
      padding: 60px 60px 60px 60px !important;
  }
  
  .company-bubble-feature__1st,
  .company-bubble-feature__2nd,
  .company-bubble-features__main-text {
    margin-top: 70px;
  }
  
  .company-bubble-feature__1st {
    /* background-image: linear-gradient(180deg,#000000 0%,rgba(7,135,205,0.51) 100%),url(/img/img-13.jpg); */
  }
  .company-bubble-feature__2nd {
    /* background-image: linear-gradient(180deg,#000000 0%,rgba(7,135,205,0.51) 100%),url(/img/img-06.png); */
  }
  .company-bubble-feature__3rd,
  .company-bubble-feature__4th {
    /* background-image: linear-gradient(180deg,#000000 0%,rgba(7,135,205,0.52) 100%); */
    /* background-color: #15314e; */
  }
  .company-bubble-feature__5th {
    /* background-image: linear-gradient(270deg,#000000 0%,rgba(7,135,205,0.5) 100%),url(/img/it-services-02.jpg); */
  }
  
  .company-bubble-feature__content {
    position: relative;
      max-width: 550px;
      margin: 0 auto;
      text-align: center;
  }
  
  .company-bubble-features__column {
    /* height: 300px; */
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
  
  .company-bubble-feature__text {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: 5px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #0084cc !important;
    position: relative;
    top: 15px;
  
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
  
    /* margin-top: 40px; */
  }
  
  .company-bubble-feature__last-row {
    margin-top: 30px;
  }
  
  @media (max-width: 1329px) {
    .company-bubble-feature__3rd {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 917px) {
    .company-bubble-feature__5th {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 855px) {
    .company-bubble-feature__2nd {
      margin-top: 30px;
    }
  }
  
  .company-bubble-features-main__h2 {
    font-family: 'Share Tech',Helvetica,Arial,Lucida,sans-serif;
    font-size: 40px;
    line-height: 1.2em;
  }
  
  .company-bubble-features-main__p {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
      font-weight: 200;
      font-size: 21px;
      line-height: 1.8em;
      color: #666;
  }
  
  .company-bubble-features__bold {
    font-weight: bold;
  }
  
  .company-bubble-features__highlight {
    color: #faa228;
  }
  
  @media (min-width: 1055px) {
    .company-bubble-features__main-text-content {
      margin: auto 85px;
    }
  }
  
  /* FOOTER */
  
  .footer-home-page {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #666;
    text-align: center;
    margin-top: 70px;
    font-size: 14px;
  }

  /* License Buy Page */

  html.license-buy, body.license-buy, section.pricing {
    height: 100%;
  }

  body.license-buy {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
  }

  section.pricing {
    padding-top: 180px;
  }
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
    .pricing .card:hover {
      /* margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); */
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }

  .cd-pricing-switcher {
    text-align: center;
  }
  .cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 1px solid #225b78;
  }
  .cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.1rem;
    color: #FFFFFF;
  }
  .cd-pricing-switcher .cd-switch {
    /* floating background */
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    /* background-color: #0c1f28; */
    /* background-color: #fd7b00; */
    /* background: linear-gradient(to right, #0062E6, #33AEFF); */
    background-color: #33AEFF;
    border-radius: 50em;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
  .cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
    /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
  }
  
  .no-js .cd-pricing-switcher {
    display: none;
  }

  .cd-pricing-switcher__label {
    margin-bottom: 0 !important;
    color: #212529 !important;
  }

  p.cd-pricing-switcher__container {
    background-color: #fff;
  }

  /* Rotating between monthly/yearly license packages */

  div.yearly {
    display: none;
  }

  .describing-packages__container {
    color: #fff;
  }
