.sidebar__widget ul li {
    margin-bottom: 15px;
    list-style: none;
}
.sidebar__widget ul li:last-child{
    margin-bottom: 0;
}
.sidebar__widget ul li a {
    padding-left: 0;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}
.sidebar__widget ul li a::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #ea4c89;
    margin-right: 11px;
    transform: translateY(1px);
    display: inline-block;
}
.sidebar__widget ul li a:hover {
    color: #ea4c89;
}

.tagcloud a {
    display: inline-block;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding: 0 19px;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 2px solid #e8e7ec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 10px;
    color: #6c6a8a;
    text-transform: capitalize;
}
.tagcloud a:hover {
    color: #ffffff;
    background: #ea4c89;
    border-color: #ea4c89;
}
.sidebar__widget .nice-select, .common-widget .nice-select {
    float: none;
    width: 100%;
}
.sidebar__widget .nice-select .list,.common-widget .nice-select .list {
    min-width: 100%;
    width: auto;
}
.sidebar__widget.widget_recent_comments li a {
    padding-left: 0;
}
.sidebar__widget.widget_recent_comments li a::after {
    display: none;
}
.footer-widget ul li {
    color: #d1cfdd;
}
.footer-widget ul li a {
    color: #d1cfdd;
}
.footer-widget #wp-calendar caption {
    color: #d1cfdd;
}
.footer-widget .textwidget p {
    color: #d1cfdd;
}
.wp-block-media-text__content p.has-large-font-size {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.comments-box table tr td a {
    color: #ea4c89;
}
article.blog__details-wrapper p {
    overflow: hidden;
    margin-bottom: 20px;
}
.comments-box h2 {
    margin-bottom: 20px;
}
.page-template-page-templateshome-3-php {
    overflow: hidden;
}

.sidebar__widget.widget_recent_entries ul li a::after,.sidebar__widget.widget_rss ul li a::after {
    display: none;
}
.sidebar__widget.widget_rss ul li a {
    padding-left: 0;
}
.blog__details-wrapper.mr-50 {
    margin-right: 0;
}
div.testimonial-active .swiper-nav.swiper-button-next{
    background-image: none;
}
div.testimonial-active .swiper-nav.swiper-button-prev{
    background-image: none;
}
div.section-wrapper .section-title {
    font-size: 48px;
    font-weight: 800;
    font-family: "Playfair Display", serif;
}
.section-title span{
    color: #e84545;
    font-family: "Playfair Display", serif;
}
.team__details-content {
    padding-left: 15px;
    padding-bottom: 15px;
}