/*
Theme Name: Rapt
Theme URI: https://www.raptech.com/
Description: Bootstrap 5 Enabled Theme.
Version: 5.0
Tags: Multi-Column, Responsive, Bootstrap
*/

/* -------------------------------------------------------------------------- */
/* Redefined HTML Tags                                                        */
/* -------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
  font-family: "Readex Pro", sans-serif;
}
a,
a:hover,
a:visited,
a:focus {
  color: #001583;
  text-decoration: none;
}
.clear {
  clear: both;
}

/* -------------------------------------------------------------------------- */
/* Header                                                                     */
/* -------------------------------------------------------------------------- */
#video-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#video-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.img-fluid-max {
  width: 100%;
  height: auto;
}
.navbar {
  padding-bottom: 0;
  z-index: 3;
}
.hero-container {
  margin-top: 15px;
  z-index: 2;
  position: absolute;
  text-align: center;
  animation: fadeInAnimation ease 6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.navbar-brand {
  max-width: 250px;
}
#header {
  position: relative;
  color: #fff;
  background-color: #000;
  border-bottom: solid 5px #c8011e;
  overflow: hidden;
}
/*#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(3, 24, 133, 1),
    rgba(3, 24, 133, 1) 10%,
    rgba(3, 24, 133, 0) 50%
  );
  z-index: 1;
}
body.page #header::before {
  background: linear-gradient(
    to bottom,
    rgba(3, 24, 133, 1),
    rgba(3, 24, 133, 1) 10%,
    rgba(3, 24, 133, 0) 100%
  );
}*/
#header a,
#header a:hover,
#header a:visited {
  color: #fff;
}
.bg-light,
.bg-dark {
  background-color: transparent !important;
}
.navbar .container-fluid {
  background-color: #011683;
  border-bottom: solid 1px #c8011e;
}
ul#top-navigation,
ul#footer-navigation {
  text-align: center;
  font-weight: bold;
}
.address-box {
  text-align: center;
}
.navbar-toggler {
  color: #fff;
  border: solid 1px #c8011e;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.lead {
  font-size: 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------------------------------- */
/* Navigation                                                                 */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Home Page Content                                                          */
/* -------------------------------------------------------------------------- */
.mobile-logo {
  max-width: 200px;
}
.red {
  color: #c8011e;
}
.blue {
  color: #001583;
}
.mission {
  box-shadow: 0px 7px 10px #e0e0e0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/Our-Mission-BG.png");
}
#customers {
  position: relative;
  background-size: cover;
  background-position: center;
}
#customers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.75);
  z-index: 1;
}
#customers .container {
  z-index: 1;
  position: relative;
}
.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}
#safety {
  color: #fff;
  background-color: #011683;
}
.slick-slide {
  margin: 0 45px;
}
.slick-list {
  margin: 0 -45px;
}
.red-left-border {
  padding-left: 20px;
  border-left: solid 3px #c8011e;
}
.navbar .container {
  background-color: #011683;
}

/* -------------------------------------------------------------------------- */
/* Single / Page / Archive                                                    */
/* -------------------------------------------------------------------------- */
#our-company {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/Company-Slogan-BG.png");
}
#timeline {
  color: #fff;
  position: relative;
  background-color: #011683;
}
.timeline-container {
  width: 100%;
  overflow-x: auto;
  padding: 0;
  display: flex;
  position: relative;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.timeline-container::-webkit-scrollbar {
  display: none;
}
.timeline {
  display: flex;
  position: relative;
  padding: 20px 0;
  width: max-content; /* Allows the timeline to grow horizontally */
}
.timeline-item {
  flex: 1; /* Ensure all items take equal width and height */
  text-align: center;
  position: relative;
  margin: 0 40px;
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
}
.red-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(200, 1, 30, 1);
  box-shadow: 5px 5px 15px #222;
}
.blue-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  background-color: #001583;
  box-shadow: 5px 5px 15px #222;
}
.timeline-photo {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.timeline-content {
  margin-top: 25px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
}
.timeline-year {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #011683;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 2;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  max-width: max-content;
}
.timeline::before {
  margin-top: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #fff;
  z-index: 0;
}
.timeline-arrow {
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  font-size: 24px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c8011e;
  border-radius: 20px;
}
.left-arrow {
  left: 0;
}
.right-arrow {
  right: 0;
}
.timeline-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#facilities {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("images/our-facilities-bg.jpg");
}
#facilities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.75);
  z-index: 1;
}
#facilities .container {
  z-index: 1;
  position: relative;
}
.president-box {
  position: relative;
  box-shadow: 0px 7px 10px #e0e0e0;
}
.president-info {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
}
.big-blue,
a.big-blue {
  padding: 15px 50px;
  color: #fff;
  background-color: #001583;
}
#resources {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("images/Resources-BG.png");
}
#resources::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.25);
  z-index: 1;
}
#resources .container {
  z-index: 1;
  position: relative;
}
#resources ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#resources ul li {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: solid 1px #c8011e;
}
#resources ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
  background-image: url("images/black-right-arrow.png");
  background-repeat: no-repeat;
}
#resources ul li a,
#resources ul li a:visited {
  color: #000;
  display: block;
  text-decoration: none;
}
#resources ul li a:hover {
  color: #fff;
  background-color: rgba(200, 1, 30, 1);
}
#employee-resources {
  color: #fff;
  background-color: #011683;
}
#employee-resources a,
#employee-resources a:visited {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  border: solid 1px #fff;
  border-radius: 15px;
}
#employee-resources a:hover {
  background-color: rgba(200, 1, 30, 1);
  color: #fff;
}
#ctpat {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("images/ctpat-bg.jpg");
}
#ctpat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.75);
  z-index: 1;
}
#ctpat .container {
  z-index: 1;
  position: relative;
}
#ctpat p {
  padding-left: 20px;
  border-left: solid 3px #fff;
}
.blue-bg {
  color: #fff;
  background-color: #011683;
}
#qualities ul {
  margin: 0;
  padding: 0;
  max-width: 1000px;
}
#qualities ul li {
  margin: 0 0 15px 0;
  padding: 0;
}
.red-border {
  box-shadow: -15px -15px #c8011e;
}
#qualities {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("images/Company-Slogan-BG.png");
}
#career-img {
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: top;
  clip-path: polygon(-80% 0%, 180% 0%, 50% 100%);
}
.job-listing {
  border-top: solid 1px #011683;
}
.job-listing .btn {
  float: right;
  border-radius: 10px;
  border: solid 1px #011683;
}
.job-listing .btn:hover {
  background-color: #011683;
  color: #fff;
}
ul.contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.contact-list li {
  margin-bottom: 15px;
}
ul.contact-list li a,
ul.contact-list li a:hover,
ul.contact-list li a:visited {
  color: #000;
  text-decoration: none;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.btn-blue {
  color: #fff;
  background-color: #001583;
  border-radius: 15px;
  border: solid 1px #001583;
}
.red-bg {
  color: #fff;
  background-color: #c8011e;
}
.red-hr {
  height: 3px;
  border: 0;
  opacity: 1;
  background-color: #c8011e;
}

/* -------------------------------------------------------------------------- */
/* Comments                                                                   */
/* -------------------------------------------------------------------------- */
.comments-box {
  margin-top: 35px;
}
ol.comment-list {
  margin: 30px 0px;
  padding: 0px;
  list-style-type: none;
}
ol.children {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ol.comment-list li {
  margin-bottom: 30px;
  padding-left: 52px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
ol.comment-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
ol.comment-list li .avatar {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
ol.children {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 50px;
  border-top: 1px solid #ddd;
}
.comment-heading,
.comment-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-form label {
  display: block;
}
.comment-metadata a {
  color: #888;
  font-size: 11px;
}
#cancel-comment-reply-link {
  color: #c00;
  font-size: 12px;
}
.form-allowed-tags code {
  white-space: normal;
}
.form-submit {
  display: none;
}
.left-indent {
  padding-left: 10px;
}

/* -------------------------------------------------------------------------- */
/* Sidebar                                                                    */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */
#footer {
  border-top: solid 5px #c8011e;
}
.footer-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  display: block;
}

/* -------------------------------------------------------------------------- */
/* Media Queries                                                              */
/* -------------------------------------------------------------------------- */

/* Small Devices */
@media only screen and (min-width: 576px) {
}

/* Medium Devices */
@media only screen and (min-width: 768px) {
  /*.timeline-item {
    flex: 0 0 50%;
  }
  .timeline-content.top {
    margin-bottom: 60px;
  }
  .timeline-content.bottom {
    margin-top: 60px;
  }
  .timeline-item.top::before,
  .timeline-item.bottom::before {
    height: 60px;
  }*/
}

/* Large Devices */
@media only screen and (min-width: 992px) {
  .team-list ul {
    column-count: 2;
  }
  #header {
    display: flex;
  }
  .inner-header {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-60%);
  }
  #header nav,
  .hero-container {
    z-index: 2;
    position: absolute;
    width: 100%;
    text-shadow: 2px 2px 6px #000;
  }
  #navbar {
    transition: background-color 0.3s ease-in-out;
  }
  #header nav#navbar.bg-dark.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #c8011e;
    transition: width 0.3s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover::after {
    width: 100%;
  }
  #header nav#navbar.bg-dark.sticky a.nav-link {
    color: #001583;
    text-shadow: none;
  }
}

/* X Large Devices */
@media only screen and (min-width: 1200px) {
  #header {
    border-bottom: solid 40px #c8011e;
  }
  .red-border {
    box-shadow: -25px -25px #c8011e;
  }
  .mt-10 {
    margin-top: 6rem;
  }
  .navbar .container-fluid {
    background-color: transparent;
    border-bottom: none;
  }
  ul#top-navigation,
  ul#footer-navigation {
    text-align: initial;
    font-weight: initial;
  }
  .address-box {
    text-align: left;
  }
  .footer-logo {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
  }
  .lead {
    font-size: 1.25rem;
  }
  #resources ul li::after {
    right: 25px;
  }
  .timeline::before {
    top: 50%;
    margin-top: 0;
  }
  .timeline-item.top .timeline-content {
    margin-bottom: 450px; /* Space between the top content and the horizontal line */
  }
  .timeline-item.bottom .timeline-content {
    margin-top: 450px; /* Space between the bottom content and the horizontal line */
  }
  .timeline-item.top::before,
  .timeline-item.bottom::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    border-left: 2px dashed #fff;
    z-index: 1;
  }
  .timeline-item.top::before {
    top: 300px;
    height: 35px; /* Line connecting to the horizontal line */
  }
  .timeline-item.bottom::before {
    bottom: 300px;
    height: 35px; /* Line connecting to the horizontal line */
  }
  .timeline-year {
    top: 50%;
  }
  .timeline-content {
    margin-top: 0;
  }
  .timeline-arrow {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
}

/* XX Large Devices */
@media only screen and (min-width: 1400px) {
  .mission {
    margin-top: -155px;
    z-index: 1;
  }
}
