.meetFounderRight img {
    border: 1px solid lightgray;
    width: 100%;
    padding: 10px;
    height: 100%;
}
.readMore:hover {
    background-image: linear-gradient(45deg, #aba48a, #c09540);
    color: #fff;
}
.homeServiceBox img {
    width: 50px;
    height: 50px;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 10px;
}
.aboutRights h3 {
    color: #c6902e;
    text-shadow: 2px 2px 2px #75654d;
}
.timeline-section {
    background-color: #ededed !important;
}
.homeProductGrid {
    border: 1px solid lightgray;
    margin: 5px;
}
.blog-content .btn {
    border: 1px solid #c58f2f !important;
    background: #c6902e !important;
    color: white;
}
.sliderLink a:hover {
    background-image: linear-gradient(45deg, #aba48a, #c09540);
    color: #fff;
}


@media only screen and (max-width: 1360px) {
       .sliderLink {
        position: absolute;
        bottom: 30%;
    }
}

@media only screen and (max-width: 1400px) {
       .sliderLink {
        position: absolute;
        bottom: 30%;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 20%;
        width: 10%;
    }
    .sliderLink {
        display: none;
    }
   
    .homeProductSection h4 {
        font-size: 20px;
    }
    .headerSearch {
        margin-top: 5px;
    }
    
    
}