@charset "utf-8";

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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');
 
/*-------------General Style Start---------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent
}
body {
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 22px;
    color: #000;
}
p:last-child {
    margin-bottom: 0px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
a:hover, a:focus, a:visited, button:hover, button:focus, button:visited  {
    text-decoration: none;
    outline: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input,
select {
    vertical-align: middle
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}


.notification-container{
    position: relative;
    padding-left: 75px;
}

.notification-container img{
    width: 100%;
}

.notification-container .notification-logo{
    width: 59px;
    position: absolute;
    left: 0px;
}

.push-modal {
    z-index: 999999;
    width: 450px;
    height: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}


.push-modal .modal-dialog{
    width: 434px;
    box-shadow: 0 0 4px #888;
}

.push-modal .modal-content{
    background-color: #f7f7f7;
}


.push-modal h2{
    font-size: 19px;
    font-weight: 700;
}


.push-modal p{
    font-size: 15px;
    /* font-weight: 700; */
    line-height: 18px;
    margin-top: 15px;
}

.push-modal .btn-light{
    border: 1px solid #ddd;
}

.push-modal .btn{
    float:right;
    margin-top: 10px;
    margin-left: 5px;
}




a {
    color: #0e92de;
    text-decoration: none;
    outline: none
}
a:active,a:focus {outline: none;}
.clr {
    clear: both;
    padding: 0;
    height: 0;
    margin: 0
}
nomargin {
    margin: 0 !important;
}
.voffset {
    margin-top: 2px;
}
.voffset1 {
    margin-top: 5px;
}
.voffset2 {
    margin-top: 10px;
}
.voffset3 {
    margin-top: 15px;
}
.voffset4 {
    margin-top: 30px !important;
}
.voffset5 {
    margin-top: 40px;
}
.voffset6 {
    margin-top: 60px;
}
.voffset7 {
    margin-top: 80px;
}
.voffset8 {
    margin-top: 100px;
}
.voffset9 {
    margin-top: 150px;
}
.mb-30 {
    margin-bottom: 30px
}
img {
    width: 100%;
}
footer,header,section{float: left;width: 100%;position: relative;}
img {
    width: 100%
}
.wrapper {
    padding: 70px 0;
}
.prd-top-0 {
    padding-top: 0px;
}
.prd-but-0 {
    padding-bottom: 0px;
}
html {
    font-size: 100%;
}
html::-webkit-scrollbar {
    margin-top: 15px;
    margin-right: 10px;
    width: 13px;
    z-index: 3;
}
html::-webkit-scrollbar * {
    background: transparent;
}
html::-webkit-scrollbar-track {
    display: none;
}
html::-webkit-scrollbar-thumb {
    background-color: #ddd!important;
}
/*-------------General Style End---------------------------------------*/

/*@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}*/




/*-------------Header CSS Start---------------------------------------*/
.header-banner-section  {
    /*    display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100vh;
        position: relative;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
/*.header-banner-section video {
    height: 100vh;
    max-height: 70vh;
    position: relative;
    overflow: hidden;
    -webkit-transition: all,.1s;
    -o-transition: all,.1s;
    transition: all,.1s;
}*/
/*@media (min-width: 1050px) {
    .header-banner-section {
        height: 715px;
    }
}*/

.window-full-loaded header {
    overflow: visible
}
header {
    overflow: hidden
}

.logo {
    width: 100%;
    float: left;
    height: 101px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
}
.logo img {
    /*    width: 410px;*/
    float: left;
}
.main-header {
    width: 100%;
    float: left;
    padding: 0 55px;
}
.main-header .row {
    width: 100%;
}
.banner {
    /*    width: 100%;
        float: left;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #222327;
}
/*.banner .container-fluid:after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(244deg,rgba(0,0,0,0.2),rgba(180,26,26,0.25) 20%,rgba(0,36,120,0.7) 76%,rgba(0,36,120,0.7));
    left: 0;
    top: 0;
}*/
.banner img {
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}
.lines {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
    top: 0px;
    width: 51px;
    text-align: left;
}
.lines span {
    width: 51px;
    height: 2px;
    background: #112730;
    margin-top: 14px;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
    display: block;
    position: relative;
    top: 0;
    float: right;
}
.lines span.line2 {
    width: 32px;
}
.lines span:first-child {
    margin-top: 0px;
}
.menu {
    border-left: 1px solid #ddd;
    height: 101px;
    display: flex;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
    float: right;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.menu p { 
    margin-top: 10px;
    font-weight: 500;
    color: #232323;
}
.menu:hover .lines span.line2 {
    width: 51px;
}
.horizontal-menu {
    float: right;
    height: 101px;
    display: flex;
    align-items: center;
    padding: 0 55px;
    /*    border-left: 1px solid #ddd;*/
}
.horizontal-menu ul {
    margin: 0;
    padding: 0;
}
.horizontal-menu ul li {
    display: inline-block;
    float: left;
    position: relative;
    transition: all .3s ease;
}
.horizontal-menu ul li a {
    display: inline-block;
    float: left;
    font-weight: 500;
    color: #232323;
    font-size: 18px;
    padding: 0 16px;
    height: 75px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}
.horizontal-menu ul li a:hover {
    text-decoration: none;
    /*    border-bottom: 3px solid #0063a7;*/
}
.horizontal-menu .sub-menu {
    /*    margin: 17px 0 0 0 !important;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 250px;
        top: 71px;
        left: 0;
        z-index: 1;
        background: #fff;
        transition: all .2s ease-in-out;
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);*/
    /*    margin: 17px 0 0 0 !important;*/
    min-width: 260px;
    position: absolute;
    background: #fff;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
.horizontal-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.horizontal-menu .sub-menu li {
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
.horizontal-menu .sub-menu li a {
    height: auto !important;
    width: 100%;
    padding: 9px 15px !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 20px;
}
.horizontal-menu .sub-menu li:last-child {
    border-bottom: none !important;
}
/*.sub-menu li a:hover {
    border-bottom: none !important;
}*/
.horizontal-menu .sub-menu li ul {
    top: -10px;
    left: -100%;
    margin-left: 25px;
    margin-top: 0;
    max-width: 250px;
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 250px;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    transition: all .2s ease-in-out;
    /*    border-top: 3px solid #71be44;*/
}
.horizontal-menu ul li .sub-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-right: 0px;
}
.inner-page header.fixed {
    position: fixed;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9999;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}
header {
    width: 100%;
    height: 101px;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    z-index: 999;
}
/*Hamberger Menu Start*/
.hamburger-content {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999999;
    padding: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 40%;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    background: #082d5a;
    background-repeat: no-repeat;
    background-position: right center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
@media only screen and (max-width: 1200px) {
    .hamburger-content {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .hamburger-content {
        width: 100%;
        padding: 90px 30px 75px;
    }
}
.hamburger-content.active {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.hamburger-content .menu-top-main {
    /*    padding-right: 30px;*/
}
.close-hamburger {
    border: 1px solid #ddd;
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 30;
    cursor: pointer;
    display: flex;
    width: 45px;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #082d5a;
    border: 1px solid #0e5484 !important;
    line-height: 1;
}
.close-hamburger:hover {
    background: #0e5484;
}
.close-hamburger svg g {
    stroke: white;
}
#search-content input {
    color: #ffffff !important;
}
.hamburger-content .hamburger-footer {
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 600px) {
    .hamburger-content .hamburger-footer {
        margin-bottom: -55px;
    }
}
.hamburger-content .hamburger-footer .copyright-text, .hamburger-content .hamburger-footer .copyright-text a {
    margin-bottom: 0;
    color: #9e9e9e;
}
.hamburger-content .hamburger-footer .social-items {
    list-style: none;
    padding: 0;
    margin-left: -12px;
    margin-bottom: 0;
    margin-bottom: 20px;
}
.hamburger-content .hamburger-footer .social-items li {
    display: inline-block;
}
.hamburger-content .hamburger-footer .social-items li a {
    padding: 0 15px 0px;
    color: white;
    display: block;
}
.overlaybg {
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.69);
    cursor: pointer;
}
.no-scroll .overlaybg {
    display: block;
}

/*--------------------------------------------------------------
## Hamburger Menu
--------------------------------------------------------------*/
.menu-active a {
    color: #fe8905 !important;
}
.nav-menu-link {
    cursor: pointer;
}
.hamburger-content .menu-block {
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 15px;
}
.hamburger-content .menu-block .mainmenu {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    list-style: none;
}
.hamburger-content .menu-block .mainmenu > li {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, transform 300ms;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    opacity: 0;
}
.hamburger-content .menu-block .mainmenu > li:first-child {
    padding-top: 0;
}
.hamburger-content .menu-block .mainmenu > li > a {
    color: white;
    font-weight: 500;
    font-size: 18px;
    display: block;
    line-height: normal;
}
.hamburger-content .menu-block .mainmenu > li > a .description {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.hamburger-content .menu-block .mainmenu > li > a > .fa-angle-down {
    font-size: 15px;
}
.hamburger-content .menu-block .mainmenu > li .sub-menu {
    display: none;
    list-style: none;
    color: #fafafa;
    padding-left: 0;
    margin-left: 0;
}
.hamburger-content .menu-block .mainmenu > li .sub-menu li a {
    font-size: 16px;
    color: #c1ebff;
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: normal;
}
.hamburger-content .menu-block .mainmenu > li .sub-menu li a:before {
    content: "";
    width: 15px;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 13px;
}
.hamburger-content .menu-block .mainmenu li {
    padding-top: 12px;
    position: relative;
}
.hamburger-content .menu-block .mainmenu li .menu-click {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    top: 6px;
}
.menu-arrow:before {
    content: '';
    position: absolute;
    background: #266d9e;
    transition: 150ms all ease-out;
    top: 17.5px;
    left: 10px;
    right: 10px;
    height: 1px;
}
.menu-arrow:after {
    content: '';
    position: absolute;
    background: #266d9e;
    transition: 150ms all ease-out;
    top: 9px;
    left: 19.5px;
    bottom: 10px;
    width: 1px;
}
.hamburger-content .menu-block .mainmenu li .menu-click .menu-arrow.menu-extend:after {
    display: none;
}
.hamburger-content.active .menu-block .mainmenu > li {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.hamburger-content.active .menu-block .mainmenu li a:hover, .hamburger-content.active .menu-block .mainmenu li a.active {
    color: #004a14;
}

.hamburger-block .navigation .mainmenu {
    float: none;
    display: none;
}
.hamburger-block .navigation .mainmenu > li {
    float: none;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
}
.hamburger-block .navigation .mainmenu > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
}
.hamburger-block .navigation .mainmenu > li > a .description {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.hamburger-block .navigation .mainmenu > li > a > .fa-angle-down {
    font-size: 15px;
}
.hamburger-block .navigation .mainmenu > li .sub-menu {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    min-width: 100%;
    top: -15px;
    display: block;
    width: 100%;
    background: transparent;
}
.hamburger-block .navigation .mainmenu > li .sub-menu li a {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
}
.hamburger-block .navigation .mainmenu > li:hover .sub-menu {
    position: relative;
}
.hamburger-block.active {
    opacity: 1;
    visibility: visible;
}
.hamburger-block.active .navigation .mainmenu {
    display: block;
}
.hamburger-block.active .navigation .mainmenu > li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.hamburger-footer p {
    color: #c1ebff;
    margin-bottom: 10px;
    font-size: 15px;
}
.facebook-icon-header {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -153px -8px;
    width: 15px;
    height: 26px;
}
.twitter-icon-header {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -153px -50px;
    width: 23px;
    height: 26px;
}
.youtube-icon-header {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -153px -90px;
    width: 24px;
    height: 26px;
}
.social-items i {
    display: inline-block;
}
/*Hamburger Menu End*/


/*New Menu Start*/

#nav-aside.aside-open {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
#nav-aside {
    position: fixed;
    top: 0;
    z-index: 99999;
    display: block;
    margin: 0;
    padding: 60px 80px 60px 50px;
    background-color: #082d5a;
    right: 0;
    height: 100%;
    width: 650px;
    max-width: 100%;
    text-align: left;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#nav-aside .nav-aside__close+* {
    margin-top: 0px;
}
#nav-aside #nav-aside_menu {
    margin-top: -10px;
}
#nav-aside_menu ul {
    width: 100%;
}
#nav-aside_menu ul> li {
    position: relative;
    list-style: none;
}
#nav-aside_menu ul li.is-open a {
    color: #004a14;
}
#nav-aside_menu ul li.is-open ul.submenu {
    width: 100%;
}
#nav-aside_menu ul li.is-open ul.sub-menu li a:before {
    content: "";
    width: 15px;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 23px;
}
#nav-aside_menu ul li.is-open ul {
    display: block;
}
#nav-aside_menu ul li ul {
    display: none;
    /*    margin: 10px 0 10px 15px;*/
}
#nav-aside_menu .sub-menu li {
    list-style: none;
}
#nav-aside_menu ul li a:hover {
    color: #004a14;
}
#nav-aside_menu ul li ul li a:hover {
    color: #004a14 !important;
}
#nav-aside_menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    line-height: normal;
    /*    letter-spacing: -.03em;*/
    padding: 10px 10px 10px 0;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    display: block;
}
#nav-aside_menu ul li ul li.active a {
    color: #9395e3;
}
#nav-aside_menu ul li ul li a {
    font-size: 17px;
    color: #c1ebff !important;
    display: block;
    position: relative;
    padding: 10px 0 10px 30px;
    line-height: normal;
}
#nav-aside_menu .is-submenu .menu-click {
    float: right;
    position: relative;
}

#nav-aside_menu .is-submenu.no-submenu .menu-click {
    display: none;
}

#nav-aside_menu .is-submenu .menu-click:before{
    content: '';
    position: absolute;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -73px -238px;
    width: 17px;
    height: 10px;
    right: -10px;
    top: 7px;
}
#nav-aside_menu .is-submenu.is-open .menu-click:before{
    content: '';
    position: absolute;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -73px -289px;
    width: 17px;
    height: 10px;
    right: -10px;
    top: 7px;
}
#nav-aside .nav-aside__close:hover {
    text-decoration: none;
}


.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}
/*@supports (-ms-overflow-style:none) {
    .ps-container {
        overflow: auto !important
    }
}*/
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-container {
        overflow: auto !important
    }
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}
.ps-container.ps-in-scrolling {
    pointer-events: none
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}
.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}
.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    z-index: 21;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 5px
}
.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}
.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}
/*New Menu End*/

/*UK Nav Menu*/
.uk-position-relative {
    width: 100%;
    background: #ffffff;
}
.uk-navbar-right {
    padding-right: 26px;
}
.uk-navbar-nav>li>a:before {
    content: '';
    bottom: 0;
    left: calc(50% - 6px);
    display: none;
    cursor: auto;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #0063a7;
    width: 0;
    height: 0;
    position: absolute;    
    z-index: 9999;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.uk-navbar-nav>li:hover>a:before  {
    display: block;
}
.uk-navbar-dropbar-slide {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.08);
}
.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
    color: #0063a7;
    background: #eef5ff;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #ffffff;
}
.uk-navbar-nav>li>a {
    position: relative;
    font-weight: 500;
    color: #232323;
    font-size: 18px;
    white-space: nowrap;
    padding: 0 16px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    color: #0063a7;
}
.uk-navbar-dropdown {
    /*    border-top: .5px solid rgba(200,200,200,.4);*/
    border-top: 2.3px solid #0063a7;
    /*    border-bottom: 2.3px solid #ddd;*/
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    width: 100vw;
    padding: 0;
}
.uk-navbar-dropdown-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;   
    width: 100%;
    float: left;
}
.uk-navbar-dropdown-nav li {
    display: block;
    float: left;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.uk-nav>li>a {
    padding: 8px 0;
}
/*.uk-navbar-dropbar-slide {
    border-top: .5px solid rgba(200,200,200,.4);
}*/
.uk-navbar-dropdown-nav>li>a {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 15px 9px 15px;
    width: 300px;
    float: left;
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #101010;
}
.uk-navbar-dropdown-nav {
    padding: 30px 0;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    height: 101px;
}
.menu-zist-content {
    width: 100%;
    float: left;
    padding: 40px 30px 40px 0;
    position: relative;
}
.menu-zist-content h3 {
    margin-top: 20px;
    font-size: 19px;
    color: #232323;
}
.menu-zist-content p {
    font-size: 17px;
    line-height: 25px;
}
.menu-zist-content:before {
    background: #eef5ff;
    position: absolute;
    content: '';
    width: 2500px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
/*UK Nav Menu*/

.home header {
    position: fixed;
}
.home .logo a:nth-child(2) {
    display: none;
}
/*-------------Header CSS End---------------------------------------*/

/*-------------Banner CSS Start---------------------------------------*/
#video-background {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.banner-caption {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 1170px;
}
.banner-caption span:first-child {
    font-size: 50px;
}
.banner-caption span {
    font-size: 80px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    line-height: 85px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 auto;
    text-shadow: 0 4px 3.92px rgb(56 45 31 / 61%);
    display: block;
}
.buttons-div {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.video-pause:before {
    content: '';
    position: absolute;
    border-width: 0px 0px 0px 37px;
    border-color: #ffffff;
}
video:before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(62,62,53,0)),to(rgba(29,29,24,.9)));
    background: linear-gradient(rgba(62,62,53,0) 0%,rgba(29,29,24,.9) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.buttons {
    background: transparent;
    box-sizing: border-box;    
    height: 25px;
    border: 1px solid #fff;
    border-color: transparent transparent transparent #fff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: double;
    border-width: 0px 0 0px 18px;
}
.buttons.play{
    border-style: solid;
    border-width: 13px 0 13px 18px;
}
/*-------------Banner CSS End---------------------------------------*/

/*-------------Footer CSS Start ---------------------------------------*/
.footer {
    position: relative;
    background: #eaf8ff url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/footer-petrn.png);
    color: #4d4c4c;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 65px;
}
.footer ul li {
    display: inline-block;
    margin-right: 38px;
}
.footer ul li a {
    color: #4c4c4c;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
}
.footer ul li a:hover {
    color:#4c4c4c;
    text-decoration: none;
}
.footer ul li:last-child {
    margin-right: 0;
}
.bottom-footer {
    width: 100%;
    float: left;
    position: relative;
    line-height: 24px;
    color: #4c4c4c;
    border-top: 1px solid rgb(218, 218, 218);
    padding: 20px 0px;
    font-family: "Montserrat", sans-serif;
}
.bottom-footer .text-left {
    float: left;
}
.bottom-footer ul {    
    float: left;
    margin-bottom: 0px;
    margin-left: 42px;
}
.bottom-footer ul li {    
    margin-right: 13px;
    position: relative;
}
.bottom-footer ul li a {  
    font-family: "Montserrat", sans-serif;
    color:#4c4c4c;
    font-size: 15px;
    font-weight: 100;
}
.bottom-footer a {
    color:#4c4c4c;
    font-family: "Montserrat", sans-serif;
}
.bottom-footer a:hover {
    color: #004a14;
    text-decoration: none;
}
.bottom-footer ul li:first-child::before {
    display: none;
}
.social-links {
    text-align: center;
    width: 100%;
    float: left;
}
.social-links ul {
    margin-bottom: 66px;

}
.social-links ul li a {
    display: inline-flex;
    display: -ms-inline-flexbox;  
    height: 63px;
    width: 63px;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    position: relative;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #dae1ef;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}
.social-links ul li a:hover {
    background: #ffffff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
}
.social-links ul li {
    margin-right: 5px;
}
.social-links ul li a i {
    display: inline-block;
    z-index: 9;
    transition: .5s;
}
.social-links ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: 2;
}
.social-links ul li a:hover:before {
    top: 0;
}
.facebook-icon {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -77px -7px;
    width: 18px;
    height: 30px;
}
.twitter-icon {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -69px -72px;
    width: 30px;
    height: 25px;
}
.linkedin-icon {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -146px -63px;
    width: 32px;
    height: 31px;
}
.youtube-icon {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -65px -123px;
    width: 32px;
    height: 24px;
}
.instagram-icon {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -146px -7px;
    width: 31px;
    height: 31px;
}
.social-links ul li a:hover i {
    transform: rotateY(360deg);
}
.bottom-footer p {
    margin-bottom: 0px;
    color:#4c4c4c;
    font-size: 15px;
    font-weight: 100;
    font-family: "Montserrat", sans-serif;
}
footer .form-group, #search-content .form-group {
    display: flex;
    align-items: center;
    width: 585px;
    margin: 0 auto;
    margin-bottom: 30px;
}
footer .form-group .form-control, #search-content .form-group .form-control {
    font-size: 16px;
    color: #4d4c4c;
    background-color: #fff;
    border: 1px solid #0e5484 !important;
    padding: 0 20px;
    height: 50px !important;
    box-shadow: none;
    border-radius: 0;
}
footer .form-group .item-btn, #search-content .form-group .item-btn {
    padding: 12px 15px;
    color: #ffffff;
    background-color: #0063a7;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    border: none;
    cursor: pointer;
    line-height: 1.4;
    outline: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.subscribe-mail {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #868686;
}
footer .form-group .item-btn:hover {
    background-color: #004a14;
}
#search-content .form-group {
    width: 100%;
    float: left;
}
/*-------------Footer CSS End---------------------------------------*/

/*-------------Press Releases CSS Start---------------------------------------*/

.press-releases {
    background: #0063a7;
}
.press-releases .container {
    position: relative;
}
.press-releases .common-btn {
    position: absolute;
    right: 36px;
    top: -37px;
}
.press-releases h1 {
    color: #ffffff;
}
.press-cover-image-box {
    width: 100%;
    float: left;
}
.press-box {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    transition: .5s linear;
}
.press-box:hover {
    transform: translate(0,-4px);
    transition: .5s linear;
}
.publish-date {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #004a14;
    margin-bottom: 20px;
    display: block;
    font-weight: 400;
}
.press-box p {
    margin-bottom: 20px;
    height: 215px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.press-box a p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: #232323;
    font-weight: normal;
    text-align: left;
    letter-spacing: .4px;
}
.press-box p::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 20%,#fff 100%);
}
.scan-qr-code {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 65px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    position: absolute;
    right: 9px;
    top: 10px;
    z-index: 9;
}
.scan-qr-code img {
    display: none;
    visibility: hidden;
}
.qr-code-icon {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -8px -277px;
    width: 26px;
    height: 25px;
    display: block;
    text-align: center;
    position: relative;
    right: -13px;
    top: 14px;
}
.inner-cta {
    width: 100%;
    float: left;
}
.detail-page-link {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -8px -177px;
    width: 29px;
    height: 25px;
    display: inline-block;
    float: left;
}
.share-outside-link {
    /* background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -8px -225px;
    width: 27px;
    height: 31px; */
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -221px -308px;
    width: 21px;
    height: 21px;
    display: inline-block;
    float: right;
    cursor: pointer;
    position: relative;
    top: 8px;
}
.right-share-or-link .share-outside-link {
    top: 16px;
}
.cta-button {
    width: 183px;
    padding: 18px;
    display: block;
    text-align: center;
    background: #004a14;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 28px;
    font-family: "Montserrat", sans-serif;
}
/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006699;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.cta-button-span-white {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -15px -413px;
    width: 16px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.cta-button:hover .cta-button-span-white {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.read-more {
    color: #194d94 !important;
    font-family: "Montserrat", sans-serif;
    margin-top: 18px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}
.cta-button-span-blue {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat no-repeat -223px -355px;
    width: 22px;
    height: 9px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 6px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.press-box:hover .cta-button-span-blue {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.press-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    float: left;
    height: 3px;
    background: #004a14;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}
.press-box:hover::before {
    width: 100%;
}
/*-------------Press Releases CSS End---------------------------------------*/

/*-------------Our Journey CSS Start---------------------------------------*/
.journey {
    background: #ffffff url(https://d1rbiogke1jwo5.cloudfront.net/wp-content/themes/VedantaAluminiumAndPower/images/sky-bg.png) no-repeat top right;
    padding: 56px 0 0 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.section-heading-big {
    font-family: "Montserrat", sans-serif;
    font-size: 43px;
    color: #005387;
    line-height: 32px;
    margin-bottom: 35px;
    font-weight: 700;
}
.journey .section-heading-big {
    /*    color: #ffffff;
        margin-bottom: 90px;*/
}



.journey-box h2 {
    font-family: "Montserrat", sans-serif;
    color: #8ea1b7;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .7s ease;
}

.journey-box p{
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 26px;
    color: #6b99c8;
    letter-spacing: 0.8px;
    transition: all .7s ease;
}
.journey .journey-carousel {
    z-index: 5000;
    margin-top: 60px;
}
.journey:after{
    position: absolute;
    z-index: 1000;
    content: '';
    width: 100%;
    height: 13px;
    background-color: #eaf8ff;
    bottom: 0;
    left: 0;
}
.journey  .item {
    padding-right: 30px;
    position: relative;
    padding-bottom: 30px;
    height: 360px;
}
.journey-highlight .journey-box h2 {
    color: #004a14;
}
.journey-highlight .journey-box p{
    color: #fff;
}
.journey .owl-item.center h2{
    color: #004a14;
    font-size: 39px !important;
}
.journey .owl-item.center .item{
    padding-left: 35px;
}
.journey .owl-item.center p{
    color: #000000;
    font-size: 19px;
    font-weight: 500;
}
.journey .owl-nav{
    display: block !important;
}
.journey  .hide-button {
    opacity: 0.1;
}


.journey:hover .owl-nav {
    display: block !important; 
    transition: 0.5s;
}
.journey .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -13px;
    transform: translateY(-50%);
    transition: 0.5s;
}
.journey .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -13px;
    transform: translateY(-50%);
    transition: 0.5s;
}
.journey .owl-nav span {
    display: none;
}

.journey .owl-nav .owl-next,
.journey .owl-nav .owl-prev{
    display: block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.journey .owl-nav .owl-next:hover,
.journey .owl-nav .owl-prev:hover{
    border-top: 2px solid #004a14 !important;
    border-left: 2px solid #004a14 !important;
}
.journey .owl-nav .owl-next{
    transform: rotate(135deg);
}

.journey .owl-nav .owl-prev{
    transform: rotate(-45deg);
}

.journey .milestone-outer-circle{
    width: 24px;    
    height: 24px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    transition: all .7s ease;
}

.journey .milestone-inner-circle{
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute;
    z-index: 1001;
    left: 5px;
    bottom: 5px;
    transition: all .7s ease;
}




.journey .owl-item.center .milestone-outer-circle{
    background-color: #fff;
    border: 1px solid #72bf44;
}

.journey .owl-item.center .milestone-inner-circle{
    background-color: #72bf44;
}


.journey .milestone-line-circle{
    width: 6px;
    height: 6px;
    background-color: #6b99c8;
    border-radius: 50%;
    position: absolute;
    z-index: 1001;
    left: 8px;
    top: 0px;
    transition: all .7s ease;
    opacity: 0;
}

.journey .milestone-line{
    width: 2px;
    height: 0%;
    background-color: #6b99c8;
    position: absolute;
    z-index: 999;
    left: 10px;
    bottom: 0px;
    transition: all .7s ease;
}

.journey .owl-item.center .milestone-line-circle{
    background-color: #004a14;
    opacity: 1;
}

.journey .owl-item.center .milestone-line{
    background-color: #004a14;
    height: 100%;
}


.journey .owl-dots{
    display: none;
}

 
.journey-road {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/journey-road.jpg) no-repeat;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 13px;
}

.plant-power-grid-animation {
    background-image: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/plant-scroll.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 182px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 58px;
    z-index: 2000;
    animation: animatedBackground 250s linear infinite;
}
 



@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}



.truck-container1 {
    position: absolute;
    bottom: 40px;
    animation: driving1 20s infinite linear;
    transform: scale(1);
    z-index: 2000;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -209px -354px;
    width: 79px;
    height: 42px;
}

.truck-container2 {
    position: absolute;
    bottom: 40px;
    animation: driving2 30s infinite linear;
    transform: scale(1);
    z-index: 2000;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -194px -615px;
    width: 77px;
    height: 35px;
}


.truck-container3 {
    position: absolute;
    bottom: 20px;
    animation: driving3 25s infinite linear;
    transform: scale(1);
    z-index: 2000;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -65px -726px;
    width: 77px;
    height: 48px;
}


.truck-container4 {
    position: absolute;
    bottom: 18px;
    animation: driving4 40s infinite linear;
    transform: scale(1);
    z-index: 2000;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -208px -167px;
    width: 80px;
    height: 62px;
}

.truck-container5 {
    position: absolute;
    bottom: 18px;
    animation: driving5 20s infinite linear;
    transform: scale(1);
    z-index: 2000;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -204px -726px;
    width: 73px;
    height: 29px;
}

.truck-container6 {
    position: absolute;
    bottom: 40px;
    animation: driving6 30s infinite linear;
    transform: scale(1);
    z-index: 2000;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -211px -498px;
    width: 60px;
    height: 31px;
}





@keyframes driving1 {
    0% {
        left: -25%;
    }
    10% {

    }
    20% {
        transform: scale(1);

    }
    25% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        left: 110%;

        transform: scale(1);
    }
}


@keyframes driving2 {
    0% {
        left: -50%;
    }
    10% {

    }
    20% {
        transform: scale(1);       
    }
    25% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        left: 110%;
        transform: scale(1);
    }
}



@keyframes driving3 {
    0% {
        right: -50%;
    }
    10% {

    }
    20% {
        transform: scale(1);

    }
    25% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        right: 110%;

        transform: scale(1);
    }
}





@keyframes driving4 {
    0% {
        right: -50%;
    }
    10% {

    }
    20% {
        transform: scale(1);

    }
    25% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        right: 110%;

        transform: scale(1);
    }
}

@keyframes driving5 {
    0% {
        right: -50%;
    }
    10% {

    }
    20% {
        transform: scale(1);

    }
    25% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        right: 110%;

        transform: scale(1);
    }
}

@keyframes driving6 {
    0% {
        left: -25%;
    }
    10% {

    }
    20% {
        transform: scale(1);

    }
    25% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        left: 110%;

        transform: scale(1);
    }
}


.wheel1,
.wheel2 {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -68px -495px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    bottom: 56px;
    right: -8px;
    animation: wheelsRotation 7s infinite linear;
    z-index: 2100;
}

.wheel-axis{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    bottom: 53px;
    right: -16px;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/our-journey-sprite.png) no-repeat -74px -628px;
    width: 40px;
    height: 37px;
    z-index: 2100;
}

@keyframes wheelsRotation {
    100% {
        transform: rotate(360deg);
    }
}

/* Owl Carousel */


/*-------------Our Journey CSS End---------------------------------------*/

/*-------------Overview CSS Start---------------------------------------*/
.overview {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/wave-bg.png) no-repeat bottom right;
}
/*.about-vedanta-alumunium p {
    text-align: justify;
}*/
.about-vedanta-alumunium p:first-child {
    /*     font-weight: 500;
        font-size: 19px; */
} 
.facts-figure-val {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    /*    padding: 51px 40px; */
    transition: .5s linear;
    position: relative;
    min-height: 427px;
}
.facts-figure-val .bg-numbers {
    min-height: 427px;
    object-fit: cover;
}
.facts-figure-val:hover {
    transform: translate(0,-6px);
    transition: .5s linear;
}
.facts-figure-val h5 {
    width: 100%;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #232323;
    text-align: center;
    margin-bottom: 35px;
    line-height: 32px;
}
.mnt-anum {
    font-family: "Montserrat", sans-serif;
    color: #a2a2a2;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.number-div {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 92, 164, .92);
    height: 100%;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.factsfigure-carousel {
    width: 100%;
    float: left;
}
.factsfigure-carousel img {
    width: 100%;
    float: left;
    position: relative;
}
.mnt-anum-box {
    /*    text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        background: rgb(0 92 164 / 92%);
        height: 100%;
        width: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;*/
    width: 100%;
    float: left;
    position: relative;
}
.mnt-anum-box h4 {
    font-family: "Montserrat", sans-serif;
    color: #004a14;
    font-size: 32px;
    font-weight: 700;
}
.caption-icon {
    width: 65px !important;
    margin: 0 auto 15px;
    display: block;
    float: none !important;
}
.mnt-anum-box p {
    margin-bottom: 0px;
}
.mnt-anum-box .company-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.mnt-anum-box .company-address {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    min-height: 92px;
}
/*-------------Overview CSS End---------------------------------------*/

/*-------------Bringing CSS Start*/
.bringing-left  {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/left-bg.jpg);
    background-repeat: no-repeat;
    height: 606px;
    width: 50%;
    float: left;
}
.bringing-right  {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/right-bg.jpg);
    background-repeat: no-repeat;
    height: 606px;
    width: 50%;
    float: left;
}
.bring-box {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 63px;
    z-index: 9;
}
.bring-box .col-xl-6 {
    padding-right: 0px;
}
.bring-box-inner {
    background: rgba(38, 99, 162, 0.9);
    padding: 40px;
    width: 100%;
    position: relative;
}
.bring-box-inner h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 52px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 18px;
    font-weight: 400;
}
.bring-box-inner p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}
.bringing-carousel {
    width: 100%;
    float: left;
    height: 606px;
    position: relative;
}
.bringing-carousel .item {
    height: 606px;
}
.more-link {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #4CAF50;
    position: absolute;
    right: 0;
    bottom: 0;
}
.more-link span {
    position: absolute;
    right: 9px;
    top: 34px;
}

.grid-item {
    width: 25%;
    padding: 19px 14px 0 14px;
    /*    padding: 23px 14px 0 14px;*/
    float: left;
    overflow: hidden;
}
.grid-item--width2 {
    width: 50%; 
}
.bring-box-wrapper .container-fluid{
    padding-right: 6px;
    padding-left: 6px;
}
.bring-box-wrapper {
    background: #eaf8ff;
    padding-bottom: 30px;
}
.metal-zist {
    width: 88%;
    margin: 0 auto 15px !important;
}
.grid-item a {
    position: relative;
    display: block;
    overflow: hidden;
}
.grid-item:last-child .post-card__content {
    background: rgba(102, 204, 51, 0.85);
}
.grid-item:last-child a::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 1;
}
/*.grid-item img {
    transition: all 800ms ease-out;
}
.grid-item:hover img {
    transform: scale(1.2);
}*/
.post-card__content {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px 15px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: auto;
    min-width: 200px;
    max-width: 310px;
    text-align: center;
    background: rgba(0, 92, 164, .92);
    color: #ffffff;
    justify-content: center;
    align-items: center;
    z-index: 9;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.post-card__category {
    font-weight: 500;
    z-index: 0;
    width: auto;
    font-size: 19px;
}
.post-card__title h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
}
.post-card__date {
    font-size: 14px;
    margin-top: 15px;
}
/*.post-card__category:before {
    width: 100%;
    left: 0;
    border-top-right-radius: 2px;
    transform: skewX(30deg);
    transform-origin: left top;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    background: rgba(101, 101, 101, 0.55);
    z-index: -1;
    height: 100%;
}
.post-card__category:after {
    width: 50px;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    background: rgba(101, 101, 101, 0.55);
    z-index: -1;
    height: 100%;
}*/

/*-------------Bringing CSS End---------------------------------------*/

/*-------------Numbers Speak Louder CSS End---------------------------------------*/
.numbers-speak-louder {
    overflow: hidden;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/transparent-maps-dotted-1.png);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center bottom;
}
.numbers-speak-louder .section-heading-big {
    line-height: 47px;
    /*    border-right: 1px solid #ddd;*/
} 
.number-zist-content {
    height: 136px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.description {
    position: relative;
    color: #2e3192;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.description i {
    display: inline-block;
    position: relative;
    top: 9px;
    width: 30px;
    height: 2px;
    margin-right: 15px;
    background-color: #2e3192;
}
/*.item:first-child .number-box {
    border-left: 1px solid #73a4d6;
}*/
/*.owl-item.active:nth-child(4) .item .number-box {
    border-right: none;
}*/
.numbers-carousel {
    width: 100%;
    float: left;
    /*    border: 1px solid #cff1ff;
    margin-bottom: 35px;*/
}
.number-box {
    min-height: 140px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-left: 1px solid #ddd;
    margin-top: 40px;
    padding-left: 15px;
}
.col-xl-4:nth-child(1) .item .number-box, .col-xl-4:nth-child(2) .item .number-box, .col-xl-4:nth-child(3) .item .number-box {
    margin-top: 0;
}
/*.number-box:hover {
    background: #082d5a;
}*/
/*.number-box:hover h3, .number-box:hover p {
    color: #ffffff;
}*/
.number-box:hover .numbers-icon:before {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/icon-bg2.png);
}
.numbers-icon {
    margin-bottom: 13px;
    width: 68px;
    height: 68px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.right-number-box {
    padding-left: 80px;
}
.numbers-icon:before {
    content: '';
    position: absolute;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/icon-bg1.png);
    background-repeat: no-repeat;
    width: 89px;
    height: 89px;
    top: -12px;
    left: -8px;
}
.numbers-icon img {
    width: auto !important;
}
.number-box h2 { 
    font-family: "Montserrat", sans-serif;
    color: #004a14;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 31px;
}
.number-box h3 { 
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #232323;
    text-align: left;
    margin-bottom: 20px
}
/*.number-box:hover p {
    display: block;
}*/
.number-box p {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    /*    display: none;*/
}
.numbers-carousel .owl-nav {
    transition: 0.5s;
}
/*.numbers-speak-louder .owl-dots {
    display: block !important;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.numbers-speak-louder .owl-dot.active span {
    background: #006699;
}
.numbers-speak-louder .owl-dot span {
    width: 20px;
    height: 2px;
    background: #b5b5b5;
    display: inline-block;
    margin-right: 10px;
}
.numbers-speak-louder .owl-dot:last-child span {
    margin-right: 0px;
}*/
.numbers-speak-louder:hover .owl-nav {
    display: block !important; 
    transition: 0.5s;
}
.numbers-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -13px;
    transform: translateY(-50%);
    transition: 0.5s;
}
.numbers-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -13px;
    transform: translateY(-50%);
    transition: 0.5s;
}
.numbers-carousel .owl-nav span {
    display: none;
}

.numbers-carousel .owl-nav .owl-next,
.numbers-carousel .owl-nav .owl-prev{
    display: block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #006699 !important;
    border-left: 2px solid #006699 !important;
}
.numbers-carousel .owl-nav .owl-next:hover,
.numbers-carousel .owl-nav .owl-prev:hover{
    border-top: 2px solid #004a14 !important;
    border-left: 2px solid #004a14 !important;
}
.numbers-carousel .owl-nav .owl-next{
    transform: rotate(135deg);
}

.numbers-carousel .owl-nav .owl-prev{
    transform: rotate(-45deg);
}

/*-------------Numbers Speak Louder CSS End---------------------------------------*/

/*-------------Happy CSS Start---------------------------------------*/
.happy-wrapper {
    padding-top: 0px;
}
.happy-box {
    width: 100%;
    float: left;
    position: relative;
}
.happy-box h4 {
    color: #ffffff;
    font-size: 33px;
    /* font-weight: bold; */
    margin: 0 auto;
    line-height: 57px;
    background-color: #005387;
    display: inline;
    padding: 5px 0;
    font-family: "Montserrat", sans-serif;
}
.happy-box h4 span {
    padding: 20px;
}
.happy-cation {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 52%;
}

.csr-figure {
    background: #004a14 url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/csr-home.png) no-repeat;
    background-position: left bottom;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 29px;
    font-family: "Montserrat", sans-serif;
}
.csr-figure p {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 16px;
}
.csr-figure:before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(102, 204, 51, 0.30);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.video-box .play-now .play-icon {
    background-color: #ffffff;
    color: #353535;
    padding-left: 0;
    font-size: 44px;
    /*    -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -ms-animation: pulse 2s infinite;
        -o-animation: pulse 2s infinite;
        animation: pulse 2s infinite;*/
}
.play-now .play-icon {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #040025;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.play-now .play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #f46060;
}
.video-box .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 
.usd {
    color: #005387 !important;
    font-weight: bold;
    font-size: 37px !important;
    line-height: 46px !important;
}
.csr-figure span {
    color: #005387 !important;
    font-weight: bold;
}
.csr-numbers-carousel {
    width: 100%;
    float: left;
    height: 100%;
}
.csr-numbers-carousel .owl-height, .csr-numbers-carousel .owl-stage, .csr-numbers-carousel .owl-item, .csr-numbers-carousel .item  {
    height: 100% !important;
}
/*-------------Happy CSS End---------------------------------------*/

/*-------------Strong Research CSS Start---------------------------------------*/
.strong-research h1 {
    line-height: 50px;
}
.left-srtong {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
/* Map Animation */


/*.strong-research h1.section-heading-big {
    line-height: 65px;
}
.strong-research .section-heading-big {
    font-size: 50px;
}*/

#map-pin-1{
    opacity: 0;
    transition: all 1s ease 2s; 
}
#map-path-1{
    opacity: 0;
    transition: all 0.5s ease 2s;
}
.map-animation #map-pin-1{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-1{
    opacity: 1;
}
#map-pin-2{
    opacity: 0;
    transition: all 1s ease  2.5s;
}
#map-path-2{
    opacity: 0;
    transition: all 0.5s ease  2.5s;
}
.map-animation #map-pin-2{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-2{
    opacity: 1;
}
#map-pin-3{
    opacity: 0;
    transition: all 1s ease  3s;
}
#map-path-3{
    opacity: 0;
    transition: all 0.5s ease  3s;
}
.map-animation #map-pin-3{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-3{
    opacity: 1;
}
#map-pin-4{
    opacity: 0;
    transition: all 1s ease  3.5s;
}
#map-path-4{
    opacity: 0;
    transition: all 0.5s ease  3.5s;
}
.map-animation #map-pin-4{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-4{
    opacity: 1;
}
#map-pin-5{
    opacity: 0;
    transition: all 1s ease  4s;
}
#map-path-5{
    opacity: 0;
    transition: all 0.5s ease  4s;
}
.map-animation #map-pin-5{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-5{
    opacity: 1;
}
#map-pin-6{
    opacity: 0;
    transition: all 1s ease  4.5s;
}
#map-path-6{
    opacity: 0;
    transition: all 0.5s ease  4.5s;
}
.map-animation #map-pin-6{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-6{
    opacity: 1;
}
#map-pin-7{
    opacity: 0;
    transition: all 1s ease  5s;
}
#map-path-7{
    opacity: 0;
    transition: all 0.5s ease  5s;
}
.map-animation #map-pin-7{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-7{
    opacity: 1;
}
#map-pin-8{
    opacity: 0;
    transition: all 1s ease  5.5s;
}
#map-path-8{
    opacity: 0;
    transition: all 0.5s ease  5.5s;
}
.map-animation #map-pin-8{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-8{
    opacity: 1;
}
#map-pin-9{
    opacity: 0;
    transition: all 1s ease  6s;
}
#map-path-9{
    opacity: 0;
    transition: all 0.5s ease  6s;
}
.map-animation #map-pin-9{
    opacity: 1;
    transform: translate(0px,-8px);
}
.map-animation #map-path-9{
    opacity: 1;
}
#map-rect-1{
    opacity: 0;
    transition: all 1s ease  1s;
}
.map-animation #map-rect-1{
    opacity: 1;
    transform: translate(0px,-8px);
}
#map-rect-2{
    opacity: 0;
    transition: all 1s ease  1s;
}
.map-animation #map-rect-2{
    opacity: 1;   
}
#map-text-group{
    opacity: 0;
    transition: all 1s ease  1s;
}
.map-animation #map-text-group{
    opacity: 1; 
}
/*-------------Strong Research CSS End---------------------------------------*/

.common-btn {
    display: inline-block;
    text-align: center;
    width: 160px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    float: left;
    padding: 0;
    margin-right: 15px;
}
.common-btn:last-child {
    margin-right: 0;
}
.common-btn:hover {
    color: #ffffff;
}

.buttons-common {
    text-align: center;
    height: 50px;
    float: left;
    width: 160px;
    overflow: hidden;
}
.but-big {
    width: 182px;
}
.blob-btn {
    z-index: 1;
    position: relative;
    padding: 17px 10px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
    border: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    cursor: pointer;
}
.blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #004a14;
}
.blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
.blob-btn:hover {
    color: #FFFFFF;
}
.blob-btn:hover:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    top: 0;
}
.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #004a14;
}
.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    -webkit-filter: url("#goo");
    filter: url("#goo");
}
.blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #0063a7;
    border-radius: 100%;
    -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
    transform: translate3d(0, 150%, 0) scale(1.7);
    -webkit-transition: -webkit-transform 0.45s;
    transition: -webkit-transform 0.45s;
    transition: transform 0.45s;
    transition: transform 0.45s, -webkit-transform 0.45s;
}
/*@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {*/
.blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
    transform: translate3d(0, 150%, 0) scale(1.4);
}
/*}*/
.blob-btn__blob:nth-child(1) {
    left: 0%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
    left: 30%;
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
    left: 60%;
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
    left: 90%;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.7);
    transform: translateZ(0) scale(1.7);
}
/*@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {*/
.blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.4);
    transform: translateZ(0) scale(1.4);
}
/*}*/
/*.animate_line {
    position: relative;
    z-index: 0;
    padding: 15px 15px;
}
.animate_line:after, .animate_line:before {
    content: "";
        height: 4px;
        width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
    width: 50%;
    height: 4px;
    background: #ff5e15;
}
.animate_line:before {
    right: 5px;
    top: 5px;
}
.animate_line:after {
    left: 5px;
    bottom: 5px;
}
.animate_line:hover:after, .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #ff5e15;
}*/

/*.button-animate_line::after,
.button-animate_line::before {
    content: "";
    position: absolute;
    z-index: 11;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.button-animate_line::after {
    top: 0;
    transform: rotate(0deg);
    left: 0;
}
.button-animate_line::before {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}*/


.revealMask, .revealMask:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.revealMask {
    left: 0;
    overflow: hidden;
}
.revealMask--yellow:before {
    background-color: #005387;
    z-index: 9;
}
.revealMask:before {
    content: "";
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.animate-image-overlay .revealMask:before {
    left: 100%;
}



.revealMaskBottom, .revealMaskBottom:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.revealMaskBottom {
    left: 0;
    overflow: hidden;
}
.revealMask--yellowBottom:before {
    background-color: #005387;
    z-index: 9;
}
.revealMaskBottom:before {
    content: "";
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.animate-image-overlay .revealMaskBottom:before {
    top: 100%;
    height: 0;
}

.revealMask--greenright:before {
    background-color: #004a14;
    z-index: 9;
}


.revealMask--greenBottom:before {
    background-color: #004a14;
    z-index: 9;
}



/*-------------Product CSS Start---------------------------------------*/
.product-layout {
    position: relative;
    overflow: hidden;
}
.product-layout .container-fluid {
    position: relative;
    z-index: 1;
}
.product-layout h1 {
    color: #ffffff;
    line-height: 47px;
}
.product-layout .description {
    color: #005387 !important;
}
.product-layout .description i {
    background-color: #005387 !important;
}
.product-layout .description, .journey .description {
    color: #ffffff;
}
.product-layout .description i, .journey .description i {
    background-color: #ffffff;
}
.owl-carousel.product-carousel .owl-stage{display: flex;}
.product-carousel .item{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.product-carousel .element-iteml {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    -webkit-box-pack: column; 
    -ms-flex-pack: column; 
    /*    align-items: stretch;*/
}
.product-layout .btn-link-icon {
    float: right;
    color: #ffffff;
}
.product-layout:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.customersvoice-carousel video {
    width: 100%;
}
.filter-box {
    opacity: 0;
    width: 1px;
    height: 300px;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 100%;
    right: 0;
    background: #ffffff;
    z-index: 9;
    transition: all .75s ease;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.filter-box span {
    position: absolute;
    right: 0;
    background: #6c3;
    padding: 10px;
    cursor: pointer;
    top: 0;
}
.filter-box h1 { 
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #232323;
    margin-bottom: 20px;
    font-weight: 500;
}
.filter-box.fadeInRight {
    right: 0;
    width: 315px;
    left: auto;
    opacity: 1;
}
.filter-box .common-btn {
    margin-top: 30px;
    width: 200px;
}
.filter-box .but-big {
    width: 200px;
}
.all-cta-prd img {
    display: none !important;
}
.all-cta-prd {
    position: absolute;
    top: 10px;
    right: 10px;
}
.all-cta-prd span {
    display: inline-block;
    margin-right: 5px;
}
.all-cta-prd span a {
    display: inline-block;
    height: 25px;
    width: 25px;
}
.all-cta-prd span:last-child {
    margin-right: 0;
}
.all-cta-prd svg:hover {
    fill: #0063a7;
}
.customer-voice {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    width: 200px;
}
.customer-voice svg {
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.customer-voice:hover svg {
    width: 33px;
    height: 33px;
    transition: all .9s ease;
}
.customer-voice h2 {
    color: #ffffff;
    margin-bottom: 20px;
    float: left;
    position: relative;
    top: 3px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 39px;
}
/*.customer-voice a {
    display: inline-block;
    margin-right: 15px; 
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}*/
.customer-voice a:last-child {
    margin-right: 0;   
}
.services-section-content-right {
    padding: 86px 0px;
    background-color: #0063a7; 
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    margin-top: 0;
    right: -15px;
}
.services-section-content-left {
    /*padding-top: 100px; */
    max-width: 390px;
    display: flex;
    margin-right: 100px;
    float: right;
    height: 100%;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    display: -ms-flexbox;
    -webkit-box-pack: center; 
    -ms-flex-pack: center;
    -ms-flex-direction: column;
}
/*.services-section-content-right .more-link {
    border-color: transparent transparent #0063a7;
}*/
.services-section-content-right .product-carousel {
    margin-left: -100px;
}
.product-zist {
    color: #fff;
    width: 100%;
    margin-bottom: 65px;
    text-align: left;
}
/*p.heading-para {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 33px;
    color: #1b1b1b;
}*/
.product-filter {
    top: 38%;
    position: absolute;
    right: 40px;
    transform: translateY(-38%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.product-filter:hover {
    background: #005387; 
}
.product-filter:hover svg {
    fill: #ffffff; 
}
.owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #005387 !important;
    margin-right: 6px;
}
.owl-dot.active {
    background: #005387 !important;
}
.product-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 59%;
    transform: translateY(-59%);
    display: none;
}
.product-carousel .owl-nav .owl-prev span, .product-carousel .owl-nav .owl-next span  {
    display: none;
}
.product-carousel .owl-nav .owl-prev {
    margin-bottom: 15px;
}
.product-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-next {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border: 1px solid #d6d6d6 !important;
    /*    border-radius: 50%;*/
    margin-right: 15px;
    font-weight: 400;
    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.product-carousel .owl-nav .owl-prev {
    background: #ffffff url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/left-chevron.svg) no-repeat center center !important;
}
.product-carousel .owl-nav .owl-next {
    background: #ffffff url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/right-chevron.svg) no-repeat center center !important;
}
.product-carousel .owl-nav .owl-prev:hover {
    background: #005387 url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/left-chevron-white.svg) no-repeat center center !important;
    border-color: #005387;
}
.product-carousel .owl-nav .owl-next:hover {
    background: #005387 url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/right-chevron-white.svg) no-repeat center center !important;
    border-color: #005387;
}
.product-carousel .owl-nav .owl-next {
    margin-right: 0px;
}
.promobox03 {
    display: block;
    overflow: hidden;
}
.promobox03__img {
    position: relative;
    overflow: hidden;
}
.promobox03__img:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.promobox03:hover .promobox03__img:before {
    background-color: rgba(38, 99, 162, 0.37);
}
/*.promobox03:hover .promobox03__show {
    display: block;
    overflow: hidden;
    padding-top: 0px;
    margin-top: 0px
}*/
.promobox03__img img {
    width: 100%;
    position: relative;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s,-webkit-transform .7s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.promobox03__description {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.promobox03 .promobox03__number {
    padding-left: 39px;
    padding-right: 39px;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    padding: 0 25px 30px;
    font-weight: 400;
}
.promobox03 .promobox03__layout {
    background-color: #005387;
    color: #fff;
    padding: 28px 25px 18px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding-bottom: 16px;
}
.promobox03 .promobox03__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 0 17px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.promobox03 .promobox03__show {
    width: 100%;
    /*    display: none;*/
}
.promobox03__show p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.promobox03 .promobox03__link {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
}
.promobox03 .promobox03__link:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}
.promobox03 .promobox03__link:hover:before {
    width: 100%;
}


.element-iteml {
    position: relative;
    float: left;
    width: 100%;
    background: #ffffff;
    height: 100%;
    display: flex;
}
.element-iteml a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.masonry-layout-01 .item {
    display: block;
    background-color: #fff;
    background-position: bottom left;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    color: #898989;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.masonry-layout-01 .item__wrapper {
    padding: 22px;
    height: 110px;
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
}
.masonry-layout-01 .item__title {
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    color: #232323;
    position: relative;
    padding: 0;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.masonry-layout-01 .item p {
    font-size: 17px;
    line-height: 28px;
}
.masonry-layout-01 .item img {
    width: 100%;
    /*    transition: transform 2s, filter 1.5s ease-in-out;
        transform-origin: center center;*/
    -webkit-transition: all .7s;
    transition: all .7s;
    position: relative;
    float: left;
    bottom: 0;
}
.masonry-layout-01 .item:hover:before {
    height: 20px;
}
.masonry-layout-01 .item:hover img {
    /*    transform: scale(1.1);*/
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.product-just {
    padding-left: 45px;
    display: none;
}
.product-just .read-more {
    margin-bottom: 60px;
}
/*-------------Product CSS End---------------------------------------*/

/*-------------Search CSS Start---------------------------------------*/
#search-content {
    position: relative;
    height: 80px;
    width: 100%;
}
#search-content input.form-control {
    background: transparent !important;
    border: 1px solid #0063a7 !important;
}
#search-content .item-btn {
    background: transparent url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -57px -161px;
    height: 18px;
    background-color: transparent !important;
    border: 1px solid #0e5484 !important;
    border-left: none !important;
    width: 45px;
}
#search-content .item-btn:hover {
    background-color: #0e5484 !important;
}
/*-------------Search CSS End---------------------------------------*/


.btn-top {
    margin-top: 46px;
}
.btn-link-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: roboto,sans-serif;
    border: none;
    color: #005387;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    outline: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
}
.btn-link-icon .btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 400;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.btn-link-icon .btn__icon svg {
    width: 12px;
    height: 12px;
    fill:#005387;
}
.btn-link-icon .btn__text {
    position: relative;
    top: 1px;
    letter-spacing: 0.5px;
    -webkit-transition: letter-spacing .2s linear;
    transition: letter-spacing .2s linear;
    text-transform: uppercase;
}
.btn-link-icon:hover .btn__icon {
    color: #fff;
    background-color: #005387;
    border-color: #005387;
}
.btn-link-icon:hover .btn__icon svg {
    fill:#ffffff;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
.modal-content {
    border-radius: 0px;
}
.modal-title {
    font-size: 18px;
    color: #005387;
}

.form-control:active, .form-control:focus {
    box-shadow: none;
}
.form-control, select.form-control {
    border-radius: 0px;
    height: 45px !important;
    font-size: 17px;
    line-height: 24px;
}
select.form-control {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/arrow-down.png) no-repeat right 13px top 19px;
}
.form-controler label span {
    color: red;
}
.inner-page header {
    position: relative;
}
.inner-para h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 43px;
    color: #005387;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 500;
    width: 100%;
    float: left;
}
.heading-number-two {
    margin-top: 40px;
}

/*Product Page CSS Start*/
.product-details {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.product-detail-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 56.7%;
    transform: translateY(-51%);
    width: 40px;
    height: 239px;
    background: #73b844;
}
.product-detail-banner {
    width: 100%;
    float: left;
    background: #f0f3f8;
    padding: 70px 0;
    min-height: 450px;
    overflow: hidden;
    /*    z-index: 1;*/
}
.skewme {
    max-width: 65%;
    position: absolute;
    background: #0063a7;
    top: 0;
    bottom: 0;
    left: 0;
    right: -82%;
    margin: auto;
    max-height: 100%;
    transform: skewX(-20deg);
    overflow: hidden;
    /*     z-index: -1;*/
}
.product-detail-banner .post-card__content {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px 15px;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 70%;
    text-align: center;
    /* background: rgba(51, 51, 51, 0.74); */
    background: rgba(6, 25, 45, 0.56);
    color: #ffffff;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.inner-para figure {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 60px;
}
.inner-para figure img {
    width: 100%;
    float: left;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
}
.inner-para figure:hover img {
    -webkit-transform: scale3d(1.15,1.15,1);
    -moz-transform: scale3d(1.15,1.15,1);
    -ms-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}
.prd-key-features th:first-child, .prd-key-features td:first-child {
    width: 200px;
    background: #eef5ff;
    font-weight: 600;
}
.table th, .table td {
    padding: 16px 20px;
    vertical-align: middle;
    border-top: 1px solid #dbe9fd;
}
.table th {
    font-size: 17px;
    text-transform: capitalize;
}
.table td {
    line-height: 23px;
}
.table-bordered {
    border: 1px solid #dbe9fd;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dbe9fd;
}
.table {
    margin-top: 5px;
    float: left;
}
.bticonwidget, .bticonwidgetcontent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    flex-direction: column;
}
.bticonwidgeticon {
    text-align: left;
    margin-right: 15px;
    width: 38px;
    height: 50px;
}
.bticonwidgettitle {
    font-size: 13px;
    color: #696868;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
}
.bticonwidget {
    flex-direction: inherit !important;
    margin-bottom: 40px;
}
.bticonwidgettext {
    font-size: 18px;
    display: block;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #232323;
    font-weight: 500;
}
.icon-download  {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -149px -142px;
    width: 38px;
    height: 50px;
}
.icon-price-circular  {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -148px -216px;
    width: 38px;
    height: 50px;
}
.icon-customers-voice  {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -150px -293px;
    width: 38px;
    height: 50px;
}
.icon-faq  {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -149px -365px;
    width: 38px;
    height: 50px;
}
.product-contact-box {
    width: 100%;
    background: #dbe9fd;
    padding: 40px;
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}
.product-contact-box h5 {
    font-size: 16px;
    display: block;
    color: #232323;
    font-weight: 500;
    margin-bottom: 15px;
}
.product-contact-box p {
    text-align: left;
    font-size: 16px !important;
}
.all-related-product .owl-nav {
    position: absolute;
    right: 0;
    top: -75px;
}
.all-related-product .owl-nav .owl-prev span, .all-related-product .owl-nav .owl-next span  {
    display: none;
}
.all-related-product .owl-nav .owl-prev {
    margin-bottom: 15px;
}
.all-related-product .owl-nav .owl-prev, .all-related-product .owl-nav .owl-next {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border: 1px solid #d6d6d6 !important;
    /*    border-radius: 50%;*/
    margin-right: 15px;
    font-weight: 400;
    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.all-related-product .owl-nav .owl-prev {
    background: #ffffff url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/left-chevron.svg) no-repeat center center !important;
}
.all-related-product .owl-nav .owl-next {
    background: #ffffff url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/right-chevron.svg) no-repeat center center !important;
}
.all-related-product .owl-nav .owl-prev:hover {
    background: #005387 url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/left-chevron-white.svg) no-repeat center center !important;
    border-color: #005387;
}
.all-related-product .owl-nav .owl-next:hover {
    background: #005387 url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/right-chevron-white.svg) no-repeat center center !important;
    border-color: #005387;
}
.all-related-product .owl-nav .owl-next {
    margin-right: 0px;
}

/*How to Buy*/
.how-to-buy {
    background: #0063a7 url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sky-bg.png) no-repeat top right;
}
.how-to-buy h2 {
    color: #ffffff;
}
.ps-timeline-sec {
    position: relative;
    background: #0063a7;
}
.ps-timeline-sec .container {
    position: relative;
}
@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }
    .ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
}
.ps-timeline-sec .container ol:before {
    background: #c2c1c1;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: -4px;
    display: none;
}
.ps-timeline-sec .container ol:after {
    background: #c2c1c1;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: -4px;
    display: none;
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 300px 0 250px;
    padding: 0;
    border-top: 2px solid transparent;
    list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 12.5%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: -5px;
    border-style: solid;
    border-width: 7px 0 7px 15px;
    border-color: transparent transparent transparent transparent;
}
.ps-timeline-sec .container ol.ps-timeline li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    top: -2px;
    left: 92px;
    background: #fff;
    opacity: 0;
}
.ps-timeline-sec .container ol.ps-timeline li:first-child::after {
    display: none;
}
/*.ps-timeline-sec .container ol.ps-timeline li:first-child::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: -5px;
    border-style: solid;
    border-width: 0px 0px 13px 49px;
    border-color: #0063a7;
}
.ps-timeline-sec .container ol.ps-timeline li:last-child::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    right: -5px;
    border-style: solid;
    border-width: 0px 0px 13px 50px;
    border-color: #0063a7;
    z-index: 1;
}*/
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 2px solid #c2c1c1;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    /*    line-height: 50px -10;*/
    color: #c2c1c1;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #c2c1c1;
    position: absolute;
    top: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #c2c1c1;
    position: absolute;
    bottom: 90px;
    left: 43%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #c2c1c1;
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #c2c1c1;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #ffffff;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 65px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 5px;
    width: 100%;
}
.ps-timeline-sec .img-handler-top h4, .ps-timeline-sec .img-handler-bot h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.step-one {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -60px -322px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
}
.step-two {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -65px -397px;
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 10px;
}
.step-three {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -4px -444px;
    width: 51px;
    height: 52px;
    display: block;
    margin: 0 auto 10px;
}
.step-four {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -145px -441px;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 10px;
}
.step-five {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -205px -8px;
    width: 60px;
    height: 38px;
    display: block;
    margin: 0 auto 10px;
}
.step-six {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -204px -73px;
    width: 55px;
    height: 54px;
    display: block;
    margin: 0 auto 10px;
}
.step-seven {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -204px -73px;
    width: 55px;
    height: 54px;
    display: block;
    margin: 0 auto 10px;
}
.step-eight {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/sprite-icon.png) no-repeat -218px -235px;
    width: 46px;
    height: 42px;
    display: block;
    margin: 0 auto 10px;
}
.action-btn {
    width: 100%;
    text-align: center;
}
.action-btn .common-btn, .action-btn .buttons-common {
    float: none;
    width: 250px;
}
.ps-sp-top, .ps-sp-bot{
    opacity: 0;
}
.ps-sp-one .img-handler-top, .ps-sp-one .ps-bot, .ps-sp-two .img-handler-bot, .ps-sp-two .ps-top, .ps-sp-three .img-handler-top, .ps-sp-three .ps-bot, .ps-sp-four .img-handler-bot, .ps-sp-four .ps-top, .ps-sp-five .img-handler-top, .ps-sp-five .ps-bot, .ps-sp-six .img-handler-bot, .ps-sp-six .ps-top, .ps-sp-seven .img-handler-top, .ps-sp-seven .ps-bot, .ps-sp-eight .img-handler-bot, .ps-sp-eight .ps-top {
    opacity: 0;
}
/*.ps-sp-two .img-handler-bot, .ps-sp-two .ps-top {
    opacity: 0;
}*/
.start-buy-process .ps-sp-one .ps-sp-top, .start-buy-process .ps-sp-two .ps-sp-bot, .start-buy-process .ps-sp-three .ps-sp-top, .start-buy-process .ps-sp-four .ps-sp-bot, .start-buy-process .ps-sp-five .ps-sp-top, .start-buy-process .ps-sp-six .ps-sp-bot, .start-buy-process .ps-sp-seven .ps-sp-top, .start-buy-process .ps-sp-eight .ps-sp-bot {
    border: 2px solid #ffffff !important;
    box-shadow: 0 0 0 0px #ffffff !important;
    color: #73b844 !important;    
    opacity: 1;
}
.start-buy-process .ps-sp-one .ps-sp-top:before, .start-buy-process .ps-sp-one .ps-sp-top:after, .start-buy-process .ps-sp-two .ps-sp-bot:before, .start-buy-process .ps-sp-two .ps-sp-bot:after, .start-buy-process .ps-sp-three .ps-sp-top:before, .start-buy-process .ps-sp-three .ps-sp-top:after, .start-buy-process .ps-sp-four .ps-sp-bot:before, .start-buy-process .ps-sp-four .ps-sp-bot:after, .start-buy-process .ps-sp-five .ps-sp-top:before, .start-buy-process .ps-sp-five .ps-sp-top:after, .start-buy-process .ps-sp-six .ps-sp-bot:before, .start-buy-process .ps-sp-six .ps-sp-bot:after, .start-buy-process .ps-sp-seven .ps-sp-top:before, .start-buy-process .ps-sp-seven .ps-sp-top:after, .start-buy-process .ps-sp-eight .ps-sp-bot:before, .start-buy-process .ps-sp-eight .ps-sp-bot:after {
    background: #ffffff !important;
}
.start-buy-process .ps-sp-one .ps-sp-top {
    transition: all .3s ease .2s;
}
.start-buy-process .ps-sp-one .ps-bot {
    transition: all .3s ease .2s;
    opacity: 1;
}
.start-buy-process .ps-sp-one .img-handler-top {
    transition: all .3s ease .7s;
    opacity: 1;
}

.start-buy-process .ps-sp-two .ps-sp-bot {
    transition: all .3s ease 1.2s;
}
.start-buy-process .ps-sp-two .ps-top {
    transition: all .3s ease 1.2s;
    opacity: 1;
}
.start-buy-process .ps-sp-two .img-handler-bot {
    transition: all .3s ease 1.7s;
    opacity: 1;
}

.start-buy-process .ps-sp-three .ps-sp-top {
    transition: all .3s ease 2.2s;
}
.start-buy-process .ps-sp-three .ps-bot {
    transition: all .3s ease 2.2s;
    opacity: 1;
}
.start-buy-process .ps-sp-three .img-handler-top {
    transition: all .3s ease 2.7s;
    opacity: 1;
}

.start-buy-process .ps-sp-four .ps-sp-bot {
    transition: all .3s ease 3.2s;
}
.start-buy-process .ps-sp-four .ps-top {
    transition: all .3s ease 3.2s;
    opacity: 1;
}
.start-buy-process .ps-sp-four .img-handler-bot {
    transition: all .3s ease 3.7s;
    opacity: 1;
}

.start-buy-process .ps-sp-five .ps-sp-top {
    transition: all .3s ease 4.2s;
}
.start-buy-process .ps-sp-five .ps-bot {
    transition: all .3s ease 4.2s;
    opacity: 1;
}
.start-buy-process .ps-sp-five .img-handler-top {
    transition: all .3s ease 4.7s;
    opacity: 1;
}

.start-buy-process .ps-sp-six .ps-sp-bot {
    transition: all .3s ease 5.2s;
}
.start-buy-process .ps-sp-six .ps-top {
    transition: all .3s ease 5.2s;
    opacity: 1;
}
.start-buy-process .ps-sp-six .img-handler-bot {
    transition: all .3s ease 5.7s;
    opacity: 1;
}

.start-buy-process .ps-sp-seven .ps-sp-top {
    transition: all .3s ease 6.2s;
}
.start-buy-process .ps-sp-seven .ps-bot {
    transition: all .3s ease 6.2s;
    opacity: 1;
}
.start-buy-process .ps-sp-seven .img-handler-top {
    transition: all .3s ease 6.7s;
    opacity: 1;
}

.start-buy-process .ps-sp-eight .ps-sp-bot {
    transition: all .3s ease 7.2s;
}
.start-buy-process .ps-sp-eight .ps-top {
    transition: all .3s ease 7.2s;
    opacity: 1;
}
.start-buy-process .ps-sp-eight .img-handler-bot {
    transition: all .3s ease 7.7s;
    opacity: 1;
}

.start-buy-process .ps-sp-one .ps-sp-top:before, .start-buy-process .ps-sp-one .ps-sp-top:after {
    transition: all .3s ease .2s;
}
.start-buy-process .ps-sp-two .ps-sp-bot:before, .start-buy-process .ps-sp-two .ps-sp-bot:after {
    transition: all .3s ease 1.2s;
}
.start-buy-process .ps-sp-three .ps-sp-top:before, .start-buy-process .ps-sp-three .ps-sp-top:after {
    transition: all .3s ease 2.2s;
}
.start-buy-process .ps-sp-four .ps-sp-bot:before, .start-buy-process .ps-sp-four .ps-sp-bot:after {
    transition: all .3s ease 3.2s;
}
.start-buy-process .ps-sp-five .ps-sp-top:before, .start-buy-process .ps-sp-five .ps-sp-top:after {
    transition: all .3s ease 4.2s;
}
.start-buy-process .ps-sp-six .ps-sp-bot:before, .start-buy-process .ps-sp-six .ps-sp-bot:after {
    transition: all .3s ease 5.2s;
}
.start-buy-process .ps-sp-seven .ps-sp-top:before, .start-buy-process .ps-sp-seven .ps-sp-top:after {
    transition: all .3s ease 6.2s;
}
.start-buy-process .ps-sp-eight .ps-sp-bot:before, .start-buy-process .ps-sp-eight .ps-sp-bot:after {
    transition: all .3s ease 7.2s;
}
.start-buy-process .ps-timeline li:nth-child(2):after, .start-buy-process .ps-timeline li:nth-child(3):after, .start-buy-process .ps-timeline li:nth-child(4):after, .start-buy-process .ps-timeline li:nth-child(5):after, .start-buy-process .ps-timeline li:nth-child(6):after, .start-buy-process .ps-timeline li:nth-child(7):after, .start-buy-process .ps-timeline li:nth-child(8):after {
    border-color: transparent transparent transparent #ffffff !important;
}
.start-buy-process .ps-timeline li:nth-child(1)::before {
    transition: all .3s ease .9s;
    opacity: 1 !important;
    width: 68% !important;
}
.start-buy-process .ps-timeline li:nth-child(2):after {
    transition: all .3s ease .9s;
}
.start-buy-process .ps-timeline li:nth-child(2)::before {
    transition: all .3s ease 1.9s;
    opacity: 1 !important;
    width: 68% !important;
}
.start-buy-process .ps-timeline li:nth-child(3):after {
    transition: all .3s ease 1.9s;
}
.start-buy-process .ps-timeline li:nth-child(3)::before {
    transition: all .3s ease 2.9s;
    opacity: 1 !important;
    width: 68% !important;
}
.start-buy-process .ps-timeline li:nth-child(4):after {
    transition: all .3s ease 2.9s;
}
.start-buy-process .ps-timeline li:nth-child(4)::before {
    transition: all .3s ease 3.9s;
    opacity: 1 !important;
    width: 68% !important;
}
.start-buy-process .ps-timeline li:nth-child(5):after {
    transition: all .3s ease 3.9s;
}
.start-buy-process .ps-timeline li:nth-child(5)::before {
    transition: all .3s ease 4.9s;
    opacity: 1 !important;
    width: 68% !important;
}
.start-buy-process .ps-timeline li:nth-child(6):after {
    transition: all .3s ease 4.9s;
}
.start-buy-process .ps-timeline li:nth-child(6)::before {
    transition: all .3s ease 5.9s;
    opacity: 1 !important;
    width: 68% !important;
}
.start-buy-process .ps-timeline li:nth-child(7):after {
    transition: all .3s ease 5.9s;
}
.start-buy-process .ps-timeline li:nth-child(7)::before {
    transition: all .3s ease 6.9s;
    opacity: 1 !important;
    width: 68% !important;
}
.start-buy-process .ps-timeline li:nth-child(8):after {
    transition: all .3s ease 6.9s;
}
/*How to Buy*/
/*Product Page CSS Start*/
.inner-sidebar .product-sidebar {
    width: 100%;
    float: left;
}
.full-btn.common-btn, .full-btn .buttons-common, .blob-btn {
    width: 100%;
}

.blog-one-slide .owl-stage-outer::after, .blog-two-slide .owl-stage-outer::after, .blog-three-slide .owl-stage-outer::after, .blog-four-slide .owl-stage-outer::after {
    width: 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #eaf8ff;
}





section.content-section {
    padding: 50px 0 50px 0;
}

.content-section h2{
    font-size: 26px;
}
.content-section h2 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #0063a7;
    margin-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}


.inner-page-banner {
    background-color: #005CA4;
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 50px 0;
    height: 245px;
    display: -ms-flexbox;
    -webkit-box-pack: flex-end; 
    -ms-flex-pack: flex-end;
}
.inner-page-banner:after{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
    content: '';
    z-index: 0;
}

.banner-image {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.banner-image-left{
    opacity: 0.05;
    width: 60%;
    position: absolute;
    left: 0;
    /* top: 0; */
    /* left: 50%; */
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translateY(-50%);
}

.banner-image-left:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: rgb(0,92,164);
    background: linear-gradient(90deg, rgba(0,92,164,0) 0%, rgba(0,92,164,1) 100%);
}

.banner-image-left img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}


.banner-container {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 10;
    float: left;
    display: -ms-flexbox;
}
.sidebar-menu{    
    width: 100%;
    float: left;    
}

.sidebar-menu h3 {
    background-color: #005ca4;
    padding: 12px 20px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.sidebar-menu li{
    list-style: none;
    margin-bottom: 10px;
    margin-bottom: 5px;
}

.sidebar-menu ul li {
    background: #eaf9ff;
    border: none;
    color: #105584;
    border-radius: 0;
    padding: 0;
    border-left: 3px solid #c1e7fa;
    border-bottom: 1px solid #c1e7fa;
}



.sidebar-menu ul li a {
    padding: 10px 15px;
    color: #313131;
    line-height: 1.6;
    font-size: 17px;
    display: block;
    text-decoration: none;
}


.sidebar-menu ul.children > li {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #d1e5ec;
    border-left: 0;
}

ul.children {
    border-top: 1px solid #d1e5ec;
}

.sidebar-menu ul.children > li:last-child{
    border-bottom: 0;
}

.sidebar-menu ul.children > li:after {
    width: 8px;
    height: 1px;
    content: '';
    position: absolute;
    left: 15px;
    top: 22px;
    border-bottom: 2px solid #73bf44;
    border-left: 2px solid #73bf44;
}

.sidebar-menu .current_page_item {
    border-left: 3px solid #5ea930;
    background-color: #72bf44;
    border-bottom: 1px solid #72bf44;
}

.sidebar-menu .current_page_item > a{
    color: #fff;
}


.page-content ul {
    padding-left: 20px;
    /*    margin-bottom: 10px;*/
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.page-content ul li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
    color: #423c3c;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    float: left;
    width: 100%;
}

.page-content ul li li:last-child{
    margin-bottom: 0;
}

.page-content ul li:before {
    content: '';
    position: absolute;
    left: -18px;
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/right-arrow.png) no-repeat 0 0;
    width: 10px;
    height: 17px;
    top: 9px;
}

.page-content ul li li:before {
    background: url(https://rostfreisteels.co.in/wp-content/uploads/2026/05/right-arrow-black.png) no-repeat 0 0;
}

.page-content img{
    width: 100%;
    height: auto;
    border: 1px solid #e6e9ea;
}
.gallery-item img {
    padding: 10px;
}
.page-content strong {
    color: #292929;
    /*font-size: 19px;*/
    font-weight: 700;
    font-family: Graphik, Arial, sans-serif;
}


sup,sub {
    font-size: 15px;
}

.current_page_parent .current_page_item{
    position: relative;
}

.current_page_parent .current_page_item:before {
    content: '';
    position: absolute;
    left: -3px;
    width: 3px;
    height: 100%;
    top: 0;
    background-color:#73bf44;
}


.page-content ul ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.page-content ul li img.alignnone{
    width: auto;
    border: none;
}


.product-sidebar{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.multi-gallery-wrapper .col-xl-6:nth-last-child(1) .gallery-image-holder, .multi-gallery-wrapper .col-xl-6:nth-last-child(2) .gallery-image-holder {
    margin-bottom: 0px;
}

.brouchure-main-wrapper .col-xl-6:nth-last-child(1) .interview-item, .brouchure-main-wrapper .col-xl-6:nth-last-child(2) .interview-item { 
    margin-bottom: 0px;
}

.newsletter-facts-wrapper .col-xl-4:nth-last-child(1) .interview-item, .newsletter-facts-wrapper .col-xl-4:nth-last-child(2) .interview-item, .newsletter-facts-wrapper .col-xl-4:nth-last-child(3) .interview-item {  
    margin-bottom: 0px;
}

.gallery-item{
    margin-top: 0px !important;
}


.gallery-columns-4 .gallery-item{
    width: 25%;
    float: left;
}

.gallery-image-holder {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.gallery-image-holder .wp-caption img {
    display: block;
    transition: transform .4s;
}

.gallery-image-holder p {
    position: relative;
    top: 100%;
    left: 0;
    background: #ffffff;
    width: 100%;
    padding: 24px;
    color: #272727;
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: "RT Vickerman";
    font-size: 17px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-top: none;
}

.video-gallery .gallery-image-holder p{
    min-height: 108px;
}

.multimediagallery-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    z-index: 1;
}

.multimediagallery-icon img{
    border: none;
}



.gallery-image-holder a {
    color: #ffffff;
    /*    font-size: 22px;
        display: block;*/
}

.gallery-image-holder a:hover{
    color: #ffffff
}

.gallery-image-holder .wp-caption{
    overflow: hidden;

}

.gallery-image-holder .wp-caption img {
    display: block;
    transition: transform .4s;   /* smoother zoom */
    border: none;
}
.gallery-image-holder .wp-caption:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.gallery-list{
    position: relative;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    height: 100%;
    top: 80%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    -ms-flex-direction: column;
}

.content-details img{
    width: 40px;
    border: none;
}

.wp-caption:hover .content-details{ 
    opacity: 1;
    top: 50%;
}


.wp-caption:after {
    background: rgba(0,0,0,0.7);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.wp-caption:hover:after{
    opacity: 1;
}  


.content-details span {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 20px;
}

.gallery-details span {
    border: none;
    margin-bottom: 10px;
    line-height: 25px;
}

.justified-gallery .caption{
    display: none !important;
}

.gallery-image-holder {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    position: relative;
}

.total-gallery-items {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #005ca4;
    color: #ffffff;
    left: -10px;
    top: -5px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    border: 1px solid #fff;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.album-caption {
    position: absolute;
    width: auto;
    background-color: #ffffff;
    color: #141414;
    left: 20px;
    bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    padding: 10px 15px;
}

.justified-gallery { 
    background-color: #f7f7f7;
}


.noverlay {
    content: '';
    width: 100%;
    height: 50%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(0,92,164);
    background: linear-gradient(180deg, rgb(237 241 243 / 0%) 0%, rgb(255 255 255) 100%);
}

.overview-statistics{
    display: flex;
}

.year-listing {
    background: #f7f7f7;
    height: 55px;
    margin-bottom: 25px !important;
}
.year-listing li {
    display: inline-flex;
    float: left !important;
    width: 100px !important;
    text-align: center !important;
    height: 55px;
    margin-bottom: 0px !important;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #ffffff;
    font-weight: 500 !important;
}

.year-listing li a {
    display: flex;
    float: left !important;
    width: 100px !important;
    width: 200px;
    height: 55px;
    justify-content: center;
    align-items: center;
    color: #333;
    display: -ms-flexbox;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
}
.year-listing li a.active {
    background: #72bf44;
    color: #ffffff;
}

.mfp-wrap {
    z-index: 999999;
}
.mfp-bg {
    z-index: 999999;
}

.mediaclipping-wrapper-new {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.tender-wrapper-new {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.page-background {
    width: 100%;
    float: left;
}

.award-wrapper .document-name {
    font-size: 15px !important;
    line-height: 24px;
}

.table-header {
    background-color: #005ca4;
    padding: 0px 15px;
}
.table-header h3 {
    padding: 12px 0;
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

.stat-box h2{
    margin-top: 40px !important;
    margin-bottom: 10px;
}
.boiler-plate-wrapper {
	width: 100%;
    float: left;
    border-top: 2px dashed #ddd;
    padding-top: 0px;
}
.boiler-plate-wrapper h5 {
    color: #636363;
    font-size: 17px;
    font-weight: 700;
    font-family: Graphik, Arial, sans-serif;
    margin-bottom: 6px;
    margin-top: 35px;
}
.boiler-plate-wrapper p {
	font-family: Graphik, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 25px !important;
	color: #636363 !important;
}
.email-icon a {
	font-size: 14px;
}