
body{
    background-color: #ecf5fe;
}


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

h1 {
    font-size: 35px;
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 25px
}

.h4,h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

::marker{
    color: #1662ba;
}

blockquote {
    background: #e0ebfe;
    border-right: 10px solid #426bd2;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #426bd2;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-left: .25em;
    vertical-align: -.4em
}

blockquote p {
    display: inline
}

table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    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
}

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

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

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

.page-header {
    background-color: #2a6ba6;
    padding: 40px 0;
    box-shadow: 0px 12px 18px -21px rgba(0,0,0,0.3);
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}
.breadcrumbs, .breadcrumbs a{
    color: var(--color-white);
    text-decoration: none;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:after {
    content: "\00bb";
    padding: 0 0.3em;
    color: #17bf9e;
}
.breadcrumbs li:last-of-type:after {
    display: none
}
.post-innr {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 1px 1px 6px 0 rgb(72 106 208/24%);
}
.entry-content{
	overflow: hidden
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 24px;
    /* display: inline-block; */
    background: linear-gradient(to left,#ecf5fe,#ecf5fe75);
    color: #2467a3;
    line-height: 30px;
    padding: 12px 19px;
    border-radius: 6px;
    border-right: 5px solid #2467a3;
}

.entry-content ol, .entry-content p, .entry-content ul, .page-hero, .wp-audio-shortcode, .wp-video {
    margin-bottom: 22px;
}

.entry-content ol,.entry-content ul {
    background: #fdfdfd;
    padding: 15px 52px 15px 25px;
}
.entry-content ul {
   list-style: square;
}
.wp-caption {
    max-width: 100%;
    color: #3d596e;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    padding: 5px 10px;
    box-shadow: 0 3px 0 #d1d3ea
}
.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}

.entry-content p {
    padding: 15px;
}

.content-share-button a {
    display: block;
    width: 50px;
    height: 52px;
    line-height: 51px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 5px;
}

.content-share-button {
    text-align: center;
    position: fixed;
    left: 0px;
    top: 50%;
}
.content-share-button .facebook {
    background: #1877f2;
}
.content-share-button .twitter{
     background: #1da1f2;
}

.content-share-button .whatsapp{
    background: #17bf9e;
}


.tags a {text-decoration: none;background: #edf0fe;color: #253169;padding: 4px 15px;display: block;border-radius: 5px;font-weight: 600;font-size: 15px;}

.tags li {
    display: inline-block;
    margin-left: 12px;
}

.page-tags {
    padding: 30px 10px 37px 10px;
    border-bottom: 1px solid #c2cdff;
}

.related-services {
    padding: 15px 0;
}

.page-hero img,.entry-content img {
    outline-offset: -5px;
    border-radius: 7px;
}