


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: var(--theme-color);
}

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
}


.breadcrumbs, .breadcrumbs a{
    color: var(--color-white);
    text-decoration: none;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:after {
    content: "\21D0";
    color: var(--theme-second-color);
    margin: 0 6px;
}
.breadcrumbs li:last-of-type:after {
    display: none
}
.icon-whatsapp {
    background-color: #43A047;
}


.entry-content{
    overflow: hidden;
    padding: 25px 19px;
}
.entry-content * {
    max-width:100%
}
.entry-content h1,.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .title-effect {
    color: var(--theme-color);
    padding: 12px 19px;
    border-radius: 6px;
    border-right: 5px solid var(--theme-second-color);
    margin-bottom: 30px;
}

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

.entry-content ol,.entry-content ul {
    padding: 0px 16px 10px 16px;
}
.entry-content ul {
}
.home-contact-info li {
    display: inline-block;
}

.entry-content p {
    padding: 15px;
    background-color: var(--color-gray);
    border-radius: 22px;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);
}

.content-share-button a {
    display: inline-flex;
    border-radius: 50px;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
    margin: 4px;
    padding: 0px 27px;
    align-items: center;
    justify-content: space-between;
}
.content-share-button a .icon{font-size: 28px;margin-right: 15px;display: inline-block;}
.content-share-button {
    text-align: center;
    padding: 15px;
    background-color: var(--color-gray);
    border-radius: 22px;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);
    margin-bottom: 27px;
}
.content-share-button .facebook {
    background: #1877f2;
}
.content-share-button .twitter{
     background: #1da1f2;
}

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

.entry-content figure {
    max-width: 96%;
    margin-bottom: 30px;
    position: relative;
    background-color: var(--color-gray);
    padding: 11px 17px;
}

.entry-content figure img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}

.entry-content figure p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.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 {
    border: 13px solid #293067;
    outline: 1px dashed #bba772;
    outline-offset: -5px;
    border-radius: 7px;
    margin: 10px auto;
    display: block;
}

.faqs-box h3 {
    border: 2px solid var(--theme-color);
    margin-bottom: 13px;
    padding: 8px 15px;
    border-radius: 33px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}

.faqs-box.active .icon{
     color: var(--color-gray);
}
.faqs-box p {
    padding: 11px 15px;
    border-radius: 16px;
    display: none;
}
.faqs-box.active p {
    display: block;
}
.faqs-box {
    margin-bottom: 18px;
}

.faqs-box.active h3 {
    background-color: var(--theme-color);
    color: var(--color-white);
}
.home-contact h2,
.faqs h2 {
    border: 0;
    margin: 0;
}
.faqs {
    padding: 40px 0;
}
.home-contact img,
.faqs img {
    border: 0;
    outline: 0;
}

.home-contact-info {
    list-style: none;
}
.home-contact-info .icon{display: inline-block;width: 45px;height: 45px;background-color: var(--theme-second-color);text-align: center;line-height: 52px;border-radius: 50%;margin-left: 13px;color: #fff;font-size: 29px;}
.home-contact .flex {
    padding: 34px;
    border-radius: 33px;
    box-shadow: 0 0 0 2px #044eaf, 0 0 0 10px #fff, 0 0 0 12px #044eaf73, 0 0 0 20px #fff, 0 0 0 22px #044eaf2e;
    background: #fff;
}

.home-contact p {
    background: transparent;
    box-shadow: none;
    margin-bottom: 16px;
}

.home-contact li:before {
    content: none;
}
.related-services li {
    display: inline-block;
    margin: 7px;
}
@media(max-width: 480px) {

h1 {
    font-size: 21px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 25px
}

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

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}
    .entry-content li,
    .entry-content p{
        font-size: 15px
    }
    .home-contact .flex{
        padding: 5px
    }
    .btn{
        font-size: 15px
    }

    .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 10px;
}
}