@import url("https://fonts.googleapis.com/css2?&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --ms-light: #fff;
    --ms-lightgray: #dadad8;
    --ms-body-bgcolor: #e6e6e6;
    --ms-primary-color: #679af3;
    --ms-primary-color-light: #9ec1fd;
    --ms-primary-color-dark: #5b81fe;
    --ms-secondary-bgcolor-light: #eb964c;
    --ms-secondary-bgcolor: #4e4e4e;
    --ms-primary-bgcolor: #000;
    --ms-dark: #000;
    --ms-green: #50a399;
    --ms-seagreen: #42b5b8;
    --ms-lightgreen: #d0e8e8;
    --ms-silver-grad: linear-gradient(45deg, var(--ms-lightgray), #fff, var(--ms-lightgray), #fff, var(--ms-lightgray));
}

body {
    color: #fff;
    background-color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    font-size: 14px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

p>a {
    color: var(--ms-primary-color);
    font-weight: 500;
}

p>a:hover {
    color: var(--ms-dark);
}

img {
    width: 100%;
    display: block;
}

.filter-white {
    -ms-filter: brightness(50);
    filter: brightness(50);
}

.invert {
    filter: invert(1) !important;
}

.object-fit-cover {
    object-fit: cover;
    object-position: bottom;
}

.padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-primary {
    color: var(--ms-primary-color) !important;
}
.bllight{
    background: #101010;
}

.bg-primary-bgcolor {
    background-color: var(--ms-primary-bgcolor);
    color: var(--ms-light);
}

.bg-primary-blue-bgcolor {
    background-color: var(--ms-primary-color);
    color: var(--ms-light);
}

.bg-secondary-bgcolor-light {
    background-color: #161616 !important;
}

.bg-secondary-bgcolor {
    color: var(--ms-light);
    background-color: var(--ms-secondary-bgcolor) !important;
}

.bg-lightgray {
    background-color: var(--ms-lightgray) !important;
}

.bg-silver-grad {
    background: var(--ms-silver-grad) !important;
}

.bg-white {
    background-color: var(--ms-light) !important;
}

.image-bg {
    min-height: 500px;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-none {
    background: none !important;
}

/*header*/
.header {
    width: 100%;
    padding: 0px 40px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    transition: all 300ms ease-in-out;
    background-color: #000;
}

.logo {
    width: 160px;
    position: relative;
    min-height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-in-out;
}


.header.fixed .logo img {
    filter: none;
}

.navi a {
    color: #ffffff;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
}

.header:hover .navi a {
    color: var(--ms-light);
}

.header.fixed .navi a {
    color: #000000;
    text-shadow: none;
}

.navi a:hover {
    text-decoration: underline;
}

.navi>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navi>ul>li {
    position: relative;
    flex-grow: 1;
}

.navi>ul>li>a {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: block;
    padding: 10px 15px 10px 15px;

}

.navi>ul>li:hover>a {
    color: var(--ms-primary-color);
}

.header:hover {
    background-color: rgb(0 0 0 / 50%);
}

.header:hover .navi>ul>li:hover>a {
    text-shadow: none;
}

.menuBtn {
    width: 30px;
    cursor: pointer;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    transition: all 300ms ease-in-out;
    position: relative;
    z-index: 1;
    display: none;
}

.header.fixed .menuBtn {
    filter: invert(1);
}

.menuBtn span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    margin: 3px 0;
    transition: all 300ms ease-in-out;
}

.menuBtn span#bar2 {
    width: 75%;
}

.menuBtn span#bar3 {
    width: 100%;
}

.menuBtn.menuBtnActive span {
    margin: 0;
}

.menuBtn.menuBtnActive span#bar1 {
    transform: rotate(45deg) translateX(1px);
}

.menuBtn.menuBtnActive span#bar2 {
    transform: rotate(-45deg) translateX(1px);
    width: 100%;
}

.menuBtn.menuBtnActive span#bar3 {
    display: none;
}

.header.fixed {
    background: #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(10px);
    position: fixed;
}

.header.fixed .logo {
    padding: 0;
    width: 106px;
}

.header.fixed .navi>ul>li>a {
    font-size: 12px;
    padding: 5px 15px;
}

.header.fixed .navi>ul>li:hover>a {
    color: var(--ms-primary-color-dark);
}

.header.fixed .menuBtn span {
    background: var(--ms-light);
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: -22px !important;
    padding: 20px;
    background-size: 27px 22px !important;
    background-color: #fff !important;
    border-radius: 50%;
    filter: invert(1);
}

.menuContainer {
    position: fixed;
    top: 36px;
    right: 0;
    width: 250px;
    padding: 50px 20px 20px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(2px) brightness(2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
    z-index: 998;
    display: none;
}

.menuContainer section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.menuContainer ul {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.menuContainer .menu {
    border-top: none;
    padding: 30px 0 60px;
}

.menuContainer li {
    width: 100%;
    margin-bottom: 20px;
}

.menuContainer .menu li a {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.menuContainer li a {
    color: #fff;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menuContainer .menu li a {
    font-size: 15px;
    letter-spacing: 2px;
}

.menuContainer li:last-child {
    margin-bottom: 0;
}

.menuContainer .menu li a::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--ms-primary-color-dark);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menuContainer li:hover>a {
    padding-left: 15px;
    color: var(--ms-primary-color-dark);
}

.menuContainer .menu li:hover>a::before {
    left: 0;
    opacity: 1;
}

.menuContainer .topSocial {
    display: flex;
    gap: 30px;
}

.menuContainer .topSocial li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.menuContainer .topSocial li a {
    font-size: 15px;
    padding-left: 0;
    color:#ffffff;
}

.menuContainer .topSocial li a:hover {
    color: var(--ms-primary-bgcolor);
}

.menuContainer .topSocial li a::before {
    content: none;
}

/*header*/

.carousel-item img {
    object-fit: cover;
}

.banner {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner::after {
    content: '';
    width: 100%;
    height: 10px;
    background: var(--ms-silver-grad);
    display: block;
}

.scrollDown {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--ms-light);
    z-index: 9;
}

/* Home solution section starts here */
.hm-solution-box {
    width: calc(100% / 3);
}

.hm-solution-box .inner-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(45deg, var(--ms-primary-color), var(--ms-dark));
}

.hm-solution-box .inner-box>img {
    height: 25vw;
    object-fit: cover;
    opacity: 0;
}

.hm-solution-box .inner-box .hm-solution-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    background-color: rgb(0 0 0 / 60%);
    transform: translateY(calc(100% - 61px));
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.hm-solution-box .inner-box:hover .hm-solution-links {
    transform: translateY(0);
}

.hm-solution-box .inner-box .hm-solution-links a {
    color: var(--ms-light);
}

.hm-solution-box .inner-box .hm-solution-links h6 {
    padding: 20px 10px 10px;
    font-size: 1.3vw;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 0;
}

.hm-solution-box .inner-box .hm-solution-links ul {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    transition-delay: 200ms;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hm-solution-box .inner-box:hover .hm-solution-links ul {
    opacity: 1;
}

.hm-solution-box .inner-box .hm-solution-links ul li {
    list-style: none;
    margin: 3px 0;
    padding: 0 5px;
    border-right: 1px solid rgb(255 255 255 / 40%);
}

.hm-solution-box .inner-box .hm-solution-links ul li:last-child {
    border-right: none;
}

.hm-solution-box .inner-box .hm-solution-links ul li a {
    font-size: 12px;
    text-transform: uppercase;
}

.hm-solution-box .inner-box .hm-solution-links ul li a:hover {
    text-decoration: underline;
}

/* Home solution section ends here */

.heading {
    display: table;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.heading h2 {font-size: 2vw;
    margin-bottom: 1rem;
    color: #eb964c;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.color-blue {
    color: #188ebd;
    font-weight: 600;
}

.breadcrumb {
    background: none;
}

.heading.mx-auto {
    text-align: center;
}

.heading.position-absolute {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background-color: rgb(255 255 255 / 40%);
    z-index: 2;
}

.heading.position-absolute.darkbg {
    background-color: rgb(0 0 0 / 40%);
}

.h2-lg {
    font-size: 5vw;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.icons-wrapper.icon-slider {
    display: block;
}

.icons-wrapper>.icon-box {
    flex: 1 0 0;
}

.icons-wrapper .icon-box {
    text-align: center;
    padding: 0 10px;
    min-width: 146px;
    padding: 10px;
}

.icons-wrapper.icon-slider .icon-box,
.progressive-future.swiper .icons-wrapper .icon-box {
    flex-basis: initial;
    flex-grow: 1;
    flex-shrink: 0;
}

.icons-wrapper .icon-box section {
    height: 100%;
    border: 2px solid #eb8023;
    border-radius: 14px;
}

.icons-wrapper .icon-box .img-fluid {
    max-width: 100px;
    margin: 0 auto 20px;
}

.icons-wrapper .icon-box article {
    position: relative;
    z-index: 1;
}


.ss-steel-controls .swiper-wrapper {
    padding: 0px 16px !important;
}

.no-border.icons-wrapper .icon-box article::before {
    display: none;
}

.ss-steel-controls button:last-child span::before,
.icons-wrapper .icon-box:last-child article::before {
    display: none;
}
.icons-wrapper .icon-box article h6 {
    min-height: 36px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 5px;
}

.icons-wrapper .icon-box article h6 span {
    font-family: auto !important;
}

.progressive-future h6 {
    margin-bottom: 0 !important;
}

.icons-wrapper .icon-box article p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.1;
}
.WhyJindal
{
    width: 160px;
}
.readmore {
    width: 100%;
    display: flex;
}

.readmore.center {
    justify-content: center;
}

.readmore a {
    padding: 10px 20px;
    color: var(--gray);
    border: 1px solid #cdcdcd;
    background-color: var(--ms-light);
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.readmore a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--red);
    z-index: -1;
    transition: all 300ms ease-in-out;
    transform: translateY(-100%);
    transform-origin: top;
}

.readmore a:hover {
    color: var(--ms-light);
    border-color: transparent;
}

.readmore a:hover::before {
    transform: translateY(0%);
    transform-origin: bottom;
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-container .blue-btn {
    margin-top: 0;
}

.btn-container .blue-btn a,
.btn-container .blue-btn button {
    min-width: 250px;
}

.blue-btn {
    display: table;
    margin-top: 2.5rem;
}

.blue-btn a,
.blue-btn button {
    min-width: 140px;
    text-align: center;
    display: block;
    padding: 7px 30px;
    background-color: var(--ms-primary-color);
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blue-btn a i {
    position: absolute;
    color: #fff;
}

.blue-btn a i.fa-file-pdf {
    font-size: 36px;
    top: 0;
    left: 0;
    color: #920000;
}

.blue-btn a i.fa-download {
    right: 10px;
    top: 10px;
}

.blue-btn button {
    border: none;
}

.blue-btn a::before,
.blue-btn button::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ms-primary-color-dark);
    clip-path: circle(40% at 90% 125%);
    border-radius: 15px;
    transition: all 300ms ease-in-out;
    z-index: -1;
}

.blue-btn a:hover::before,
.blue-btn button:hover::before {
    clip-path: circle(150% at 90% 125%);
}

.blue-btn a span,
.blue-btn button span {
    z-index: 1;
    position: relative;
}

/* properties table */
.property-header {
    padding: 20px 0 10px;
    gap: 10px;
}

.property-header li button {
    border-radius: 40px;
    background-color: var(--ms-lightgray);
    font-weight: 900;
    padding: 7px 20px;
    text-transform: uppercase;
}

.property-header li button.active {
    background-color: var(--ms-primary-color-dark);
    color: #fff;
}

.suplexaustenitic {
    min-height:40vh;
}

.gradeContainer,
.propertiesresult1,
.propertiesresult2 {
    display: none;
}

/* properties table */

.ss-steel-controls {
    justify-content: center;
}

.ss-steel-controls .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.ss-steel-controls .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

.ss-steel-controls button {
    min-width: 200px;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 6px 0;
    text-transform: uppercase;
}

.ss-steel-controls button:hover {
    font-weight: 600;
}

.ss-steel-controls button.active {
    font-weight: 900;
}

.ss-steel-controls button span {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0 20px;
    color: #fff;
}

.ss-steel-controls button span::before {
    height: 100%;
}

/* Knowledge center */
.know-center-box {
    width: 50%;
}

.know-center-box a {
    color: #fff;
    text-align: center;
}

.know-center-box a .img-fluid {
    padding: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*.know-center-box a .img-fluid::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(transparent,rgb(0 0 0 / 80%));
}*/

.know-center-box a .img-fluid img {
    transition: transform 900ms;
}

/*.know-center-box a .img-fluid:hover img {
  -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  transform: scale(1.2); 
}*/
.know-center-box-p-abs {
    position: absolute;
    bottom: 0px;
    padding: 20px 25px 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 16px;
    width: 70%;
    text-align: left;
    font-weight: 900;
    text-shadow: 1px 2px #000;
    text-transform: uppercase;
    z-index: 2;
}

.know-center-box a .img-fluid .know-center-hidden-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    padding: 10px;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 20%);
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.know-center-box a:hover .img-fluid .know-center-hidden-text {
    opacity: 1;
}


.know-center-box a .img-fluid .know-center-hidden-text .know-center-logo {
    max-width: 150px;
    margin-bottom: 10%;
}

.know-center-box a .img-fluid .know-center-hidden-text p {
    font-size: 16px;
}

/*Footer*/
.footer-area {
    background: #eb964c;
    color: #000;
    position: relative;
    z-index: 1;
}

.footer-area ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-area a {
    color: #000000;
    transition: all 300ms ease-in-out;
}

.footer-area a:hover {
    color: var(--ms-primary-color);
}

.footerSocial {
    padding: 20px 0;
}

.footerSocial h4 {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 0;
}

.footerSocial ul {
    padding-left: 20%;
}

.footerSocial ul li a {
    font-size: 18px;
}

.footlinks ul li {
    padding: 5px;
}

/*Footer*/

/* inside page */
.insideBanner {
    padding: 5px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f5f4f4;
}

.insideBanner h1 small {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 70%;
}

.product-wrapper .form-row {
    background-color: #fff;
    margin: 10px 0;
}

.product-box {
    margin-bottom: 10px;
}

.product-box section {
    height: 100%;
    padding: 20px;
    background-color: #fff;
}

.product-box section .img-fluid {
    position: relative;
    overflow: hidden;
}



.product-box section h4 {
    font-size: 1.2rem;
    color: #28aee4;
    margin-bottom: 20px;
    font-weight: 700;
}

.product-box section ul {
    padding-left: 20px;
}

.product-box section ul li {
    margin: 5px 0;
}

.product-box section .blue-btn {
    margin: 20px auto 0;
}

.brochureBtn {
    margin: 10px 0;
}

.brochureBtn .img-fluid {
    max-width: 70%;
    margin: 0 auto;
}

.brochureBtn .blue-btn {
    width: 100%;
    margin-top: 0;
}

/* inside page */


/* Custom Modal */
.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 80%);
    backdrop-filter: blur(10px);
}

.modal-header {
    flex-direction: column;
}

.modal-header h4 {
    font-weight: 800;
    font-size: 14px;
    color: var(--ms-primary-color-dark);
    margin-bottom: 0;
}

.modal-title {
    font-weight: 600;
    font-size: 12px;
}

.modal-body .form-group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-body .form-group img {
    max-width: 25px;
    flex: 0 0 25px;
}

.modal-body .form-control {
    border-radius: 0;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid rgb(0 0 0 / 23%);
}

.modal-body .form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--ms-primary-color);
    font-weight: 600;
}

/* Custom Modal */


/*transformation Animation*/
.leftTranslate {
    -webkit-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    opacity: 0;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}

.rightTranslate {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
    opacity: 0;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}

.topTranslate {
    -webkit-transform: translate(0, -200px);
    transform: translate(0, -200px);
    opacity: 0;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}

.bottomTranslate {
    -webkit-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}

.doneTranslate {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.hidden {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.visible {
    opacity: 1;
}

.doneBeat {
    animation: beating 1.5s linear infinite;
}

/*  Get Detials Form CSS */

.registration-form {
    padding: 50px 0;
}

.registration-form form {
    background-color: #fff;
    max-width: 600px;
    margin: auto;
    padding: 50px 70px;
    /* border-top-left-radius: 30px;
    border-top-right-radius: 30px; */
    border-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .form-icon {
    text-align: center;
    background-color: #5891ff;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}

.registration-form .item {
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;
}

.registration-form .create-account {
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #5791ff;
    border: none;
    color: white;
    margin-top: 20px;
}

.form-select {
    width: 100%;
}

th {
    background-color: #28aee4 !important;
    text-transform: uppercase;
}

td {
    background-color: #eeedee !important;
    color: #000 !important;
}

.table {
    width: 100%;
    overflow: auto;
}

#lifestyle-applications .m-2 h4 {
    display: none;
}
.product-box .w-75, .product-box .w-50, .d-none-820 {
    margin-top: 40px;
}
.logoimg-m
{
    border: none !important;
    display: flex;
    justify-content: center;
}
.logoimg-m .img-fluid
{
    max-width: 160px !important;
    margin: 0 !important;
    
}
.home-icons-wrapper
{
    display: flex;
    align-items: center;
}
.container-form
{
    width: 90%;
    margin: auto;
}



@media (max-width:820px) {
    .product-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-box .w-75,
    .product-box .w-50,
    .d-none-820 {
        display: none !important;
    }
    .product-box section .img-fluid img{ width: 50%; margin: auto;}

    #lifestyle-applications .m-2 h4 {
        display: block;
    }

}

@media (max-width: 576px) {
    .registration-form form {
        padding: 50px 20px;
    }

    .registration-form .form-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}

/* End Get Deails Form CSS */

@keyframes beating {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFFFFF;
}

/*transformation Animation*/

.swiper-button-prev,
.swiper-button-next {
    opacity: 0.7;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.align-items-right {
    text-align: right;
}

.table-bordered {
    border: none;
}

.table tr:nth-child(1) {
    background-color: #2b2f33 !important;
}

/*responsive*/
.center {
    text-align: center;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .banner {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .heading h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .icons-wrapper .icon-box article h6 {
        font-size: 13px;
        margin-bottom: 7px;
        min-height: auto;
    }

    .hm-solution-box .inner-box .hm-solution-links h6 {
        font-size: 13px;
    }

    .icons-wrapper .icon-box article p {
        font-size: 12px;
    }

    .footer-area .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .progressive-future .swiper-button-prev,
    .progressive-future .swiper-button-next {
        display: block
    }

    .insideBanner h1 {
        font-size: 2rem;
    }
}

@media (max-width: 912px) {
    .header {
        padding: 5px 10px 5px 20px;
        grid-gap: 20px;
        grid-template-columns: 1fr auto 0fr;
        align-items: center;
    }

    .logo {
        width: 110px;
    }

    .navi>ul>li>a {
        padding: 10px;
    }

    .header.fixed .navi>ul>li>a {
        padding: 5px 10px;
    }

    .hm-solution-box {
        width: calc(100% / 3);
    }

    .hm-solution-box .inner-box>img {
        height: 30vw;
    }

    .hm-solution-box .inner-box .hm-solution-links {
        transform: translateY(calc(100% - 40px));
    }

    .hm-solution-box .inner-box .hm-solution-links h6 {
        padding: 15px;
    }

    .know-center-box {
        width: 60%;
    }

    .know-center-box-p-abs {
        width: 100%;
        font-weight: 800;
        line-height: 1.3;
        font-size: 14px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
        margin-top: -15px;
        background-size: 8px !important;
        padding: 0;
    }

    .heading h5 {
        font-size: 16px;
    }

    .property-header li {
        flex-grow: 1;
    }

    .property-header li button {
        display: block;
        width: 100%;
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .suplexaustenitic {
        min-height: 50vh;
    }
}

@media (max-width: 812px) {
    .progressive-container .icons-wrapper {
        flex-wrap: wrap;
    }
    .progressive-container .icons-wrapper3 {
        flex-wrap:nowrap;
    }
    .footerSocial {
        padding: 2px 0;
    }
        .heading {
        margin-bottom: 10px;
    }
    .icons-wrapper .icon-box section {
        min-height: 166px;
    }
    .progressive-future .home-icons-wrapper1 {
        flex-wrap:wrap !important;
    }

    .icons-wrapper .icon-box {
        margin-bottom: 18px;
    }

    .btn-container {
        flex-wrap: wrap;
        gap: 7px;
    }

}

@media (max-width: 768px) {
    .navi>ul>li>a {
        font-size: 13px;
    }

    .heading {
        margin-bottom: 30px;
    }

    .hm-solution-box .inner-box>img {
        height: 100%;
    }

    .hm-solution-box .inner-box .hm-solution-links {
        padding-bottom: 10px;
    }

    .hm-solution-box .inner-box .hm-solution-links h6 {
        padding: 10px;
    }

    .hm-solution-box .inner-box .hm-solution-links ul li {
        margin: 0;
    }

    .ss-steel-controls button {
        font-size: 13px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        font-size: 13px;
    }

    .insideBanner h1 {
        font-size: 22px;
        text-align: center;
    }
}

@media (max-width: 717px) {
    .menuBtn {
        display: flex;
        height: 30px;
        flex-wrap: wrap;
    }

    .navi {
        display: none;
    }

    .ss-steel-controls button {
        min-width: calc(100% / 3);
    }

    .table-bordered {
        border: none;
        width: 100%;
        overflow: auto;
    }
}

@media (max-width: 667px) {
    .hm-solution-box {
        width: 50%;
    }
}

@media (max-width: 583px) {
    .heading h2 {
        text-align: center;
    }

    .ss-steel-controls {
        margin-bottom: 20px;
        width: 100%;
    }

    .ss-steel-controls button {
        font-size: 12px;
    }

    .ss-steel-controls button span::before,
    .icons-wrapper .icon-box article::before {
        width: 2px;
    }

    .ss-steel-controls button {
        padding: 15px 0px;
    }

    .blue-btn {
        position: initial !important;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .insideBanner {
        align-items: flex-end;
    }

    .insideBanner h1 {
        font-size: 20px;
    }
    .breadcrumb {
        background: none;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .header {
        padding: 5px 10px 5px 5px;
        position: static;
    }

    .menuBtn {
        width: 30px;
        height: 30px;
    }

    .menuBtn span {
        margin: 3px 0;
    }

    .btn-container {
        flex-wrap: wrap;
    }

    .heading h2 {
        font-size: 18px;
    }

    .heading h6 {
        font-size: 15px;
    }

    .product-wrapper .form-row {
        margin: 0 0 20px;
    }

    .product-box section {
        text-align: center;
    }

    .product-box section ul li {
        width: fit-content;
        margin: 5px auto;
    }

    .suplexaustenitic {
        min-height: 40vh;
    }
}

@media (max-width: 480px) {

    .hm-solution-box,
    .know-center-box {
        width: 100%;
    }

    .know-center-box a .img-fluid img {
        object-fit: cover;
    }

    .blue-btn a,
    .blue-btn button {
        padding: 7px 25px;
        border-radius: 50px;
    }

    .know-center-box-p-abs {
        font-size: 13px;
    }

}

@media (max-width: 425px) {
    .header.fixed .logo {
        width: 80px;
    }

    p {
        font-size: 12px;
    }

    .heading {
        margin-bottom: 20px;
    }

    .heading h2 {
        font-size: 16px;
        padding: 0 5px;
    }

    .heading h6 {
        font-size: 13px;
    }

    .ss-steel-controls button {
        flex-grow: 1;
    }

    .icons-wrapper .icon-box {
        margin-bottom: 18px;
        width: 50%;
        flex: auto;
    }

    .home-icons-wrapper .icon-box:nth-child(even) article::before {
        display: block;
    }

    .footerSocial ul {
        padding: 13px 50px;
    }

    .footerSocial h4 {
        text-align: center;
    }

    .footer-area ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footlinks ul li {
        padding: 6px;
    }

    .icons-wrapper .icon-box article h6 {
        height: auto;
        margin-bottom: 10px !important;
    }
    .product-box section .img-fluid img{ width: 100%; margin: auto;}
}

@media (max-width: 375px) {
    .footerSocial ul li a {
        font-size: 16px;
    }
}

@media (max-width: 360px) {}