/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.35s;
}
img {
  max-width: 100%;
}
body {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #524b48;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 !important;
}
header {
  padding-top: 30px;
  background: url(../images/section-bg.png) no-repeat;
  position: sticky;
  top: 0;
  z-index: 99;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
	margin-top: 10px;
}
 
.tagline {
  color: #22438f;
  padding-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
}
.tagline strong,.tagline b {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}
.top_nav {
  display: flex;
  justify-content: end;
  gap: 10px;
  font-size: 14px;
  padding-top: 26px;
}
.top_nav a {
  line-height: 1;
}
.top_nav a + a {
  border-left: 1px solid;
  padding-left: 10px;
}
.top_nav a:hover {
  color: #22438f;
}
nav.navbar {
  margin-top: 10px;
}
nav.navbar ul.navbar-nav > li > a {
  background-color: #dcddde;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  color: #22438f !important;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 5px;
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0;
  border-radius: 0;
}
.dropdown-menu {
 position: absolute;
 z-index: 1000;
 min-width: 16rem;
 padding: .5rem 0;
 margin: 0;
 font-size: 0.85rem;
 color: #212529;
 text-align: left;
 list-style: none;
}

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 62dvh;
}
.banner h1 {
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  padding-left: 30px;
  text-shadow: 5px 5px 20px #000, -5px -5px 20px #000;
}

/* Precision. Strength. Quality. Section css  */
.precision_sec {
  padding: 50px 0 0;
}
.section-heading {
  font-weight: 400;
  color: #003087;
}
.precision_sec p.sub-descript {
  color: #003087;
  font-size: 18px;
  line-height: 1.4;
}
.feature_list {
  background: linear-gradient(to right, rgba(238, 238, 240, 30%) 10%, rgb(226 226 226 / 60%) 100%);
  border-radius: 20px 0px 20px 0px;
  padding: 20px;
  box-shadow: 5px 5px 10px #00000030;
  position: relative;
}
.feature_list ul li+li {
  margin-top: 1rem;
}
.feature-link {
  text-decoration: none;
  color: #003087;
}
.cert-logos img {
  max-height: 90px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.client_feedback_box {
  background: rgb(229 229 229 / 35%);
  margin-top: 30px;
  border-top: 2px solid #cacaca;
  padding: 15px;
  box-shadow: 0px 6px 10px #0000000a;
  border-radius: 0 0 0 20px;
}
.client_feedback_box .item {
  display: flex;
  flex-wrap: wrap;
}
.client_feedbacks {
  width: 100%;
  max-width: 80%;
  padding-right: 3%;
}
.df_icon {
  width: 100%;
  max-width: 20%;
  text-align: center;
}
.df_icon img {
  width: 100px !important;
  height: auto;
  margin: auto;
}
.client_feedback_box h3 {
  color: #003087;
  font-size: 20px;
}
.client_feedback_box p {
  font-style: italic;
  opacity: 0.5;
  line-height: 1.4;
}
.client_feedback_box h4 {
  color: #003087;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
  background: #d1d2d4;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #69696c;
}
.gallery_sec {
  margin-top: 40px;
}
.gallery_sec .owl-carousel {
    display: block;
}
.gallery_sec .owl-carousel .item img {
    object-fit: cover;
}
@media (min-width: 992px) {
  .col-lg-9.left_col {
    width: 75%;
  }
  .col-lg-3.right_col {
    width: 25%;
    padding-left: 50px;
  }
}

.precision_sec .right_col {
  margin-top: -131px !important;
}
.welder_img {
  box-shadow: 5px 5px 10px #00000060;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  margin-bottom: 40px;
}
.welder_img img {
  max-height: 411px;
  object-fit: cover;
  width: 100%;
}
.page-template-page-capabilities .welder_img img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
}
.case_study_main {
  background-color: #d3eeff6e;
  padding: 20px 25px 50px 25px;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.case_study {
  margin-bottom: 20px;
}
.case_study_main h5 {
  color: #003087;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.case_study img {
  width: 100%;
  margin-bottom: 0.5rem;
  max-width: 200px;
}
.case_study h6 {
  color: #003087;
  font-size: 18px;
  margin-bottom: 0;
}
.case_study small {
  color: #555;
  font-size: 16px;
}
.more_cs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  background: #def3ff;
}
.more_cs a {
  color: #003087;
  font-weight: 700;
}
.case_study_main.categories {
  background: #def3ff;
  padding: 15px 25px;
}
.case_study_main.categories ul li + li {
  margin-top: 2px;
}
.case_study_main.categories ul li a {
  color: #003087;
}
.cta {
  padding-bottom: 60px;
}
.vision_form_main {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
  background-color: #bcbdc0;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: 5px 5px 10px #00000030;
  background-size: 65% 100%;
  background-position: left;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.vision_form_main .contact_number {
  width: 100%;
  max-width: fit-content;
  margin-top: auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.vision_form_main .vision_form {
  width: 100%;
  max-width: 50%;
  padding-bottom: 25px;
}
.vision_form h3 span {
  font-size: 34px;
  font-weight: 700;
}
.vision_form p {
  font-size: 18px;
  line-height: 1.5;
}
.vision_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.vision_form form>p {
  display: flex;
  gap: 15px;
  width: 100%;
  margin: 0;
}
.vision_form form input[type="text"] , .vision_form form input[type="tel"] , .vision_form form input[type="email"] , .vision_form form textarea {
  background: #ffffffaf;
  width: 100%;
  border: none;
  max-width: 100%;
  height: 40px;
  padding: 5px 10px;
  outline: none;
}
.vision_form form>p span.wpcf7-form-control-wrap,.vision_form form>p span.wpcf7-form-control-wrap textarea {
    width: 100%;
}
.vision_form form>p span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}
.vision_form form input[type="submit"] {
  background: #005b86;
  border: none;
  border-top: 2px solid #00bdc0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.35s;
  padding: 0 8px;
  height: 40px;
  width: 100%;
}
.vision_form form input[type="submit"]:hover {
  background: #003087;
}

footer {
  background-color: #f0f0f066;
  background-position: 38%;
  background-repeat: no-repeat;
  padding: 15px 0;
  background-size: 48% 100%;
}
.footer_logo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer_logo span {
  font-size: 12px;
  color: #000;
}
.footer_logo small {
  font-size: 10px;
  opacity: 0.7;
}
.bottom_nav {
  display: flex;
  justify-content: end;
  gap: 10px;
  font-size: 14px;
}
.bottom_nav a {
  line-height: 1;
}
.bottom_nav a + a {
  border-left: 1px solid;
  padding-left: 10px;
}
.bottom_nav.small {
  opacity: 0.5;
  font-size: 12px;
}
.right_bottom {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin-top: 10px;
}
.right_bottom .cert-logos {
  margin: 0 !important;
  gap: 10px !important;
}
.right_bottom .cert-logos img {
  max-height: 54px;
  mix-blend-mode: multiply;
}
.social {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 16px;
  color: #2693e4;
}
.social a {
  width: 28px;
  height: 28px;
  border: 1px solid #2693e4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.dropdown-item {
  white-space: normal;
  line-height: 1.3em;
}

/* Case Project Page CSS */
section.case_study_slider.project_bnr_slider {
  height: 80vh;
  overflow: hidden;
  position: relative;
}
/* Case Study Page CSS */
section.case_study_slider {
  height: 75dvh;
  overflow: hidden;
  position: relative;
}
#case-study-slider,
#case-study-slider .owl-stage-outer,
#case-study-slider .owl-stage-outer * {
  height: 100%;
  object-fit: cover;
}
.case_study_slider .owl-nav {
  margin: 0;
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 50%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  font-size: 40px;
  color: #fff;
}
.case_study_slider .owl-nav button {
  margin: 0 !important;
  background: #00000045 !important;
  width: 56px;
  height: 56px;
  padding: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.case_study_slider .owl-nav button.owl-prev,.case_study_slider .owl-nav button.owl-next {
  padding: 10px !important;
  border-radius: 15px 0 15px 0;
}
.case_study_slider .project_banner_slider .owl-nav {
  margin: 0;
  position: static;
}
.case_study_slider .project_banner_slider .owl-nav button {
  margin: 0;
  position: absolute;
  left: 8%;
  right: auto;
  bottom: 50%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  font-size: 40px;
  color: #fff;
}
.case_study_slider .project_banner_slider .owl-nav button.owl-next {
  left: auto;
  right: 8%;
}
.case_study_slider .project_banner_slider .item img {
  cursor: pointer;
}
.caption-box {
  position: absolute;
  right: 0px;
  z-index: 99999 !important;
  top: 0;
  background: #ffffffd9;
  padding: 20px 30px 20px 20px;
  border-top-left-radius: 20px;
  max-width: 470px;
  width: 100%;
  height: auto !important;
  cursor: pointer;
}
.caption-title {
  color: #22438f;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.3em;
}
.caption-subtitle {
  color: #524b48;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}
#modal-slider .owl-nav {
  margin: 0;
  position: static;
}
#modal-slider .owl-nav button {
  margin: 0;
  position: absolute;
  left: 20px;
  right: auto;
  bottom: calc(50% - 25px);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  background: #989898a8 !important;
  width: 50px;
  height: 50px;
  border-radius: 10px 0 10px 0;
}
#modal-slider .owl-nav button.owl-next {
left: auto;
right: 20px;
}
#modal-slider .owl-nav button img {
  width: 40px;
  height: 40px;
}
#galleryModal .modal-dialog.modal-dialog-centered {
  width: 84%;
  max-width: 1024px;
  /*max-height: 80vh;*/
  /* margin: auto; */
}
button.btn-close{
  position: absolute;
  right: -25px;
  top: -1px;
  padding: 0;
  opacity: 0.8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
  z-index: 999;
    top: -15px !important;
    right: -15px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: #212529;
    background-color: #000;
    border-radius: 9999px;
    background-size: 12px;
}
#galleryModal .modal-body {
  /*max-width: fit-content;*/
  margin: auto;
  position: relative;
  width:100%;
}
.case_study_slider .project_banner_slider .item {
  background: #000;
}
.case_study_slider .project_banner_slider .item img {
  transition: all 0.35s;
}
.case_study_slider .project_banner_slider .item:hover img {
  opacity: 0.6;
}
.modal-backdrop.show {
    opacity: .8;
}
.case_study_slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.case_study_slider .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 15px;
  height: 15px;
}
.case_study_slider .owl-theme .owl-dots .owl-dot.active span {
  background: #b1b1b1;
}
section.case_study_slider .play-pause {
  position: absolute;
  left: 50%;
  bottom: 42px;
  cursor: pointer;
  color: #fff;
  z-index: 9;
  margin-left: -82px;
}
.case_study_slider .play-pause.owl-stop {
  position: absolute;
  left: auto;
  right: 50%;
  bottom: 40px;
  margin-right: -80px;
}
.precision_sec.on_case {
  padding: 30px 0px 0px;

}
.partner_logo_sec {
    padding: 0px !important;
}
.precision_sec.on_case h2.section-heading {
  margin-bottom: 8px;
  font-size: 24px;
}
h3.section_sub_head {
  font-size: 18px;
  opacity: 0.7;
}
.top_head {
  display: flex;
  gap: 20px;
  padding: 0 30px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.top_head .right_head img {
  max-height: 60px;
}
.precision_sec.on_case .feature_list {
  border-radius: 20px 0px 0 20px;
  min-height: 213px;
}
.precision_sec.on_case .feature_list h3 {
  color: #003087;
  font-size: 22px;
  text-transform: uppercase;
}
.service_data {
  padding-left: 25px;
}
.service_data h4 {
  color: #003087;
  font-size: 16px;
  text-transform: uppercase;
}
.service_data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service_data ul li {
  display: flex;
  color: #003087;
  gap: 40px;
  margin: 0 0 5px;
}

.service_data ul li label {
  white-space: nowrap;
  font-weight: 500;
  min-width: 140px;
}
.service_data ul li p {
  margin: 0;
  opacity: 0.8;
}
.case_content {
  padding: 30px 30px 0;
  color: #827e7d;
}
.case_content h3 {
  color: #003087;
  font-size: 22px;
}
.table_data p {
  opacity: 0.7;
}
.precision_sec.on_case .right_col {
  margin-top: -30px !important;
}
.precision_sec.on_case .right_col .welder_img {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.precision_sec.on_case .right_col .welder_img img {
  max-height: 442px;
}
ul.contractor_data {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.contractor_data li {
  display: flex;
  align-items: baseline;
  color: #003087;
  margin: 0 0 10px;
}
ul.contractor_data li span {
  font-size: 14px;
  opacity: 0.7;
  margin-right: 3px;
  text-wrap: nowrap;
}
.precision_sec.on_case .right_col .client_feedback_box {
  margin-top: 15px;
  border-radius: 0 0 0 15px;
  box-shadow: none;
  padding: 14px;
  border-width: 2px;
}
.precision_sec.on_case .right_col .client_feedback_box .client_feedbacks {
  padding: 0;
  max-width: 100%;
}
.page_nav {
    background: #22438f;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding: 20px 0;
    margin: 15px 0 10px;
}
.page_nav nav {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 300;
}
.page_nav nav a:hover {
  color: #fff;
  text-decoration: underline;
}
a.banner_desc {
    position: absolute;
    bottom: 0px;
    z-index: 99999 !important;
    right: 0;
    background: #ffffff96;
    padding: 20px 30px 20px 20px;
    border-top-left-radius: 20px;
    max-width: 470px;
    width: 100%;
    height: auto !important;
    cursor: pointer;
}
a.banner_desc h2 {
    color: #22438f;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.3em;
}
a.banner_desc p {
    color: #524b48;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}
.partner_logo h2.section-heading {
    text-align: center;
    margin-bottom: 30px !important;
    text-transform: uppercase;
    font-size: 24px;
}
.partner_logo.on_about h2.section-heading.head_underline {
    text-transform: inherit;
}
.partner_logo .item img {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
}
.no-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}
.partner-slider {
    margin-bottom: 60px;
}
.partner_logo {
    padding-top: 0px !important;
    position: relative;
}
.partner_logo::after {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    width: 30px;
    height: 40px;
    background: #22438f;
}
.project_tab_cons {
    margin-bottom: 60px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active , .nav-tabs {
    border: none;
}
.project_tab .card {
    border: none;
    background: transparent;
}
.project_tab button.nav-link {
    background: #827e7dd4 !important;
    border-radius: 0 0px 10px 10px;
    color: #fff;
    text-transform: uppercase;
    border: none !important;
    padding: 12px 60px;
    font-size: 20px;
}
.project_tab .nav-link.active {
    background: #003087 !important;
    color: #fff;
}
.project_tab button.nav-link:hover {
    border: none;
    background: #003087 !important;
}

.project_tab .three-column-box {
  display: flex;
  gap: 60px;
}
.project_tab .box-column {
  flex: 1;
}
.project_tab .box-column h3 {
  color: #22438f;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.project_tab .box-column a {
  color: #003087;
  text-decoration: none;
}
.project_tab .box-column a:hover {
  text-decoration: underline;
}
.project_tab div#nav-tab {
    margin-bottom: 75px !important;
}
.project_tab .box-column ul li {
    list-style: none;
}
.project_tab .box-column ul {
    padding: 0;
    margin-bottom: 25px;
}
.project_tab .capable_col ul li {
    margin-bottom: 15px;
}
.project_tab .box-column h4 , .project_tab .capable_col ul li a {
    color: #22438f;
    font-size: 20px;
    line-height: 1.3em;
}
.project_tab .box-column h4 a:hover, .project_tab .capable_col ul li a:hover {
    text-decoration: none;
    color: #0a58ca;
}
.partner-slider .owl-item {
    justify-content: center;
    display: flex;
}
.feature_list_case_studies .service_data ul li+li {
    margin-top: 0;
}
.project_length p {
	margin: 0px;
}
.map_iframe p {
    margin: 0;
}
.map_iframe iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 414px;
  aspect-ratio: 0.5;
}

.project_bnr_slider .tab-content, .project_bnr_slider .tab-pane, .project_banner_slider, .project_banner_slider .owl-stage-outer, .project_banner_slider .owl-stage-outer * {
  height: 100%;
  object-fit: cover;
}

.project_bnr_slider  .banner_desc {
  opacity: 0;
  transform: translatex(30px);
  transition: all 0.6s ease;
}
.project_bnr_slider  .banner_desc.show-content {
  opacity: 1;
  transform: translatex(0);
}

section.precision_sec.on_case.partner_logo.on_about {
    padding-top: 50px !important;
}
section.precision_sec.on_case.partner_logo.on_about .right_col {
  margin-top: 0 !important;
}
section.precision_sec.on_case.partner_logo.on_about h2.section-heading.mb-3 {
    font-size: 2rem;
    margin-bottom: 30px !important;
}
.about_info_sec {
    display: flex;
    gap: 30px;
}
section p a{
    color: #003087;
}
section p a:hover{
    color: #0a58ca;
    text-decoration: underline;
}
.profile_info {
    width: 100%;
    max-width: 230px;
}
.profile_info img {
    width: 100%;
    border-radius: 20px 0 20px 0;
}
.profile_info h3 {
    margin: 13px 0 5px;
    color: #003087;
    font-size: 22px;
    font-weight: 600;
}
.profile_info span {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}
.about_info {
    font-size: 18px;
    color: #827e7d;
}
.about_info p.text-black {
    color: #000;
}
.about_info p b,.about_info p strong {
    font-weight:600;
    color: #003087;
}
.about_info p+ul {
    margin: -10px 0 20px;
    padding: 0;
    list-style: none;
    color: #003087;
}
.about_info p+ul li {
    margin-bottom: 5px;
    font-weight: 600;
}

.contact_info {
    font-size: 18px;
    color: #827e7d;
}
.contact_info p.text-black {
    color: #000;
}
.contact_info p b,.about_info p strong {
    font-weight:600;
    color: #003087;
}
.contact_info p+ul {
    margin: -10px 0 20px;
    padding: 0;
    list-style: none;
    color: #003087;
}
.contact_info p+ul li {
    margin-bottom: 5px;
    font-weight: 600;
}

.news_events_info {
    font-size: 18px;
    color: #827e7d;
}
.news_events_info p.text-black {
    color: #000;
}
.news_events_info p b,.about_info p strong {
    font-weight:600;
    color: #003087;
}
.news_events_info p+ul {
    margin: -10px 0 20px;
    padding: 0;
    list-style: none;
    color: #003087;
}
.news_events_info p+ul li {
    margin-bottom: 5px;
    font-weight: 600;
}
.news_events_info p a{
  color: #005b86;
}

.news_events_info p a:hover{
  text-decoration: underline;
}

/* .precision_sec.on_case.partner_logo.partner_logo_sec h2.section-heading{
  font-size: 2rem;
  font-weight: 600;
} */

.contact_form{
    background: #e9e9e966;
    padding: 45px;
}

/* Maintain 1:1 aspect ratio */
.ratio-box {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
}

/* Make all children fit inside */
.ratio-box > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play button styling */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: url('https://img.icons8.com/ios-filled/50/ffffff/play--v1.png') no-repeat center center;
  background-size: 60%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.video-wrapper img.youtube-thumb {
  height: 100%;
}

.head_underline {
  display: flex;
  max-width: fit-content;
  position: relative;
}
.head_underline:after {
  content: '';
  border-bottom: 1px solid;
  width: 1000px;
  position: absolute;
  right: -6px;
  bottom: 8px;
}

.page-template-page-about-php .vision_form_main{
  background-image: url('http://demelfab.wwwaz1-cl9-ats1.a2hosted.com/wp-content/uploads/2025/07/Case-Studies.png') !important;
}

#modal-slider .owl-item img {
  height: 60vh;
  object-fit: cover;
}
#thumb-slider .owl-item img {
  height: 130px;
  object-fit: cover;
}
#imageModal button.btn-close {
  z-index: 999;
  top: -15px !important;
  right: -15px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #212529;
}
#imageModal button.btn-close svg {
  width: 22px;
  height: 22px;
}
#imageModal .modal-body {
    max-height: calc(60vh + 130px);
    overflow: hidden;
}
#modal-slider {
    max-height: 60vh;
    overflow: hidden;
}
#modal-slider.owl-carousel .owl-item {
    width: 100% !important;
    max-width: 1140px !important;
}
#thumb-slider .owl-stage {
    display: flex;
}


/* Media quaries  */
@media (min-width: 1400px) {
    .container-xl {
        max-width: 1400px;
    }
}
@media (min-width: 992px) {
  li.dropdown:hover .dropdown-menu {
    display: block !important;
  }
  ul.dropdown-menu {
    background: #dcddde;
    border: none;
    border-radius: 0 0 5px 5px;
  }
  section.precision_sec.on_case.partner_logo.on_about h2.section-heading.mb-3 {
    padding-left: 50px;
  }
  section.precision_sec.on_case.partner_logo.on_about .right_col{
    margin-top: 5rem !important;
  }
}

@media (max-width: 1199px) {
  .cert-logos img {
    max-height: 70px;
    object-fit: contain;
  }
  nav.navbar ul.navbar-nav > li > a {
    font-size: 13px;
  }
  .right_bottom .cert-logos img {
    max-height: 40px;
  }
  .right_bottom {
    gap: 20px;
  }
  .top_head {
    margin-bottom: 20px;
  }
  .precision_sec.on_case .feature_list {
    padding: 15px;
  }
  a.banner_desc {
    max-width: 420px;
  }
  .partner_logo::after {
    width: 25px;
    height: 25px;
    top: 128px;
  }
  #modal-slider.owl-carousel .owl-item {
    max-width: 800px !important;
  }
  #galleryModal .modal-dialog.modal-dialog-centered {
    margin: auto;
  }
}
@media (max-width: 991px) {
  header {
    padding: 15px 0;
    position: relative;
  }
  button.navbar-toggler {
    margin-left: auto;
  }
  .navbar-collapse {
    position: absolute;
    left: auto;
    right: 0;
    top: 58px;
    background: #dcddde;
    padding: 10px 15px 5px;
    min-width: 250px;
  }
  .precision_sec .right_col {
    margin-top: 40px !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .vision_form_main .vision_form {
    max-width: 70%;
  }
  .right_bottom {
    gap: 10px;
    flex-wrap: wrap;
  }
  footer {
    background-size: 80% 100%;
  }
  .logo img {
    max-width: 150px;
  }
  .top_head {
    padding: 0;
  }
  .precision_sec.on_case .feature_list {
    max-height: none;
  }
  .case_content {
    padding: 30px 0 0;
  }
  .precision_sec.on_case .right_col {
    margin-top: 20px !important;
  }
  a.banner_desc {
    max-width: 320px;
    padding: 20px;
  }
  a.banner_desc p {
    font-size: 16px;
  }
  a.banner_desc h2 {
    font-size: 20px;
  }
  .project_tab button.nav-link {
    padding: 12px 30px;
  }
  .project_tab .three-column-box {
    gap: 20px;
  }
  .project_tab {
    padding: 0;
  }
  .partner_logo .item img {
    width: 100px !important;
    height: 100px !important;
  }
  .project_tab_cons , .partner-slider {
    margin-bottom: 40px;
  }
  .project_tab .box-column h4, .project_tab .capable_col ul li a {
    font-size: 18px;
  }
  .partner_logo::after {
    width: 15px;
    height: 15px;
    top: 130px;
  }
  .map_iframe iframe {
    aspect-ratio: 16 / 9;
  }
  .welder_img img {
    max-height: 411px;
    min-height: inherit;
  }
  #imageModal .modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 700px;
    margin: auto;
  }  
  #modal-slider.owl-carousel .owl-item {
    max-width: 700px !important;
  }
}
@media (max-width: 767px) {
  .cert-logos {
    flex-wrap: wrap;
    gap: 10px !important;
    justify-content: center;
  }
  .banner {
    min-height: 40dvh;
  }
  .feature_list li {
    line-height: 1.5;
  }
  .client_feedbacks {
    max-width: 100%;
    padding-right: 0;
  }
  .df_icon {
    max-width: 100%;
    margin-top: 15px;
  }
  .df_icon img {
    width: 80px !important;
  }
  .vision_form_main {
    background-size: cover;
    background-position: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  .vision_form_main .vision_form {
    max-width: 100%;
  }
  .vision_form h3 span {
    font-size: 24px;
    font-weight: 700;
  }
  .vision_form form div {
    flex-wrap: wrap;
  }
  .vision_form form div:nth-child(1) input[type="text"]:first-child {
    width: 100%;
  }
  .vision_form form input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 18px;
  }
  .footer_logo {
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .bottom_nav {
    gap: 10px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
  .right_bottom {
    justify-content: center;
  }
  .footer_logo small {
    margin-bottom: 10px;
  }
  .top_head {
        flex-wrap: wrap;
        gap: 10px;
    }
    .service_data {
    padding-left: 0;
}
.service_data ul li {
    margin: 0 0 10px;
    flex-wrap: wrap;
    gap: 3px;
}
.case_content p br {
    display: none;
}
.table_data {
    row-gap: 15px;
}
.vision_form_main .vision_form {
        padding: 0;
  }
  .project_tab button.nav-link {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 32px;
  }
  .project_tab div#nav-tab {
    margin-top: 10px;
    margin-bottom: 0 !important;
    justify-content: center;
    row-gap: 10px;
    column-gap: 10px;
  }
  .project_tab .three-column-box {
    flex-direction: column;
  }
  .project_tab .box-column h3 {
    margin-bottom: 15px;
    font-size: 22px;
 }
 .partner-slider {
   gap: 20px;
   justify-content: center;
   margin-bottom: 10px;
 }
 .partner_logo {
   padding-top: 40px !important;
 }
 .project_bnr_slider .owl-dots {
   display: none;
 }
 .partner_logo .item img {
   width: 120px !important;
   height: 120px !important;
 }
 .partner-slider .owl-item {
   margin-bottom: 10px;
 }
 .partner_logo h2.section-heading {
   font-size: 22px;
 }
 .about_info_sec {
    flex-wrap: wrap;
  }
  #modal-slider .owl-nav button {
    width: 30px;
    height: 30px;
    bottom: 30%;
  }
  #modal-slider .owl-nav button img {
    width: 25px;
    height: 25px;
  }
  .caption-box {
    max-width: 270px;
    padding: 10px 15px;
  }
  .caption-title {
    font-size: 20px;
  }
  .caption-subtitle {
    font-size: 16px;
    font-weight: 400;
  }
  #modal-slider .owl-item img {
    height: 40vh;
  }
  #thumb-slider .owl-item img {
    height: 50px;
  }
  #imageModal .modal-body {
    max-height: calc(40vh + 50px);
  }
  #modal-slider {
    max-height: 40vh;
  }
  #imageModal .modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 520px;
  }  
  #modal-slider.owl-carousel .owl-item {
    max-width: 520px !important;
  }
}
@media (max-width: 575px) {  
  #imageModal .modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 320px;
  }  
  #modal-slider.owl-carousel .owl-item {
    max-width: 320px !important;
  }
}