:root {
  --color-primary: #122a38;
  --color-secondary: #E9C023;
  --color-text: #122a38;
  --color-white: #ffffff;
  --color-border: #15608b;
}
/****** 
====================================================================
SLIDER CSS 
====================================================================
******/

.owl-nav span {
  display: none;
}

.owl-nav button {
  width: 36px;
  height: 36px;
  position: relative;
  background: transparent !important;
}

.owl-nav button::after {
  background-image: url("../images/a-aa.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

button.owl-prev::after {
  rotate: 180deg;
}

/****** 
====================================================================
ACCORDIAN CSS 
====================================================================
******/
.accordions {
  cursor: pointer;
  width: 100%;
  transition: 0.4s;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

/****** 
====================================================================
MODEL CSS 
====================================================================
******/

.styles-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-contents {
  background-color: white;
  width: 50%;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.video-popup .modal-contents {
  width: 100%;
  max-width: 90%;
  margin: auto;
}

.video-popup iframe {
  width: 100%;
  height: 80vh;
}

span.close.close-btns {
  top: -30px;
  right: 0px;
}

span.close.close-btns i {
  font-size: 24px;
  transition: 0.4s;
  color: black;
}

span.close.close-btns i:hover {
  rotate: 180deg;
}

/****** 
====================================================================
TABS CSS 
====================================================================
******/

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.light-box img {
  width: 100px;
}

/****** 
====================================================================
LIST CSS 
====================================================================
******/
.list-number li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}

.list-number ul,
.list-number ol,
.list--row ul {
  margin: 0;
  padding: 0;
}
.list--row li {
  list-style: none;
}
.list-number li::after {
  content: ">";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-weight: 700;
}

.list-number ol li::after {
  content: "1";
  font-size: 15px;
  font-weight: 700;
  counter-increment: list-counter;
  content: counter(list-counter) ".";
}

.list-number ol {
  counter-reset: list-counter;
}

/****** 
====================================================================
banner-sec
====================================================================
******/
.bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.banner-sec {*/
/*  height: calc(100vh - 102px);*/
/*}*/

.banner-flex {
  display: flex;
  align-items: center;
  /*height: 100vh;*/
}

.banner-contant {
  background-color: #000;
  color: #ffff;
  max-width: 500px;
  padding: 50px 115px 50px 50px;
  opacity: 0.8;
  border-left: 6px solid #E9C023;
  z-index: 1;
}

.banner-contant p {
  padding-top: 20px;
}

/* banner  */

.our-project-sec {
  background-color: #f0f7fa;
  padding: 80px 0px 130px 0px;
}

.our-project-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 50px;
}

.our-project-col {
  width: 32%;
}

.our-heading {
  padding-bottom: 70px;
}

.our-project-ankar {
  padding-top: 25px;
}

.our-project-ankar a:hover {
  color: #E9C023;
}

/* our products  */
.project-image a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.5s;
}

.project-image a {
  height: 300px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.project-image a:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}

/* .our-produsts-sec {
  padding: 100px 0px;
} */

.center {
  justify-content: center;
}

.our-project-contant h3 {
  padding: 25px 0px 20px 0px;
}

/* industry-sec  */
.pd-t-ii {
  padding-top: clamp(3.125rem, 2.5845rem + 2.7027vw, 5rem);
}
.pd-b-ii {
  padding-bottom: clamp(3.125rem, 1.6836rem + 7.2072vw, 8.125rem);
}
.pd-t-iii {
  padding-top: clamp(3.125rem, 1.6836rem + 7.2072vw, 8.125rem);
}
.pd-b-ss {
  padding-bottom: clamp(3.125rem, 0.7827rem + 11.7117vw, 11.25rem);
}
.industry-web {
  padding-top: 30px;
  padding-bottom: clamp(1.25rem, 0.7095rem + 2.7027vw, 3.125rem);
  justify-content: space-between;
  row-gap: 50px;
}
.iner-box {
  overflow: hidden;
}
.iner-box:hover .iner-img-ss img {
  transform: scale(1);
}
.iner-img-ss a {
  overflow: hidden;
  display: inline-block;
  height: 300px;
  width: 100%;
}
.iner-img-ss img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.iner-img-ss-cntnt h3 {
  padding-bottom: 30px;
}
.iner-img-ss-cntnt p,
.iner-img-ss {
  padding-bottom: 20px;
}
.iner-img-ss-cntnt p {
  font-size: 20px;
  line-height: 25px;
}
.industry-web .iner-box {
  width: 32%;
}
.iner-img-ss-cntnt img {
  transition: all 0.3s;
  width: 17px;
}
.iner-img-ss-cntnt img:hover {
  filter: brightness(0) saturate(100%) invert(63%) sepia(59%) saturate(485%) hue-rotate(46deg) brightness(93%) contrast(94%);
}
.industry-web {
  border-bottom: 3px solid var(--color-secondary);
}
.industry-btm {
  justify-content: space-between;
  gap: 2%;
  padding-right: 50px;
  align-items: end;
}
.industry-btm .left-col {
  width: 75%;
}
.industry-btm .left-col p {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 60px;
}
.industry-btm .right-col {
  width: 15%;
}
.iner-radiation-sec {
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}
.iner-radiation-sec .right-col {
  height: 666px;
  width: 50%;
}
.iner-radiation-sec .left-col {
  width: 50%;
}
.iner-radiation-sec .right-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iner-radiation-sec .left-col .iner-cntnt {
  max-width: 601px;
  margin-left: auto;
}
.mr-127 {
  margin-right: clamp(3.125rem, 1.7376rem + 6.9369vw, 7.9375rem);
}
.iner-radiation-sec .iner-cntnt h2 {
  padding-bottom: clamp(1.25rem, 0.7095rem + 2.7027vw, 3.125rem);
}
.iner-radiation-sec .iner-cntnt p {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 50px;
}
.radiation-sec {
  padding-bottom: clamp(3.125rem, 2.2241rem + 4.5045vw, 6.25rem);
}
.p-20 {
  padding-inline: 20px 0;
}
.pd-t-80 {
  padding-top: clamp(3.125rem, 2.5845rem + 2.7027vw, 5rem);
}




.inner-main-box {
    gap: 3.3%;

  }

  .inner-main-box .left-cont {
    width: 27%;
  }

  .inner-main-box .right-cont {
    width: 69.7%;
  }

  .inner-main-box .iner-list ul {
    margin: 0;
  }

  .inner-main-box .iner-list ul li {
    list-style: none;

  }

  .inner-main-box .iner-list ul li a {
    padding: 15px 30px;
    background-color: #122a38;
    color: #ffff;
    margin-bottom: 5px;
    width: 100%;
    transition: all 0.3s ease;
  }

  .inner-main-box .iner-list ul li a:hover,
  .inner-main-box .iner-list ul li a.active {
    background-color: #E9C023;

  }

  .left-cont .iner-list h3,
  .right-cont .iner-list h3 {
    position: relative;
    margin-bottom: 20px;
  }

  .single-sec .iner-list h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #122a38;
    margin-top: 10px;
  }

  .inr-r-main-ss {
    justify-content: space-between;
  }

  .inr-r-main-ss .liner-lft-ss {
    width: 49%;
  }

  .inr-r-main-ss .liner-right-ss {
    width: 40%;
  }

  .page-wrapper {
    overflow: visible !important;
  }

  .single-sec {
    position: relative;

  }

  .lgo-box {
    width: 183px;
  }

  .inr-s-logo-sec {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .inr-s-logo-sec .lgo-box {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .inr-s-logo-sec .lgo-box h4 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
  }

  .right-side-list-ss ul li {
    font-size: 19px;
    color: #122a38;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }

  .right-side-list-ss ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: -3px;
  }

  .right-cont h3 {
    width: 100%;
  }

  .right-side-list-ss {
    margin-bottom: 20px;
  }



  .spec-table {
    width: 100%;
    overflow-x: auto;
  }

  .spec-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #333;
  }

  .spec-table td {
    border: 1px solid #eee;
    padding: 12px 15px;
    vertical-align: top;
  }

  .spec-table td:first-child {
    font-weight: 600;
    color: #111;
    width: 35%;
    background: #fafafa;
  }

  .spec-table tr:nth-child(even) td {
    background: #fcfcfc;
  }

  table tr:hover td:first-child,
  table tr:hover:nth-child(even) td {
    color: #ffff !important;
    background-color: #E9C023 !important;
  }

  @media (max-width: 1180px) {

    .liner-right-ss,
    .right-cont {
      margin-top: 20px;
    }

    .inr-r-main-ss .liner-lft-ss,
    .inr-r-main-ss .liner-right-ss {
      width: 100%;
    }

    .inr-s-logo-sec {
      margin-bottom: 30px;
    }

  }

  @media (max-width: 850px) {
    .inner-main-box .iner-list ul li a {
      max-width: 300px;
    }

    .inner-main-box .right-cont,
    .inner-main-box .left-cont {
      width: 100%;
    }
  }

  @media (max-width: 600px) {

    .inr-s-logo-sec.dy-flex,
    .liner-right-ss {
      justify-content: center;
      display: flex;
    }

    .spec-table table,
    .spec-table tbody,
    .spec-table tr,
    .spec-table td {
      display: block;
      width: 100%;
    }

    .spec-table tr {
      margin-bottom: 10px;
      border: 1px solid #eee;
    }

    .spec-table td {
      border: none;
      padding: 8px 12px;
    }

    .spec-table td:first-child {
      background: #f5f5f5;
      font-weight: bold;
      width: 100%;
    }
  }
  
  a.accordions img,
  .project-sec .our-project-ankar .inner-panel ul li img {
    width: 20px;
    height: 20px;
  }

  .our-project-ankar .inner-panel ul li img,
  .right-side-list-ss ul li img {
    margin-right: 10px;
    margin-bottom: -3px;
  }

  a.accordions {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
  }

  .inner-panel p {
    margin-block: 10px;
  }

  .project--section .our-project-ankar .inner-panel ul {
    margin: 0;
    margin-top: 19px;
  }

  .project--section .our-project-ankar .inner-panel ul li {
    list-style: none;
    margin-bottom: 10px;
  }

  .project--section .our-project-ankar .inner-panel {
    padding: 20px;
  }
.project--section .our-project-ankar a.accordions {
    padding: 0px 20px;
}
.project--section .our-project-ankar a.accordions h3 {
    text-align: center;
}
  .project--section .our-project-ankar .inner-panel p,
  .project--section .our-project-ankar .inner-panel ul li {
    font-size: 19px;
    color: #122a38;
    font-weight: 400;
    letter-spacing: 0px;
  }
    .our-project-ankar {
        padding-block: 0px;
    background-color: transparent;
    }
  .project--section .our-project-ankar {
    padding-block: 20px;
    background-color: #ffff;
  }

  .project--section .our-project-ankar .accordions img {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  
  .project--section .our-project-ankar .accordions.active img {
    transform: rotate(180deg);
  }