.top-header{
    background-color: white;
    padding: 10px 0;
    width: 100%;
}
.fa-solid{
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
    color: black;
}
 .top-header .social-media i{
    padding-left: 10px;
    color: black;
}
.top-header .contact-info .text{
    color: black;
    padding-left: 10px;
}

/* HEADER  */

.header{
    background-color:transparent ;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.sticky{
    position: fixed;
    background-color: #000;
}
.nav{
    ul{
        li{
            display: inline-block;
            font-size: 17px;
            padding: 10px 18px;
            position: relative;
            .dropdown{
                position: absolute;
                top: 100%;
                left: 0;
                width: 140px;
                background-color: #c72828;
                z-index: 999;
                display: none;
                border-radius: 5px;
            }
            &:hover .dropdown{
                display: block;
            }
            a{
                color: white;
                font-weight: 600;
            }
        }
    }
}
.header .col-lg-9 .btn-sec a{
    color: white;
}
.header .col-lg-9 .btn-sec a{
    font-weight: 700;
}
.header .col-lg-9 .btn-sec{
    margin-left: 20px;
}
.header .col-lg-9 {
    margin-left: 100px;
}
.header .logo{
  width: 15     0px;
  height: 100px;
}
.header .logo img{
    height: 100%;
}
/* slider banner */
.slide-one{
    background-image: url(../image/newBanner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
  background-position: center;
}
.slide-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.slider-container .col-middle{
    z-index: 2;
}


.slide-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index:1;
}
.slide-two{
    background-image: url(../image/newBanner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
}
 .slider-container .col-middle{
    width: 60%;
    position: absolute;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
    display: inline-block; 
    text-align: center;
    color: white;
    h3{
        display: inline;
    }
    h3{
        text-shadow: 1px 5px 2px #000;
    }
    }
.slider-container .btn a{
    color: white;
}
.slider-container .btn{
    margin-top: 20px;
}
/* about  */
.about .col-lg-6 .about-content p{
    color: #000;
    line-height: 1.8;
    padding-top: 20px;
}
/* PRODUCT SECTION  */
.product-sec{
    width: 100%;
    overflow: hidden;
    background-color:black;
    h4{
        color: white;
    }
}
.product-sec .col-lg-3{
    padding: 20px;
    
}
.product-sec .col-lg-3 h5{
    color: #000;
    padding: 10px;
}
.product-sec .col-lg-3 p{
    color: #000;
    margin-top: 10px;
    text-align: justify;
    height: 150px;
}
.product-sec .box{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    height: 550px;
}
.product-sec .box img{
    border-radius: 10px;
}
/* worksection  */

.work-sec{
background-color: #f9f9f9;

}
.work-sec .col-lg-6 .info-icon{
    width: 80px;
    height: 80px;
    /* background-color: #c72828; */
    color: #fff;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-right: 15px;
    border-radius: 50%;
}
.main-info{
    margin-top: 40px;
}
.work-sec .col-lg-6 .info-content p{
    color: black;
}
/* gallery */
.gallery{
    background-color: white;
}
.gallery h4{
    color: black;
}
.gallery .col-lg-4{
    padding: 10px;
}
.gallery .col-lg-4 img{
    border-radius: 10px;
}
/* footer  */
.footer{
    background-color: rgba(0, 0, 0, 0.884);
}
.footer .col-lg-3 .ABOUT{
    margin-top: 20px;
    color:white;
}
.footer .col-lg-3 .ABOUT p{
    line-height: 1.8;
    margin-bottom: 10px;
    color: white;
}
.footer .col-lg-3 .ABOUT .icon i{
     padding: 10px;
     color: white;
}
.footer .col-lg-4 .galley-ft {
    margin-top: 20px;
}
.footer .col-lg-3 h5{
    color: white;
}
.footer .list li{
    color: white;
    padding: 10px;
}
/* about   start*/

.about-banner{
    position: relative;
    background-image: url(../image/newBanner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    height: 70vh;
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);  /* Black color with 50% opacity */
    z-index: 1;
}

.about-banner .banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}
/* --about site-  */
.about-site .col-lg-6 p{
color: black;
padding: 10px;
line-height: 1.8;
text-align: justify;
}
/*  about visioun  */

.vision{
    background-color: black;  
}
.vision h2{
    color: white;
}
.vision .col-lg-4 p{
    color: white;
    text-align: justify;
}
.vision .col-lg-4 .box{
    border: white;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color:grey;
    padding: 10px;
    height: 220px;
}
/*  about mission  */
.mission .mission-content p{
color: black;
line-height: 2;
padding: 10px;
text-align: justify;
}
/* about-end  */
/* contact  */
.contact-icon{
    width:64px;
    height: 64px;
    background-color: white;
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 50%;
}

.contact-icon i{
    color: red;
    font-size: 25px;
}

.contact-main{
    background-color: rgba(255, 0, 0, 0.759);
    padding: 20px;
    margin-bottom: 20px;
    height: 165px;
}
.contact-sec .contact-main .contact-content p{
    color: black;
}

.contact-sec .contact-icon{
    align-items: center;
}
