*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}
h1, h2, h3,h4,h5,h6, p, a, ul, li,span {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.alt-font, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, li {
    font-family: 'Poppins', sans-serif;
}
@font-face {
    font-family: 'Acumin';
    src: url(../fonts/Acumin-Variable-Concept.ttf);
}
@font-face {
    font-family: 'DMSans-Regular';
    src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
    font-family: 'DMSans-Regular';
    src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
    font-family: 'DMSans-Medium';
    src: url(../fonts/DMSans-Medium.ttf);
}
@font-face {
    font-family: 'DMSans-Bold';
    src: url(../fonts/DMSans-Bold.ttf);
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url(../fonts/Poppins-Bold.ttf);
}
.themecolor{
    color: #5f1a59;
}
/* header css */

#close_side_menu, .navbar-standard, .side-menu {
    width: 100%;
    background: #292828;
}
#pp-nav,
.side-menu.before-side .btn-close,
.side-nav-btn.active {
    display: none
}
.navbar-standard {
    top: 0;
    z-index: 99;
    padding: 10px 0;
}
.logo-dark {
    max-width: 190px;
    margin-top: 10px;
}
.navbar-standard #menu {
    margin: 0;
    padding: 0;
}
.footer-icons li, .navbar-standard #menu>li, .social-icons-simple li, .testimonial-wrapp .quoted, .testimonial-wrapp .testimonial-photo {
    display: inline-block;
}
.leater-space {
    letter-spacing: 1px;
}
.navbar-standard #menu>li>a {
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 16px;
}
.leater-space::after,
.leater-space::before {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .2s;
    -moz-transition: -moz-transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s
}

.leater-space::before {
    width: 20px;
    text-align: right;
    margin-right: 5px;
    margin-left: -25px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px)
}

.leater-space::after {
    width: 20px;
    text-align: left;
    margin-left: 5px;
    margin-right: -25px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px)
}

.leater-space.active:after,
.leater-space.active:before,
.leater-space.current:after,
.leater-space.current:before,
.leater-space:not(.active):hover:after,
.leater-space:not(.active):hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.side-menu {
    opacity: 0;
    background: #007c91;
    z-index: 0;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -o-transition: .5s;
    visibility: hidden
}

/*.bg-valueservice p.top-title_text,
.light-content .counter,
.light-content .showcase-counter span::after,
.side-logo-nav .navbar-nav .nav-link:focus,
.side-logo-nav .navbar-nav .nav-link:hover,
.testimonial-quote,
.whitecolor,
h2,
p {
    color: #fff
}*/

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.side-menu.before-side {
    width: 280px
}

.side-menu.before-side,
.side-menu.side-menu-active {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 999;
    opacity: .9;
    visibility: visible;
        top: 0;
    position: absolute;
    height: 100vh;
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem
}

#close_side_menu {
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity .3s cubic-bezier(.895, .03, .685, .22);
    -o-transition: opacity .3s cubic-bezier(.895, .03, .685, .22);
    transition: opacity .3s cubic-bezier(.895, .03, .685, .22);
    display: none;
    z-index: 1031;
    opacity: .4
}

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 29px;
    right: 47px;
    cursor: pointer
}

.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.side-menu .btn-close::after,
.side-menu .btn-close::before {
    position: absolute;
    left: 19px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 8px
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.side-menu.right-btn .btn-close {
    right: 47px;
    left: auto
}

.side-nav-btn {
    position: static;
    top: 46px;
    right: 22px;
    font-size: 18px;
    color: #fff;
    transform: rotate(180deg);
    transition: .3s;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: .3s linear;
    display: none;
    margin-top: 6px
}

.side-nav-btn span {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    top: 50%;
    margin-top: 6px;
    right: 0;
    -webkit-transition: .3s linear
}

.side-nav-btn:hover span:first-child,
.side-nav-btn:hover span:nth-child(3) {
    width: 60%;
    -webkit-transition: .3s linear
}

.header-appear .side-nav-btn {
    left: 40px;
    top: 19px
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        justify-content: center;
}
.side-menu-active.side-menu .inner-wrapper {
    display: flex;
}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: .8s .5s;
    -o-transition: .8s .5s;
    transition: .8s .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 10px 0 10px !important;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: .5s cubic-bezier(0, 0, .2, 1);
    -o-transition: .5s cubic-bezier(0, 0, .2, 1);
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 29px;
    right: 47px;
    cursor: pointer;
}

/* Footer Page */
.footer {
    background: #5a5a5a;
    padding: 20px 0;
}
.footer_logo_box img {
    max-width: 85px;
}
.footer_social_link li:last-child {
    margin-right: 0
}
footer.bg-black2 {
    background: #f8f9fa
}

.footer-icons li a {
    display: block;
    height: 55px;
    width: 55px;
    font-size: 18px;
    color: #676767;
    line-height: 60px;
    text-align: center;
    margin: 0 .1rem;
    border-radius: 40px;
    background: 0 0;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important
}
.footer_logo_box{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.footer_right_text p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}
.footer_social_link p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.footer_social_link ul {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}
.footer_social_link li {
    margin-right: 15px;
}
.footer_social_link a {
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_info_box, .footer_link_box {
    border-top: 1px solid #2d2d2d;
}
.footer_info_box {
    border-left: 1px solid #2d2d2d;
    margin-left: -25px;
    padding: 10px 0 10px 20px;
}
.footer_info_box, .footer_link_box {
    border-top: 1px solid #2d2d2d;
}
.footer_link_box ul {
    list-style: none;
    padding: 10px 0;
}
ul.footer_all_link {
    display: flex;
    flex-wrap: wrap;
}
ul.footer_all_link li {
    width: 33%;
}
.footer_link_box li a {
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    font-weight: 500;
}
.icon_box i {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
}
.info_text_box a, .info_text_box h5, .info_text_box p {
    color: #fff;
    font-size: 16px;
    padding-top: 3px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.info_text_box p {
    font-weight: 300;
}
.copy_right_box {
    background: #979797;
    padding: 15px 50px;
}


/* Blog Listing Page */
.tj-page-header {
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #5f1a59;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.tj-page-header-content h1.tj-page-title {
    color: #fff;
}
.tj-page-header::before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / 40%);
}

.blog-header {
    background-image: url(../images/pheader-bg.webp);
}
.grid-item{
    float: left;
}

.border-radius-10 {
    border-radius: 10px;
}
.post-card-1 {
    border: 1px solid var(--secondary-border-color);
    z-index: 12;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
    position: relative;
    background: #fff;
}
.post-card-1::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    left: 10px;
    border-radius: 10px;
    box-shadow: var(--box-shadow-normal), 0 0 0 transparent;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
    z-index: -1;
}
.img-hover-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 280px;
    overflow: hidden;
}
.post-card-1 .thumb-overlay {
    height: 220px;
    border-radius: 10px 10px 0 0;
}
.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-hover), 0 0 0 transparent;
}
.thumb-overlay::before {
    /*position: absolute;*/
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.thumb-overlay img {
    height: 100%;
    object-fit: cover;
}
.top-left-icon, .top-right-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    z-index: 3;
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}
.top-right-icon {
    left: unset;
    right: 30px;
}
.post-card-1 .top-right-icon {
    top: 20px;
    right: 20px;
}
.social-share {
    height: 0;
    transition-duration: 0.2s;
}
.post-thumb .social-share {
    position: absolute;
    float: left;
    overflow: hidden;
    padding-left: 0;
    bottom: 10px;
    right: 10px;
    margin: 0;
    z-index: 200;
}
.post-thumb:hover .social-share {
    height: 30px;
    transition-duration: 0.2s;
}
.post-thumb .social-share li {
    width: 100%;
    text-align: center;
    max-width: 0px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: left;
    margin-left: 5px;
}
.post-thumb .social-share li:first-child {
    max-width: 24px;
    opacity: 1;
    pointer-events: none;
}
.post-thumb .social-share li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}
.post-thumb .social-share li a {
    background: #b56cad;
}
.post-thumb .social-share:hover li:nth-child(1) {
    opacity: 0;
    max-width: 0;
}
.post-thumb .social-share:hover li {
    opacity: 1;
    max-width: 28px;
}
.post-card-1 .post-content {
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.post-thumb .social-share li a.fb, .header-social-network .list-inline-item a.fb {
    background: #3b5999;
}
.post-thumb .social-share li a.tw, .header-social-network .list-inline-item a.tw {
    background: #55acee;
}
.post-thumb .social-share li a.pt, .header-social-network .list-inline-item a.pt {
    background: #bd081c;
}
.p-30 {
    padding: 30px !important;
}
.entry-meta {
    line-height: 1;
    color: #666;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.font-x-small {
    font-size: 10px;
}
.font-small {
    font-size: 12px;
}
.entry-meta.meta-0 span.post-cat {
    padding-right: 7px;
    margin-right: 10px;
    font-weight: bold;
    color: #ffb608;
}
.post-card-1 .post-content h5.post-title a {
    color: #000;
}
.post-card-1 .post-content .post-excerpt p {
    color: #999;
}
.post-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 115px;
}
.entry-meta.meta-1 span {
    margin-right: 10px;
}
.entry-meta span {
    position: relative;
}
span.has-dot {
    position: relative;
    padding-left: 10px;
}
span.has-dot::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    left: -3px;
    border-radius: 50%;
}
.post-card-content .post-title a:hover{
    color: #5f1a59;
}
.post-thumb .social-share li a:hover{
    background: #5f1a59;
}
.pagination-area .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination-area .page-item {
    margin: 0;
}
.pagination-area .page-item:first-child {
    margin: 0;
}
.pagination-area .page-link, #scrollUp {
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 0 2px 4px hsla(0,0%,42.4%,0.2), 0 0 0 transparent;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 50% !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e83a33;
    border-color: #e83a33;
}
.pagination-area .page-item.active .page-link {
    color: #fff !important;
}
.pagination-area .page-link:hover{
    background-color: #e83a33;
    color: #fff;
}


.tj-page-blogdetails {
    padding-top: 50px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
    z-index: 2;
}



.blog_details .entry-header-style-1 .entry-title {
    font-size: 2em;
    color: #5f1a59;
}
.entry-meta .author-avatar {
    float: left;
    margin: -3px 15px 0 0;
}
.entry-meta .author-avatar img {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    background-color: #ddd;
    object-fit: cover;
}
.img-circle {
    border-radius: 50%;
}
.entry-meta.meta-2 .author-name {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-top: 7px;
}
.mr-10 {
    margin-right: 10px !important;
}
.header-social-network {
    line-height: 1;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.header-social-network .list-inline-item a {
    background: #999;
    width: 24px;
    display: block;
    height: 24px;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    color: #fff !important;
}
.blogdetails_featureimg img {
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}
.entry-main-content h2, .entry-main-content h3, .entry-main-content h4, .entry-main-content h5{
    color: #000;
    padding: 10px 0;
}
.entry-main-content h2, .entry-main-content h3{
    font-size: 22px;
}

.entry-main-content h4, .entry-main-content h5{
    font-size: 18px;
}
.blogdetails_featureimg {
    height: 550px;
    overflow: hidden;
}