@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);/* Extend */
/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

.comp-content-txt-1,
.comp-content-txt-2,
.comp-content-txt-3,
.comp-content-txt-4,
.comp-content-txt-5,
.col-animate-up,
.col-animate-down,
.animate-img {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

/* Extend */
.parrallax-content p a {
  text-decoration: none;
  border-bottom: 2px solid #0071b3;
  color: #0071b3 !important; }

.parallax-container {
  position: relative;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  width: 100%;
  font-family: "Oswald", sans-serif; }
  .parallax-container .opacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.parallaxScrollingSction {
  position: relative;
  background-attachment: inherit;
  background-position: center;
  background-size: cover; }
  .parallaxScrollingSction .bgcolor-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: inherit; }
  .parallaxScrollingSction .parallax-wrapper {
    width: 100%; }
  .parallaxScrollingSction h1 {
    font-size: 300% !important;
    line-height: 1.4;
    text-shadow: 2px 2px 2px #000;
    letter-spacing: -.8px; }
    .parallaxScrollingSction h1.bannerHeading {
      font-size: 700%  !important;
      line-height: 1.4;
      text-shadow: 3px 3px 3px #000;
      letter-spacing: -4.32px;
      font-weight: 700; }
      .parallaxScrollingSction h1.bannerHeading p {
        font-size: inherit !important;
        line-height: inherit !important;
        text-shadow: inherit !important;
        letter-spacing: inherit !important;
        font-family: "Oswald", sans-serif;
        font-weight: inherit !important; }
  .parallaxScrollingSction h2 {
    font-size: 250% !important;
    line-height: 1.4;
    letter-spacing: -0.8px; }
  .parallaxScrollingSction h3 {
    font-size: 200% !important;
    line-height: 1.4; }
  .parallaxScrollingSction ul {
    margin-bottom: 19px;
    list-style: inherit !important;
    padding-left: 20px;
    margin-top: 16px; }
    .parallaxScrollingSction ul li {
      margin-bottom: 10px;
      padding-bottom: 0;
      font-size: 16px;
      text-align: left;
      font-family: "open-sans", sans-serif; }
      .parallaxScrollingSction ul li strong {
        font-weight: normal;
        font-size: 17.6px; }
  .parallaxScrollingSction .parallax-innercontainer {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0 20px; }
    @media (max-width: 1169.98px) {
      .parallaxScrollingSction .parallax-innercontainer {
        padding: 0 20px; } }
  .parallaxScrollingSction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .parallaxScrollingSction .parallexSection {
    max-width: 100%;
    margin: 0 auto; }
    .parallaxScrollingSction .parallexSection h1 p {
      font-size: inherit; }
    .parallaxScrollingSction .parallexSection .parrallax-content .banner-Heading {
      font-size: 98px;
      text-shadow: 2px 2px 2px #000; }
      @media (max-width: 991.98px) {
        .parallaxScrollingSction .parallexSection .parrallax-content .banner-Heading {
          font-size: 75px; } }
    .parallaxScrollingSction .parallexSection .bannerHeading h1 {
      font-size: 98px;
      text-shadow: 3px 3px 3px #000; }
      @media (max-width: 991.98px) {
        .parallaxScrollingSction .parallexSection .bannerHeading h1 {
          font-size: 50px; } }
      .parallaxScrollingSction .parallexSection .bannerHeading h1 p {
        font-size: inherit; }
  .parallaxScrollingSction .btn-wrapper .btn {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    background-image: none;
    line-height: 1.3;
    padding: 0.625em 1.25em;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px; }
  .parallaxScrollingSction h1, .parallaxScrollingSction h2, .parallaxScrollingSction h3, .parallaxScrollingSction h4, .parallaxScrollingSction h5, .parallaxScrollingSction h6, .parallaxScrollingSction button {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    margin-bottom: 20px; }
  .parallaxScrollingSction .textShadow h1 {
    text-shadow: 3px 3px 3px #000; }
  .parallaxScrollingSction .textShadow h2 {
    text-shadow: 2px 2px 2px #000; }
  .parallaxScrollingSction .textShadow h3 {
    text-shadow: 2px 2px 2px #000; }
  .parallaxScrollingSction .textShadow h4 {
    text-shadow: 2px 2px 2px #000; }
  .parallaxScrollingSction .textShadow h5 {
    text-shadow: 2px 2px 2px #000; }
  .parallaxScrollingSction .textShadow h6 {
    text-shadow: 2px 2px 2px #000; }
  .parallaxScrollingSction .textShadow p, .parallaxScrollingSction .textShadow ul li, .parallaxScrollingSction .textShadow ul li strong {
    text-shadow: 1px 1px 1px #000; }
  .parallaxScrollingSction h1 {
    font-size: 300%;
    font-weight: 600; }
    .parallaxScrollingSction h1 strong {
      font-size: inherit; }
  .parallaxScrollingSction h2 {
    font-size: 250%;
    font-weight: 600; }
    .parallaxScrollingSction h2 strong {
      font-size: inherit; }
  .parallaxScrollingSction h3 {
    font-weight: 600;
    font-size: 200%; }
  .parallaxScrollingSction h3 {
    font-weight: 600;
    font-size: 150%; }
  .parallaxScrollingSction p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: "open-sans", sans-serif; }
    .parallaxScrollingSction p strong {
      font-weight: 700;
      font-size: 16px;
      line-height: 26.4px;
      font-family: "open-sans", sans-serif; }
  .parallaxScrollingSction ul {
    margin-bottom: 19px;
    list-style: inherit !important;
    padding-left: 20px;
    margin-top: 16px; }
    .parallaxScrollingSction ul li strong {
      font-weight: normal;
      font-size: 16px; }
  .parallaxScrollingSction .list-2Cal ul {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    text-align: left; }
  .parallaxScrollingSction .list-1Cal ul {
    display: block;
    text-align: left; }
  @media (max-width: 991.98px) {
    .parallaxScrollingSction .setcolumnposition-sm .setColWith-sm {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      max-width: 100% !important; } }
  .parallaxScrollingSction .txt-white-shadow h1, .parallaxScrollingSction .txt-white-shadow h2, .parallaxScrollingSction .txt-white-shadow h3, .parallaxScrollingSction .txt-white-shadow h4, .parallaxScrollingSction .txt-white-shadow h5, .parallaxScrollingSction .txt-white-shadow h6 {
    text-shadow: 1px 1px 1px #fff;
    color: #000 !important; }
    .parallaxScrollingSction .txt-white-shadow h1 > strong, .parallaxScrollingSction .txt-white-shadow h2 > strong, .parallaxScrollingSction .txt-white-shadow h3 > strong, .parallaxScrollingSction .txt-white-shadow h4 > strong, .parallaxScrollingSction .txt-white-shadow h5 > strong, .parallaxScrollingSction .txt-white-shadow h6 > strong {
      text-shadow: inherit;
      color: inherit; }
  .parallaxScrollingSction .txt-white-shadow h1 {
    text-shadow: 2px 2px 2px #fff; }
    .parallaxScrollingSction .txt-white-shadow h1 > strong {
      text-shadow: inherit;
      color: inherit !important; }
  .parallaxScrollingSction .txt-white-shadow p {
    text-shadow: 1px 1px 1px #fff; }
    .parallaxScrollingSction .txt-white-shadow p > strong {
      text-shadow: inherit;
      color: inherit; }
  .parallaxScrollingSction .txt-white-shadow ul li {
    text-shadow: 1px 1px 1px #fff;
    color: #000; }
    .parallaxScrollingSction .txt-white-shadow ul li > strong {
      text-shadow: inherit;
      color: inherit; }
  .parallaxScrollingSction .txt-black-shadow h1, .parallaxScrollingSction .txt-black-shadow h2, .parallaxScrollingSction .txt-black-shadow h3, .parallaxScrollingSction .txt-black-shadow h4, .parallaxScrollingSction .txt-black-shadow h5, .parallaxScrollingSction .txt-black-shadow h6 {
    text-shadow: 1px 1px 1px #000;
    color: #fff; }
    .parallaxScrollingSction .txt-black-shadow h1 > strong, .parallaxScrollingSction .txt-black-shadow h2 > strong, .parallaxScrollingSction .txt-black-shadow h3 > strong, .parallaxScrollingSction .txt-black-shadow h4 > strong, .parallaxScrollingSction .txt-black-shadow h5 > strong, .parallaxScrollingSction .txt-black-shadow h6 > strong {
      text-shadow: inherit;
      color: inherit !important; }
  .parallaxScrollingSction .txt-black-shadow h1 {
    text-shadow: 2px 2px 2px #000;
    color: #fff; }
    .parallaxScrollingSction .txt-black-shadow h1 > strong {
      text-shadow: inherit;
      color: inherit !important; }
  .parallaxScrollingSction .txt-black-shadow p {
    color: #fff;
    text-shadow: 1px 1px 1px #000; }
    .parallaxScrollingSction .txt-black-shadow p > strong {
      text-shadow: inherit;
      color: inherit !important; }
  .parallaxScrollingSction .txt-black-shadow ul li {
    color: #fff;
    text-shadow: 1px 1px 1px #000; }
    .parallaxScrollingSction .txt-black-shadow ul li > strong {
      text-shadow: inherit;
      color: inherit !important; }
  .parallaxScrollingSction .text-end {
    text-align: right; }
    @media (max-width: 991.98px) {
      .parallaxScrollingSction .text-end {
        text-align: left; } }
  .parallaxScrollingSction .text-start {
    text-align: left; }
  .parallaxScrollingSction .text-center {
    text-align: center; }
  @media (max-width: 991.98px) {
    .parallaxScrollingSction .text-padding {
      padding: 0 0 0 0 !important; } }

.pdplus-parallax {
  overflow: hidden; }

.f-300 {
  font-size: 300%; }
  @media (max-width: 991.98px) {
    .f-300 {
      font-size: 150%; } }

.f-200 {
  font-size: 200%; }
  @media (max-width: 991.98px) {
    .f-200 {
      font-size: 100%; } }

.pd-capabilites p {
  font-family: Arial, Helvetica, sans-serif; }

.pd-quality-system a:hover {
  color: #9d1c20 !important; }

.columBoxitemExtend p {
  font-style: normal !important;
  text-shadow: none !important;
  font-size: 1rem !important; }

.custom-margin .parallaxScrollingSction p {
  margin-bottom: 5px; }

.custom-margin .parallaxScrollingSction ul {
  margin-top: 10px; }
