
.page-hero {
    padding: 20px 0;
    position: relative;
    background-color: var(--color-gray);
}
.page-hero .container {
    position: relative;
}

.shape-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.post-content img {
    border-radius: 15px;
}


.shape-bottom svg {
    position: relative;
    display: block;
    width: calc(116% + 1.3px);
    height: 22px;
    fill: #fff;
}
.site-content {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
    justify-content: space-between;
}

.side-widget {
    text-align: center;
    padding: 22px 15px;
    border-radius: 15px;
    background-color: var(--color-gray);
}
.entry-meta {
    padding: 23px 0;
    color: #494949;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    margin: 0 0 9px 0;
}
h1{
    font-size: 19px;
}

.posted-by a {
    text-decoration: none;
    color: #940015;
}
.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 li {
    display: inline-block
}

.breadcrumbs li a, .services-share a {
    text-decoration: none
}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs li a, .breadcrumbs li span {color: var(--color-main);}

.breadcrumbs li::after {
    content: "\00bb";
    color: #94d900;
    padding: 0 .3em
}

.side-innr {
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.side-widget h3 {
    display: inline-block;
    font-size: 22px;
}

.breadcrumbs li:last-of-type::after {
    display: none
}

.another-blogs h3 {
    margin-bottom: 80px
}

.services-content {
    background-color: #fff;
    position: relative;
    padding: 15px;
    border-top: 1px solid #38e;
}

.content-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

aside {
    position: relative;
}

.services-page {
    width: 72%;
}

.posted-on {
    display: inline-block;
    font-size: 19px;
}

span.category {
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    color: #fff;
    background: #38e;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 10px 10px 0 0;
}

.wp-caption {
    background: #f0efef;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px;
    color: #000;
    margin-bottom: 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
}
.entry-content p {
    color: #3a4750;
    margin-bottom: 34px;
}
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
}

.services-share a {
    background: #8e001a;
    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 {
}

.services-box {
}

.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
}

.services-content h2, .services-content h3, .services-content h4, .services-content h5, .services-content h6 {
    border-bottom: 1px solid #dee6ec;
    margin: 40px 0 25px 0;
    color: #38e;
    padding: 8px 15px 7px 0;
    border-right: 3px solid #38e;
    border-radius: 10px 0 10px 0;
}

.blog-topics {
    padding: 80px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.single-box .blog-box {
    width: 100%;
    margin: 0 0 40px 0;
}
.footer-tags {
    margin-bottom: 30px;
}
.card-image {
    width: 60px;
    height: 60px;
}

.card-image img {
    border-radius: 6px;
}

.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    margin-right: 19px;
    width: 69%;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    color: #000;
    font-size: 15px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 15px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 11px 0;
}
.post-share {
    color: #000000;
    background: var(--color-gray);
    margin: 40px 0;
    padding: 47px 48px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: 23px;
    font-weight: 800;
}

.post-share-btns a {
    color: #e9703f;
    display: inline-block;
    font-size: 35px;
    border: 0;
    margin: 0 4px;
}

.post-share-btns .icon {
    font-size: 40px;
    border: 0;
    display: inline-block;
    background: var(--color-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
    .services-box {
        width: 21%;
        font-size: 18px
    }
.content-area {
    width: 70%;
}

.widget-area {
    width: 27%;
}
    span.posted-on {
    margin-right: 25px;
}
    .page-hero {
        padding: 50px 0;
    }
    h1{
        font-size: 29px;
    }
    .shape-bottom svg {
   
    height: 90px;
}
}
