﻿


body {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.aside-menu {
    font-family: 'Cairo',sans-serif;
    font-weight: 800;
    font-size: inherit;
}
.menu-item {
    font-size: 16px;
    font-weight: 600;
}
.h-70{
    height:70px;
}


.img-with-border {
    border: 2px solid #ccc; /* Adjust the border width and color as needed */
    border-radius: 50%; /* Assuming you want a circular image */
}

.show-more-comments {
    text-align: center;
    margin-top: 10px;
}

.show-more-btn {
    color: #007bff; /* Set your desired button color */
    cursor: pointer;
}

.page-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/bg5.jpg');
}

.mh-450px {
    min-height: 450px;
}

