.dashboard-wrapper .row .col{
  display: flex;
}
.dashboard-wrapper .card{
      border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
}
.h_170{
height: 170px;}
.card-header {
  background-color:#fff;
  border-bottom:none
}
.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: #fff;
}
.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}

.card-stats .card-header .card-icon+.card-category, .card-stats .card-header .card-icon+.card-title {
    padding-top: 10px;
}

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right;
}

.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.card .card-header {
    z-index: 3!important;
}

.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -30px;
    margin-right: 15px;
    float: left;
}
.card .card-header-yellow .card-icon, .card .card-header-yellow .card-text, .card .card-header-yellow:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.card .card-header-yellow .card-icon, .card .card-header-yellow .card-text, .card .card-header-yellow:not(.card-header-icon):not(.card-header-text), .card.bg-yellow, .card.card-rotate.bg-yellow .back, .card.card-rotate.bg-yellow .front {
    background: linear-gradient(60deg, #ffab00, #ff8f00);
}

.card .card-header-red .card-icon, .card .card-header-red .card-text, .card .card-header-red:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(252, 139, 151, 0.14), 0 7px 10px -5px rgba(76,36,70,255);
}

.card .card-header-red .card-icon, .card .card-header-red .card-text, .card .card-header-red:not(.card-header-icon):not(.card-header-text), .card.bg-red, .card.card-rotate.bg-red .back, .card.card-rotate.bg-red .front {
    background: linear-gradient(60deg, #ff5252, #4c2446);
}

.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.bg-success, .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg, #66bb6a, #43a047);
}

.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.bg-info, .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg, #26c6da, #00acc1);
}

.card-stats .card-header + .card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.card .card-body + .card-footer, .card .card-footer {
    padding: 10px 0 0;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.card .card-footer {
    display: flex;
    background-color: transparent;
    border: 0;
}

.card .card-body + .card-footer .stats, .card .card-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.card .card-footer .author, .card .card-footer .stats {
    display: inline-flex;
}
.pb-8{
padding-bottom:60px
}
.p-40{
padding-bottom:40px
}
.card .card-header-stat .card-icon{
background-color:#4c2446;
}
.numen-head{
font-family:var(--primary-font);
direction:ltr;
}
.numen{
font-family:var(--primary-font);
direction:rtl;
}
.mb-100 {
    margin-bottom: 50px;
}
language-switcher .language-switcher-list {
  inset: unset !important;
}
.logos {
      width: 65%;
}
.header-slidemenu , .btn , .blog-content2 .date-home, .bsingle__content .date-home , #scrollUp, #scrollUp:hover , .newslater-area #contact-form4 button{
	background:#4c2446;
}
.section-title , .about-content li {
	color:#4c2446;
}
.s-about-img img {
    margin-bottom: 15px;
    border-radius: 2%;
    height: 500px;
    width: 100%;
}