/*
    Template Name: meiyang Template
    Author: meiyang.me
    Version: 2.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	transition: all 0.2s ease;
}

body {
	font-size: 1.1rem;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
	color: #44566C;
}

p {
	font-size: 1rem;
	line-height: 1.75;
	margin: 0;
	color: #52657c;
	margin-bottom: 0.75rem;
}

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

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li, ol li {
	font-size: 1rem;
}

a {
	color: inherit;
	text-decoration: none;
	font-size: 1rem;
	color: #012b5c;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.page {
	text-align: center;
	margin: 20px 0;
}

.page span {
	background-color: #007bff;
	color: #FFF;
	padding: 5px 12px;
	border-radius: 4px;
	font-weight: bold;
}

.page a {
	background-color: #c8cbcf;
	color: #FFF;
	padding: 5px 12px;
	border-radius: 4px;
	font-weight: bold;
}

.logo_img {
	width: 7rem;
	height: 7rem;
	border-width: 6px;
	border-radius: 9999px;
	border-color: #012b5c;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.logo_title {
	font-size: 1rem;
	line-height: 1.75rem;
	text-align: center;
	font-weight: 500;
}

.input-group {
	flex-wrap: nowrap;
}

.so {
	width: 80%;
	background: #eef5ff;
	border-radius: 0.25rem;
	height: 3.25rem;
	border: 0;
	font-size: 1rem;
	outline: 0;
	box-shadow: none;
	padding: 1rem;
	overflow: hidden;
}

.search-btn {
	font-size: 0.875rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.8;
	padding: 0.675rem 1rem;
	border: 0;
	background: #a8c7ff;
	border-radius: 0.25rem;
}

.scroll-line {
	background: #007bff;
	height: .085rem;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 3000;
	transition: width 0.1s ease;
	box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
	background: linear-gradient(90deg, 
	                rgba(0, 153, 255, 0.6),
	                #007bff, 
	                rgba(0, 50, 180, 0.8)
	 );
}
/*-------------------------------------------------
    [ ## Heading ]
---------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: "Poppins", sans-serif;
	color: #012b5c;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 5rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.5rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1rem;
}

.glightbox-clean .gslide-title {
	margin: 0;
	text-transform: capitalize;
}

.font-thin {
	font-weight: 100;
}

.font-extralight {
	font-weight: 200;
}

.font-light {
	font-weight: 300;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.font-extrabold {
	font-weight: 800;
}

.font-black {
	font-weight: 900;
}

/*-------------------------------------------------
    [ ## Fields ]
---------------------------------------------------*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus {
	outline: none;
	box-shadow: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	box-shadow: 0 0 0rem 100rem white inset;
	-webkit-box-shadow: 0 0 0rem 100rem white inset !important;
	-webkit-text-fill-color: #000000 !important;
}

input:-webkit-autofill:focus {
	box-shadow: 0 0 0rem 100rem white inset;
	-webkit-box-shadow: 0 0 0rem 100rem white inset !important;
	-webkit-text-fill-color: #000000 !important;
}

input {
	width: 100%;
	height: 3rem;
	border: 1px solid #E3E3E3;
	border-radius: 0.31rem;
	padding: 1rem;
	font-size: 0.875rem;
	transition: all 0.15s ease;
}

@media screen and (min-width: 992px) {
	input {
		font-size: 1rem;
		height: 3.43rem;
	}
}

input:focus {
	border-color: #007bff;
}

textarea {
	width: 100%;
	height: 10rem;
	padding: 1rem;
	font-size: 0.875rem;
	border: 1px solid #E3E3E3;
	border-radius: 0.31rem;
	transition: all 0.15s ease;
	box-shadow: none;
}

@media screen and (min-width: 992px) {
	textarea {
		font-size: 1rem;
	}
}

textarea:focus {
	border-color: #007bff;
	outline: 0;
	box-shadow: none;
}

::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #000000;
	opacity: 0.4;
	font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
	::-webkit-input-placeholder {
		font-size: 1rem;
	}
}

::-moz-placeholder {
 /* Firefox 19+ */
	color: #000000;
	opacity: 0.4;
	font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
	::-moz-placeholder {
		font-size: 1rem;
	}
}

:-ms-input-placeholder {
 /* IE 10+ */
	color: #000000;
	opacity: 0.4;
	font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
	:-ms-input-placeholder {
		font-size: 1rem;
	}
}

:-moz-placeholder {
 /* Firefox 18- */
	color: #000000;
	opacity: 0.4;
	font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
	:-moz-placeholder {
		font-size: 1rem;
	}
}

.form-control {
	font-size: 1.6rem;
}

.form-control:focus {
	box-shadow: none;
	border-color: #007bff;
}

.form-floating > .form-control {
	border: none;
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

/**
 * Hide element while making it readable for screen readers
 */
.figure, figure {
	display: block;
	margin: 0;
}

.watermark-title {
	padding-bottom: 3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 992px) {
	.watermark-title {
		padding-bottom: 5rem;
	}
}

.watermark-title .title {
	font-size: 2.8rem;
	font-weight: 500;
	color: #012b5c;
	line-height: 1.4;
}

.watermark-title::before {
	position: absolute;
	content: attr(data-watermark);
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 800;
	color: #000000;
	opacity: 0.07;
	z-index: -1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

@media screen and (min-width: 992px) {
	.watermark-title::before {
		font-size: 4rem;
		opacity: 0.1;
	}
}

.protfolio-details-area .watermark-title a, .blog-details-area .watermark-title a {
	font-size: 1rem;
	color: #007bff;
	line-height: 1.4;
}

.section-title {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	color: #012b5c;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 1.125rem;
}

@media screen and (min-width: 768px) {
	.section-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.section-title {
		font-size: 2.3rem;
	}
}

@media screen and (min-width: 1200px) {
	.section-title {
		font-size: 2.5rem;
	}
}

.section-title span {
	color: #007bff;
}

.section-title::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background: #007bff;
	width: 0.125rem;
	height: 70%;
	border-radius: 5rem;
	transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
	.section-title::before {
		width: 0.25rem;
	}
}

.contact_action .section-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	flex-direction: column;
	text-align: center;
	padding: 5rem 0 3rem 0;
}

.contact_action .content {
	border: 1px solid #F2F2F2;
	padding: 2rem 2rem;
	border-radius: 0.25rem;
	box-shadow: 0px 0px 1px 1px rgba(221, 221, 221, 0.01);
}

@media screen and (min-width: 768px) {
	.contact_action .content {
		padding: 3rem 6rem;
	}
}

@media screen and (min-width: 576px) {
	.contact_action .content {
		max-width: 27.5rem;
	}
}

@media screen and (min-width: 768px) {
	.contact_action .content {
		max-width: 40rem;
		border-radius: 0.5rem;
	}
}

@media screen and (min-width: 992px) {
	.contact_action .content {
		max-width: 52.5rem;
	}
}

.contact_action .content .title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 576px) {
	.contact_action .content .title {
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 768px) {
	.contact_action .content .title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.contact_action .content .title {
		font-size: 3rem;
	}
}

.contact_action .content p {
	font-size: 15px;
}

@media screen and (min-width: 992px) {
	.contact_action .content p {
		font-size: 1rem;
	}
}

.contact_action .content a.button-home {
	display: inline-block;
	transition: all 0.15s ease;
	padding: 0.5rem 1rem;
}

@media screen and (min-width: 768px) {
	.contact_action .content a.button-home {
		padding: 0.75rem 1rem;
	}
}

.contact_action .content a.button-home:hover {
	color: #FFFFFF;
}

@keyframes about-shape {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-2rem);
	}

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

@keyframes link-radius {
	0% {
		border-radius: 54% 46% 30% 70%/45% 41% 59% 55%;
	}

	30% {
		border-radius: 34% 66% 51% 49%/45% 41% 59% 55%;
	}

	50% {
		border-radius: 34% 66% 51% 49%/67% 41% 59% 33%;
	}

	80% {
		border-radius: 34% 66% 19% 81%/67% 41% 59% 33%;
	}

	100% {
		border-radius: 54% 46% 30% 70%/45% 41% 59% 55%;
	}
}

.topbutton {
	position: fixed;
	bottom: 1rem;
	right: 6.5rem;
	background-color: #FFFFFF;
	color: #012b5c;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	border-radius: 5rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease;
}

@media screen and (min-width: 992px) {
	.topbutton {
		bottom: 3rem;
	}
}

.topbutton.btn-show {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

.topbutton:hover {
	background: #007bff;
	color: #FFFFFF;
}

.primary_btn {
	background: #FFFFFF;
	display: inline-block;
	padding: 0.43rem 1rem 0.27rem 1rem;
	font-size: 0.75rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
	color: #012b5c;
	border-radius: 5rem;
	transition: all 0.15s ease;
}

@media screen and (min-width: 992px) {
	.primary_btn {
		font-size: 0.82rem;
		line-height: 1.7;
	}
}

.primary_btn:hover {
	color: #FFFFFF;
	background: #007bff;
}

.primary_default_btn {
	font-size: 0.875rem;
	font-family: "Poppins", sans-serif;
	color: #012b5c;
	line-height: 1.9;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	transition: all 0.15s ease;
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border-radius: 0.5rem;
}

.primary_default_btn:hover {
	background: #e3f3ff;
	box-shadow: 0 30px 80px 0 rgba(0, 0, 1, 0.05);
}

.primary_default_border_btn {
	font-size: 0.75rem;
	line-height: 1.8;
	font-family: "Poppins", sans-serif;
	color: #52617c;
	padding: 0.43rem 1rem 0.3rem 1rem;
	border: 1px solid rgba(85, 82, 124, 0.35);
	border-radius: 5rem;
	transition: all 0.15s ease;
	display: inline-block;
	font-weight: 400;
}

.primary_default_border_btn:hover {
	color: #FFFFFF;
	background: #007bff;
	border: 1px solid transparent;
}

.primary_outline_btn {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #012b5c;
	padding: 0.875rem 1.5rem;
	border: 1px solid #DCDCDC;
	border-radius: 5rem;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.primary_outline_btn {
		font-size: 1rem;
		padding: 1.12rem 2rem;
	}
}

@media screen and (min-width: 768px) {
	.primary_outline_btn {
		font-size: 0.875rem;
		padding: 1rem 2rem;
	}
}

@media screen and (min-width: 1400px) {
	.primary_outline_btn {
		font-size: 1rem;
		padding: 1.12rem 2rem;
	}
}

.primary_outline_btn span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: #007bff;
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.05s);
	z-index: -1;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}

.primary_outline_btn span:nth-child(1) {
	--n: 1;
}

.primary_outline_btn span:nth-child(2) {
	--n: 2;
}

.primary_outline_btn span:nth-child(3) {
	--n: 3;
}

.primary_outline_btn span:nth-child(4) {
	--n: 4;
}

.primary_outline_btn:hover {
	color: #FFFFFF;
}

.primary_outline_btn:hover span {
	transform: translateY(0) scale(2);
	opacity: 1;
	visibility: visible;
}

.primary_solid_btn {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	color: #012b5c;
	padding: 1.12rem 2rem;
	border: 1px solid #DCDCDC;
	border-radius: 5rem;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: #007bff;
}

.primary_solid_btn span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: #FFFFFF;
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.05s);
	z-index: -1;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}

.primary_solid_btn span:nth-child(1) {
	--n: 1;
}

.primary_solid_btn span:nth-child(2) {
	--n: 2;
}

.primary_solid_btn span:nth-child(3) {
	--n: 3;
}

.primary_solid_btn span:nth-child(4) {
	--n: 4;
}

.primary_solid_btn:hover {
	color: #012b5c;
}

.primary_solid_btn:hover span {
	transform: translateY(0) scale(2);
	opacity: 1;
	visibility: visible;
}

.secondary_solid_btn {
	border: 0;
	border: 1px solid transparent;
	padding: 0.75rem 1rem;
	background: #004590;
	border-radius: 0.31rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: "Poppins", sans-serif;
	transition: all 0.15s ease;
	font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
	.secondary_solid_btn {
		padding: 0.81rem 1rem;
		font-size: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.secondary_solid_btn {
		padding: 0.81rem 1.875rem;
	}
}

.secondary_solid_btn svg {
	width: 0.75rem;
	height: auto;
}

@media screen and (min-width: 992px) {
	.secondary_solid_btn svg {
		width: 1rem;
	}
}

.secondary_solid_btn:hover {
	background: #006ae3;
}

.secondary_outline_btn {
	border: 1px solid #004590;
	background: transparent;
	border-radius: 0.31rem;
	color: #004590;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: "Poppins", sans-serif;
	transition: all 0.15s ease;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.secondary_outline_btn {
		padding: 0.81rem 1.875rem;
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 1200px) {
	.secondary_outline_btn {
		font-size: 1rem;
	}
}

.secondary_outline_btn svg {
	width: 0.75rem;
	height: auto;
}

@media screen and (min-width: 992px) {
	.secondary_outline_btn svg {
		width: 1rem;
	}
}

.secondary_outline_btn:hover {
	background: #006ae3;
	color: #FFFFFF;
	border: 1px solid transparent;
}

.secondary_outline_btn:hover svg {
	fill: #FFFFFF;
}

.preShape2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 3.125rem 3.125rem;
	border-color: transparent transparent #007bff transparent;
	margin: -3.125rem auto 0;
	animation: preShape2 1s ease-in-out infinite alternate;
}

/** animation starts here **/
@keyframes preShape1 {
	0% {
		transform: rotate(-360deg);
	}
}

@keyframes preShape2 {
	0% {
		transform: rotate(360deg);
	}
}

.service_card {
	padding: 1.5rem;
	background: #edf7ff;
	border: 1px solid #FFFFFF;
	transition: all 0.3s ease;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
	border-radius: 0.5rem;
}

@media screen and (min-width: 992px) {
	.service_card {
		padding: 2.125rem;
	}
}

@media screen and (min-width: 1400px) {
	.service_card {
		padding: 3.125rem;
	}
}

.service_card .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: 0;
	padding: 0;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
}

@media screen and (min-width: 1200px) {
	.service_card .card-header {
		margin-bottom: 1.875rem;
	}
}

.service_card .card-header img {
	transition: all 0.3s ease;
	max-width: 2.2rem;
}

@media screen and (min-width: 992px) {
	.service_card .card-header img {
		max-width: 5rem;
	}
}

.service_card .title {
	margin-bottom: 0.675rem;
}

.service_card .title a {
	font-size: 1.2rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	line-height: 1.6;
	color: #012b5c;
	margin-bottom: 0.25rem;
}

@media screen and (min-width: 992px) {
	.service_card .title a {
		font-size: 1.3rem;
		margin-bottom: 0.625rem;
	}
}

@media screen and (min-width: 1200px) {
	.service_card .title a {
		font-size: 1.5rem;
	}
}

.service_card .content {
	font-size: 0.875rem;
	line-height: 2;
	color: #52617c;
}

@media screen and (min-width: 992px) {
	.service_card .content {
		font-size: 1rem;
	}
}

.service_card:hover {
	background: #FFFFFF;
	border: 1px solid #007bff;
}

.service_card:hover .primary_btn {
	background: #007bff;
	color: #FFFFFF;
}

.service_card:hover .card-header img {
	transform: rotate(45deg);
}

.search-widget {
	padding: 2.5rem 1.5rem;
	border: 1px solid #007bff;
	border-radius: 0.25rem;
	box-shadow: 0 5px 15px 3px rgba(0, 0, 1, 0.03);
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.search-widget {
		padding: 1rem;
	}
}

@media screen and (min-width: 1400px) {
	.search-widget {
		padding: 2.5rem;
		margin-bottom: 2rem;
	}
}

.search-widget .search-title {
	font-size: 1rem;
	color: #012b5c;
	line-height: 1;
	margin-bottom: 1rem;
	display: block;
	font-weight: 500;
}

@media screen and (min-width: 992px) {
	.search-widget .search-title {
		font-size: 1.125rem;
	}
}

.search-widget .input-group {
	flex-wrap: nowrap;
}

.search-widget input {
	width: 100%;
	background: #EEEFFF;
	border-radius: 0.25rem;
	height: 3.25rem;
	border: 0;
	font-size: 1rem;
	outline: 0;
	box-shadow: none;
	padding: 1rem;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.search-widget input {
		height: 3rem;
	}
}

@media screen and (min-width: 1400px) {
	.search-widget input {
		height: 3.25rem;
	}
}

.search-widget input:focus {
	background: #EEEFFF;
}

.search-widget .search-btn {
	font-size: 0.875rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.8;
	padding: 0.675rem 1rem;
	border: 0;
	background: #007bff;
	border-radius: 0.25rem;
}

.sidebar-widget {
	padding: 2.25rem 1.5rem;
	border: 1px solid #007bff;
	border-radius: 0.25rem;
	box-shadow: 0 5px 15px 3px rgba(0, 0, 1, 0.03);
}

@media screen and (min-width: 768px) {
	.sidebar-widget {
		padding: 3.25rem 2.5rem;
	}
}

@media screen and (min-width: 992px) {
	.sidebar-widget {
		padding: 2.25rem 1.5rem;
	}
}

@media screen and (min-width: 1400px) {
	.sidebar-widget {
		padding: 3.25rem 2.5rem;
	}
}

.sidebar-widget .title {
	font-size: 1rem;
	font-weight: 500;
	color: #012b5c;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	.sidebar-widget .title {
		font-size: 1.125rem;
	}
}

.sidebar-widget .title::before {
	position: absolute;
	content: "";
	background: #007bff;
	height: 0.125rem;
	width: 2.5rem;
	top: -0.675rem;
	left: 0;
}

.sidebar-widget .widget-content a {
	font-size: 0.875rem;
	color: #707070;
	line-height: 1.7;
	padding-bottom: 0.675rem;
	display: block;
	transition: all 0.15s ease;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	width: 100%;
	background-size: 201% 1px;
	background-image: linear-gradient(to right, #012b5c 50%, transparent 50%);
	border-bottom: 1px solid #EEEFFF;
}

@media screen and (min-width: 992px) {
	.sidebar-widget .widget-content a {
		font-size: 1rem;
	}
}

.sidebar-widget .widget-content a + a {
	padding-top: 0.675rem;
}

.sidebar-widget .widget-content a:hover {
	color: #012b5c;
	background-position: 0% 100%;
}

.sidebar-widget + .sidebar-widget {
	margin-top: 1rem;
}

@media screen and (min-width: 1400px) {
	.sidebar-widget + .sidebar-widget {
		margin-top: 2rem;
	}
}

.pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.pagination-wrapper {
		margin-top: 0.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.pagination-wrapper {
		margin-top: 1rem;
	}
}

.pagination-wrapper .page-item.disabled .page-link {
	color: #707070;
}

.pagination-wrapper .page-item .page-link {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	color: #3485ff;
}

@media screen and (min-width: 768px) {
	.pagination-wrapper .page-item .page-link {
		padding: 0.675rem 1.5rem;
		font-size: 1.25rem;
	}
}

.pagination-wrapper .page-item .page-link:focus {
	outline: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
    [ ## Container ]
--------------------------------------------------------------*/
.container {
	padding: 0 3em;
}

@media screen and (min-width: 768px) {
	.container {
		max-width: 765px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		max-width: 980px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1190px;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1280px;
	}
}

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.header-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.8rem 1rem;
	background: #F2F8F5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2024;
}

@media screen and (min-width: 768px) {
	.header-area {
		padding: 1rem 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.header-area {
		display: none;
	}
}

.header-area .logo a {
	display: block;
	width: 5rem;
	height: auto;
}

@media screen and (min-width: 992px) {
	.header-area .logo a {
		width: 6.25rem;
	}
}

.header-area .navbar-toggler {
	background: none;
	border: 0;
	color: #012b5c;
	font-size: 1.5rem;
}

.sidebar-menu {
	flex: 0 0 20rem;
	width: 20rem;
	height: 100%;
	background: #f2f4f8;
	overflow-y: scroll;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 4.125rem 0 4.125rem 0;
	-ms-overflow-style: none;
 /* Internet Explorer 10+ */
	scrollbar-width: none;
 /* Firefox */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22222;
}

.sidebar-menu::-webkit-scrollbar {
	display: none;
 /* Safari and Chrome */
}

@media screen and (min-width: 1200px) {
	.sidebar-menu {
		display: flex;
		width: 16rem;
		flex: 0 0 20rem;
	}
}

@media screen and (min-width: 1400px) {
	.sidebar-menu {
		flex: 0 0 20rem;
		width: 18rem;
	}
}

.sidebar-menu .nav-menu {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 2.8rem;
	text-align: center;
	width: 100%;
	padding: 3.125rem 4.375rem;
}

.sidebar-menu .nav-menu li {
	display: block;
	width: 100%;
}

.sidebar-menu .nav-menu li .nav-link {
	display: block;
	font-size: 1rem;
	line-height: 2;
	color: #012b5c;
	border-radius: 1rem;
	position: relative;
}
/* .sidebar-menu .nav-menu li .nav-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #007bff;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: scale(0) translateY(-50%);
} */
.sidebar-menu .nav-menu li .nav-link:hover {
	color: #3485ff;
}

.sidebar-menu .nav-menu li .nav-link.active {
	color: #3485ff;
	background: #eaeaea;
}

.copyright-content p {
	line-height: 1.4;
	color: #888888;
	font-size: 0.8rem;
}

.copyright-content p a {
	font-size: 0.8rem;
	color: #888888;
	transition: all 0.15s ease;
}

.copyright-content p a:hover {
	color: #007bff;
}

.sidebar-menu-overlay {
	position: fixed;
	inset: 0;
	background: #000000;
	z-index: 2222;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	transition: all 0.15s ease;
	opacity: 0;
	visibility: hidden;
}

.sidebar-menu-overlay.sidemenu-open {
	opacity: 0.6;
	visibility: visible;
}

.mobile-menu {
	position: fixed;
	width: 20rem;
	background: #f1f1ff;
	overflow-y: scroll;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 1.25rem 0 2rem 0;
	-ms-overflow-style: none;
 /* Internet Explorer 10+ */
	scrollbar-width: none;
 /* Firefox */
	right: -20rem;
	z-index: 3024;
	top: 0;
	transition: all 0.15s ease;
	bottom: 0;
}

@media screen and (min-width: 1200px) {
	.mobile-menu {
		display: none;
	}
}

.mobile-menu::-webkit-scrollbar {
	display: none;
 /* Safari and Chrome */
}

.mobile-menu .close-icon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 2rem;
}

.mobile-menu .close-icon .logo a {
	display: block;
}

.mobile-menu .close-icon .close-btn {
	border: 0;
	background: none;
	padding: 0;
	font-size: 1.5rem;
	color: #012b5c;
}

.mobile-menu .nav-menu {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.8rem;
	text-align: center;
	width: 100%;
	padding: 1.5rem 4.375rem 3.125rem 4.375rem;
}

@media screen and (min-width: 992px) {
	.mobile-menu .nav-menu {
		gap: 2.8rem;
	}
}

.mobile-menu .nav-menu li {
	display: block;
	width: 100%;
}

.mobile-menu .nav-menu li .nav-link {
	display: block;
	font-size: 0.875rem;
	line-height: 2;
	color: #012b5c;
	transition: all 0.3s ease;
	position: relative;
}

.mobile-menu .nav-menu li .nav-link::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #007bff;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	transform: scale(0) translateY(-50%);
}

.mobile-menu .nav-menu li .nav-link:hover {
	color: #3485ff;
}

.mobile-menu .nav-menu li .nav-link:hover::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.mobile-menu .nav-menu li .nav-link.active {
	color: #3485ff;
}

.mobile-menu .nav-menu li .nav-link.active::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.mobile-menu .social-icon {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.mobile-menu .social-icon a svg {
	width: 1.5rem;
	height: 1.125rem;
}

.mobile-menu .copyright-content p {
	line-height: 1.4;
	color: #012b5c;
	font-size: 0.875rem;
}

.mobile-menu .copyright-content p a {
	color: #5C5D68;
	transition: all 0.15s ease;
}

.mobile-menu .copyright-content p a:hover {
	color: #012b5c;
}

.mobile-menu.sidemenu-open {
	right: 0;
}

.navbar-toggler {
	display: inline-block;
	height: 1.87rem;
	position: relative;
	width: 1.87rem;
}

.navbar-toggler span {
	background-color: #000000;
	display: block;
	height: 0.125rem;
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 1.5rem;
}

.navbar-toggler span:before {
	background-color: #000000;
	content: "";
	display: block;
	height: 0.125rem;
	margin-top: -0.5rem;
	position: absolute;
	width: 1.5rem;
}

.navbar-toggler span:after {
	background-color: #000000;
	content: "";
	display: block;
	height: 0.125rem;
	margin-top: 0.5rem;
	position: absolute;
	width: 1.5rem;
}

.right-sidebar {
	flex: 0 0 5.65rem;
	border-left: 1px solid #F2F2F2;
	height: 100%;
	width: 5.65rem;
	background: #FFFFFF;
	z-index: 1000;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 3.125rem 1.25rem;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.right-sidebar {
		display: flex;
	}
}

@media screen and (min-width: 1200px) {
	.right-sidebar {
		margin-top: 0;
	}
}

.right-sidebar .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.55rem;
}

.right-sidebar .social-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: all 0.15s ease;
}

.right-sidebar .social-icon a:hover {
	color: #007bff;
}

.right-sidebar .message {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1rem;
	color: #012b5c;
	border: 0;
	background: #def0ff;
	padding: 1rem 0.875rem;
	animation: message 2s ease-out infinite;
	transition: all 0.5s ease;
}

.right-sidebar .message svg path {
	fill: #000000;
	transition: all 0.5s ease;
}

@keyframes message {
	0% {
		box-shadow: 0 0 0px 0px rgba(13, 110, 253, 0.5);
	}

	100% {
		box-shadow: 0 0 0px 10px rgba(240, 242, 244, 0);
	}
}

.right-sidebar .message:hover {
	background: #007bff;
}

.right-sidebar .message:hover svg path {
	fill: #FFFFFF;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
main {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	main {
		margin-left: 0.4rem;
		margin-right: 6rem;
	}
}

@media screen and (min-width: 1200px) {
	main {
		margin-left: 16rem;
		margin-right: 5.6rem;
	}
}

@media screen and (min-width: 1400px) {
	main {
		margin-left: 18rem;
		margin-right: 5.6rem;
	}
}

.hero-area {
	padding-top: 8.5rem;
	margin-bottom: 5rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	.hero-area {
		padding-top: 10rem;
		margin-bottom: 10rem;
	}
}

@media screen and (min-width: 1200px) {
	.hero-area {
		padding-top: 6.9rem;
	}
}

.hero-area .hero-content {
	max-width: 35rem;
	margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
	.hero-area .hero-content {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.hero-area .hero-content {
		max-width: 100%;
		width: 100%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1400px) {
	.hero-area .hero-content {
		max-width: 35rem;
	}
}

.hero-area .hero-content .subtitle {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	color: #52617c;
}

@media screen and (min-width: 576px) {
	.hero-area .hero-content .subtitle {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.hero-area .hero-content .subtitle {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1400px) {
	.hero-area .hero-content .subtitle {
		font-size: 1.25rem;
	}
}

.hero-area .hero-content .hero-title {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 1.8rem;
	color: #012b5c;
}

@media screen and (min-width: 576px) {
	.hero-area .hero-content .hero-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.hero-area .hero-content .hero-title {
		font-size: 3.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.hero-area .hero-content .hero-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1400px) {
	.hero-area .hero-content .hero-title {
		font-size: 4rem;
	}
}

.hero-area .hero-content .hero-title span {
	color: #007bff;
}

.hero-area .hero-content h3 {
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 400;
	color: #012b5c;
	margin-bottom: 2.1rem;
	display: block;
}

@media screen and (min-width: 1400px) {
	.hero-area .hero-content h3 {
		font-size: 1.25rem;
	}
}

.hero-area .hero-shape {
	position: absolute;
	top: 5rem;
	left: 2rem;
	-webkit-animation-name: shape1;
	-webkit-animation-duration: 4000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: shape1;
	-moz-animation-duration: 4000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: shape1;
	-ms-animation-duration: 4000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: shape1;
	animation-duration: 4000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@media screen and (min-width: 992px) {
	.hero-area .hero-shape {
		bottom: 16rem;
		left: 2rem;
		top: auto;
	}
}

.funfact-area {
	position: relative;
	margin: 5rem 0;
}

@media screen and (min-width: 1200px) {
	.funfact-area {
		margin: 8.125rem 0;
	}
}

.funfact-area .row {
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 2rem;
}

@media screen and (min-width: 768px) {
	.funfact-area .row {
		--bs-gutter-x: 3rem;
		--bs-gutter-y: 3rem;
	}
}

.funfact-area .column_wrapper {
	background: #eef4ff;
	padding: 1.5rem;
	border-radius: 0.375rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	.funfact-area .column_wrapper {
		padding: 3rem;
	}
}

.funfact-area .column_wrapper .shape {
	position: absolute;
	left: auto;
	right: 0;
	bottom: -2rem;
	display: none;
	animation: funcfact-shape 3s ease-out infinite;
}

@keyframes funcfact-shape {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-2rem);
	}

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

@media screen and (min-width: 992px) {
	.funfact-area .column_wrapper .shape {
		display: block;
	}
}

.funfact-area .funfact-box {
	position: relative;
	text-align: center;
}

.funfact-area .funfact-box h2 {
	font-size: 2rem;
	line-height: 1;
	color: #012b5c;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
	.funfact-area .funfact-box h2 {
		font-size: 2.5rem;
		margin-bottom: 0.75rem;
	}
}

.funfact-area .funfact-box p {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #383838;
}

@media screen and (min-width: 992px) {
	.funfact-area .funfact-box p {
		font-size: 1rem;
	}
}

.about_me_area {
	margin: 5rem 0 2.5rem 0;
	;
}

@media screen and (min-width: 1200px) {
	.about_me_area {
		margin: 8.125rem 0 2.5rem 0;
	}
}

.about_me_area .about-content-wrapper {
	padding: 1.2rem;
	background: #FFFFFF;
	border: 0.2px solid #e3f3ff;
	border-radius: 0.5rem;
	display: flex;
	gap: 3rem;
	justify-content: space-between;
	align-items: start;
	flex-direction: column;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 1, 0.01);
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.about_me_area .about-content-wrapper {
		padding: 2.5rem;
		flex-direction: row;
	}
}

@media screen and (min-width: 992px) {
	.about_me_area .about-content-wrapper {
		padding: 4.38rem 2.8rem 5rem 3.75rem;
		gap: 6rem;
		align-items: center;
	}
}

@media screen and (min-width: 1200px) {
	.about_me_area .about-content-wrapper {
		padding: 2rem;
		gap: 2rem;
	}
}

@media screen and (min-width: 1400px) {
	.about_me_area .about-content-wrapper {
		padding: 4.38rem 2.8rem 5rem 3.75rem;
		gap: 8rem;
	}
}

.about_me_area .left-info {
	max-width: 48rem;
}

@media screen and (min-width: 1200px) {
	.about_me_area .left-info {
		margin-bottom: 0;
	}
}

.about_me_area .left-info .section-title {
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
	.about_me_area .left-info .section-title {
		margin-bottom: 1rem;
	}
}

.about_me_area .left-info .meta-info {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.about_me_area .left-info .meta-info {
		gap: 0.5rem;
		margin-bottom: 1.25rem;
	}
}

.about_me_area .left-info li {
	font-size: 0.875rem;
	line-height: 1.7;
	color: #3485ff;
}

@media screen and (min-width: 992px) {
	.about_me_area .left-info li {
		font-size: 1rem;
	}
}

.about_me_area .left-info .content {
	font-size: 0.875rem;
	line-height: 2;
	color: ##2f447e;
	margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
	.about_me_area .left-info .content {
		margin-bottom: 2.125rem;
		font-size: 1rem;
	}
}

.about_me_area .left-info .about-button {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

@media screen and (min-width: 992px) {
	.about_me_area .left-info .about-button {
		gap: 1.75rem;
	}
}

.about_me_area .left-info .about-button .download-btn {
	transition: all 0.15s ease;
}

.about_me_area .left-info .about-button .download-btn:hover {
	color: #FFFFFF;
}

.about_me_area .left-info .about-button .hire-btn {
	transition: all 0.15s ease;
}

.about_me_area .left-info .about-button .hire-btn img {
	transition: all 0.15s ease;
}

.about_me_area .left-info .about-button .hire-btn:hover {
	color: #FFFFFF;
}

.about_me_area .left-info .about-button .hire-btn:hover img {
	filter: grayscale(1) brightness(100);
}

.about_me_area .right-info {
	position: relative;
}

@media screen and (max-width: 991px) {
	.about_me_area .right-info {
		margin-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.about_me_area .right-info {
		margin-left: 3.25rem;
	}
}

@media screen and (min-width: 1400px) {
	.about_me_area .right-info {
		margin-left: 0;
	}
}

.about_me_area .right-info tr .dot {
	margin-left: 2rem;
	margin-right: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 2.5;
}

.about_me_area .right-info tr .name {
	font-size: 0.875rem;
	line-height: 2.5;
	color: #52617c;
	padding-right: 2rem;
}

@media screen and (min-width: 992px) {
	.about_me_area .right-info tr .name {
		font-size: 1rem;
	}
}

.about_me_area .right-info tr .value {
	font-size: 0.875rem;
	line-height: 2.5;
	color: #012b5c;
}

@media screen and (min-width: 992px) {
	.about_me_area .right-info tr .value {
		font-size: 1rem;
	}
}

.about_me_area .right-info tr .value a {
	font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
	.about_me_area .right-info tr .value a {
		font-size: 1rem;
	}
}

.about_me_area .right-info::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20rem;
	background: #007bff;
	left: -3.125rem;
	bottom: 0;
	display: none;
}

@media screen and (max-width: 991px) {
	.about_me_area .right-info::before {
		left: -2.125rem;
	}
}

@media screen and (min-width: 992px) {
	.about_me_area .right-info::before {
		display: block;
	}
}

.about_me_area .right-info::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	left: -3.37rem;
	top: 0;
	background: #007bff;
	animation: message 2s ease infinite;
	display: none;
}

@media screen and (max-width: 991px) {
	.about_me_area .right-info::after {
		left: -2.37rem;
	}
}

@media screen and (min-width: 992px) {
	.about_me_area .right-info::after {
		display: block;
	}
}

.service-area {
	margin: 5rem 0;
}

@media screen and (min-width: 1200px) {
	.service-area {
		margin: 8.125rem 0;
	}
}

.service-area .row {
	--bs-gutter-x: 1rem;
	--bs-gutter-y: 1rem;
}

@media screen and (min-width: 992px) {
	.service-area .row {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.service-area {
		margin-bottom: 10rem;
	}
}

.service-area .section-title {
	margin-bottom: 3rem;
}

.client-area {
	margin: 5rem 0;
}

@media screen and (min-width: 1200px) {
	.client-area {
		margin: 3.125rem 0;
	}
}

.client-area .section-title {
	margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
	.client-area .section-title {
		margin-bottom: 0;
	}
}

.client-area .client-content {
	padding: 1rem 0 1rem 0;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.client-area .client-content {
		padding: 2rem 0 3rem 0;
	}
}

.client-area .client-content a {
	color: #012b5c;
	font-weight: 500;
}

.client-area .logo-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	margin-bottom: 1.5rem;
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.client-area .logo-slider .swiper-wrapper {
	transition-timing-function: linear;
}

.client-area .logo-slider .swiper-wrapper .swiper-slide {
	display: flex;
	align-items: center;
	gap: 2rem;
	overflow: hidden;
}

.client-area .logo-slider a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2rem;
	width: 80%;
	border: 0;
	background: #f9f9f9;
	border-radius: 5rem;
	overflow: hidden;
	transition: all 0.15s ease;
}

.client-area .logo-slider a img {
	height: 2rem;
}

@media screen and (min-width: 768px) {
	.client-area .logo-slider a {
		height: 3rem;
	}
}

.client-area .content {
	font-size: 0.875rem;
	color: #52617c;
	line-height: 1.8;
	max-width: 28rem;
	text-align: center;
	margin: 0 auto;
	padding-top: 1.25rem;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
	.client-area .content {
		font-size: 1rem;
	}
}

@keyframes blob1 {
	0% {
		border-radius: 54% 46% 30% 70%/45% 41% 59% 55%;
	}

	30% {
		border-radius: 34% 66% 51% 49%/45% 41% 59% 55%;
	}

	50% {
		border-radius: 34% 66% 51% 49%/67% 41% 59% 33%;
	}

	80% {
		border-radius: 34% 66% 19% 81%/67% 41% 59% 33%;
	}

	100% {
		border-radius: 54% 46% 30% 70%/45% 41% 59% 55%;
	}
}

.Protfolio-area {
	margin: 5rem 0;
}

@media screen and (min-width: 1200px) {
	.Protfolio-area {
		margin: 8.125rem 0;
	}
}

.Protfolio-area .row {
	--bs-gutter-x: 1rem;
}

@media screen and (min-width: 1400px) {
	.Protfolio-area .row {
		--bs-gutter-x: 1.5rem;
	}
}

.Protfolio-area .protfolio-menu {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
	.Protfolio-area .protfolio-menu {
		gap: 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.Protfolio-area .protfolio-menu {
		gap: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.Protfolio-area .protfolio-menu {
		gap: 2.75rem;
	}
}

@media screen and (min-width: 1200px) {
	.Protfolio-area .protfolio-menu {
		gap: 3.75rem;
	}
}

.Protfolio-area .protfolio-menu button {
	background: none;
	border: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #707070;
	position: relative;
	transition: all 0.15s ease;
	padding-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.Protfolio-area .protfolio-menu button {
		font-size: 1rem;
	}
}

.Protfolio-area .protfolio-menu button.active {
	color: #0F0F0F;
}

.Protfolio-area .protfolio-menu button.active::before {
	transform: scale(1);
}

.Protfolio-area .protfolio-menu button::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0.18rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #007bff;
	z-index: 20;
	overflow: hidden;
	transition: all 0.15s ease;
	transform: scale(0);
	display: none;
}

@media screen and (min-width: 768px) {
	.Protfolio-area .protfolio-menu button::before {
		display: block;
	}
}

.Protfolio-area .protfolio-menu button:hover::before {
	transform: scale(1);
}

.Protfolio-area .protfolio-container .single-protfolio {
	position: relative;
	transition: all 0.15s ease;
	overflow: hidden;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
	margin-bottom: 1rem;
}

@media screen and (min-width: 1400px) {
	.Protfolio-area .protfolio-container .single-protfolio {
		margin-bottom: 1.5rem;
	}
}

.Protfolio-area .protfolio-container .single-protfolio img {
	width: 100%;
	transition: all 0.15s ease;
}

.Protfolio-area .protfolio-container .single-protfolio .details {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1);
	margin: 0 auto;
	text-align: center;
	width: 100%;
	opacity: 1;
}

@media screen and (min-width: 576px) {
	.Protfolio-area .protfolio-container .single-protfolio .details {
		opacity: 0;
		visibility: visible;
		transition: all 0.5s ease;
		transform: translateY(-50%) scale(0);
	}
}

.Protfolio-area .protfolio-container .single-protfolio .details .details-link {
	font-size: 0.875rem;
	line-height: 1.9;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transition: all 0.5s ease;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1400px) {
	.Protfolio-area .protfolio-container .single-protfolio .details .details-link {
		font-size: 1rem;
	}
}

.Protfolio-area .protfolio-container .single-protfolio .details .details-link::before {
	position: absolute;
	content: "";
	width: 9rem;
	height: 8rem;
	background: #007bff;
	z-index: -1;
	border-radius: 59% 41% 70% 30%/59% 63% 37% 41%;
	cursor: auto;
	animation: link-radius 3s ease-out infinite;
	transition: all 0.5s ease;
}

@media screen and (min-width: 1400px) {
	.Protfolio-area .protfolio-container .single-protfolio .details .details-link::before {
		width: 12rem;
		height: 10rem;
	}
}

.Protfolio-area .protfolio-container .single-protfolio .details .details-link:hover {
	color: #012b5c;
}

.Protfolio-area .protfolio-container .single-protfolio:hover .details {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.Protfolio-area .protfolio-container .single-protfolio:hover img {
	transform: scale(1.1);
}

.blog-area {
	margin: 5rem 0;
}

@media screen and (min-width: 1200px) {
	.blog-area {
		margin: 8.125rem 0;
	}
}

.blog-area.blog-wrapper {
	margin-top: 6.9rem;
}

@media screen and (min-width: 768px) {
	.blog-area.blog-wrapper {
		margin-top: 9rem;
	}
}

@media screen and (min-width: 1200px) {
	.blog-area.blog-wrapper {
		margin-top: 6.9rem;
	}
}

.blog-area .container .row {
	--bs-gutter-x: 1.87rem;
}

.blog-area .single-blog {
	padding: 1rem;
	border: 1px solid #F2F2F2;
	border-radius: 0.3rem;
	margin-bottom: 1.87rem;
	transition: all 0.15s ease;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
}

@media screen and (min-width: 992px) {
	.blog-area .single-blog {
		padding: 1.5rem;
	}
}

.blog-area .single-blog:hover {
	border-color: #007bff;
}

.blog-area .single-blog:hover .blog-body {
	border-color: #007bff;
}

.blog-area .blog-body {
	padding-bottom: 1rem;
	border-bottom: 1px solid #F2F2F2;
	transition: all 0.15s ease;
}

.blog-area .blog-body .blog-img {
	overflow: hidden;
	transition: all 0.5s ease;
	border-radius: 0.32rem;
	margin-bottom: 1.5rem;
	display: block;
	height: 12rem;
 /* 统一固定高度 */
	position: relative;
 /* 新增定位容器 */
}

.blog-area .blog-body .blog-img a {
	display: block;
	height: 100%;
	width: 100%;
}

.blog-area .blog-body .blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0.32rem;
	transition: all 0.5s ease;
}

.blog-area .blog-body .blog-img:hover img {
	transform: scale(1.05);
}

.blog-area .blog-body .blog-meta {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 0.65rem;
}

.blog-area .blog-body .blog-meta .date {
	font-size: 0.875rem;
	line-height: 1.7;
	color: #52617c;
}

.blog-area .blog-body .blog-title {
	width: 100%;
	transition: all 0.5s ease;
}

.blog-area .blog-body .blog-title a {
	font-size: 1.15rem;
	font-weight: 600;
	color: #012b5c;
	line-height: 1.7;
	display: inline;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	background-size: 201% 1px;
	background-image: linear-gradient(to right, #012b5c 50%, transparent 50%);
}

@media screen and (min-width: 576px) {
	.blog-area .blog-body .blog-title a {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 768px) {
	.blog-area .blog-body .blog-title a {
		font-size: 1.25rem;
	}
}

.blog-area .blog-body .blog-title a:hover {
	background-position: 0% 100%;
}

.blog-area .blog-body .blog-details {
	font-size: 0.875rem;
	color: #52617c;
	line-height: 1.8;
	display: inline-block;
	transition: all 0.15s ease;
	margin-top: 1rem;
	position: relative;
}

.blog-area .blog-body .blog-details::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: black;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s ease-in-out;
}

.blog-area .blog-body .blog-details:hover {
	color: #012b5c;
}

.blog-area .blog-body .blog-details:hover::after {
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.25s ease-in-out;
}

.blog-area .blog-body .blog-details i {
	position: relative;
	top: 0.125rem;
	left: 0.25rem;
}

.blog-area .blog-footer {
	margin-top: 1.56rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.blog-area .blog-footer .viewer-content {
	display: flex;
	align-items: start;
	gap: 0.5rem;
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	.blog-area .blog-footer .viewer-content {
		flex-direction: row;
		align-items: center;
		gap: 1.5rem;
	}
}

.blog-area .blog-footer .viewer-images {
	display: flex;
	align-items: center;
}

.blog-area .blog-footer .viewer-images img {
	margin-right: -1rem;
}

.blog-area .blog-footer .viewer-names {
	margin-left: 0;
}

@media screen and (min-width: 992px) {
	.blog-area .blog-footer .viewer-names {
    /* margin-left: 1.5rem; */
	}
}

.blog-area .blog-footer .viewer-names span {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #012b5c;
}

.blog-area .blog-footer .blog-react button {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 5rem;
	border: 1px solid #dcecff;
	background: #ebf4ff;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.15s ease;
}

.blog-area .blog-footer .blog-react button:hover {
	color: #FFFFFF;
	background: #007bff;
}

.blog-area .blog-footer .blog-react button i {
	transition: all 0.1s ease;
}

.blog-area .blog-footer .blog-react:hover button i {
	transform: scale(1.05);
}

.all-blogs-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.25rem;
}

@media screen and (min-width: 992px) {
	.all-blogs-button {
		margin-top: 2rem;
	}
}

.resume-area {
	position: relative;
	margin: 5rem 0;
}

@media screen and (min-width: 1200px) {
	.resume-area {
		margin: 8.125rem 0;
	}
}

@media screen and (min-width: 992px) {
	.resume-area .resume-wrapper {
		padding-left: 2rem;
		border-left: 1px dashed #dcecff;
		margin-left: 0.43rem;
	}
@	media screen and (min-width: 992px) {
		.resume-area .resume-wrapper {
    padding-left: 4rem;
		margin-left: 1.43rem;
	}
}

@media screen and (min-width: 1200px) {
	.resume-area .resume-wrapper {
		margin-left: 0;
		padding-left: 0;
	}
}

@media screen and (min-width: 1400px) {
	.resume-area .resume-wrapper {
		margin-left: 1.43rem;
		padding-left: 4rem;
	}
}

.resume-area .resume-wrapper .title {
	font-size: 1rem;
	line-height: inherit;
	color: #012b5c;
	margin-bottom: 0.625rem;
	display: block;
}

.resume-area .resume-wrapper .resume-content {
	background: #FFFFFF;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 1, 0.05);
	padding: 1.25rem;
	border-radius: 0.25rem;
	margin-bottom: 1.875rem;
	transition: all 0.15s ease;
	position: relative;
}

@media screen and (min-width: 1200px) {
	.resume-area .resume-wrapper .resume-content {
		padding: 2.25rem 1.4rem;
	}
}

@media screen and (min-width: 1400px) {
	.resume-area .resume-wrapper .resume-content {
		padding: 2.25rem 1.875rem;
	}
}

.resume-area .resume-wrapper .resume-content .resume-meta {
	font-size: 0.9rem;
	line-height: inherit;
	color: #52617c;
	margin-bottom: 1rem;
	display: block;
	transition: all 0.15s ease;
}

@media screen and (min-width: 992px) {
	.resume-area .resume-wrapper .resume-content .resume-meta {
		font-size: 1rem;
		margin-bottom: 1.25rem;
	}
}

.resume-area .resume-wrapper .resume-content .resume-title {
	font-size: 1.2rem;
	font-weight: 500;
	color: #012b5c;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
	.resume-area .resume-wrapper .resume-content .resume-title {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1200px) {
	.resume-area .resume-wrapper .resume-content .resume-title {
		font-size: 1.5rem;
	}
}

.resume-area .resume-wrapper .resume-content .institute-name {
	font-size: 0.875rem;
	color: #52617c;
	line-height: 1.7;
	transition: all 0.15s ease;
}

@media screen and (min-width: 992px) {
	.resume-area .resume-wrapper .resume-content .institute-name {
		font-size: 1rem;
	}
}

.resume-area .resume-wrapper .resume-content .institute-name:hover {
	color: #012b5c;
}

.resume-area .resume-wrapper .resume-content:hover {
	background: #e0f1ff;
}

.resume-area .resume-wrapper .resume-content:hover .resume-meta {
	color: #012b5c;
}

.resume-area .resume-wrapper .resume-content::before {
	position: absolute;
	content: "\e657";
	font-weight: 300;
	font-family: "yang_icon";
	width: 2rem;
	height: 2rem;
	background: #FFFFFF;
	border: 1px solid #007bff;
	color: #007bff;
	left: -2.99rem;
	top: 1rem;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 992px) {
	.resume-area .resume-wrapper .resume-content::before {
		left: -5.43rem;
		width: 2.87rem;
		height: 2.87rem;
	}
}

@media screen and (min-width: 1200px) {
	.resume-area .resume-wrapper .resume-content::before {
		display: none;
	}
}

@media screen and (min-width: 1400px) {
	.resume-area .resume-wrapper .resume-content::before {
		display: flex;
		top: 2rem;
	}
}

.resume-area .tab-content .tab-pane .row {
	--bs-gutter-x: 3rem;
}

@media screen and (min-width: 768px) {
	.resume-area .tab-content .tab-pane .row {
		--bs-gutter-x: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.resume-area .tab-content .tab-pane .row {
		--bs-gutter-x: 3rem;
	}
}

@media screen and (min-width: 1200px) {
	.resume-area .tab-content .tab-pane .row {
		--bs-gutter-x: 1.5rem;
	}
}

@media screen and (min-width: 1400px) {
	.resume-area .tab-content .tab-pane .row {
		--bs-gutter-x: 3rem;
	}
}

.resume-area .resume-shape {
	position: absolute;
	right: 0;
	left: auto;
}

/*--------------------------------------------------------------
# Protfolio details page
--------------------------------------------------------------*/
.protfolio-details-area {
	padding-top: 7rem;
	padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
	.protfolio-details-area {
		padding-top: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.protfolio-details-area {
		padding-top: 6rem;
	}
}

@media screen and (min-width: 1400px) {
	.protfolio-details-area {
		padding-bottom: 5rem;
	}
}

.protfolio-details-area .banner-wrapper {
	position: relative;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .banner-wrapper {
		margin-bottom: 0;
	}
}

.protfolio-details-area .banner-wrapper img {
	width: 100%;
	border-radius: 0.25rem;
	height: 20rem;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 576px) {
	.protfolio-details-area .banner-wrapper img {
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .banner-wrapper img {
		border-radius: 0.5rem 0.5rem 0 0;
	}
}

.protfolio-details-area .banner-wrapper::before {
	position: absolute;
	content: "";
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 75%);
	width: 100%;
	height: 100%;
	border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .banner-wrapper::before {
		border-radius: 0.5rem 0.5rem 0 0;
	}
}

.protfolio-details-area .banner-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem;
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .banner-content {
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .banner-content {
		padding: 2.5rem 3rem;
	}
}

@media screen and (min-width: 1200px) {
	.protfolio-details-area .banner-content {
		padding: 2.5rem 5rem;
	}
}

.protfolio-details-area .banner-content .subtitle {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #FFFFFF;
	margin-bottom: 0.4rem;
	display: block;
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .banner-content .subtitle {
		font-size: 1rem;
		margin-bottom: 0.675rem;
	}
}

.protfolio-details-area .banner-content .title {
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 600;
	color: #FFFFFF;
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .banner-content .title {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .banner-content .title {
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 1200px) {
	.protfolio-details-area .banner-content .title {
		font-size: 2rem;
	}
}

.banner-meta {
	background: #edf5ff;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 1rem;
	border-radius: 0.3rem;
	margin-bottom: 2rem;
	gap: 1rem;
}

@media screen and (min-width: 576px) {
	.banner-meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.5rem;
		border-radius: 0.25rem;
	}
}

@media screen and (min-width: 768px) {
	.banner-meta {
		padding: 2rem 3rem;
		border-radius: 0.5rem;
	}
}

@media screen and (min-width: 992px) {
	.banner-meta {
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 1200px) {
	.banner-meta {
		padding: 2rem 5rem;
	}
}

.banner-meta p {
	font-size: 0.875rem;
	font-weight: 500;
	color: #000000;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
	.banner-meta p {
		margin-bottom: 0.5rem;
	}
}

@media screen and (min-width: 992px) {
	.banner-meta p {
		font-size: 1rem;
	}
}

.banner-meta span {
	font-size: 0.875rem;
	display: inline-block;
	line-height: 1.5;
	color: #707070;
}

.banner-meta a {
	font-size: 0.875rem;
	font-family: "Poppins", sans-serif;
	display: inline-block;
	line-height: 1.5;
	color: #707070;
	transition: all 0.15s ease;
}

.banner-meta a:hover {
	color: #007bff;
}

.protfolio-details-area .project-details-content .title {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 600;
	color: #012b5c;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .project-details-content .title {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .project-details-content .title {
		margin-bottom: 1.25rem;
	}
}

.protfolio-details-area .project-details-content .content {
	font-size: 0.875rem;
	color: #707070;
	line-height: 2;
	margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .project-details-content .content {
		font-size: 1rem;
	}
}

.protfolio-details-area .image-group {
	margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
	.protfolio-details-area .image-group {
		margin-bottom: 2.5rem;
	}
}

.protfolio-details-area .image-group .image {
	display: block;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: all 0.5s ease;
	border-radius: 0.25rem;
}

@media screen and (min-width: 576px) {
	.protfolio-details-area .image-group .image {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .image-group .image {
		border-radius: 0.5rem;
	}
}

.protfolio-details-area .image-group .image img {
	transition: all 0.5s ease;
	width: 100%;
}

.protfolio-details-area .image-group .image:hover img {
	transform: scale(1.1);
}

.protfolio-details-area .image-group .row {
	--bs-gutter-x: 1rem;
}

@media screen and (min-width: 1400px) {
	.protfolio-details-area .image-group .row {
		--bs-gutter-x: 2.5rem;
	}
}

.protfolio-details-area .protfolio-details-slider {
	padding-bottom: 2.5rem;
}

.protfolio-details-area .protfolio-details-slider .swiper-slide {
	overflow: hidden;
	border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .protfolio-details-slider .swiper-slide {
		border-radius: 0.5rem;
	}
}

.protfolio-details-area .protfolio-details-slider .swiper-slide img {
	width: 100%;
	transition: 0.5s;
}

.protfolio-details-area .protfolio-details-slider .swiper-slide:hover img {
	transform: scale(1.1);
}

.protfolio-details-area .protfolio-details-slider .swiper-button-next {
	width: 4rem;
	height: 4rem;
	background: #FFFFFF;
	border-radius: 0.5rem;
	right: 2rem;
	color: #012b5c;
	display: none;
	transform: translateY(-50%);
	transition: all 0.15s ease;
}

.protfolio-details-area .protfolio-details-slider .swiper-button-next::after {
	font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .protfolio-details-slider .swiper-button-next {
		display: flex;
	}
}

.protfolio-details-area .protfolio-details-slider .swiper-button-next:hover {
	color: #FFFFFF;
	background: #007bff;
}

.protfolio-details-area .protfolio-details-slider .swiper-button-prev {
	width: 4rem;
	height: 4rem;
	background: #FFFFFF;
	border-radius: 0.5rem;
	left: 2rem;
	color: #012b5c;
	display: none;
	transform: translateY(-50%);
	transition: all 0.15s ease;
}

.protfolio-details-area .protfolio-details-slider .swiper-button-prev::after {
	font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .protfolio-details-slider .swiper-button-prev {
		display: flex;
	}
}

.protfolio-details-area .protfolio-details-slider .swiper-button-prev:hover {
	color: #FFFFFF;
	background: #007bff;
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .protfolio-details-slider .swiper-pagination {
		display: none;
	}
}

.protfolio-details-area .protfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	background: #3485ff;
	margin: 0 0.5rem;
}

.protfolio-details-area .protfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background: #007bff;
}

.protfolio-details-area .slider-content .slide-content {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #707070;
	line-height: 2;
}

@media screen and (min-width: 992px) {
	.protfolio-details-area .slider-content .slide-content {
		font-size: 1rem;
	}
}

.protfolio-details-area .slider-content .slide-content + .slide-content {
	margin-top: 1.5rem;
}

.protfolio-details-area .slider-content .discuss-btn {
	margin-top: 2.5rem;
	width: 100%;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.protfolio-details-area .slider-content .discuss-btn {
		padding: 1.125rem 3rem;
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# blog details page
--------------------------------------------------------------*/
.blog-details-area {
	padding-top: 7rem;
	padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
	.blog-details-area {
		padding-bottom: 5rem;
		padding-top: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.blog-details-area {
		padding-top: 6rem;
	}
}

.blog-details-area .banner-wrapper {
	position: relative;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.blog-details-area .banner-wrapper {
		margin-bottom: 2rem;
	}
}

.blog-details-area .banner-wrapper > img {
	border-radius: 0.25rem 0.25rem 0 0;
	height: 15rem;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 576px) {
	.blog-details-area .banner-wrapper > img {
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.blog-details-area .banner-wrapper > img {
		border-radius: 0.25rem;
	}
}

.blog-details-area .banner-wrapper::before {
	position: absolute;
	content: "";
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(20, 20, 19, 0.75) 75%);
	width: 100%;
	height: 100%;
	border-radius: 0.25rem 0.25rem 0 0;
}

@media screen and (min-width: 768px) {
	.blog-details-area .banner-wrapper::before {
		border-radius: 0.5rem 0.5rem 0 0;
	}
}

.blog-details-area .banner-blog-meta {
	display: none;
	align-items: end;
	gap: 1rem;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	flex-direction: row;
}

@media screen and (min-width: 768px) {
	.blog-details-area .banner-blog-meta {
		bottom: 2rem;
		left: 2rem;
		gap: 2.5rem;
		align-items: center;
		right: auto;
		flex-direction: row;
		display: flex;
	}
}

@media screen and (min-width: 1200px) {
	.blog-details-area .banner-blog-meta {
		bottom: 2rem;
		left: 5rem;
	}
}

.blog-details-area .banner-blog-meta .single-meta {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.blog-details-area .banner-blog-meta .single-meta {
		flex-direction: row;
	}
}

.blog-details-area .banner-blog-meta .single-meta .text {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: 400;
}

.blog-details-area .banner-blog-meta-sm {
	display: none;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
	.blog-details-area .banner-blog-meta-sm {
		display: flex;
		background: #707070;
		border-radius: 0 0 0.25rem 0.25rem;
		padding: 0.675rem 1rem;
		align-items: end;
		justify-content: space-between;
	}
}

.blog-details-area .banner-blog-meta-sm .single-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.5rem;
}

@media screen and (min-width: 576px) {
	.blog-details-area .banner-blog-meta-sm .single-meta {
		flex-direction: row;
	}
}

.blog-details-area .banner-blog-meta-sm .single-meta .text {
	font-size: 0.75rem;
	font-weight: 500;
	color: #FFFFFF;
}

.blog-details-area .blog-description .title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	color: #012b5c;
	margin-bottom: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.blog-details-area .blog-description .title {
		font-size: 2rem;
	}
}

.blog-details-area .blog-description .content {
	color: #707070;
	line-height: 2;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.blog-details-area .blog-description .content {
		margin-bottom: 2rem;
	}
}

.blog-details-area .blog-description .row {
	--bs-gutter-x: 1rem;
}

@media screen and (min-width: 992px) {
	.blog-details-area .blog-description .row {
		--bs-gutter-x: 2rem;
	}
}

.blog-details-area .blog-description .des-content {
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.blog-details-area .blog-description .des-content {
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.blog-details-area .blog-description .des-content {
		margin-bottom: 5rem;
	}
}

.blog-details-area .blog-description .des-content a {
	display: block;
}

.blog-details-area .blog-description .des-content img {
	width: 100%;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.blog-details-area .blog-description .des-content img {
		margin-bottom: 2rem;
	}
}

.blog-details-area .blog-description .des-content .des-text {
	font-size: 0.875rem;
	color: #707070;
	line-height: 2;
}

@media screen and (min-width: 992px) {
	.blog-details-area .blog-description .des-content .des-text {
		font-size: 1rem;
	}
}

.blog-details-area .social-wrapper {
	display: flex;
	font-size: 0.75rem;
	justify-content: space-between;
	background: #eef5ff;
	padding: 1rem;
	border-radius: 0.6rem;
	margin: 3rem 0;
	flex-direction: column;
	gap: 1.5rem;
}

@media screen and (min-width: 576px) {
	.blog-details-area .social-wrapper {
		padding: 2rem 2.5rem;
	}
}

@media screen and (min-width: 768px) {
	.blog-details-area .social-wrapper {
		flex-direction: row;
		align-items: center;
	}
}

.blog-details-area .social-wrapper .social-icon {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.blog-details-area .social-wrapper .text {
	font-size: 1rem;
	line-height: 1.4;
	color: #0F0F0F;
}

@media screen and (max-width: 767px) {
	.blog-details-area .social-wrapper .text {
		margin-bottom: 0.5rem;
	}
}

.blog-details-area .social-wrapper .social-icon a {
	font-size: 1rem;
	color: #707070;
}

.blog-details-area .social-wrapper .social-icon a:hover {
	color: #007bff;
}

.blog-details-area .social-wrapper .tags {
	gap: 0.5rem;
}

@media screen and (min-width: 768px) {
	.blog-details-area .social-wrapper .tags {
		display: flex;
		align-items: center;
	}
}

.blog-details-area .social-wrapper .tags .tag-button {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	justify-content: start;
}

@media screen and (min-width: 768px) {
	.blog-details-area .social-wrapper .tags .tag-button {
		gap: 1rem;
	}
}

.blog-details-area .social-wrapper .tags .tag-btn {
	color: #707070;
	line-height: 1.6;
	padding: 0.375rem 1rem;
	border-radius: 0.25rem;
}

.blog-details-area .social-wrapper .tags .tag-btn:hover {
	color: #FFFFFF;
}

@media screen and (min-width: 992px) {
	.blog-details-area .social-wrapper .tags .tag-btn {
		padding: 0.375rem 1.25rem;
	}
}
@media screen and (min-width: 768px) {
	.comment-wrapper {
		padding: 0;
	}
}
/* 评论区域样式 */
.comment-wrapper {
	padding: 0;
}

.comments-title {
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 35px;
	padding-bottom: 20px;
            /* border-bottom: 2px solid rgba(74, 108, 247, 0.1); */
	position: relative;
	color: #2d3748;
	display: flex;
	align-items: center;
	gap: 15px;
}

.comments-title:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 4px;
	background: #4a6cf7;
	border-radius: 4px;
}

.comments-title i {
	background: rgba(74, 108, 247, 0.1);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #4a6cf7;
}
        
/* 评论项 */
.comment-item {
	display: flex;
	gap: 22px;
	padding: 30px;
	border-radius: 18px;
	margin-bottom: 25px;
	background: white;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	border: 1px solid #e9ecef;
}

.comment-item:hover {
	transform: translateY(-1.2px);
	box-shadow: 0 10px 20px rgba(74, 108, 247, 0.15);
	border-color: rgba(70, 141, 247, 0.3);
}
        
        /* 子评论样式 */
.children {
	margin-top: 25px;
	margin-left: 0px;
	position: relative;
}

.comment-item.child {
	background: #f8fbff;
	border: 1px solid rgba(74, 108, 247, 0.12);
            /* border-left: 2px solid #4a6cf7; */
}
        
        /* .comment-item.child-2 {
            background: linear-gradient(to right, rgba(16, 185, 129, 0.07) 0%, white 30%);
            border-left: 2px solid #10b981;
        }
        
        .comment-item.child-3 {
            background: linear-gradient(to right, rgba(254, 215, 90, 0.07) 0%, white 30%);
            border-left: 2px solid #fec260;
        } */
        
.comment-avatar {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	border: 3px solid white;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.comment-item:hover .comment-avatar {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.comment-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.comment-content {
	flex: 1;
	padding: 5px 0;
}

.avatar-name {
	font-size: 1.25rem;
	font-weight: 700;
	color: #2d3748;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 12px;
	flex-wrap: wrap;
}

.avatar-name .badge {
	font-size: 0.75rem;
	font-weight: 600;
	margin-left: 0;
	background: #10b981;
	padding: 6px 12px;
	border-radius: 20px;
	transition: all 0.3s ease;
	color: white;
}

.comment-meta {
	font-size: 0.92rem;
	color: #718096;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.comment-meta i {
	margin-right: 6px;
	font-size: 0.9rem;
}

.comment-text {
	font-size: 1.07rem;
	color: #4a5568;
	margin-bottom: 20px;
	line-height: 1.75;
	padding-right: 10px;
}

.reply-action {
	display: flex;
	gap: 25px;
	margin-top: 20px;
}

.reply-btn {
	color: #007bff;
	background: none;
	border: none;
	padding: 8px 16px;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.2s;
	background: rgba(71, 142, 247, 0.1);
	border-radius: 10px;
}

.reply-btn:hover {
	background: rgba(71, 148, 247, 0.2);
	color: #0067d5;
}

.reply-btn i {
	font-size: 0.9rem;
}
        /* 回复表单 - 位置优化 */
.reply-box {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(233, 236, 239, 0.7);
	display: none;
	animation: fadeIn 0.5s ease forwards;
}

.reply-box.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.reply-box textarea {
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 18px;
	font-size: 1rem;
	resize: vertical;
	min-height: 120px;
	transition: all 0.3s;
	font-family: inherit;
	background: #f8fafc;
	box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.03);
}

.reply-box textarea:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
	background: white;
}
.reply-box input {
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	margin-bottom: 0.625rem;
	padding: 18px;
	font-size: 1rem;
	resize: vertical;
	transition: all 0.3s;
	font-family: inherit;
	background: #f8fafc;
	box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.03);
}

.reply-box input:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
	background: white;
}

.submit-reply {
	margin-top: 10px;
	background: #007bff;
	color: white;
	border: none;
	padding: 10px 28px;
	border-radius: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
}

.submit-reply:hover {
	background: #0068d1;
	box-shadow: 0 12px 20px rgba(76, 168, 247, 0.3);
}

.submit-reply::after {
	content: "";
	position: absolute;
	top: -50%;
	left: -60%;
	width: 20px;
	height: 200%;
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(25deg);
	transition: all 0.6s;
}

.submit-reply:hover::after {
	left: 120%;
}
        
        /* 评论表单 */
.comment-box {
	padding: 30px;
	margin-top: 40px;
	border-radius: 16px;
	background: #f8fbff;
	border: 1px solid rgba(74, 108, 247, 0.15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.comment-box .title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 25px;
	color: #2d3748;
}

.comment-form .form-field {
	margin-bottom: 20px;
}

.comment-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #4a5568;
	font-size: 0.95rem;
}

.comment-form input, 
                .comment-form textarea {
	width: 100%;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 1rem;
	transition: all 0.3s;
	font-family: inherit;
}

.comment-form input:focus, 
                .comment-form textarea:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
}

.comment-form .submit-btn {
	background: #007bff;
	color: white;
	border: none;
	padding: 14px 30px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.comment-form .submit-btn:hover {
	background: #005ec2;
	box-shadow: 0 5px 15px rgba(74, 108, 247, 0.3);
}

@keyframes slideIn {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
        
        /* 响应式 */
@media (max-width: 768px) {
            
	.comment-item {
		padding: 25px;
		flex-direction: column;
	}

	.comment-avatar {
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.comment-item {
		padding: 22px;
	}

	.comment-box {
		padding: 25px;
	}

	.comments-title {
		font-size: 1.7rem;
	}

	.blog-header {
		padding: 30px 20px;
	}
}
		
		
/*--------------------------------------------------------------
# 404 error page
--------------------------------------------------------------*/
.error-area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	margin: 5rem 0 3rem 0;
}

@media screen and (min-width: 576px) {
	.error-area {
		margin: 10rem 0 6rem 0;
	}
}

@media screen and (min-width: 1200px) {
	.error-area {
		margin: 6rem 0 6rem 0;
	}
}

@media screen and (min-width: 1400px) {
	.error-area {
		margin: 0;
	}
}

.error-area .error-content {
	text-align: center;
}

.error-area .title {
	font-size: 1.25rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #012b5c;
	line-height: 1.4;
	margin-bottom: 1.875rem;
}

.error-area img {
	margin-bottom: 1.875rem;
	max-width: 18rem;
}

@media screen and (min-width: 576px) {
	.error-area img {
		max-width: 100%;
	}
}

.error-area .message {
	font-size: 1.25rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #012b5c;
	line-height: 1.4;
	margin-bottom: 1.875rem;
}

.error-area .btn-home {
	font-size: 1rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: inherit;
	padding: 1rem 2.25rem;
	border-radius: 0.25rem;
	background: #012b5c;
	display: inline-block;
	transition: all 0.15s ease;
}

.error-area .btn-home:hover {
	background: #060885;
}
