body{
    
	background-color:#000;
}
.textwidget.custom-html-widget p {
    font-size: 15px !important;
    line-height: 1.5;
}
 ol.breadcrumb li{
      color: #007bff !important ;font-weight: 400;
      
    }
    ol.breadcrumb li a {
    color: #fff;font-weight: 400;
    text-decoration: none;
}

    .breadcrumb-item+.breadcrumb-item::before {
      color: #fff !important;
      text-decoration: none;
      content: " » " !important;
    }

    ol.breadcrumb li:before {
      color: #fff !important;
    }
p {
    
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
	color:#fff;
}
.banner {
  position: relative;
  height: 400px; /* Adjust height as needed */
  background: url('https://www.nibavlifts.ke/wp-content/uploads/2025/02/nibav-home-elevators.webp') no-repeat center center / cover;
}
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay with transparency */
  z-index: 1;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.innersec
{
    padding: 30px !important;
        margin-top: 30px;
    background-color: #383636ad !important;
    border-radius: 35px !important;
}

.card-body h4{
font-size: 24px;
color: #011c40;
text-align: center;
margin-bottom: 15px;
color:#fff;
}
.card-body h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
	color:#fff;
}


.card-body 
{
background-color: #000;
    border-radius: 10px;
	}
.card{
border: #000;
    border-radius: 15px;
}
.space
{
margin-top:30px;
}
a.btn.btn-primary {
	    background-color: #262525;
    border: #000;
	
}
.down
{
width:160px;	
}
a.btn.btn-primary.Downbutton {
    background-color: #000;
	color:#fff !important;
}
.proimg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.banner {
height: 400px;
}
p {
    font-size: 15px !important;
}
.card-body {
   
    border-radius: 0px;
}
	  a.btn.btn-primary.Downbutton
	  {
		 margin-top: 25px;  
	  }
	.proimg
	  {
		  width:100%;
	  }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	   
.banner {
    background: #000;
    height: 300px;
    
}
.card-body {
   
    border-radius: 0px;
}
	  .proimg
	  {
		  width:100%;
	  }
}

  