.carousel-item {
    height: auto;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    direction: rtl;
    bottom: 20%;
    color: black;

}

#aboutUs .col-md-7 p {
    line-height: 25px;
}

#aboutUs span {
    font-family: Light !important;
    font-weight: normal !important;
}.btn-more-items {
    border-top: 1px solid rgba(100, 52, 218, 0.13);
}

.btn-more-items a {

    padding: 12px 15px;
    color: #0b1033;
    border-radius: 5px;
}
.btn-more-items a i{
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-more-items a:hover{
    font-size: 14.5px;
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}



@media (max-width: 1200px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .carousel-caption {
        bottom: 40% !important;
    }
}

.btn-xs {
    padding: 5px 10px;
    font-size: 15px;
}

.btn-read-more {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #41228e;
    color: #fff;
    margin: 0 20px;
}

.btn-read-more:hover {
    color: #542cb7;
    background-color: #fff;
    border: 1px solid #542cb7;
    border-style: dashed;

}

.card {
    border: 0;
    background-color: transparent;
    padding: 20px 10px;

}

.card:hover {
    box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.card-body {
    padding-top: 10px;
    text-align: right;
}

.card-title {
    color: #274696;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
}

.card-title a {
    text-decoration: none;
}

.cart-text {
    color: #06226b;
    background-color: transparent;
    border-bottom: 1px solid rgba(6, 34, 107, 0.38);
    padding: 10px 20px;
}
#news img{
    width: 300px;
    height: 300px;
}