@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    font-family: "Rubik", sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
    font-family: "Rubik", sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
}
p{
    margin: 0;
    padding: 0;
}

/* Navbar Css */

.header-main{
    display: flex;
    width: 100%;
    padding: 10px 0;
}
.header-top-main{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 460px;
}
.logo a img{
    width: 100%;
}
.menu-nav{
    display: flex;
    position: relative;
    z-index: 9;
    justify-content: center;
}
.menu-nav>ul{
    display: flex;
}
.menu-nav>ul>li{
    padding: 0 20px;
}
.menu-nav>ul>li:first-child{
    padding-left: 0;
}
.menu-nav>ul>li:last-child{
    padding-right: 0;
}
.menu-nav>ul>li>a{
    color: #fff;
    padding: 19px 0;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s all ease;
}
.menu-nav>ul>li:hover a{
    color: #fff;
}
.menu-nav>ul>li>a>i{
    font-size: 16px;
    transition: 0.3s all ease;
}
.menu-nav>ul>li:hover>a>i{
    transform: rotate(180deg);
    color: #fff;
}
.drop-down-menu{
    position: relative;
}
.drop-down-nav{
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    top: 60px;
    left: 0;
    background-color: #fff;
    width: 253px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom: 1px solid #923b00;
}
.drop-down-nav>li{
    border-bottom: 1px solid #d8dadc;
}
.drop-down-nav>li:last-child{
    border-bottom: none;
}
.drop-down-nav>li>a{
    color: #000 !important;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    padding-left: 20px;
    width: 100%;
    font-weight: 500;
}
.drop-down-nav>li:hover{
    background-color: #923b00;
    transition: 0.3s all ease;
}
.drop-down-nav>li:hover>a{
    color: #fff !important;
}
.drop-down-menu:hover .drop-down-nav{
    visibility: visible;
    overflow: visible;
    opacity: 1;
    top: 43px;
    transition: 0.5s;
}
.bottom-nav{
    background-color: #000;
    color: #fff;
    padding: 16px 0;
}
.read-more a{
    position: relative;
    color: #fff;
    background-color: #923b00;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 16px;
    display: inline-block;
    margin-top: 9px;
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
.read-more a i{
    padding-left: 2px;
    position: relative;
    top: 1px;
}
.read-more a::before{
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: 0.5s all ease-in-out;
    z-index: -1;
}
.read-more a:hover::before{
    transform: scaleY(1);
}
.hamburger-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    
}
.hamburger{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    position: relative;
    z-index: 9;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    width: 30px;
}
.bar{
    width: 30px;
    height: 2px;
    position: relative;
    background: #fff;
    transition: 0.3s;
}
.bar:nth-child(2){
    width: 15px;
}

/* banner */

.banner-slider .slick-prev{
    display: none !important;
}
.banner-slider .slick-next{
    display: none !important;
}
.banner-img img{
    width: 100%;
}

/* Feature Css */

.feature-bg{
    padding: 0;
    position: relative;
}
.feature-bg .feature-inner{
    position: relative;
    overflow-x: hidden;
    margin-top: -20px;
}
.service-block{
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-left: 7px;
    margin-right: 7px;
}
.service-block .inner-box{
    position: relative;
    padding: 25px 27px 38px;
    background-color: #fff;
    transition: 0.3s all ease;  
}
.new-box{
    padding: 25px 30px 38px !important;
}
.service-block .inner-box::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: 0.6s ease all;
    background-image: linear-gradient(to top, #923b00 0%, #873a06 100%);
}
.service-block .inner-box .content-box{
    position: relative;
    overflow: hidden;
}
.service-block .inner-box .icon-box{
    position: relative;
}
.service-block .inner-box h5{
    position: relative;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    color: #000;
}
.service-block .inner-box h5 a{
    position: relative;
    color: #923b00;
    line-height: 1.3em;
    transition: 0.3s all ease;
}
.service-block .inner-box h5::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-image: linear-gradient(to right, #923b00 0%, #ca7842 100%);
}
.service-block .inner-box p{
    position: relative;
    font-size: 16px;
    color: #222222;
    line-height: 1.8em;
    transition: 0.3s all ease;
    font-weight: 500;
    text-align: justify;
}
.service-block .inner-box img{
    transition: 0.3s all ease;
}
.service-block .inner-box:hover::before {
	width: 100%;
}
.service-block .inner-box:hover h5 a {
	color: #fff;
}
.service-block .inner-box:hover h5::before{
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}
.service-block .inner-box:hover p{
	color: #fff;
}
.service-block .inner-box:hover img{
    filter: invert(1);
}

/* Abou Us Section */

.about-section{
    background-image: url(../images/about-bg.webp);
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding: 65px 0;
    background-size: cover;
    background-position: center;
}
.about-time{
    padding-left: 10px;
}
.about-time h2{
    color: #923b00;
    font-size: 28px;
    padding-bottom: 12px;
    font-weight: 500;
    padding-top: 25px;
}
.about-time h1{
    color: #000;
    font-size: 42px;
    padding-bottom: 5px;
    font-weight: 500;
}
.about-img img{
    width: 100%;
    height: 100%;
}
.about-time p{
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 6px;
    text-align: justify;
}
.read a{
    background-color: #923b00;
    color: #fff;
    padding: 12px 18px;
    margin-top: 17px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.6s all ease;
}
.read a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    transition: 0.6s all ease;
}
.read a:hover::before{
    width: 100%;
    z-index: -1;
    border-radius: 5px;
    transition: 0.6s all ease;
}


/* Product Section */

.product-time{
    padding-top: 60px;
}
.product-time h2{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
}
.product-time h2::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #923b00;
    top: 100%;
}
.pro-read{
    text-align: center;
    padding-top: 25px;
}

/* Product Effect */

.box{
    font-family: "PT Sans", sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    perspective: 800px;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.box:before{
    content: "";
    background:#923b00;
    transform: rotateX(-90deg);
    transform-origin: 50% 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.box:hover:before{
    opacity: 0.9;
    transform: rotateX(0);
}
.box img{
    width: 95%;
    height: auto;
    transition: all .8s;
}
.box .box-content{
    color:#fff;
    width: 100%;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.box:hover .box-content{  
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    transition-delay: 0.2s;
}
.box .title{
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    margin: 0 0 3px 0;
    line-height: 30px;
    padding: 0 20px;
}
.box .post{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    margin: 0 4px;
    display: inline-block;
}
.box .icon li a{
    color:#fff;
    font-size: 15px;
    line-height: 32px;
    height: 100%;
    padding: 0px 15px;
    border: 2px solid #fff;
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    border-radius: 0 10px 0 10px;
    box-shadow: 0 0 10px #ceff1a;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}

/* Certifiacte */

.certi-time{
    padding-top: 60px;
}
.certi-time h2{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
}
.certi-time h2::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #923b00;
    top: 100%;
}
.certif{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.certif img{
    transition: 0.3s all ease;
}
.certif:hover img{
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Customer-time */

.customer-time{
    padding: 30px 0 100px 0;
    margin-top: 60px;
    background-color: #923b00;
}
.customer-time h2{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    margin-bottom: 45px;
    color: #fff;
}
.customer-time h2::before{
    content: "";
    position: absolute;
    width: 230px;
    height: 3px;
    background-color: #ffffff;
    top: 100%;
}
.customer-logo img{
    width: 140px;
    margin: auto;
}
.customer-logo{
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 40%) 0px 3px 8px;
    margin: 4px 9px;
    border-radius: 10px;
}
.customer-time .slick-prev {
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 132%;
    left: 48%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-image: url(../images/left-arrow-new.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    border-radius: 4px;
}
.customer-time .slick-next {
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 132%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-image: url(../images/right-arrow-new.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    border-radius: 4px;
}

/* Counter  */

.agency{
    padding: 60px 0 100px 0;
}
.agency h2{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    margin-bottom: 45px;
    color: #000;
}
.agency h2::before{
    content: "";
    position: absolute;
    width: 130px;
    height: 3px;
    background-color: #923b00;
    top: 100%;
}
.agency .slick-prev {
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 132%;
    left: 48%;
    transform: translate(-50%, -50%);
    background-color: #923b00;
    background-image: url(../images/left-arrow.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    border-radius: 4px;
}
.agency .slick-next {
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 132%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    background-color: #923b00;
    background-image: url(../images/right-arrow.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    border-radius: 4px;
}

/* footer */

footer{
    background-color: #000;
    color: #fff;
    padding: 50px 0 30px 0;
    background-image: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.foot-logo-time{
    text-align: center;
    padding-bottom: 40px;
}
.foot-logo-time img{
    width: 420px;
    filter: drop-shadow(5px 5px 5px #555);
}
.first-foot img{
    width: 210px;
}
.first-foot p{
    text-align: justify;
    padding-top: 25px;
}
.pltime{
    padding-left: 60px;
}
.second-foot h4{
    color: #fff;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    font-size: 24px;
    z-index: 1;
}
.second-foot h4::before{
    position: absolute;
    content: "";
    z-index: -1;
    width: 80px;
    height: 3px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
}
.second-foot h4::after{
    position: absolute;
    content: "";
    z-index: -1;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    background-color: #923b00;
    bottom: 0;
    left: 18px;
}
.second-foot ul{
    display: flex;
    flex-direction: column;
    gap: 14px;
}


.second-foot ul li a{
    color: #fff;
    transition: 0.4s all ease-in-out;
    font-size: 15px;
}

.prdt ul li {
    color: #fff;
    transition: 0.4s all ease-in-out;
    font-size: 15px;
}

.second-foot ul li i{
    margin-right: 10px;
    color: #D1641A;
}
.second-foot ul li a:hover{
    color: #D1641A;
    padding-left: 5px;
}
.last-foot h4{
    color: #fff;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    font-size: 24px;
    z-index: 1;
}
.last-foot h4::before{
    position: absolute;
    content: "";
    z-index: -1;
    width: 80px;
    height: 3px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
}
.last-foot h4::after{
    position: absolute;
    content: "";
    z-index: -1;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    background-color: #D1641A;
    bottom: 0;
    left: 18px;
}
.last-foot{
    padding-left: 30px;
}
address{
    margin-bottom: 0;
}
.address-time{
    display: flex;
    padding-bottom: 10px;
}
.address-time .loca{
    padding-right: 10px;
    width: 30px;
}
.address-time .hii{
    width: calc(100% - 30px);
}
.address-time .loca i{
    position: relative;
    top: 2px;
    color: #D1641A;
}
.hii{
    line-height: 28px;
}
.hii a{
    color: #fff;
    transition: 0.3s all ease;
}
.hii a:hover{
    color: #D1641A;
}
.last-foot-line{
    background-color: #923b00;
    padding: 13px 0;
}
.power-by{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.power-by p a{
    color: #fff;
    font-family: "Jost", sans-serif;
}
.power-by p{
    font-family: "Jost", sans-serif;
    font-size: 17px;
}

/* About Us Page */

.breadcrum{
    background-image: url(../images/bread.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px;
}
.breadcrum::before{
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #923b00 0%, rgba(0, 0, 0, 0.3) 117.71%);
    width: 100%;
    height: 100%;
}
.breadcrum h2{
    position: relative;
    color: #fff; 
    font-size: 36px;
    text-align: center;
}
.bread-last{
    position: relative;
    color: #fff;
    font-size: 18px;
}
.bread-last a{
    color: #fff;
    transition: 0.3s ease;
}
.about-page{
    padding-top: 60px;
}
.about-steel h2{
    font-size: 45px;
    padding-bottom: 10px;
    color: #923b00;
}
.about-steel p{
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 6px;
    text-align: justify;
}
.werproud{
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 6px;
    text-align: justify;
}
.bymaintain{
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 6px;
    text-align: justify;
    display: none;
}
.in-about img{
    width: 100%;
}
.about-steel{
    padding-left: 10px;
}
.new-p{
    padding-top: 5px;
}
.new-p span{
    display: none !important;
}

/* Mission vision Css */

.serviceBox{
    text-align: center;
    padding: 40px 20px 15px;
    box-shadow: 0 0 25px -8px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
    height: 433px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    
}
.serviceBox:before{
    content: "";
    background-color: #923b00;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
}
.serviceBox .title{
    color: #923b00;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.serviceBox .description{
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 25px;
    text-align: justify;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #923b00;
    font-size: 40px;
    line-height: 73px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
}
.mis-vis{
    margin-top: 50px;
}
.purple{
    text-align: left;
    padding: 40px 40px 15px;
    box-shadow: 0 0 25px -8px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
    border-radius: 10px;  
}
.purple:before{
    content: "";
    background-color: #923b00;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
}
.purple .title{
    color: #923b00;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: center;
}
.purple .description{
    color: #555;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 25px;
    text-align: justify;
}
.purple .service-icon{
    color: #fff;
    background-color: #923b00;
    font-size: 40px;
    line-height: 69px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.new-provide p{
    font-weight: normal;
}
.new-provide p b{
    color: #000;
}
.we-provide{
    display: flex;
    margin-top: 5px;
}
.note-time{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-top: 5px;
}
.why-icon{
    width: 35px;
    
}
.why-icon i{
    color: #923b00;
    position: relative;
    top: 4px;
    font-size: 18px;
}
.we-provide p{
    font-size: 16px;
    line-height: 32px;
    width: calc(100% - 35px);
    text-align: justify;
}

/* Mission vision Css End */

/* Why Choose Us */

.why-choose{
    padding-top: 50px;
    padding-bottom: 50px;
}
.why-cont h2{
    font-size: 45px;
    padding-bottom: 10px;
    color: #923b00;
}

/* Quality Assurance Page */

.quality{
    padding-top: 50px;
    padding-bottom: 30px;
}
.quality-img img{
    width: 90%;
}
.quality-cont p{
    line-height: 28px;
    text-align: justify;
}
.good-quality{
    padding-bottom: 50px;
}

/* Capability-page */

.capability-page{
    padding: 50px 0;
}
.capability-page h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
}
.capability-page table,th,td{
    border: 1px solid #000 !important;
}
.first-col{
    text-align: center;
    background-color: #923b00;
    color: #fff;
    width: 40px;
}
.second-col{
    width:200px;
    text-align: center;
    padding: 18px 0;
    background-color: #ebebeb;
}
.third-col{
    width: 65px;
    text-align: center;
}
.fourth-col{
    width: 600px;
    text-align: center;
    padding: 10px 0;
}
.fifth-col{
    width: 85px;
    text-align: center;
}

/* Contact Us Page */

.contact{
    padding: 50px 0;
}
.map{
    margin-top: 50px;
}
.contact-info>ul{
    margin-top: 15px;
}
.info-list li{
  position: relative;
  display: block;
  padding-left: 70px;
  margin-bottom: 30px;
}

.info-list li:last-child{
  margin-bottom: 0px;
}

.info-list li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ebf3fa;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #923b00;
}

.info-list li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.info-list li p{
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #2a2a2a;
}

.info-list li p a{
  display: inline-block;
  color: #2a2a2a;
}
.info-list li p a:hover{
    color: #923b00;
}

.info-inner{
  position: relative;
  display: block;
  padding-bottom: 91px;
}

.info-inner .shape{
  position: absolute;
  bottom: 0px;
  right: 90px;
  width: 8px;
  height: 394px;
  background-repeat: no-repeat;
}

  /* Enquiry Form */

  .form-control-feedback {
    display: none;
}

.has-feedback label~.form-control-feedback {
    top: 0 !important;
}

.error {
    text-align: left !important;
    display: table !important;
}

.thnak4 {
    margin-top: 50px;
}

.has-feedback .form-control {
   
    padding: 20px;
}

.form-group {
    margin: 15px 0 !important;
}

.form-group input {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #923b00;
}

.form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #923b00;
}

.form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #923b00;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    width: 100% !important;
    border-bottom: 2px solid #182852;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important;
}

.Submit-box {
    background-color: #923b00;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #923b00;
    font-size: 17px;
    border-radius: 2px;
    transition: 0.3s ease;
}

.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #000 !important;
    border-bottom: 2px solid #182852;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.fill {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}
.get {
    font-size: 28px;
    color: #923b00;
    padding-bottom: 10px;
}

/* Product */

.product-page{
    padding: 50px 0;
}
.prod-table>table {
    border-collapse: collapse;
    width: 100%;
  }
  
.prod-table  td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 18px 0;
  }
  
.prod-table  tr:nth-child(even) {
    background-color: #dddddd;
  } 
.prod-table th{
    background-color: #923b00;
    color: #fff;
}  
.product-page h2{
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
    color: #923b00;
}
.product-page h4{
    text-align: center;
    font-weight: 600;
    color: #923b00;
}
.prod-table h5{
    font-weight: 600;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: left;
}

/* Gallery-time */

.gallery-time{
    padding: 50px 0;
}


/* Media Query Start */

@media only screen and (max-width: 1800px){

    .service-block{
        height: 320px;
    }

}

@media only screen and (max-width: 1400px){

    .serviceBox{
        height: auto;
    }

}

@media only screen and (max-width: 1199px){

    .pltime{
        padding-left: 0;
    }
    .last-foot{
        padding-left: 0;
    }
    .hii br{
        display: none;
    }
    .last-foot h4{
        padding-top: 30px;
    }
    .service-block{
        height: auto;
    }
    .agency{
        padding-top: 45px;
    }
    .product-time{
        padding-top: 50px;
    }
    .serviceBox{
        height: 510px;
    }
    .serviceBox .service-icon{
        line-height: 82px;
    }
    .about-steel h2{
        font-size: 40px;
        padding-bottom: 0;
    }
    .werproud{
        display: none;
    }
    .bymaintain{
        display: block;
    }
}

@media only screen and (max-width: 991px) {

    .logo {
        width: 330px;
    }
    .read-more a{
        padding: 10px 14px;
    }
    .hamburger-menu{
        display: block;
        text-align: -webkit-right;
    }
    .header-contact .bar:nth-child(2){
        transform: translateX(-40px);
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
        background-color: #000;
    }
    .header-contact .bar:nth-child(1){
        transform: rotate(135deg);
        top: 8px;
        position: relative;
        background-color: #fff;
    }
    .header-contact .bar:nth-child(3){
        transform: rotate(225deg);
        top: -6px;
        background-color: #fff;
        position: relative;
    }
    .menu-nav{
        justify-content: flex-end;
    }
    .menu-nav>ul{
        display: none;
    }
    .menu-nav>ul{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 270px;
        background-color: #fff;
        height: 100vh;
        box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0;
        transform: translateX(-100%);
        transition: 0.5s;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .header-contact .menu-nav>ul {
        transform: translateX(0);
        overflow-y: scroll;
    }
    .menu-nav>ul>li>a{
        padding: 15px 0;
        display: block;
        padding-left: 20px;
        color: #000;
    }
    .menu-nav>ul>li{
        border-bottom: 1px solid #d4d4d4;
        padding: 0;
    }
    .service-block{
        height: 349px;
        margin-bottom: 45px;
    }
    .good-service{
        height: auto;
    }
    .about-time h2{
        padding-top: 40px;
    }
    .customer-time .slick-next, .agency .slick-next{
        left: 53.5%;
    }
    .customer-time .slick-prev, .agency .slick-prev{
        left: 47%;
    }
    .power-by{
        display: block;
        text-align: center;
    }
    .power-by p{
        padding: 4px 0;
    }
    .pro-read{
        padding-top: 0;
    }
    .serviceBox{
        height: auto;
    }
    .about-steel h2{
        padding-top: 40px;
    }
    .why-cont h2{
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 40px;
    }
    .serviceBox .service-icon{
        line-height: 75px;
    }
    .good.mt-4{
        margin-top: 0 !important;
    }
    .prod-table h5{
        line-height: 28px;
        padding: 25px 0;
    }
    .product-page h2{
        padding-bottom: 0px;
    }
    .info-list li p br{
        display: none;
    }
    .form-horizontal{
        padding-top: 20px;
    }


  }

@media only screen and (max-width: 767px)  {

    .logo {
        width: 240px;
    }
    .read-more a{
        padding: 10px 14px;
        font-size: 15px;
    }
    .service-block{
        height: auto;
        margin-bottom: 40px;
    }
    .customer-time .slick-next, .agency .slick-next{
        left: 54.5%;
    }
    .customer-time .slick-prev, .agency .slick-prev{
        left: 46%;
    }
    .certi-time{
        padding-top: 50px;
    }
    .prdt ul li span{
        padding-left: 18px;
    }
    .mis-vis{
        margin-top: 30px;
    }
    .purple {
        padding: 40px 20px 15px;
    }
    .prod-table td, th{
        padding: 18px 8px;
    }
    .fourth-col{
        padding: 10px 10px;
    }
    .fifth-col{
        padding: 10px 10px;
    }
    .third-col{
        padding: 10px 10px;
    }
    .second-col{
        padding: 18px 10px;
    }
    .first-col{
        padding: 10px 10px;
    }
    .get{
        font-size: 26px;
    }
    .fill{
        font-size: 16px;
    }

}

@media only screen and (max-width: 576px) {

    .read-more a span{
        display: none;
    }
    .second-foot h4{
        padding-top: 30px;
    }
    .foot-logo-time{
        text-align: left;
        padding-bottom: 10px;
    }
    .mid-pipe{
        padding-top: 16px;
    }
    .prdt ul li span{
        padding-left: 0;
    }
    .customer-time .slick-next, .agency .slick-next{
        display: none !important;
    }
    .customer-time .slick-prev, .agency .slick-prev{
        display: none !important;
    }
    .customer-time{
        padding-bottom: 45px;
    }
    .agency{
        padding-bottom: 45px;
    }
    .about-section{
        padding: 50px 0;
    }
    .mis-vis .gx-5{
        --bs-gutter-x: 0;
    }
    .breadcrum{
        padding: 50px 0;
    }
    .about-steel h2{
        padding-bottom: 10px;
        font-size: 34px;
        text-align: center;
    }
    .about-steel{
        padding-left: 0;
    }
    .why-cont h2{
        font-size: 34px;
        text-align: center;
    }
    .read{
        text-align: center;
    }
    .about-time{
        padding-left: 0;
    }
    .gallery-time{
        padding-bottom: 30px;
    }
    .box{
        margin-bottom: 10px;
    }
    .quality-img{
        text-align: center;
        padding-bottom: 35px;
    }
    .quality{
        padding-bottom: 15px;
    }
    .get{
        font-size: 22px;
    }

}

@media only screen and (max-width: 450px){

    .foot-logo-time{
        text-align: center;
    }
    .about-time h1{
        font-size: 34px;
    }
    .customer-time h2{
        font-size: 34px;
    }
    .customer-time h2::before{
        width: 160px;
    }
    .agency h2{
        font-size: 34px;
    }
    .agency h2::before{
        width: 110px;
    }
    .certif {
        width: 75%;
        margin: 0 auto;
    }
    .product-time h2{
        font-size: 34px;
    }
    .certi-time h2{
        font-size: 34px;
    }
    .service-block{
        text-align: center;
    }
    .service-block .inner-box h5::before{
        display: none;
    }
    .service-block .inner-box p{
        text-align: center;
    }
    .service-block .inner-box h5{
        margin-bottom: 0;
    }
    .feature-bg .feature-inner {
        position: relative;
        overflow-x: inherit;
        margin-top: 25px;
    }
    .agency{
        padding-top: 35px;
    }
    .product-page h2{
        font-size: 23px;
    }
    .prod-table h5{
        font-size: 18px;
    }
    .second-col{
        width: 350px;
    }
    .third-col{
        width: 70px;
    }
    .breadcrum h2{
        font-size: 30px;
    }
    .bread-last{
        font-size: 16px;
    }
    .breadcrum{
        padding: 40px 0;
    }
    .get{
        font-size: 20px;
    }
    .fill{
        font-size: 15px;
    }

}

@media only screen and (max-width: 400px) {

    .logo {
        width: 200px;
    }
    .read-more a{
        font-size: 14px;
        padding: 8px 10px;
    }
    .about-time h1{
        font-size: 30px;
    }
    .product-time h2{
        font-size: 30px;
    }
    .certi-time h2{
        font-size: 30px;
    }
    .customer-time h2{
        font-size: 30px;
    }
    .customer-time h2::before{
        width: 130px;
    }
    .agency h2{
        font-size: 30px;
    }
    .agency h2::before{
        width: 100px;
    }
    .service-block .inner-box{
        padding: 15px 15px 15px !important;
    }
    .service-block .inner-box p{
        font-size: 15px;
    }
    .power-by p{
        font-size: 15px;
    }
    .about-steel h2{
        font-size: 30px;
    }
    .box .title{
        font-size: 16px;
        font-weight: 600;
    }

}

@media only screen and (max-width: 350px){

    .about-time h1{
        font-size: 27px;
    }
    .logo a img{
        width: 95%;
    }
    .read-more a{
        font-size: 13px;
    }
    .about-steel h2{
        font-size: 27px;
    }
    .why-cont h2{
        font-size: 27px;
    }
    .box .title{
        font-size: 16px;
    }

}

@media only screen and (max-width: 330px){

    .logo a img{
        width: 92%;
    }
    .read-more a{
        font-size: 11px;
    }

}





.fancybox-slide--image img {
    transform: scale(1.2); /* Adjust this value as needed */
    transform-origin: center center;
    transition: 0.3s al ease;
}
.fancybox-slide--image{
    overflow: auto;
}
.num::-webkit-inner-spin-button {
    -webkit-appearance: none;
     margin: 0;
}


