/*--------------------------------------------------------------
# Root css
--------------------------------------------------------------*/

:root {
    --theme-font: 'DM Sans', sans-serif;
    --color-black: #31274B;
    --color-copyright3: #15191B;
    --color-footer3: #222628;
    --color-white: #ffffff;
    --color-primary: #E85442;
    --color-secodary: #2B59FF;
    --color-blue: #2B59FF;
    --color-green: #47ED76;
    --color-black2: #12141D;
    --color-red: #E85442;
    --color-gray: #F7F5ED;
    --color-thard: #F0F4F9;
    --color-form: #F0F4F9;
    --white-border: rgb(223 223 223 / 87%);
    --color-body: #666666;
    --box-showdow: 0px 0px 33px 0px rgb(0 0 0 / 7%)
}

.updated:not(.published) {
    display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--color-primary);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

@media screen and (min-width: 1023px) {
    .site-header.header-four .main-navigation ul li ul {
        right: auto;
        left: 0;
    }

    .site-header.header-four .main-navigation ul ul ul {
        right: auto;
        left: 220px;
    }
}

.header-search-popup .header-search-overlay {
    opacity: .95 !important;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: both;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.entry-content ul li.blocks-gallery-item:before {
    content: '';
}

.wp-block-gallery {
    margin-bottom: 30px;
}

.entry-content ul li.blocks-gallery-item {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-weight: 400;
}

ul.blocks-gallery-grid li:before {
    display: none;
}

.wp-block-gallery .blocks-gallery-item figure img {
    margin-top: 0;
}

.gallery-item figcaption {
    font-weight: normal;
}


/** Blog  **/

.sticky h2.entry-title a {
    color: var(--color-primary);
}

.post-contents.no-thum-img {
    border: 2px solid var(--color-thard);
    padding: 0px 30px 30px 30px;
}

.post-details .post-contents.no-thum-img {
    border: none;
    padding: 0px;
}

.vendor iframe {
    width: 100%;
}

.sticky .post-contents {
    border: 2px solid var(--color-primary);
    padding: 0px 30px 30px 30px;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover strong,
.wp-block-cover-image strong {
    color: var(--color-white);
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    font-size: 36px;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 15px;
}

strong {
    color: var(--color-black);
    font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
figcaption {
    margin-top: 20px;
    color: var(--color-black);
    font-weight: 500;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
    color: var(--color-white);
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: .8em;
    margin-top: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-weight: 400;
}

.wp-block-video video {
    width: 100%;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ul ul,
ol,
ol ol,
ol ul,
ul ol {
    padding-left: 20px;
}

select {
    padding: 10px;
    background-color: var(--color-white);
    cursor: pointer;
    font-size: 14px;
    color: var(--color-black);
}

.entry-content table th,
.entry-content table td {
    padding: 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: var(--color-thard);
    color: var(--color-black);
    height: 67px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    font-size: 15px;
}

textarea {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: var(--color-thard);
    color: var(--color-black);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px;
    font-size: 15px;
}

pre {
    background: var(--color-thard);
    padding: 30px;
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
}

.wp-caption-text {
    color: var(--color-body);
    line-height: 1.5;
    padding: 0.5em 0;
    font-size: 14px;
    text-align: center;
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

form.post-password-form {
    position: relative;
}

.post-password-form label {
    width: 100%;
}

.post-password-form input[type="password"] {
    border: 1px solid var(--color-thard);
    width: 100%;
    height: 52px;
    padding: 10px 15px;
}

.post-password-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 12px 30px;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: var(--color-primary);
    color: var(--color-white);
}

.format-chat .entry-content p:nth-child(2n) {
    margin-right: 0;
    margin-left: 24px;
    text-align: right;
}

.format-chat .entry-content p {
    padding: 15px;
    margin-right: 20px;
    background: var(--color-thard);
    border-radius: 5px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-links {
    clear: both;
    margin: 1.5em 0;
}

.page p img {
    margin-bottom: 30px;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

footer table th,
footer table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: var(--color-thard);
    color: #BBBBBB;
}

.post-tag-social span.tagcloud a:after {
    content: ",";
}

.post-tag-social span.tagcloud a:last-child:after {
    content: "";
}

footer span.wp-calendar-nav-prev a:hover,
footer span.wp-calendar-nav-next a:hover {
    color: var(--color-red);
}

.wp-calendar-table tr td a:hover {
    color: var(--color-black);
}

footer .widget form.search-form input:focus {
    border-color: var(--color-thard);
}


footer .widget table caption,
footer span.wp-calendar-nav-prev a,
footer span.wp-calendar-nav-next a,
footer .rssSummary,
footer .widget.widget_rss a,
footer .widget li.recentcomments,
.footer-widtet.widget_text strong,
footer .widget p,
footer table td a:hover {
    color: #BBBBBB;
}

footer .widget.widget_rss .rss-date,
footer .widget.widget_rss cite {
    color: var(--color-white);
}

footer table thead tr th {
    color: #ffffff;
}

.site-footer.footer-two.footer-top-yes {
    padding-top: 0;
    margin-top: 60px;
}

.site-footer.footer-two.footer-top-yes .footer-top {
    margin-top: -60px;
    position: relative;
}

table td a {
    font-weight: 700;
    color: var(--color-black2);
    background: #fff;
    display: block;
    font-weight: normal;
}

footer .wp-calendar-table tr td a:hover {
    color: var(--color-primary);
}

nav.wp-calendar-nav {
    bottom: 0;
    position: absolute;
}

.calendar_wrap {
    position: relative;
}

table.wp-calendar-table {
    margin: 0;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover {
    color: var(--color-primary);
}

.wp-block-archives a,
.wp-block-categories a {
    color: var(--color-black);
}

ul.wp-block-archives.extraclass.wp-block-archives-list li {
    margin-bottom: 15px;
}

select {
    vertical-align: middle;
    min-width: 100%;
    border: 1px solid var(--color-thard);
    outline: 0 !important;
    max-height: calc(12.2em + 18px);
    height: calc(2.2em + 19px);
    padding: 13px 10px 10px;
    -webkit-appearance: none;
    background-size: 12px;
    background-position: calc(100% - 13px) 24px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>");
    margin-bottom: 15px;
}

button.wp-block-search__button {
    border: none;
    padding: 0 23px;
    border-radius: 5px;
    transition: .4s;
}

.sidebar-widget-area .wp-block-search input[type="search"].wp-block-search__input {
    min-height: 52px;
    height: 52px;
    background-color: var(--color-white);
    color: var(--color-black);
}

.wp-block-search input[type="search"].wp-block-search__input {
    min-height: 52px;
    height: 52px;
    background-color: var(--color-thard);
    color: var(--color-black);
}

button.wp-block-search__button {
    background-color: var(--color-primary);
    color: var(--color-white);
}

button.wp-block-search__button:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.all-posts-wrapper .post-meta-box ul li.post-cat a {
    margin-left: 5px;
}

.post-content ul li,
.post-content ol li {
    margin-bottom: 10px;
}

ul.wp-block-rss {
    list-style: none;
    padding: 0;
}

p.has-large-font-size {
    font-size: 36px;
    line-height: 50px;
}

.page-links .post-page-numbers {
    width: 40px;
    height: 40px;
    line-height: 7px;
    padding: 16px 0;
}

li.pingback,
li.trackback {
    border: 2px solid var(--color-thard);
    padding: 10px;
    margin-bottom: 20px;
}

.bypostauthor {
    display: block;
}

.gallery.gallery-columns-9 .gallery-item {
    width: calc(100% / 9);
}

.gallery-item {
    padding: 15px;
    margin: 0;
    width: 100%;
}

.wp-calendar-table tbody td#today {
    background: var(--color-white);
    opacity: 1;
    color: var(--color-black);
}

.themepul-about-widget-social {
    margin-top: 10px;
}

.post-details-wrapper strong,
.post-details-wrapper b,
figcaption,
.post-details em {
    font-weight: 500;
    color: var(--color-black2);
}

.tp-blog-item .tp-blog-contents .tp-blog-button a i {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.tp-contact-form-home-two-wrapper>.row {
    margin: 0 -10px;
}

.tp-get-aquote-form-wrapper .tp-get-quote-input::after {
    color: #0A1229;
}

.wp-block-button__link {
    color: var(--color-white);
    background-color: var(--color-red)
}

.wp-block-button__link:hover,
article.post-details .entry-content .wp-block-button__link:hover,
article.post-details .entry-content .wp-block-file .wp-block-file__button:hover {
    background-color: var(--color-black2);
    color: var(--color-white);
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover {
    background-color: var(--color-black2);
    color: var(--color-white);
    border-color: transparent;
}

blockquote.wp-block-quote,
blockquote {
    background-color: var(--color-thard);
    font-size: 19px;
    font-style: italic;
    line-height: 30px;
    color: #1b1525;
    padding: 35px 25px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    position: relative;
    border-left: 5px solid;
    border-color: var(--color-red);
}

blockquote.has-text-color.has-light-gray-color {
    color: #1b1525;
}

.wp-block-columns.alignwide blockquote.wp-block-quote {
    margin-top: 8px;
}

.widget.widget_block a.wp-block-latest-comments__comment-link {
    display: inline;
    line-height: 1.8;
}

.wp-block-quote.has-text-align-right {
    border-radius: 0;
    padding: 30px;
}

blockquote.wp-block-quote:before,
blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-size: 90px;
    font-weight: 900;
    opacity: .1;
    top: 55px;
    left: 30px;
    color: var(--color-red);
}

blockquote cite,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: #1b1525;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
    padding: 35px 25px;
    border-left: 4px solid var(--color-red) !important;
}

blockquote.wp-block-quote,
blockquote,
.wp-block-quote.has-text-align-right {
    border-color: var(--color-red);
}

.has-large-font-size {
    line-height: 46px;
}

p[style='font-size:46px'] {
    line-height: 56px;
}

article.post-details h1,
article.post-details h2,
article.post-details h3,
article.post-details h4,
article.post-details h5,
article.post-details h6 {
    margin: 30px 0 10px;
}

article .entry-content a {
    font-weight: 500;
}

article.post-details .entry-content .wp-block-button__link,
article.post-details .entry-content .wp-block-file .wp-block-file__button {
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--color-white);
    font-size: 16px;
    background-color: var(--color-red);
}

.entry-content table {
    width: auto;
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    position: relative;
}

.wp-block-calendar table th {
    font-weight: 400;
    background: var(--color-red);
    color: var(--color-white);
}

.entry-content p.wp-block-tag-cloud a {
    background-color: var(--color-thard);
    padding: 11px 25px;
    line-height: 18px;
    font-size: 14px !important;
    text-transform: capitalize;
    border-radius: 5px;
    margin-right: 5px;
    color: var(--color-black);
    display: inline-block;
    clear: both;
    overflow: hidden;
}

.entry-content p.wp-block-tag-cloud a:hover {
    background-color: var(--color-red);
    color: var(--color-white);
}

.wp-block-group.has-background {
    margin: 30px 0 !important;
}

.wp-block-media-text {
    margin-bottom: 20px;
}

article .entry-content .wp-block-archives a,
article .entry-content .wp-block-latest-comments__comment-link,
article .entry-content .wp-block-latest-comments__comment-author,
article .entry-content .wp-block-latest-posts__list a,
article .entry-content .wp-block-rss__item-title a,
article .entry-content .wp-block-tag-cloud a,
article .entry-content ul li a {
    font-weight: 500;
}

footer .wp-block-latest-comments__comment-meta a {
    color: #BBBBBB;
}

footer .wp-block-latest-comments__comment-meta a:hover {
    color: var(--color-red);
}

footer .footer-widgets-area .themepul-about-widget-info h4.widget-title {
    margin-bottom: 15px;
}

.footer-three .footer3-top-section .footer3-top-right .button {
    position: unset !important;
    margin-left: 35px;
}

.footer-three .footer3-top-section .footer3-top-right .footer3-email-box {
    max-width: 100% !important;
}

.footer-subscribe-3-box {
    display: flex;
}

.tp-blog-item .tp-blog-contents .tp-blog-button a:hover i {
    margin-left: 5px;
    padding-right: 5px;
}

.tp-related-portfolio-wrapper .tp-portfolio-image img {
    height: 320px;
    object-fit: cover;
}

div.elementor-widget-wp-widget-nav_menu .menu>li>a:hover,
div.elementor-widget-wp-widget-nav_menu .menu .current-menu-item a,
div.elementor-widget-wp-widget-nav_menu .menu .current_page_item a {
    border-color: #E85442;
    color: #E85442;
}

.tp-contact-info-inner .tp-contact-info-item .tp-contact-icon {
    max-height: 80px;
    max-width: 90px;
    width: 100%;
    height: 100%;
}

.tp-contact-info-inner .tp-contact-info-item:last-child {
    margin-bottom: 0;
}

.popular-service-wrapper.enable-slide ul.slick-dots li.slick-active button {
    background-color: var(--color-primary);
}

.popular-service-wrapper.enable-slide ul.slick-dots li button {
    background: var(--color-black2);
}

.sidebar-widget-area .widget.widget_archive li a:before,
.sidebar-widget-area .widget .wp-block-archives li a:before,
.sidebar-widget-area .widget.widget_categories li a:before,
.sidebar-widget-area .widget .wp-block-categories li a:before,
.sidebar-widget-area .widget.widget_pages li a:before,
.sidebar-widget-area .widget.widget_meta li a:before,
.sidebar-widget-area .widget.widget_nav_menu li a:before,
.sidebar-widget-area .widget.widget_recent_entries li a:before,
.sidebar-widget-area .widget.widget_recent_comments li:before,
.sidebar-widget-area .widget_themepul_nav_menu li a:before,
.sidebar-widget-area .wp-block-latest-posts li a:before {
    display: inline-block;
    content: "...";
    top: -3px;
    position: relative;
    margin-right: 10px;
    opacity: 1;
    font-size: 20px;
    line-height: 0;
    color: var(--color-primary);
    font-weight: bold;
}
.sidebar-widget-area ol.wp-block-latest-comments, footer ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
}
.sidebar-widget-area .widget.widget_recent_comments li:before,
.sidebar-widget-area .wp-block-latest-comments__comment:before {
    position: absolute;
    left: 0;
    top: 10px;
}

.sidebar-widget-area .widget.widget_block .wp-block-social-links li a:before,
.footer-widgets-area .widget.widget_block .wp-block-social-links li a:before {
    content: unset;
}

.footer-widtet.widget_block.widget_recent_comments ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
    padding: 0;
    margin: 0;
}
div.sidebar-widget-area .wp-calendar-table tr td a {
    color: var(--color-white);
    background: var(--color-primary);
}
.sidebar-widget-area .wp-calendar-table tr td a:hover {
    color: var(--color-black2);
    background: var(--color-primary);
}

@media screen and (max-width: 992px) {

    .entry-content table th,
    .entry-content table td,
    table td {
        padding: 7px;
    }
}

@media screen and (max-width: 767px) {
    .tp-portfolio-info-box .tp-portfolio-info-lists {
        display: block;
        padding: 20px;
    }

    .tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list {
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1399px){
	.site-header.header-three .main-navigation .button.button-cta {
		display: inline-block;
	}
	.site-header.header-three .main-navigation .button.search-open {
		margin-right: 100px;
	}
}