@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
 }
 body{
     font-family: "Raleway", sans-serif;
 }
 h1, h2, h3, h4, h5, h6, p, a, ul, li, body, strong, input{
     margin: 0;
     padding: 0;
 }

 a , a:hover{
    text-decoration: none;
 }
 li{
    list-style: none;
 }
 :root{
     --main-color: #f79a2a;
     --primary-color:#444444;
     --text-color:#1f1f1f;
     --white:#ffffff;
 }
/* contact us page css */
.banner-cont-2{                        
    width: 100%;
    position: absolute;
    bottom: 12rem;
    left: 0;
    padding-left: 130px;
}
.banner-cont-2 h2{
    color: var(--white);
    font-weight:800;
    font-size: 3rem;  
    padding-bottom: 20px; 
}
.banner-cont-2::after {
    content: "";
    width: 10%;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
}
.banner-cont h2{
    color: var(--white);
    font-weight:800;
    font-size: 3rem;  
    padding-bottom: 20px; 
}

/* get-in-touch sec */
.get-in-touch{
    padding: 0 0 100px;
    background-color: #ffefdd;
}
.contact-left img{
    width: 90%;
}
.get-form-contact .field input {
    width: 100%;
    padding: 3px 5px;
    border: 1px solid #f79a2a;
    box-shadow: none;
}
.msg-field textarea {
    width: 100%;
    min-height: 100px;
    padding: 3px 5px;
    border: 1px solid #f79a2a;
}
.get-form-contact {
    background: white;
    padding: 60px 25px;
}

.col-md-6.form-sec {
    display: flex;
    align-items: center;
}
.get-form-contact h2{
    font-weight: 700;
    line-height: 3.5rem;
}

.get-form-contact p{

    color: var(--main-color);
}
.heading h2{
    text-align: center;
    font-weight: 700;
    color: var(--main-color);
    line-height: 4rem;
}
.border-global-presence {
    width: 8%;
    height: 2px;
    background-color: var(--main-color);
    margin: auto;
}
.global-presence{
    padding: 100px 0;
}
.heading{
    padding-bottom: 30px;
}
.box-global-1{
    text-align: center;
    box-shadow: 0px 0px 15px 0 rgb(247 154 42 / 55%);
    padding: 45px 30px;
    transition: .3s ease-in-out;
    height: 100%;
}
.box-global-1 h5{
    font-weight: 700;
    color: var(--main-color);
    line-height: 4rem;
    
}
.box-global-1 h6{
    font-weight: 700;
    padding-bottom: 4rem;
}
.number{
    color: var(--main-color);
    font-weight: 600;
    margin-right: 7px;
}
.box-global-1 p{
    line-height: 2rem;
    color: var(--text-color);
}
.box-global-1 a{
    text-decoration: none;
    color: var(--text-color);
}
.box-global-1:hover{
    background-color: var(--main-color);
}
.box-global-1:hover h5,.box-global-1:hover span, .box-global-1:hover a, .box-global-1:hover p, .box-global-1:hover h6 {
    color: var(--white);
}
/* middle-box-color */

.box-global-2{
    text-align: center;
    background-color: var(--main-color);
    padding: 45px 30px;
    color: var(--white);
    transition: .3s ease-in-out;
    height: 100%;
}
.box-global-2 h5{
    font-weight: 700;
    color: var(--white);
    line-height: 4rem;
    
}
.box-global-2 h6{
    font-weight: 700;
    padding-bottom: 4rem;
}
.number2{
    color: var(--white);
    font-weight: 600;
}
.box-global-2 p{
    line-height: 2rem;
}
.box-global-2 a{
    text-decoration: none;
    padding-top: 3rem;
}
.box-global-2 a h5{   
    padding-top: 3rem;
}
.box-global-2:hover{
    background-color: var(--white);
    box-shadow: 0px 0px 15px 0 rgb(247 154 42 / 55%);
}
.box-global-2:hover h5,.box-global-2:hover span, .box-global-2:hover a {
    color: var(--main-color);
}
.box-global-2:hover p, .box-global-2:hover h6{
    color: var(--text-color);
}
.add-cont{
    height: 180px;
}
/* contact us page css end */

/* Decorative Rope Fittings css start */
.Wall-fitting-banner{
    background-image: url('../source/190_924-banner-Metal-mongers-3.jpg');                                      
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.Railing-Fittings-banner{
    background-image: url('../source/190_924-banner-Metal-mongers-4.jpg');                                      
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
}
.Curtain-Fittings-banner{
    background-image: url('../source/curtain fitting.jpg');                                      
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.Decorative-Rope-banner{
    background-image: url('../source/190_924-banner-Metal-mongers.jpg');                                      
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
}
.Decorative-Rope-ovallay{
    background-color: rgb(17 15 12 / 42%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.decorative-rope{
    padding-bottom: 100px;
}
.btn-Enquire{
    background-color: var(--main-color);
    color: var(--white);
    margin-top: 1.5rem;
    border-radius: 0;
    width: 130px;
    border: 1px solid var(--main-color);
    transition: .3s ease-in-out;
}
.btn-Enquire:hover{
    border: 1px solid var(--main-color);
}
.box-product{
    border: 1px solid #f79a2a;
    padding: 25px;
    margin-bottom: 25px;
}
.box-product img {
    width: 100%;
    border-radius: 1.6rem;
    transition: .3s ease-in-out;
}
.box-product h4{
    text-align: center;
    line-height: 3rem;
    z-index: 9999;
    position: relative;
}
.border-variants {
    width: 8%;
    height: 2px;
    background-color: var(--main-color);
    margin: auto;
    margin-bottom: 5rem;
}
/* .heading-variants{
    padding-bottom: 80px;
} */
.heading-variants h2{
    text-align: center;
    color: var(--main-color);
    font-weight: 700;
    line-height: 5rem;
}
.heading-variants h5{
    text-align: center;
}
.heading-variants h5 {
    line-height: 3rem;
}
h2.sec-title {
    font-weight: 700;
}
/* Decorative Rope Fittings css end */

/* Services page style start */
.row-mb{
    display: flex;
    flex-direction: row-reverse;
}
.services-banner, .contact-banner{
    position: relative;
    padding: 100px 0 40px;
}

.heading-services h2{
    text-align: center;
    color: var(--main-color);
    font-weight: 700;
}
.heading-services{
    padding: 85px 0;
}
.col-md-6.img-right {
    display: flex;
    justify-content: flex-end;
}

.Manufacturing{
    padding: 100px 0;
    background-color: #d67f53;
}
.Manufacturing h2{
    color: var(--white);
    font-weight: 700;
    text-align: center;
}
.border-manufacturing {
    width: 8%;
    height: 2px;
    background-color: var(--white);
    margin: auto;
}
.Manufacturing p{
    color: var(--white);
    text-align: center;
    line-height: 2rem;
    margin-top: 3rem;
}
.iconleft-box .left-icon {
    background-color: var(--white);
    border-radius: 50%;
    padding: 1rem 1rem;
    width: 15%;
    display: flex;
    /* flex-wrap: nowrap; */
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.right-text{
    background-color: var(--white);
    padding: 1rem 1rem;
    border-radius: 1rem;
    width: 100%;                   
} 
.right-text h5{
    color: var(--main-color);
    font-weight: 600;
}
.iconleft-box {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2.5rem;
} 
.right-text p{
    text-align: left;
    color: var(--text-color);
    margin-top: 0;
    line-height: 2rem;
}  
.Manufacturing-con-sec{
    padding-top: 80px;
}  

.Surface{
    padding: 100px 0;
}
.Surface h6{
    color: var(--main-color);
}
.Surface h2{
    font-weight: 700;
    line-height: 5rem;
    font-size: 2.5rem;
}
.Surface-img img{
    width: 70%;
}
.col-md-7.Surface-img {
    display: flex;
    justify-content: center;
}
.Surface-cont{
    margin: auto;
}
.Surface-cont p{
    padding-top: 12px;
    text-align: justify;
}
.service-icon-box{
    padding-bottom:100px;
}
.icon-box-3{
    padding: 3rem 1rem;
    border: 1px solid #f79a2a;
    text-align: center;
    height: 100%;
}
.icon-box-3 h5{
    color: var(--main-color);
    line-height: 3rem;
    text-align: center;
}
.icons img{
    width: 30%;
}
.margin-row{
    margin-top: 3rem;  
    justify-content: center;      
}

/* manufacturing section-v2 style start */
.right-text-2 {
    background-color: var(--white);
    padding: 1rem 1rem;
    border-radius: 1rem;
    width: 100%;
    height: 100%;   
} 
.right-text-top{
    display: flex;
    align-items: center;
    gap: 20px;
}
.right-text-top h5 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
} 
.right-text-2 p {
    text-align: left;
    color: var(--text-color);
    margin-top: 1.5rem;
    line-height: normal;
}   
.right-text-2:hover {
    box-shadow: 0px 0px 15px 0 rgb(129 74 7 / 55%);
}
.right-text-top img {
    width: 15%;
}  
.manu-icon {
    margin: 2rem 0 0 0;
}
.gap-manu {
    padding: 3rem 0 0 0;
}

/* Services page style end */


/* product page style start */
.pr-image-right{
    display: flex;
    justify-content: space-around;
    height: 300px;
    position: relative;
}
.pr-image-right-1{
    display: flex;
    justify-content: space-around;
    position: relative;
}
.pr-image-right::before{
    content: '';
    width: 200px;
    height: 200px;
    background-color: var(--main-color);
    position: absolute;
    left: 4rem;
    bottom: -1.2rem;
}
.pr-image-right img, .pr-image-right-1 img{
    height: 100%;
    position: relative;
}
.left-img{
    position: relative;
    text-align: center;
}
.left-img img{
    width: 70%;
}
.row.categorie {
    padding-top: 100px;
}

.bottomSlider .owl-nav button.owl-next, .bottomSlider .owl-nav button.owl-prev {
    font-size: 50px !important;
    position: absolute;
    top: 25%;                        
    color: var(--main-color);
}
button.owl-next {
    right: 0;
}
button.owl-prev {
    left: 0;
}
.bottomSlider h6{
    line-height: 4rem;
}

/* product page style end */


/* privacy policy start */

.privacy-policy{
    padding: 100px 0 100px 0;
}
.privacy-policy p{
    text-align: justify;
}
.privacy-policy h1{
    text-align: center;
    line-height: 10rem;
    color: var(--main-color);
    font-weight: 700;
}
section.privacy-policy h4 {
    line-height: 4rem;
}

/* privacy policy end */
.lb-nav a.lb-prev ,.lb-nav a.lb-next{
    opacity: 1;
}
.lb-data .lb-details{
    display: none;
}