.page-hero {
    padding: 20px 0;
    position: relative;
    color: #ffffff;
    text-align: center;
    background: #3F51B5;
}

.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;
}

.content-area,
.widget-area {
    width: 100%;
}

.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;
    background: #edf4ff;
    padding: 22px 15px;
    border-radius: 15px;
}

.entry-meta {
    padding: 23px 22px;
    color: #494949;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    margin: 0 0 20px 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: #ffffff;
    font-weight: 600;
}

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

.content-thumbnail img {
    border-radius: 15px;
}

.side-innr {
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.side-widget h3 {
    display: inline-block;
    font-size: 22px;
    color: #2045a4;
}

.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: #f1f1f3;
    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%);
}

.content-thumbnail {
    margin-bottom: 35px;
    width: 100%;
}

.post-share-text {
    background: #3a974c;
    color: #fff;
    padding: 11px 23px;
    border-radius: 15px;
    font-size: 18px;
}

.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: 30px 0;
}

.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: #204e8d;
    margin: 0 0 80px 0;
    padding: 47px 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: 23px;
    font-weight: 800;
    background: #edf4ff;
    border-radius: 12px;
}

.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: -webkit-linear-gradient(#eb6440, #ffb344);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.comment-list .comment:after {
    clear: both;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    border-bottom: 3px solid #f78b48;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

::marker {
    font-size: 18px;
}

.comment-avatar {
    float: right;
    margin-left: 0.75em;
}

.comment-avatar img {
    border-radius: 50px;
}

.comment-block {
    line-height: 1.5;
    float: right;
    padding: 10px;
    background: #ffffff;
    color: #3d596e;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}

.comment-block:before {
    content: "\27A6";
}

.comment-date {
    font-size: 12px;
}

.comment-excerpt {
    font-size: 14px;
    margin-top: 5px;
}

.post-author-avatar .avatar {
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}

.side-left,
.comment-list>.comment {
    overflow: hidden;
    padding: 15px 17px;
}

.comment-list .comment:last-child {
    border-bottom: 0;
}

.faq-panel {
    background: #f1f1f3;
    padding: 16px 19px !important;
}

.faqs h2 {
    text-align: center;
}

.faqs {
    margin-bottom: 50px;
}

.faq-panel h3 {
    color: #1d51bc;
    background: #fff;
    padding: 13px 18px;
    border: 1px solid #1d51bc;
    border-radius: 10px;
}

.faq-panel p {
    padding: 9px 15px;
}

.comments-box ol {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.comments-box .children ol,
.comments-box .children {
    margin-right: 20px;
}

.comment-block {
    width: 92%;
}

label {
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

.footer-tags a {
    display: inline-block;
    margin: 6px 3px;
    background: #edf4ff;
    text-decoration: none;
    padding: 3px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    color: #153868;
}

.required {
    color: #f44336
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
input[type="tel"] {
    font-size: 20px;
    background: #ffffff;
    border: 0;
    border-radius: 0px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}

textarea {
    max-height: 160px;
}

.comment-respond {
    padding: 23px 38px;
    border-radius: 15px;
}

.social-share-innr a {
    display: inline-block;
    margin: 5px;
}

.comments-area {
    background-color: #edf4ff;
    padding: 20px 25px;
    border-radius: 12px;
}

.submit {
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
    background: #458bea;
}

@media (min-width: 992px) {
    .content-area {
        width: 70%;
    }
    .widget-area {
        width: 27%;
    }
    span.posted-on {
        margin: 0 25px;
    }
    .page-hero {
        padding: 50px 0 14px 0;
    }
    h1 {
        font-size: 29px;
    }
    .shape-bottom svg {
        height: 90px;
    }
}