.about h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 11px 0px;
}
.about ul{
   margin-top:10px;
}
.about ul li {
    font-size: 16px;
}
.pb60{
	padding-bottom:60px;
}
.topcategories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 18px;
}
.topcategories ul li a {
    font-size: 16px;
    background: #8585854d;
    padding: 6px 10px;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    border: 1px solid #8585854d;
}
.theme-heading-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme-heading-title .btn-wrap .boxed-btn.news-btn:hover {
    background-color: transparent;
}
.allcategories a {
    font-size: 16px;
    background: #8585851f;
    padding: 15px 15px;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    border: 1px solid #8585854d;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.allcategories a:hover {
    background: #2962ff;
    color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--secondary-color);
}