﻿a {
  color: #0a406b;
  word-break: break-word;
}

a:hover {
  color: #208fad;
  text-decoration: none;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  user-drag: none;
}

html {
  font-size: 18px;
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

.navbar-nav .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  width: max-content !important;
}

@media only screen and (max-width: 990px) {
  .navbar-nav .dropdown-menu {
    left: auto;
    transform: unset;
    width: 100% !important;
  }
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: none !important;
}

body {
  font-family: "Raleway", sans-serif;
  padding-top: 56px;
  background-attachment: fixed;
}

.h1 {
  font-size: 2.5rem;
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.75rem;
}

.color-white {
  color: #fff;
}

.img-100 {
  width: 100%;
}

.navbar .container {
  padding: 0px 15px;
}

.navbar-brand {
  outline: none;
}

.navbar-brand img {
  max-width: 204px;
}

@media only screen and (max-width: 1400px) {
  .navbar-brand img {
    max-width: 150px;
  }
}

@media (max-width: 1100px) and (min-width: 990px) {
  .navbar-brand img {
    max-width: 110px;
  }
}

#primary_nav {
  padding: 0px;
  height: 100px;
  background: #fff !important;
}

@media only screen and (max-width: 1400px) {
  #primary_nav {
    height: 67px;
  }
}

@media (min-width: 1110px) {
  #primary_nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  #primary_nav .navbar-nav {
    flex-direction: row;
  }

  #primary_nav .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #primary_nav .navbar-collapse {
    display: flex !important;
  }

  #primary_nav .navbar-toggler {
    display: none;
  }
}

#primary_nav .navbar-nav .nav-item {
  margin-left: 10px;
}

#primary_nav .navbar-nav .nav-item:before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: #0a406b;
  transition: width 0.2s linear;
  position: relative;
  bottom: -46px;
}

@media only screen and (max-width: 1600px) {
  #primary_nav .navbar-nav .nav-item:before {
    bottom: -49px;
  }
}

@media only screen and (max-width: 1400px) {
  #primary_nav .navbar-nav .nav-item:before {
    height: 4px;
    bottom: -39px;
  }
}

@media only screen and (max-width: 990px) {
  #primary_nav .navbar-nav .nav-item:before {
    top: unset;
    bottom: -35px;
    margin-left: 0px;
  }
}

#primary_nav .navbar-nav .nav-item:hover::before,
#primary_nav .navbar-nav .nav-item.active::before {
  width: 100%;
  transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
}

#primary_nav .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #0a406b;
}

#primary_nav #nav-upper-list {
  font-weight: 600;
}

@media only screen and (max-width: 1400px) {
  #primary_nav #nav-upper-list {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 990px) {
  #primary_nav #nav-upper-list {
    display: none;
  }
}

#primary_nav #nav-upper-list .nav-item {
  margin-left: 20px;
}

@media only screen and (max-width: 1600px) {
  #primary_nav #nav-upper-list .nav-item:before {
    height: 4px;
    bottom: -37px;
  }
}

@media only screen and (max-width: 1400px) {
  #primary_nav #nav-upper-list .nav-item:before {
    bottom: -35px;
  }
}

#primary_nav #nav-upper-list-mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  #primary_nav #nav-upper-list-mobile {
    display: block;
  }
}

#primary_nav #nav-lower-list {
  font-weight: 700;
}

@media only screen and (max-width: 1600px) {
  #primary_nav #nav-lower-list {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 990px) {
  #primary_nav .nav-item {
    font-weight: 700;
    margin-bottom: 10px;
  }
}

#primary_nav .nav-item .nav-link {
  white-space: nowrap;
}

#primary_nav .container {
  background-color: #fff;
}

@media (max-width: 1204px) {
  #primary_nav .navbar-collapse {
    margin-top: 50px;
  }
}

.dropdown-toggle::after {
  right: 0 !important;
}

.dropdown-menu {
  top: 96%;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item.dropdown:hover .submenu {
  display: none;
}

.dropdown-menu:hover {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0a406b;
}

#navbarResponsive {
  flex-direction: column;
}

.navbar-light .navbar-toggler {
  margin-right: 10px;
  outline: none;
}

#secondary_nav {
  margin-top: 100px;
  background-color: #0a406b !important;
  padding: 0px;
  min-height: 50px;
  z-index: 1024;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #secondary_nav {
    height: 50px;
  }
}

@media only screen and (max-width: 1400px) {
  #secondary_nav {
    min-height: 40px;
    margin-top: 67px;
  }
}

@media only screen and (max-width: 1400px) and (-ms-high-contrast: none),
  only screen and (max-width: 1400px) and (-ms-high-contrast: active) {
  #secondary_nav {
    height: 40px;
  }
}

@media only screen and (max-width: 576px) {
  #secondary_nav {
    padding: 0px 15px;
  }
}

#bio-header {
  font-style: italic;
  color: #fff;
  font-size: 1rem;
}

.menu_category {
  border-right: 1px solid #f2f4f8;
}

.menu_category:last-of-type {
  border-right: none;
}

@media only screen and (max-width: 576px) {
  .menu_category {
    border-right: none;
    flex: 1;
  }

  .menu_category + .menu_category {
    margin-top: 10px;
  }
}

.nav-label {
  padding: 0rem 1.5rem;
}

.nav-label span {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #f2f4f8;
  display: flex;
}

.has-search {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
}

.has-search .form-control-sm {
  background-color: #0d5690;
  padding-right: 2.375rem;
  border-radius: 0px;
  border: none;
  color: #fff;
  text-shadow: 1px 1px #000;
  outline: none;
}

@media only screen and (max-width: 576px) {
  .has-search .form-control-sm {
    height: 23px;
  }
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  line-height: 2.375rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  right: 0;
  width: 30px;
}

#SearchResultContainer {
  position: absolute;
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 1px 2px #0a406b;
  top: 35px;
  left: 0px;
}

.SearchItem:hover {
  text-decoration: none;
  font-style: normal;
}

.SearchItem div {
  padding: 0px 0.5rem;
}

.SearchItem:hover div {
  background-color: rgba(128, 128, 128, 0.168627451);
}

.SearchItem small {
  color: #000;
  font-style: italic;
}

.SearchItem h5 {
  margin: 0px;
  color: #0a406b;
}

#SearchLoaderContainer {
  display: none;
  justify-content: center;
  font-size: 1rem;
}

#searchloader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

#SearchResultBox {
  max-height: 300px;
}

nav .breadcrumb {
  z-index: 1000;
  position: absolute;
  top: 150px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 10px;
}

@media only screen and (max-width: 1400px) {
  nav .breadcrumb {
    top: 107px;
  }
}

.breadcrumb > li a {
  color: #fff;
}

.breadcrumb > li + li:before {
  color: #fff;
  content: ">" !important;
  padding: 0 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0px;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 7px;
}

#spacing {
  padding: 47px 0px;
}

@media only screen and (max-width: 1400px) {
  #spacing {
    padding: 25px 0px;
  }
}

#esco-logos-container {
  padding: 10px 0px;
  background: #fff;
}

#footer-site-logo {
  max-width: 150px;
  height: 55px;
  margin-bottom: 10px;
}

.footer-title {
  width: max-content;
  margin: auto;
}

.img-items {
  padding: 10px;
  min-height: 80px;
  max-height: 80px;
  max-width: 170px;
  width: auto !important;
  margin: auto;
}

.item a {
  outline: none;
}

.item p {
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

#site_footer {
  padding-top: 20px;
  color: #d8f2fb;
  background-color: #0a406b !important;
}

.footer-header {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 55px;
  font-weight: 600;
}

@media only screen and (max-width: 900px) {
  .footer-header {
    line-height: unset;
  }
}

.foot-col-body {
  font-size: 0.8rem;
}

.foot-col-body label {
  color: #fff;
  font-weight: 500;
}

.foot-col-body .list-group-item {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0px;
}

.foot-col-body a {
  text-decoration: none;
  color: #d8f2fb;
}

.foot-col-body a:hover {
  color: #fff;
}

.footer-desk {
  display: block;
}

@media only screen and (max-width: 576px) {
  .footer-desk {
    display: none;
  }
}

.footer-mobile {
  display: none;
}

@media only screen and (max-width: 576px) {
  .footer-mobile {
    display: block;
  }
}

#copyright_container {
  margin-top: 25px;
  line-height: 2.5;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#social_media_footer_container {
  width: 90px;
  display: flex;
  justify-content: space-between;
}

#social_media_footer_container a > i {
  color: #fff;
}

#social_media_footer_container a > i:hover {
  color: #91ddf1;
}

.pos-relative {
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img-fluid {
    width: 100%;
  }
}

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1500px) {
  #news_detailed .container {
    width: unset;
    max-width: unset;
  }
}

.aster-banner {
  padding: 1rem 0px 1rem;
  color: #0a406b;
}

.aster-banner .banner-header {
  padding-bottom: 2px;
  margin-bottom: 2px;
  font-weight: 600;
  border-bottom: 1px solid;
}

.aster-banner .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}

.aster-banner .breadcrumb ul {
  list-style: none;
}

.aster-banner .breadcrumb > li a {
  font-size: 0.9rem;
  color: #0a406b;
  text-decoration: none;
}

.aster-banner .breadcrumb > li + li:before {
  color: #0a406b;
  content: ">" !important;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 5px;
  padding: 0px;
}

.aster-banner .banner-image {
  height: 300px;
  margin-top: 1rem;
}

.aster-banner.adjusted-banner {
  padding: 1rem 15px;
}

.aster-header {
  color: #0a406b;
  width: max-content;
  max-width: fit-content;
  font-weight: 600;
  margin: auto;
  text-align: center;
  margin-bottom: 1.5rem;
  word-break: unset;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aster-header {
    display: table;
  }
}

.aster-header.hr-left {
  margin-left: 0px;
  text-align: left;
}

.aster-header.hr-left:after {
  margin-left: 0px;
  transform: none;
}

.aster-header:after {
  content: "";
  margin: auto;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #0a406b;
  transition: width 0.2s linear;
  position: relative;
  bottom: -10px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.aster-header:hover:after {
  width: 107%;
}

.aster-header.color-white:after {
  background-color: #fff;
}

.aster-btn {
  color: #0a406b;
  border-radius: 4px;
  border: 2px solid #0a406b;
  background-color: #fff;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

.aster-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #0a406b;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aster-btn {
    display: table;
  }
}

.aster-btn.dark {
  color: #0a406b;
  border-radius: 4px;
  border: 2px solid #0a406b;
  background-color: #fff;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #0a406b;
  color: #fff;
}

.aster-btn.dark:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #0a406b;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aster-btn.dark {
    display: table;
  }
}

.aster-btn.dark:hover {
  color: #0a406b !important;
  background-color: #fff;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .col-2-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.aster-blue {
  color: #0a406b;
}

.aster-blue-bg {
  background-color: #0a406b;
}

.aster-grey-bg {
  background-color: #f8f8f8;
}

.color-white {
  color: #fff !important;
}

.color-violet-blue {
  color: #0a406b;
}

.no-padding {
  padding: 0px;
}

.list-align {
  padding-left: 15px;
}

.hr {
  border-top: 1px solid gray;
  height: 1px;
  width: 100%;
  margin: 50px 15px;
}

.vertical-center-line {
  position: relative;
}

.vertical-center-line:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}

@media only screen and (max-width: 576px) {
  .vertical-center-line:before {
    display: none;
  }
}

.line-centered {
  color: #0a406b;
  text-align: center;
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.line-centered:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.line-centered.grey:before {
  border-color: gray;
}

.line-centered span {
  background: #fff;
  padding: 0 15px;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fa.fa-search.form-control-feedback {
  cursor: pointer;
}

.modal-body .close {
  position: absolute;
  top: -11px;
  right: -13px;
  background-color: #fff;
  border-color: #000;
  border-radius: 50%;
  border: 2px solid #000;
  padding: 2px 7px;
  z-index: 125;
  opacity: 1;
  line-height: 24px;
}

.modal-body .close:hover {
  opacity: 1 !important;
  color: #0a406b !important;
  border-color: #0a406b !important;
}

@media only screen and (max-width: 576px) {
  .modal-body .close {
    top: -6px;
    right: -6px;
    padding: 0px 5px;
  }
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    border-left: 0.3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #0a406b;
  }

  .dropdown-menu > li:hover > .dropdown-item {
    color: #fff;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

.aster-accordion-full {
  width: 100%;
}

.aster-accordion-full .card + .card {
  margin-top: 15px;
}

.aster-accordion-full .card-header {
  background-color: #0a406b;
  padding: 0px;
}

.aster-accordion-full .card-header .btn-link {
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1.25rem;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.aster-accordion-full .card-header .btn-link:hover {
  text-decoration: none;
}

.aster-accordion-full .card-body {
  border: 1px solid #0a406b;
}

.highlight-item-container {
  cursor: pointer;
  overflow: hidden;
}

.highlight-item-container .highlight-item-img-container {
  position: relative;
  margin-bottom: 15px;
}

.highlight-item-container .overlay {
  position: absolute;
  width: 95%;
  height: 85%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  transition: 0.2s top, 0.1s border 0.2s;
}

.highlight-item-container.active .overlay,
.highlight-item-container:hover .overlay {
  top: 50%;
  border: 3px solid #fff;
  border-radius: 10px;
}

.highlight_content_container {
  display: none;
}

.highlight_content_container.active {
  display: block;
}

.aster-tabs .nav-tabs .nav-link {
  font-weight: 600;
  color: #0a406b;
  border: none;
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
}

.aster-tabs .nav-tabs .nav-link:before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: #0a406b;
  transition: width 0.2s linear;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.aster-tabs .nav-tabs .nav-item.show .nav-link:before,
.aster-tabs .nav-tabs .nav-link.active:before,
.aster-tabs .nav-tabs .nav-link:hover:before {
  width: 100%;
}

.text-underline {
  text-decoration: underline;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}

.table-container {
  overflow-x: auto;
}

.owl-carousel {
  display: block !important;
}

.v-align td,
.v-align th {
  vertical-align: middle !important;
}

.full-height {
  height: calc(100vh - 150px);
}

@media (max-width: 1400px) {
  .full-height {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  .full-height {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  .full-height {
    height: calc(100vh - 106px);
  }
}

.border-container,
.semi-arc {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.border-container:before,
.semi-arc:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  background-color: inherit;
}

.border-container.right,
.semi-arc.right {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding-left: 3rem;
}

.border-container.right:before,
.semi-arc.right:before {
  left: 100%;
}

.border-container.left,
.semi-arc.left {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding-right: 3rem;
}

.border-container.left:before,
.semi-arc.left:before {
  right: 100%;
}

@media only screen and (max-width: 576px) {
  .border-container,
  .semi-arc {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.border-container .title,
.semi-arc .title {
  color: #0a406b;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .border-container .title,
  .semi-arc .title {
    font-size: 2rem;
  }
}

.semi-arc-btn-container {
  display: flex;
  flex-wrap: wrap;
}

.bg-translucent {
  background-color: rgba(255, 255, 255, 0.8);
}

.half-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1500px) {
  .half-container {
    max-width: 650px;
  }
}

@media (max-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}

@media (max-width: 768px) {
  .half-container {
    max-width: 360px;
  }
}

.scrollable {
  height: 250px;
  overflow-y: auto !important;
  padding-right: 10px;
}

.scrollable .scrollable-child {
  max-height: 100%;
}

.scrollable::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scrollable::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrollable::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background-color: #0a406b;
}

.scrollable.left {
  padding-left: 15px;
  direction: rtl;
}

.scrollable.left .scrollable-child {
  direction: ltr;
}

body.scrollable {
  padding-right: unset;
}

body.scrollable::-webkit-scrollbar {
  width: 10px;
}

.scrollable.dark::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrollable.dark::-webkit-scrollbar-thumb {
  background-color: #fff;
}

#footer-offices {
  height: 135px;
}

@media only screen and (max-width: 576px) {
  #footer-offices {
    margin-bottom: 10px;
  }
}

.hr-white {
  border-top: 1px solid #fff;
}

.pos-sticky {
  position: sticky;
  top: 150px;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-muted {
  background-color: #f8f8f8;
}

.rounded-container {
  border-radius: 20px;
}

.img-zoom-container {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.img-zoom-container img {
  transition: 0.2s linear;
}

.img-zoom-container:hover img {
  transform: scale(1.2);
}

.aster-btn.transparent {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  color: #fff;
  font-style: italic;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px #675a5a;
  transition: 0.4s;
}

.aster-btn.transparent:hover {
  background-color: #0a406b;
}

.pop-up {
  cursor: pointer;
}

.pop-up:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.pop-up:hover img {
  transform: scale(1.2);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.8);
}

.font-size-inherit {
  font-size: inherit !important;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: unset;
}

#home_banner_container {
  padding: 0px;
  overflow: hidden;
  min-height: calc(100vh - 150px);
}

@media (max-width: 1400px) {
  #home_banner_container {
    min-height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #home_banner_container {
    min-height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #home_banner_container {
    min-height: calc(100vh - 106px);
  }
}

#home_banner_container .overlay {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  width: 100vw;
  overflow: hidden;
}

@media (max-width: 1400px) {
  #home_banner_container .overlay {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #home_banner_container .overlay {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #home_banner_container .overlay {
    height: calc(100vh - 106px);
  }
}

#home_banner_container .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

#home_banner_container .overlay .home_banner_caption_container {
  max-width: 1140px;
  text-align: center;
  padding: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin: auto;
  padding: 90px;
}

@media (max-width: 767px) {
  #home_banner_container .overlay .home_banner_caption_container {
    height: auto;
    padding: 30px;
  }
}

@media only screen and (max-width: 576px) {
  #home_banner_container .overlay .home_banner_caption_container {
    width: 100%;
    height: auto;
    margin: 0px;
  }
}

@media (max-width: 320px) {
  #home_banner_container .overlay .home_banner_caption_container {
    height: auto;
  }
}

#home_banner_container
  .overlay
  .home_banner_caption_container
  .home_banner_title {
  color: #fff;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  margin: 0px auto 2rem;
  font-weight: 600;
  font-size: 4rem;
}

#home_banner_container
  .overlay
  .home_banner_caption_container
  .home_banner_description {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

#home_banner_container #home_banner_slider,
#home_banner_container .aster_slider_container {
  position: relative;
}

#home_banner_container #home_banner_slider .owl-prev,
#home_banner_container #home_banner_slider .owl-next,
#home_banner_container .aster_slider_container .owl-prev,
#home_banner_container .aster_slider_container .owl-next {
  top: 0;
  width: 8rem;
  position: absolute;
  height: 100%;
  background: none;
  border: none;
  z-index: 100;
  font-size: 6rem;
  line-height: 0;
  color: #d6d6d6;
  margin: 0px;
}

#home_banner_container #home_banner_slider .owl-prev:focus,
#home_banner_container #home_banner_slider .owl-next:focus,
#home_banner_container .aster_slider_container .owl-prev:focus,
#home_banner_container .aster_slider_container .owl-next:focus {
  outline: none;
}

#home_banner_container #home_banner_slider .owl-prev:hover,
#home_banner_container #home_banner_slider .owl-next:hover,
#home_banner_container .aster_slider_container .owl-prev:hover,
#home_banner_container .aster_slider_container .owl-next:hover {
  color: #fff;
}

@media only screen and (max-width: 576px) {
  #home_banner_container #home_banner_slider .owl-prev,
  #home_banner_container #home_banner_slider .owl-next,
  #home_banner_container .aster_slider_container .owl-prev,
  #home_banner_container .aster_slider_container .owl-next {
    display: none;
  }
}

#home_banner_container #home_banner_slider .owl-prev,
#home_banner_container .aster_slider_container .owl-prev {
  left: 0;
  text-align: left;
  padding-left: 1rem;
}

#home_banner_container #home_banner_slider .owl-prev:hover,
#home_banner_container .aster_slider_container .owl-prev:hover {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

#home_banner_container #home_banner_slider .owl-next,
#home_banner_container .aster_slider_container .owl-next {
  right: 0;
  text-align: right;
  padding-right: 1rem;
}

#home_banner_container #home_banner_slider .owl-next:hover,
#home_banner_container .aster_slider_container .owl-next:hover {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

#home_banner_container #home_banner_slider .owl-dots,
#home_banner_container .aster_slider_container .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#home_banner_container #home_banner_slider .owl-dots button,
#home_banner_container .aster_slider_container .owl-dots button {
  outline: none;
}

#home_banner_container #home_banner_slider .item,
#home_banner_container .aster_slider_container .item {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

@media (max-width: 1400px) {
  #home_banner_container #home_banner_slider .item,
  #home_banner_container .aster_slider_container .item {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #home_banner_container #home_banner_slider .item,
  #home_banner_container .aster_slider_container .item {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #home_banner_container #home_banner_slider .item,
  #home_banner_container .aster_slider_container .item {
    height: calc(100vh - 106px);
  }
}

#home_banner_container #home_banner_slider .item:before,
#home_banner_container .aster_slider_container .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(10, 64, 107, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#home_banner_container #home_banner_slider .item .home_banner_caption_container,
#home_banner_container
  .aster_slider_container
  .item
  .home_banner_caption_container {
  width: 80%;
  z-index: 1;
}

@media (max-width: 767px) {
  #home_banner_container
    #home_banner_slider
    .item
    .home_banner_caption_container,
  #home_banner_container
    .aster_slider_container
    .item
    .home_banner_caption_container {
    height: auto;
    padding: 30px;
  }
}

@media only screen and (max-width: 576px) {
  #home_banner_container
    #home_banner_slider
    .item
    .home_banner_caption_container,
  #home_banner_container
    .aster_slider_container
    .item
    .home_banner_caption_container {
    width: 100%;
    height: auto;
    margin: 0px;
  }
}

@media (max-width: 320px) {
  #home_banner_container
    #home_banner_slider
    .item
    .home_banner_caption_container,
  #home_banner_container
    .aster_slider_container
    .item
    .home_banner_caption_container {
    height: auto;
  }
}

#home_banner_container
  #home_banner_slider
  .item
  .home_banner_caption_container
  .home_banner_title,
#home_banner_container
  .aster_slider_container
  .item
  .home_banner_caption_container
  .home_banner_title {
  text-align: center;
  color: #fff;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  margin: 0px auto 2rem;
  font-weight: 600;
  font-size: 4rem;
  text-shadow: 2px 2px #000;
}

#home_banner_container
  #home_banner_slider
  .item
  .home_banner_caption_container
  .home_banner_description,
#home_banner_container
  .aster_slider_container
  .item
  .home_banner_caption_container
  .home_banner_description {
  color: #fff;
  padding: 0 35px;
  text-align: center;
  font-size: 1.4rem;
  text-shadow: 1px 1px #000;
}

#home_banner_container
  #home_banner_slider
  .item
  .home_banner_caption_container
  .home_banner_btn,
#home_banner_container
  .aster_slider_container
  .item
  .home_banner_caption_container
  .home_banner_btn {
  margin: 35px auto 0px;
  display: table;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 2.3rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.2rem;
}

#home_banner_container
  #home_banner_slider
  .item
  .home_banner_caption_container
  .home_banner_btn:hover,
#home_banner_container
  .aster_slider_container
  .item
  .home_banner_caption_container
  .home_banner_btn:hover {
  color: #0a406b;
  border-color: #0a406b;
  background-color: #fff;
}

@media only screen and (max-height: 680px) {
  #home_banner_container
    #home_banner_slider
    .item
    .home_banner_caption_container
    .home_banner_title,
  #home_banner_container
    .aster_slider_container
    .item
    .home_banner_caption_container
    .home_banner_title {
    font-size: 3.5rem;
  }

  #home_banner_container
    #home_banner_slider
    .item
    .home_banner_caption_container
    .home_banner_description,
  #home_banner_container
    .aster_slider_container
    .item
    .home_banner_caption_container
    .home_banner_description {
    font-size: 18px;
  }
}

@media only screen and (max-height: 568px) {
  #home_banner_container
    #home_banner_slider
    .item
    .home_banner_caption_container
    .home_banner_title,
  #home_banner_container
    .aster_slider_container
    .item
    .home_banner_caption_container
    .home_banner_title {
    font-size: 3rem;
  }

  #home_banner_container
    #home_banner_slider
    .item
    .home_banner_caption_container
    .home_banner_description,
  #home_banner_container
    .aster_slider_container
    .item
    .home_banner_caption_container
    .home_banner_description {
    font-size: 15px;
  }
}

.owl-item {
  width: 100%;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(to top, #4a9eb5, #2d6c7e);
}

#home_about_container {
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 40px 0px;
}

#home_about_container #home_about_header_vid {
  display: none;
}

#home_about_container #home_about_description_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0px;
}

#home_about_container
  #home_about_description_container
  #home_about_button_group {
  margin-bottom: 3rem;
}

#home_about_container #home_about_description_container .half-container {
  max-width: 635px;
  margin-left: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home_about_container #home_about_description_container .half-container {
    width: 635px;
  }
}

@media (max-width: 1199px) {
  #home_about_container #home_about_description_container .half-container {
    max-width: 466px;
  }
}

@media only screen and (max-width: 990px) {
  #home_about_container #home_about_description_container .half-container {
    max-width: 346px;
  }
}

@media only screen and (max-width: 768px) {
  #home_about_container #home_about_description_container .half-container {
    padding: 0px 15px;
    max-width: 540px;
    margin: auto;
  }
}

#home_about_container #home_about_description_container #read-more-btn {
  color: #0a406b;
  border-radius: 10px;
  border: 2px solid #0a406b;
  background-color: #fff;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  margin-top: 4rem;
}

#home_about_container #home_about_description_container #read-more-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #0a406b;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home_about_container #home_about_description_container #read-more-btn {
    display: table;
  }
}

#home_about_container #home_about_vid_container {
  padding-right: 0px;
}

@media only screen and (max-width: 768px) {
  #home_about_container #home_about_vid_container {
    padding-right: 15px;
  }
}

#home_about_container #yt-vid-container {
  position: relative;
  height: 500px;
  width: 100%;
}

#home_about_container #yt-vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gradient-circle-container .circle {
  background-image: linear-gradient(to bottom, #2d6c7e, #4a9eb5);
  border-radius: 8rem;
  height: 8rem;
  width: 8rem;
  color: #fff;
  font-weight: bold;
  display: table;
  margin: 20px auto;
}

@media only screen and (max-width: 576px) {
  #gradient-circle-container .circle {
    border-radius: 10rem;
    height: 10rem;
    width: 10rem;
  }
}

#gradient-circle-container .circle p {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  padding: 0px 0.8rem;
}

@media only screen and (max-width: 576px) {
  #gradient-circle-container .circle p {
    font-size: 1.4rem;
  }
}

@media (max-width: 990px) {
  #home_about_container {
    padding: 3rem;
  }

  #home_about_header_vid {
    display: block !important;
  }

  #home_about_header_text {
    display: none !important;
  }

  #home_about_container {
    max-height: initial;
  }

  #home_about_description_container {
    order: 2;
    max-height: auto;
    text-align: center;
  }

  #home_about_description {
    text-align: left;
  }

  #home_about_vid_container {
    order: 1;
    padding-right: 15px;
  }

  #home_about_description_container,
  #home_about_vid_container,
  #home_about_description_container .half-container {
    max-width: 720px !important;
    flex: 0 0 100% !important;
    margin: auto;
  }
}

@media only screen and (max-width: 990px) and (max-width: 576px) {
  .circle {
    border-radius: 8rem !important;
    height: 8rem !important;
    width: 8rem !important;
  }
}

@media only screen and (max-width: 990px) and (max-width: 576px) {
  .circle p {
    font-size: 1rem !important;
  }
}

@media (max-width: 990px) {
  #home_about_container #yt-vid-container,
  #yt-vid-container {
    height: 400px;
  }
}

@media only screen and (max-width: 990px) and (max-width: 576px) {
  #home_about_container #yt-vid-container,
  #yt-vid-container {
    height: 300px;
  }
}

@media only screen and (max-width: 990px) and (max-width: 375px) {
  #home_about_container #yt-vid-container,
  #yt-vid-container {
    height: 190px;
  }
}

@media (max-width: 375px) {
  #home_about_container {
    padding: 15px;
  }
}

#home_newsletter_container {
  color: #fff;
  padding: 2rem 0px;
}

#home_newsletter_container #NewsLetterHeader_container {
  align-items: center;
  display: flex;
}

#home_newsletter_container #NewsLetterHeader_container h4 {
  font-weight: 600;
  margin-bottom: 0px;
}

#home_newsletter_container #newsletter_form .form-group {
  margin-bottom: 0px;
}

#home_newsletter_container #newsletter_form .form-group .form-control:focus {
  border-color: #1296ff;
  box-shadow: 0 0 0 0.2rem rgba(18, 150, 255, 0.2509803922);
  outline: none;
}

#home_newsletter_container #newsletter_form #newsletter_submit {
  color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  width: 100%;
  padding: 0px;
  border-color: #0a406b;
  line-height: 0.5;
}

#home_newsletter_container #newsletter_form #newsletter_submit:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #fff;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home_newsletter_container #newsletter_form #newsletter_submit {
    display: table;
  }
}

#home_newsletter_container #newsletter_form .invalid-feedback {
  background-color: #fff;
}

#our_offerings .our-offering-description,
#product-capabilities .our-offering-description {
  text-align: center;
  margin-bottom: 1rem;
}

#our_offerings .our-offering-description p,
#product-capabilities .our-offering-description p {
  margin-bottom: 0.2rem;
}

#our_offerings .offering-item,
#product-capabilities .offering-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

#our_offerings .offering-item .inner,
#product-capabilities .offering-item .inner {
  position: relative;
  display: table;
}

#our_offerings .offering-item .inner .title-container,
#product-capabilities .offering-item .inner .title-container {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 50%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0px 15px;
  background: linear-gradient(to bottom, transparent, #0a406b 90%);
}

#our_offerings .offering-item .inner .title-container .title,
#product-capabilities .offering-item .inner .title-container .title {
  color: #fff;
  font-weight: 600;
}

#our_offerings .offering-item .inner .hover-container,
#product-capabilities .offering-item .inner .hover-container {
  font-size: 0.8rem !important;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #0a406b;
  color: #fff;
  padding: 10px;
}

#our_offerings .offering-item .inner .hover-container .description,
#product-capabilities .offering-item .inner .hover-container .description {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 20px;
}

#our_offerings .offering-item .inner .hover-container .description .title,
#product-capabilities
  .offering-item
  .inner
  .hover-container
  .description
  .title {
  font-weight: 600;
  text-align: center;
}

#our_offerings .offering-item .inner .hover-container .description p,
#product-capabilities .offering-item .inner .hover-container .description p {
  color: #fff;
  font-size: 0.8rem !important;
}

#our_offerings .offering-item:not(.pb-disable-hover):hover .hover-container,
#product-capabilities
  .offering-item:not(.pb-disable-hover):hover
  .hover-container {
  opacity: 1;
}

#offerings-container .owl-prev,
#offerings-container .owl-next {
  display: block !important;
}

#offerings-container .owl-dots {
  bottom: -15px;
}

#manufacturing-container .overlay {
  background-color: #0a406b;
}

#manufacturing-container .solution-card .preview .name-container {
  background: linear-gradient(to bottom, transparent, #0a406b);
}

@media (max-width: 768px) {
  #newsletter_form .form-group {
    margin-bottom: 10px !important;
  }
}

#cogs {
  background-color: #0a406b;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-top: 30px;
  font-weight: 600;
  color: #fff;
}

#cogs .cogs-btn {
  color: #0a406b;
  border-radius: 8px;
  border: 2px solid #0a406b;
  background-color: #fff;
  width: fit-content;
  padding: 0.2rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

#cogs .cogs-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #0a406b;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cogs .cogs-btn {
    display: table;
  }
}

#cogs .cogs-btn:hover {
  border-color: #fff;
}

#cog-icon-container {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}

.cog-item {
  padding: 0px 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .cog-item {
    padding: 0px 4rem;
  }
}

@media only screen and (max-width: 375px) {
  .cog-item {
    padding: 0px 2rem;
  }
}

.cog-item .lottie {
  height: 180px;
  width: 180px;
}

.cog-item .title {
  text-align: center;
  color: #0a406b;
  font-weight: 600;
}

#product {
  margin-bottom: 1.5rem;
}

#product #product-item-container {
  padding: 0px 15px;
}

#product .product-item {
  cursor: pointer;
  padding: 0px;
}

#product .product-item .inner {
  position: relative;
}

#product .product-item .inner img {
  object-fit: cover;
}

@media only screen and (max-width: 420px) {
  #product .product-item .inner img {
    height: 300px;
  }
}

#product .product-item .inner .title-container {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 50%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0px 15px;
  background: linear-gradient(to bottom, transparent, #0a406b 90%);
}

#product .product-item .inner .title-container .title {
  color: #fff;
  font-weight: 600;
}

#product .product-item .inner .hover-container {
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #0a406b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  flex-direction: column;
}

#product .product-item .inner .hover-container .title {
  font-weight: 600;
}

#product .product-item:hover .hover-container {
  opacity: 1;
}

#pipeline {
  padding: 1.5rem 15px 3rem;
}

#pipeline .row {
  background: #f8f8f8;
}

#pipeline .text-container {
  padding: 0px 4rem;
}

@media only screen and (max-width: 768px) {
  #pipeline .text-container {
    padding: 4rem;
  }
}

@media only screen and (max-width: 576px) {
  #pipeline .text-container {
    padding: 3rem 17px;
  }
}

#pipeline .text-container #pipeline-btn {
  color: #f8f8f8;
  border-radius: 8px;
  border: 2px solid #f8f8f8;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

#pipeline .text-container #pipeline-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #f8f8f8;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #pipeline .text-container #pipeline-btn {
    display: table;
  }
}

#pipeline .text-container #pipeline-btn:hover {
  border-color: #0a406b;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }

  30% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }

  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(-7px);
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes reappear {
  0% {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

[data-aos="bounce"].aos-animate {
  animation: bounce 1s ease forwards;
}

.aster_slider_container {
  position: relative;
}

.aster_slider_container .owl-prev,
.aster_slider_container .owl-next {
  top: 0;
  width: 8rem;
  position: absolute;
  height: 100%;
  background: none;
  border: none;
  z-index: 100;
  font-size: 6rem;
  line-height: 0;
  color: #d6d6d6;
  margin: 0px;
}

.aster_slider_container .owl-prev:focus,
.aster_slider_container .owl-next:focus {
  outline: none;
}

.aster_slider_container .owl-prev:hover,
.aster_slider_container .owl-next:hover {
  color: #fff;
}

.aster_slider_container .owl-prev {
  left: 0;
  text-align: left;
  padding-left: 1rem;
}

.aster_slider_container .owl-prev:hover {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.aster_slider_container .owl-next {
  right: 0;
  text-align: right;
  padding-right: 1rem;
}

.aster_slider_container .owl-next:hover {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.aster_slider_container .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.aster_slider_container .owl-dots button {
  outline: none;
}

@media only screen and (max-width: 1024px) {
  .aster_slider_container.outer-nav {
    padding: 0px 2rem;
  }
}

.aster_slider_container.outer-nav .owl-prev:hover,
.aster_slider_container.outer-nav .owl-next:hover {
  background: none;
}

.aster_slider_container.outer-nav .owl-prev {
  left: -5rem;
}

@media only screen and (max-width: 1024px) {
  .aster_slider_container.outer-nav .owl-prev {
    left: -2rem;
  }
}

.aster_slider_container.outer-nav .owl-next {
  right: -5rem;
}

@media only screen and (max-width: 1024px) {
  .aster_slider_container.outer-nav .owl-next {
    right: -2rem;
  }
}

.aster_slider_container.outer-nav .owl-dots {
  bottom: -20px;
}

.aster_slider_container.outer-nav.xl-no-nav .owl-dots,
.aster_slider_container.outer-nav.xl-no-nav .owl-prev,
.aster_slider_container.outer-nav.xl-no-nav .owl-next {
  visibility: visible;
}

@media (max-width: 1200px) {
  .aster_slider_container.outer-nav.xl-no-nav .owl-dots,
  .aster_slider_container.outer-nav.xl-no-nav .owl-prev,
  .aster_slider_container.outer-nav.xl-no-nav .owl-next {
    visibility: visible;
  }
}

.aster_slider_container.dark .owl-prev,
.aster_slider_container.dark .owl-next {
  width: auto;
  text-shadow: 1px 1px 8px #0a406b;
  color: #0a406b;
}

.aster_slider_container.dark .owl-prev:hover,
.aster_slider_container.dark .owl-next:hover {
  color: #fff;
}

.lottie {
  max-height: 180px;
  overflow: hidden;
}

.lottie canvas {
  display: none;
}

#cgmp_new {
  background-color: #0a406b;
}

#WhoWeAre {
  background: url("../img/about/who-we-are-bg-min.jpg") center fixed no-repeat;
  background-size: cover;
  overflow: hidden;
  height: calc(100vh - 150px);
}

@media (max-width: 1400px) {
  #WhoWeAre {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #WhoWeAre {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #WhoWeAre {
    height: calc(100vh - 106px);
  }
}

#WhoWeAre:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.about-overlapping-container {
  display: flex;
  position: static;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .about-overlapping-container {
    background-color: #f8f8f8;
  }
}

.about-overlapping-container .container {
  padding: 3rem 0;
}

.about-overlap-row {
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.about-img-container {
  z-index: 1 !important;
}

.about-img-container img {
  max-width: calc(100% + 4rem);
  position: relative;
  z-index: 1;
}

.about-img-container.order-md-2 img {
  right: 4rem;
}

.about-text-container {
  background-color: #f8f8f8;
  padding: 4rem 4rem 4rem 6rem;
  border-radius: 10px;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.3803921569);
  min-height: 420px;
  display: flex;
  align-items: center;
  max-height: 850px;
}

.about-text-container.order-md-1 {
  padding: 4rem 6rem 4rem 4rem;
}

@media only screen and (max-width: 576px) {
  .about-text-container.order-md-1 {
    border: none;
    box-shadow: none;
    padding: 3rem 15px 0px;
  }
}

.about-text-container img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
  .about-text-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 990px) {
  .about-text-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 576px) {
  .about-text-container {
    border: none;
    box-shadow: none;
    padding: 3rem 15px 0px;
  }
}

#about_embracing_responsibility_container.banner_1 {
  padding: 10rem 0px;
  background: url("../img/about/about-us-banner-1-min.png") bottom center
    no-repeat;
  background-size: cover;
}

#about_embracing_responsibility_container.banner_2 {
  padding: 5rem 0px;
  background: url("../img/about/about-us-banner-2-min.png") top center no-repeat;
  background-size: cover;
}

#about_embracing_responsibility_container #embracing_line {
  color: #fff;
  font-weight: 600;
  width: 50%;
}

@media only screen and (max-width: 1400px) {
  #about_embracing_responsibility_container #embracing_line {
    width: 40%;
  }
}

@media only screen and (max-width: 990px) {
  #about_embracing_responsibility_container #embracing_line {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  #about_embracing_responsibility_container #embracing_line {
    width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  #about_embracing_responsibility_container #embracing_line {
    width: 100%;
  }
}

#about_embracing_responsibility_container .description {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
}

#History {
  background-color: #fff;
}

#History img {
  -webkit-user-drag: none;
}

#History #history_scroll_container {
  overflow-x: auto;
  height: auto;
}

#History #History_scrollable_timeline {
  width: 1270px !important;
  min-width: 1270px !important;
}

#History #interactive-img-container {
  position: relative;
  max-width: max-content;
  margin: auto;
  height: auto;
  overflow: hidden;
  white-space: normal !important;
}

#History #interactive-img-container .interactive-item {
  text-align: left;
  position: absolute;
  width: 11%;
  height: 11%;
}

#History #interactive-img-container .interactive-item:hover .tool-tip {
  visibility: visible;
}

#History #interactive-img-container .interactive-item .title {
  font-weight: 700;
  color: gray;
  letter-spacing: 4px;
}

#History #interactive-img-container .interactive-item .tool-tip {
  visibility: visible;
  font-size: 13px;
  width: 120px;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -60px;
}

#History #interactive-img-container .interactive-item .description {
  text-align: left;
}

#History #interactive-img-container .interactive-item .item-img {
  position: absolute;
}

#History #interactive-img-container #item-1978 {
  bottom: 77.5%;
  left: 4%;
}

#History #interactive-img-container #item-1978 .item-img-1 {
  bottom: 104%;
  left: -2%;
}

#History #interactive-img-container #item-1978 .item-img-2 {
  bottom: 71%;
  left: 93%;
  border-radius: 10px;
}

#History #interactive-img-container #item-1978 .tool-tip {
  left: 45%;
  top: 29%;
  width: 225px;
}

#History #interactive-img-container #item-1990 {
  bottom: 26%;
  left: 7.5%;
}

#History #interactive-img-container #item-1990 .tool-tip {
  left: 13%;
  top: -140%;
}

#History #interactive-img-container #item-1990 .tool-tip .description {
  text-align: right;
}

#History #interactive-img-container #item-2001 {
  bottom: 35.5%;
  left: 22%;
}

#History #interactive-img-container #item-2001 .item-img {
  bottom: 100%;
  left: 2%;
}

#History #interactive-img-container #item-2001 .tool-tip {
  left: 14%;
  bottom: 140px;
  left: 2%;
}

#History #interactive-img-container #item-2001 .tool-tip .description {
  text-align: right;
}

#History #interactive-img-container #item-2006 {
  bottom: 30%;
  left: 33%;
}

#History #interactive-img-container #item-2006 .item-img {
  bottom: 146%;
  left: 2%;
}

#History #interactive-img-container #item-2006 .tool-tip {
  left: 40%;
  width: 140px;
  top: -40%;
}

#History #interactive-img-container #item-2007 {
  bottom: 50%;
  left: 40%;
}

#History #interactive-img-container #item-2007 .tool-tip {
  left: 40%;
  width: 140px;
  top: -60%;
}

#History #interactive-img-container #item-2015 {
  bottom: 13%;
  left: 50%;
}

#History #interactive-img-container #item-2015 .item-img {
  bottom: 95px;
  left: -52%;
}

#History #interactive-img-container #item-2015 .tool-tip {
  left: -48%;
  width: 202px;
  top: 28%;
}

#History #interactive-img-container #item-2015 .tool-tip .description {
  text-align: right;
}

#History #interactive-img-container #item-2017 {
  bottom: 57.5%;
  left: 63%;
}

#History #interactive-img-container #item-2017 .item-img {
  top: 400%;
  left: -40%;
  width: 140px;
}

#History #interactive-img-container #item-2017 .tool-tip {
  left: 4%;
  width: 163px;
}

#History #interactive-img-container #item-2017 .tool-tip .description p {
  margin-bottom: 8px;
}

#History #interactive-img-container #item-2018 {
  bottom: 46.5%;
  left: 74.5%;
}

#History #interactive-img-container #item-2018 .tool-tip {
  left: 22%;
  width: 140px;
}

#History #interactive-img-container #item-2019 {
  bottom: 10%;
  left: 80%;
}

#History #interactive-img-container #item-2019 .tool-tip {
  left: -98%;
  top: 29%;
  width: 274px;
}

#History #interactive-img-container #item-2019 .tool-tip .description {
  text-align: right;
}

#History #interactive-img-container #item-2021 {
  top: 57.5%;
  left: 86%;
}

#History #interactive-img-container #item-2021 .tool-tip {
  width: 160px;
  width: 160px;
  left: 38%;
}

#esco-logos-container {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

#esco-logos-container .logo-item {
  margin-bottom: 50px;
}

@media only screen and (max-width: 576px) {
  #esco-logos-container .logo-item {
    padding: 0px 30px;
  }
}

#our_track_record {
  background-color: #fff;
}

.track-record-item {
  padding: 0px 5rem;
}

.track-record-item .title {
  margin-top: 10px;
  text-align: center;
  color: #0a406b;
  font-weight: 600;
}

.track-record-item .icon {
  transition: 0.4s ease;
}

.track-record-item a {
  text-decoration: none;
}

.track-record-item a:hover .title {
  font-weight: bolder;
}

.track-record-item a:hover .icon {
  transition: 0.4s ease;
  transform: scale(1.1);
}

#our-senior-management {
  background-color: #f8f8f8;
}

#about-service-container a {
  text-decoration: none;
}

#about-service-container .service-item {
  color: #000;
}

#about-service-container .service-item .front {
  padding-bottom: 0px;
}

#about-service-container .service-item .explore-service-btn {
  position: absolute;
  bottom: 9rem;
}

#certificates-container {
  margin-top: 5rem;
}

#certificates-container .certificate-item:nth-child(even) .cert-img-container {
  order: 2;
}

#certificates-container
  .certificate-item:nth-child(even)
  .cert-description-container {
  order: 1;
  padding-right: 2rem;
}

@media only screen and (max-width: 768px) {
  #certificates-container
    .certificate-item:nth-child(even)
    .cert-img-container {
    order: 1;
  }

  #certificates-container
    .certificate-item:nth-child(even)
    .cert-description-container {
    order: 2;
  }
}

#certificates-container
  .certificate-item:nth-child(odd)
  .cert-description-container {
  padding-left: 2rem;
}

#certificates-container .certificate-item {
  margin-bottom: 1rem;
  position: relative;
}

#certificates-container .certificate-item:not(:last-child) {
  padding-bottom: 7rem;
}

#certificates-container .certificate-item:not(:last-child):after {
  content: "";
  height: 2px;
  position: absolute;
  width: calc(100% - 30px);
  background-color: #fff;
  margin: 3rem 15px;
  bottom: 0%;
}

@media only screen and (max-width: 768px) {
  #certificates-container .certificate-item .cert-img-container {
    margin-bottom: 2rem;
  }

  #certificates-container .certificate-item .cert-description-container {
    margin-bottom: 1rem;
    padding-left: 15px !important;
    padding-right: 15px;
  }
}

.contact-semi-bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 1.25rem;
  color: #fff;
}

#contact_form_container {
  padding: 20px 0px;
  background: url("../img/contact/contact us-bg-min.png") center fixed no-repeat;
  background-size: cover;
}

#contact_form_container .contact-header {
  font-weight: 600;
  text-transform: uppercase;
}

#contact_form_container #contact-form label {
  margin-bottom: 0px;
}

#contact_form_container #contact-form .error {
  color: #fff;
}

#contact_form_container #contact-form .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  color: #fff;
  background-clip: border-box;
}

#contact_form_container #contact-form .form-control:focus {
  border-color: #fff;
}

#contact_form_container #contact-form .form-control option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #b7b5b5;
}

#contact_form_container #submitBtn {
  color: #0a406b;
  border-radius: 4px;
  border: 2px solid #0a406b;
  background-color: #fff;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  margin: auto;
}

#contact_form_container #submitBtn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #0a406b;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact_form_container #submitBtn {
    display: table;
  }
}

#contact_form_container #social-btn-container .social-btn {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 3px;
  transition: color 0.4s, text-shadow 0.4s;
}

#contact_form_container #social-btn-container .social-btn:hover {
  color: #000;
  text-shadow: 0px 0px 10px #fff;
  transition: color 0.4s, text-shadow 0.4s;
}

@media only screen and (max-width: 768px) {
  #contact_form_container #contact-details-container {
    padding-top: 2rem;
  }
}

#contact_form_container .contact-details {
  border-bottom: 2px solid rgba(247, 240, 240, 0.5);
  margin-bottom: 1rem;
}

#contact_form_container .contact-details p {
  text-align: left;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
}

#contact_form_container #GetInTouch {
  font-size: 5rem;
  line-height: 1;
}

#contact_form_container .map_container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#contact_form_container .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#offices_container {
  margin-top: 50px;
  margin-bottom: 50px;
}

#offices_container .contact-semi-bg {
  padding: 1.25rem 3rem;
}

#offices_container .header {
  font-weight: 600;
}

#offices_container .office {
  margin-bottom: 1.25rem;
}

#offices_container .office p {
  margin-bottom: 5px;
}

#offices_container .office .name {
  font-weight: 600;
}

#office-address-carousel {
  padding-right: 32px;
}

#office-address-carousel .owl-prev {
  display: none;
}

#office-address-carousel .owl-next {
  top: 11rem;
  right: calc(0% - 23px);
  width: 50px;
  position: absolute;
  height: auto;
  background: none;
  border: none;
  z-index: 100;
  font-size: 5rem;
  line-height: 0;
  color: #fff;
  margin: 0px;
  transition: 0.4s;
}

#office-address-carousel .owl-next:focus {
  border: none;
  outline: none;
}

#office-address-carousel .owl-next:hover {
  color: #000;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.phone {
  color: inherit;
  text-decoration: none;
}

.service-container .aster-header {
  cursor: pointer;
}

.service-container .aster-header:after {
  width: 30% !important;
}

.service-container .aster-header:hover:after {
  width: 50% !important;
}

@media only screen and (max-width: 768px) {
  .service-container .aster-header {
    margin-top: 1.5rem;
  }
}

.service-container:nth-child(1) {
  padding-bottom: 2rem;
}

.service-container + .service-container {
  padding: 2rem 0px;
}

.service-container:nth-child(even) {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #f8f8f8;
}

.service-container:nth-child(even) .service-img-container {
  order: 2;
}

@media only screen and (max-width: 768px) {
  .service-container:nth-child(even) .service-img-container {
    order: 1;
  }
}

.service-container:nth-child(even) .service-text-col {
  order: 1;
}

@media only screen and (max-width: 768px) {
  .service-container:nth-child(even) .service-text-col {
    order: 2;
  }
}

.service-container .service-text-col {
  display: flex;
  align-items: center;
}

.service-container .service-text-col .aster-header {
  width: auto;
}

.service-container .service-description {
  margin-bottom: 2rem;
}

.service-container .service-btn {
  color: #fff;
  border-radius: 7px;
  border: 2px solid #fff;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.4rem 1.2rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  border-color: #0a406b;
  margin-top: 20px;
}

.service-container .service-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #fff;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .service-container .service-btn {
    display: table;
  }
}

.service-container .service-btn:hover {
  border-color: #0a406b;
}

.service-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.service-item .explore-service-btn {
  margin-top: 4rem;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.5rem 2rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

.service-item .explore-service-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #fff;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .service-item .explore-service-btn {
    display: table;
  }
}

.service-item .explore-service-btn a {
  color: inherit;
}

.service-item .explore-service-btn:hover {
  border-color: #0a406b;
}

.service-item .service-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .service-item .service-icon {
    width: 100px;
  }
}

.service-item .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 6rem 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-item .front.d-block {
  min-height: 500px;
}

@media only screen and (max-width: 576px) {
  .service-item .front.d-block {
    height: 350px;
  }
}

.service-item .overlay {
  background-color: red;
  z-index: -1;
  opacity: 0;
  transition: opacity ease 0.4s;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.service-item .overlay .overlay-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.service-item .overlay .inner {
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.service-item.active .overlay {
  opacity: 1;
  z-index: 1;
}

#downstream-services-container .item {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px;
  min-height: 500px;
  margin-bottom: 20px;
}

#downstream-services-container .item .inner {
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  font-size: 0.8rem;
}

#card-5-col-container .tide-item-container {
  margin-bottom: 30px;
  width: 100%;
}

#card-5-col-container .tide-item {
  background-color: #0a406b;
  padding: 15px;
  width: 100%;
  height: 100%;
}

#card-5-col-container .tide-item .image-container {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  #card-5-col-container .tide-item .image-container img {
    max-width: 70%;
  }
}

#card-5-col-container .tide-item .body {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}

@media only screen and (max-width: 1024px) {
  #card-5-col-container .tide-item .body {
    min-height: 150px;
    font-size: 1rem;
  }
}

.img-holder-border {
  border: 15px solid #fff;
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
}

.img-holder-border.dark {
  border-color: #0a406b;
}

.img-holder-border.reverse {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.service-nav {
  display: flex;
  background-color: #fff;
  color: #0a406b;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.38);
}

.service-nav .service-nav-item {
  text-align: center;
  flex: 1;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  transition: 0.3s;
}

.service-nav .service-nav-item:hover,
.service-nav .service-nav-item.active {
  background-color: #0a406b;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .service-nav .service-nav-item {
    font-size: 1rem;
  }
}

#checked-list-table ul,
ul.checked-list {
  list-style: none;
}

#checked-list-table li:before,
ul.checked-list > li:before {
  content: "";
  font-family: "FontAwesome";
  float: left;
  margin-left: -1.5em;
}

#covid-banner {
  background: url("../vid/covid-19-poster-min.jpg") center no-repeat fixed;
  background-size: cover;
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  padding: 0px;
  position: relative;
}

@media (max-width: 1400px) {
  #covid-banner {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #covid-banner {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #covid-banner {
    height: calc(100vh - 106px);
  }
}

#covid-banner .fullscreen-bg {
  background: rgba(0, 0, 0, 0);
}

#covid-banner .home_banner_caption_container {
  width: 35%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-left: 10%;
  z-index: 1;
}

@media (max-width: 1000px) {
  #covid-banner .home_banner_caption_container {
    width: 40%;
  }
}

@media (max-width: 767px) {
  #covid-banner .home_banner_caption_container {
    height: calc(100vh - 150px);
  }
}

@media (max-width: 767px) and (max-width: 1400px) {
  #covid-banner .home_banner_caption_container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) and (max-width: 990px) {
  #covid-banner .home_banner_caption_container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  #covid-banner .home_banner_caption_container {
    height: calc(100vh - 106px);
  }
}

@media only screen and (max-width: 576px) {
  #covid-banner .home_banner_caption_container {
    width: 100%;
    height: 50%;
    margin: 0px;
  }
}

@media (max-width: 320px) {
  #covid-banner .home_banner_caption_container {
    height: auto;
  }
}

#covid-banner .home_banner_caption_container .home_banner_title {
  color: #fff;
  letter-spacing: 0.2rem;
  max-width: 30rem;
  margin-bottom: 2rem;
}

#covid-banner .home_banner_caption_container .home_banner_description {
  color: #fff;
  text-align: left;
}

@media (max-width: 375px) {
  .fullscreen-bg {
    z-index: -1;
  }

  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }

  #covid-banner {
    background: url("../vid/covid-19-mobile-poster.jpg") center no-repeat fixed;
    background-size: cover;
  }
}

.covid-description-container {
  padding: 1.5rem 0px;
}

.covid-description-container .aster-header {
  font-weight: 700;
  width: 8rem;
  text-align: center;
  max-width: unset;
}

.covid-description-container .aster-header:after {
  width: 100%;
  bottom: -2px;
}

.covid-description-container .description {
  text-align: center;
}

.covid-product-container {
  padding: 1.5rem 0px 3rem;
  background: linear-gradient(
    to bottom,
    #fff,
    #fff 15%,
    #1d659c 15%,
    #0a406b 70%,
    #fff 20%
  );
}

@media only screen and (max-width: 768px) {
  .covid-product-container {
    background: linear-gradient(
      to bottom,
      #fff,
      #fff 20%,
      #1d659c 13%,
      #0a406b 60%,
      #fff 40%
    );
  }
}

@media only screen and (max-width: 576px) {
  .covid-product-container {
    background: none;
  }
}

@media only screen and (max-width: 576px) {
  .covid-product-container .container {
    padding: 0px;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 576px) {
  .covid-product-container .covid-product-item {
    padding: 0px 50px;
    margin-bottom: 2rem;
    background: linear-gradient(
      to bottom,
      #fff,
      #fff 13%,
      #1d659c 13%,
      #0a406b 78%,
      #fff 78%
    );
  }
}

.covid-product-container .covid-product {
  text-decoration: none;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 576px) {
  .covid-product-container .covid-product {
    margin-bottom: 20px;
  }
}

.covid-product-container .covid-product .img-container {
  padding: 12px;
  background-color: #e4e9ef;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .covid-product-container .covid-product .img-container {
    width: fit-content;
    margin: auto;
  }
}

.covid-product-container .covid-product .img-container img {
  border: 2px solid #e4e9ef;
  transition: border-color 0.4s;
}

.covid-product-container .covid-product .img-container:hover img {
  border-color: #0a406b;
}

.covid-product-container .covid-product .product-name {
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.covid-product-container .covid-product .product-name:hover {
  text-decoration: none;
}

#CovidTest {
  position: static;
}

#CovidTest .about-text-container {
  background: linear-gradient(to bottom, #1d659c, #0a406b);
  color: #fff;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  #CovidTest .about-text-container {
    padding-bottom: 3rem;
  }
}

#CovidTest .about-text-container .about-header-title {
  color: #fff;
  text-align: left;
  max-width: unset;
  width: 12rem;
}

#CovidTest .about-text-container .about-header-title:after {
  background-color: #fff;
}

#CovidTest .about-text-container .description {
  margin-bottom: 2.5rem;
}

#CovidTest .about-text-container .learn-more-btn {
  color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

#CovidTest .about-text-container .learn-more-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #fff;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #CovidTest .about-text-container .learn-more-btn {
    display: table;
  }
}

#test-slider-covid {
  width: calc(100% + 4rem);
  height: min-content;
  overflow: hidden;
}

#product-banner {
  min-height: calc(100vh - 150px);
  height: auto;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

@media only screen and (max-width: 420px) {
  #product-banner #wave-shape {
    float: right;
    shape-outside: polygon(0 0, 100% 100%, 100% 0);
    width: 36vw;
    height: 82px;
  }
}

@media (max-width: 1400px) {
  #product-banner {
    min-height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #product-banner {
    min-height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #product-banner {
    min-height: calc(100vh - 106px);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #product-banner {
    height: calc(100vh - 150px);
  }
}

@media (-ms-high-contrast: none) and (max-width: 1400px),
  (-ms-high-contrast: active) and (max-width: 1400px) {
  #product-banner {
    height: calc(100vh - 106px);
  }
}

@media (-ms-high-contrast: none) and (max-width: 990px),
  (-ms-high-contrast: active) and (max-width: 990px) {
  #product-banner {
    height: calc(100vh - 106px);
  }
}

@media (-ms-high-contrast: none) and (max-width: 767px),
  (-ms-high-contrast: active) and (max-width: 767px) {
  #product-banner {
    height: calc(100vh - 106px);
  }
}

@media only screen and (max-width: 576px) {
  #product-banner {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 320px) {
  #product-banner {
    align-items: center;
    height: auto;
    min-height: calc(100vh - 106px);
    color: #fff;
  }

  #product-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }

  #product-banner .product-title {
    color: #fff;
  }

  #product-banner .product-title:after {
    background-color: #fff;
  }
}

#product-banner .product-text {
  margin-left: -15px;
}

#product-banner .product-text .product-title {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 576px) {
  #product-banner .product-text .product-title {
    width: 41%;
    font-size: 2.2rem;
  }
}

#product-banner .product-text .product-title:after {
  width: 30%;
}

#product-banner .product-text .product-title:hover:after {
  width: 60%;
}

#product-banner .product-text .product-description {
  padding-right: 60px;
}

@media only screen and (max-width: 576px) {
  #product-banner .product-text .product-description {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 576px) {
  #product-banner .product-text {
    min-height: 49vh;
    height: auto;
    padding: 0;
  }
}

#product-capabilities .row {
  margin-left: -7px;
  margin-right: -21px;
  justify-content: center;
}

@media only screen and (max-width: 576px) {
  #product-capabilities .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

#product-capabilities .title {
  font-size: 0.9rem;
}

#product-capabilities .description {
  font-size: 0.8rem;
}

#product-capabilities .capability-container {
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  max-width: 310px;
  font-weight: 600;
}

#product-capabilities .capability-container.services {
  max-width: 266px;
}

#product-capabilities .capability-container .description-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  background: rgba(10, 64, 107, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%;
  padding: 10px;
}

#product-capabilities .capability-container .description-container.no-title {
  height: 0;
  padding: 0 10px;
}

#product-capabilities .capability-container .description-border {
  color: #fff;
  text-align: center;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#product-capabilities .capability-container .description-border .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  width: 100%;
}

#product-capabilities .capability-container .description-border .description {
  max-height: 0px;
  opacity: 0;
  font-size: 14px;
  width: 100%;
}

#product-capabilities .capability-container:hover .description-container,
#product-capabilities .capability-container.active .description-container {
  background-color: #0a406b;
  height: 100%;
  padding: 10px;
  transition: background 0.4s;
}

#product-capabilities .capability-container:hover .description-border,
#product-capabilities .capability-container.active .description-border {
  border-color: #fff;
}

#product-capabilities .capability-container:hover .description-border .title,
#product-capabilities .capability-container.active .description-border .title {
  margin-bottom: 0.7rem;
}

#product-capabilities
  .capability-container:hover
  .description-border
  .description,
#product-capabilities
  .capability-container.active
  .description-border
  .description {
  max-height: 100%;
  opacity: 1;
}

#other-product-details .aster-header {
  width: 70%;
}

#other-product-details .product-detail-list {
  list-style: none;
  padding: 0;
}

#other-product-details .product-detail-list li {
  padding-left: 1.3em;
}

#other-product-details .product-detail-list li:before {
  color: #0a406b;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

#other-product-details .product-detail-list ul {
  list-style: disc;
}

#other-product-details .product-detail-list ul li {
  margin-left: 0px;
  padding-left: 0px;
}

#other-product-details .product-detail-list ul li:before {
  content: unset;
}

#covid_desription {
  overflow: hidden;
  position: relative;
}

#covid_desription .covid_desc_container .covid_img_container {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  #covid_desription .covid_desc_container .covid_img_container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #covid_desription .covid_desc_container .covid_img_container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #covid_desription .covid_desc_container .covid_img_container {
    height: calc(100vh - 106px);
  }
}

#covid_desription .covid_desc_container .covid_img_container img {
  max-width: 100%;
  max-height: 80%;
}

#covid_desription .covid_desc_container .covid_desc_content {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  #covid_desription .covid_desc_container .covid_desc_content {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #covid_desription .covid_desc_container .covid_desc_content {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #covid_desription .covid_desc_container .covid_desc_content {
    height: calc(100vh - 106px);
  }
}

#covid_desription .covid_desc_container .covid_desc_content .description {
  color: #000;
}

#covid_desription .covid_desc_container .covid_desc_content .header {
  color: #0a406b;
  font-weight: 600;
}

#covid_desription
  .covid_desc_container
  .covid_desc_content
  .aster-header::after {
  background-color: #fff;
}

#covid_desription .covid_desc_container .button-container {
  display: flex;
}

#covid_desription .covid_desc_container .button-container .covid-btn {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  flex: 0 0 48%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#covid_desription .covid_desc_container .button-container .covid-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #fff;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #covid_desription .covid_desc_container .button-container .covid-btn {
    display: table;
  }
}

#covid_desription .covid_desc_container .button-container .covid-btn:hover {
  border-color: #0a406b;
}

#covid_desription .transparent-bg {
  height: calc(100vh - 150px);
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 1400px) {
  #covid_desription .transparent-bg {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #covid_desription .transparent-bg {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #covid_desription .transparent-bg {
    height: calc(100vh - 106px);
  }
}

#covid_desription .linear-bg {
  background: linear-gradient(to bottom, #4a9eb5, #2d6c7e);
}

@media only screen and (max-width: 1600px) {
  #covid_desription .transparent-bg {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  #covid_desription .linear-bg {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  #covid_desription .covid_img_container {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media only screen and (max-width: 990px) {
  #covid_desription .covid_desc_content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media only screen and (max-width: 576px) {
  #covid_desription {
    padding-bottom: 50px;
  }

  #covid_desription #cov-desc-bg {
    display: none;
  }

  #covid_desription .covid_desc_container {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
  }

  #covid_desription .covid_desc_container .covid_img_container,
  #covid_desription .covid_desc_container .covid_desc_content {
    height: auto;
  }

  #covid_desription .covid_desc_container .button-container {
    margin-top: 30px;
    justify-content: space-evenly;
    padding: 0px 10px;
  }

  #covid_desription .covid_desc_content,
  #covid_desription .covid_img_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #covid_desription .covid_img_container img {
    margin: auto;
  }
}

@media only screen and (max-width: 375px) {
  #covid_desription .covid_desc_container .button-container .covid-btn {
    padding: unset;
  }
}

.covid-list-container {
  color: #fff;
  margin: 50px 0px;
  background-size: cover;
  overflow: hidden;
}

.covid-list-container .slimScrollBarY,
.covid-list-container .slimScrollRailY {
  left: 0px;
}

.covid-list-container .list-container {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .covid-list-container .list-container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  .covid-list-container .list-container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  .covid-list-container .list-container {
    height: calc(100vh - 106px);
  }
}

.covid-list-container .covid-feature-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  height: 75%;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.covid-list-container .covid-feature-list li {
  counter-increment: my-awesome-counter;
  margin-bottom: 20px;
  padding-left: 1.3em;
}

.covid-list-container .covid-feature-list li:before {
  font-size: 2rem;
  content: counter(my-awesome-counter);
  color: #fff;
  font-weight: bold;
  margin-left: -1.3em;
  padding-right: 1rem;
  width: 200px;
}

.covid-list-container .covid-feature-list ul {
  list-style: disc;
  counter-reset: unset;
  height: auto;
  direction: ltr;
}

.covid-list-container .covid-feature-list ul li {
  counter-increment: unset;
}

.covid-list-container .covid-feature-list ul li:before {
  content: none;
}

.covid-list-container .list-title-container {
  display: flex;
  align-items: center;
}

.covid-list-container .list-title-container-header {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
}

.covid-list-container .list-title-container-header:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50px;
  position: absolute;
  height: 100%;
  top: 0;
}

.covid-list-container .list-title {
  color: #0a406b;
  margin-bottom: 0px;
  font-weight: 600;
}

.covid-list-container .list-bg-img {
  opacity: 0.5;
}

@media only screen and (max-width: 576px) {
  .covid-list-container {
    padding: 0px;
  }

  .covid-list-container .list-container {
    order: 2;
  }

  .covid-list-container .list-title-container {
    order: 1;
  }

  .covid-list-container .list-title {
    position: static;
  }
}

#covid-list-div .covid-list-container:nth-child(even) {
  background: linear-gradient(to left, #276a9d, #0a406b);
}

#covid-list-div .covid-list-container:nth-child(even) .covid-feature-list {
  margin-left: unset;
  margin-right: 20px;
}

#covid-list-div .covid-list-container:nth-child(even) .slimScrollBarY,
#covid-list-div .covid-list-container:nth-child(even) .slimScrollRailY {
  right: 0px;
  left: unset;
}

#covid-list-div .covid-list-container:nth-child(even) .list-title {
  right: 0;
  left: unset;
}

#covid-list-div .covid-list-container:nth-child(even) .list-container {
  order: 2;
  padding-left: 6vw;
}

#covid-list-div .covid-list-container:nth-child(even) .list-title-container {
  order: 1;
}

#covid-list-div
  .covid-list-container:nth-child(even)
  .list-title-container-header {
  left: 0;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  padding-left: 10px;
}

#covid-list-div
  .covid-list-container:nth-child(even)
  .list-title-container-header:after {
  right: 100%;
}

#covid-list-div .covid-list-container:nth-child(odd) {
  background: linear-gradient(to right, #276a9d, #0a406b);
}

#covid-list-div
  .covid-list-container:nth-child(odd)
  .list-title-container-header {
  right: 0%;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  text-align: right;
  padding-right: 10px;
}

#covid-list-div
  .covid-list-container:nth-child(odd)
  .list-title-container-header:after {
  left: 100%;
}

#covid-list-div.reverse .covid-list-container:nth-child(odd) .list-container {
  order: 2;
  padding-left: 6vw;
  padding-right: unset;
}

#covid-list-div.reverse
  .covid-list-container:nth-child(odd)
  .list-title-container {
  order: 1;
}

#covid-list-div.reverse
  .covid-list-container:nth-child(odd)
  .list-title-container-header {
  right: unset;
  left: 0%;
  padding-left: 10px;
  padding-right: 40px;
  border-radius: 0px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  text-align: left;
}

#covid-list-div.reverse
  .covid-list-container:nth-child(odd)
  .list-title-container-header:after {
  left: unset;
  right: 100%;
}

#covid-list-div.reverse .covid-list-container:nth-child(even) .list-container {
  order: 1;
  padding-right: 6vw;
  padding-left: unset;
}

#covid-list-div.reverse
  .covid-list-container:nth-child(even)
  .list-title-container {
  order: 2;
}

#covid-list-div.reverse
  .covid-list-container:nth-child(even)
  .list-title-container-header {
  left: unset;
  right: 0%;
  padding-right: 10px;
  padding-left: 40px;
  border-radius: 0px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  text-align: right;
}

#covid-list-div.reverse
  .covid-list-container:nth-child(even)
  .list-title-container-header:after {
  right: unset;
  left: 100%;
}

@media only screen and (max-width: 576px) {
  #covid-list-div .scrollable-child {
    height: 100%;
  }
}

@media only screen and (max-width: 576px) {
  #covid-list-div .covid-list-container .list-container {
    height: 100%;
    padding: 15px !important;
  }

  #covid-list-div .covid-list-container .list-container .covid-feature-list {
    padding: 0px;
  }
}

#SOP {
  padding-top: 40px;
}

#SOP .SOP-item {
  padding: 10px 0px;
}

#SOP .SOP-item .description,
#SOP .SOP-item .image {
  display: flex;
  align-items: center;
}

#SOP .SOP-item .image {
  max-height: calc(100vh - 150px);
  padding: 1rem 0px;
}

@media (max-width: 1400px) {
  #SOP .SOP-item .image {
    max-height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #SOP .SOP-item .image {
    max-height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #SOP .SOP-item .image {
    max-height: calc(100vh - 106px);
    max-height: inherit;
  }
}

#SOP .SOP-item .image .img-fluid {
  max-height: 100%;
}

#SOP .SOP-item .sop-title {
  color: #0a406b;
  font-weight: 600;
}

#SOP .SOP-item .container:after {
  content: "";
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e0d7d7;
  transition: width 0.2s linear;
  position: relative;
  bottom: -10px;
}

#SOP .SOP-item:nth-child(even) .description {
  order: 2;
}

#SOP .SOP-item:nth-child(even) .image {
  order: 1;
}

@media only screen and (max-width: 768px) {
  #SOP {
    padding-top: 20px;
  }

  #SOP .SOP-item .image {
    padding: 1rem 2rem;
  }

  #SOP .SOP-item .description {
    order: 2;
  }

  #SOP .SOP-item .image {
    order: 1;
  }
}

#covid-other-details-container {
  padding: 0px;
}

#covid-other-details-container .other-header-title {
  color: #fff;
  width: 60%;
}

#covid-other-details-container .other-header-title:after {
  background-color: #fff;
}

#covid-other-details-container .aster-xpress-slider img {
  max-width: 363px;
  margin: auto;
}

#test-slider-covid-mobile .aster-xpress-slider {
  width: 100%;
}

.cosme-btn-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin-top: 24px;
  margin-left: 4rem;
}

.cosme-btn-container .cosme-btn {
  flex: 1 1 0px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  width: 100% !important;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0a406b;
  border-radius: 10px;
  border: 2px solid #0a406b;
  background-color: #fff;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  border-color: #fff;
  margin: 10px;
}

.cosme-btn-container .cosme-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #0a406b;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cosme-btn-container .cosme-btn {
    display: table;
  }
}

.cosme-btn-container .dropdown {
  margin: 10px;
}

.cosme-btn-container .dropdown .cosme-btn {
  margin: 0px;
}

#manu-banner {
  padding-bottom: 15px;
}

#manufacture-technology-banner {
  background: url("../img/manufacture-technology/Manufacture_Technology_Banner.jpg")
    center no-repeat fixed;
  background-size: cover;
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  padding: 0px;
}

@media (max-width: 1400px) {
  #manufacture-technology-banner {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #manufacture-technology-banner {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #manufacture-technology-banner {
    height: calc(100vh - 106px);
  }
}

#manufacture-technology-banner .home_banner_caption_container {
  width: 35%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-left: 10%;
}

@media (max-width: 1000px) {
  #manufacture-technology-banner .home_banner_caption_container {
    width: 40%;
  }
}

@media (max-width: 767px) {
  #manufacture-technology-banner .home_banner_caption_container {
    height: calc(100vh - 150px);
  }
}

@media (max-width: 767px) and (max-width: 1400px) {
  #manufacture-technology-banner .home_banner_caption_container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) and (max-width: 990px) {
  #manufacture-technology-banner .home_banner_caption_container {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  #manufacture-technology-banner .home_banner_caption_container {
    height: calc(100vh - 106px);
  }
}

@media only screen and (max-width: 576px) {
  #manufacture-technology-banner .home_banner_caption_container {
    width: 100%;
    height: 50%;
    margin: 0px;
  }
}

@media (max-width: 320px) {
  #manufacture-technology-banner .home_banner_caption_container {
    height: auto;
  }
}

#manufacture-technology-banner .home_banner_caption_container .banner-title {
  color: #fff;
  letter-spacing: 0.2rem;
  max-width: 30rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

#manufacture-technology-banner
  .home_banner_caption_container
  .home_banner_description {
  color: #fff;
  text-align: left;
}

.manufacture-tech-overview-banner-text {
  font-weight: 600;
  color: #fff;
}

.additional-mf-header {
  width: 80%;
}

.additional-mf-header:after {
  max-width: 30%;
}

.additional-mf-header:hover:after {
  max-width: 70%;
}

.cfp-item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 375px) {
  .cfp-item .row {
    margin-right: 0px;
  }
}

.cfp-item .image-container {
  max-height: 175px;
}

@media only screen and (max-width: 1600px) {
  .cfp-item .image-container {
    max-height: 161px;
  }
}

@media only screen and (max-width: 1400px) {
  .cfp-item .image-container {
    max-height: 138px;
  }
}

@media (max-width: 1189px) {
  .cfp-item .image-container {
    max-height: 124px;
  }
}

@media only screen and (max-width: 990px) {
  .cfp-item .image-container {
    max-height: 104px;
  }
}

@media only screen and (max-width: 768px) {
  .cfp-item .image-container {
    max-height: 133px;
  }
}

@media only screen and (max-width: 375px) {
  .cfp-item .image-container {
    max-height: 112px;
  }
}

.cfp-item .cpf-img {
  position: relative;
  top: 0;
  z-index: 1;
  max-width: calc(100% + 6rem);
  height: calc(100% + 2px);
}

@media only screen and (max-width: 375px) {
  .cfp-item .cpf-img {
    max-width: calc(100% + 7rem);
  }
}

.cfp-item .cpf-img.lottie-container {
  text-align: center;
  align-items: center;
  width: calc(100% + 6rem);
  background: linear-gradient(to right, #0d5690, #0a406b);
  border-radius: 50%;
}

.cfp-item .cpf-img.lottie-container .lottie {
  height: 100%;
  cursor: pointer;
}

.cfp-item .cpf-img.lottie-container svg {
  margin-top: 7%;
  height: 80% !important;
  width: 80% !important;
}

@media only screen and (max-width: 375px) {
  .cfp-item .cpf-img.lottie-container {
    width: calc(100% + 7rem);
  }
}

.cfp-item .description {
  padding-left: 6rem;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3803921569);
  position: relative;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}

.cfp-item .description p {
  margin-bottom: 0px;
}

.cfp-item .description .collapse-btn {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 0%;
  right: 0%;
  background: linear-gradient(135deg, transparent 50px, #0a406b 0);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px 13px;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 375px) {
  .cfp-item .description .collapse-btn {
    background: linear-gradient(135deg, transparent 60px, #0a406b 0);
  }
}

.cfp-item .description .collapse-btn .fa {
  font-size: 2rem;
}

.cfp-item .description .collapse-container {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px 0px 20px 6rem;
  background-color: #f8f8f8;
  left: 0;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3803921569);
  top: 100%;
  z-index: 2;
}

.cfp-item .description .collapse-container.show {
  display: block;
}

@media only screen and (max-width: 375px) {
  .cfp-item .description {
    padding-left: 7rem;
  }

  .cfp-item .description h4 {
    font-size: 1rem;
  }
}

.manufacture-platform-banner {
  background: url("../img/manufacture-technology/banner-image-min.jpg") center
    no-repeat;
  background-size: cover;
  padding: 30px;
  color: #fff;
  margin-top: 15px;
}

.manufacture-platform-banner #menu-platform-banner-title {
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}

.manufacture-platform-banner #menu-platform-banner-title:before {
  content: "";
  width: 5px;
  height: 80%;
  background-color: #fff;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 10px;
}

.manufacture-platform-banner #menu-platform-banner-title .bolder {
  font-weight: 700;
}

.manufacture-platform-banner .text {
  font-weight: 600;
  margin-bottom: 0px;
  margin-left: 20px;
}

#masonry-container {
  overflow: hidden;
}

#masonry-container .mason-item {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}

#masonry-container .mason-row {
  flex-direction: column;
  height: 100%;
  padding-right: 15px;
  margin-top: -15px;
  margin-bottom: -15px;
}

@media (max-width: 750px) {
  #masonry-container .mason-row {
    padding-left: 15px;
  }
}

#masonry-container .mason-row .mason-item {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 15px;
}

#masonry-container .pd-left-15 {
  padding-left: 15px;
}

#masonry-container .mason-item .context {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  padding: 20px;
  background-color: #0a406b;
  color: #fff;
}

@media (max-width: 750px) {
  #masonry-container .mason-item .context {
    min-height: 220px;
  }
}

#masonry-container .order-1 .mason-row {
  padding-left: 15px;
  padding-right: 0px;
}

@media (max-width: 750px) {
  #masonry-container .order-1 .mason-row {
    padding-right: 15px;
  }
}

.row-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-height: 33.333333%;
}

.row-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-height: 50%;
}

#cogs-target {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 3rem;
}

#cog-container-list {
  margin: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}

#cog-container-list .cog-item-manufac {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#cog-container-list .cog-item-manufac .inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 10px 100px 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3803921569);
}

#cog-container-list .cog-item-manufac .content {
  background-color: #0a406b;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px 25px 70px;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  min-height: 415px;
}

#cog-container-list .cog-item-manufac .content ul {
  padding-left: 15px;
}

#cog-container-list .cog-item-manufac .content .title {
  color: #fff;
  margin-bottom: 1.5rem;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
}

#cog-container-list .cog-item-manufac .icon-container {
  background-color: #0a406b;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 10px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0px 6px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#cog-container-list .cog-item-manufac .icon {
  max-width: 100%;
}

#manufacture-list-container,
.alternate-img-text {
  padding: 3rem 0px;
  background-color: #f8f8f8;
}

#manufacture-list-container .manufacture-technology-item,
.alternate-img-text .manufacture-technology-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e0d7d7;
}

#manufacture-list-container .manufacture-technology-item .context,
.alternate-img-text .manufacture-technology-item .context {
  padding: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 762px) {
  #manufacture-list-container .manufacture-technology-item .context,
  .alternate-img-text .manufacture-technology-item .context {
    padding: 2rem 15px 0px;
  }
}

#manufacture-list-container .manufacture-technology-item .context .description,
.alternate-img-text .manufacture-technology-item .context .description {
  padding-right: 2rem;
  margin-bottom: 25px;
}

#manufacture-list-container
  .manufacture-technology-item
  .context
  .description
  p:last-child,
.alternate-img-text
  .manufacture-technology-item
  .context
  .description
  p:last-child {
  margin-bottom: 0px;
}

#manufacture-list-container
  .manufacture-technology-item
  .context
  .manufacture-item-btn,
.alternate-img-text
  .manufacture-technology-item
  .context
  .manufacture-item-btn {
  margin-top: 1rem;
  color: #f8f8f8;
  border-radius: 4px;
  border: 2px solid #f8f8f8;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

#manufacture-list-container
  .manufacture-technology-item
  .context
  .manufacture-item-btn:hover,
.alternate-img-text
  .manufacture-technology-item
  .context
  .manufacture-item-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #f8f8f8;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #manufacture-list-container
    .manufacture-technology-item
    .context
    .manufacture-item-btn,
  .alternate-img-text
    .manufacture-technology-item
    .context
    .manufacture-item-btn {
    display: table;
  }
}

#manufacture-list-container
  .manufacture-technology-item
  .context
  .manufacture-item-btn:hover,
.alternate-img-text
  .manufacture-technology-item
  .context
  .manufacture-item-btn:hover {
  border-color: #0a406b;
}

#manufacture-list-container
  .manufacture-technology-item:nth-child(even)
  .context,
.alternate-img-text .manufacture-technology-item:nth-child(even) .context {
  order: 2;
}

#manufacture-list-container
  .manufacture-technology-item:nth-child(even)
  .img-container,
.alternate-img-text
  .manufacture-technology-item:nth-child(even)
  .img-container {
  order: 1;
}

#manufacture-list-container
  .manufacture-technology-item:nth-child(odd)
  .context,
.alternate-img-text .manufacture-technology-item:nth-child(odd) .context {
  order: 1;
}

#manufacture-list-container
  .manufacture-technology-item:nth-child(odd)
  .img-container,
.alternate-img-text .manufacture-technology-item:nth-child(odd) .img-container {
  order: 2;
}

@media (max-width: 762px) {
  #manufacture-list-container
    .manufacture-technology-item:nth-child(odd)
    .context,
  .alternate-img-text .manufacture-technology-item:nth-child(odd) .context {
    order: 2;
  }

  #manufacture-list-container
    .manufacture-technology-item:nth-child(odd)
    .img-container,
  .alternate-img-text
    .manufacture-technology-item:nth-child(odd)
    .img-container {
    order: 1;
  }
}

.manufacture-technology-item + .manufacture-technology-item {
  margin-top: 4rem;
}

#manufacture-list-container .manufacture-technology-item:last-child,
.alternate-img-text .manufacture-technology-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.manufacture-technology-item .context,
.manufacture-technology-item .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#manufacture-list-container.reverse
  .manufacture-technology-item:nth-child(even)
  .context,
.alternate-img-text.reverse
  .manufacture-technology-item:nth-child(even)
  .context {
  order: 1;
}

#manufacture-list-container.reverse
  .manufacture-technology-item:nth-child(even)
  .img-container,
.alternate-img-text.reverse
  .manufacture-technology-item:nth-child(even)
  .img-container {
  order: 2;
}

@media (max-width: 400px) {
  #manufacture-list-container.reverse
    .manufacture-technology-item:nth-child(even)
    .context,
  .alternate-img-text.reverse
    .manufacture-technology-item:nth-child(even)
    .context {
    order: 2;
  }

  #manufacture-list-container.reverse
    .manufacture-technology-item:nth-child(even)
    .img-container,
  .alternate-img-text.reverse
    .manufacture-technology-item:nth-child(even)
    .img-container {
    order: 1;
  }
}

#manufacture-list-container.reverse
  .manufacture-technology-item:nth-child(odd)
  .context,
.alternate-img-text.reverse
  .manufacture-technology-item:nth-child(odd)
  .context {
  order: 2;
}

#manufacture-list-container.reverse
  .manufacture-technology-item:nth-child(odd)
  .img-container,
.alternate-img-text.reverse
  .manufacture-technology-item:nth-child(odd)
  .img-container {
  order: 1;
}

@media (max-width: 762px) {
  #manufacture-list-container.reverse
    .manufacture-technology-item:nth-child(odd)
    .context,
  .alternate-img-text.reverse
    .manufacture-technology-item:nth-child(odd)
    .context {
    order: 1;
  }

  #manufacture-list-container.reverse
    .manufacture-technology-item:nth-child(odd)
    .img-container,
  .alternate-img-text.reverse
    .manufacture-technology-item:nth-child(odd)
    .img-container {
    order: 2;
  }
}

@media (max-width: 420px) {
  #manufacture-list-container.reverse
    .manufacture-technology-item:nth-child(odd)
    .context,
  .alternate-img-text.reverse
    .manufacture-technology-item:nth-child(odd)
    .context {
    order: 2;
  }

  #manufacture-list-container.reverse
    .manufacture-technology-item:nth-child(odd)
    .img-container,
  .alternate-img-text.reverse
    .manufacture-technology-item:nth-child(odd)
    .img-container {
    order: 1;
  }
}

.p-right-75 {
  padding-right: 7.5px;
}

.p-left-75 {
  padding-left: 7.5px;
}

#coming-soon {
  background: url("../img/manufacture-technology/continuous-granulation-coming-soon-bg-min.jpg")
    right center fixed no-repeat;
  background-size: cover;
  height: calc(100vh - 150px);
}

@media (max-width: 1400px) {
  #coming-soon {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #coming-soon {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #coming-soon {
    height: calc(100vh - 106px);
  }
}

#coming-soon .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#coming-soon #content {
  width: 100%;
}

#coming-soon #header {
  padding: 20px 0px;
  background-color: #fff;
  color: #0a406b;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

#coming-soon #header h1 {
  margin: 0px;
  font-weight: 600;
  font-size: 5rem;
}

#coming-soon .description {
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.figure {
  background-color: #f8f8f8;
  margin-bottom: 1.5rem;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.figure .fig-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.figure .fig-text-container p:last-child {
  margin-bottom: 0px;
}

.figure .fig-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px;
}

.overview-image {
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .overview-image {
    height: 300px;
  }
}

.overview-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  z-index: 999;
}

.overview-text p:last-child {
  margin-bottom: 0px;
}

.solution_additional_div_item,
.grey-bg {
  background-color: #f8f8f8;
  padding: 40px 0;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 420px) {
  .solution_additional_div_item,
  .grey-bg {
    padding: 40px 0px;
    margin-bottom: 1.5rem;
  }
}

.solution_additional-list {
  margin-left: -20px;
}

.solution_additional-list li {
  margin-bottom: 10px;
}

.solution-additional_description div:first-child {
  width: inherit;
}

#solution_additional_divs
  .solution_additional_div_item:nth-child(even)
  .row
  .solution-additional-img-container {
  order: 1;
}

@media only screen and (max-width: 768px) {
  #solution_additional_divs
    .solution_additional_div_item:nth-child(even)
    .row
    .solution-additional-img-container {
    order: 1;
  }
}

#solution_additional_divs
  .solution_additional_div_item:nth-child(even)
  .row
  .solution-additional_description {
  order: 2;
}

@media only screen and (max-width: 768px) {
  #solution_additional_divs
    .solution_additional_div_item:nth-child(even)
    .row
    .solution-additional_description {
    order: 2;
  }
}

@media only screen and (max-width: 768px) {
  .solution-additional_description {
    order: 2;
  }

  .solution-additional-img-container {
    order: 1;
    margin-bottom: 1rem;
  }
}

.solution-card {
  position: relative;
  margin-bottom: 14px;
}

.solution-card .logo {
  max-width: 60px;
}

.solution-card .preview {
  position: relative;
  display: table;
  width: 100%;
}

.solution-card .preview .img-fluid {
  width: 100%;
}

.solution-card .preview .name-container {
  transition: opacity ease 0.4s;
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  display: flex;
  align-items: flex-end;
  padding: 10px;
}

.solution-card .preview .name-container .name {
  font-weight: 600;
  color: #fff;
}

.solution-card .overlay {
  transition: opacity ease 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
}

.solution-card .inner {
  color: #fff;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}

.solution-card .inner .name {
  font-weight: 600;
}

.solution-card:hover .overlay {
  opacity: 1;
}

.solution-card:hover .name-container {
  opacity: 0;
}

.aster-accordion {
  border: none;
  position: relative;
  width: 100%;
}

.aster-accordion:before {
  content: " ";
  background: #0a406b;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 32px;
  width: 2px;
  height: calc(100% - 45px);
  z-index: 400;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1400px) {
  .aster-accordion:before {
    height: calc(100% - 35px);
  }
}

.aster-accordion:after {
  content: "";
  font-size: 4rem;
  font-weight: 700;
  color: #0a406b;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  bottom: 7%;
  left: 11px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

@media only screen and (max-width: 1400px) {
  .aster-accordion:after {
    left: 15px;
  }
}

@media only screen and (max-width: 990px) {
  .aster-accordion:after {
    bottom: 2%;
  }
}

.aster-accordion .card {
  border: none;
}

.aster-accordion .card-header {
  padding: 0;
  border: none;
  position: relative;
  margin-bottom: 0px !important;
  z-index: 500;
}

.aster-accordion .card-header .btn-link {
  width: 100%;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #7fa1bd;
  padding: 0px;
  margin-left: 75px;
  transition: font-size ease 0.4s, color ease 0.4s, font-weight ease 0.4s;
  display: flex;
  text-align: left;
}

.aster-accordion .card-header .btn-link:before {
  content: " ";
  background: #0a406b;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 25px;
  width: 15px;
  height: 15px;
  z-index: 400;
  margin-top: 5px;
}

.aster-accordion .card-header .btn-link .logo {
  max-width: 60px;
  margin-right: 4px;
  transform: scale(0);
  transition: transform ease 0.4s;
  display: none;
  background-color: #f8f8f8;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px #000;
}

.aster-accordion .card-header .btn-link .logo img {
  width: 100%;
}

.aster-accordion .card-header .btn-link[aria-expanded="true"] {
  font-weight: 700;
  margin-left: 0px;
  color: #0a406b;
  font-size: 1.3rem;
}

.aster-accordion .card-header .btn-link[aria-expanded="true"] .logo {
  transition: transform ease 0.4s 0.4s;
  transform: scale(1);
  display: inline;
  margin-right: 15px;
}

.aster-accordion .card-header .btn-link[aria-expanded="true"]:before {
  display: none;
}

.aster-accordion .card-body {
  background-color: #f8f8f8;
  padding: 0px 10px 10px 80px;
  position: relative;
}

.aster-accordion.right:before {
  right: 40px;
  left: unset;
}

.aster-accordion.right:after {
  right: 45px;
  left: unset;
}

@media only screen and (max-width: 1600px) {
  .aster-accordion.right:after {
    right: 41px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .aster-accordion.right:after {
    right: 38px;
  }
}

.aster-accordion.right .btn-link {
  padding-right: 75px;
  margin-left: 10px;
}

.aster-accordion.right .btn-link:before {
  left: unset;
  right: 33px;
}

.aster-accordion.right .btn-link[aria-expanded="true"] {
  padding-right: 0px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.aster-accordion.right .card-body {
  background-color: #f8f8f8;
  padding: 0px 80px 10px 10px;
  position: relative;
}

.solution-card-2 {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.solution-card-2 .preview {
  background: linear-gradient(to bottom, #0a406b 50%, #000);
  min-height: 400px;
  padding: 25px;
  color: #fff;
  position: relative;
  height: 100%;
}

.solution-card-2 .preview .logo {
  max-width: 70px;
  margin-bottom: 10px;
}

.solution-card-2 .preview .name {
  font-weight: 600;
}

.solution-card-2 .preview .overlay {
  transition: opacity ease 0.4s;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.solution-card-2 .preview .overlay .inner {
  padding: 20px;
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
}

.solution-card-2 .preview .overlay .inner ul {
  margin-left: -20px;
}

.solution-card-2:hover .overlay {
  opacity: 1;
}

.solution-btn-container {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 9px;
  margin-top: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3803921569);
  position: relative;
}

.solution-btn-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0a406b;
  height: 70%;
  width: 2px;
}

.solution-btn-container .solution-btn {
  flex: auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #87a7c2;
  padding: 7px 0px;
}

.solution-btn-container .solution-btn.active,
.solution-btn-container .solution-btn:hover {
  color: #0a406b;
}

.capability-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.capability-item .content {
  background-color: #0a406b;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.capability-item .content img {
  max-width: 180px;
  margin-bottom: 10px;
}

.capability-item .content p {
  width: 100%;
  margin-bottom: 0px;
}

.aster-table {
  border: 1px solid #fff;
}

.aster-table th,
.aster-table td,
.aster-table tr {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fff;
}

.aster-table th {
  color: #fff;
  background-color: #0a406b;
}

.aster-table tbody {
  background-color: #cfdae5;
}

.aster-table ul {
  padding-left: 15px;
}

.aster-table.text-align-left td,
.aster-table.text-align-left tr {
  text-align: left;
  vertical-align: top;
}

.table-borderless th,
.table-borderless td,
.table-borderless tr {
  border: none;
}

#news-featured-section {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3803921569);
  margin-bottom: 2rem;
}

#news-featured-text-container {
  padding: 20px 3rem 20px 15px;
}

@media only screen and (max-width: 576px) {
  #news-featured-text-container {
    padding: 1rem 2rem;
  }
}

#news-featured-text-container .title {
  color: #0a406b;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #news-featured-text-container .title {
    font-size: 1rem;
  }
}

#news-featured-text-container .description p {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  #news-featured-text-container .description p {
    line-height: 1.2;
  }
}

#news-featured-text-container .date {
  font-weight: 600;
  color: gray;
}

#news-featured-text-container #news-feature-btn {
  color: #f8f8f8;
  border-radius: 0px;
  border: 2px solid #f8f8f8;
  background-color: #0a406b;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

#news-featured-text-container #news-feature-btn:hover {
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background-color: #f8f8f8;
  color: #0a406b;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #news-featured-text-container #news-feature-btn {
    display: table;
  }
}

#news-featured-text-container #news-feature-btn:hover {
  border-color: #0a406b;
}

#news-events-container {
  margin-bottom: 3rem;
}

#news-events-container .new-list-container {
  padding-right: 12px;
  max-height: 29rem;
  height: 100%;
  overflow: hidden;
}

#news-events-container .news-section {
  position: relative;
}

#news-events-container .news-section:after {
  display: block;
  margin: auto;
  width: 2px;
  height: calc(100% - 4rem);
  background-color: #e0d7d7;
  bottom: 0rem;
  left: 100%;
  position: absolute;
}

#news-events-container .category .title {
  margin-top: 10px;
  color: #0a406b;
  font-weight: 600;
  border-bottom: 1px solid #0a406b;
  line-height: 3rem;
}

#news-events-container .news-item {
  border-bottom: 1px solid #e0d7d7;
  padding-right: 20px;
}

@media only screen and (max-width: 576px) {
  #news-events-container .news-item {
    padding-right: unset;
  }
}

#news-events-container .news-item .news-title {
  color: #000;
  font-weight: 600;
}

#news-events-container .news-item .text-container,
#news-events-container .news-item .img-container {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  #news-events-container .news-item .text-container {
    margin-top: 10px;
  }
}

#news-events-container .news-item .description {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  #news-events-container .news-item .description {
    line-height: 1.2;
  }
}

#news-events-container .news-item .description p {
  margin-bottom: 0px;
  display: initial;
}

#news-events-container .news-item .description .read-more {
  font-weight: 600;
  text-decoration: none;
}

#news-events-container .news-item .date {
  font-size: 0.8rem;
  font-weight: 600;
  color: gray;
  margin-bottom: 0px;
}

.event-section {
  position: relative;
}

.event-section .category {
  position: sticky;
  top: 143px;
}

.event-list-container {
  max-height: 39rem;
  height: 100%;
  padding-right: 13px;
  overflow: hidden;
}

.event-list-container .event-item {
  border-bottom: 1px solid #e0d7d7;
  padding-bottom: 1rem;
  padding-left: 15px;
  padding-top: 1rem;
  position: relative;
  cursor: pointer;
}

.event-list-container .event-item .event-title {
  font-weight: 600;
}

.event-list-container .event-item .location {
  display: block;
}

.event-list-container .event-item .start-date {
  margin-right: 5px;
}

.event-list-container .event-item .end-date {
  margin-left: 7px;
}

.event-list-container .event-item:before {
  display: block;
  content: "";
  position: absolute;
  height: 0%;
  width: 5px;
  top: 50%;
  left: 0;
  background-color: #0a406b;
  transform: translateY(-50%);
  transition: height 0.2s linear;
}

.event-list-container .event-item.active:before,
.event-list-container .event-item:hover:before {
  height: 100%;
}

#news_detailed {
  margin-bottom: 3rem;
}

#news_detailed .title {
  color: #0a406b;
  font-weight: 600;
  margin-bottom: 0px;
}

#news_detailed .date {
  font-weight: 600;
  color: gray;
}

#news_detailed .img-responsive {
  width: auto !important;
  max-width: 100%;
}

.new-list-container .news-item:first-child {
  padding-top: 0px !important;
}

#library {
  margin-bottom: 4rem;
  text-align: center;
}

#downloads-container {
  border: 1px solid #0a406b;
  padding: 15px;
  margin-bottom: 2rem;
  background-color: #fff;
}

#language-container {
  display: flex;
  flex-wrap: wrap;
}

.lng-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0a406b;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 8px;
  font-weight: 600;
  margin-right: 10px;
  text-align: center;
  min-width: 109px;
}

.lng-btn:hover,
.lng-btn.active {
  text-decoration: none;
  background-color: #0a406b;
  border-color: #0a406b;
  color: #fff;
}

#files_container,
#brochure-file-list-container {
  margin-top: 10px;
  padding-top: 15px;
  position: relative;
}

#files_container:before,
#brochure-file-list-container:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e0d7d7;
}

#files_container .library-download-item,
#brochure-file-list-container .library-download-item {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

#files_container .library-download-item:hover .cover-overlay,
#brochure-file-list-container .library-download-item:hover .cover-overlay {
  transition: opacity 0.4s ease;
  z-index: 0;
  opacity: 1;
}

#files_container .library-download-item .card,
#brochure-file-list-container .library-download-item .card {
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

#files_container .cover-container,
#brochure-file-list-container .cover-container {
  position: relative;
  width: fit-content;
  margin: 0px auto;
}

#files_container .cover-overlay,
#brochure-file-list-container .cover-overlay {
  transition: opacity 0.4s ease, z-index 0s ease 0.4s;
  z-index: -1;
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 5rem;
}

#files_container .brochure-img,
#brochure-file-list-container .brochure-img {
  max-width: 190px !important;
  box-shadow: 5px 5px 15px -7px gray;
}

#files_container .thumbnail-button,
#brochure-file-list-container .thumbnail-button {
  margin-top: 10px;
  color: #000;
}

#files_container .thumbnail-button:hover,
#brochure-file-list-container .thumbnail-button:hover {
  color: #22bbe4;
  text-decoration: none;
}

#brochure-file-list-container:before {
  content: none;
}

#brochure-file-list-container .brochure-img {
  max-width: 100% !important;
}

.pos-relative {
  position: relative;
}

.library-category-item {
  border: 1px solid #000;
  padding-bottom: 2rem;
  display: block;
  margin-bottom: 30px;
  border-bottom: 10px solid #0a406b;
}

@media only screen and (max-width: 576px) {
  .library-category-item {
    margin-bottom: 15px;
  }
}

.library-category-item .lottie {
  padding: 2rem 4rem 1rem;
  max-height: unset;
}

.library-category-item .lottie canvas {
  display: none;
}

.library-category-item .library-item-title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.group-collasible .card {
  margin-bottom: 1rem;
  border-color: #000;
  border-radius: 0px;
}

.group-collasible .card-header {
  padding: 0px 1.25rem;
  background-color: #0a406b;
  border-radius: 0px;
}

.group-collasible .card-header .btn-link {
  padding: 0px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group-collasible .accordion-arrow {
  float: right;
  color: #fff;
  font-size: 1.5rem;
}

#track-record {
  background: url("../img/track-record/track-record-bg-min.jpg") center
    no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(100vh - 150px);
}

@media (max-width: 1400px) {
  #track-record {
    min-height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #track-record {
    min-height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #track-record {
    min-height: calc(100vh - 106px);
  }
}

#track-record:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 576px) {
  #track-record {
    padding: 2rem 0px;
  }
}

#description-container .item {
  color: #fff;
}

#description-container .item #description p {
  text-align: left;
  color: #fff;
}

#tagline {
  font-style: italic;
  font-weight: 600;
}

#description {
  position: relative;
  padding-left: 15px;
  margin: 1rem 0px;
}

#description:before {
  content: "";
  width: 3px;
  height: 90%;
  background-color: #fff;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 10px;
}

#track-record-slider {
  padding: 0px 40px;
}

#track-record-slider .owl-prev {
  left: -1rem;
}

#track-record-slider .owl-next {
  right: -1rem;
}

#track-record-slider .owl-prev,
#track-record-slider .owl-next {
  font-size: 3rem;
  color: #000;
}

#careers-banner {
  height: calc(100vh - 150px);
  background: url("../img/careers/bg-asset-min.jpg") center right no-repeat;
  background-size: cover;
}

@media (max-width: 1400px) {
  #careers-banner {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #careers-banner {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #careers-banner {
    height: calc(100vh - 106px);
  }
}

#careers-banner .text-container {
  display: flex;
  align-items: center;
  position: relative;
}

#careers-banner .text-container:before {
  content: "";
  height: 80%;
  width: 60px;
  background-color: #0a406b;
  position: relative;
  left: 0px;
}

#careers-banner .text-container div {
  padding-left: 2rem;
}

@media only screen and (max-width: 420px) {
  #careers-banner .text-container {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 320px) {
  #careers-banner .text-container {
    padding-bottom: 0px;
    text-align: center;
  }

  #careers-banner .text-container > div {
    padding-left: 0px;
  }
}

#careers-banner .text {
  color: #0a406b;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 70px;
}

#join-our-team {
  font-size: 4rem;
  color: #0a406b;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

#core-values-slider {
  padding: 0px 60px;
}

@media only screen and (max-width: 576px) {
  #core-values-slider {
    padding: 0px 30px;
  }
}

#core-values-slider .owl-prev,
#core-values-slider .owl-next {
  padding: 0px;
}

@media only screen and (max-width: 576px) {
  #core-values-slider .owl-prev,
  #core-values-slider .owl-next {
    font-size: 5rem;
  }
}

#core-values-slider .owl-prev:hover,
#core-values-slider .owl-next:hover {
  background: none;
  color: #0a406b;
}

#core-values-slider .item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#core-values-slider .item .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 576px) {
  #core-values-slider .item .text-container {
    margin-top: 10px;
    order: 2;
  }
}

#core-values-slider .item .text-container .title {
  color: #0a406b;
  font-size: 2.5rem;
  font-weight: 600;
}

#core-values-slider .item .text-container .description {
  text-align: left;
  font-weight: 600;
}

@media only screen and (max-width: 576px) {
  #core-values-slider .item .image-container {
    order: 1;
  }
}

#Career_banner_vid {
  width: 50vw;
  position: absolute;
  bottom: -30px;
  right: 0px;
}

#Career_banner_vid .lottie {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 420px) {
  #Career_banner_vid {
    width: 90vw;
    bottom: -15px;
  }
}

@media only screen and (max-width: 320px) {
  #Career_banner_vid {
    display: none;
  }
}

#core-value-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 25px;
  padding: 0px 20px 2px;
  border-bottom: 2px solid #e0d7d7;
}

#core-value-list li {
  flex: 1;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

#core-value-list li:before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: #0a406b;
  transition: width 0.2s linear;
  position: relative;
  top: 100%;
}

#core-value-list li:hover::before,
#core-value-list li.active::before {
  width: 100%;
  transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
}

#core-value-list li a {
  display: block;
  color: #0a406b;
}

#core-value-list li a:hover {
  text-decoration: none;
}

#work-life-balance,
#one-team-one-mission {
  height: calc(100vh - 150px);
  margin-top: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
}

@media (max-width: 1400px) {
  #work-life-balance,
  #one-team-one-mission {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 990px) {
  #work-life-balance,
  #one-team-one-mission {
    height: calc(100vh - 106px);
  }
}

@media (max-width: 767px) {
  #work-life-balance,
  #one-team-one-mission {
    height: calc(100vh - 106px);
  }
}

#work-life-balance {
  background: url("../img/careers/work-life-balance-min.png") bottom left
    no-repeat;
  background-size: cover;
}

#one-team-one-mission {
  background: url("../img/careers/one-team-one-mission-min.png") bottom left
    no-repeat;
  background-size: cover;
}

.arc-container {
  background-color: rgba(10, 64, 107, 0.8);
  padding: 40px;
  color: #fff;
}

.arc-container .title {
  font-weight: 600;
}

.arc-container .description {
  font-size: 1.2rem;
}

.arc-container .description p:last-of-type {
  margin-bottom: 0px;
}

.arc-container:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  background-color: inherit;
}

.arc-container.right {
  padding-left: 80px;
  padding-right: 0px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  text-align: right;
}

.arc-container.right:before {
  left: 100%;
}

.arc-container.left {
  padding-right: 80px;
  padding-left: 0px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  position: relative;
}

.arc-container.left:before {
  right: 100%;
}

#benefits {
  padding-bottom: 2rem;
  border-bottom: 2px solid #dfdfdf;
}

#benefits .row {
  overflow: hidden;
}

#benefits .benefit-item {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

#benefits .benefit-item .lottie {
  max-height: 260px;
}

#benefits .benefit-item .title {
  height: 100%;
  font-size: 1.2rem;
  color: #0a406b;
  font-weight: 600;
  text-align: center;
}

#careers #career-detail-container {
  background-color: #f8f8f8;
  padding: 35px;
}

#careers #career-list {
  list-style: none;
  padding: 0;
}

#careers #career-list li {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 600;
  position: relative;
  transition: padding 0.3s ease;
}

#careers #career-list li:before {
  display: block;
  content: "";
  position: absolute;
  height: 0;
  width: 5px;
  top: 50%;
  left: 0;
  background-color: #0a406b;
  transform: translateY(-50%);
  transition: height 0.2s linear;
}

#careers #career-list li a {
  color: #000;
  display: block;
  text-decoration: none;
}

#careers #career-list li a:hover {
  text-decoration: none;
}

#careers #career-list li:hover,
#careers #career-list li.active {
  padding-left: 10px;
  padding-right: 0px;
}

#careers #career-list li:hover:before,
#careers #career-list li.active:before {
  height: 100%;
}

#careers #career-list li:hover a,
#careers #career-list li.active a {
  color: #0a406b;
}

@media only screen and (max-width: 990px) {
  #job-title {
    top: 107px;
  }
}

#GeneralInfoBanner {
  padding: 0px;
  overflow: hidden;
}

#GeneralInfoBanner:hover #img-banner {
  transform: scale(1.1);
  transition: 0.4s;
}

#img-banner {
  background: url("../img/general information/esco-office-banner-min.jpg") top
    center no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0px;
  width: 100%;
  transition: 0.4s;
}

#GenInfoTitle {
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}

#GenInfoContent {
  padding: 20px 0px;
}

.gen-info-header {
  color: #0a406b;
  font-weight: 600;
}

#zoomcontainer {
  cursor: grab;
  overflow: auto;
  pointer-events: auto;
  height: calc(100vh - 99px);
  width: 100vw;
  display: grid;
}

#zoomcontainer::-webkit-scrollbar {
  display: none;
}

#zoomcontainer {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#zoomcontainer > div {
  margin: auto;
}

#zoomcontainer #zoom-image {
  transition: 0.4s;
  background: #fff;
}

.zoomable {
  cursor: zoom-in;
}

.zoomable:hover {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.38);
}

.full-modal-close-btn {
  top: 0%;
  left: 100%;
  position: sticky;
  margin: unset;
}

.close-container {
  position: absolute;
  margin: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 10px;
  left: calc(100% - 55px);
}

.leftright {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}

.rightleft {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}

.close-container > .close {
  margin: 60px 0 0 5px;
  position: absolute;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #f25c66;
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #f25c66;
}

.close-container:hover label {
  opacity: 1;
}

#zoom_container {
  background-color: #000;
}

#zoom_container .modal-dialog {
  padding-bottom: 0px;
  margin: 0px;
  max-height: calc(100vh - 64px);
}

.zoom-toolbar {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.zoom-toolbar .magnifying-tool-bar,
.zoom-toolbar .close-container {
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.zoom-toolbar .magnifying-tool-bar .zoom-btn,
.zoom-toolbar .close-container .zoom-btn {
  padding: 0px 10px;
  cursor: pointer;
  transition: 0.3s;
}

.zoom-toolbar .magnifying-tool-bar .zoom-btn:hover,
.zoom-toolbar .close-container .zoom-btn:hover {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
}

.pb-interactive-img-container {
  position: relative;
  max-width: max-content;
  margin: auto;
  overflow: hidden;
}

.pb-interactive-item {
  display: block;
  position: absolute;
  height: 14%;
  width: 14%;
  top: 10%;
  left: 5%;
}

.pb-interactive-item .title,
.pb-interactive-item .description,
.pb-interactive-item .img {
  position: absolute;
  left: 0%;
}

.pb-interactive-item .title {
  top: 0%;
  font-weight: 700;
  color: gray;
  font-size: 1.5rem;
  line-height: 1.2;
}

.pb-interactive-item .description {
  top: 34%;
  font-size: 13px;
}

.pb-interactive-item .img {
  top: 4%;
  left: 49%;
}

/*# sourceMappingURL=main.css.map */
