:root {
    --heading-color: #111827;
    --text-color: #323B49;
    --accent-color: #6427FF;
    --accent-color2: #0062FF;
    --accent-color3: ##9FE871;
    --white-color: #ffffff;
    --button-color: #6427FF;
    --light-background: #F4F4F4;
    --light-black: #111827;
}

body,
html {
    height: 100%;
    margin: 0;
}

body.error404,
body.search-no-results {
    display: flex;
    flex-direction: column;
}

.site-main header {
    z-index: 0;
}

.error404 div#content {
    height: 100%;
    display: grid;
    width: 100%;
}

.search-no-results div#content {
    height: 100%;
    display: inline-table;
    width: 100%;
}

.entry-content p {
    font-size: 16px;
    line-height: inherit;
    color: #5C728E;
    font-weight: 500;
    margin-bottom: 25px;
}

.blog .post-thumbnail img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.post-single-item .post-thumbnail .entry-media a {
    display: block;
}

.blog-breadcrumb {
    padding: 80px 0px 80px 0px;
}

.breadcrumbs span {
    font-size: 16px;
    line-height: 21px;
}



.breadcrumbs span.sep {
    margin: 0px 4px;
}

.archive .blog-breadcrumb h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.10;
    letter-spacing: 0px;
    color: var(--heading-color);
}

.blog-breadcrumb .post__caption {
    font-size: 16px;
    line-height: 21px;
    ccolor: var(--heading-color);
}

.post-content .posted-on a {
    color: var(--text-color);
    font-weight: 500;
    transition: 0.4s;
}

.post-content .posted-on a :hover {
    color: var(--accent-color);
}

.single-post-content-wrap ul {
    padding: 0px 20px;
    margin: 0px;
}

.single-post-content-wrap ul li {
    list-style: disc;
}

.wp-block-latest-posts__featured-image {
    width: 80px !important;
    height: 80px !important;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 4px;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.wp-block-post-featured-image img {
    border-radius: 8px;
}

.nav-links {
    display: flex;
    align-items: center;
}

/* .blog section.elementor-section.elementor-top-section {
    border-width: 0px 0px 0px 0px;
} */

.blog a.next.page-numbers,
.search.search-results a.next.page-numbers {
    font-size: 0;
    position: relative;
}

a.next.page-numbers:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--heading-color);
    z-index: 1;
    font-size: 17px;
}

.blog a.prev.page-numbers,
.search.search-results a.prev.page-numbers {
    font-size: 0;
    position: relative;
}

a.prev.page-numbers:after {
    position: absolute;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--heading-color);
    z-index: 9999;
    font-size: 17px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: 14px !important;
    line-height: 22px;
    color: var(--text-color) !important;
    margin-top: 5px;
    display: table-cell !important;
    font-weight: 400;
    padding-top: 5px;
}

.single .post-thumbnail img {
    height: 440px;
    border-radius: 10px;
    z-index: 999;
    position: relative;
    left: 0;
    margin-top: -380px;
}
.single.single-service .post-thumbnail img{
	margin-top: 0;
}


.single.single-post .nav-previous a,
.search.search-results .nav-previous a {
    display: grid;
}

.single.single-post .nav-next a,
.search.search-results .nav-next a {
    display: grid;
}

.single.single-post span.nav-title,
.search.search-results span.nav-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 0px;
}

.single.single-post .nav-links .nav-previous {
    width: 48%;
    word-break: break-all;
}

.single.single-post .nav-links .nav-next {
    width: 48%;
}

.single.single-post .nav-previous .search.search-results .nav-previous {
    padding-right: 25px;
}

.single.single-post .nav-next .search.search-results .nav-next {
    padding-left: 25px;
}

.single.single-post .nav-next,
.single.single-post .nav-previous,
.search.search-results .nav-next {
    font-size: 18px;
}

.single.single-post .nav-links {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #E3ECE5;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tag-sticky-2 .post-single-item {
    padding-top: 15px;
}

.content-area {
    padding-bottom: 40px;
}

.elementor-button-wrapper span {
    transition: initial !important;
}

.entry-content a {
    color: var(--accent-color);
    text-decoration: none;
}


.redth-blog-content .entry-header p {
    color: #323B49;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-bottom: 40px;
}

.blog-meta-bar span a {
    color: var(--heading-color);
}

p.post__caption.front-page {
    font-size: 16px;
    color: var(--heading-color);
    line-height: 1.5;
    display: none;
}

.post-thumbnail img {
    transition: all 0.4s ease-in-out;
    width: 100%;
    border-radius: 8px;
}


.blog .blog-breadcrumb:before {
    content: none !important;
}

.blog .nav-links,
.search.search-results .nav-links {
    justify-content: center;
    margin-top: 30px;
}


.single .blog-breadcrumb .entry-meta {
    justify-content: center;
    background-color: transparent;
}

.blog-breadcrumb {
    background-image: url(../images/inner-page-hero-bg.png);
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 114px;
    padding-bottom: 124px;
}

form.post-password-form label {
    display: block;
}

form.post-password-form input {
    margin: 15px 0px 10px 0px;
}

.post-password-form input[type="submit"] {
    padding: 17px 30px;
    margin-top: 10px;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.66em;
    color: #000000;
}

span.posted-on a {
    color: var(--heading-color) !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.blog-meta-bar span.posted-on a {
    color: var(--heading-color) !IMPORTANT;
}

nav.navigation.pagination {
    margin-bottom: 50px;
	justify-content: center;
}

.post-thumbnail {
	z-index: 1;
    position: relative;
}

/* blog single */


.single .post-thumbnail img {
    margin-bottom: 40px;
}

.breadcrumbs {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}



.blog-breadcrumb h1,
.blog-breadcrumb h2{
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 56px;
    margin-bottom: 10px;
    margin: 0 auto 20px auto;
}

.widget .tagcloud a:hover {
    color: var(--accent-color);
}



.single-post-content-thumbnail img {
    width: 100%;
}

.single-post-content-title {
    margin: 0 0 20px 0;
}

.comment-list .children .children {
    padding-left: 0;
}

.comments-area h3.comment-reply-title {
    color: var(--heading-color);
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
}

p.logged-in-as {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: var(--text-color);
}

.comments-area .comment-list li {
    margin-bottom: 10px;
   
}

.comment-content p {
    margin-bottom: 0;
}

.comments-area .comment-list ul ul,
.comments-area .comment-list ol ol {
    margin-top: 10px;
}

div#respond a#cancel-comment-reply-link {
    float: right;
    font-weight: 600;
}

/**************************************
            archive
**************************************/



/***********************************
            PRELOADER CSS
**********************************/
.redth-preloader-wrap1, .redth-preloader-wrap2,
.redth-preloader-wrap3{
    position: fixed;
    z-index: 1222;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    row-gap: 20px;
}
.redth-preloader-wrap1 img {
    width: 80px;
    height: 80px;
	animation: preloader_fade 1s linear infinite;
	opacity: 1;
}
.redth-preloader-wrap1 .redth-preloader {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: 'Exo';
    width: unset;
    height: unset;
    line-height: 42px;
}
@keyframes preloader_fade{
	50%{
		opacity: 0.2;
	}
}

.redth-preloader {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.redth-preloader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--accent-color);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.redth-preloader div:nth-child(1) {
    left: 8px;
    -webkit-animation: redth-preloader1 0.6s infinite;
    animation: redth-preloader1 0.6s infinite;
}

.redth-preloader div:nth-child(2) {
    left: 8px;
    -webkit-animation: redth-preloader2 0.6s infinite;
    animation: redth-preloader2 0.6s infinite;
}

.redth-preloader div:nth-child(3) {
    left: 32px;
    -webkit-animation: redth-preloader2 0.6s infinite;
    animation: redth-preloader2 0.6s infinite;
}

.redth-preloader div:nth-child(4) {
    left: 56px;
    -webkit-animation: redth-preloader3 0.6s infinite;
    animation: redth-preloader3 0.6s infinite;
}

@-webkit-keyframes redth-preloader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes redth-preloader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes redth-preloader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes redth-preloader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes redth-preloader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@keyframes redth-preloader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* preloader end  */

/* preloader 1 */
@-webkit-keyframes animate8345 {

    0%,
    100% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

@keyframes animate8345 {

    0%,
    100% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

/* .redth-preloader-style-1 {
    color: rgb(0, 0, 0);
    background: linear-gradient(to right, #2d60ec, #3ccfda);
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: animate8345 9s linear infinite;
    animation: animate8345 9s linear infinite;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
} */

.loading svg polyline {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.loading svg polyline#back {
    fill: none;
    stroke: #ff4d5033;
}

.loading svg polyline#front {
    fill: none;
    stroke: #00A6FB;
    stroke-dasharray: 48, 144;
    stroke-dashoffset: 192;
    animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
    72.5% {
        opacity: 0;
    }

    to {
        stroke-dashoffset: 0;
    }
}








/*Preloader 3 Style*/
.redth-preloader-wrap3 {}

.redth-preloader-wrap3 .preloader3_shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}

.redth-preloader-wrap3 .redth-preloader-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.redth-preloader-wrap3 .preloader3_shape div {
    width: 25%;
    height: 100%;
    position: relative;
}
.redth-preloader-wrap3 .preloader3_shape div span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}
.redth-preloader-wrap3.active .redth-preloader-wrap3 .preloader3_shape div span {
    width: 0%;
}
.redth-preloader-wrap3 .preloader3_shape div:nth-child(2) span{
    transition: all 0.4s ease-in-out;	
}
.redth-preloader-wrap3 .preloader3_shape div:nth-child(3) span{
    transition: all 0.6s ease-in-out;	
}
.redth-preloader-wrap3 .preloader3_shape div:nth-child(4) span{
    transition: all 0.8s ease-in-out;	
}

.redth-preloader-wrap3 .preloader3_shape div span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.redth-preloader-wrap3.active .preloader3_shape div span {
    width: 0%;
}

.preloader_image img {
    width: 70px;
    height: 70px;
}

.preloader_image .loading {
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	position: relative;
    z-index: 1;
	opacity: 1;
	animation: preloader_circle 1s linear infinite;
}
.redth-preloader-content .preloader_image{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.preloader_text {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}

@keyframes preloader_circle{
	50%{
		opacity: 0.3;
	}
}











