body {
    font-family: "Roboto", sans-serif;
}
.statistics-item {
    min-height: 152px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(10, 22, 70, .06), 0 6px 6px -1px rgba(10, 22, 70, .1);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 32px 16px;
}

.bg-shape {
padding-bottom: 50px;
padding-top: 50px;
}
.feature-2 .feature-panel .feature-content h3 {
font-size: 32px;
line-height: 42px;
margin-bottom: 24px;
}

.feature-panel .feature-content h3 {
font-size: 20px;
font-weight: 500;
line-height: 1;
margin-bottom: 19px;
}

.feature-panel .feature-content ul li {
padding-left: 30px;
font-size: 16px;
font-weight: 400;
line-height: 26px;
position: relative;
margin-bottom: 15px;
list-style-type: square;

}

footer {
background-color:#f7fafc !important;
color: #000 !important;
}

footer .footer-top .footer-menu {
text-align: right;
}

footer .footer-top .footer-menu a {
font-size: 16px;
font-weight: 400;
color: #4A5568;
margin-right: 30px;
text-transform: capitalize;
text-decoration: none;
}
footer .footer-top .footer-menu a:hover {
color: #4A5568;
}
footer .footer-top .footer-social {
text-align: right;
}

footer .footer-top .footer-social a {
font-size: 16px;
color: #4A5568;
margin-right: 20px;
display: inline-block;
}

footer .footer-bottom {
text-align: center;
}
footer .footer-bottom hr {
border-top: 1px solid #eeeeee;
margin: 0;
}
footer .footer-bottom .footer-copyright {
padding-top: 30px;
color: #a0a0ba;
font-size: 16px;
font-weight: 400;
line-height: 19px;
text-transform: capitalize;
}

footer .footer-info {
color: #4A5568;
font-size: 16px;
font-weight: 400;
}

.rtl  {
    font-family: 'Droid Arabic Kufi';
}

.rtl .index-header {
    font-size: 24px;
    line-height: 36px;
}