* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Helvetica, sans-serif;
}
@font-face {
  font-family: "helvetica_neuebold";
  src: url("../assets/fonts/helveticaneuebold-webfont.woff2") format("woff2"),
    url("../assets/fonts/helveticaneuebold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helvetica_neueregular";
  src: url("../assets/fonts/helveticaneue-thin-webfont.woff2") format("woff2"),
    url("../assets/fonts/helveticaneue-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #0f2a6a;
  --white: #ffffff;
  --black: #000000;
  --gray: #707070;
  --border: #696969;
  --font-regular: "helvetica_neueregular";
  --font-bold: "helvetica_neuebold";
}
.banner-image {
  width: 100%;
}

.arrows {
  position: absolute;
  right: 325px;
  bottom: 150px;
  width: 59px;
}
.carousel-inner {
  height: auto;
}
.fa-solid {
  border: 1px solid var(--white);
  padding: 5px;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
header a {
  color: var(--white);
  font-size: 20px;
}
header a:hover {
  color: var(--white);
}
.nav-header {
  background-color: var(--primary-color);
}
.nav-container a {
  text-decoration: none;
}

footer a {
  text-decoration: none;
  color: var(--white);
}
.footer-header {
  font-size: 20px;
}
.new-line-container a {
  display: block !important;
  margin-bottom: 10px;
}

header.active {
  background-color: var(--primary-color);
}
.navbar-collapse {
  flex-grow: 0 !important;
}
.navbar-light .navbar-nav .nav-link.active {
  color: var(--white);
  margin-right: 8px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--white);
  font-size: 20px;

  color: var(--white) !important;
  position: relative;
}
.navbar-nav a::after {
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.navbar-nav a:hover::after {
  opacity: 1;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.quote-btn {
  width: 180px;
  height: 48px;
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  font-size: 19px;
  margin-top: 6px;
  font-family: var(--font-bold);
}
.quote-btn:hover {
  background-color: var(--white);
  color: var(--primary-color);
  border: 0;
}
.nav-container span {
  font-size: 20px;
}
.logo-container img {
  margin-top: -54px;
}

.text-container h1 {
  max-width: 626px;
  font-size: 60px;
  color: var(--white);
  font-family: var(--font-bold);
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #c7c1c1;
  text-align: right;
}
.vertical-text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  color: var(--white);
}
.logos-section {
  background-color: var(--primary-color);
  color: var(--white);
  position: relative;
  z-index: -1;
}
.logos-section h2 {
  color: var(--white);

  font-size: 25px;
}
.logos-section p {
  color: var(--white);
  font-size: 18px;
}

.white-left-container {
  background-color: var(--white);
  padding: 25px;
  height: 150px;
  font-weight: bold;
  max-width: 181px;
}

.white-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  min-width: 25%;
  height: 150px;
  background-color: white;
  z-index: -1;
}

.carousel-item {
  height: 100%;
}

.mobile-logo {
  width: 250px;
  padding-left: 20px;
  margin-top: -77px;
}
.material-text {
  margin-top: 50px;
  font-size: 18px;
  color: var(--white);
}

.white-left-container p {
  color: var(--primary-color);
  font-size: 20px;
}

.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 6rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.white-container {
  background-color: var(--white);
  margin-top: -5px;
  width: 426px;
  height: 191px;
}
.white-container p {
  text-align: center;
  margin-top: 5px;
  color: var(--primary-color);
  font-size: 20px;
}
.seal-left {
  position: relative;
  top: -40px;
}

.lip-materials {
  padding: 7px;
  border-bottom: 2px solid var(--white);
}
.lip-materials .fa-solid {
  border: none;
}
/* --Application */
.applications {
  padding: 20px 0;
}
/* --Products-- */
.product-details {
  background-color: white;
  padding: 10px 0 0 0;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.product-img img {
  aspect-ratio: 1.5;
  object-fit: contain;
  object-position: center;
}

.product-header {
  font-size: 40px;
}
.product-border {
  border: 2px solid var(--primary-color);
  position: absolute;
  top: 10px;
  right: 0px;
  width: 100%;
  height: 100%;
}

/* --Manufacturer-- */
.manufacturer-section {
  padding: 158px 0 100px;
  background-image: url(../assets/images/manufacturer-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
}

.manufacturer-section ul li a {
  color: var(--white);
  text-decoration: none;
}

.manufacturer-section ul li a:hover {
  color: #b5b4b4 !important;
  text-decoration: none;
}

.usa-left-achor {
  color: var(--primary-color) !important;
}
.usa-based-text {
  font-size: 35px;
  font-family: var(--font-bold);
  margin: 30px 0;
  color: var(--white);
}
.map-container {
  background-color: #b6bbbe;
  padding: 35px;
}
.map-details ul li a.usa-left-achor:hover{color:#0f2a6a !important;}
.map-details ul li {
  list-style: none;
  color:#000;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-arrow img {
  padding-right: 20px;
}
.blog-text {
  padding-right: 13rem;
}
.blog-details {
  background-color: #e4e4e4;
}
.map-details p {
  color: var(--black);
  padding: 0 0 0 37px;
}
.map-details ul li img {
  margin-right: 15px;
}
.quote-container {
  background-color: var(--primary-color);
  padding: 38px 33px;
  margin-top: -146px;
  color: var(--white);
  position: relative;
}
.quote-container h4 {
  padding-bottom: 20px;
  font-family: var(--font-bold);
}
.quote-container ul li {
  font-size: 19px;
  list-style: none;
  margin-bottom: 7px;
}
.quote-container ul li img {
  margin-right: 17px;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
}

/* --News-- */
.blog-container {
  background-color: #e4e4e4;
  padding: 0;
}
.blog-details {
  padding-left: 68px;
  padding-top: 20px;
  color: var(--primary-color);
}
.blog-details h4 {
  font-family: var(--font-bold);
}
.blog-details p {
  font-size: 18px;
}
.news-container {
  padding: 100px 0;
}
.news-update {
  line-height: 21px;
}
.latest-news-container::before {
  content: "";
  width: 80%;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  z-index: -100;
  margin-top: 80px;
}
.latest-news-container .owl-theme .owl-nav {
  display: flex;
  justify-content: flex-end;
}
.news-bottom-arrow {
  float: left;
}

/* --Footer-- */
footer {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 60px 0 20px 0;
}
.footer-hidden {
  visibility: hidden;
}
.footer-text {
  margin-top: 7px;
  font-size: 17px;
}
footer a:hover {
  color: #b5b4b4;
}
footer img {
  transition: all 0.5s ease-in-out;
  margin-right: 7px;
}
footer a img:hover {
  transform: scale(1.21);
}
.form {
  background-color: #4174e8;
  border: 1px solid gray;
  border-radius: 20px;
  margin-bottom: 15px;
}
.form input {
  width: 345px;
  padding: 5px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
input {
  border: 0;
}
input:focus {
  outline: none;
}
input::placeholder {
  padding-left: 8px;
}

.quote-btn-footer {
  width: 170px;
  height: 45px;
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  font-size: 19px;
  margin: 20px 0;
}
.quote-btn-footer:hover {
  background-color: var(--white);
  color: var(--primary-color);
}
.copyright-text {
  font-size: 18px;
}
.telegram {
  display: block;
  margin: auto;
  margin-top: 5px;
}
.row.offer-container {
  padding-left: 40px;
}
owl-carousel .item {
  background: #4dc7a0;
  padding: 1rem;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 20px;
}

.flex-container > div {
  margin: 10px;
  font-size: 30px;
}
.latest-news img {
  object-fit: contain;
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
}
.latest-news p {
  text-align: left;
}

.latest-news-container {
  padding: 10px;
  margin-top: 100px;
}
.latest-news-container h4 {
  font-size: 30px;
  color: var(--white);
  margin-left: 25px;
  font-family: var(--font-bold);
}
.latest-news-container p {
  font-size: 16px;
  color: var(--white);
}
.latest-news-container h5 {
  font-size: 22px;
  color: var(--white);
}
.owl-nav {
  color: white;
}
.bottom-border {
  margin-top: 50px;
  border: 1px solid #8692b2;
}
.bottom-strip {
  display: none;
}
.hamburger-menu {
  display: none;
}

.product-details:hover {
  transform: scale(0.9);
}
/* ---breadcrumb--- */
.breadcrumb-item {
  font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, " >>") !important;
}

.breadcrumb-item a {
  color: #665b5b;
  text-decoration: none;
}
.seal-breadcrumb {
  color: var(--primary-color) !important;
}

.seal-description {
  background-color: #e5e8ec;
  padding: 5px 0 30px 0;
}

.seal-types-description h2 {
  font-size: 25px;
}
.seal-types-description p {
  font-size: 18px;
}
.custom-link {
  text-decoration: none;
  color: var(--primary-color);
}
.custom-link:hover {
  color: var(--black);
}
/* --Single Profiles-- */
.card {
  width: 10rem;
  border: none !important;
  padding-top: 5px;
  transition: all 0.5s ease-in-out;
  align-items: center;
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.05);
}
.slsl {
  padding-top: 5px;
}
.card button {
  height: 30px;
  width: 130px;
}
.card-title {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 1rem !important;
}
.card img {
  width: 130px;
  display: block;
  margin: auto;
  aspect-ratio: 1;
}
.card-body button {
  background-color: transparent;
  border: 1px solid var(--border);
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  font-weight: 500;
}
.card-body button:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.lip-profile-section {
  padding: 60px;
}
.lip-profile-section h3 {
  font-size: 25px;
  line-height: 29px;
  color: var(--primary-color);
  font-weight: 500;
  text-align: center;
}
.special-design {
  padding: 0 0 100px 0;
}

.bottom-strip {
  display: none;
}
.special-design {
  padding: 0;
}
.rotary-seal-section {
  color: var(--primary-color);
}
.rotary-seal-section h5 {
  margin-left: 17px;
  margin-bottom: 20px;
}
/* --Modal-- */

.modal-parent {
  padding: 10px;
}
.modal-title {
  color: var(--primary-color);
}
.modal-body p {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  color: gray;
}
.modal-info {
  margin: 10px 0;
  color: var(--primary-color);
  font-weight: 600;
}
.dimension {
  color: var(--primary-color) !important;
  font-size: 17px;
}
.modal1-input {
  width: 50% !important;
}
.modal-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-left: 5px solid var(--primary-color) !important;
  overflow-y: auto;
  height: 800px;
}
.application-notes {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.application-notes textarea {
  margin-bottom: 20px;
  resize: none;
}

.modal-form input {
  margin-bottom: 10px;
}
.modal label {
  font-weight: bold;
}

.modal-img {
  width: 200px;
  margin: 30px auto;
}
.modal-footer button {
  background-color: transparent;
  padding: 7px 10px;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.Required {
  color: red !important;
}
.image-container {
  display: flex;
  justify-content: space-around;
  margin: 20px;
}
.sl-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sl-image h6 {
  margin-top: 10px;
  color: var(--primary-color);
}
.modal span {
  color: var(--primary-color);
  font-weight: 700;
}
#material {
  margin: 0 20px;
}
#lip-material {
  margin-left: 30px;
  margin-right: 20px;
}
.modal-submit {
  padding: 8px 20px;
  border: none;
  background-color: var(--primary-color);
  color: var(--white);
  display: block;
  margin: 0 auto 20px;
  border-radius: 5px;
}
.width-input {
  width: 100px !important;
  height: 30px !important;
}
select {
  height: 40px !important;
  width: 100% !important;
  border: 1px solid var(--gray);
}
.contact-header {
  display: flex;
  justify-content: end;
  align-items: center;
}

.logo-container img {
  margin-top: -54px;
}

.home-text-container {
  position: absolute;
  top: 30%;
  left: 16%;
}
.seal-types-container,
.material-type-heading {
  position: absolute;
  top: 30%;
  left: 16%;
}
.text-container h1 {
  max-width: 626px;
  font-size: 60px;
  color: var(--white);
  border-right: 1px solid #c7c1c1;
}
.vertical-text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  color: var(--white);
}
/* ---Materials--- */
.materials-section {
  margin: 70px 0;
}
.material-row {
  margin: 100px 0;
}
.material-row h3 {
  font-size: 25px;
  line-height: 29px;
  font-family: var(--font-bold);
  color: var(--primary-color);
  margin-bottom: 30px;
}
.materials-section h4 {
  color: var(--primary-color);
  font-weight: 600;
}
#hybrid-text {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: bold;
}
.material-list li {
  font-size: 18px;
  margin-bottom: 15px;
  list-style-type: square;
  padding-left: 10px;
  color: var(--primary-color);
}
.material-list li:hover {
    text-decoration: underline !important;
}
.table-head {
  background-color: var(--primary-color);
  color: var(--white);
}
.gray-row {
  background-color: #ece7e7;
}
.materials-section p {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 28px;

  color: #7d7272;
}
.material-btn {
  width: 177px;
  height: 44px;
  background-color: transparent;
  color: var(--gray);
  border: 1px solid var(--gray);
}
.material-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 0;
  border-radius: 4px;
}

/* --Warrenty-- */
.warranty-text {
  padding: 50px 0;
}
.warranty-info2 {
  margin-top: 50px;
}
.warranty-section {
  background-color: #eef0f3;
  padding-bottom: 100px;
}
.warranty-manufactur-section {
  margin-top: 0;
  padding-top: 27px;
}
.warranty-info1,
.warranty-info2 {
  font-size: 17px;
  line-height: 25px;
  font-family: var(--font-regular);
}
.warranty-text h2 {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 20px;
}
/* --Contact Us Page-- */
.contact-section {
  background-color: #eef0f3;
  padding-bottom: 70px;
}
.contact-form {
  padding: 30px;
  background-color: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-call {
  font-size: 18px;
  text-decoration: none;
  color: var(--black);
}
.contact-call:hover {
  color: var(--primary-color);
}
.address-card a {
  color: var(--white);
  text-decoration: none;
}
.address-card a:hover {
  color: var(--white);
}
.contact-form h5 {
  font-size: 25px;
  margin-bottom: 20px;
	font-weight: 600;
}
.contact-form p {
  font-size: 18px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #919191;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
  resize: none;
}
textarea:focus {
  outline: none;
}
textarea::placeholder {
  color: var(--black);
  padding-left: 7px;
}
.contact-btn {
  width: 200px !important;
  height: 39px !important;
  background-color: transparent !important;
  font-size: 19px !important;
  margin-top: 8px !important;
}
.contact-btn:hover {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
  border: none !important;
}

.contact-form input::placeholder {
  color: var(--black);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-btn {
    border: 1px solid !important;
}
.address-text h2 {
  font-size: 25px;
}
.timer-image {
  margin-top: 20px;
}

.address-text p {
  font-size: 18px;
  margin-bottom: 20px;
}
.independance-text {
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 25px;
}
.mail-data {
  margin-top: 25px;
}
.mail-data a {
  text-decoration: none;
  color: var(--black);
}
.mail-data a:hover {
  color: var(--primary-color);
}
.stephen-maloney h4,
.mail-data h4 {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
}
.mail-data p {
  padding-top: 10px;
}
.mail-data img {
  width: 33.64px;
  height: 37.2;
  margin-right: 8px;
}
.stephen-maloney p {
  margin-top: 15px;
}

.location-container {
  position: relative;
}
.location-container iframe {
  width: 100%;
  margin-top: 250px;
}
.address-card {
  background-color: var(--primary-color);
  padding: 10px 20px;
  color: var(--white);
  position: absolute;
  right: 16%;
  margin-top: -31%;
}
.address-card img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
/* --scroll button-- */
#btn-back-to-top {
  position: fixed;
  bottom: 95px;
  right: 20px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  z-index: 1;
}
.diameter-container {
  display: none;
}
.diameter-container-modal {
  display: none;
}

/* --end caps-- */
.seal-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.product-1,
.product-2,
.product-3,
.product-4,
.product-5 {
  margin-right: 7px !important;
}
.primary-product {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}
.seal-products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px !important;
}

.product-1,
.product-2,
.product-3,
.product-4,
.product-5 {
  margin-right: 7px !important;
}
.fa-solid {
 border:none !important;  
}
/* article1 css */
.article-sec{
  padding: 70px 0;
}
.article-sec h3 {
  font-size: 25px;
  line-height: 29px;
  font-family: var(--font-bold);
  color: var(--primary-color);
  margin-bottom: 30px;
}

.article-sec p {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 28px;
  color: #7d7272;
}

.article-sec h4 {
  color: var(--primary-color);
  font-weight: 600;
}

.article-sec table th[rowspan],
.article-sec table td[rowspan] {
  vertical-align: middle;
}

.article-sec .faq{
  padding-left: 0;
}


.article-sec li {
  font-size: 17px;
  margin-bottom: 15px;
  list-style-type: square;
  color: #7d7272;
  /*color: var(--primary-color);*/
}

.article-sec .faq li.question {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: row;
  list-style: none;
}

.article-sec .faq li.question.open {
  margin-bottom: 0;
}

.article-sec .faq li.question h5{
  flex: 0 0 97%;
  max-width: 97%;
  margin-bottom:0;
}

.article-sec .faq .ion-chevron-right {
  border: solid var(--primary-color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-right: 16px;
}

.article-sec .faq li.question.open .ion-chevron-right{
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.article-sec .faq li.answer {
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 28px;
  color: #7d7272;
  display:none;
  padding: 20px 0;
  list-style: none;
}

.article-sec .faq li.answer:nth-child(2) {
  display: block;
}
.article-sec p {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 28px;
    color: #7d7272;
}
img.img-fluid.pdf {
    width: 22px !important;
}
button.metal {
    padding: 8px !important;
    margin-top: 17px !important;
    text-align: center !important;
}

/*****************/
.contact-header a:hover{
color: #b5b4b4 !important;
}
.container.logo-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
#mega-menu-wrap-Header_Menu #mega-menu-Header_Menu{width: fit-content;}
.metal-case-img .img-fluid {width: 100% !important;}
.right-arrow a img{transition: 0.5s;}
.right-arrow img:hover{margin-right: -5px;}
.warranty-section .warranty-text{padding: 0px 0;}
section.seal-types-section{margin-top: -11px;}
.card-body a{text-decoration: none;}
input.tnp-submit{background-color: #4174e8 !important;}
input.tnp-submit:hover{color: #0f2a6a !important;background-color: #fff !important;}