.bcimg img
{
	width:100%;
}
.site-breadcrumb {
 
  padding-top: 0px !important; 
   padding-bottom: 0px !important;
    width: 100% !important;
    height: 57vh !important;
}
.site-breadcrumb::before {
 
background:inherit !important;
   
}
.ownerdetils
{
    margin: 0px;
    padding: 7px;
    border: 2px dotted #ccc;
	  border-radius:10px;
	  background-color:#fff;
}
.ownerdetils img
{
    border-radius:10px;
}
.ownerdetils h2
{
    padding:10px 0px 0 0px;
}
.ownerdetils h4
{
    padding:10px 0px;
}
.ownerdetils p
{
  line-height:37px;
}
.bg-clr
{
	background-color:#f1f1f1;
	padding:20px 0;
}
.space
{
	padding:60px 0;
	margin:0px;
}

.productssbg {
    background-image: url(../../images/productbg.jpg);
    background-size: cover;
    position: relative;
}
.classes {
     display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    gap: 10px;
    text-align: center;

}
.classes li:nth-child(odd) {
    background-color: #edf2fa;
}
.classes li:nth-child(even) {
    background-color: #d3e3fd;
}
.classes li {
        list-style: none;
    width: calc(100% / 3 - 10px);
    padding: 20px;
    font-weight: bold;
}

.energy
{
	 display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    gap: 0px;
}
.energy li
{
	 list-style: none;
    width: calc(100% / 3 - 3px);
    padding: 20px;
}
.energy li:nth-child(odd)
{
background-color:#e8e8ff;
}
.energy li:nth-child(even)
{
background-color:#cccccc;
}
.arr
{
	padding:40px 0 0 0;
}



.energy1
{
	 display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    gap: 0px;
}
.energy1 li
{
	 list-style: none;
    width: calc(100% / 2 - 1px);
    padding: 20px;
}
.energy1 li:nth-child(odd)
{
background-color:#e8e8ff;
}
.energy1 li:nth-child(even)
{
background-color:#cccccc;
}


.energy2
{
	 display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    gap: 0px;
}
.energy2 li
{
	 list-style: none;
    width: calc(100% / 1 - 4px);
    padding: 20px;
}
.energy2 li:nth-child(odd)
{
background-color:#e8e8ff;
}
.energy2 li:nth-child(even)
{
background-color:#cccccc;
}
input::placeholder
{
	color:#acacac !important;
}
.nice-select {
 color:#acacac !important;
}

.blog-title {
  display: inline-block;
  max-width: 100%; /* Set desired width */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.blog-item-info p{
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;           /* Set width as needed */
  line-height: 1.4em;
  height: 2.8em;              /* line-height * number of lines */
}



.vision img
{
	width:100%;
}
.tabsys
{
	margin:0px;
	padding:0px;
	
}
.tabsys th
{
	margin:0px;
	padding:10px;
	text-align:center;
font-weight:bold;	
background-color:#63c153;
color:#fff;
}
.tabsys tr td
{
	margin:0px;
	padding:10px;
		text-align:center;
}
.tabsys tr:nth-child(odd)
{
background-color:#ccc;
color:#000;
}
.tabsys tr:nth-child(even)
{
background-color:#e8e8ff;
color:#000;
}


.accordion {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background-color: #f7f7f7;
  color: #333;
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
}

.accordion-header:hover {
  background-color: #e0e0e0;
}

.accordion-body {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease-out;
}

.accordion-body p {
  padding: 15px 0;
  margin: 0;
}

.accordion-header .arrow {
  transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
  transform: rotate(90deg);
}


@media (min-width:320px) and (max-width:800px)
{
	.hero-single
	{
	height:auto !important;
	}
	.main {
  margin-top: 0;
}
.hero-single
{
	padding-top:0px !important;
}
.site-breadcrumb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
    height: 112px !important;
}
.classes li {
    width: calc(100% / 1 - 10px);
}
}