body{
    
	background-color:#000;
}
.textwidget.custom-html-widget p {
    font-size: 15px !important;
    line-height: 1.5;
}
 ol.breadcrumb li{
      color: #be8707 !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.com/wp-content/uploads/2025/01/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: 30px;
color: #011c40;
text-align: center;
margin-bottom: 15px;
color:#fff;
}
.card-body h2 {
    margin-bottom: 10px;
    font-size: 22px;
    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: #be8707 !important;
    border: #000;
	
}
.down
{
width:160px;	
}
a.btn.btn-primary.Downbutton:hover::before, a.btn.btn-primary:hover::before{
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1); color:#fff;
}
a.btn.btn-primary.Downbutton,a.btn.btn-primary {
  	position: relative;
	font-size: 13px;
	line-height: 24px;
	padding: 15px 50px;
	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	background: #be8707;
	text-decoration: none;
}
a.btn.btn-primary.Downbutton::before, a.btn.btn-primary::before {
	position: absolute; color:#fff;
	left: 0;
	top: 0%;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	/* transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); */
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	/* transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); */
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	z-index: -1;
}
.proimg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.productimag-nibav .proimg
{
    width: 90%;
    border-radius: 1rem;
}
@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: 100px;
    
}
.card-body {
   
    border-radius: 0px;
}
.proimg
{
  width:100%;
}

h1.display-4 {
	font-size: 24px;
}
	  
}

  