body{
    overflow-x: hidden;
    font-family: "Mulish", sans-serif;
}

img{
  max-width: 100%;
  height: auto;
}
#dynamic .header_logo img {
  max-width: 205px;
  filter: brightness(0) invert(1);
  position: relative !important;
  left: 0 !important;
}
.banner_slider .slide.slick-slide {
  margin: 0;
  height: 100vh !important;
}
/* header css */
.headding  h6 {
  background-color: #796e6e63;
  width: fit-content;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 21px;
  font-weight: bold;
  margin-bottom: 5px !important;
}
.why_choose_section h6{
  margin:auto;
}
.hom_hdr ul.navbar-nav {
    gap: 20px;
}
.banner_slider .slide__img::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-blend-mode: overlay;
  background-color: rgb(29 29 29 / 75%);
}
.hom_hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
}
.hom_hdr ul.navbar-nav li.nav-item a.nav-link {
  position: relative;
}
.hom_hdr ul.navbar-nav li.nav-item a.nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #fff;
  transition: 0.5s ease-in-out;
}
.hom_hdr ul.navbar-nav li.nav-item a.nav-link.active:before {
  width: 100%;
  right: 0;
}
.hom_hdr ul.navbar-nav li.nav-item a.nav-link:hover:before {
  width: 100%;
  right: 0;
}
.newClass {
  background: #0c2271;
  background: rgb(12,34,113);
  background: linear-gradient(180deg, rgba(12, 34, 113, 1) 0%, rgba(8, 25, 88, 1) 35%, rgb(5 11 34) 100%);
  z-index: 1024;
}
.hr_coil {
  background-color: #232429ad;
  background-image: url(../assets/images/Cold-Rolled-Steel-CR-Strips-Coils2.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* hero section */

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 700px !important;
  }
}
.slider {
  overflow-y: hidden;
}
.slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0.7;
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slick-list {
  height: 100vh;
}
.slide .slide__img img {
  max-width: 100%;
  height: 100vh;
  width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.slide .slide__content--headings {
  text-align: center;
  color: #FFF;
  font-size: 2rem;
}
.slide .slide__content--headings h2 {
  font-size: 3rem;
  margin: 10px 0;
  font-weight: 700;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.jou_blk {
  position: relative;
}
.ad {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 40%;
  background: #2b2f32;
  padding: 30px 40px;
  color: #fff;
  border-radius: 15px;
}
.ad p { margin: 0;}

.main_heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.main_heading.white h2, .main_heading.white h6{
  color:white;
}
a.btn.btn_get {
  width: fit-content;
  /* border: 2px solid black; */
  border-radius: 0px;
  position: relative;
  padding: 8px 12px 8px 15px;
  background-color: #337ab761;
  transition: 250ms;
  font-weight: 500;
}
a.btn.btn_get:hover {
  background-color: #0000;
  color: #FFF;
}
a.btn.btn_get::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 0;
  background-color: #0c2271;
  z-index: -1;
  transition: 500ms all;
  width: 0;
}
a.btn.btn_get:hover::before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* our process section css  */
.container .image_column 
{
    display: flex;
    padding: 3% 0% 3% 0% !important;
    gap: 29px;
}
.container .image_column .img_left {
    width: 25vw;
    margin-top: 16%;
}
.container .image_column .img_right {
    width: 25vw;
    margin-bottom: 16%;
}
.container .image_column img {
    width: 100%;
    display: flex;
    height: 100%;
    object-fit: cover;
}
.container .image_column::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 20%;
    right: 22%;
    border: 3px solid #a38263;
    z-index:-1;
}
.container.our_process .row {
    align-items: center;
}
.container .image_column .img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgb(255 255 255 / 11%);
  /* border-radius: 100%; */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.container .image_column .img:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
      opacity: 1
  }

  40% {
      opacity: 1
  }

  100% {
      width: 200%;
      height: 200%;
      opacity: 0
  }
}
.container .image_column .img{
  overflow: hidden;
  position: relative;   
}
.hr_coil.why_choose_section .card {
  background: transparent;
  border: 2px solid #fff;
  padding: 25px !important;
  min-height: auto;
  border-radius: 18px;
  transition: 0.5s ease-in-out;
}
.hr_coil.why_choose_section .card:hover p {
  color: #000;
}
.hr_coil.why_choose_section .card:hover {
  background-color: #fff;
  transform: translateY(10px);
}
/* our process section css end */
/* why choose us section css */

.cards_row {
  position: relative;
  padding: 4% 0%;
}
.why_choose_section {
  background-color:#2324297a;
  background-blend-mode: overlay;
  background-image: url(../assets/images/parallax-2.jpg); 
}
.cards_row::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 23%;
  right: 23%;
  border: 3px solid #ffffff;
}
.banner_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
  z-index: 0;
  opacity: 0.5;
}

.banner_bg img {
  width: 100%;
}
.card {
  position: relative;
  overflow: hidden;
  padding: 50px !important;
  min-height: 370px;
  transition: all 500ms;
  margin: 0px 10px;
}
.card:hover {
  box-shadow: rgb(255 255 255 / 6%) 0px 19px 38px, rgb(255 255 255 / 0%) 0px 15px 12px;
}

.background_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  position: relative;
  z-index: 1;
}

.background_image::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgb(31 31 31 / 0%) 20%, rgb(11 10 10 / 83%) 80%) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}

.content p {
  color: white;
  font-weight: 500;
}

.content h6 {
  color: white;
  font-weight: 600;
  font-size: 23px;
}

.icon_image {
  z-index: 9;
}

.icon_image img {
  filter: brightness(0) invert(1);
  margin-bottom: 30px;
}

.cards_row .col:nth-child(2) .card {
  margin-top: 8%;
}
.cards_row .col:nth-child(3) .card{
   margin-top: 16%; 
}
.why_choose_section .card:hover {
  cursor: pointer;
}
.why_choose_section .card:hover .icon_image img {
  animation: bounceIn 1s linear;
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
}
20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
40% {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}
80% {
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
}
100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
}
/* why choose us section css end  */
/* prodcut section design */

.prodcut_section .product_cards {
  padding: 34px;
  background: #337ab742;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
}

.prodcut_section .product_cards .product_image img {
  border-radius: 6px;
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  margin-bottom: 25px;
  min-height: 230px;
}
.prodcut_section .product_cards .pro_icon_image {
    position: absolute;
    z-index: 9;
    right: 11%;
    padding: 10px;
    bottom: 0;
}

.prodcut_section .product_cards .pro_icon_image img {
    height: 41px;
    filter: brightness(0) invert(1);
}
.prodcut_section .product_cards .pro_icon_image::before{
    position: absolute;
    content:"";
    z-index: -2;
    background-color: #0c2271;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    transform: rotate(45deg);
    border: 2px solid white;
    border-radius: 10px;
    transition:all 500ms;
}
.prodcut_section .product_cards:hover .pro_icon_image::before{
    transform: rotate(220deg); 
}
.image_card {
    position: relative;
}

.prodcut_section .product_cards  h6 {
    font-size: 20px;
    font-weight: 700;
}
.prodcut_section .main_heading  h6 {
  max-width: 800px;
  margin: auto;
}
/* product section design end */
/* footer section  css */
.iconbox {
  display: flex;
  align-items: center;
  margin: 25px 0 0;
  gap: 10px;
}
.iconbox img {
  height: 25px;
  margin: 0;
  filter: invert(1);
}
.iconbox p {
  margin-bottom: 0px;
}
.footer_section {
  background-color: #121718;
  background-image: url(../assets/images/Footer-BG.jpg);
  background-blend-mode: overlay;
}
.ftr_gallery {
  display: grid;
  grid-template-columns: repeat(3,3fr);
  gap: 10px;
}
.ftr_gallery img {
  max-height: 100px;
  height: 100%;
  display: flex;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
.footer_section h6 {
  color: white;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer_section ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.footer_section ul li {
  padding-bottom: 10px;
}
.footer_section ul {
  list-style: none;
  padding: 0px;
}
.copyright_row {
  padding-top: 15px;
  border-top: 1px solid white;
  margin-top: 24px;
}
.copyright_row p {
  font-size: 13px;
  color: #cacaca;
}
img.logo_col {
  height: 60px;
  filter: brightness(0) invert(1);
}
/* footer section css end */

/* testmonial section */
.testimonial ul.slick-dots {
  bottom: 0;
}
.testimonial::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0.7;
}
.testimonial{
  background-image: url(../assets/images/factory-worker.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.my-slider {
  z-index: 999;
}
.my-slider ul.slick-dots li {
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.2;
}

.head {
  position: relative;
  z-index: 999;
  padding: 0 50px;
}

.head h6 ,.head h2 {
  color: #fff;
}
.card.slick-slide{
  position: relative;
}
.card.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
  background-image: url(../assets/images/quote.png);
  background-size: 40px;
  background-repeat: no-repeat;
}
.head h2 {
  font-size: 40px;
}
.my-slider ul.slick-dots .slick-active {
  opacity:1
}
.slick-slide{
  min-height: auto !important;
}
.slick-initialized .slick-slide{
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #FFF;
  /* height: 200px; */
  margin: 0 15px 0 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .card.slick-slide h2 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.slick-slider .slick-slide:before {
  display: none;
}
.my-slider .slick-list {
  height: auto;
}




/* infrastructure page */
.infra_bnr {
  background-image: url(../assets/images/construction.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  background-position: center;
  position: relative;
  display: grid;
  align-content: center;
}
.infra_bnr:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 0;
}
.infra_bnr .row {
  padding-top: 50px;
  position: relative;
}
.infra_bnr h2 {
  color: white;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  margin: 0px;
}
section.insfra_sec .row {
  align-items: center;
  display: flex;
}
section.insfra_sec h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.insfra_sec .col_text {
  padding: 50px;
}
section.insfra_sec .row:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}


/* about page */
.bot_img {
  position: absolute;
  width: 40%;
  right: 0px;
  z-index: 1;
  bottom: 0;
  margin-right: 6%;
  border: 9px solid white;
  overflow: hidden;
}
.colg {
  position: relative;
  padding-right: 20%;
}
.colg .top_img img {
  min-height: 480px;
  object-fit: cover;
  width: 100%;
}
section.secd-sec .left-img {
  width: 100%;
  position:relative;
  
}
section.secd-sec .right-img {
  width: 100%;
}
.img-col {
  display: grid;
  grid-template-columns: repeat(2,2fr);
  gap: 12px;
}
section.secd-sec {
  background-color: #f1ebebe3;
  background-image: url(../assets/images/construction.jpg);
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-size: cover;
}
.bot_img:hover img {
  transform: scale(1.2);
}
.bot_img img {
  transition: 500ms all;
}
.cont-col{
  align-self: center;
}


/* product page */
.pro_img {
  display: flex;
  justify-content: center;
  position: relative;
  height: 400px;
  padding: 15px;
}

.pro_img:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  height: 150px;
  border-radius: 10px 10px 0 0;
  width: 100%;
  background-color: #121718;
  background-image: url(../assets/images/Footer-BG.jpg);
  background-size: cover;
  background-blend-mode: overlay;
}
/* .pro_lst .pro_img img {
  filter: grayscale(1);
}
.slider_sec .slick-slide img {
  filter: grayscale(1);
} */
.pro_img img {
  z-index: 9;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.pro_desc {
  display: grid;
  align-content: center;
  height: 100%;
  padding: 50px 30px; 
}
.pro_desc h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
.pro_desc p {
  font-size: 18px;
}
.slider_sec .slick-list {
  height: auto !important;
}
.slider_sec .slider {
  height: auto !important;
  padding: 0 0 60px;
}

.mn_cont {
  position: relative;
}

.mn_cont .ft_imgg {
  position: relative;
}

.mn_cont .md_img {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 80%;
  background-color: #fff;
  padding: 20px 0px 0px 20px;
}
.btn_msg:hover {
    color: #fff;
    background: linear-gradient(270deg, rgba(12, 34, 113, 1) 0%, rgba(8, 25, 88, 1) 35%, rgb(5 11 34) 100%) !important;
}
.btn_msg {
  background: linear-gradient(180deg, rgba(12, 34, 113, 1) 0%, rgba(8, 25, 88, 1) 35%, rgb(5 11 34) 100%) !important;
  padding: 12px 30px;
  color: #fff;
  border-radius: 15px;
}
.cr_pro .hd_contnt h3 {
  font-size: 18px;
  font-weight: 700;
}
.cr_pro .hd_contnt ul {
  font-size: 14px;
  list-style: circle;
}
.cr_pro .hd_contnt ul li {
  margin-bottom: 10px;
}
.table_pts tbody tr th {
  width: 33.3%;
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  background: #f2f2f2;
}

.table_pts tbody tr td {
  width: 33.3%;
  border-right: 1px solid #ccc;
  font-size: 14px;
}

.table_pts table {
  border: 1px solid #ccc;
  margin-bottom: 50px;
  border-radius: 5px;
}
.fec_cust ul li {
  width: 50%;
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}
.fec_cust ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fec_cust {
  padding: 30px 20px;
  border: 1px solid #a38263;
  border-radius: 15px;
  position: relative;
}
.fec_cust:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #a38263;
  margin: 0 auto;
}
.tbl_auto th {
  font-size: 14px;
  background: #f2f2f2f2;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.tbl_auto  td {
  font-size: 14px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* responsiveness */
@media screen and (max-width: 980px) {
  .banner_bg {
    display: none;
}
}
@media screen and (max-width: 767px) {
  .slide .slide__img img {
    object-fit: cover;
}
.slide .slide__content {
  top: 65%;
  left: 50%;
  width: 90%;
}
.slide .slide__content--headings h2 {
  font-size: 1.7rem;
}
.slide .slide__content--headings {
  font-size: 1.2rem;
}
.hom_hdr .navbar-collapse {
  background-color: rgb(0 0 0 / 80%);
  padding: 20px;
  margin: 10px 0 0;
  border-radius: 0 0 10px 10px;
}
.cards_row::before {
  display: none;
}
.background_image img {
  height: 100%;
  object-fit: cover;
}
.background_image::before {
  opacity: 1;
}
.iconbox {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.footer_section h6 {
    text-align: center;
}
.iconbox:last-child {
    margin-bottom: 30px;
}
.footer_section ul li {
    text-align: center;
}
.container .image_column .img_right {
  width: auto;
}
.container .image_column .img_left {
  width: auto;
}
.container .image_column {
  flex-direction: column;
  align-items: center;
}
img.logo_col {  
  margin: 0 auto;
  max-width: 100%;
  display: flex;
}
.infra_bnr h2 {
  font-size: 35px;
}
.pro_desc {
  padding: 0px 20px;
}
.pro_desc p {
  font-size: 16px;
}
.pro_desc h3 {
  font-size: 2rem;
}
.pro_desc {
  padding: 50px 20px 0;
}
.cards_row {
  gap: 40px 0;
}
.cont-col {
  padding: 0 40px 20px;
}
.colg {
  padding-inline: 10%;
  padding-bottom: 50px;
}
section.insfra_sec h2 {
  font-size: 1.8rem;
}
#HROP_COIL .row {
  flex-wrap: wrap-reverse;
}
#ERW_STEEL_ROUND .row {
  flex-wrap: wrap-reverse;
}
#ELLIPTICAL_TUBE .row {
  flex-wrap: wrap-reverse;
}
.tbl_auto th {  
  white-space: nowrap;
}
.table_norw th {
  white-space: nowrap;
}
.mn_cont .md_img {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0px 0px 0px;
}
.btn_msg {
  margin-bottom: 40px;
}
}