.describe {
    background-image: url(../imgs/home-page-banner-happy-customers.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
   background-position: center;
}

.describe-content {
    text-align: center;
    color: var(--white-color);
}

.call-sec-title {
    color: var(--white-color);
    padding: 15px;
    font-size: var(--l-title);
}

p.describe-sm-title {
    text-transform: uppercase;
}

p.call-number {
    font-size: var(--m-title);
    padding-bottom: 13px;
}



/* =========================================================
                    Feature section style 
========================================================= */

.feature-card {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.feature-card:hover {
    border-color: #fff;
    box-shadow: 0px 0px 20px 1px #e7e6e6;
    background: var(--white-color);
}

.feature-box {
    display: inline-flex;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--second-color);
    margin-top: 20px;
    margin-bottom: 20px;
}

h3.feature-name {
    font-size: var(--m-title);
    margin-bottom: 10px;
    transition: .3s;
}

.discover-bt {
    color: var(--text-color);
    font-weight: 500;
    margin-top: 10px;
    display: flex;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    justify-content: center;
    align-items: center;
}

.discover-bt:before,
.discover-bt::after {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--text-color);
    display: inline-flex;
    margin: 10px;
    transform: rotate(45deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.feature-details {
    padding: 9px 0px;
    background-image: url(../imgs/about/shree-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
}

.feature-card:hover .feature-name {
    color: var(--main-color);
}

.feature-card:hover .discover-bt {
    color: var(--main-color);
}

.feature-card:hover .discover-bt:before {
    content: "";
    background: #fce0c7;
}

.feature-card:hover .discover-bt::after {
    content: "";
    background: #fce0c7;
}

.clr{
    color: #ba9f1c !important;
}
.list-ul li{
    margin-left: 18px;
    list-style: disc !important;
}
.ft-fw{
    font-weight: 600 !important;
}
.loaction-icon{
    font-size: 38px;
    color: #b69b1b;
}
.pl-4{
    padding-left: 25px;
}
.w-100{
    width: 100%;
}
.text-justify{
    text-align: justify;
}
.loc{
    font-size: 20px;
    color: #000000;
    margin-bottom: 8px;
}
.prod{
    text-align: center; 
        box-shadow: none !important;
}
.box-shed{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    padding: 20px;
}

.counter-box {
    color: #fff;
    text-align: center;
    padding: 20px;
}
.counter-box i {
    font-size: 40px;
    margin-bottom: 10px;
}
.counter-number {
    font-size: 40px;
    font-weight: 700;
}
.counter-number .plus {
    margin-left: 3px;
}

.feature-section {
    /*background-color: #f4f6fa !important;*/
    background-color: #f7eddb !important;
}


.feature-box-1 p,
.feature-box-2 p,
.feature-box-3 p,
.feature-box-4 p,
.feature-box-5 p {
    font-size: 14px;
    color: #000 !important;
    letter-spacing: 1px;
}

.divider {
    width: 1px;
    height: 120px;
    background: #000 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .divider {
        display: none;
    }

    .feature-box-1,
    .feature-box-2,
    .feature-box-3,
    .feature-box-4,
    .feature-box-5 {
        margin-bottom: 25px;
    }
}
.position-second img{
  width: 150px;
  height: 150px;
}
.position-second{
  position: absolute;
  top: 36%;     
  right: 50px;
  z-index: 1;
  animation: updown 2s infinite ease-in-out;
}
.position-seven img{
  width: 150px;
  height: 150px;
}
.position-seven{
  position: absolute;
  top: -38%;     
  right: 50px;
  z-index: 1;
  animation: updown 2s infinite ease-in-out;
}

.position-three img{
  width: 150px;
  height: 150px;
}
.position-three{
  position: absolute;
  top: 38%;     
  right: 100px;
  z-index: 1;
  animation: updown 2s infinite ease-in-out;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px); 
  }
  100% {
    transform: translateY(0);   }
}

.position-first img{
  width: 150px;
  height: 150px;
}
.position-first{
  position: absolute;
  top: -38%;     
  left: 50px;
  z-index: 1;
  animation: updown 2s infinite ease-in-out;
}

.position-eight img{
  width: 150px;
  height: 150px;
}
.position-eight{
  position: absolute;
  top: -38%;     
  right: 100px;
  z-index: 1;
  animation: updown 2s infinite ease-in-out;
}

.position-forth img{
  width: 150px;
  height: 150px;
}
.position-forth{
  position: absolute;
  top: -45%;     
  left: 50px;
  z-index: 1;
  animation: updown 2s infinite ease-in-out;
}
.position-six img{
  width: 150px;
  height: 150px;
}
.position-six{
  position: absolute;
  top: 40%;     
  left: 50px;
  z-index: 1;
  animation: updown 2s infinite ease-in-out;
}

/*@keyframes leftright {
  0% {
    transform: translateX(0);   
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0); 
  }
}*/
