.blog-header,
.services-header {
    padding: 45px 0;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    background: linear-gradient(60deg, #0d47a1 0%, #1565c0 100%);
}

.col {
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    margin: 0 0 20px 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
    clear: right
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.breadcrumbs ol {
    list-style: none;
    padding: 0
}

.breadcrumbs ol li {
    display: inline-block
}

.breadcrumbs li a,
.services-share a {
    text-decoration: none
}

.breadcrumbs li a,
.breadcrumbs li span {
    color: #fff
}

.breadcrumbs li::after {
    content: "\00bb";
    color: #ebd67a;
    padding: 0 .3em
}

.breadcrumbs li:last-of-type::after {
    display: none
}

.another-blogs h3 {
    margin-bottom: 80px
}

.services-content {
    background-color: #fff;
    position: relative;
    padding: 15px;
    box-shadow: 0 2px 8px 0 rgb(50 50 50 / 22%);
    border-radius: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%)
}

.wp-caption {
    background: #e8f1fe;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px;
    color: #000;
    margin-bottom: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 15px;
    font-weight: bolder
}

table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 100%;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px;
}

.wp-video,
.wp-video video {
    height: 100%!important;
    max-width: 100%!important
}

embed,
iframe,
object,
video {
    max-width: 100%
}

.services-content img,
.services-content ol,
.services-content p,
.services-content ul {
    margin-bottom: 25px
}

.services-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
    justify-content: center
}
.allsaad-action-btns {
    text-align: center;
    padding: 10px 0;
}

.allsaad-action-btns a {
    border: 1px solid #3f59ed;
    padding: 11px 17px;
    border-radius: 10px;
    margin: 0 0 8px 8px;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    background-color: #3f59ed;
    display: inline-block;
}
.services-share a {
    background: #2964b9;
    color: #fff;
    padding: 4px 11px;
    margin: 8px;
    font-weight: 900;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0
}

.services-share a svg {
    margin-right: 10px
}

section>h3 {
    padding: 8px 13px 8px 30px;
    color: #fff;
    display: inline-block;
    box-shadow: -12px 8px 0 #ebd67a;
    background: transparent linear-gradient(272deg, #2761b5 0, #2a67bb 100%);
}

.flex-zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.services-box {
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding: 15px;
    margin: 19px;
    outline: 2px dashed #cdc7d4;
    outline-offset: -12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 15px;
    width: 39%;
    font-size: 14px
}

.services-box img {
    margin-bottom: 15px
}

.services-content ol,
.services-content ul {
    padding-right: 15px;
    margin-right: 20px
}

.services-content ul li {
    position: relative;
    display: block;
    padding: 3px 28px;
    margin-right: 0
}

.services-content ul li:before {
    content: " \2714";
    position: absolute;
    right: 8px;
    top: 5px;
    color: #d5a247;
    font-weight: 700
}

.blog-topics {
    padding: 80px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog-box {
    width: 48%;
    margin-bottom: 70px;
    border-radius: 6px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%)
}

.card-image {
    margin: -30px 15px 0 15px
}

.card-image img {
    width: 100%
}

.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    padding: 15px 15px
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 15px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}
.services-header h1,
article h1 {
  font-size: clamp(28px, 2.5vw + 1rem, 42px);
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}

.allsaad-flex{
    display: flex;
    flex-wrap: wrap;
}
.allsaad-space-between {
        justify-content: space-between;
}


.allsaad-post-feature-box {
        border: 1px solid #e5eaef;
    border-radius: 15px;
    padding: 23px 15px;
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 992px) {
    .services-box {
        width: 21%;
        font-size: 18px
    }
    .blog-box {
        width: 21%
    }
	.allsaad-col-25 {
    width: 23%;
}
}