/*** 
=============================
    Blog Style1 Css
=============================
***/
.blog-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 82px;
    z-index: 2;
}

.blog-style1--style2 {
    padding: 120px 0px 120px;
}

.blog-style1--style2 .styled-pagination {
    justify-content: center;
}

.blog-style1--style2 .single-blog-style1 {
    margin-bottom: 42px;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-blog-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 84%, 90% 100%, 0 100%, 0 0);
}

.single-blog-style1 .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-blog-style1:hover .img-box::before {
    opacity: 1;
}

.single-blog-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-blog-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-blog-style1 .img-box .overlay-icon {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 5;
}

.single-blog-style1 .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    opacity: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed #d1d5df;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 0;
    transform: scale(0);
    transition: all 500ms ease;
}

.single-blog-style1:hover .img-box .overlay-icon a {
    opacity: 1;
    transform: scale(1);
}

.single-blog-style1 .img-box .overlay-icon a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-white);
    background-color: var(--thm-white);
}

.single-blog-style1 .img-box .category {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary-color);
    border-top-left-radius: var(--thm-border-radius);
    padding: 8px 20px 8px;
    padding-right: 45px;
    z-index: 5;
}

.single-blog-style1 .img-box .category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-blog-style1 .content-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

.single-blog-style1 .content-box-top {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-style1 .content-box-top .date {
    position: relative;
    display: block;
}

.single-blog-style1 .content-box-top .date h3 {
    color: var(--thm-primary-color);
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.single-blog-style1 .content-box-top .date p {
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 25px;
}

.single-blog-style1 .content-box-top .author {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--thm-border-color);
    flex: 1;
}

.single-blog-style1 .content-box-top .author .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.single-blog-style1 .content-box-top .author .img img {
    width: 100%;
}

.single-blog-style1 .content-box-top .author .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.single-blog-style1 .content-box-top .author .title h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.single-blog-style1 .content-box-top .author .title h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .content-box-top .author .title h4 a:hover {
    color: var(--thm-primary-color);
}

.single-blog-style1 .content-box-top .author .title p {
    font-size: 15px;
    line-height: 25px;
}

.single-blog-style1 .content-box-title {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-blog-style1 .content-box-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-blog-style1 .content-box-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .content-box-title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-blog-style1 .content-box-title p {
    margin: 0;
}

.single-blog-style1 .content-box-btn {
    position: relative;
    display: block;
    max-width: 135px;
    overflow: hidden;
    margin-top: 21px;
}

.single-blog-style1 .content-box-btn .show-btn {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-blog-style1:hover .content-box-btn .show-btn {
    transform: translateX(145px);
}

.single-blog-style1 .content-box-btn .show-btn i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.single-blog-style1 .content-box-btn .overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(145px);
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-blog-style1:hover .content-box-btn .overlay-btn {
    transform: translateX(0);
    opacity: 1;
}

.single-blog-style1 .content-box-btn .overlay-btn i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.single-blog-style1 .content-box-btn .overlay-btn:hover {
    color: var(--thm-primary-color);
}

/*** 
=============================
    Blog Style2 Css
=============================
***/
.blog-style2 {
    padding: 120px 0px 112px;
}

.blog-style2-left {
    position: relative;
    display: block;
}

.blog-style2-left-inner {
    position: relative;
    display: block;
}

.blog-style2-left-inner .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 88%, 93% 100%, 0 100%, 0 0);
}

.blog-style2-left-inner .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.blog-style2-left-inner:hover .img-box::before {
    opacity: 1;
}

.blog-style2-left-inner .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.blog-style2-left-inner:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.blog-style2-left-inner .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.blog-style2-left-inner .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    opacity: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed #d1d5df;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 0;
    transform: scale(0);
    transition: all 500ms ease;
}

.blog-style2-left-inner:hover .img-box .overlay-icon a {
    opacity: 1;
    transform: scale(1);
}

.blog-style2-left-inner .img-box .overlay-icon a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-white);
    background-color: var(--thm-white);
}

.blog-style2-left-inner .img-box .category {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary-color);
    border-top-left-radius: var(--thm-border-radius);
    padding: 8px 20px 8px;
    padding-right: 45px;
    z-index: 5;
}

.blog-style2-left-inner .img-box .category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-style2-left-inner .content-box {
    position: relative;
    display: block;
    padding-top: 23px;
}

.blog-style2-left-inner .content-box-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-style2-left-inner .content-box-top-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-style2-left-inner .content-box-top .date {
    position: relative;
    display: block;
}

.blog-style2-left-inner .content-box-top .date h3 {
    color: var(--thm-primary-color);
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.blog-style2-left-inner .content-box-top .date p {
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 25px;
}

.blog-style2-left-inner .content-box-top .author {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--thm-border-color);
    flex: 1;
}

.blog-style2-left-inner .content-box-top .author .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.blog-style2-left-inner .content-box-top .author .img img {
    width: 100%;
}

.blog-style2-left-inner .content-box-top .author .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.blog-style2-left-inner .content-box-top .author .title h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.blog-style2-left-inner .content-box-top .comment-icon {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    border-bottom-left-radius: 0;
    padding: 5.5px 10px 3.5px;
}

.blog-style2-left-inner .content-box-top .comment-icon::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.blog-style2-left-inner .content-box-top .comment-icon .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    margin-right: 6px;
}

.blog-style2-left-inner .content-box-top .comment-icon p {
    color: var(--thm-black);
}

.blog-style2-left-inner .content-box-title {
    position: relative;
    display: block;
    padding-top: 10px;
}

.blog-style2-left-inner .content-box-title h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

.blog-style2-left-inner .content-box-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style2-left-inner .content-box-title h3 a:hover {
    color: var(--thm-primary-color);
}

.blog-style2-left-inner .content-box-title p {
    margin: 0;
}

.blog-style2-left-inner .content-box-btn {
    position: relative;
    display: block;
    max-width: 135px;
    overflow: hidden;
    margin-top: 19px;
}

.blog-style2-left-inner .content-box-btn .show-btn {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.blog-style2-left-inner:hover .content-box-btn .show-btn {
    transform: translateX(145px);
}

.blog-style2-left-inner .content-box-btn .show-btn i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.blog-style2-left-inner .content-box-btn .overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(145px);
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.blog-style2-left-inner:hover .content-box-btn .overlay-btn {
    transform: translateX(0);
    opacity: 1;
}

.blog-style2-left-inner .content-box-btn .overlay-btn i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.blog-style2-left-inner .content-box-btn .overlay-btn:hover {
    color: var(--thm-primary-color);
}


.blog-style2-left--style2 {
    margin-bottom: 32px;
}

.blog-style2-right {
    position: relative;
    display: block;
}

.blog-style2-right-single {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-style2-right-single .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
}

.blog-style2-right-single .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.blog-style2-right-single:hover .img-box::before {
    opacity: 1;
}

.blog-style2-right-single .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.blog-style2-right-single:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.blog-style2-right-single .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.blog-style2-right-single .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    opacity: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed #d1d5df;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 0;
    transform: scale(0);
    transition: all 500ms ease;
}

.blog-style2-right-single:hover .img-box .overlay-icon a {
    opacity: 1;
    transform: scale(1);
}

.blog-style2-right-single .img-box .overlay-icon a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-white);
    background-color: var(--thm-white);
}

.blog-style2-right-single .img-box .category {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary-color);
    border-top-left-radius: var(--thm-border-radius);
    padding: 8px 20px 8px;
    padding-right: 45px;
    z-index: 5;
}

.blog-style2-right-single .img-box .category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-style2-right-single .content-box {
    position: relative;
    display: block;
}

.blog-style2-right-single .content-box-top {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-style2-right-single .content-box-top .date {
    position: relative;
    display: block;
}

.blog-style2-right-single .content-box-top .date h3 {
    color: var(--thm-primary-color);
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.blog-style2-right-single .content-box-top .date p {
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 25px;
}

.blog-style2-right-single .content-box-top .author {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--thm-border-color);
    flex: 1;
}

.blog-style2-right-single .content-box-top .author .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.blog-style2-right-single .content-box-top .author .img img {
    width: 100%;
}

.blog-style2-right-single .content-box-top .author .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.blog-style2-right-single .content-box-top .author .title h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.blog-style2-right-single .content-box-top .author .title h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style2-right-single .content-box-top .author .title h4 a:hover {
    color: var(--thm-primary-color);
}

.blog-style2-right-single .content-box-top .author .title p {
    font-size: 15px;
    line-height: 25px;
}

.blog-style2-right-single .content-box-title {
    position: relative;
    display: block;
    padding-top: 10px;
}

.blog-style2-right-single .content-box-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 4px;
}

.blog-style2-right-single .content-box-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style2-right-single .content-box-title h3 a:hover {
    color: var(--thm-primary-color);
}

.blog-style2-right-single .content-box-title p {
    margin: 0;
}

.blog-style2-right-single .content-box-btn {
    position: relative;
    display: block;
    max-width: 135px;
    overflow: hidden;
    margin-top: 16px;
}

.blog-style2-right-single .content-box-btn .show-btn {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.blog-style2-right-single:hover .content-box-btn .show-btn {
    transform: translateX(145px);
}

.blog-style2-right-single .content-box-btn .show-btn i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.blog-style2-right-single .content-box-btn .overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(145px);
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.blog-style2-right-single:hover .content-box-btn .overlay-btn {
    transform: translateX(0);
    opacity: 1;
}

.blog-style2-right-single .content-box-btn .overlay-btn i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.blog-style2-right-single .content-box-btn .overlay-btn:hover {
    color: var(--thm-primary-color);
}

.blog-style2-right-btn {
    position: relative;
    display: block;
    padding-top: 4px;
}

.blog-style2-right-btn p {
    margin: 0;
}

.blog-style2-right-btn p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style2-right-btn p a:hover {
    color: var(--thm-primary-color);
}

.blog-style2-right-btn p a i {
    position: relative;
    top: -1px;
    font-size: 21px;
    margin-left: 4px;
}


/*** 
=============================
    Blog Style3 Css
=============================
***/
.blog-style3 {
    padding: 120px 0px 112px;
}

.blog-style3__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 46px;
}

.blog-style3__top .sec-title {
    padding-bottom: 0px;
}

.blog-style3__top .btn-box {
    position: relative;
    display: block;
    top: -6px;
}

.blog-style3__top .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style3__top .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.blog-style3__top .btn-box a:hover {
    color: var(--thm-primary-color);
}

.blog-style3 .auto-container {
    max-width: 100%;
    padding: 0;
}

.single-blog-style1--style2 {
    margin-bottom: 0;
}

.blog-style3__inner {
    position: relative;
    display: block;
}

.blog-style3-carousel.owl-carousel .owl-stage-outer {
    right: -30px;
}


/*** 
=============================
   Blog Page Two Css
=============================
***/
.blog-page-two {
    padding: 120px 0px 120px;
}

.blog-style2-left--style3 {
    margin-bottom: 42px;
}

.blog-page-two .styled-pagination {
    justify-content: center;
}


/*** 
=============================
   Blog Page Three Css
=============================
***/
.blog-page-three {
    padding: 120px 0px 120px;
}

.blog-page-three.right-border::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36.8%;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color);
}

.blog-page-three.left-border::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 36.8%;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color);
}

.blog-page-three__inner {
    position: relative;
    display: block;
}

.single-blog-page-three {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.single-blog-page-three .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 92%, 95% 100%, 0 100%, 0 0);
    margin-bottom: 25px;
}

.single-blog-page-three .category {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary-color);
    border-top-left-radius: var(--thm-border-radius);
    padding: 8px 20px 8px;
    padding-right: 45px;
    z-index: 5;
}

.single-blog-page-three .category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-blog-page-three .content-box {
    position: relative;
    display: block;
}

.single-blog-page-three .content-box-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-blog-page-three .content-box-top-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-page-three .content-box-top .date {
    position: relative;
    display: block;
}

.single-blog-page-three .content-box-top .date h3 {
    color: var(--thm-primary-color);
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.single-blog-page-three .content-box-top .date p {
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 25px;
}

.single-blog-page-three .content-box-top .author {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--thm-border-color);
    flex: 1;
}

.single-blog-page-three .content-box-top .author .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.single-blog-page-three .content-box-top .author .img img {
    width: 100%;
}

.single-blog-page-three .content-box-top .author .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.single-blog-page-three .content-box-top .author .title h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-blog-page-three .content-box-top .comment-icon {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    border-bottom-left-radius: 0;
    padding: 5.5px 10px 3.5px;
}

.single-blog-page-three .content-box-top .comment-icon::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.single-blog-page-three .content-box-top .comment-icon .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    margin-right: 6px;
}

.single-blog-page-three .content-box-top .comment-icon p {
    color: var(--thm-black);
}

.single-blog-page-three .content-box-title {
    position: relative;
    display: block;
    padding-top: 19px;
}

.single-blog-page-three .content-box-title h2 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 600;
}

.single-blog-page-three .content-box-title h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-page-three .content-box-title h2 a:hover {
    color: var(--thm-primary-color);
}


.single-blog-page-three .content-box-text {
    position: relative;
    display: block;
    padding-top: 19px;
}

.single-blog-page-three .content-box-text p {
    margin: 0;
}

.single-blog-page-three .content-box-btn {
    position: relative;
    display: block;
    margin-top: 21px;
}

.single-blog-page-three .content-box-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-page-three .content-box-btn a:hover {
    color: var(--thm-primary-color);
}

.single-blog-page-three .content-box-btn a i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}


/*** 
=============================
   Blog Page Four Css
=============================
***/
.blog-page-four {
    padding: 120px 0px 120px;
}

.blog-page-four::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36.8%;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color);
}

.blog-page-four__inner {
    position: relative;
    display: block;
}

.single-blog-page-four {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.single-blog-page-four .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 81%, 88% 100%, 0 100%, 0 0);
}

.single-blog-page-four .img-box img {
    width: 100%;
}

.single-blog-page-four .category {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary-color);
    border-top-left-radius: var(--thm-border-radius);
    padding: 8px 20px 8px;
    padding-right: 45px;
    z-index: 5;
}

.single-blog-page-four .category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-blog-page-four .content-box {
    position: relative;
    display: block;
    padding-left: 30px;
    flex: 1;
}

.single-blog-page-four .content-box-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-blog-page-four .content-box-top-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-page-four .content-box-top .date {
    position: relative;
    display: block;
}

.single-blog-page-four .content-box-top .date h3 {
    color: var(--thm-primary-color);
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.single-blog-page-four .content-box-top .date p {
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 25px;
}

.single-blog-page-four .content-box-top .author {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--thm-border-color);
    flex: 1;
}

.single-blog-page-four .content-box-top .author .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.single-blog-page-four .content-box-top .author .img img {
    width: 100%;
}

.single-blog-page-four .content-box-top .author .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.single-blog-page-four .content-box-top .author .title h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.single-blog-page-four .content-box-top .comment-icon {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    border-bottom-left-radius: 0;
    padding: 5.5px 10px 3.5px;
}

.single-blog-page-four .content-box-top .comment-icon::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.single-blog-page-four .content-box-top .comment-icon .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    margin-right: 6px;
}

.single-blog-page-four .content-box-top .comment-icon p {
    color: var(--thm-black);
}

.single-blog-page-four .content-box-title {
    position: relative;
    display: block;
    padding-top: 11px;
}

.single-blog-page-four .content-box-title h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-blog-page-four .content-box-title h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-page-four .content-box-title h2 a:hover {
    color: var(--thm-primary-color);
}

.single-blog-page-four .content-box-text {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-blog-page-four .content-box-text p {
    margin: 0;
}

.single-blog-page-four .content-box-btn {
    position: relative;
    display: block;
    margin-top: 9px;
}

.single-blog-page-four .content-box-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-page-four .content-box-btn a:hover {
    color: var(--thm-primary-color);
}

.single-blog-page-four .content-box-btn a i {
    font-size: 21px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}




















/*** 
=============================
    Blog Details Css
=============================
***/
.blog-details-page {
    border-top: 1px solid var(--thm-border-color);
    padding: 120px 0px 120px;
}

.blog-details-page.right-border::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36.8%;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color);
}

.blog-details-page.left-border::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 36.8%;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color);
}

.blog-details-page-content {
    position: relative;
    display: block;
    margin-top: -8px;
}

.blog-details-page-top {
    position: relative;
    display: block;
}

.blog-details-page-top .content-box {
    position: relative;
    display: block;
}

.blog-details-page-top .content-box-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details-page-top .content-box-top-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details-page-top .content-box-top .date {
    position: relative;
    display: block;
}

.blog-details-page-top .content-box-top .date h3 {
    color: var(--thm-primary-color);
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.blog-details-page-top .content-box-top .date p {
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 25px;
}

.blog-details-page-top .content-box-top .author {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--thm-border-color);
    flex: 1;
}

.blog-details-page-top .content-box-top .author .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.blog-details-page-top .content-box-top .author .img img {
    width: 100%;
}

.blog-details-page-top .content-box-top .author .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.blog-details-page-top .content-box-top .author .title h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.blog-details-page-top .content-box-top .author .title h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-page-top .content-box-top .author .title h4 a:hover {
    color: var(--thm-primary-color);
}

.blog-details-page-top .content-box-top .author .title p {
    font-size: 15px;
    line-height: 25px;
}

.blog-details-page .content-box-top .comment-icon {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    border-bottom-left-radius: 0;
    padding: 5.5px 10px 3.5px;
}

.blog-details-page .content-box-top .comment-icon::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.blog-details-page .content-box-top .comment-icon .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    margin-right: 6px;
}

.blog-details-page .content-box-top .comment-icon p {
    color: var(--thm-black);
}

.blog-details-page-top .content-box-title {
    position: relative;
    display: block;
    padding-top: 19px;
    padding-bottom: 38px;
}

.blog-details-page-top .content-box-title h2 {
    font-size: 34px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 4px;
}

.blog-details-page-top .content-box-title h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-page-top .content-box-title h2 a:hover {
    color: var(--thm-primary-color);
}

.blog-details-page-top .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 92%, 95% 100%, 0 100%, 0 0);
}

.blog-details-page-top .img-box img {
    width: 100%;
}

.blog-details-page-top .img-box .category {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary-color);
    border-top-left-radius: var(--thm-border-radius);
    padding: 8px 20px 8px;
    padding-right: 45px;
    z-index: 5;
}

.blog-details-page-top .img-box .category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-details-text1 {
    position: relative;
    display: block;
    margin-top: 59px;
}

.blog-details-text1 p {
    margin: 0;
}

.blog-details-text1 p:first-child::first-letter {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-right: 20px;
    padding: 5.5px 13px 5.5px;
}

.blog-details-text1 p+p {
    margin-top: 22px;
}

.blog-details-quote,
blockquote{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 95% 100%, 0 100%, 0 0);
    margin-top: 42px;
}

blockquote {
    padding: 40px;
    margin: 0 0 25px;
}

.blog-details-quote__title {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%, 0 70%);
    padding: 26px 40px 26px;
}

.blog-details-quote__title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.blog-details-quote__text {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 42px 9px;
}

.blog-details-quote__text h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
}

.blog-details-quote__text a {
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-quote__text a:hover {
    color: var(--thm-primary-color);
}

.blog-details-text2 {
    position: relative;
    display: block;
    padding-top: 44px;
}

.blog-details-text2 p {
    margin: 0;
}

.rising-demand-for-speed-efficiency {
    position: relative;
    display: block;
    padding-top: 49px;
}

.rising-demand-for-speed-efficiency .title {
    position: relative;
    display: block;
}

.rising-demand-for-speed-efficiency .title h2 {
    font-size: 34px;
    line-height: 1.0em;
    margin-bottom: 18px;
}

.rising-demand-for-speed-efficiency .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.rising-demand-for-speed-efficiency .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.rising-demand-for-speed-efficiency .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.rising-demand-for-speed-efficiency-single {
    position: relative;
    display: block;
    padding-top: 20px;
}

.rising-demand-for-speed-efficiency-single .inner {
    position: relative;
    display: block;
    padding-left: 37px;
}

.rising-demand-for-speed-efficiency-single .inner i {
    position: absolute;
    top: 7px;
    left: 0;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
}

.rising-demand-for-speed-efficiency-single .inner h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.rising-demand-for-speed-efficiency-list {
    position: relative;
    display: block;
    padding-left: 37px;
    padding-top: 20px;
}

.rising-demand-for-speed-efficiency-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.rising-demand-for-speed-efficiency-list li+li {
    margin-top: 16px;
}

.rising-demand-for-speed-efficiency-list li i {
    color: var(--thm-primary-color);
    font-size: 17px;
    top: -2px;
}

.rising-demand-for-speed-efficiency-list li p {
    margin: 0;
    padding-left: 10px;
}

.future-global-logistics {
    position: relative;
    display: block;
    padding-top: 49px;
}

.future-global-logistics .title {
    position: relative;
    display: block;
}

.future-global-logistics .title h2 {
    font-size: 34px;
    line-height: 1.0em;
    margin-bottom: 18px;
}

.future-global-logistics .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.future-global-logistics .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.future-global-logistics .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.future-global-logistics .text p {
    color: var(--thm-black);
    font-weight: 500;
}

.future-global-logistics-list {
    position: relative;
    display: block;
    padding-top: 22px;
}

.future-global-logistics-list li {
    position: relative;
    display: block;
    padding-left: 44px;
}

.future-global-logistics-list li+li {
    margin-top: 17px;
}

.future-global-logistics-list li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
}

.future-global-logistics-list li .text1 {
    position: relative;
    display: block;
}

.future-global-logistics-list li .text1 p {
    margin: 0;
}

.future-global-logistics-list li .text1 p span {
    color: var(--thm-black);
    font-size: 24px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.blog-details-tag11 {
    position: relative;
    display: block;
    padding-top: 48px;
}

.blog-details-tag11 .title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.blog-details-tag11 .title .icon {
    position: relative;
    display: block;
    line-height: 0;
    margin-right: 7px;
}

.blog-details-tag11 .title .icon img {
    width: auto;
}

.blog-details-tag11 .title h4 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-details-tag11 ul {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details-tag11 ul li {
    position: relative;
    display: block;
}

.blog-details-tag11 ul li+li {
    margin-left: 5px;
}

.blog-details-tag11 ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    background-color: var(--thm-gray-bg);
    border-radius: 5px;
    padding: 5px 15px 4px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-tag11 ul li a:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.blog-details-author {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 33px 40px 32px;
    margin-top: 60px;
}

.blog-details-author-inner {
    position: relative;
    display: block;
    padding-left: 160px;
}

.blog-details-author .img-box {
    position: absolute;
    top: 6px;
    left: 0;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.blog-details-author .img-box img {
    width: 100%;
}

.blog-details-author .content-box {
    position: relative;
    display: block;
}

.blog-details-author .content-box .top {
    position: relative;
    display: block;
}

.blog-details-author .content-box .top {
    position: relative;
    display: block;
    padding-bottom: 16px;
}

.blog-details-author .content-box .top h4 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.blog-details-author .content-box .top h3 {
    font-size: 20px;
    line-height: 30px;
}

.blog-details-author .content-box .text {
    position: relative;
    display: block;
}

.blog-details-author .content-box .text p {
    margin: 0;
}

.blog-details-author .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 14px;
}

.blog-details-author .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-author .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.blog-details-author .content-box .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.blog-details-author .content-box .social-links {
    position: absolute;
    top: 0px;
    right: 0px;
}

.blog-details-author .content-box .social-links ul {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details-author .content-box .social-links ul li {
    position: relative;
    display: block;
}

.blog-details-author .content-box .social-links ul li+li {
    margin-left: 10px;
}

.blog-details-author .content-box .social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    color: #afb7c8;
    font-size: 18px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.blog-details-author .content-box .social-links ul li a:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.blog-details-prev-next-option {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.blog-details-prev-next-option::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: var(--thm-border-color);
}

.blog-details-prev-next-option .single-box {
    position: relative;
    display: block;
}

.blog-details-prev-next-option .single-box.left {
    text-align: left;
}

.blog-details-prev-next-option .single-box.right {
    text-align: right;
}

.blog-details-prev-next-option .single-box .title-box {
    position: relative;
    display: block;
    padding-bottom: 0;
}

.blog-details-prev-next-option .single-box .title-box .button-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 3px;
}

.blog-details-prev-next-option .single-box .title-box .button-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-prev-next-option .single-box .title-box .button-box a:hover {
    color: var(--thm-primary-color);
}

.blog-details-prev-next-option .single-box .title-box .button-box a span {
    position: relative;
    top: -1px;
    font-size: 20px;
}

.blog-details-prev-next-option .single-box.left .title-box .button-box a span {
    top: -1px;
    margin-right: 5px;
    transform: rotate(180deg);
}

.blog-details-prev-next-option .single-box.right .title-box .button-box a span {
    margin-left: 5px;
}

.blog-details-prev-next-option .single-box .title-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.blog-details-prev-next-option .single-box .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-prev-next-option .single-box .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.back-to-blog-post-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--thm-gray-bg);
    margin-top: 30px;
}

.back-to-blog-post-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 60px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.back-to-blog-post-btn a:hover {
    color: var(--thm-primary-color);
}

.back-to-blog-post-btn a i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 18px;
    margin-right: 10px;
}

.comment-box {
    position: relative;
    display: block;
    padding-top: 50px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 37px;
}

.comment-box .title h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 13px;
}

.comment-box .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.comment-box .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.comment-box .outer-box {
    position: relative;
    display: block;
}

.single-comment {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.outer-box > .exporto-comment-item:last-child .single-comment {
    margin-bottom: 0;
}

.single-comment-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.single-comment .img-box {
    position: relative;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-comment .img-box img {
    width: 100%;
    border-radius: var(--thm-border-radius);
}

.single-comment .content-box {
    position: relative;
    display: block;
    width: calc( 100% - 100px );
}

.single-comment .content-box .title {
    position: relative;
    display: block;
    padding-bottom: 0;
}

.single-comment .content-box .title h6.c-title {
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.single-comment .content-box .title h6 span {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-comment .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 12px;
}

.single-comment .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-comment .content-box .btn-box a i {
    font-size: 14px;
    margin-right: 7px;
}

.single-comment .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.add-comment-box {
    position: relative;
    display: block;
    padding-top: 43px;
}

.add-comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 40px;
}

.add-comment-box .inner-title h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 3px;
}

.add-comment-box .inner-title p {
    margin: 0;
}

.add-comment-box .inner-title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
    margin-top: 16px;
}

.add-comment-box .inner-title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

#add-comment-form {
    position: relative;
    display: block;
}

#add-comment-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

#add-comment-form input[type="text"],
#add-comment-form input[type="email"],
#add-comment-form textarea {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    background: transparent;
    width: 100%;
    height: 56px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    padding: 0 20px 0px;
    transition: all 500ms ease;
}

#add-comment-form textarea {
    height: 120px;
    padding: 14px 20px;
}

#add-comment-form input[type="text"]:focus,
#add-comment-form input[type="email"]:focus,
#add-comment-form textarea:focus {
    border-color: var(--thm-primary-color);
}

#add-comment-form input[type="text"]::-webkit-input-placeholder,
#add-comment-form input[type="text"]:-moz-placeholder,
#add-comment-form input[type="text"]::-moz-placeholder,
#add-comment-form input[type="text"]:-ms-input-placeholder,
#add-comment-form input[type="email"]::-webkit-input-placeholder,
#add-comment-form input[type="email"]:-moz-placeholder,
#add-comment-form input[type="email"]::-moz-placeholder,
#add-comment-form input[type="email"]:-ms-input-placeholder,
#add-comment-form textarea::-webkit-input-placeholder,
#add-comment-form textarea:-moz-placeholder,
#add-comment-form textarea::-moz-placeholder,
#add-comment-form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

#add-comment-form .checked-box1 {
    margin-top: 3px;
}

#add-comment-form .checked-box1 label {
    font-size: 17px;
    line-height: 27px;
}

#add-comment-form .checked-box1 input[type="checkbox"]+label span {
    top: 7px;
    background-color: var(--thm-gray-bg);
    border: 1px solid var(--thm-border-color);
}

#add-comment-form .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 24px;
}

#add-comment-form .btn-box .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

#add-comment-form .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

#add-comment-form .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

#add-comment-form .btn-box .btn-one:after {
    background-color: var(--thm-black-bg);
}


/*============================*/
/*====Blog Page Sidebar ======*/
/*============================*/
.blog-details-page-sidebar {
    position: relative;
    display: block;
    padding-left: 100px;
}

.sidebar-search-box-one {
    position: relative;
    display: block;
}

.sidebar-search-box-one form.search-form,
.wp-block-search__inside-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box-one .search-form input[type="text"],
.wp-block-search__inside-wrapper input {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 0px solid transparent;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
    padding-left: 25px;
    padding-right: 75px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box-one .search-form input::-webkit-input-placeholder,
.sidebar-search-box-one .search-form input:-moz-placeholder,
.sidebar-search-box-one .search-form input::-moz-placeholder,
.sidebar-search-box-one .search-form input:-ms-input-placeholder,
.wp-block-search__inside-wrapper input::-webkit-input-placeholder,
.wp-block-search__inside-wrapper input:-moz-placeholder,
.wp-block-search__inside-wrapper input:-ms-input-placeholder  {
    color: var(--thm-body-font-color);
}

.sidebar-search-box-one .search-form button,
.wp-block-search__inside-wrapper button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    min-width: 70px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    border-top-right-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    color: var(--thm-black);
    font-size: 20px;
    transition: all 500ms ease 0s;
}

.wp-block-search__inside-wrapper button {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    border:none;
    font-size: 14px;
}

.sidebar-search-box-one .search-form button i {
    position: relative;
    top: 0px;
}

.sidebar-search-box-one .search-form input[type="text"]:focus+button,
.sidebar-search-box-one .search-form button:hover,
.wp-block-search__inside-wrapper button:hover {
    color: var(--thm-primary-color);
}

.single-sidebar-box {
    position: relative;
    display: block;
}

.single-sidebar-box .sidebar-title {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.single-sidebar-box .sidebar-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-sidebar-box .sidebar-title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.single-sidebar-box .sidebar-title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.single-sidebar-categories {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 19px 25px 17px;
    margin-top: 40px;
}

.single-sidebar-categories li {
    position: relative;
    display: block;
    border-bottom: 1px dashed #c0c6d3;
    padding: 7.5px 0px 7.5px;
}

.single-sidebar-categories li:first-child {
    padding: 0px 0px 7.5px;
}

.single-sidebar-categories li:last-child {
    padding: 7.5px 0px 0px;
    border-bottom: none;
}

.single-sidebar-categories li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-sidebar-categories li a .left {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 34px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar-categories li a:hover .left {
    color: var(--thm-primary-color);
}

.single-sidebar-categories li a .left i {
    position: relative;
    top: -1px;
    color: var(--thm-primary-color);
    font-size: 20px;
    margin-left: 4px;
    opacity: 0;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar-categories li a:hover .left i {
    opacity: 1;
    transform: scale(1);
}

.single-sidebar-categories li a .right {
    position: relative;
    display: block;
}

.single-sidebar-categories li a .right .num {
    position: relative;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    top: -1px;
    right: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms linear;
    transition-delay: 0.3s;
}

.single-sidebar-categories li a:hover .right .num {
    opacity: 1;
    transform: scale(1);
}

.single-sidebar-categories li a .right i {
    position: absolute;
    top: 2px;
    color: #a6aec1;
    font-size: 20px;
    right: -3px;
    opacity: 1;
    transform: scale(1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar-categories li a:hover .right i {
    opacity: 0;
    transform: scale(0);
}

.single-sidebar-post {
    position: relative;
    display: block;
    padding-top: 33px;
}

.single-sidebar-post .expo-post__item {
    position: relative;
    display: block;
}

.single-sidebar-post .expo-post__item+.expo-post__item {
    margin-top: 26px;
}

.single-sidebar-post .expo-post__item .category {
    position: relative;
    display: block;
}

.single-sidebar-post .expo-post__item .category h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-sidebar-post .expo-post__item .title {
    position: relative;
    display: block;
    padding-top: 4px;
}

.single-sidebar-post .expo-post__item .title h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}

.single-sidebar-post .expo-post__item .title h3 a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar-post .expo-post__item .title h3:hover a {
    color: var(--thm-primary-color);
}

.single-sidebar-post .expo-post__item .title h3 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    height: 1px;
    width: 0;
    background-color: var(--thm-black-bg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-sidebar-post .expo-post__item .title h3:hover a::before {
    width: 100%;
}

.single-sidebar-post .expo-post__item .date {
    position: relative;
    display: block;
    padding-top: 6px;
}

.single-sidebar-post .expo-post__item .date p {
    margin: 0;
}

.single-sidebar-box.two {
    margin-top: 33px;
}

.single-sidebar-tags {
    position: relative;
    display: block;
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding: 39px 0px 0px;
}

.single-sidebar-tags li {
    position: relative;
    display: block;
    float: left;
    margin: 0 2.5px 5px;
}

.single-sidebar-tags li a {
    position: relative;
    display: block;
    padding: 4.5px 15px 4.5px;
    border-radius: 5px;
    background: var(--thm-gray-bg);
    color: var(--thm-black);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar-tags li:hover a {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}













/*** 
=============================================
    End Css
=============================================
***/