 
.bodybg-color {
    background: url(../img/bg.jpg) center fixed no-repeat;
 }
 .bg-footer {
 background: url(../img/bgfooter.jpg) center fixed no-repeat !important;
 }

 .box-shad {
   height: 296px;
    /*-webkit-box-shadow: -1px 1px 26px 7px rgba(235,228,235,1);
    -moz-box-shadow: -1px 1px 26px 7px rgba(235,228,235,1);
    box-shadow: -1px 1px 26px 7px rgba(235,228,235,1);*/
}
.tab-bgclr {
    background-color: #a3248d !important;
    border-color: #a3248d !important;
}
footer.main-footer {
    padding-top: 30px;
}
footer p {
    margin-bottom: 8px;
}
footer.main-footer p {
	color: #000000;
    
}
footer.main-footer {
	/*background: #1d1c1c85;*/
}
footer h4 {
	color: #000000!important;
}
.main-footer ul.social-custom a:hover {
	background: #4fbfa8;
    color: #fff;
}
.main-footer ul.social-custom a {
    text-decoration: none !important;
    font-size: 0.7rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}
footer.main-footer .copyrights {
	margin: 0;	
    	 	
}
.dark-mask.mask-primary {
    background: rgb(255 255 255 / 92%);
}
.box-image .overlay {
    background: rgba(16, 16, 16, 0.6);
}
.feature-column {
    padding: 1em;
}
.zoom {
    transition: transform .2s;
}
.zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.feature-info {
    margin-top: 16px;
}
.portfolio-project p {
    font-size: 1rem;
    color: #151414;
}
.background-pentagon, #heading-breadcrumbs {
        background: url(https://ekopac.in/img/bg-back-top.jpg) center center repeat;
}
#heading-breadcrumbs h1 {
    color: #fff;
}
.breadcrumb-item.active{
   color: #fff;     
}
.lead {
    color: #fff;
}

footer.main-footer li a {
color: #000000;
}
footer.main-footer li a:hover {
text-decoration: none;
color: #4fbfa8;
}
.top-bar {
    background: #39FF14;
    color: #581b08;
    font-size: 0.9rem;
    padding: 10px 0;
    font-weight: 600;

}
.top-bar ul.social-custom a {
        color:#581b08;
    text-align: center;
}

#navbar .navbar-nav>li.active>a {
    background: #a0ffff !important;
    color: #000 !important;
    text-decoration: none !important;
    border-color: #a0ffff !important;
}
.bg-image {
   padding: 90px 0px;
   
   background-size: cover;
} 
.feature-column {
    color: #000;
}
.brand-name {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    color: #11a746;
}
.brand-name1 {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    color: #581b08;
}

.ordonline{
    display: block;
    margin-top: 10px !important;
    padding: 1rem 1rem 1rem;
    background-color: #008ecc;
    text-transform: uppercase;
    position: relative;
    color: #fff !important;
    border-radius: 50px;
    line-height: 2px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.client-slider {
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
  width: 100%;
}

.client-track {
  display: flex;
  width: calc(250px * 12);   /* (logo width × number of logos) */
  animation: scroll-left 25s linear infinite;
}

.client-logo {
  width: 250px;   /* fixed width per logo */
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 200px;
  max-height: 80px;
  display: block;
}

/* animation */
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
