/* ======================================
Blog One
======================================== */
.blog-one {
	position: relative;
	display: block;
	background-color: var(--thm-white);
	padding: 140px 0px 140px;
	z-index: 10;
}

.blog-one .sec-count-box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 165px;
	bottom: 0px;
	width: 150px;
	height: 305px;
	overflow: hidden;
	background-color: var(--thm-secondary);
	clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
}

.blog-one .sec-count-box h1 {
	position: relative;
	top: 10px;
	color: var(--thm-white);
	font-size: 216px;
	line-height: 180px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	letter-spacing: 2.16px;
}

.blog-one__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
}

.blog-one__top-left {
	position: relative;
	display: block;
}

.blog-one__top-btn-box {
	position: relative;
	display: block;
}

.blog-one__bottom {
	position: relative;
	display: block;
	margin-left: 70px;
}

.blog-one__left-box {
	position: relative;
	display: block;
	padding-right: 88px;
}

.blog-one__img-box {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 520px;
	border-radius: 40px;
}

.blog-one__img-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: linear-gradient(0deg, #151515 -1.3%, rgba(var(--thm-primary-rgb), 0.50) 60.99%);
	transition: opacity 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

.blog-one__img-box:hover::before {
	opacity: 0.70;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.blog-one__img-box img {
	width: 100%;
	transform: scale(1.0);
	transition: opacity 0.8s ease;
	transition: all 0.8s ease;
}

.blog-one__img-box:hover img {
	transform: scale(1.05) rotate(1deg);
}

.blog-one__img-box__shape1 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.blog-one__content {
	position: relative;
	display: block;
	padding-top: 32px;
}

.blog-one__content .date-box {
	position: relative;
	display: block;
}

.blog-one__content .date-box p {
	color: #1F2034;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--thm-font);
	font-weight: 400;
}

.blog-one__content .title-box {
	position: relative;
	display: block;
	padding-top: 7px;
}

.blog-one__content .title-box h3 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 14px;
}

.blog-one__content .title-box h3 a {
	color: var(--thm-body-font-color);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-one__content .title-box h3 a:hover {
	color: var(--thm-primary);
}

.blog-one__content .title-box p {
	color: var(--thm-body-font-color);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.blog-one__btn-box {
	position: relative;
	display: inline-block;
	line-height: 0;
	padding-top: 41px;
}

.blog-one__btn {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #E65418;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
}

.blog-one__btn span {
	font-size: 16px;
	padding-left: 5px;
}

.blog-one__btn:hover {
	color: var(--thm-secondary);
}

.blog-one__right-box {
	position: relative;
	display: block;
	margin-left: 87px;
}

.blog-one__right-list {
	position: relative;
	display: block;
}

.blog-one__right-list li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);
	padding-bottom: 27px;
}

.blog-one__right-list li+li {
	margin-top: 22px;
}

.blog-one__right-list li .date-box {
	position: relative;
	display: block;
}

.blog-one__right-list li .date-box p {
	color: #1F2034;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.blog-one__right-list li .title-box {
	position: relative;
	display: block;
	padding-top: 8px;
}

.blog-one__right-list li .title-box h3 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
}

.blog-one__right-list li .title-box h3 a {
	color: var(--thm-body-font-color);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-one__right-list li .title-box h3 a:hover {
	color: var(--thm-primary);
}

.blog-one__right-list li .btn-box {
	position: relative;
	display: inline-block;
	line-height: 0;
	padding-top: 33px;
}













/* ======================================
Blog Two
======================================== */
.blog-two {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	padding: 140px 0px 140px;
	z-index: 10;
}

.blog-two__shape1 {
	position: absolute;
	top: -90px;
	right: 0;
	opacity: 0.1;
	z-index: -2;
}

.blog-two__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 61px;
}

.blog-two__top .sec-title-one {
	padding-bottom: 0;
	max-width: 605px;
}

.blog-two__top .sec-title-one .sub-title p {
	color: var(--thm-secondary);
}

.blog-two__top .sec-title-one .sub-title .border-line {
	background-color: rgba(255, 255, 255, 0.20);
}

.blog-two__top .sec-title-one .big-title h2 {
	color: var(--thm-white);
}

.blog-two__top .sec-title-one .big-title p {
	color: rgb(255, 255, 255, 0.8);
}

.blog-two__top-btn {
	position: relative;
	display: block;
	max-width: 200px;
	width: 100%;
}

.blog-two__btn {
	padding-left: 25px;
	background-color: var(--thm-black-bg3);
	color: var(--thm-primary-2);
}

.blog-two__bottom {
	position: relative;
	display: block;
	margin-left: 70px;
}

.single-blog-two {
	position: relative;
	display: block;
}

.single-blog-two-box1 {
	position: absolute;
	top: -29px;
	right: -1px;
	width: 30px;
	height: 30px;
	background-color: var(--thm-black-bg3);
	clip-path: polygon(83% 34%, 100% 0, 100% 61%, 100% 100%, 100% 100%, 56% 100%, 0 100%, 0 100%, 34% 82%, 59% 60%);
	z-index: 10;
}

.single-blog-two-box2 {
	position: absolute;
	top: 31px;
	left: -29px;
	width: 30px;
	height: 30px;
	background-color: var(--thm-black-bg3);
	clip-path: polygon(76% 68%, 91% 43%, 100% 0, 100% 100%, 0 100%, 0 74%, 30% 85%, 55% 83%);
	z-index: 10;
}

.single-blog-two__img {
	position: relative;
	display: block;
}

.single-blog-two__img .inner {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px 30px 0px 30px;
}

.single-blog-two__img .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: linear-gradient(0deg, #FF5A79 -1.22%, rgba(var(--thm-secondary-rgb), 0.70) 60.99%);
	transition: opacity 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

.single-blog-two:hover .single-blog-two__img .inner::before {
	opacity: 0.70;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.single-blog-two__img .inner img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.9s ease;
}

.single-blog-two:hover .single-blog-two__img .inner img {
	transform: scale(1.05) rotate(0deg);
}


.blog-two-overlay-content {
	position: relative;
	display: block;
	margin-top: -60px;
	margin-left: 40px;
	background-color: var(--thm-black-bg3);
	border-top-left-radius: 30px;
	padding: 24px 29px 0px;
	z-index: 3;
}

.blog-two-overlay-content .date-box {
	position: relative;
	display: block;
}

.blog-two-overlay-content .date-box p {
	color: rgba(255, 255, 255, 0.80);
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.blog-two-overlay-content .title {
	position: relative;
	display: block;
	padding-top: 6px;
}

.blog-two-overlay-content .title h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.blog-two-overlay-content .title h3 a {
	color: var(--thm-white);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-two-overlay-content .title h3 a:hover {
	color: var(--thm-primary-2);
}

.blog-two-overlay-content .btn-box {
	position: relative;
	display: inline-block;
	line-height: 0;
	padding-top: 36px;
}

.blog-two-overlay-content .btn-box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--thm-primary-2);
	font-weight: 600;
}

.blog-two-overlay-content .btn-box a span {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
	padding-left: 10px;
}

.blog-two-overlay-content .btn-box a:hover {
	color: var(--thm-secondary);
}

.blog-two .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid var(--thm-secondary);
}

.blog-two .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--thm-secondary);
	opacity: 1.0;
}

.blog-two .swiper-nav-style-one:after {
	background-color: var(--thm-secondary);
}

.blog-two .swiper-nav-style-one:before {
	background-color: rgba(var(--thm-white-rgb), .10);
}

.blog-two .swiper-button-prev1,
.blog-two .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-white-rgb), .20);
	color: var(--thm-white);
}

.blog-two .swiper-button-prev1 {
	transform: rotate(180deg);
}

.blog-two .swiper-button-prev1:hover,
.blog-two .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/* ======================================
Blog Three
======================================== */
.blog-three {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	padding: 120px 0 108px;
	z-index: 1;
}

.blog-three__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}

.blog-three__top .section-title-two {
	margin-bottom: 0;
}

.blog-three__btn-box {
	position: relative;
	display: block;
}

.blog-three__bottom {
	position: relative;
	display: block;
}

.blog-three__single {
	position: relative;
	display: block;
}

.blog-three__img-box {
	position: relative;
	display: block;
}

.blog-three__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.blog-three__img::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thm-black);
	opacity: 0;
	transition: background-color 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

.blog-three__single:hover .blog-three__img::before {
	opacity: .40;
}

.blog-three__img img {
	width: 100%;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.blog-three__single:hover .blog-three__img img {
	transform: scale(1.05) rotate(0deg);
}

.blog-three__content {
	position: relative;
	display: block;
	margin-top: 20px;
}

.blog-three__date {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(var(--thm-white-rgb), .6);
}

.blog-three__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 5px;
}

.blog-three__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-three__title a:hover {
	color: var(--thm-secondary);
}

.blog-three__bottom .swiper-nav-style-one {
	margin-top: 55px;
}

.blog-three__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: #D9D9D9;
}

.blog-three__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
}

.blog-three__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}

.blog-three__bottom .swiper-nav-style-one:before {
	background-color: rgba(var(--thm-white-rgb), .10);
}

.blog-three__bottom .swiper-nav-style-one:after {
	background-color: #F4C45E;
}

.blog-three__bottom .swiper-button-prev1,
.blog-three__bottom .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-black-rgb), .20);
	color: var(--thm-white);
}

.blog-three__bottom .swiper-button-prev1 {
	transform: rotate(170deg);
}

.blog-three__bottom .swiper-button-prev1:hover,
.blog-three__bottom .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/* ======================================
Blog Four
======================================== */
.blog-four {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	margin: 40px 40px 40px;
	z-index: 1;
}

.blog-four__shape-1 {
	position: absolute;
	bottom: 250px;
	right: 145px;
	opacity: .20;
}

.blog-four__shape-1 img {
	width: auto;
}

.blog-four__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}

.blog-four__top .section-title-two {
	margin-bottom: 0px;
}

.blog-four__top .section-title-two__title {
	color: var(--thm-black);
}

.blog-four__btn-box {
	position: relative;
	display: block;
}

.blog-four__btn:hover {
	color: var(--thm-white);
}

.blog-four__btn::before {
	background-color: var(--thm-black);
}

.blog-four__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.blog-four__date-and-title {
	position: relative;
	display: block;
}

.blog-four__date {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #1F2034;
}

.blog-four__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 5px;
}

.blog-four__title a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-four__title a:hover {
	color: var(--thm-secondary);
}

.blog-four__img-box {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 21px;
}

.blog-four__img {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.blog-four__img:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	pointer-events: none;
	opacity: 0;
	transition: opacity .5s ease-out;
	background-color: rgba(var(--thm-black-rgb), .30);
}

.blog-four__single:hover .blog-four__img:after {
	opacity: 1
}

.blog-four__img img {
	width: 100%;
	border-radius: 20px;
	transform: scale(1.01);
	transition: transform .5s cubic-bezier(.27, .48, .45, .94);
	transform-origin: 70% 80%
}

.blog-four__single:hover .blog-four__img img {
	transform: scale(1.036);
	transition-duration: .9s
}

.blog-four__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: var(--thm-black);
}

.blog-four__btn-box-two {
	position: relative;
	display: block;
}

.blog-four__btn-box-two {
	position: relative;
	display: block;
	margin-top: 19px;
}

.blog-four__btn-two {
	border: 1px solid #16232C;
	background-color: transparent;
	color: #16232C;
	padding: 12px 31px 10px;
}

.blog-four__btn-two:hover {
	color: var(--thm-white);
	border: 1px solid var(--thm-black);
}

.blog-four__btn-two::before {
	background-color: var(--thm-black);
}

/* ======================================
Blog Five
======================================== */
.blog-five {
	padding: 120px 0 120px;
	z-index: 1;
}

.blog-five__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 62px;
}

.blog-five__top .section-title-two {
	margin-bottom: 0;
}

.blog-five__top .section-title-two__title {
	color: var(--thm-black);
}

.blog-five__btn-box {
	position: relative;
	display: block;
}

.blog-five__btn:hover {
	color: var(--thm-white);
}

.blog-five__btn::before {
	background-color: var(--thm-black);
}

.blog-five__bottom {
	position: relative;
	display: block;
	margin-left: 110px;
}

.blog-five__blog-list {
	position: relative;
	display: block;
}

.blog-five__blog-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 39px;
}

.blog-five__blog-list li+li {
	margin-top: 44px;
}

.blog-five__date-and-title {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-five__date {
	position: relative;
	display: block;
	margin-right: 100px;
}

.blog-five__date>p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.blog-five__title-box {
	position: relative;
	display: block;
}

.blog-five__sub-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	border-radius: 20px;
	background: rgba(244, 196, 94, 0.20);
	padding: 8px 17px 9px;
}

.blog-five__sub-title a{
	color: inherit;
}

.blog-five__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 11px;
	max-width: 670px;
}

.blog-five__title a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-five__title a:hover {
	color: var(--thm-secondary);
}

.blog-five__btn-box-2 {
	position: relative;
	display: block;
}

.blog-five__btn-2 {
	background-color: transparent;
	border: 1px solid var(--thm-black);
	color: var(--thm-black);
	padding: 12px 31px 10px;
}

.blog-five__btn-2:hover {
	color: var(--thm-white);
}

.blog-five__btn-2::before {
	background-color: var(--thm-black);
}

/* ======================================
Blog Six
======================================== */
.blog-six {}

.blog-six .container {
	max-width: 1560px;
}

.blog-six__inner {
	position: relative;
	display: block;
	padding: 140px 0 140px;
	z-index: 1;
}

.blog-six__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%, 0% 50%);
	z-index: -1;
}

.blog-six__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: -1000000px;
	right: 99%;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	z-index: -1;
}

.blog-six__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: 130px;
}

.blog-six__top-left {
	position: relative;
	display: block;
}

.blog-six__top-left .sec-title-three {
	padding-bottom: 80px;
}

.blog-six__btn-box {
	position: relative;
	display: block;
}

.blog-six__bottom {
	position: relative;
	display: block;
	margin-left: 90px;
	margin-right: 363px;
}

.blog-six__bottom .swiper-container {
	margin-right: -236px;
}

.blog-six__single {
	position: relative;
	display: block;
}

.blog-six__img-box {
	position: relative;
	display: block;
}

.blog-six__img {
	position: relative;
	display: block;
	overflow: hidden;
	clip-path: polygon(0 0, 88% 0, 100% 18%, 100% 100%, 0 100%, 0 50%);
	z-index: 1;
}

.blog-six__img::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thm-black);
	opacity: 0;
	transition: background-color 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

.blog-six__single:hover .blog-six__img::before {
	opacity: .40;
}

.blog-six__img img {
	width: 100%;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.blog-six__single:hover .blog-six__img img {
	transform: scale(1.05) rotate(0deg);
}

.blog-six__content {
	position: relative;
	display: block;
	margin-top: 20px;
}

.blog-six__date {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(var(--thm-white-rgb), .6);
}

.blog-six__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
	margin-top: 5px;
}

.blog-six__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-six__title a:hover {
	color: var(--thm-secondary);
}

.blog-six__bottom .swiper-nav-style-one {
	margin-top: 70px;
}

.blog-six__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: #D9D9D9;
}

.blog-six__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
}

.blog-six__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}

.blog-six__bottom .swiper-nav-style-one:before {
	background-color: rgba(var(--thm-white-rgb), .10);
}

.blog-six__bottom .swiper-nav-style-one:after {
	background-color: #F4C45E;
}

.blog-six__bottom .swiper-button-prev1,
.blog-six__bottom .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-white-rgb), .10);
	color: var(--thm-white);
}

.blog-six__bottom .swiper-button-prev1 {
	transform: rotate(180deg);
}

.blog-six__bottom .swiper-button-prev1:hover,
.blog-six__bottom .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}



/* ======================================
Page Header
======================================== */
.page-header {
	position: relative;
	display: block;
	padding: 20px 0 20px;
	z-index: 1;
}

.page-header__inner {
	position: relative;
	display: block;
}

.thm-breadcrumb {
	position: relative;
	display: flex;
	align-items: center;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li+li {
	margin-left: 10px;
}

.thm-breadcrumb li span {
	color: var(--thm-black);
}

.thm-breadcrumb li a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
	color: var(--thm-primary);
}

.thm-breadcrumb li:last-child {
	color: rgba(31, 32, 52, .6);
}

/* ======================================
Blog Details
======================================== */
.blog-details {
	padding: 0 0 120px;
	z-index: 1;
}

.blog-details__left {
	position: relative;
	display: block;
}

.blog-details__img-1 {
	position: relative;
	display: block;
}

.blog-details__img-1 img {
	width: 100%;
}

.blog-details__client-and-date-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.blog-details__client-box {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-details__client-img {
	position: relative;
	display: block;
}

.blog-details__client-img img {
	width: auto;
	border-radius: 50%;
}

.blog-details__client-name {
	position: relative;
	display: block;
	margin-left: 10px;
}

.blog-details__client-name>p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(var(--thm-black-rgb), .6);
}

.blog-details__date-box {
	position: relative;
	display: block;
	padding-left: 20px;
	margin-left: 20px;
}

.blog-details__date-box::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 19px;
	background-color: rgba(var(--thm-black-rgb), .10);
}

.blog-details__date-box>p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(var(--thm-black-rgb), .6);
}

.blog-details__title-1 {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
}

.blog-details__title-1 a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__title-1 a:hover {
	color: var(--thm-secondary);
}

.blog-details__text-1 {
	color: #1F2034;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 29px;
	margin-bottom: 21px;
}

.blog-details__text-2 {
	color: #1F2034;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.blog-details__quote-box {
	position: relative;
	display: flex;
	border-radius: 10px;
	background: #F6F8F5;
	box-shadow: -3px 0px 0px 0px #F4C45E;
	padding: 21px 20px 19px;
	margin-top: 29px;
	margin-bottom: 80px;
}

.blog-details__quote-icon {
	position: relative;
	display: block;
}

.blog-details__quote-icon img {
	width: auto;
	max-width: none;
}

.blog-details__quote-text {
	color: #1F2034;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-left: 20px;
}

.blog-details__title-2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
}

.blog-details__text-3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
	margin-top: 21px;
	margin-bottom: 39px;
}

.blog-details__title-3 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
}

.blog-details__text-4 {
	color: #1F2034;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 21px;
	margin-bottom: 20px;
}

.blog-details__points-box {
	position: relative;
	display: block;
}

.blog-details__points-text {
	color: #1F2034;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}

.blog-details__points {
	position: relative;
	display: block;
}

.blog-details__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-details__points li+li {
	margin-top: 10px;
}

.blog-details__points-bullets {
	position: relative;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #205158;
	border-radius: 50%;
	top: -2px;
}

.blog-details__points li p {
	margin-left: 11px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.blog-details__social-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(var(--thm-black-rgb), .10);
	padding-top: 20px;
	margin-top: 38px;
	margin-bottom: 85px;
}

.blog-details__social-box>span {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: var(--thm-black);
}

.blog-details__social {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-details__social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.10);
	font-size: 18px;
	color: var(--thm-black);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.blog-details__social a:hover {
	color: var(--thm-white);
	background-color: var(--thm-black);
}

.blog-details__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--thm-black);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.blog-details__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.blog-details__social a+a {
	margin-left: 10px;
}

.comment-one {
	position: relative;
	display: block;
	margin-top: 60px;
}

.comment-one__title {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	padding-bottom: 19px;
	margin-bottom: 30px !important;
	border-bottom: 1px solid rgba(var(--thm-black-rgb), .10);
}

.comment-one__single {
	position: relative;
	margin-bottom:40px;
}

.comment-one > .buildzone-comment-item:last-child .comment-one__single{
	margin-bottom: 0px;
}

.comment-one__single-2 {
	padding-left: 90px;
	border-bottom: 1px solid rgba(var(--thm-black-rgb), .10);
	padding-bottom: 30px;
}

.comment-one__image {
	position: relative;
	display: block;
}

.comment-one__image img {
	width: auto;
	max-width: none;
	border-radius: 50%;
}

.comment-one__content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.comment-one__content h3.c-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 5px !important;
}

.comment-one__content>span {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(31, 32, 32, .8);
	margin-top: 1px;
	margin-bottom: 13px;
	position: relative;
	display: block;
}

.comment-one__content p {
	color: #1F2034;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.comment-one__btn {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--thm-black);
	margin-top: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.comment-one__btn:hover {
	color: var(--thm-secondary);
}

.comment-one__btn>span {
	position: relative;
	margin-right: 10px;
}

.comment-form {
	position: relative;
	display: block;
}

.comment-form__title {
	color: #152426;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
}

.comment-form__text {
	color: #303D3F;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 9px;
}

.comment-form {
	position: relative;
	display: block;
	border-radius: 20px;
	background-color: #F6F8F5;
	padding: 39px 40px 40px;
	margin-top: 80px;
}

.comment-form .row {
	--bs-gutter-x: 20px;
}

.comment-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 19px;
}

.comment-form__input-box>p {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: var(--thm-black);
	margin-bottom: 4px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
	height: 50px;
	width: 100%;
	border-radius: 25px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	color: rgba(var(--thm-black-rgb), .6);
	background-color: transparent;
	display: block;
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: rgba(var(--thm-black-rgb), .6);
	height: 120px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 20px 20px 30px;
	outline: none;
	font-weight: 400;
	background-color: transparent;
	margin-bottom: 0px;
}

.comment-form__btn-box {
	position: relative;
	display: block;
}

.comment-form__btn {
	border: none;
}

.comment-form__input-box.text-message-box {
	height: 120px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
}

.sidebar {
	position: relative;
	display: block;
	margin-left: 30px;
}

.sidebar__single+.sidebar__single {
	margin-top: 10px;
}

.sidebar__search {
	position: relative;
	display: block;
	border-radius: 10px;
	background-color: #F6F8F5;
	padding: 20px;
}

.sidebar__search-form,
.wp-block-search__inside-wrapper {
	position: relative;
}

.sidebar__search-form input[type="search"],
.wp-block-search__inside-wrapper input{
	display: block;
	border: 1px solid rgba(6, 7, 29, 0.10);
	background-color: transparent;
	outline: none;
	color: #1F2034;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	height: 50px;
	width: 100%;
	padding-right: 55px;
	border-radius: 25px;
}

.wp-block-search__inside-wrapper input {
	padding-right: 100px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: #1F2034;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #1F2034;
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #1F2034;
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: #1F2034;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #1F2034;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #1F2034;
}

.sidebar__search-form button[type="submit"],
.wp-block-search__inside-wrapper  button{
	background-color: transparent;
	color: #1F2034;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 60px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.wp-block-search__inside-wrapper  button {
	padding: 0 20px;
	font-size: 18px;
}

.sidebar__category {
	position: relative;
	display: block;
	border-radius: 10px;
	background-color: #F6F8F5;
}

.sidebar__title,
.widget h2,
.widget .wp-block-search__label{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 19px;
	margin-bottom: 25px;
	color: var(--thm-black);
  font-family: var(--thm-font);
}

.sidebar__category-list {
	position: relative;
	display: block;
	padding: 0 20px 11px;
}

.sidebar__category-list li {
	position: relative;
	display: block;
}

.sidebar__category-list li:last-child a {
	border-bottom: none;
}

.sidebar__category-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #1F2034;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 15px;
	padding-top: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
	color: var(--thm-primary);
}

.sidebar__post {
	position: relative;
	display: block;
	border-radius: 10px;
	background-color: #F6F8F5;
}

.sidebar__post-list {
	position: relative;
	display: block;
	padding: 20px;
}

.sidebar__post-list li {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 10px;
}

.sidebar__post-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar__post-list li+li {
	margin-top: 10px;
}

.sidebar__post-image {
	position: relative;
	display: block;
}

.sidebar__post-image img {
	width: auto;
	max-width: none;
}

.sidebar__post-content {
	position: relative;
	display: block;
	margin-left: 15px;
}

.sidebar__post-date {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(var(--thm-black-rgb), .6);
}

.sidebar__post-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

.sidebar__post-title a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-title a:hover {
	color: var(--thm-secondary);
}

.sidebar__tags {
	position: relative;
	display: block;
	background-color: #F6F8F5;
	border-radius: 10px;
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 25px;
}

.sidebar__tags-list {
	margin-top: -15px;
	padding: 20px;
	padding-top: 0;
	padding-left: 15px;
}

.sidebar__tags-list a {
	font-size: 16px;
	color: #1F2034;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 2px 13px 2px;
	margin-left: 6px;
	font-weight: 400;
	border-radius: 20px;
	border: 1px solid rgba(6, 7, 29, 0.10);
}

.sidebar__tags-list a+a {
	margin-left: 6px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--thm-white);
	background-color: var(--thm-primary);
	border: 1px solid var(--thm-primary);
}

/* ======================================
Related Post
======================================== */
.related-post {
	background-color: #1E353D;
	padding: 140px 0 131px;
	z-index: 1;
}

.related-post .section-title-two {
	margin-bottom: 31px;
}

.related-post__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.80);
}

.related-post__bottom {
	position: relative;
	display: block;
	margin-top: 59px;
}

.related-post__bottom .swiper-nav-style-one {
	top: -104px;
	right: 0;
	position: absolute;
	margin: 0;
}

.related-post__bottom .swiper-nav-style-one:before {
	display: none;
}

.related-post__bottom .swiper-nav-style-one:after {
	display: none;
}

.related-post__bottom .swiper-button-prev1,
.related-post__bottom .swiper-button-next1 {
	color: var(--thm-white);
	border: 1px solid rgba(255, 255, 255, 0.20);
}

.related-post__bottom .swiper-button-prev1 {
	transform: rotate(-180deg);
}

.related-post__bottom .swiper-button-prev1:hover,
.related-post__bottom .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/* ======================================
	Blog Single
======================================== */
.blog-single {
	position: relative;
	display: block;
	padding: 40px 0 120px;
	z-index: 1;
}

.blog-single__left {
	position: relative;
	display: block;
}

.blog-single__single {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.blog-single__date {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(var(--thm-black-rgb), .6);;
}

.blog-single__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 20px !important;
}

.blog-single__title a {
	color: var(--thm-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog-single__title a:hover {
	color: var(--thm-secondary);
}

.blog-single__img {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	border-radius: 20px;
}

.blog-single__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: rgba(var(--thm-black-rgb), .20);
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.blog-single__single:hover .blog-single__img::before {
	transform: translateY(0);
	width: 100%;
}

.blog-single__img img {
	border-radius: 20px;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.blog-single__single:hover .blog-single__img img {
	transform: scale(1.05) rotate(0deg);
}

.blog-single__text {
	font-size: 18px;
	color: var(--thm-black);
	font-weight: 400;
	line-height: 28px;
	margin-top: 21px;
	margin-bottom: 19px;
}

.blog-single__btn-box {
	position: relative;
	display: block;
}

.blog-single__btn {
	background-color: transparent;
	border: 1px solid #16232C;
	padding: 12px 31px 10px;
}

.blog-single__btn:hover {
	color: var(--thm-white)
}

.blog-single__btn::before {
	background-color: var(--thm-black);
}

.blog-single__pagination {
	position: relative;
	display: block;
}

.blog-single__pagination .pg-pagination li {
	display: inline-block;
	margin-right: 8px;
}

.blog-single__pagination .pg-pagination li:first-child a {
	border: 1px solid transparent;
	transform: rotate(-180deg);
}

.blog-single__pagination .pg-pagination li:last-child {
	margin-right: 0;
}

.blog-single__pagination .pg-pagination li:last-child a {
	border: 1px solid transparent;
}

.blog-single__pagination .pg-pagination li:nth-child(6) a {
	border: 1px solid transparent;
}

.blog-single__pagination .pg-pagination li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	color: var(--thm-black);
	border: 1px solid rgba(17, 47, 23, 0.10);
	border-radius: 50%;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-single__pagination .pg-pagination li a:hover {
	background-color: var(--thm-black);
	border: 1px solid var(--thm-black);
	color: var(--thm-white);
}

/* ======================================
	Page Header Two
======================================== */
.page-header-two {
	position: relative;
	display: block;
	padding: 80px 0 60px;
	z-index: 1;
}

.page-header-two__inner {
	position: relative;
	display: block;
	text-align: center;
}

.thm-breadcrumb-two {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thm-breadcrumb-two li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb-two li+li {
	margin-left: 10px;
}

.thm-breadcrumb-two li span {
	color: var(--thm-black);
}

.thm-breadcrumb-two li a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb-two li a:hover {
	color: var(--thm-primary);
}

.thm-breadcrumb-two li:last-child {
	color: rgba(31, 32, 52, .6);
}

.page-header-two__title {
	font-size: 74px;
	font-weight: 600;
	line-height: 82px;
	letter-spacing: 1.48px;
	margin-top: 8px;
	margin-bottom: 19px;
	font-family: var(--thm-font-2);
}

.page-header-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #1F2034;
}

/* ======================================
	Blog Page Two
======================================== */
.blog-page-two {
	padding-bottom: 120px;
	z-index: 1;
}

.blog-page-two .blog-single__pagination {
	text-align: center;
}

/* ======================================
	Blog Page 
======================================== */
.blog-page {
	padding: 0 0 120px;
	z-index: 1;
}

.blog-page .blog-three__date {
	color: rgba(var(--thm-black-rgb), .6);
}

.blog-page .blog-three__title a {
	color: var(--thm-black);
}

.blog-page .blog-three__title a:hover {
	color: var(--thm-secondary);
}

.blog-page .blog-three__single {
	margin-bottom: 60px;
}

.blog-page .blog-single__pagination {
	text-align: center;
}




/* ======================================
	End
======================================== */