.home-slider .banner-caption h3.banner-title {
    font-size: 30px;
    margin: 0px 0px 20px;
}
.home-slider .banner-caption h4.banner-title {
    font-size: 20px;
    margin: 0px 0px 20px;
}
/*.box-container {
    padding: 15px;
    transition: .3s;
}
.box-container:hover {
    border-radius: 5px;
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    transition: .3s;
    transform: translateY(-10px);
}*/
.know-more-btn {
    padding: 10px;
    background-color: #fff;
    color: #5b40a9;
    border: 1px solid #5b40a9;
    border-radius: 8px;
    transition: .3s;
}
.know-more-btn:hover {
    background-color: #fc5d19;
    color: #fff;
    box-shadow: #00000026 0 15px 25px, #0000000d 0 5px 10px;
    transition: .3s;
    border: 1px solid #fc5d19;
}
.box-img
{
    transition: .3s;
}
.box-img img
{
    width: 300px;
}
.box-caption
{
    min-height: 120px;
}
.top-product-section
{
    background: #F7F8FA;
}

.what-we-do-section {
    background: #F7F8FA;
}
.services-box-list {
    margin-top: 50px;
}
.services-box
{
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 15%);
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 15px;
    margin: 10px 0;
    border-image: linear-gradient( to bottom, #5b40a9, rgba(0, 0, 0, 0) ) 1 100%;
    border-left-width: 4px;
    border-left-style: solid;
}

/* Blog Section Start*/
.post-list li {
    font-size: 13px;
    margin: 0px 0px 10px;
}
.post-list li .fa {
    color: #5b40a9;
    font-weight: 600;
    padding-right: 8px;
}
.post-list li:last-child .fa {
    padding: 0px 5px 0px 8px;
}
.post-list p a.scriptzol-link {
    display: inline;
}

/* Blog Section End*/
