body {
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
}

p {
  color: #707070;
}

.sec-heading {
  font-family: "relaxia", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
}

.navbar-brand img {
  width: 15rem;
  margin-right: 1.5rem;
}

.navbar {
  padding: 1.5rem 3rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.half-banner {
  height: 60vh;
  width: 100%;
  position: relative;
}

.about-banner {
  background: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url("../img/02_About/banner_about.jpg");
  background-size: cover;
}

.careers-banner {
  background: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url("../img/04_Careers/banner_careers.jpg");
  background-size: cover;
}

.contact-banner {
  background: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url("../img/05_Contact/banner_contact.jpg");
  background-size: cover;
}

.gallery-banner {
  background: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url("../img/06_Gallery/banner_gallery.jpg");
  background-size: cover;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding:0;
  margin: 1rem;
}
.bg-black{
  background-color: #000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #000000;
    background-color: #fff;
    border-color: #CC0113;
}

.icon-size {
  width: 3.25rem;
}

.small-icon {
  width: .8rem;
}

.medium-icon {
  width: 1.2rem;
}

.full-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
}

.home-banner {
  background: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url("../img/01_Home/banner_home.jpg");
  background-size: cover;
}

.controls-banner {
  background: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url("../img/03_Solutions/Controls/banner_controls.jpg");
  background-size: cover;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0.5rem 1.25rem;
  color: #fff;
}

.social .nav-link {
  display: block;
  padding: 0.35rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.banner-text {
  position: absolute;
  left: 50%;
  text-align: center;
  top: 60%;
  font-size: 3.5rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
  width: 80%;
}
.banner-text h1 {
  font-size: 3.5rem;
  font-weight: 800;
}

.text-red {
  color: #CC0113;
}

.bg-red {
  background-color: #CC0113;
}

.red-line {
  display: inline-block;
  width: 5rem;
  height: .5rem;
  background-color: #CC0113;
}

.border-left-red {
  border-left: .5rem solid #CC0113;
}

.border-bottom-red {
  border-bottom: .25rem solid #CC0113;
}

.d-table-caption {
  display: table-caption;
  /* display: inline-block; */
}

.dropdown-menu {
  width: 20rem;
  padding: 0.25rem 0;
  margin: 0;
  font-size: .9rem;
  color: #000000;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}

.dropdown-item {
  padding: 0.5rem 0.5rem;
  line-height: 1.3;
  color: #000;
  white-space: pre-line;
  background-color: transparent;
  border: 0;
  /* white-space: nowrap !important; */
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.careers-btn {
  position: fixed;
  bottom: 100px;
  right: 0;
  transform: rotate(270deg) translate(60%, 18%);
  z-index: 200;
  
}
.careers-btn a {
  font-size: 1rem;
}
.btn {
  padding: 0.375rem 2rem;
  border-radius: 0;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #CC0113;
  border-color: #CC0113;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #cc01135e;
}

.bg-applied {
  background-image: url("../img/01_Home/bg-img.jpg");
  background-position: center;
  background-size: cover;
}

.bg-red-pattern {
  background-image: url("../img/01_Home/about-bg.jpg");
  background-position: center;
  background-size: cover;
}

.bg-contact {
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url("../img/01_Home/contact-bg.jpg");
  background-position: center;
  background-size: cover;
}

.text-white {
  color: #fff;
}

.bg-grey {
  background-color: rgb(241 241 241 / 89%);
}

.footer-contact .nav-link, .footer-contact .nav-link:hover {
  font-weight: 600;
  color: #707070;
  padding: 0.5rem 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' 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");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 384 512' stroke='currentcolor'><path fill='rgba%28255, 255, 255, 1%29' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/></svg>");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon path {
  stroke: #fff;
}

.navbar-toggler {
  padding: 0;
}

.navbar-dark .navbar-toggler {
  border: 0;
}

.copy-nav .nav-link {
  color: #fff !important;
  padding: 0 1rem;
  text-align: right;
}

.text-grey {
  color: #828282 !important;
}

.partners {}

.carousel-indicators {
  position: unset;
  margin: 0;
}

.carousel-control-next, .carousel-control-prev {
  position: unset;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg id='i-chevron-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M20 30 L8 16 20 2' /%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg id='i-chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M12 30 L24 16 12 2' /%3E%3C/svg%3E");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.carousel-control-next, .carousel-control-prev {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #CC0113;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 0;
  opacity: 1;
  margin: 1rem .25rem;
}

.carousel-indicators li {
  width: 1.25rem;
  height: 1.25rem;
  margin: 1rem .25rem;
  border-radius: 50%;
  background-color: #CC0113;
  background-clip: padding-box;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #828282;
}

.red-link, .red-link:hover {
  color: #CC0113;
  text-decoration: underline;
}

.down-arrow {
  border-radius: 50%;
  width: 1.2rem;
}

.color-bullet {
  list-style: none;
  /* Remove default bullets */
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}

.color-bullet .color-bullet-li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CC0113;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.popover {
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.popover .arrow {
    display: none;
}
.popover-body {
    padding: 1rem;
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background-color: #000000;
    z-index: 20;
    display: flex;
    justify-content: space-between !important;
    align-items: start;
    flex-direction: column;
    padding: 1rem;
  }

  .partner-logo {
    border: 0 !important;
  }

  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    transition: left 500ms ease-in-out;
  }

  .copy-nav {
    flex-direction: column !important;
  }

  .copy-nav .nav-link {
    padding-bottom: .75rem;
  }

  .copy-nav .nav-item:last-child .nav-link {
    padding-bottom: 0rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0;
    color: #cdcdcd;
    font-size: 1.1rem;
  }

  .dropdown-menu {
    width: 100%;
    padding: 0.25rem 0;
    color: #828282;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
    border: 0;
  }

  .dropdown-item {
    padding: 0.5rem 2rem;
    line-height: 1.3;
    color: #828282;
    white-space: pre-line;
    background-color: transparent;
    border: 0;
  }

  .banner-text {
    top: 53%;
    font-size: 1.75rem;
    width: 90%;
  }
  .banner-text h1 {
    font-size: 1.75rem;
  }
  .banner-text svg {
    width: 3rem;
  }

  .careers-btn {
    position: absolute;
    transform: rotate(270deg) translate(46%, 75%);
  }

  .h2, h2, .h1, h1 {
    font-size: 1.5rem;
  }

  .sec-heading.h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
  .navbar {
    padding: 1rem;
  }
}
/* Triagle over image (Left) */
.image-tri {
  position: relative;
  display: inline-block;
}
.image-tri:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px; /* Adjust this value to position the triangle to the left of the image */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px; /* Adjust these values to change the size of the triangle */
  border-color: transparent transparent transparent #fff;
}
/*  Responsive Embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
}
/* Mosaic Fix */
.mosaic img {
  object-fit: cover;
  height: 100%;
}
/*  Contact form */
input.form-control, textarea.form-control, input.form-control:focus, textarea.form-control:focus {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
}
input.form-control:focus, textarea.form-control:focus {
  box-shadow: 0 0 0.25rem -0.25rem rgba(204, 1, 19,.25);
  border-color: #CC0113;
}
.no-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
}
/* Careers */
.career ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 1.5rem;
  margin-bottom: 3rem;
  margin-top: 0.5rem;
}
.career ul li {
  margin-bottom: 0.5rem;
}
.career ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CC0113;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

/* Fixes */
img.industry-icon {
  max-height: 35px;
}
.nav-tabs a.nav-link {
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding:0;
  margin: 1rem;
  color: #000;
}
/*  Light Navigation */
.social-icon path, .social-icon rect {
  fill: #fff;
}
@media (min-width: 992px) {
  .not-found .social-icon path, .not-found .social-icon rect {
    fill: #000 !important;
  }
  .navbar-custom {
    background-color: #fff;
  }
  .navbar-custom .navbar-nav .nav-link {
    color: #000 !important;
  }
}
@media (max-width: 991px) {
  .navbar-custom .navbar-toggler {
    color: #000;
    border-color: #000;
  }
}
.navbar-custom .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}
.navbar-custom .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-custom .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 384 512' stroke='currentcolor'><path fill='rgba%280, 0, 0, 1%29' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/></svg>");
}
@media (min-width: 992px) {
  .solutions img {
    height: 100px;
  }
}
.video-background {
  position: relative;
  background: #000;
  overflow: hidden;
}

.video-foreground,
.video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.caret::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.scrollToTop {
  display: none;
  position: fixed;
  background-color: #CC0113;
  width: 38px;
  height: 38px;
  bottom: 80px;
  right: 38px;
  margin-top: -50px;
}
span.fa-chevron-up {
  position: relative;
  font-size: 25px;
  padding: 7px 7px;
  color: white;
}
.dropdown-item img.icon {
  width: 25px;
  height: 25px;
}
.team-social a .fa-linkedin {
  font-size: 1.75rem;
  color: #828282;
}
.team-social a .fa-linkedin:hover {
  color: #CC0113;
}
.dropdown .dropdown-item:hover {
  color: #CC0113;
}
.solutions div:hover {
  color: #CC0113;
  text-decoration: none;
}
.solutions a {
  color: #212529;
  text-decoration: none;
}

.solutions-c-row {
  height: 100%;
  align-content: space-between;
}
  /* Resources Styles */
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 0;
    background-color: #fff;
    border: 0;
  }
  .list-group-item a {
    color: #000;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }
  .list-group-item:hover a {
    text-decoration: none;
    color: #CC0113;
  }
  .list-group-item:hover .badge-secondary {
    background-color: #CC0113;
  }
  .list-group-item .badge-secondary {
    color: #fff;
    background-color: #000;
    border-radius: unset;
    padding: .5em .5em;
  }
  .preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .read-more a {
    color: #CC0113;
    text-decoration: underline;
    font-weight: 700;
  }
  .date img {
    width: 15px;
    height: auto;
  }
  .date {
    font-size: 0.75rem;
  }
  .cat-badge .badge-secondary {
    color: #fff;
    background-color: #000;
    border-radius: unset;
    padding: .75em .5em;
  }
  .pagination .btn {
    padding: 0.35rem 1rem;
    margin-bottom: 10px;
  }
  .pagination .btn.end {
    padding: 0.35rem 0.6rem;
  }
  .block {
    background-color: #000;
    width: 20%;
    height: 15px;
  }
  .pagination a.btn.active, .pagination a.btn:hover {
    background-color: #CC0113 !important;
    color: #fff !important;
  }
  .inverse {
    transform: rotate(180deg);
  }