body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #222b39;
  color: #ffffff; }

a {
  color: #ffffff; }

a:hover {
  color: #02C4FF !important;
  text-decoration: none;
}

h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;}

h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff; }

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500; }

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 20;
  color: #EEEDEE;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

h5 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 50;
  margin-top: 1.5rem; }

h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 10;
  text-transform: uppercase;
  color: #EEEDEE;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

p {
  color: #EEEDEE;
  font-size: .9rem; }

g {
  color: #02C4FF;
}

html {
  scroll-behavior: smooth;
}

.contact-head {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 10;
  text-transform: uppercase;
  color: #02C4FF;
}

.header-pad {
  padding-right: 20px;
}

.header-icon-pad {
  padding-right: 5px;
}

.lead-text-c {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400 !important;
  color: #989898 !important;
}

.icon-sz {
  width: 50px;
  height: 50px;
  margin: 0 2rem 0 0;
}

.green {
  color: #02C4FF;
}

.divider {
  display: block;
  width: 6rem;
  height: 0.3rem;
  background-color: #dfe1e5;
  margin: 2rem auto; }

.form-control-custom {
  border: 0.1rem solid #dfe1e5;
  width: 100%;
  padding: 1rem;
  font-size: .9rem;
  color: #696b6e;
  border-radius: .3rem; }

.form-control-custom:focus {
  border: 0.1rem solid #59a0d7;
  outline: none; }

.emphasis {
  font-family: Georgia, Times, 'Times New Roman';
  font-style: italic;
  color: #59a0d7; }

.constrain-width {
  margin: 0 auto; }

.rounded-corners {
  border-radius: .3rem; }

.pill-btn {
  border-radius: 499rem !important; }

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.alt-background {
  background: #181818 !important; }

.bg-primary {
  background-color: #131b26 !important; }

.bg-secondary {
  background-color: #46484a !important; }

.btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-white, .btn-outline-white, .btn-success, .btn-outline-success, .btn-info, .btn-outline-info, .btn-warning, .btn-outline-warning, .btn-danger, .btn-outline-danger {
  font-size: .9rem;
  font-weight: 500;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem !important; }

.btn-outline-primary, .btn-outline-secondary, .btn-outline-white, .btn-outline-success, .btn-outline-info, .btn-outline-warning, .btn-outline-danger {
  border-width: 0.01rem; }

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: .9rem; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #59a0d7;
  border-color: #59a0d7; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #4089c1;
  border-color: #4089c1; }

.btn-outline-primary, .btn-outline-primary:visited {
  color: #59a0d7;
  border-color: #59a0d7;
  background: none; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #59a0d7;
  border-color: #59a0d7;
  color: #fff; }

.btn-secondary {
  border-color: #696b6e;
  background-color: none;
  color: #fff; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #46484a;
  background-color: #46484a;
  color: #fff; }

.btn-outline-secondary, .btn-outline-secondary:visited {
  color: #696b6e;
  border-color: #696b6e;
  background: none; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #696b6e;
  background: #696b6e;
  color: #fff; }

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #46484a; }

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #dfe1e5;
  background-color: #dfe1e5;
  color: #02C4FF; }

.btn-outline-white, .btn-outline-white:visited {
  background: #02C4FF;
  color: #ffffff;
  border-color: none; }

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #ffffff !important;
  background: none;
  border-color: #ffffff; }

.link-white, link-white:visited {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: .5rem;
  border: 0;
  color: #fff; }

.link-white:hover, .link-white:focus, .link-white:active {
  color: #dfe1e5 !important; }

.navbar-custom {
  margin-top: -16px !important;
  min-height: 150px; }

a.navbar-brand, a.logo {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0; }

a.logo:hover, a.logo:active, a.logo:focus {
  text-decoration: none; }

li.nav-item .btn {
  margin-top: .2rem;
  margin-left: .4rem; }
li.nav-item .btn-white {
  color: #46484a; }

.cover-1 {
  background: #18181f url(../images/cover-bg-1.jpg) center;
  background-size: cover;
  min-height: 50rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #fff;
  padding-top: 1rem; }
  .cover-1 h1 {
    font-weight: 600; }
  .cover-1 p.lead {
    margin: 2rem auto;
    color: rgba(255, 255, 255, 0.5); }
  .cover-1 .cover-container {
    display: table;
    text-align: left !important;
    height: 100%;
    min-height: 44rem;
    margin: 0; }

@media only screen and (max-width: 991px)  {
  .cover-1 .cover-container {
    margin: 0 0.5em; }
  }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.cover-2 {
  background: #2b2d34 url(../images/cover-bg-1.jpg) center;
  background: #2b2d34;
  background-size: cover;
  min-height: 50rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #fff;
  padding-top: 1rem; }
  .cover-2 p.lead {
    margin: 2rem auto;
    color: rgba(255, 255, 255, 0.75); }
  .cover-2 .cover-container {
    display: table;
    height: 100%;
    min-height: 44rem;
    margin: 0 auto; }

.cover-3 {
  background: #f7f7f8;
  min-height: 40rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #46484a;
  padding-top: 1rem; }
  .cover-3 a.navbar-brand {
    color: #000 !important; }
  .cover-3 h1 {
    color: #000; }
  .cover-3 p.lead {
    margin: 2rem auto;
    color: #696b6e; }
  .cover-3 .cover-container {
    display: table;
    height: 100%;
    min-height: 34rem;
    padding-top: 2rem;
    margin: 0 auto; }
  .cover-3 .col-feature {
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 0; }
    .cover-3 .col-feature em {
      margin-bottom: 1rem;
      color: #59a0d7; }

.cover-4 {
  background: #2b2d34 url(../images/cover-bg-4.jpg) center;
  background-size: cover;
  min-height: 50rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #fff;
  padding-top: 1rem; }
  .cover-4 h1 {
    font-weight: 200; }
  .cover-4 p.lead {
    margin: 2rem auto;
    color: rgba(255, 255, 255, 0.75);
    font-family: "Droid Serif", Times, Georgia, serif;
    font-style: italic; }
  .cover-4 .cover-container {
    display: table;
    height: 100%;
    min-height: 44rem;
    margin: 0 auto; }
  .cover-4 .form-control-custom {
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .cover-4 .form-control-custom:focus {
    border: none;
    background: rgba(255, 255, 255, 0.3);
    color: #fff; }

.cover-5 {
  background: #f7f7f8;
  min-height: 40rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #333;
  padding-top: 1rem; }
  .cover-5 a.navbar-brand {
    color: #000 !important; }
  .cover-5 h1 {
    color: #000;
    font-weight: 200; }
  .cover-5 p.lead {
    margin: 2rem auto;
    color: #696b6e;
    font-family: "Droid Serif", Times, Georgia, serif;
    font-style: italic; }
  .cover-5 .cover-container {
    display: table;
    height: 100%;
    min-height: 34rem;
    margin: 0 auto; }

@media screen and (max-width: 420px) {
  .cover-1 h1, .cover-2 h1, .cover-3 h1, .cover-4 h1, .cover-5 h1 {
    font-size: 2.5rem; }
  .cover-1 p, .cover-2 p, .cover-3 p, .cover-4 p, .cover-5 p {
    font-size: 1rem; }

  .btn-lg {
    font-size: 0.8rem !important;
    padding: 1rem 1.5rem; } }
.cover-inner {
  display: table-cell;
  vertical-align: middle;
  max-width: 530px }

.features-1 {
  padding: 5rem 0; }
  .features-1 h2 {
    margin-top: 2rem; }
  .features-1 .col-feature {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .features-1 .col-feature .rounded-circle {
      margin: 0 auto;
      margin-bottom: 2rem;
      width: 6rem;
      height: 6rem;
      background: none;
      border: 0.15rem solid #dfe1e5; }

.features-2 {
  padding: 1em 0; }
  .features-2 h2 {
    margin-top: .5rem; }
  .features-2 .col-feature {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem; }
    .features-2 .col-feature .rounded-circle {
      margin-bottom: 2rem;
      color: #59a0d7; }

.features-3 {
  padding: 5rem 0; }
  .features-3 h2 {
    margin-top: 2rem; }
  .features-3 .col-feature:first-of-type {
    margin-top: 2rem; }
  .features-3 .col-feature {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0; }
    .features-3 .col-feature em {
      margin-bottom: 1rem;
      color: #59a0d7; }

.features-4 {
  background: #2b2d34;
  padding: 5rem 0; }
  .features-4 h2 {
    margin-top: 2rem;
    color: #fff; }
  .features-4 p.lead {
    color: #a0a0a0; }
  .features-4 .col-feature {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .features-4 .col-feature h4 {
      color: #fff; }
    .features-4 .col-feature p {
      color: #a0a0a0; }
    .features-4 .col-feature .rounded-circle {
      margin: 0 auto;
      margin-bottom: 2rem;
      width: 6rem;
      height: 6rem;
      background: none;
      border: 0.15rem solid #696b6e;
      color: #fff; }

.features-5 {
  padding: 5rem 0; 
  background-color: #222b39; }
  .features-5 h2 {
    margin-top: 0.5rem;}
  .features-5 .col-feature {
    margin-top: 0.5rem; }
  .features-5 .col-feature {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    .features-5 .col-feature em {
      margin-bottom: 1rem;
      color: #59a0d7; }

.cta-1 {
  background: #2b2d34;
  color: #fff;
  padding: 5rem 0; }
  .cta-1 p {
    color: rgba(255, 255, 255, 0.75); }
  .cta-1 form.subscribe {
    margin: 0 auto; }
  .cta-1 .btn {
    width: 100%; }

.cta-2 {
  color: #46484a;
  padding: 5rem 0; }
  .cta-2 p {
    color: #696b6e; }
  .cta-2 form.subscribe {
    max-width: 40rem;
    margin: 0 auto; }
  .cta-2 .btn {
    width: 100%; }

.cta-3 {
  background: #181818 url(../images/transportation.png) center;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
  min-height: 50rem; }
  .cta-3 p {
    color: rgba(255, 255, 255, 0.75); }
  .cta-3 form.subscribe {
    max-width: 40rem;
    margin: 0 auto; }

.cta-4 {
  background: #2b2d34 url(../images/cover-bg-3.jpg) center;
  background: #2b2d34;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
  min-height: 50rem; }
  .cta-4 p {
    color: rgba(255, 255, 255, 0.75); }
  .cta-4 .form-control-custom {
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .cta-4 .form-control-custom:focus {
    border: none;
    background: rgba(255, 255, 255, 0.3);
    color: #fff; }

.cta-5 {
  color: #46484a;
  padding: 4rem 0; }
  .cta-5 p {
    color: #696b6e; }
  .cta-5 form.subscribe {
    max-width: 40rem;
    margin: 0 auto; }
  .cta-5 .btn {
    width: 100%; }

@media screen and (max-width: 420px) {
  .cta-1 h1, .cta-1 h2, .cta-2 h1, .cta-2 h2, .cta-3 h1, .cta-3 h2, .cta-4 h1, .cta-4 h2, .cta-5 h1, .cta-5 h2 {
    font-size: 2.5rem; }
  .cta-1 p, .cta-2 p, .cta-3 p, .cta-4 p, .cta-5 p {
    font-size: 1rem; }

  .btn-lg {
    font-size: 0.8rem !important;
    padding: 1rem 1.5rem; } }
.content-1, .content-2, .content-4, .content-5 {
  background: #222b39;
  padding-bottom: 0.1rem; }
  .content-1 .container, .content-2 .container, .content-4 .container, .content-5 .container {
    margin: 5rem auto; }
  .content-1 .full-width, .content-2 .full-width, .content-4 .full-width, .content-5 .full-width {
    width: 100%; }

.content-3 {
  padding: 5rem 0; }
  .content-3 .col-feature:first-of-type {
    margin-top: 2rem; }
  .content-3 .col-feature {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0; }
    .content-3 .col-feature em {
      margin-bottom: 1rem;
      color: #59a0d7; }

.team-1 {
  padding: 5rem 0; }
  .team-1 h3 {
    margin-bottom: 0; }
  .team-1 .col-team {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .team-1 .col-team img {
      margin-bottom: 2rem; }

.team-2 {
  padding: 5rem 0 3rem 0; }
  .team-2 h3 {
    margin-bottom: 0; }
  .team-2 .col-team {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .team-2 .col-team img {
      margin-bottom: 2rem;
      width: 98%;
      max-width: 8rem; }

.team-3 {
  padding: 5rem 0 5rem 0; }
  .team-3 .box {
    background: #fff;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem; }
  .team-3 .col-team img {
    margin-top: .5rem;
    margin-bottom: 2rem;
    width: 50%; }

.team-4 {
  padding: 5rem 0; }
  .team-4 h3 {
    margin-bottom: 0; }
  .team-4 .col-team {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .team-4 .col-team img {
      margin: 0; }
    .team-4 .col-team figure {
      position: relative;
      display: inline-block;
      margin-bottom: 1.5rem; }
    .team-4 .col-team figcaption {
      border-radius: .3rem;
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
    .team-4 .col-team figure:hover figcaption {
      display: flex;
      align-items: center;
      justify-content: center; }
    .team-4 .col-team .social li a {
      border: none !important;
      background: none !important;
      color: #fff !important;
      font-size: 1.6rem; }
    .team-4 .col-team .social li a:hover {
      color: #59a0d7 !important; }

.team-5 {
  padding: 5rem 0; }
  .team-5 h3 {
    margin-bottom: 0; }
  .team-5 h4 {
    margin-bottom: .2rem; }
  .team-5 .col-team {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .team-5 .col-team img {
      margin: 0; }

@media screen and (max-width: 768px) {
  .team-5 .col-team {
    padding-bottom: 2rem; } }
.social {
  margin: 0 auto;
  padding: 0; }

.social li {
  display: inline-block; }

.social li a {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: .4rem .1rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #696b6e;
  border: 0.1rem solid #dfe1e5;
  border-radius: 499rem;
  line-height: 1.5;
  font-size: 1.4rem; }

.social li a:hover {
  color: #59a0d7;
  border-color: #59a0d7; }

.gallery-1 {
  padding: 2rem 0; }
  .gallery-1 h3 {
    margin-bottom: 0; }

.cell img {
  display: block; }

.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.cell {
  width: calc(100% / 4);
  margin: .5rem;
  width: calc(25% - 1rem); }

@media screen and (max-width: 992px) {
  .cell {
    width: 33.333%;
    width: calc(33.333% - 1rem); } }
@media screen and (max-width: 768px) {
  .cell {
    width: 50%;
    width: calc(50% - 1rem); } }
.gallery-2 {
  padding: 5rem 0 0 0; }
  .gallery-2 .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .gallery-2 h3 {
    margin-bottom: 0; }
  .gallery-2 img {
    width: 100%; }
  .gallery-2 .item {
    background: #2b2d34 center;
    background-size: cover;
    min-height: 20rem; }

.gallery-3 {
  padding: 5rem 0; }
  .gallery-3 .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .gallery-3 .col-gallery {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .gallery-3 .col-gallery img {
      width: 100%; }

.gallery-4 {
  background: #f7f7f8;
  padding: 5rem 0; }
  .gallery-4 .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .gallery-4 .box {
    background: #fff;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.05);
    padding: 0rem;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
    border-radius: .3rem; }
  .gallery-4 .col-gallery {
    margin-top: 2rem;
    margin-bottom: 0rem; }
    .gallery-4 .col-gallery img {
      width: 100%;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

.gallery-5 {
  padding: 5rem 0; }
  .gallery-5 .carousel-item {
    margin-bottom: 180px; }
    .gallery-5 .carousel-item img {
      width: 100%; }
    .gallery-5 .carousel-item .carousel-caption {
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      text-align: center;
      background: none;
      height: 180px;
      bottom: -180px; }
    .gallery-5 .carousel-item h3 {
      color: #46484a; }
    .gallery-5 .carousel-item p {
      color: #696b6e;
      width: 80%;
      margin: 0 auto; }
  .gallery-5 .carousel-inner {
    overflow: scroll; }
  .gallery-5 .carousel-control-prev,
  .gallery-5 .carousel-control-next {
    margin-top: -180px; }
  .gallery-5 .carousel-indicators {
    bottom: 200px; }
  @media screen and (max-width: 768px) {
    .gallery-5 .carousel-item {
      margin-bottom: 0; }
    .gallery-5 .carousel-caption {
      display: none; }
    .gallery-5 .carousel-control-prev,
    .gallery-5 .carousel-control-next {
      margin-top: 0; }
    .gallery-5 .carousel-indicators {
      bottom: 20px; } }

.pricing-table-1, .pricing-table-2 {
  padding: 5rem 0;
  background: #f7f7f8; }
  .pricing-table-1 .col-pricing-table, .pricing-table-2 .col-pricing-table {
    background: #131b26;
    padding: 0;
    padding-bottom: 2rem;
    border-radius: .3rem; }
    .pricing-table-1 .col-pricing-table .plan-header, .pricing-table-2 .col-pricing-table .plan-header {
      width: 100%;
      border-bottom: 0.1rem solid #dfe1e5;
      margin: 0;
      padding: 1.5rem .5rem; }
    .pricing-table-1 .col-pricing-table h2.plan-price, .pricing-table-2 .col-pricing-table h2.plan-price {
      color: #131b26;
      margin: 0;
      font-weight: 200; }
      .pricing-table-1 .col-pricing-table h2.plan-price small, .pricing-table-2 .col-pricing-table h2.plan-price small {
        font-weight: 200;
        font-size: 1.5rem; }
    .pricing-table-1 .col-pricing-table ul.plan-feature-list, .pricing-table-2 .col-pricing-table ul.plan-feature-list {
      list-style: none;
      padding: 1rem 2rem;
      margin-top: 1rem; }
      .pricing-table-1 .col-pricing-table ul.plan-feature-list li, .pricing-table-2 .col-pricing-table ul.plan-feature-list li {
        color: #696b6e;
        margin: .5rem 0; }
  .pricing-table-1 .col-pricing-table.bg-primary .plan-header, .pricing-table-1 .col-pricing-table.bg-secondary .plan-header, .pricing-table-1 .col-pricing-table.bg-info .plan-header, .pricing-table-1 .col-pricing-table.bg-success .plan-header, .pricing-table-1 .col-pricing-table.bg-warning .plan-header, .pricing-table-1 .col-pricing-table.bg-danger .plan-header, .pricing-table-2 .col-pricing-table.bg-primary .plan-header, .pricing-table-2 .col-pricing-table.bg-secondary .plan-header, .pricing-table-2 .col-pricing-table.bg-info .plan-header, .pricing-table-2 .col-pricing-table.bg-success .plan-header, .pricing-table-2 .col-pricing-table.bg-warning .plan-header, .pricing-table-2 .col-pricing-table.bg-danger .plan-header {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2); }
  .pricing-table-1 .col-pricing-table.bg-primary h4.plan-type, .pricing-table-1 .col-pricing-table.bg-secondary h4.plan-type, .pricing-table-1 .col-pricing-table.bg-info h4.plan-type, .pricing-table-1 .col-pricing-table.bg-success h4.plan-type, .pricing-table-1 .col-pricing-table.bg-warning h4.plan-type, .pricing-table-1 .col-pricing-table.bg-danger h4.plan-type, .pricing-table-2 .col-pricing-table.bg-primary h4.plan-type, .pricing-table-2 .col-pricing-table.bg-secondary h4.plan-type, .pricing-table-2 .col-pricing-table.bg-info h4.plan-type, .pricing-table-2 .col-pricing-table.bg-success h4.plan-type, .pricing-table-2 .col-pricing-table.bg-warning h4.plan-type, .pricing-table-2 .col-pricing-table.bg-danger h4.plan-type {
    color: rgba(255, 255, 255, 0.8); }
  .pricing-table-1 .col-pricing-table.bg-primary h2.plan-price, .pricing-table-1 .col-pricing-table.bg-secondary h2.plan-price, .pricing-table-1 .col-pricing-table.bg-info h2.plan-price, .pricing-table-1 .col-pricing-table.bg-success h2.plan-price, .pricing-table-1 .col-pricing-table.bg-warning h2.plan-price, .pricing-table-1 .col-pricing-table.bg-danger h2.plan-price, .pricing-table-2 .col-pricing-table.bg-primary h2.plan-price, .pricing-table-2 .col-pricing-table.bg-secondary h2.plan-price, .pricing-table-2 .col-pricing-table.bg-info h2.plan-price, .pricing-table-2 .col-pricing-table.bg-success h2.plan-price, .pricing-table-2 .col-pricing-table.bg-warning h2.plan-price, .pricing-table-2 .col-pricing-table.bg-danger h2.plan-price {
    color: #fff; }
  .pricing-table-1 .col-pricing-table.bg-primary ul.plan-feature-list li, .pricing-table-1 .col-pricing-table.bg-secondary ul.plan-feature-list li, .pricing-table-1 .col-pricing-table.bg-info ul.plan-feature-list li, .pricing-table-1 .col-pricing-table.bg-success ul.plan-feature-list li, .pricing-table-1 .col-pricing-table.bg-warning ul.plan-feature-list li, .pricing-table-1 .col-pricing-table.bg-danger ul.plan-feature-list li, .pricing-table-2 .col-pricing-table.bg-primary ul.plan-feature-list li, .pricing-table-2 .col-pricing-table.bg-secondary ul.plan-feature-list li, .pricing-table-2 .col-pricing-table.bg-info ul.plan-feature-list li, .pricing-table-2 .col-pricing-table.bg-success ul.plan-feature-list li, .pricing-table-2 .col-pricing-table.bg-warning ul.plan-feature-list li, .pricing-table-2 .col-pricing-table.bg-danger ul.plan-feature-list li {
    color: #f7f7f8; }

.pricing-table-3 {
  padding: 2rem 0 2rem 0;
  background: #222b39; }
  .pricing-table-3 .col-pricing-table {
    background: #131b26;
    padding: 0;
    padding-bottom: 2rem;
    border-radius: .5rem; 
    border: 0.124rem solid #354257; }
    .pricing-table-3 .col-pricing-table .plan-header {
      width: 100%;
      background-color: #131b26;
      border-radius: .3rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      margin: 0;
      padding: 1.4rem .5rem; }
    .pricing-table-3 .col-pricing-table h3.plan-type {
      color: #02C4FF;
      font-weight: 600;
      font-size: 1.4rem;
      margin: 0; }
    .pricing-table-3 .col-pricing-table h2.plan-price {
      color: #46484a;
      margin: 0;
      padding: 1rem 0;
      font-weight: 200;
      width: 100%;
      border-bottom: 0.1rem solid #02C4FF; }
      .pricing-table-3 .col-pricing-table h2.plan-price small {
        font-weight: 200;
        font-size: 1.2rem; }
    .pricing-table-3 .col-pricing-table ul.plan-feature-list {
      list-style: none;
      padding: 1rem 2rem; }
      .pricing-table-3 .col-pricing-table ul.plan-feature-list li {
        color: #fff;
        margin: .5rem 0; }
    .pricing-table-3 .col-pricing-table p.emphasis {
      margin: .2rem 0 0 0;
      color: rgba(255, 255, 255, 0.8); }

.income-padding {
  padding-top: 2rem;
}

.pricing-table-4 {
  padding: 5rem 0 4rem 0;
  background: #f7f7f8; }
  .pricing-table-4 .col-pricing-table {
    background: #fff;
    padding: 0;
    padding-bottom: 2rem;
    border-radius: .3rem; }
    .pricing-table-4 .col-pricing-table .plan-header {
      width: 100%;
      margin: 0;
      padding: 1.4rem 0;
      border-bottom: 0.1rem solid #dfe1e5; }
    .pricing-table-4 .col-pricing-table h3.plan-type {
      font-weight: 300;
      font-size: 1.4rem;
      margin: 0; }
    .pricing-table-4 .col-pricing-table h2.plan-price {
      color: #46484a;
      margin: 0;
      padding: 1rem 0 0 0;
      font-weight: 200;
      width: 100%; }
      .pricing-table-4 .col-pricing-table h2.plan-price small {
        font-weight: 200;
        font-size: 1.2rem; }
    .pricing-table-4 .col-pricing-table ul.plan-feature-list {
      list-style: none;
      padding: 1rem 2rem; }
      .pricing-table-4 .col-pricing-table ul.plan-feature-list li {
        color: #696b6e;
        margin: .5rem 0; }
    .pricing-table-4 .col-pricing-table p.emphasis {
      margin: .2rem 0 0 0;
      color: #696b6e; }
  .pricing-table-4 .col-pricing-table.bg-primary .plan-header, .pricing-table-4 .col-pricing-table.bg-secondary .plan-header, .pricing-table-4 .col-pricing-table.bg-info .plan-header, .pricing-table-4 .col-pricing-table.bg-success .plan-header, .pricing-table-4 .col-pricing-table.bg-warning .plan-header, .pricing-table-4 .col-pricing-table.bg-danger .plan-header {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2); }
  .pricing-table-4 .col-pricing-table.bg-primary h3.plan-type, .pricing-table-4 .col-pricing-table.bg-secondary h3.plan-type, .pricing-table-4 .col-pricing-table.bg-info h3.plan-type, .pricing-table-4 .col-pricing-table.bg-success h3.plan-type, .pricing-table-4 .col-pricing-table.bg-warning h3.plan-type, .pricing-table-4 .col-pricing-table.bg-danger h3.plan-type {
    color: #fff; }
  .pricing-table-4 .col-pricing-table.bg-primary p.emphasis, .pricing-table-4 .col-pricing-table.bg-secondary p.emphasis, .pricing-table-4 .col-pricing-table.bg-info p.emphasis, .pricing-table-4 .col-pricing-table.bg-success p.emphasis, .pricing-table-4 .col-pricing-table.bg-warning p.emphasis, .pricing-table-4 .col-pricing-table.bg-danger p.emphasis {
    color: rgba(255, 255, 255, 0.8); }
  .pricing-table-4 .col-pricing-table.bg-primary h2.plan-price, .pricing-table-4 .col-pricing-table.bg-secondary h2.plan-price, .pricing-table-4 .col-pricing-table.bg-info h2.plan-price, .pricing-table-4 .col-pricing-table.bg-success h2.plan-price, .pricing-table-4 .col-pricing-table.bg-warning h2.plan-price, .pricing-table-4 .col-pricing-table.bg-danger h2.plan-price {
    color: #fff; }
  .pricing-table-4 .col-pricing-table.bg-primary ul.plan-feature-list li, .pricing-table-4 .col-pricing-table.bg-secondary ul.plan-feature-list li, .pricing-table-4 .col-pricing-table.bg-info ul.plan-feature-list li, .pricing-table-4 .col-pricing-table.bg-success ul.plan-feature-list li, .pricing-table-4 .col-pricing-table.bg-warning ul.plan-feature-list li, .pricing-table-4 .col-pricing-table.bg-danger ul.plan-feature-list li {
    color: #f7f7f8; }

.pricing-table-5 {
  padding: 5rem 0 4rem 0;
  background: #f7f7f8; }
  .pricing-table-5 .col-pricing-table {
    background: #fff;
    padding: 0;
    padding-bottom: 2rem;
    border-radius: .3rem; }
    .pricing-table-5 .col-pricing-table .plan-header {
      background: #46484a;
      color: #fff;
      border-radius: .3rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      width: 100%;
      margin: 0;
      padding: 1.2rem 0; }
    .pricing-table-5 .col-pricing-table h3.plan-type {
      font-weight: 300;
      font-size: 1.4rem;
      margin: 0; }
    .pricing-table-5 .col-pricing-table h2.plan-price {
      color: #46484a;
      font-size: 3.5rem;
      margin: 0;
      padding: 1rem 0;
      font-weight: 200;
      width: 100%; }
      .pricing-table-5 .col-pricing-table h2.plan-price small {
        font-weight: 200;
        font-size: 1.2rem; }
    .pricing-table-5 .col-pricing-table ul.plan-feature-list {
      list-style: none;
      padding: 1rem 2rem;
      margin-bottom: 0;
      border-bottom: 0.1rem solid #dfe1e5; }
      .pricing-table-5 .col-pricing-table ul.plan-feature-list li {
        color: #696b6e;
        margin: .5rem 0; }
    .pricing-table-5 .col-pricing-table p.emphasis {
      margin: .2rem 0 0 0;
      color: #696b6e; }
  .pricing-table-5 .plan-focus {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2); }
  .pricing-table-5 .col-pricing-table.bg-primary .plan-header, .pricing-table-5 .col-pricing-table.bg-secondary .plan-header, .pricing-table-5 .col-pricing-table.bg-info .plan-header, .pricing-table-5 .col-pricing-table.bg-success .plan-header, .pricing-table-5 .col-pricing-table.bg-warning .plan-header, .pricing-table-5 .col-pricing-table.bg-danger .plan-header {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2); }
  .pricing-table-5 .col-pricing-table.bg-primary h3.plan-type, .pricing-table-5 .col-pricing-table.bg-secondary h3.plan-type, .pricing-table-5 .col-pricing-table.bg-info h3.plan-type, .pricing-table-5 .col-pricing-table.bg-success h3.plan-type, .pricing-table-5 .col-pricing-table.bg-warning h3.plan-type, .pricing-table-5 .col-pricing-table.bg-danger h3.plan-type {
    color: #fff; }
  .pricing-table-5 .col-pricing-table.bg-primary p.emphasis, .pricing-table-5 .col-pricing-table.bg-secondary p.emphasis, .pricing-table-5 .col-pricing-table.bg-info p.emphasis, .pricing-table-5 .col-pricing-table.bg-success p.emphasis, .pricing-table-5 .col-pricing-table.bg-warning p.emphasis, .pricing-table-5 .col-pricing-table.bg-danger p.emphasis {
    color: rgba(255, 255, 255, 0.8); }
  .pricing-table-5 .col-pricing-table.bg-primary h2.plan-price, .pricing-table-5 .col-pricing-table.bg-secondary h2.plan-price, .pricing-table-5 .col-pricing-table.bg-info h2.plan-price, .pricing-table-5 .col-pricing-table.bg-success h2.plan-price, .pricing-table-5 .col-pricing-table.bg-warning h2.plan-price, .pricing-table-5 .col-pricing-table.bg-danger h2.plan-price {
    color: #fff; }
  .pricing-table-5 .col-pricing-table.bg-primary ul.plan-feature-list li, .pricing-table-5 .col-pricing-table.bg-secondary ul.plan-feature-list li, .pricing-table-5 .col-pricing-table.bg-info ul.plan-feature-list li, .pricing-table-5 .col-pricing-table.bg-success ul.plan-feature-list li, .pricing-table-5 .col-pricing-table.bg-warning ul.plan-feature-list li, .pricing-table-5 .col-pricing-table.bg-danger ul.plan-feature-list li {
    color: #f7f7f8; }

.contact-1, .contact-2 {
  padding: 0 0 5rem 0; }
  .contact-1 .contact-details, .contact-2 .contact-details {
    padding-top: 5rem;
    padding-bottom: 1rem; }
  .contact-1 h3, .contact-2 h3 {
    margin-bottom: 0; }

#map {
  height: 400px;
  width: 100%; }

.contact-3, .contact-4 {
  padding: 2rem 0;
  border-bottom: 2px #02C4FF solid; }
  .contact-3 .contact-details, .contact-4 .contact-details {
    padding-top: 2rem;
    padding-bottom: 0rem; }

.testimonial-1 {
  padding: 5rem 0 2rem 0; }
  .testimonial-1 h3 {
    margin-bottom: 0; }
  .testimonial-1 .col-testimonial {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .testimonial-1 .col-testimonial img {
      margin-bottom: 2rem;
      width: 98%;
      max-width: 8rem; }
  .testimonial-1 .quote-text {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic; }
  .testimonial-1 .quote-author {
    font-style: italic;
    font-family: "Droid Serif", Times, Georgia, serif;
    color: #46484a; }

.testimonial-2 {
  padding: 5rem 0 2rem 0; }
  .testimonial-2 h3 {
    margin-bottom: 0; }
  .testimonial-2 .col-testimonial {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .testimonial-2 .col-testimonial img {
      margin-bottom: 2rem;
      width: 100%;
      max-width: 8rem; }
  .testimonial-2 .quote-text {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic; }
  .testimonial-2 .quote-author {
    font-style: italic;
    font-family: "Droid Serif", Times, Georgia, serif;
    color: #46484a; }

.testimonial-3 {
  padding: 5rem 0 4rem 0;
  background: #f7f7f8; }
  .testimonial-3 h3 {
    margin-bottom: 0; }
  .testimonial-3 .quote-text {
    font-size: 1.2rem;
    font-weight: 300;
    font-style: italic;
    color: #a0a0a0; }
  .testimonial-3 .box {
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0px 0.2rem 2rem rgba(0, 0, 0, 0.05);
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 2rem; }
  .testimonial-3 img.rounded-circle {
    width: 4rem; }
  .testimonial-3 .quote-author {
    font-style: italic;
    font-family: "Droid Serif", Times, Georgia, serif;
    color: #46484a; }

.testimonial-4 {
  padding: 8rem 0;
  background: #2b2d34 url(../images/cover-bg-3.jpg) center;
  background-size: cover; }
  .testimonial-4 .quote-text {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: #fff; }
  .testimonial-4 .quote-icon {
    color: rgba(255, 255, 255, 0.1); }
  .testimonial-4 .quote-author {
    font-style: italic;
    font-family: "Droid Serif", Times, Georgia, serif;
    color: rgba(255, 255, 255, 0.8); }

.testimonial-7 {
  padding: 8rem 0;
  background: #2b2d34 url(../images/cover-bg-2.jpg) center;
  background-size: cover;
  border-bottom: 2px #02C4FF solid;
  border-top: 2px #02C4FF solid; }
  .testimonial-4 .quote-text {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: #fff; }
  .testimonial-4 .quote-icon {
    color: rgba(255, 255, 255, 0.1); }
  .testimonial-4 .quote-author {
    font-style: italic;
    font-family: "Droid Serif", Times, Georgia, serif;
    color: rgba(255, 255, 255, 0.8); }

.testimonial-6 {
  padding: 8rem 0;
  background: #2b2d34 url(../images/cover-bg-4.jpg) center;
  background-size: cover; }
  .testimonial-4 .quote-text {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: #fff; }
  .testimonial-4 .quote-icon {
    color: rgba(255, 255, 255, 0.1); }
  .testimonial-4 .quote-author {
    font-style: italic;
    font-family: "Droid Serif", Times, Georgia, serif;
    color: rgba(255, 255, 255, 0.8); }

.testimonial-5 {
  padding: 4rem 0; }
  .testimonial-5 .quote-text {
    font-size: 1.6rem;
    font-weight: 300;
    font-style: italic;
    color: #a0a0a0; }
  .testimonial-5 .quote-icon {
    color: #a0a0a0; }
  .testimonial-5 .quote-author {
    font-style: italic;
    font-family: "Droid Serif", Times, Georgia, serif;
    color: #46484a; }

.footer-1 {
  background: #f7f7f8;
  min-height: 5rem;
  width: 100%;
  color: #46484a;
  padding-top: 2rem;
  padding-bottom: 1.5rem; }
  .footer-1 a.navbar-brand {
    color: #000 !important; }
  .footer-1 .nav-footer {
    float: left;
    padding: 0; }
    .footer-1 .nav-footer .nav-link {
      color: #696b6e; }
    .footer-1 .nav-footer .nav-link:hover {
      color: #59a0d7; }
  .footer-1 .social li a {
    background: none;
    border: none; }

.footer-2 {
  background: #222b39;
  min-height: 5rem;
  width: 100%;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 1.5rem; }
  .footer-2 a.navbar-brand {
    color: #fff !important; }
  .footer-2 .nav-footer .nav-link {
    color: #dfe1e5; }
  .footer-2 .nav-footer .nav-link:hover {
    color: #59a0d7; }

.footer-3 {
  background: #f7f7f8;
  width: 100%;
  color: #46484a;
  padding-top: 1rem;
  padding-bottom: .5rem; }
  .footer-3 .container-fluid {
    padding: 0; }
  .footer-3 .divider {
    width: 100%;
    height: .1rem;
    margin: .5rem 0 1.5rem 0; }
  .footer-3 .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center; }
    .footer-3 .nav-footer .nav-link {
      color: #696b6e; }
    .footer-3 .nav-footer .nav-link:hover {
      color: #59a0d7; }
  .footer-3 .social li a {
    background: none;
    border: none; }

.footer-4 {
  background: #2b2d34;
  width: 100%;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: .5rem; }
  .footer-4 .container-fluid {
    padding: 0; }
  .footer-4 .divider {
    background: #46484a;
    width: 100%;
    height: .1rem;
    margin: 2rem 0 1.5rem 0; }
  .footer-4 ul.nav-footer {
    float: left !important;
    padding: 0;
    width: 100%; }
    .footer-4 ul.nav-footer li {
      display: block;
      float: left;
      margin-top: .5rem;
      width: 100%; }
    .footer-4 ul.nav-footer .nav-link {
      color: #a0a0a0;
      padding: 0; }
    .footer-4 ul.nav-footer .nav-link:hover {
      color: #59a0d7; }
  .footer-4 .copyright {
    color: #a0a0a0; }
  .footer-4 .social li a {
    background: none;
    color: #f7f7f8;
    border: none; }
  .footer-4 .social li a:hover {
    color: #59a0d7; }
  @media screen and (max-width: 768px) {
    .footer-4 .nav-footer {
      width: auto;
      display: inline; } }

.footer-5 {
  background: #f7f7f8;
  width: 100%;
  color: #46484a;
  padding-top: 4rem;
  padding-bottom: .5rem; }
  .footer-5 .container-fluid {
    padding: 0; }
  .footer-5 .divider {
    width: 100%;
    height: .1rem;
    margin: 2rem 0 1.5rem 0; }
  .footer-5 ul.nav-footer {
    float: left !important;
    padding: 0;
    width: 100%; }
    .footer-5 ul.nav-footer li {
      display: block;
      float: left;
      margin-top: .5rem;
      width: 100%; }
    .footer-5 ul.nav-footer .nav-link {
      color: #696b6e;
      padding: 0;
      width: 100%; }
    .footer-5 ul.nav-footer .nav-link:hover {
      color: #59a0d7; }
  .footer-5 .copyright {
    color: #696b6e; }
  .footer-5 .social li a {
    background: none;
    color: #696b6e;
    border: none; }
  .footer-5 .social li a:hover {
    color: #59a0d7; }
  @media screen and (max-width: 768px) {
    .footer-5 .nav-footer {
      width: auto;
      display: inline; } }

.nav-footer {
  list-style: none;
  float: right; }
  .nav-footer li {
    float: left;
    margin-top: .5rem; }

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center; } }

#container {
  width: 80%;
  margin: 0 auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.padsnd {
	padding: 80px 0px 80px 0px;
	margin-bottom: 2rem;
}

.navbar-dark .navbar-nav .nav-link.btn-outline-white:hover {
  color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-nav .nav-link.btn-outline-white:visited {
  color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #02C4FF;
}

.navbar-dark .navbar-nav .login-btn {
  color: #02C4FF;
  font-weight: bold;
}

.differ-border {
  padding-bottom: 35px;
}

.differ-border:last-child {
  border-bottom: 0;
}

.mmun-pad {
  margin-top: 3em;
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #222b39, rgba(46, 46, 46, 0));
  background-image: linear-gradient(to right, #222b39, rgba(46, 46, 46, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #222b39, rgba(46, 46, 46, 0));
  background-image: linear-gradient(to left, #222b39, rgba(46, 46, 46, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #354257;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #02C4FF;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.9rem;
  padding-bottom: 15px;
  color: #ffffff;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color:#02C4FF;
  border-color: #02C4FF;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #02C4FF;
  border-color: #02C4FF;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #02C4FF;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 2em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #0099ff;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 850px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.3rem;
  color: #ffffff;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 5rem;
    color: #02C4FF;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.3rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.3rem;
  }
}

@media (max-width: 420px) {
  .cd-horizontal-timeline .events-content {
    height: auto!important;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.liststyle {
  list-style: none;
}

.footpad {
  width: 92%;
  margin: 0 auto;
}

.pad-top {
  padding-top: 50px;
}

.para-pad {
  padding-top: 20px;
}

.copyright {
  font-size: 0.7rem;
  color: #EEEDEE;
}

.contact-block {
  background: linear-gradient(to bottom, rgba(238,237,238,0.1) , rgba(24,24,24,0) 100%) !important;
  background-color: #181818 !important; 
  min-height: 150px;
  border-bottom: 1px solid rgba(238,237,238,0.1);
}