@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
*,
body {
  font-family: Montserrat, sans-serif;
}
.dro-ho,
.header,
.menu-item,
.menu-link,
.third-foot li {
  position: relative;
}
*,
.menu,
.product-list {
  list-style: none;
}
.banner,
body {
  overflow-x: hidden;
}
.cont-card,
.dropdown-item,
.menu-link,
.product-link {
  text-decoration: none;
}
.icon-card img,
.refres {
  filter: invert(1);
}
.app-cont ul li::before,
.app-cont-1 ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M259.1 73.5C262.1 58.7 275.2 48 290.4 48L350.2 48C365.4 48 378.5 58.7 381.5 73.5L396 143.5C410.1 149.5 423.3 157.2 435.3 166.3L503.1 143.8C517.5 139 533.3 145 540.9 158.2L570.8 210C578.4 223.2 575.7 239.8 564.3 249.9L511 297.3C511.9 304.7 512.3 312.3 512.3 320C512.3 327.7 511.8 335.3 511 342.7L564.4 390.2C575.8 400.3 578.4 417 570.9 430.1L541 481.9C533.4 495 517.6 501.1 503.2 496.3L435.4 473.8C423.3 482.9 410.1 490.5 396.1 496.6L381.7 566.5C378.6 581.4 365.5 592 350.4 592L290.6 592C275.4 592 262.3 581.3 259.3 566.5L244.9 496.6C230.8 490.6 217.7 482.9 205.6 473.8L137.5 496.3C123.1 501.1 107.3 495.1 99.7 481.9L69.8 430.1C62.2 416.9 64.9 400.3 76.3 390.2L129.7 342.7C128.8 335.3 128.4 327.7 128.4 320C128.4 312.3 128.9 304.7 129.7 297.3L76.3 249.8C64.9 239.7 62.3 223 69.8 209.9L99.7 158.1C107.3 144.9 123.1 138.9 137.5 143.7L205.3 166.2C217.4 157.1 230.6 149.5 244.6 143.4L259.1 73.5zM320.3 400C364.5 399.8 400.2 363.9 400 319.7C399.8 275.5 363.9 239.8 319.7 240C275.5 240.2 239.8 276.1 240 320.3C240.2 364.5 276.1 400.2 320.3 400z'/%3E%3C/svg%3E");
}
.app-cont ul li::before,
.app-cont-1 ul li::before,
.app-cont-1-1 ul li::before {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 1px solid #000;
  border-right: 0.3em solid #fff0;
  border-bottom: 0;
  border-left: 0.3em solid #fff0;
}
.dro-ho .dropdown-item {
  font-size: 17px;
  font-weight: 600;
}
.dropdown-item:hover {
  background-color: #1f2c3c;
  color: #fff;
}
.dro-ho .dropdown-menu {
  box-shadow:
    rgb(0 0 0 / 0.25) 0 14px 28px,
    rgb(0 0 0 / 0.22) 0 10px 10px;
  margin-top: -29px !important;
  top: 100%;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.dro-ho:hover .dropdown-menu,
.map-time iframe {
  display: block;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px  5px!important;
  /* text-align: center; */
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: #fff0;
  border: 0;
  border-radius: 0 !important;
}
.menu,
nav {
  display: flex;
}
.megamenu,
.tab button.active::before,
body,
header {
  background-color: #fff;
}
.dropdown-divider {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
header {
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  flex: 0 0 auto;
}
#mapSvg,
.logo img,
.tabcontent a:hover::after {
  width: 100%;
}
nav {
  flex: 1;
  justify-content: flex-end;
}
.menu {
  gap: 30px;
}

/* Align menu items vertically and place the submenu chevron neatly beside the link */
.menu {
  align-items: center;
}

.has-megamenu {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.has-megamenu > .menu-link {
  padding: 48px 6px;
}

.submenu-btn {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 48px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.submenu-btn i {
  margin: 0;
  font-size: 13px;
}

/* On small screens, make the submenu button smaller and inline with collapsed menu */
@media (max-width: 1199px) {
  .submenu-btn {
    padding: 12px 10px;
    font-size: 16px;
  }
  .has-megamenu > .menu-link {
    padding: 12px 6px;
  }
}

/* Mobile: make nav vertical and show megamenu inline below the menu item */
@media (max-width: 991px) {
  nav {
    position: fixed;
    inset: 0 0 auto 0;
    background: #fff;
    padding: 20px;
    transform: translateY(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    z-index: 1500;
    display: block;
  }

  nav.active {
    transform: translateY(0);
  }

  .menu {
    flex-direction: column;
    gap: 0;
  }

  .menu-link,
  .submenu-btn {
    padding: 12px 10px;
  }

  /* Make megamenu a block element that pushes content down instead of absolute overlay */
  .megamenu {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none;
    border-top: 1px solid #eee;
    padding: 0;
  }

  /* Hide megamenu by default unless its parent has .active */
  .has-megamenu .megamenu {
    display: none;
  }

  .has-megamenu.active .megamenu {
    display: block;
  }

  .megamenu-content {
    grid-template-columns: 1fr !important;
    padding: 16px 10px;
    gap: 12px;
  }

  .product-column,
  .image-column {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }

  .product-list .product-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .image-column .product-image,
  .product-image {
    margin-top: 8px;
  }
}
.menu-link {
  display: block;
  padding: 48px 0;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
}
.menu-link::after {
  content: "";
  top: 73px;
}
.menu-link i {
  font-size: 13px;
  margin-left: 5px;
}
.inters,
.menu-link:hover,
.mobile-menu-btn:hover,
.sent {
  color: #003954;
}
.has-megamenu {
  position: static;
}
.megamenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s;
  z-index: 100;
  border-top: 3px solid #003954;
}
.ro-vessel-content,
.ro-vessel-media {
  box-shadow: 0 26px 55px rgb(15 45 64 / 0.12);
}
.has-megamenu:hover .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.megamenu-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.product-column {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}
.product-item {
  margin-bottom: 12px;
  position: relative;
}
.product-link {
  display: block;
  padding: 4px 12px;
  color: #000;
  font-size: 17px;
  border-radius: 4px;
  transition: 0.3s;
  background-color: #fff0;
}
.product-link:hover {
  background-color: #003954;
  color: #fff;
  transform: translateX(5px);
}
.image-column {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us,
.products-sec {
  padding: 55px 0;
}
.product-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
  margin-top: 10px;
}
.gallery a:hover img,
.product-image:hover {
  transform: scale(1.05);
}
.mobile-menu-btn {
  display: none;
  background: 0 0;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
}
section.product-part {
  margin: 80px 0 60px;
}
.pro-content h2 {
  padding-bottom: 9px;
  font-size: 40px;
  font-weight: 600;
  color: #003954;
  text-align: center;
}
.pro-content-1 h2 {
  padding-bottom: 45px;
  font-size: 43px;
  font-weight: 600;
  color: #003954;
  text-align: center;
}
.pro-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #000;
  padding-bottom: 50px;
  text-align: center;
}
.banner {
  position: relative;
}
.hero-video {
  width: 100%;
  height: 100%;
}
.banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #000000a9 0, rgb(0 0 0 / 0.4) 45.71%);
  width: 100%;
  height: 99%;
  top: 0;
  left: 0;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  width: 100%;
}
.about-us,
.banner-text h1,
.banner-text p,
.tab button,
.tabcontent a,
.tabcontent a i,
.tabcontent p {
  position: relative;
}
.banner-content-main {
  position: relative;
  z-index: 9;
  width: 100%;
}
.banner-text h1 {
  color: #fff;
  z-index: 999;
  font-size: 37px !important;
  font-weight: 400;
  line-height: 60px;
}
.banner-text p {
  transform: translateY(50px);
  transition: 1s;
  color: #fff;
  z-index: 999;
  width: 500px;
}
.banner-cont a {
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 22px;
  margin-top: 30px;
  display: inline-block;
  font-size: 17px;
  transition: 0.3s;
  border-radius: 10px;
}
.banner-cont a i {
  padding-left: 10px;
}
.banner-cont a:hover {
  background: linear-gradient(135deg, #4e86a7, #6ba0bf);
}
.d-non,
.form-control-feedback,
.mob-baner {
  display: none;
}
.about-us {
  background-color: #003954;
  margin-top: -10px;
}
.about-us h2 {
  text-align: center;
  padding-bottom: 25px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.about-us p {
  font-size: 17px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.about-us p:last-child {
  padding-bottom: 0;
}
.products-sec h2 {
  padding-bottom: 35px;
  font-size: 36px;
  font-weight: 600;
  color: #003954;
}
.tab {
  float: left;
  width: 25%;
}
.tab button {
  display: block;
  background-color: inherit;
  color: #000;
  padding: 9px 16px 8px 30px;
  width: 100%;
  border: none;
  outline: 0;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 0.25rem;
  font-weight: 500;
  margin-bottom: 9px;
}
.tab button::before {
  position: absolute;
  content: "";
  background-color: #000;
  border-radius: 0.125rem;
  bottom: 0.8rem;
  left: 0.9rem;
  top: 0.8rem;
  width: 0.1775rem;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #003954;
  color: #fff;
  font-weight: 500;
}
.tabcontent {
  float: left;
  padding: 1.5rem;
  width: 73%;
  border-left: none;
  margin-left: 2%;
  background-color: #f4f4f4;
}
.tabcontent h3 {
  font-weight: 500;
  font-size: 26px;
  text-decoration: underline !important;
  margin-bottom: 1.5rem;
  color: #003954;
}
.tabcontent p {
  padding-bottom: 10px;
  padding-left: 20px;
}
.tabcontent p::before {
  position: absolute;
  content: "";
  content: "\f111";
  font-family: FontAwesome;
  font-size: 7px;
  top: 7px;
  left: 0;
  color: #003954;
}
.last-foot h2::before,
.quick h2::before,
.tabcontent a::after,
.third-foot h2::before {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
}
.tabcontent a {
  color: #003954;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.tabcontent a i {
  font-size: 17px;
  top: 1px;
}
.tabcontent a::after {
  width: 0;
  background-color: #003954;
  bottom: calc(0.2rem * -1);
  transition: width 0.3s;
}
.your-supplier {
  padding: 55px 0;
  background: linear-gradient(180deg, #e8f0f5 0, #fff 50%, #e8f0f5 100%);
}
.supp {
  background-color: #ededed;
}
.supply-info {
  padding: 15px 25px;
}
.supply-info h2 {
  color: #003954;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 15px;
  line-height: 1.3;
}
.bread-info p,
.enq-sec p,
.first-foot p,
.in-info p,
.supply-info p,
address {
  line-height: 1.6;
}
.supply-info p {
  color: #000;
  text-align: justify;
}
.supply-img {
  transition: 0.3s;
  overflow: hidden;
}
.supply-img img {
  transition: 0.4s;
}
.supp:hover img {
  transform: scale(1.1);
}
.industry-time {
  padding: 60px 0;
  background-color: #003954;
}
.industry-card,
.industry-card-index,
.product-card {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  padding: 1.5rem 1rem;
  min-height: 220px;
  text-align: center;
}
.industry-card,
.industry-card:hover {
  background: linear-gradient(
    165deg,
    #003954 0,
    #1e2a3a 35%,
    #243447 65%,
    #003954 100%
  );
}
.industry-time h2 {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  padding-bottom: 15px;
  text-align: center;
}
.industry-time p {
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
}
.industry-card {
  border: 1px solid;
  border-radius: 20px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.industry-card img,
.industry-card-index img,
.product-card img {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 0.75rem;
  transition: transform 0.4s;
}
.industry-card .industry-name,
.industry-card-index .industry-name,
.product-card .product-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.industry-card .industry-name a,
.industry-card-index .industry-name a,
.power a,
.product-card .product-name a,
tr:hover td {
  color: #fff;
}
.industry-card:hover {
  transform: scale(1.03);
}
.industry-card-index:hover img,
.industry-card:hover img,
.product-card:hover img {
  transform: scale(1.02);
}
.industry-card-index,
.product-card {
  background: linear-gradient(135deg, #1e6a85, #2f8daa);
  border: 1px solid;
  border-radius: 20px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-bar a,
.icon-card {
  justify-content: center;
}
.industry-card-index:hover,
.product-card:hover,
.stat-card:hover {
  background: linear-gradient(135deg, #1e6a85, #2f8daa);
  transform: scale(1.03);
}
.btn-velcon:hover,
.enq-btns:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgb(78 134 167 / 0.45);
}
.footer-info-left {
  margin-left: 18px;
}
.product-card-1 {
  border: 1px solid #026ea0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 400px;
  background: #fff;
  cursor: pointer;
}
.btn-velcon,
.enq-btns {
  border: none;
  position: relative;
  overflow: hidden;
}
.product-card-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  display: block;
}
.cont-card:hover .icon-card,
.product-card-1:hover img {
  transform: scale(1.08);
}
.product-card-1:hover .product-name {
  bottom: 0;
}
.btn-velcon {
  background: linear-gradient(135deg, #4e86a7, #6ba0bf);
  color: #fff !important;
  font-weight: 600;
  padding: 0.85rem 2rem;
  border-radius: 10px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.counter-sec,
footer {
  background-color: #003954;
}
.btn-velcon:hover {
  color: #fff;
}
.counter-sec {
  padding: 55px 0;
}
.stat-card {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e6a85, #2f8daa);
  border: 1px solid;
  transition:
    transform 0.3s,
    background 0.3s;
}
.stat-number {
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 800;
  background: linear-gradient(135deg, #a5cbe1, #8bb8d4);
  background-clip: text;
  display: block;
  line-height: 1.2;
  padding-bottom: 3px;
  color: #ebebeb;
}
.enq-btns,
.quick li a,
.section-badge,
.third-foot li a,
.whts-btns {
  display: inline-block;
}
.stat-label {
  color: #fff;
  font-size: 17px;
  margin-top: 0.5rem;
}
.enq-sec {
  padding: 55px 0;
  background: linear-gradient(180deg, #e8f0f5 0, #fff 50%, #e8f0f5 100%);
  text-align: center;
}
.in-info h2,
.section-badge {
  background: linear-gradient(
    135deg,
    rgb(52 92 114 / 0.15),
    rgb(107 160 191 / 0.15)
  );
  letter-spacing: 0.15em;
}
.section-badge {
  color: #4e86a7;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  border: 1px solid;
}
.enq-btns,
.whts-btns:hover {
  background: linear-gradient(135deg, #4e86a7, #6ba0bf);
  color: #fff !important;
}
.enq-btns,
.enq-sec h2,
address span {
  font-weight: 500;
}
.enq-sec h2 {
  color: #003954;
  font-size: 30px;
  padding-bottom: 15px;
}
.enq-sec p {
  margin-bottom: 2rem;
}
.enq-btns {
  padding: 15px 20px;
  border-radius: 10px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.whts-btns {
  color: #003954 !important;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border: 2px solid #fff0;
  background-image:
    linear-gradient(#fff, #fff), linear-gradient(135deg, #4e86a7, #6ba0bf);
  background-clip: padding-box, border-box;
  background-origin: border-box;
}
.fill-yel,
.get-times {
  font-weight: 300 !important;
}
footer {
  padding: 55px 0 40px;
}
.foot-logo img {
  padding: 10px;
  border-radius: 10px;
  width: 82%;
}
.foot-logo {
  text-align: center;
}
.first-foot p {
  color: #fff;
  font-size: 14px;
  text-align: justify !important;
  padding: 15px 1px ;
}
.quick {
  padding-left: 50px;
}
.last-foot h2,
.quick h2,
.third-foot h2 {
  font-size: 19px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.quick h2::before,
.third-foot h2::before {
  background-color: #fff;
  top: 108%;
  width: 100px;
}
.quick li a {
  color: #fff;
  padding-bottom: 9px;
  font-size: 15px;
}
.third-foot li i {
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.copy,
.power,
.third-foot li a,
address {
  font-size: 15px;
  color: #fff;
}
.third-foot li a {
  padding-bottom: 9px;
  letter-spacing: 0.5px;
}
.last-foot h2::before {
  background-color: #fff;
  top: 108%;
  width: 80px;
}
address {
  margin-bottom: 0;
}
.copy-foot {
  background: linear-gradient(135deg, #003954, #026ea0);
  padding: 10px 0;
  border-top: 1px solid #525252;
}
.power {
  text-align: right;
}
.icon-bar {
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  right: 0.5%;
}
.icon-bar a {
  display: flex;
  align-items: center;
  text-align: center;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
  transition: 0.3s;
  color: #fff;
  font-size: 19px;
  border-radius: 50%;
  box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
}
.in-info h2,
.ro-vessel-kicker {
  display: inline-block;
  text-transform: uppercase;
}
.facebook {
  background: linear-gradient(135deg, #1877f2, #166fe5);
}
.twitter {
  background: linear-gradient(135deg, #833ab4 0, #fd1d1d 50%, #fcaf45 100%);
}
.google {
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.bread {
  background: linear-gradient(
    165deg,
    #003954 0,
    #1e2a3a 35%,
    #243447 65%,
    #003954 100%
  );
  padding: 70px 0;
}
.bread-last {
  position: relative;
  color: #fff;
  font-size: 18px;
}
.bread-last i {
  font-size: 14px;
}
.bread-last a {
  color: #fff;
  transition: 0.3s;
}
.about-page-info,
.certificate-page,
.contact-page {
  padding: 70px 0;
  background: linear-gradient(180deg, #e8f0f5 0, #fff 50%, #e8f0f5 100%);
}
.in-info h2 {
  color: #4e86a7;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
  border: 1px solid;
}
.in-info h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #345c72;
  margin-bottom: 0.5rem;
}
.in-info p,
option {
  color: #000;
}
.in-info p {
  font-size: 16px;
  padding-bottom: 10px;
  text-align: justify;
}
.bread-info h2 {
  background: linear-gradient(135deg, #fff 0, #e8f0f5 50%, #6ba0bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  font-size: 38px;
  font-weight: 800;
  padding: 13px 0 15px;
}
.bread-info p {
  color: rgb(255 255 255 / 71%) !important;
  font-size: 17px;
}
.enq-bg {
  background-color: #003954;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.en-cont,
.en-cont:disabled,
.en-cont:focus {
  background-color: #fff0;
}
.en-cont {
  border: none;
  border-radius: 0 !important;
  padding: 15px !important;
}
.en-cont:focus {
  border: none !important;
  border-bottom: 1px solid #838383 !important;
}
.ro-vessel-modern::after,
.ro-vessel-modern::before {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}
.submit-yel {
  padding: 7px 12px !important;
  font-size: 16px !important;
}
.fill-yel {
  font-size: 23px !important;
}
.get-times {
  font-size: 38px !important;
}
.page-part {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ro-vessel-modern {
  --ro-dark: #0f2d40;
  --ro-accent: #0d8f99;
  --ro-soft: #eaf6f7;
  position: relative;
  padding: 70px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #f3fafb 0, #fff 52%, #edf7f8 100%);
}
.ro-vessel-modern::before {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgb(13 143 153 / 0.22) 0, #fff0 72%);
  top: -140px;
  right: -90px;
}
.ro-vessel-modern::after {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgb(15 45 64 / 0.1) 0, #fff0 72%);
  left: -110px;
  bottom: -130px;
}
.ro-vessel-shell {
  position: relative;
  z-index: 1;
}
.ro-vessel-content {
  height: 100%;
  background: #fff;
  border: 1px solid;
  border-radius: 26px;
  padding: 36px;
  animation: 0.75s forwards ro-vessel-rise;
}
.ro-vessel-kicker {
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #0b7280;
  background: var(--ro-soft);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.ro-vessel-content h2 {
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.15;
  color: var(--ro-dark);
  font-weight: 800;
  margin-bottom: 16px;
}
.ro-vessel-lead {
  color: #173e56;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.ro-vessel-content p {
  color: #3d5463;
  font-size: 16px;
  line-height: 1.75;
}
.ro-vessel-points {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ro-vessel-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid;
  background: #fff;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #11384f;
  font-weight: 600;
}
.material-1 h2,
.material-2 h2,
.material-3 h2 {
  background-color: #264363;
  clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
}
.ro-vessel-points i {
  color: var(--ro-accent);
}
.ro-vessel-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ro-stat {
  text-align: center;
  border-radius: 15px;
  background: #f8fcfd;
  border: 1px solid;
  padding: 14px 10px;
}
.ro-stat h3 {
  color: #0f2d40;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
}
.ro-stat p {
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #597287;
  font-weight: 600;
}
.ro-vessel-media {
  height: 100%;
  background: #fff;
  border-radius: 26px;
  border: 1px solid;
  padding: 12px;
  position: relative;
  overflow: hidden;
  animation: 0.75s 0.1s forwards ro-vessel-rise;
  opacity: 0;
}
.ro-vessel-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
}
.ro-floating-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  background: linear-gradient(
    110deg,
    rgb(15 45 64 / 0.93),
    rgb(13 143 153 / 0.9)
  );
  border-radius: 14px;
  border: 1px solid;
  backdrop-filter: blur(4px);
}
.app-cont,
.app-cont-1,
.get {
  line-height: 30px;
}
.ro-vessel-cards {
  margin-top: 24px;
}
.ro-vessel-card {
  height: 100%;
  background: #fff;
  border-radius: 22px;
  border: 1px solid;
  box-shadow: 0 20px 42px rgb(15 45 64 / 0.1);
  padding: 26px;
  transition:
    transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
  animation: 0.75s forwards ro-vessel-rise;
}
.ro-vessel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 44px rgb(13 143 153 / 0.17);
  border-color: rgb(13 143 153 / 0.42);
}
.ro-vessel-card h3 {
  font-size: 1.25rem;
  color: var(--ro-dark);
  font-weight: 700;
  margin-bottom: 12px;
}
.ro-vessel-card p {
  color: #3f5666;
  font-size: 15px;
  line-height: 1.7;
}
.ro-vessel-card ul {
  margin-top: 12px;
  padding-left: 18px;
}
.ro-vessel-card li {
  color: #466070;
  margin-bottom: 8px;
  line-height: 1.5;
  list-style: disc;
  font-size: 14px;
}
.ro-vessel-btn {
  display: inline-flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #0f2d40, #0d8f99);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.ro-vessel-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgb(15 45 64 / 0.28);
  color: #fff;
}
.ro-vessel-cards .col-md-6:nth-child(2) .ro-vessel-card {
  animation-delay: 0.12s;
}
.ro-vessel-cards .col-md-6:nth-child(3) .ro-vessel-card {
  animation-delay: 0.2s;
}
@keyframes ro-vessel-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .ro-vessel-content,
  .ro-vessel-media {
    border-radius: 22px;
    padding: 28px;
  }
  .ro-vessel-media {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .ro-vessel-modern {
    padding: 55px 0 65px;
  }
  .ro-vessel-content {
    padding: 28px 22px;
  }
  .ro-vessel-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ro-vessel-media img {
    min-height: 340px;
  }
  .ro-vessel-card {
    padding: 22px;
  }
}
@media (max-width: 575px) {
  .ro-vessel-content h2 {
    font-size: 1.7rem;
  }
  .ro-vessel-content p {
    font-size: 15px;
  }
  .ro-vessel-points span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .ro-vessel-stats {
    grid-template-columns: 1fr;
  }
  .ro-vessel-media img {
    min-height: 290px;
  }
  .ro-floating-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 13px;
    padding: 12px 14px;
  }
}
.has-feedback .form-control-1 {
  font-size: 16px !important;
  padding: 18px;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
}
.has-feedback label ~ .form-control-feedback {
  top: 0 !important;
}
.error {
  text-align: left !important;
  display: table !important;
  color: #8a8a8a;
  font-size: 14px;
}
.cont-card,
.fill,
.get {
  text-align: center;
}
.thnak4 {
  margin-top: 50px;
}
.form-group {
  margin: 15px 0 !important;
}
.form-group input {
  border-bottom: 1px solid #828282;
}
.form-group select,
.form-group textarea {
  border-bottom: 1px solid #838383;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #838383;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}
.Submit-box {
  background: linear-gradient(135deg, #4e86a7, #6ba0bf);
  color: #fff;
  padding: 11px 15px;
  border: none;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s;
  font-weight: 500 !important;
}
.cont-card h2,
.fill,
.get {
  font-weight: 600;
}
.Submit-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgb(78 134 167 / 0.45);
  color: #fff;
}
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.fill {
  font-size: 18px !important;
  margin-bottom: 20px !important;
  color: #fff;
}
.form-dark,
th {
  color: #fff !important;
}
.form-dark {
  background: 0 0 !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
}
.form-dark::placeholder {
  color: #ccc;
}
.form-dark:focus {
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid #4e86a7 !important;
}
.get {
  color: #fff;
  font-size: 32px !important;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.has-feedback .form-control {
  font-size: 16px !important;
  padding: 18px;
  color: #fff;
}
.cont-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 5px;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 10px 40px rgb(0 0 0 / 0.08),
    0 2px 12px rgb(52 92 114 / 0.06);
  border: 1px solid;
  color: inherit;
  transition: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  min-height: 140px;
  min-width: 0;
  overflow: hidden;
}
.app-cont,
.app-cont-1,
.hosp-pes p {
  text-align: justify;
}
.icon-card {
  background: linear-gradient(135deg, #345c72, #4e86a7);
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 0.95rem;
  transition: transform 0.3s;
  box-shadow: 0 6px 20px rgb(52 92 114 / 0.35);
}
.icon-card img {
  width: 28px;
}
.cont-card h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4e86a7;
  margin-bottom: 0.5rem;
}
.cont-card a,
.cont-card p {
  font-size: 1rem;
  font-weight: 600;
  color: #4e4e4e;
  overflow-wrap: break-word;
  word-break: break-word;
  margin-bottom: 3px;
}
.as-we-know p,
.overlay i {
  color: #fff;
}
.as-we-know p,
.hosp-pes p {
  margin-bottom: 8px;
  line-height: 1.6;
}
.cont-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgb(52 92 114 / 0.18);
  border-color: #6ba0bf;
  color: #345c72;
}
.gallery a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.app-cont li,
.app-cont-1 li {
  display: block;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay i {
  font-size: 17px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
}
.gallery a:hover .overlay,
.tooltip.show {
  opacity: 1;
}
.gallery {
  box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
  position: relative;
  overflow: hidden;
}
.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.95;
}
.hospital-n-clinic {
  padding: 60px 0;
}
.hosp-pes p {
  font-size: 17px;
}
.boredr-sector {
  border: 1px solid #003954;
  padding: 10px 15px 10px 10px;
  border-radius: 12px;
}
.faq-page,
.last-para,
.text-para {
  padding: 50px 0;
}
.text-para {
  background: linear-gradient(
    165deg,
    #003954 0,
    #1e2a3a 35%,
    #243447 65%,
    #003954 100%
  );
}
.hos img {
  border-radius: 12px;
}
.last-para h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #003954;
  text-align: center;
}
.last-para p {
  line-height: 1.6;
  font-size: 16px;
}
.as-we-know h2 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 15px;
  font-weight: 700;
}
.indusry-page {
  background: linear-gradient(180deg, #e8f0f5 0, #fff 50%, #e8f0f5 100%);
}
.indusry-page h2 {
  color: #003954;
  padding-bottom: 40px;
  font-weight: 600;
}
.construction-4 {
  box-shadow: 0 5px 15px 5px
    rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
  padding: 15px;
  margin-top: 30px;
  border-left: 4px solid #264363;
  border-radius: 15px;
  margin-bottom: 30px;
}
.construction-10,
.construction-11,
.construction-12,
.construction-2-1,
.construction-2-ssw,
.construction-2-stainless-steel,
.construction-2-stainless-steel-1,
.construction-2-stainless-steel-ss,
.construction-8,
.construction-13,
.construction-9 {
  padding: 40px;
  color: #fff;
}
.construction-10,
.construction-11,
.construction-12,
.construction-2,
.construction-2-1,
.construction-2-ssw,
.construction-2-stainless-steel,
.construction-2-stainless-steel-1,
.construction-2-stainless-steel-ss,
.construction-3,
.construction-6,
.construction-7,
.construction-8,
.construction-13,
.construction-9 {
  background-color: #ffffff1a;
  border-radius: 20px;
  box-shadow:
    rgb(50 50 93 / 0.25) 0 2px 5px -1px,
    rgb(0 0 0 / 0.3) 0 1px 3px -1px;
}
.construction-2,
.construction-6,
.construction-7 {
  padding: 40px;
  color: #fff;
  height: 630px;
  width: 100%;
}
.construction-8 {
  height: 750px;
  width: 100%;
}
.construction-13 {
  height: 650px;
  width: 100%;
}
.construction-9 {
  height: 950px;
  width: 100%;
}
.construction-11 {
  height: 1050px;
  width: 100%;
}
.construction-12 {
  height: 1100px;
  width: 100%;
}
.construction-10 {
  height: 770px;
  width: 100%;
}
.construction-2-ssw {
  height: 537px !important;
}
.construction-2-stainless-steel-ss {
  height: 402px;
}
.construction-2-stainless-steel {
  height: 480px;
}
.construction-2-1 {
  height: 370px;
}
.construction-3 {
  padding: 20px;
}
.construction-1,
.construction-5 {
  box-shadow: 0 5px 15px 5px
    rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
  border-right: 8px solid #264363;
  margin-top: 35px;
  border-left: 8px solid #264363;
}
.construction-5 {
  padding: 20px 15px;
  height: 420px;
}
.construction-1 {
  padding: 15px;
  height: 385px;
}
.material {
  margin-top: 15px;
}
.material-1 h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  width: 49%;
  padding: 10px;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
}
.material h2,
.material-2 h2 {
  padding: 14px 10px;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
}
.material-2 h2 {
  font-size: 21px;
  font-weight: 600;
  width: 55%;
  align-items: center;
}
.material h2 {
  font-size: 25px;
  font-weight: 700;
  align-items: center;
  text-align: center;
}
.material-3 h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  width: 92%;
  padding: 10px 10px 14px;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  height: 74px;
}
.app-cont,
.app-cont li,
.app-cont-1,
.app-cont-1 li {
  font-size: 17px;
  font-weight: 500;
}
.advantages-part {
  margin: 60px 0 70px;
  background-color: #003954;
  padding: 80px 0;
}
section.features-part {
  padding-bottom: 55px;
}
.app-cont p {
  padding: 20px 10px;
}
.app-cont li {
  padding: 7px 0;
  color: #000;
}
.app-cont ul li i {
  font-size: 20px;
  padding-right: 9px;
  align-items: center;
  color: #1c3c5f;
}
.app-cont-1 {
  color: #fff;
}
.app-cont-1 li {
  color: #fff;
  padding-left: 0;
}
.dest-label,
.sin-grider h2,
th {
  font-weight: 700;
}
.app-cont-1 ul li i {
  font-size: 20px;
  padding-right: 9px;
  align-items: center;
  color: #fff;
}
.single-time {
  padding: 60px 0 20px;
}
.sin-grider h2 {
  color: #003954;
  padding-bottom: 23px;
  font-size: 33px;
  text-align: center;
}
.sin-grider p {
  font-size: 17px;
  line-height: 1.6;
  text-align: justify;
  padding-bottom: 10px;
}
.box,
.img-bor-sha {
  box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
}
@media screen and (max-width: 1290px) {
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: 800px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
   .construction-13 {
    padding: 40px 20px !important;
    color: #fff;
    height: 700px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-9 {
    padding: 40px 20px !important;
    color: #fff;
    height: 1000px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-11,
  .construction-12 {
    padding: 40px;
    width: 100%;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-11 {
    height: 1150px;
  }
  .construction-12 {
    height: 1230px;
  }
  .construction-10 {
    padding: 40px 20px !important;
    color: #fff;
    height: 850px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
@media screen and (max-width: 1199px) {
  .has-megamenu,
  .menu-item,
  header {
    position: relative;
  }
  .construction-9 {
    padding: 40px 20px !important;
    color: #fff;
    height: 1130px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-11,
  .construction-12 {
    padding: 40px 20px;
    background-color: #ffffff1a;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
    width: 100%;
    color: #fff;
    border-radius: 20px;
  }
  .construction-11 {
    height: 1280px;
  }
  .construction-12 {
    height: 1350px;
  }
  .has-megamenu.active .megamenu,
  .mobile-menu-btn {
    display: block;
  }
  .image-column,
  .megamenu,
  .menu-link::after {
    display: none;
  }
  /* nav {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #fff;
    transition: left 0.3s;
    overflow-y: auto;
    z-index: 999;
  } */

    nav {
    position: fixed;
    top: 100px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #fff;
    transition: left 0.3s;
    overflow-y: auto;
    z-index: 999;
  }
  nav.active {
    left: 0;
    top: 100px;
  }
  .menu {
    flex-direction: column;
    padding: 20px;
    gap: 0;
    width: 100%;
  }
  .menu-item {
    width: 100%;
  }
  .menu-link {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  .megamenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    background-color: #f8f9fa;
  }
  .megamenu-content {
    grid-template-columns: 1fr !important;
    gap: 0;
    padding: 5px 10px;
  }
  .product-link {
    padding: 8px 12px;
    font-size: 16px;
  }
  .tabcontent h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .supply-info h2 {
    font-size: 22px;
  }
  .supply-info {
    padding: 15px 20px;
  }
  .enq-sec h2 {
    font-size: 26px;
  }
  .product-column {
    padding: 10px;
  }
  .product-item {
    margin-bottom: 5px;
  }
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: 900px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
   .construction-13 {
    padding: 40px 20px !important;
    color: #fff;
    height: 800px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
.dest-dot,
td {
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  .construction-10,
  .construction-2,
  .construction-6,
  .construction-7,
  .construction-8 {
  .construction-13 {
    padding: 40px 20px !important;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    background-color: #264363;
    width: 68%;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
  .construction-2,
  .construction-7 {
    height: 770px;
  }
  .construction-8 {
    height: 950px;
  }
  .construction-6 {
    height: 800px;
  }
  .construction-10 {
    height: 900px;
  }
}
}
@media screen and (max-width: 1028px) {
  .construction-10,
  .construction-2,
  .construction-7,
  .construction-13,
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-10 {
    height: 950px;
  }
  .construction-2 {
    height: 650px;
  }
  .construction-8 {
    height: 1000px;
  }
  .construction-7 {
    height: 680px;
  }
  .pro-content h2 {
    font-size: 35px;
  }

  /* .banner-text h1{
    padding-left: 50px;
  } */
  .banner-cont a{
    margin-left: 50px;
  }
   
}
@media screen and (max-width: 1000px) {
  .construction-2,
  .construction-7,
  .construction-8 {
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
    color: #fff;
    padding: 40px 20px !important;
  }
  .construction-6,
  .construction-8,
  .construction-9 {
    padding: 40px 20px !important;
  }
  .construction-2,
  .construction-7 {
    height: 770px;
  }
  .construction-8 {
    height: 1050px;
  }
  .construction-6 {
    color: #fff;
    height: 850px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-11,
  .construction-9 {
    color: #fff;
    height: auto !important;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-11 {
    padding: 40px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1360px){
      .banner-text h1{
        margin-left: 50px;
      }
      .banner-cont a{
        margin-left: 50px;
      }
}
@media screen and (max-width: 900px) {
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: 1250px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
@media screen and (max-width: 810px) {
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: auto;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
@media screen and (max-width: 790px) {

  .first-foot p{
    text-align: center !important;
  }
  .construction-13{
    height: auto;
  }
  .construction-2,
  .construction-6,
  .construction-7 {
    padding: 40px 20px !important;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    background-color: #264363;
    width: 89%;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
  .construction-2 {
    height: auto !important;
  }
  .construction-7 {
    height: 950px !important;
  }
  .construction-6 {
    height: 1100px !important;
  }
}
@media screen and (max-width: 767px) {
  .construction-2,
  .construction-6,
  .construction-7,
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: auto !important;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
@media screen and (max-width: 650px) {
  .construction-2,
  .construction-6,
  .construction-7,
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: auto !important;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
@media screen and (max-width: 550px) {
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: auto !important;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .in-info h2{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .construction-8 {
    padding: 40px 20px !important;
    color: #fff;
    height: auto !important;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
@media screen and (max-width: 480px) {
  .construction-2,
  .construction-6,
  .construction-7,
  .construction-8 {
    color: #fff;
    height: auto !important;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    background-color: #264363;
    width: 88% !important;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
  .construction-8 {
    padding: 40px 11px !important;
  }
  .construction-2,
  .construction-6,
  .construction-7 {
    padding: 40px 20px !important;
  }
  .bread-info h2 {
    font-size: 32px;
  }
  .pro-content h2 {
    font-size: 27px;
  }
  
  .banner-text h1{
    padding-left: 0px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 400px) {
  .construction-2,
  .construction-6,
  .construction-7 {
    padding: 40px 20px !important;
    color: #fff;
    height: auto !important;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  td,
  th {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 0 !important;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #264363;
    width: 90% !important;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
  .banner-cont a{
    margin-left: 30px;
  }
}
@media screen and (max-width: 350px) {


   .banner-text h1{
    padding-left: 10px;
    font-size: 15px;
  }

  .construction-2,
  .construction-7,
  .construction-8 {
    height: auto !important;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 19px !important;
    font-weight: 500;
    background-color: #264363;
    width: 97% !important;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
  .construction-8 {
    padding: 40px 11px !important;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-2,
  .construction-6,
  .construction-7 {
    padding: 40px 20px !important;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-6 {
    height: 1350px !important;
  }
  td,
  th {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 0 !important;
  }
  .bread-info h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .construction-10,
  .construction-12,
  .construction-2,
  .construction-2-stainless-steel,
  .construction-2-stainless-steel-1,
  .construction-2-stainless-steel-ss-1 {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-10 {
    padding: 40px 20px !important;
    height: auto;
  }
  .construction-12 {
    padding: 40px 20px;
    height: auto !important;
    width: 100%;
  }
  .product-link:hover {
    transform: none;
  }
  .product-column {
    padding: 0;
  }
  .logo img {
    width: 85%;
  }
  .banner-text h1 {
    font-size: 34px !important;
    line-height: 50px;
  }
  .banner-cont a {
    padding: 12px 30px;
  }
  .about-us h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .about-us,
  .enq-sec,
  .industry-time,
  .products-sec,
  .your-supplier {
    padding: 40px 0;
  }
  .about-us p {
    font-size: 16px;
  }
  .btn-velcon {
    margin-top: -10px;
  }
  .tab {
    width: 35%;
  }
  .tabcontent {
    width: 63%;
  }
  .products-sec h2 {
    font-size: 32px;
    padding-bottom: 30px;
  }
  .tabcontent a {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .construction-2-stainless-steel-1,
  .counter-sec {
    padding: 40px;
  }
  .supply-img {
    margin-top: 15px;
  }
  .industry-time h2 {
    font-size: 30px;
  }
  .industry-time p br {
    display: none;
  }
  .last-foot,
  .third-foot {
    margin-top: 30px;
  }
  .copy,
  .power {
    text-align: center;
  }
  .construction-2 {
    padding: 40px;
    height: 850px;
  }
  .construction-2-stainless-steel {
    padding: 40px;
    height: 650px;
  }
  .construction-2-stainless-steel-ss-1 {
    padding: 40px;
    height: 512px !important;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-text h1 {
    font-size: 26px !important;
    line-height: 40px;
  }
  .banner-cont a {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .about-us,
  .enq-sec,
  .industry-time,
  .products-sec,
  .your-supplier {
    padding: 30px 0;
  }
  .construction-2-stainless-steel,
  .construction-2-stainless-steel-1 {
    padding: 40px;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
  .construction-2-stainless-steel {
    height: 450px;
  }
  .about-us h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .btn-velcon {
    margin-top: -20px;
  }
  .last-foot,
  .quick,
  .third-foot {
    margin-top: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .products-sec h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .tab {
    width: 100%;
  }
  .tabcontent {
    width: 97%;
  }
  .supply-info p {
    padding-bottom: 15px;
  }
  .industry-card .industry-name,
  .industry-card .product-name,
  .industry-card-index .industry-name,
  .industry-card-index .product-name {
    font-weight: 500;
  }
  .enq-sec h2 {
    font-size: 23px;
  }
  .enq-sec p br {
    display: none;
  }
  .enq-sec p {
    margin-bottom: 1.5rem;
  }
  footer {
    padding: 40px 0 30px;
  }
  .quick {
    padding-left: 0;
  }
  .last-foot h2,
  .quick h2,
  .third-foot h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .about-us {
    padding: 25px 0;
  }
  .construction-2-stainless-steel,
  .construction-2-stainless-steel-1 {
    padding: 40px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
    color: #fff;
  }
  .construction-2-stainless-steel {
    height: 550px;
  }
  .about-us h2 {
    font-size: 22px;
  }
  .banner-text h1 {
    font-size: 23px !important;
    line-height: 36px;
  }
  .banner-cont a {
    padding: 8px 15px;
    font-size: 15px;
  }
  .about-us p {
    font-size: 15px;
    text-align: left;
  }
  .products-sec h2,
  .sup-btn {
    text-align: center;
  }
  .counter-sec {
    padding: 30px;
  }
  .btn-velcon {
    padding: 0.65rem 1rem;
  }
  .tabcontent {
    padding: 1rem;
  }
  .tabcontent h3 {
    font-size: 21px;
  }
  .enq-sec p,
  .industry-time p {
    font-size: 15px;
  }
  .copy,
  .power {
    font-size: 14px;
  }
  .icon-bar a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background-color: #264363;
    width: 45%;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 450px) {
  .banner-text h1 span,
  .enq-sec p br {
    display: none;
  }
  .supply-info h2 {
    font-size: 21px;
  }
  .industry-time h2 {
    font-size: 28px;
  }
  .enq-sec h2 {
    font-size: 22px;
  }
  .enq-btns {
    padding: 12px 15px;
  }
  .whts-btns {
    padding: 11px 15px;
  }
  .icon-bar a {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background-color: #264363;
    width: 45%;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
  .construction-2-stainless-steel-ss {
    padding: 40px;
    color: #fff;
    height: 432px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 325px) {
  .material-5 {
    height: 1170px !important;
  }
  .construction-2-stainless-steel-ss {
    padding: 10px 40px;
    color: #fff;
    height: 435px;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
@media screen and (max-width: 400px) {
  .banner-text h1 {
    font-size: 20px !important;
    line-height: 30px;
  }

    .banner-text h1{
    padding-left: 0px;
    margin-left: 30px;
  }
      .banner-cont a{
        margin-left: 0px;
      }
  .banner-cont a {
    pad: 7px 12px;
  }
  .about-us h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .btn-velcon {
    margin-top: -30px;
  }
  .products-sec h2 {
    font-size: 26px;
  }
  .enq-sec h2,
  .supply-info h2,
  .tabcontent h3 {
    font-size: 20px;
  }
  .supply-info p,
  .tabcontent p {
    font-size: 15px;
  }
  .counter-sec {
    padding: 30px 20px;
  }
  .industry-time h2 {
    font-size: 24px;
  }
  .enq-sec p {
    margin-bottom: 1rem;
  }
  .material-1 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background-color: #264363;
    width: 45%;
    padding: 10px;
    margin-bottom: 5px;
    clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);
    justify-content: center;
    align-items: center;
  }
  .material-5 {
    height: 1102px !important;
  }
  .construction-2-stainless-steel,
  .construction-2-stainless-steel-1 {
    margin-top: 45px !important;
    padding: 40px;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 20px;
    box-shadow:
      rgb(50 50 93 / 0.25) 0 2px 5px -1px,
      rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  }
}
.pop-img,
table {
  margin-top: 30px;
}
.text-pro {
  text-align: justify !important;
}
.padd-bottom {
  padding: 3px 10px !important;
}
.app-cont ul,
.app-cont-1 ul,
.app-cont-1-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-cont-1 ul li {
  position: relative;
  padding-left: 40px;
}
.app-cont-1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  margin-top: 5px;
}
.app-cont ul li {
  position: relative;
  padding-left: 33px;
  margin: bottom 2px;
}
.app-cont ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  margin-top: 6px;
}
table {
  font-family: "Courier New", Courier, monospace;
  background-color: #fff;
  border: 3px solid #1a4d65;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
th {
  background-color: #1a4d65;
  font-size: 1.1rem !important;
  letter-spacing: -0.5px;
  border-bottom: 3px solid #1a4d65;
}
td,
th {
  border: 2px solid #1a4d65;
  text-align: left;
  padding: 16px 40px 16px 8px;
}
tr:nth-child(2n) {
  background-color: rgb(26 77 101 / 0.1);
  color: #1a4d65;
  font-weight: 600;
}
tr:nth-child(odd) {
  font-weight: 600;
}
tr:hover {
  background-color: #1a4d65 !important;
  color: #fff !important;
  cursor: crosshair;
}
td:first-child,
th:first-child {
  width: 30%;
}
td:last-child,
th:last-child {
  width: 70%;
}
td {
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}
.app-cont-1-1 p {
  padding: 15px 10px;
  text-align: justify;
  font-size: 17px;
}
.app-cont-1-1 ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
}
.app-cont-1-1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='white' d='M259.1 73.5C262.1 58.7 275.2 48 290.4 48L350.2 48C365.4 48 378.5 58.7 381.5 73.5L396 143.5C410.1 149.5 423.3 157.2 435.3 166.3L503.1 143.8C517.5 139 533.3 145 540.9 158.2L570.8 210C578.4 223.2 575.7 239.8 564.3 249.9L511 297.3C511.9 304.7 512.3 312.3 512.3 320C512.3 327.7 511.8 335.3 511 342.7L564.4 390.2C575.8 400.3 578.4 417 570.9 430.1L541 481.9C533.4 495 517.6 501.1 503.2 496.3L435.4 473.8C423.3 482.9 410.1 490.5 396.1 496.6L381.7 566.5C378.6 581.4 365.5 592 350.4 592L290.6 592C275.4 592 262.3 581.3 259.3 566.5L244.9 496.6C230.8 490.6 217.7 482.9 205.6 473.8L137.5 496.3C123.1 501.1 107.3 495.1 99.7 481.9L69.8 430.1C62.2 416.9 64.9 400.3 76.3 390.2L129.7 342.7C128.8 335.3 128.4 327.7 128.4 320C128.4 312.3 128.9 304.7 129.7 297.3L76.3 249.8C64.9 239.7 62.3 223 69.8 209.9L99.7 158.1C107.3 144.9 123.1 138.9 137.5 143.7L205.3 166.2C217.4 157.1 230.6 149.5 244.6 143.4L259.1 73.5zM320.3 400C364.5 399.8 400.2 363.9 400 319.7C399.8 275.5 363.9 239.8 319.7 240C275.5 240.2 239.8 276.1 240 320.3C240.2 364.5 276.1 400.2 320.3 400z'/%3E%3C/svg%3E");
}
.text-bl {
  color: #000 !important;
}
.map-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 40px rgb(0 60 140 / 0.13);
  border: 1px solid #d0e4f5;
  overflow: hidden;
  position: relative;
}
.menu-link::after,
.tooltip {
  position: absolute;
  opacity: 0;
}
.country {
  fill: #a8d8ea;
  stroke: #fff;
  stroke-width: 0.4;
}
.country.export-dest {
  fill: #5ba4cf;
}
.leader {
  stroke: #0a2342;
  stroke-width: 1.1;
  fill: none;
  stroke-linecap: round;
}
.dest-dot {
  fill: #0a2342;
  cursor: pointer;
}
.dest-dot:hover {
  fill: #e63946;
}
.dest-label {
  font-family: Inter, sans-serif;
  font-size: 10px;
  fill: #0a2342;
}
.cross-btn,
.modal-title {
  color: #fff;
  font-weight: 600;
}
.tooltip {
  background: #0a2342;
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 15px !important;
  pointer-events: none;
}
.fix-enq {
  position: fixed;
  top: 40%;
  left: 1%;
  z-index: 99;
}
.modal {
  z-index: 999999;
  background-color: #000000bf;
}
.modal-content {
  background-color: #003a54;
}
.modal-header {
  background-color: #373435;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.modal-title {
  font-size: 18px;
  padding-left: 15px;
}
.modal-header .btn-close {
  background-color: red;
  color: #fff !important;
}
.pop-img {
  width: 271px;
  margin-bottom: 14px;
  height: auto;
}
.cross-btn {
  background-color: #003a54;
  border: none;
  font-size: 25px;
  padding: 5px 15px;
}
.modal-lg,
.modal-xl {
  --bs-modal-width: 390px;
}
.attr {
  padding: 12px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}
.attr::placeholder {
  color: #fff !important;
}
.attr-sub,
.attr-sub:hover {
  background-color: #000;
}
.last-btn {
  margin-bottom: 0 !important;
}
#industries-megamenu .megamenu {
  display: none !important;
}
.phone-field {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  border-radius: 6px;
  overflow: hidden;
}
.country-code {
  border: none;
  outline: 0;
  padding: 10px;
  background: #fff0;
  width: 90px;
  cursor: pointer;
  color: #fff;
}
.phone-input {
  border: none !important;
  box-shadow: none !important;
}
.form-group select.country-code {
  border-bottom: none;
}
.menu-link::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.menu-link:hover::after {
  width: 100%;
  opacity: 1;
}
.announcement-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
  color: #032e46;
}
.announcement-banner .fa-circle {
  font-size: 0.6em;
  margin-top: 8px;
  flex-shrink: 0;
}
.bot-xon {
  text-align: justify;
  margin-top: 20px;
}


@media screen and (max-width: 1024px) {
    .banner-cont a {
        margin-left: 98px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-cont a {
        margin-left: 50px;
    }
}

@media screen and (max-width: 400px) {
    .banner-cont a {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1282px){
  .copy,
.power,
.third-foot li a,
address {
  font-size: 14px;
  color: #fff;
}
}
@media (max-width: 1025px) {

    .has-megamenu {
        display: block !important;
        width: 100%;
    }

    .has-megamenu .megamenu {
        display: none;
        position: static !important;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
        transform: none !important;
    }

    .has-megamenu.active .megamenu {
        display: block !important;
    }

    .megamenu-content {
        display: block !important;
        padding: 10px 0;
    }

    .product-column {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .image-column {
        display: none;
    }
}
@media (max-width: 1025px) {

    .has-megamenu {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .has-megamenu > .menu-link {
        flex: 1;
        padding: 12px 10px;
    }

    .submenu-btn {
        padding: 12px 10px;
        margin-left: auto;
    }

    /* Dropdown opens below */
    .has-megamenu .megamenu {
        width: 100%;
        display: none;
        position: static !important;
        order: 999;
    }

    .has-megamenu.active .megamenu {
        display: block;
    }
}





.dropdown-menu{

 min-width: 140px !important;
}



   