
@import url('https://fonts.googleapis.com/css2?family=Barlow: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');

html{
    scroll-behavior: smooth;
}
body{
    font-family: "Borlow","sans-serif";
    line-height: 1.7;
    color: #516171;

}
h1,h2,h3,h4,h5,h6{

    font-weight: 700 ;
    color: #092032;
    filter: brightness(100%); 
}
a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}
a:hover{
    color: #ff9800;
}
img{
    width: 100%;
}


.bg-cover{
    background-position: center !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    
}


/*  Top-Navbar */
.navbar-brand img {
    width: 70px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}
.navbar-brand img {
    width: 70px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}
.top-nav{
    background-color: #ff9800;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-nav p{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: #ffffff;
}
.top-nav i,
.top-nav span{
    vertical-align: middle;
}
.social-link a{

    width: 34px;
    height: 34px;
    background-color: rgba(255 ,255,255,0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100%;
}
.social-link a:hover{
    background-color: #ffffff;
    color: #ff9800;
}
.navbar{
    box-shadow: 0px 6px 30px rgba(0,0,0,0.08);
}
/* top-navbar end */
.navbar-brand{
    font-weight: 700;
    font-size: 26px;
    color: #092032;
}
.navbar-brand span{
    color: #ff9800;
}
.navbar .nav-link :hover , .navbar .nav-link.active{

    color: #ff9800;
}
/* .dropdown-item:hover{
    background-color: #b47a23;
} */
/*  navbar button */

.btn{
    padding: 9px 24px;

}
.btn-brand{
    background-color: #b47a23;
    color: #ffffff;
    border-color: #ff9800;
}
.btn-brand:hover{
    color: #ff9800;
    background-color: #ffffff;
    border-color: #ff9800;
}

/* slider1 */

  .slider1{
    background: linear-gradient(rgba(9,32,50,0.4),rgba(9,32,50,0.4)) ,url(../img/1-Home/banner-2.png);
    /* C:\Users\priya\OneDrive\Desktop\NewBharatElevator\img\Banner\Home-banner */
    background-size: cover;  /*Ensure the background image covers the entire container */
    background-repeat: no-repeat;  /*Prevent the background image from repeating */
    width: 100%;  /* Set the width of the slider to 100% */
    height: 554px; /*Set a fixed height for the slider */
}  

.slider2{
    background: linear-gradient(rgba(9,32,50,0.4),rgba(9,32,50,0.4)) ,url(../img/1-Home/banner-1.jpg);
    background-size: cover; /* Ensure the background image covers the entire container */
    background-repeat: no-repeat; /* Prevent the background image from repeating  */
    width: 100%;  /*Set the width of the slider to 100% */
    height: 554px; /* Set a fixed height for the slider */
}
.slider3{
    background: linear-gradient(rgba(9,32,50,0.4),rgba(9,32,50,0.4)) ,url(../img/1-Home/banner-3.jpg);
    background-size: cover; /* Ensure the background image covers the entire container */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    width: 100%; /* Set the width of the slider to 100% */
    height: 554px; /* Set a fixed height for the slider */
}


/* .p-5 {
    padding: 7rem!important;
} */
/* Owl carosal */
.owl-prev,
.owl-next{
    position: absolute;
    top:50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255 ,255,255,0.2) !important;
    font-size: 32px;
    margin-top: -30PX;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 12PX !important;
    border-radius: 100px !important;

}
.owl-prev{
    left: 0;
}
.owl-next{
    right: 0;
}
.owl-prev:hover,
.owl-next:hover{
    background-color: #b47a23 !important;
}

/* about us start */
#about-us-section{

    background-color: #172AB30F;
   
    
}
/*
#about-us-div{
  
    
} */
#about-us-div{
    padding:60px !important ;
}
#about-us-div h2{
    vertical-align: middle;
    font-size: 32px;
}
#about-us-div p{
    text-align: justify;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 9px;
    line-height: 1.5;
    color: #333;
} 

/* .col-md-6{

    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 auto;
    width: 50%;
    
} */
/* .center-img{
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* img{
    /* width: 100%; */
    /* max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block; */
    /* justify-content: right;
    align-items: right; 
} 
/* about us end */

/* milestone */

#Milestone{
    background: linear-gradient( rgba(255, 153, 0, 0.9), rgba(255, 153, 0, 0.9)) ,url(../img/97z_2206_w006_n001_94a_p25_95.jpg);
    padding: 20px;
    margin-bottom: 50px;
}
#Milestone p,
#Milestone .display-4{
    color: #ffffff;
}
#milestone .display-4{

    font-weight: 700;
}

/* Services */
#Services{
    margin-bottom: 50px;
}
    .intro{
        margin-bottom: 40px;
    }
    .intro h6{
        font-weight:400 ;
        color: #ff9800;
        padding-top: 20px;
    }
    .intro p{
        max-width: 800px;
        margin:auto;
        text-align: center;
    }
    .service-box{
        padding: 32px;
        box-shadow: 0px 6px 30px rgba(0,0,0,0.08);
        text-align: center;
    }
    .service-box img{
        width: unset;
    }
    .service-box h5{
        margin-top: 24px;
        margin-bottom: 12px;
    }
/* Services */

/* Project start */
#project-slider .owl-next,
#project-slider .owl-prev{
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#project-slider .owl-next:hover,
#project-slider .owl-prev:hover{
    background-color: #b47a23 !important;
}
.project{
    position: relative;
   
}
.project img{
    width: 100%;
      height: 500px; /* Set a fixed height for the images */
      object-fit: cover; /* Ensure the image covers the container */
 
}
.project .overlay{
    background: linear-gradient(to bottom, rgba(255, 153, 0, 0.0), rgba(255, 153, 0, 0.8));
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: 0;
    left: 0;
}
.project .content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;
}
.project h1,
.project h6{
    color: #ffffff;
}
.project h6{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.project h6::before{
    content: '';
    height: 2px;
    width: 24px;
    background-color: #b47a23;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
/* project end */

/* Team start */

.team-member h5, p {
    text-align: center;
}
.team-member .img-wrapper{
    position: relative;
    overflow: hidden;
}
.team-member .overlay{
    position: absolute;
    top:-10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 153, 0, 0.89);
    transition: all 0.4s ease;
    opacity: 0;
}
.team-member .social-link{
    position: absolute;
    top:60%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
.team-member:hover  .overlay{
    opacity: 1;
    top:50%;
}
.team-member:hover .social-link{
    opacity: 1;
    top: 80%;
}
/* .team-member .content{
    position:relative;
    top: 80%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
} */
.team-member h5 {
    margin-top: 24px;
}
.img-wrapper img{

    width: 100%;
    height: 500px; /* Set a fixed height for the images */
    object-fit: cover; /* Ensure the image covers the container */
}

/* Team end */
/* review start */

    #reviews{
        background: linear-gradient(rgba(9,32,50,0.8),rgba(9,32,50,0.8)) ,url(../img/Passenger\ El\ best\ img.jpg);
       
    }

    .review{
        max-width: 900px;
        max-height: 1200px;
        margin: auto;
        text-align: center;
    }
    .review h4{
        margin-top:16px
    }
    .review img{
        width: 85px !important;
        border-radius: 1000px;
        margin: auto;
        margin-top: 50px;
    }
    .review h4,
    .review p{
        color: #fff;
    }
    .review small{
        color: #ff9800;
    }
    .review p{
        margin-top: 28px;
        margin-bottom: 80px;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #ff9800;
    }
/* review end */

/* Blog Post start */
.blog-post{
    position: relative;
}
.blog-post-title {
    font-size: 19px;
}
.blog-post p{
    text-align: left;
}
.blog-post a{
    font-weight: 700;
}
.blog-post .tag{
    padding: 4px 12px;
    background-color: #ff9800;
    color: #fff;
    border-radius: 100px;
    top:20px;
    left:20px;
    position:absolute;
}
.blog-post img{
    margin-bottom: 12px;
}
.blog-post h4{
    margin-top: 12px;
    margin-bottom: 12px;
}
.blog-post small{
    color:#ff9800;
    text-decoration: underline;
    text-transform: uppercase;
}
/* Blog Post end */

/* footer start */
#footer i{
    margin-right: 10px;
}
#footer img{
    width: 100px;
}
.dialog-box-p{
    text-align: left;
}
/* footer end */
.read-more-button{
    background-color: #ff9800;
    border:2px solid black;
}
.read-more-button:hover{
    background-color: #b47a23;
    border: 1px solid black;
}