@charset "UTF-8";

@font-face {
	font-family: "Microsoft YaHei";
	src: url('arial.ttf');
	font-style: normal;
}

html {
	font-size: 18px;
}

:root {
	scroll-behavior: unset;
}

body {
	font-family: "Microsoft YaHei";
	color: #041117;
	background-color: #fff;
	font-size: 18px;
	font-size: 1rem;
	overflow-x: hidden;
}

.faq-image img {}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
}

p {
	font-size: 18px;
	color: #041117;
	line-height: 1.8em;
}

@media (max-width: 767px) {
	p {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Microsoft YaHei";
	font-weight: 700;
}

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

a {
	text-decoration: none;
	transition: all 0.2s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.sr-only {
	display: none;
	opacity: 0;
	visibility: hidden;
}

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

/* 1.2 Global Elements */
.page-wrapper {
	position: relative;
	overflow: hidden;
}

@media (max-width: 1880px) {
	.page-wrap {
		overflow: hidden;
	}
}

@media (max-width: 450px) {
	.page-wrap {
		overflow: hidden;
	}
}

.wow {
	visibility: hidden;
}

.fi:before {
	margin: 0;
}

.section-padding {
	padding: 60px 0;
}

section.section-padding.wpo-blog-pg-section.pt-0 {
	background-color: #dea05724;
}

@media (max-width: 991px) {
	.section-padding {
		padding: 90px 0;
	}
}

@media (max-width: 767px) {
	.section-padding {
		padding: 30px 0;
	}
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
	width: 100%;
	margin-top: 15px;
}

.contact-validation-active label.error,
.contact-validation-active label.error2 {
	color: red;
	font-size: 0.7777777778rem;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: left;
	display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader,
.contact-validation-active #loader2 {
	display: none;
	margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i,
.contact-validation-active #loader2 i {
	font-size: 30px;
	font-size: 1.6666666667rem;
	color: #dea057;
	display: inline-block;
	animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #success2,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;
}

@media (max-width: 767px) {

	.contact-validation-active #success,
	.contact-validation-active #success2,
	.contact-validation-active #c-success,
	.contact-validation-active #c-error,
	.contact-validation-active #error,
	.contact-validation-active #error2 {
		font-size: 15px;
	}
}

.contact-validation-active #c-success,
.contact-validation-active #success,
.contact-validation-active #success2 {
	background-color: rgb(0, 153.5, 0);
	border-left: 5px solid green;
	margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
	background-color: rgb(255, 25.5, 25.5);
	border-left: 5px solid red;
}

@keyframes rotating {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.rotating {
	animation: rotating 5s alternate infinite;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/*** back to top **/
.back-to-top {
	background-color: #dea057;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 2px solid #dea057;
	border-radius: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 9999999;
	right: 15px;
	bottom: 15px;
	transition: all 0.2s;
}

@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
		z-index: 999999;
	}
}

.back-to-top:hover {
	background-color: #dea057;
}

.back-to-top i {
	font-size: 18px;
	font-size: 1rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
}

.fancybox-wrap {
	z-index: 99999;
}

/*** for fancybox video ***/
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 999999;
}

.fancybox-wrap {
	z-index: 9999999;
}

.new_img-animet {
	visibility: hidden;
	overflow: hidden;
}

.wpo-section-title,
.wpo-section-title-s2,
.wpo-section-title-s3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -15px;
	margin-bottom: 60px;
}

@media (max-width: 991px) {

	.wpo-section-title,
	.wpo-section-title-s2,
	.wpo-section-title-s3 {
		margin-top: 0;
		margin-bottom: 20px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}

.wpo-section-title span,
.wpo-section-title-s2 span,
.wpo-section-title-s3 span {
	color: #dea057;
	padding-left: 85px;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	position: relative;
}

@media (max-width: 991px) {

	.wpo-section-title span,
	.wpo-section-title-s2 span,
	.wpo-section-title-s3 span {
		font-size: 20px;
	}
}

@media (max-width: 575px) {

	.wpo-section-title span,
	.wpo-section-title-s2 span,
	.wpo-section-title-s3 span {
		font-size: 17px;
		padding-left: 45px;
	}
}

.wpo-section-title span::before,
.wpo-section-title-s2 span::before,
.wpo-section-title-s3 span::before {
	position: absolute;
	content: "";
	top: 15px;
	left: 0;
	width: 80px;
	height: 3px;
	background-color: #dea057;
}

@media (max-width: 991px) {

	.wpo-section-title span::before,
	.wpo-section-title-s2 span::before,
	.wpo-section-title-s3 span::before {
		top: 10px;
	}
}

@media (max-width: 575px) {

	.wpo-section-title span::before,
	.wpo-section-title-s2 span::before,
	.wpo-section-title-s3 span::before {
		width: 40px;
	}
}

.wpo-section-title h2,
.wpo-section-title-s2 h2,
.wpo-section-title-s3 h2 {
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 75px;
	max-width: 955px;
}

@media (max-width: 1550px) {

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		/* font-size: 85px; */
		/* line-height: 95px; */
	}
}

@media (max-width: 1399px) {

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 70px;
		line-height: 80px;
	}
}

@media (max-width: 1199px) {

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 60px;
		max-width: 600px;
		line-height: 70px;
	}
}

@media (max-width: 991px) {

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 40px;
		margin: 0 auto;
		line-height: 60px;
	}
}

@media (max-width: 575px) {

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 425px) {

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-section-title-s3 p {
	margin: 0;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	max-width: 490px;
}

@media (max-width: 991px) {

	.wpo-section-title p,
	.wpo-section-title-s2 p,
	.wpo-section-title-s3 p {
		font-size: 18px;
		line-height: 30px;
		margin: 0 auto;
	}
}

@media (max-width: 575px) {

	.wpo-section-title p,
	.wpo-section-title-s2 p,
	.wpo-section-title-s3 p {
		font-size: 16px;
		line-height: 25px;
		max-width: unset;
	}
}

@media (max-width: 425px) {

	.wpo-section-title p,
	.wpo-section-title-s2 p,
	.wpo-section-title-s3 p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 991px) {

	.wpo-section-title .title-btn,
	.wpo-section-title-s2 .title-btn,
	.wpo-section-title-s3 .title-btn {
		padding-top: 20px;
	}
}

.wpo-section-title-s2 {
	display: block;
	align-items: start;
}

@media (max-width: 991px) {
	.wpo-section-title-s2 {
		align-items: center;
	}
}

.wpo-section-title-s2 p {
	padding-top: 10px;
}

.wpo-section-title-s2 .title-btn {
	padding-top: 35px;
}

.wpo-section-title-s3 {
	/* max-width: 1520px; */
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.wpo-section-title-s3 {
		margin-top: 0;
		margin-bottom: 18px;
	}
}

.wpo-section-title-s3 h2 {
	max-width: 100%;
	/* font-size: 50px; */
}

@media (max-width: 1399px) {
	.wpo-section-title-s3 h2 {
		max-width: 700px;
	}
}

@media (max-width: 1199px) {
	.wpo-section-title-s3 h2 {
		max-width: 100%;
		text-align: center;
	}
}

.theme-btn,
.theme-btn-s2 {
	background: transparent;
	color: #fff;
	display: inline-block;
	padding: 9px 19px;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	border: 2px solid #000;
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.theme-btn::before,
.theme-btn-s2::before {
	background: #dea057;
	content: "";
	height: 1000px;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 0;
	z-index: -1;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
	color: #fff;
	border-color: #dea057;
}

.theme-btn:hover::before,
.theme-btn:focus::before,
.theme-btn:active::before,
.theme-btn-s2:hover::before,
.theme-btn-s2:focus::before,
.theme-btn-s2:active::before {
	opacity: 1;
	width: 100%;
}

@media (max-width: 991px) {

	.theme-btn,
	.theme-btn-s2 {
		font-size: 20px;
		font-size: 1.1111111111rem;
		padding: 15px 20px;
	}
}

@media (max-width: 767px) {

	.theme-btn,
	.theme-btn-s2 {
		padding: 12px 18px;
		font-size: 16px;
	}
}

.theme-btn-s2 {
	transition: all 0.5s ease-in-out;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.theme-btn-s2 {
		font-size: 20px;
		padding: 14px 20px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.theme-btn-s2 {
		font-size: 13px;
		border: 1px solid #000;
		padding: 8px 12px;
		padding-right: 20px;
	}
}

.theme-btn-s2::before {
	background: #dea057c7;
	content: "";
	height: 1000px;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 0;
	z-index: -1;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.theme-btn-s2 i {
	position: relative;
	top: 3px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 300;
}

@media (max-width: 767px) {
	.theme-btn-s2 i {
		top: 2px;
		margin-left: 4px;
		font-size: 13px;
	}
}

.theme-btn-s2:hover {
	border-color: #dea057;
}

.theme-btn-s2:hover::before {
	opacity: 1;
	width: 100%;
}

.form input,
.form textarea,
.form select {
	border-color: rgb(191.25, 191.25, 191.25);
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: rgb(89.25, 89.25, 89.25);
	font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #dea057;
	-o-box-shadow: 0 0 5px 0 rgb(47.5086206897, 116.6120689655, 119.4913793103);
	-ms-box-shadow: 0 0 5px 0 rgb(47.5086206897, 116.6120689655, 119.4913793103);
	box-shadow: 0 0 5px 0 rgb(47.5086206897, 116.6120689655, 119.4913793103);
}

.form ::-webkit-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: rgb(89.25, 89.25, 89.25);
}

.form :-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: rgb(89.25, 89.25, 89.25);
}

.form ::-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: rgb(89.25, 89.25, 89.25);
}

.form :-ms-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: rgb(89.25, 89.25, 89.25);
}

.form select {
	font-style: normal;
	background: url(../images/select-icon.png) no-repeat right center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.form select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.form ::-moz-placeholder {
	font-style: normal;
}

.form ::placeholder {
	font-style: normal;
}

.social-links {
	overflow: hidden;
}

.social-links li {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 1px;
}

.social-links li a {
	background-color: rgb(47.5086206897, 116.6120689655, 119.4913793103);
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center;
}

.social-links li a:hover {
	background-color: #dea057;
}

.wpo-page-title,
.wpo-page-title-s2 {
	background: #dea057;
	min-height: 460px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	overflow: hidden;
	padding-top: 0;
}

@media (max-width: 991px) {

	.wpo-page-title,
	.wpo-page-title-s2 {
		min-height: 300px;
		padding-top: 0;
	}
}

@media (max-width: 767px) {

	.wpo-page-title,
	.wpo-page-title-s2 {
		min-height: 250px;
	}
}

@media (max-width: 575px) {

	.wpo-page-title,
	.wpo-page-title-s2 {
		min-height: 200px;
	}
}

.wpo-page-title .wpo-breadcumb-wrap,
.wpo-page-title-s2 .wpo-breadcumb-wrap {
	text-align: center;
}

.wpo-page-title .wpo-breadcumb-wrap h2,
.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
	margin: 0;
	font-weight: 400;
	font-size: 70px;
	line-height: normal;
	color: #fff;
	margin-bottom: 10px;
	text-transform: capitalize;
}

@media (max-width: 1500px) {

	.wpo-page-title .wpo-breadcumb-wrap h2,
	.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
		font-size: 50px;
	}

}

@media (max-width: 1199px) {

	.wpo-page-title .wpo-breadcumb-wrap h2,
	.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
		font-size: 46px;
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {

	.wpo-page-title .wpo-breadcumb-wrap h2,
	.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
		/* font-size: 60px; */
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {

	.wpo-page-title .wpo-breadcumb-wrap h2,
	.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
		font-size: 50px;
	}
}

@media (max-width: 575px) {

	.wpo-page-title .wpo-breadcumb-wrap h2,
	.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
		font-size: 40px;
	}
}

@media (max-width: 425px) {

	.wpo-page-title .wpo-breadcumb-wrap h2,
	.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
		font-size: 32px;
	}
}

.wpo-page-title .wpo-breadcumb-wrap ol,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol {
	padding-left: 0;
	margin-bottom: 0;
}

.wpo-page-title .wpo-breadcumb-wrap ol li,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li {
	display: inline-block;
	padding: 0px 20px;
	color: #fff;
	position: relative;
	font-size: 18px;
	line-height: 48px;
	font-weight: 400;
}

@media (max-width: 767px) {

	.wpo-page-title .wpo-breadcumb-wrap ol li,
	.wpo-page-title-s2 .wpo-breadcumb-wrap ol li {
		font-size: 14px;
	}
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:after {
	content: "\e649";
	font-family: "themify";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:last-child {
	padding: 0;
	padding-left: 5px;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:last-child span {
	color: #000;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:last-child:after {
	display: none;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li a {
	color: #fff;
	font-size: 25px;
	transition: all 0.3s;
}

@media (max-width: 767px) {

	.wpo-page-title .wpo-breadcumb-wrap ol li a,
	.wpo-page-title-s2 .wpo-breadcumb-wrap ol li a {
		font-size: 16px;
	}
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li a:hover {
	color: #CDB091;
}

.wpo-page-title-s2 {
	min-height: auto;
	padding-bottom: 0;
}

@media (max-width: 1199px) {
	.wpo-page-title-s2 {
		min-height: 255px;
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.wpo-page-title-s2 {
		min-height: 253px;
		padding-bottom: 0;
	}

	.wpo-page-title-s2 img {
		min-height: 253px;
	}
}

@media (max-width: 767px) {
	.wpo-page-title-s2 {
		min-height: 250px;
	}
}

@media (max-width: 575px) {
	.wpo-page-title-s2 {
		min-height: 200px;
	}
}

.preloader {
	background-color: #dea057;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1111111111111111200;
	overflow: hidden;
}

.preloader .vertical-centered-box {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

.preloader .vertical-centered-box:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
	max-width: 55px;
}

.preloader * {
	transition: all 0.3s;
}

.preloader .loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	margin-left: -60px;
	margin-top: -60px;
}

.preloader .loader-line-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	overflow: hidden;
	transform-origin: 60px 60px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
	left: -51%;
	top: -51%;
	width: 202%;
	height: 202%;
	transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
	background: #2c2d44;
	background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
	-lh-property: 0;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.preloader [not-existing] {
	zoom: 1;
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}
}

.preloader [not-existing] {
	zoom: 1;
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.preloader [not-existing] {
	zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
	margin-left: auto;
	max-width: 400px;
	/*** search-widget ***/
	/*** category-widget ***/
	/*** recent-post-widget ***/
	/*** tag-widget ***/
}

@media (max-width: 991px) {
	.blog-sidebar {
		margin-top: 80px;
		max-width: 400px;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.blog-sidebar {
		margin-top: 60px;
		max-width: 400px;
	}
}

.blog-sidebar .widget {
	border: 1px solid #F1F1F1;
}

.blog-sidebar .widget h3 {
	display: block;
	color: #001635;
	font-size: 35px;
	font-weight: 400;
	line-height: normal;
	padding: 15px 23px;
	margin-bottom: 0;
	border-bottom: 1px solid #E2E2E2;
}

@media (max-width: 575px) {
	.blog-sidebar .widget h3 {
		padding: 15px 20px;
		font-size: 30px;
		line-height: 40px;
	}
}

.blog-sidebar>.widget+.widget {
	margin-top: 65px;
}

.blog-sidebar .search-widget {
	border: 0;
}
.pages {
	text-align: center;
	margin-top: 40px;
}

.pages li {
	display: inline-block;
	vertical-align: top;

}

.pages li a {
    display: block;
    background: #fff;
    padding: 5px 14px;
    font-size: 13px;
    margin: 0 3px;
    color: rgb(90, 88, 88);
    border-radius: 5px;
    border: 2px solid #efeff0;
}

.pages li:hover a,
.pages li.active a {
	background: #dea057 ;
	color: #fff;
}
.blog-sidebar .search-widget h3 {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	border: 0;
}

.blog-sidebar .search-widget form div {
	position: relative;
}

.blog-sidebar .search-widget input {
	background-color: transparent;
	height: 70px;
	padding: 6px 50px 6px 20px;
	border: 0;
	box-shadow: none;
	transition: all 0.3s;
	border: 1px solid #E2E2E2;
	color: #585656;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.blog-sidebar .search-widget input:focus {
	background-color: rgba(33, 81, 83, 0.1);
}

.blog-sidebar .search-widget form button {
	background: transparent;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	border: 0;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 52%;
	height: 50px;
	line-height: 50px;
	width: 50px;
	transform: translateY(-50%);
}

.blog-sidebar .category-widget ul {
	list-style: none;
	padding: 25px;
}

@media (max-width: 575px) {
	.blog-sidebar .category-widget ul {
		padding: 30px 20px;
	}
}

.blog-sidebar .category-widget ul li {
	font-size: 19px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-sidebar .category-widget ul li {
		font-size: 16px;
	}
}

.blog-sidebar .category-widget ul li span {
	position: absolute;
	right: 0;
}

.blog-sidebar .category-widget ul>li+li {
	margin-top: 5px;
	padding-top: 10px;
}

.blog-sidebar .category-widget ul a {
	display: block;
	color: #525252;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.blog-sidebar .category-widget ul a span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.blog-sidebar .category-widget ul a span {
		font-size: 14px;
	}
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
	color: #dea057;
}

.blog-sidebar .recent-post-widget .post {
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.blog-sidebar .recent-post-widget .posts {
	padding: 24px;
}

@media (max-width: 575px) {
	.blog-sidebar .recent-post-widget .posts {
		padding: 13px 0;
	}
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
	margin-top: 8px;
	padding-top: 8px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
	width: 90px;
	float: left;
	vertical-align: middle;
}

.blog-sidebar .recent-post-widget .post .details {
	width: 100%;
	float: left;
	padding-left: 0;
	vertical-align: middle;
}

@media (max-width: 575px) {
	.blog-sidebar .recent-post-widget .post .details {
		padding-left: 10px;
	}
}

.blog-sidebar .recent-post-widget .post h4 {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

@media (max-width: 1199px) {
	.blog-sidebar .recent-post-widget .post h4 {
		margin: 0;
	}
}

@media (max-width: 575px) {
	.blog-sidebar .recent-post-widget .post h4 {
		font-size: 16px;
		line-height: 26px;
	}
}

.blog-sidebar .recent-post-widget .post h4 a {
	display: inline-block;
	color: #000;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
	color: #dea057;
}

.blog-sidebar .recent-post-widget .post .details .date {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 575px) {
	.blog-sidebar .recent-post-widget .post .details .date {
		font-size: 14px;
	}
}

.blog-sidebar .recent-post-widget .post .details .date i {
	display: inline-block;
	padding-right: 7px;
}

.blog-sidebar .tag-widget ul {
	overflow: hidden;
	list-style: none;
	padding: 30px;
}

@media (max-width: 575px) {
	.blog-sidebar .tag-widget ul {
		padding: 30px 20px;
	}
}

.blog-sidebar .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
	display: inline-block;
	padding: 5px 12px;
	color: #626B72;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	border: 1px solid #E2E2E2;
	text-transform: capitalize;
}

.blog-sidebar .tag-widget ul li a:hover {
	background: #dea057;
	color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
	text-align: center;
	margin-top: 60px;
}

@media (max-width: 991px) {
	.pagination-wrapper {
		text-align: center;
		margin-top: 30px;
	}
}

.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
}

.pagination-wrapper .pg-pagination li {
	float: left;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.pagination-wrapper .pg-pagination li {
		margin-right: 5px;
	}
}

.pagination-wrapper .pg-pagination li:last-child {
	margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
	background-color: transparent;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-size: 0.8888888889rem;
	font-weight: 600;
	color: #444444;
	background: rgb(245, 248, 251);
	display: block;
}

@media (max-width: 991px) {
	.pagination-wrapper .pg-pagination li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		font-size: 0.8333333333rem;
	}
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	background: #dea057;
	border-color: #dea057;
	color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
	font-size: 17px;
}

.pagination-wrapper-left {
	text-align: left;
}

.pagination-wrapper-right {
	text-align: right;
}

@media screen and (min-width: 1200px) {
	.pagination-wrapper-right {
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.pagination-wrapper-right {
		margin-top: 45px;
		text-align: left;
	}
}

.practice-sidebar {
	max-width: 500px;
}

@media (max-width: 991px) {
	.practice-sidebar {
		margin-top: 50px;
	}
}

.practice-catagory-title {
	background-color: #dea057;
	padding: 20px 30px;
}

@media (max-width: 1399px) {
	.practice-catagory-title {
		padding: 20px 20px;
	}
}

@media (max-width: 1199px) {
	.practice-catagory-title {
		padding: 15px;
	}
}

.practice-catagory-title h3 {
	margin: 0;
	font-size: 35px;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

@media (max-width: 1399px) {
	.practice-catagory-title h3 {
		font-size: 35px;
	}
}

@media (max-width: 1199px) {
	.practice-catagory-title h3 {
		font-size: 22px;
	}
}

.practice-catagory ul {
	background-color: #F8F8F8;
	padding: 15px 30px;
}

@media (max-width: 1399px) {
	.practice-catagory ul {
		padding: 15px 20px;
	}
}

@media (max-width: 1199px) {
	.practice-catagory ul {
		padding: 15px;
	}
}

.practice-catagory ul li {
	border-bottom: 2px solid #BBBBBB;
	padding: 14px 0;
}

@media (max-width: 575px) {
	.practice-catagory ul li {
		padding: 6px 0;
		border-bottom: 1px solid #BBBBBB;
	}
}

.practice-catagory ul li:last-child {
	border-bottom: none;
}

.practice-catagory ul li a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	display: block;
	transition: all 0.3s ease-in-out;
	position: relative;
	max-width: 96%;
}

@media (max-width: 1399px) {
	.practice-catagory ul li a {
		font-size: 19px;
	}
}

@media (max-width: 575px) {
	.practice-catagory ul li a {
		font-size: 16px;
	}
}

.practice-catagory ul li a:hover {
	color: #dea057;
}

.practice-catagory ul li a:hover::before {
	color: #dea057;
}

.practice-catagory ul li a::before {
	position: absolute;
	right: -16px;
	top: 20px;
	transform: translateY(-50%);
	content: "\e65a";
	font-family: "themify";
	transition: all 0.3s ease-in-out;
	color: #666666;
	font-size: 20px;
}

@media (max-width: 1399px) {
	.practice-catagory ul li a::before {
		font-size: 17px;
	}
}

.practice-info {
	padding: 50px 20px;
	text-align: center;
	width: 100%;
	margin-top: 55px;
	background: #3e3e3c;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media (max-width: 575px) {
	.practice-info {
		margin-top: 30px;
	}
}

.practice-info .icon {
	margin-bottom: 30px;
}

.practice-info h2 {
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 10px;
	color: #fff;

}

@media (max-width: 1399px) {
	.practice-info h2 {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.practice-info h2 {
		font-size: 16px;
	}
}

.practice-info span {
	color: #fff;
	font-size: 31px;
	font-weight: 400;
	line-height: normal;
	display: block;
}

@media (max-width: 1399px) {
	.practice-info span {
		font-size: 25px;
	}
}

@media (max-width: 1199px) {
	.practice-info span {
		font-size: 33px;
	}
}

.practice-info .theme-btn {
	background-color: #CDB091;
	border: 0;
	border-radius: 0;
	padding: 14px 48px;
	text-align: center;
	color: #001635;
	font-weight: 600;
	margin-top: 30px;
}

.practice-info .theme-btn::before {
	display: none;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/* 2.1 navigation */
.wpo-site-header {
	/* navigation open and close btn hide for width screen */
	/* style for navigation less than 992px */
	/*navbar collaps less then 992px*/
	/*** cart-search-contact ***/
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	top: 0;
	background: transparent;
	padding: 10px 25px;
	border-bottom: 1px solid #ffffff36;
	border-radius: 15px;
}

@media (max-width: 1500px) {
	.wpo-site-header {
		padding: 5px 10px;
	}
}

@media (max-width: 1200px) {
	.wpo-site-header {
		padding: 11px 0;
	}
}

@media (max-width: 991px) {
	.wpo-site-header {
		position: relative;
		left: 0;
		width: 100%;
		top: 0px;
		padding: 0 15px;
		border-radius: 0;
	}
}

.wpo-site-header .navigation {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -400px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
	background-color: #dea057;
}

.sticky-on {
	opacity: 1;
	top: 0;
	visibility: visible;
}

.wpo-site-header .navigation>.container {
	position: relative;
}

@media (max-width: 991px) {
	.wpo-site-header .navigation {
		padding: 4px 20px;
		background: #dea057;
	}
}

@media (max-width: 575px) {
	.wpo-site-header .navigation {
		padding: 0px 16px;
	}
}

.wpo-site-header #navbar {
	transition: all 0.5s;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
	text-decoration: none;
	color: #CDB091;
}

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar {
		/*** hover effect ***/
		border-radius: 29px;
		/* border: 1px solid #ffffff5c; */
		justify-content: center;
	}

	.wpo-site-header #navbar li {
		position: relative;
	}

	.wpo-site-header #navbar>ul>li>a:hover:before,
	.wpo-site-header #navbar>ul>li>a.active:before {
		opacity: 1;
		visibility: visible;
	}

	.wpo-site-header .site-navbar>ul li a:hover,
	.wpo-site-header .site-navbar>ul li a.active {
		text-decoration: none;
		color: #CDB091;
	}

	.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
		position: relative;
	}

	.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
		font-family: "themify";
		content: "\e649";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		right: 15px;
		top: 58%;
		transform: translateY(-50%);
	}

	.wpo-site-header #navbar>ul>li:hover>.sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}

	.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1;
	}
}

.wpo-site-header .container-fluid {
	display: block;
}

@media (max-width: 991px) {
	.wpo-site-header .container-fluid {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.wpo-site-header {
		/* class for show hide navigation */
	}

	.wpo-site-header .row {
		flex-wrap: nowrap;
	}

	.wpo-site-header .container {
		width: 100%;
		max-width: 100%;
	}

	.wpo-site-header .header-right {
		right: 15px;
	}
}

@media (max-width: 991px) and (max-width: 425px) {
	.wpo-site-header .header-right {
		right: 10px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .navbar-header button span {
		background-color: #fff;
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}

	.wpo-site-header .navbar-header button span:last-child {
		margin: 0;
	}
}

.wpo-site-header #navbar ul {
	list-style: none;
}

.sub-menu-b {
	width: 100%;
	padding: 10px 20px;
}

.sub-menu-a {
	width: 50%;
	/* height: 15%; */
}

.sub-menu-a img {
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) and (max-width: 991px) {
	.wpo-site-header #navbar {
		top: 0;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.wpo-site-header #navbar>ul {
		z-index: 101;
	}

	.wpo-site-header #navbar ul a {
		color: #000;
	}

	.wpo-site-header #navbar ul a:hover,
	.wpo-site-header #navbar ul li.current a {
		color: #dea057;
	}

	.wpo-site-header #navbar .close-navbar .ti-close {
		position: relative;
		top: 1px;
	}

	.wpo-site-header .navbar-toggler .first-angle,
	.wpo-site-header .navbar-toggler .last-angle {
		transition: all 0.3s;
	}

	.wpo-site-header .x-close .middle-angle {
		opacity: 0;
	}

	.wpo-site-header .x-close .first-angle {
		position: absolute;
		-webkit-transform: rotate(-44deg);
		top: 16px;
		left: 10px;
	}

	.wpo-site-header .x-close .last-angle {
		-webkit-transform: rotate(44deg);
		position: absolute;
		top: 16px;
		right: 10px;
	}
}

@media (max-width: 767px) {
	.wpo-site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}

	.wpo-site-header #navbar .navbar-nav {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .navbar-collapse.collapse {
		display: none;
	}

	.wpo-site-header .navbar-collapse.collapse.in {
		display: block;
	}

	.wpo-site-header .navbar-header .collapse,
	.wpo-site-header .navbar-toggle {
		display: block;
	}

	.wpo-site-header .navbar-header {
		float: none;
		position: relative;
		z-index: 99;
		text-align: center;
	}

	.wpo-site-header .navbar-right {
		float: none;
	}

	.wpo-site-header .navbar-nav {
		float: none;
	}

	.wpo-site-header .navbar-nav>li {
		float: none;
	}
}

.wpo-site-header .header-right {
	display: flex;
	justify-content: flex-end;
	z-index: 991;
	position: relative;
	align-items: center;
}

.wpo-site-header .header-right button {
	padding: 0;
	border: 0;
	outline: 0;
}

.wpo-site-header .header-right>div {
	float: left;
	position: relative;
}

.wpo-site-header .header-right .header-contact {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-right: 35px;
	position: relative;
}

.wpo-site-header .header-right .header-contact::before {
	position: absolute;
	content: "";
	top: -25px;
	right: 0;
	width: 1px;
	height: 95px;
	background: #ffffff36;
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .header-contact::before {
		height: 91px;
	}
}

@media (max-width: 1200px) {
	.wpo-site-header .header-right .header-contact::before {
		top: -30px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .header-right .header-contact::before {
		height: 95px;
		top: -33px;
	}
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .header-contact {
		padding-right: 10px;
		gap: 6px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .header-right .header-contact {
		margin-right: 0;
	}
}

@media (max-width: 500px) {
	.wpo-site-header .header-right .header-contact {
		display: none;
	}
}

.wpo-site-header .header-right .header-contact .header-contact-icon a i {
	font-size: 24px;
	color: #fff;
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .header-contact .header-contact-icon a i {
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
	.wpo-site-header .header-right .header-contact .header-contact-icon a i {
		font-size: 24px;
	}
}

@media (max-width: 1200px) {
	.wpo-site-header .header-right .header-contact .header-contact-text {
		display: none;
	}
}

.wpo-site-header .header-right .header-contact .header-contact-text p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .header-contact .header-contact-text p {
		font-size: 12px;
		line-height: 15px;
	}
}

.wpo-site-header .header-right .header-contact .header-contact-text span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 5px;
	margin-top: -8px;
	display: inline-block;
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .header-contact .header-contact-text span {
		font-size: 13px;
		line-height: 20px;
	}
}

.wpo-site-header .header-right .close-form .theme-btn {
	padding: 13px 26px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	border-radius: 10px;
	transition: all ease-in-out 0.4s;
	background-color: #fff;
	border: 0;
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .close-form .theme-btn {
		padding: 12px 18px;
		font-size: 15px;
	}
}

@media (max-width: 1200px) {
	.wpo-site-header .header-right .close-form .theme-btn {
		padding: 9px 13px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .header-right .close-form .theme-btn {
		padding: 0;
		width: 55px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		justify-content: center;
		border-radius: 50%;
	}
}

@media (max-width: 575px) {
	.wpo-site-header .header-right .close-form .theme-btn {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .header-right .close-form .theme-btn span {
		display: none;
	}
}

.wpo-site-header .header-right .close-form .theme-btn i {
	font-size: 20px;
	color: #000;
	position: relative;
	top: -2px;
	right: 10px;
}

@media (max-width: 1500px) {
	.wpo-site-header .header-right .close-form .theme-btn i {
		font-size: 17px;
		right: 5px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .header-right .close-form .theme-btn i {
		font-size: 22px;
		right: 0;
	}
}

@media (max-width: 575px) {
	.wpo-site-header .header-right .close-form .theme-btn i {
		font-size: 18px;
	}
}

.wpo-site-header .header-right .close-form .theme-btn:hover {
	background-color: #fff;
}

.wpo-site-header .header-right .close-form .theme-btn::before {
	display: none;
}

.wpo-site-header .header-right .close-form .theme-btn::after {
	display: none;
}

@media (max-width: 450px) {
	.wpo-site-header .header-right>div {
		margin-right: 18px;
	}
}

.wpo-site-header .header-right>div:last-child {
	margin: 0 0 0 30px;
	position: relative;
}

@media (max-width: 1700px) {
	.wpo-site-header .header-right>div:last-child {
		margin: 0 0 0 10px;
	}
}

@media (max-width: 767px) {
	.wpo-site-header .header-right>div:last-child {
		margin: 3px 0 0 10px;
	}
}

@media (max-width: 991px) {
	.page-wrapper {
		transition: all 0.3s;
	}

	.body-overlay:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		transition: all 0.3s;
	}
}

.wpo-site-header {
	/* navigation open and close btn hide for width screen */
	/* style for navigation less than 992px */
	/*navbar collaps less then 992px*/
}

.wpo-site-header .navigation>.container {
	position: relative;
}

.wpo-site-header #navbar {
	transition: all 0.5s;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
	text-decoration: none;
	color: #fddbb3;
}

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar {
		/*** hover effect ***/
	}

	.wpo-site-header #navbar li {
		position: relative;
	}

	.wpo-site-header #navbar>ul>li>a {
		padding: 20px 30px;
		display: block;
		position: relative;
		text-transform: capitalize;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		line-height: normal;
	}
}

@media screen and (min-width: 992px) and (max-width: 1835px) {
	.wpo-site-header #navbar>ul>li>a {
		padding: 18px 21px;
	}
}

@media screen and (min-width: 992px) {
	.wpo-site-header #navbar>ul .sub-menu {
		background-color: #fff;
		box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		width: 795px;
		position: absolute;
		/* padding: 10px; */
		left: 50%;
		display: flex;
		top: 110%;
		z-index: 10;
		visibility: hidden;
		border-radius: 10px;
		overflow: hidden;
		opacity: 0;
		transition: all 0.3s;
		transform: scaleY(0) translateX(-50%);
		transform-origin: center top 0;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
	}

	.wpo-site-header #navbar>ul>li .sub-menu a {
		font-size: 15px;
		display: block;
		padding: 11px 15px 11px 0px;
		color: #444444;
		position: relative;
		overflow: hidden;
		font-weight: 400;
		text-transform: capitalize;
	}

	.wpo-site-header #navbar>ul>li .sub-menu a:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 3px;
		background: #dea057;
		content: "";
		transition: all 0.3s;
		border-radius: 5px;
	}

	.wpo-site-header #navbar>ul>li .sub-menu a:hover,
	.wpo-site-header #navbar>ul>li .sub-menu a.active {
		color: #dea057;
	}

	.wpo-site-header #navbar>ul>li .sub-menu a:hover:after,
	.wpo-site-header #navbar>ul>li .sub-menu a.active:after {
		width: 40px;
		opacity: 1;
		visibility: visible;
	}

	.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
		left: 110%;
		top: 0;
		transition: all 0.3s;
		transform: none;
		transform-origin: none;
		transition: all 0.3s ease-in-out 0s;
	}

	.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
		position: relative;
	}

	.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
		font-family: "themify";
		content: "\e649";
		font-size: 11px;
		font-size: 0.6111111111rem;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.wpo-site-header #navbar>ul>li:hover>.sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
		transform: scaleY(100%);
		-webkit-transform: scaleY(100%)translateX(-50%);
	}

	.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.wpo-site-header #navbar>ul>li a {
		display: block;
		font-size: 15px;
		font-size: 0.8333333333rem;
		color: #fff;
		font-weight: 500;
	}

	.wpo-site-header #navbar>ul>li a:hover,
	.wpo-site-header #navbar>ul>li a.active {
		color: #fff;
	}

	.wpo-site-header #navbar>ul .sub-menu>li:last-child {
		border-bottom: 0;
	}

	.wpo-site-header #navbar>ul>li>.sub-menu a {
		padding: 8px 15px 8px 5px;
		font-size: 12px;
	}

	.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
		padding: 8px 15px 8px 65px;
	}

	.wpo-site-header #navbar>ul .menu-item-has-children>a {
		position: relative;
		color: #fff;
	}

	.wpo-site-header #navbar>ul .menu-item-has-children>a:hover,
	.wpo-site-header #navbar>ul .menu-item-has-children>a.active {
		color: #fff;
	}

	.wpo-site-header #navbar>ul .menu-item-has-children>a:before {
		font-family: "themify";
		content: "\e649";
		font-size: 11px;
		font-size: 0.6111111111rem;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.3s;
	}

	.wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
		transform: rotate(90deg);
		top: 29%;
	}

	.wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
		color: #fff;
	}
}

@media screen and (min-width: 992px) {
	.wpo-site-header .navbar-header .open-btn {
		display: none;
	}

	.wpo-site-header #navbar .close-navbar {
		display: none;
	}
}

.wpo-site-header .menu-close {
	display: none;
}

@media (max-width: 991px) {
	.wpo-site-header {
		/* class for show hide navigation */
	}

	.wpo-site-header .container {
		width: 100%;
	}

	.wpo-site-header .mobail-menu button {
		background-color: #ffffff;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		outline: 0;
		position: relative;
		z-index: 20;
		display: block;
	}

	.wpo-site-header .mobail-menu button:focus {
		outline: none;
		box-shadow: none;
	}

	.wpo-site-header .mobail-menu button span {
		background-color: #dea057;
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}

	.wpo-site-header .mobail-menu button span.first-angle {
		margin-top: 2px;
	}

	.wpo-site-header .mobail-menu button span:last-child {
		margin: 0;
	}

	.wpo-site-header .mobail-menu button .sr-only {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	.wpo-site-header #navbar {
		background: #dea057;
		display: block;
		width: 300px;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		position: fixed;
		left: -320px;
		top: 0px;
		z-index: 999999;
		opacity: 0;
		visibility: hidden;
	}

	.wpo-site-header #navbar .navbar-nav {
		display: block;
	}

	.wpo-site-header #navbar>ul {
		position: relative;
		z-index: 101;
	}

	.wpo-site-header #navbar ul a {
		color: #000;
	}

	.wpo-site-header #navbar ul a:hover,
	.wpo-site-header #navbar ul li.current a {
		color: #dea057;
	}

	.wpo-site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
		padding-bottom: 60px;
	}

	.wpo-site-header #navbar .close-navbar {
		background-color: #fff;
		width: 40px;
		height: 40px;
		color: #000;
		border: 0;
		outline: none;
		position: absolute;
		left: -41px;
		top: 90px;
		z-index: 20;
	}

	.wpo-site-header #navbar .close-navbar .ti-close {
		position: relative;
		top: 1px;
	}

	.wpo-site-header .menu-close {
		display: block;
		z-index: 99;
		background: none;
		text-align: center;
		color: #fff;
		border: 0;
		text-align: center;
		margin-left: auto;
		margin-top: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #fff;
	}

	.wpo-site-header #navbar.slideInn {
		left: 0;
		opacity: 1;
		visibility: visible;
	}

	.wpo-site-header .navbar-toggler .first-angle,
	.wpo-site-header .navbar-toggler .last-angle {
		transition: all 0.3s;
	}

	.wpo-site-header .x-close .middle-angle {
		opacity: 0;
	}

	.wpo-site-header .x-close .first-angle {
		position: absolute;
		-webkit-transform: rotate(-44deg);
		top: 16px;
		left: 10px;
	}

	.wpo-site-header .x-close .last-angle {
		-webkit-transform: rotate(44deg);
		position: absolute;
		top: 16px;
		right: 10px;
	}
}

@media (max-width: 767px) {
	.wpo-site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}

	.wpo-site-header .navbar-header .navbar-brand img {
		width: 121px;
	}

	.wpo-site-header #navbar .navbar-nav {
		margin: 0;
	}
}

.wpo-site-header .navbar-header .navbar-brand {
	display: block;
	margin: 0;
}

@media (max-width: 991px) {
	.wpo-site-header .navbar-collapse.collapse {
		display: none;
	}

	.wpo-site-header .navbar-collapse.collapse.in {
		display: block;
	}

	.wpo-site-header .navbar-header .collapse,
	.wpo-site-header .navbar-toggle {
		display: block;
	}

	.wpo-site-header .navbar-header {
		float: none;
	}

	.wpo-site-header .navbar-right {
		float: none;
	}

	.wpo-site-header .navbar-nav {
		float: none;
	}

	.wpo-site-header .navbar-nav>li {
		float: none;
	}
}

@media (max-width: 1700px) {
	.wpo-site-header #navbar>ul>li>a {
		padding: 15px;
	}
}

@media (max-width: 1500px) {
	.wpo-site-header #navbar>ul>li>a {
		/* padding: 15px 8px; */
		/* font-size: 15px; */
	}
}

@media (max-width: 991px) {
	.wpo-site-header {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.wpo-site-header #navbar>ul>li>a {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header #navbar>ul>li>a {
		padding: 15px 30px;
	}
}

@media (max-width: 991px) {

	.wpo-site-header,
	.wpo-header-style-2 {
		z-index: 99999;
	}
}

.wpo-site-header .navigation.sticky-header {
	padding: 21px 60px;
}

@media (max-width: 1700px) {
	.wpo-site-header .navigation.sticky-header {
		padding: 10px 40px;
	}
}

@media (max-width: 1400px) {
	.wpo-site-header .navigation.sticky-header {
		padding: 12px;
	}
}

@media (max-width: 1500px) {
	.wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
		height: 91px;
	}
}

@media (max-width: 1200px) {
	.wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
		top: -30px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
		height: 83px;
	}
}

@media (max-width: 575px) {
	.wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
		height: 79px;
	}
}

@media (max-width: 991px) {
	.wpo-site-header .navigation.sticky-header {
		padding: 0px 15px;
	}
}

.wpo-header-style-s2,
.wpo-header-style-s4 {
	left: 0;
	width: 100%;
	z-index: 999;
	top: 0;
	border-radius: 0;
	padding: 20px 90px;
}

@media (max-width: 1780px) {

	.wpo-header-style-s2,
	.wpo-header-style-s4 {
		padding: 20px 50px;
	}
}

@media (max-width: 1500px) {

	.wpo-header-style-s2,
	.wpo-header-style-s4 {
		padding: 20px;
	}
}

@media (max-width: 991px) {

	.wpo-header-style-s2,
	.wpo-header-style-s4 {
		padding: 0;
		border-bottom: 1px solid #2B5E60;
	}
}

@media (max-width: 425px) {

	.wpo-header-style-s2,
	.wpo-header-style-s4 {
		padding: 0;
	}
}

.wpo-header-style-s2 .header-right .header-contact::before,
.wpo-header-style-s4 .header-right .header-contact::before {
	display: none;
}

.wpo-header-style-s2 .header-right .header-contact,
.wpo-header-style-s4 .header-right .header-contact {
	padding-right: 0;
}

.wpo-header-style-s3 {
	left: 0;
	width: 100%;
	z-index: 999;
	top: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	position: relative;
}

.wpo-header-style-s3 .header-wrap {
	max-width: 1820px;
	margin: 0 auto;
}

.wpo-header-style-s3 .header-right {
	padding: 15px 0;
	padding-right: 30px;
	border-top-right-radius: 30px;
	position: relative;
}

@media (max-width: 991px) {
	.wpo-header-style-s3 .header-right {
		padding: 0;
	}
}

.wpo-header-style-s3 .header-right::before {
	position: absolute;
	content: "";
	background-color: #dea057;
	top: 0;
	right: -1px;
	width: 100%;
	height: 125px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}

@media (max-width: 991px) {
	.wpo-header-style-s3 .header-right::before {
		display: none;
	}
}

.wpo-header-style-s3 .header-right .header-contact::before {
	display: none;
}

@media (max-width: 991px) {
	.wpo-header-style-s3 .header-right .header-contact .header-contact-icon a i {
		color: #000;
	}
}

.wpo-header-style-s3 .header-right .left-shape {
	position: absolute;
	bottom: -13px;
	left: -57px;
}

@media (max-width: 1500px) {
	.wpo-header-style-s3 .header-right .left-shape {
		bottom: -17px;
		left: -56px;
	}
}

@media (max-width: 991px) {
	.wpo-header-style-s3 .header-right .left-shape {
		display: none;
	}
}

.wpo-header-style-s3 #navbar {
	border: 0;
	border-radius: 0;
}

.wpo-header-style-s3 #navbar>ul>li>a {
	padding: 40px 28px;
	color: #000;
	font-weight: 400;
}

@media (max-width: 1700px) {
	.wpo-header-style-s3 #navbar>ul>li>a {
		padding: 40px 20px;
	}
}

@media (max-width: 1500px) {
	.wpo-header-style-s3 #navbar>ul>li>a {
		padding: 40px 11px;
	}
}

@media (max-width: 991px) {
	.wpo-header-style-s3 #navbar>ul>li>a {
		padding: 15px 30px;
		color: #fff;
	}
}

.wpo-header-style-s3 .navigation.sticky-header {
	padding: 0 40px;
	background: #fff;
}

@media (max-width: 1500px) {
	.wpo-header-style-s3 .navigation.sticky-header {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.wpo-header-style-s3 .navigation.sticky-header {
		padding: 10px 0;
	}
}

.wpo-header-style-s3 .navigation.sticky-header .header-right {
	padding: 0;
}

.wpo-header-style-s3 .navigation.sticky-header .header-right::before,
.wpo-header-style-s3 .navigation.sticky-header .header-right .left-shape {
	display: none;
}

.wpo-header-style-s3 .navigation.sticky-header .header-right .header-contact .header-contact-text p,
.wpo-header-style-s3 .navigation.sticky-header .header-right .header-contact .header-contact-text span {
	color: #000;
}

.wpo-header-style-s3 .navigation.sticky-header .header-right .header-contact .header-contact-icon a i {
	color: #000;
}

.wpo-header-style-s4 {
	padding: 0px 90px 0 40px;
	background-color: transparent;
	position: absolute;
	border: 0;
}

@media (max-width: 1700px) {
	.wpo-header-style-s4 {
		padding: 0 40px;
	}
}

@media (max-width: 1500px) {
	.wpo-header-style-s4 {
		padding: 0 20px;
	}
}

@media (max-width: 1199px) {
	.wpo-header-style-s4 {
		padding: 0 10px;
	}
}

.wpo-header-style-s4 #navbar {
	border: 0;
	border-radius: 0;
}

.wpo-header-style-s4 #navbar>ul>li>a {
	padding: 40px 28px;
}

@media (max-width: 1399px) {
	.wpo-header-style-s4 #navbar>ul>li>a {
		padding: 40px 20px;
	}
}

@media (max-width: 1199px) {
	.wpo-header-style-s4 #navbar>ul>li>a {
		padding: 30px 14px;
	}
}

@media (max-width: 991px) {
	.wpo-header-style-s4 #navbar>ul>li>a {
		padding: 15px 20px;
	}
}

.wpo-header-style-s4 .navigation.sticky-header {
	padding: 0 60px;
}

@media (max-width: 1700px) {
	.wpo-header-style-s4 .navigation.sticky-header {
		padding: 0 40px;
	}
}

@media (max-width: 1399px) {
	.wpo-header-style-s4 .navigation.sticky-header {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.wpo-header-style-s4 .navigation.sticky-header {
		padding: 10px 0;
	}
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/* 3.1 wpo-hero-static */
.wpo-hero-static {
	position: relative;
	background: #E4F2F3;
}

.wpo-hero-static .hero-left {
	padding-top: 240px;
	padding-bottom: 140px;
}

@media (max-width: 1399px) {
	.wpo-hero-static .hero-left {
		padding-top: 200px;
		padding-bottom: 110px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static .hero-left {
		padding-top: 160px;
		padding-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left {
		padding: 80px 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.wpo-hero-static .hero-left {
		padding: 60px 0;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static .hero-left {
		padding: 40px 0;
	}
}

.wpo-hero-static .hero-left .hero-left-item .hero-left-top {
	padding-left: 170px;
}

@media (max-width: 1870px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top {
		padding-left: 120px;
	}
}

@media (max-width: 1790px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top {
		padding-left: 90px;
	}
}

@media (max-width: 1139px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top {
		padding-left: 60px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top {
		padding-left: 40px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top {
		padding-left: 0;
	}
}

.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
	margin: 0;
	color: #000;
	font-size: 130px;
	font-weight: 400;
	line-height: 140px;
	max-width: 1070px;
}

@media (max-width: 1790px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
		font-size: 115px;
		line-height: 140px;
	}
}

@media (max-width: 1600px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
		font-size: 100px;
		line-height: 125px;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
		font-size: 80px;
		line-height: 100px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
		font-size: 67px;
		line-height: 85px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
		font-size: 60px;
		line-height: 75px;
		margin: 0 auto;
		max-width: 800px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
		font-size: 50px;
		line-height: 65px;
	}
}

@media (max-width: 425px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-top h2 {
		font-size: 38px;
		line-height: 50px;
	}
}

.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom {
		flex-direction: column;
	}
}

.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .image-left {
	position: relative;
	left: -14px;
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .image-left {
		order: 2;
		left: 0;
		position: unset;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .image-left img {
		width: 100%;
	}
}

.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content {
	max-width: 430px;
	padding-top: 60px;
}

@media (max-width: 1399px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content {
		padding-top: 30px;
		max-width: 320px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content {
		max-width: 255px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content {
		order: 1;
		margin: 0 auto;
		padding-top: 10px;
		max-width: 500px;
	}
}

.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content p {
	margin: 0;
	color: #000;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
}

@media (max-width: 1399px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content p {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content p {
		font-size: 16px;
		line-height: 24px;
	}
}

.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content .client-team {
	margin-left: 130px;
	margin-top: 75px;
}

@media (max-width: 1399px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content .client-team {
		margin-left: 70px;
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content .client-team {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static .hero-left .hero-left-item .hero-left-bottom .left-content .client-team {
		margin: 0 auto;
		margin-top: 30px;
	}
}

.wpo-hero-static .image-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 1790px) {
	.wpo-hero-static .image-right {
		max-width: 600px;
	}
}

@media (max-width: 1600px) {
	.wpo-hero-static .image-right {
		max-width: 550px;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static .image-right {
		max-width: 460px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static .image-right {
		max-width: 380px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static .image-right {
		display: none;
	}
}

.wpo-hero-static-s2 {
	position: relative;
	background-color: #dea057;
}

.wpo-hero-static-s2 .hero-all-item {
	padding-top: 120px;
	padding-bottom: 30px;
}

@media (max-width: 991px) {
	.wpo-hero-static-s2 .hero-all-item {
		padding: 50px 0;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s2 .hero-all-item {
		padding: 30px 0;
	}
}

.wpo-hero-static-s2 .hero-all-item .hero-left-item {
	display: flex;
}

@media (max-width: 991px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item {
		display: block;
	}
}

.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top {
	max-width: 1260px;
}

@media (max-width: 991px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top {
		text-align: center;
		margin: 0 auto;
	}
}

.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 {
	color: #fff;
	margin: 0;
	font-size: 200px;
	line-height: normal;
	font-weight: 400;
}

@media (max-width: 1730px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 {
		font-size: 175px;
	}
}

@media (max-width: 1600px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 {
		font-size: 135px;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 {
		font-size: 100px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 {
		font-size: 80px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 {
		font-size: 65px;
	}
}

@media (max-width: 425px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 {
		font-size: 48px;
	}
}

@media (max-width: 1600px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 img {
		max-width: 142px;
		width: 100%;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 img {
		max-width: 100px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 img {
		max-width: 80px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 img {
		max-width: 60px;
	}
}

@media (max-width: 425px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-left-top h2 img {
		max-width: 50px;
	}
}

.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item {
	max-width: 480px;
	position: relative;
	padding-top: 100px;
	margin-left: 25px;
}

@media (max-width: 1600px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item {
		padding-top: 35px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item {
		padding-top: 0;
		margin: 0 auto;
		text-align: center;
	}
}

.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item .right-content p {
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
}

@media (max-width: 1399px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item .right-content p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item .right-content p {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item .right-content p {
		font-size: 16px;
		line-height: 26px;
	}
}

.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item .hero-circle {
	position: unset;
	max-width: 150px;
	margin: 0 auto;
	margin-top: 50px;
	transform: none;
}

@media (max-width: 1600px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item .hero-circle {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s2 .hero-all-item .hero-left-item .hero-right-item .hero-circle {
		max-width: 130px;
	}
}

.wpo-hero-static-s3 {
	position: relative;
	z-index: 1;
}

.wpo-hero-static-s3 .hero-wrapper {
	background-color: #dea057;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 50px;
	max-width: 1820px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper {
		padding: 30px;
		border-top-right-radius: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s3 .hero-wrapper {
		padding: 10px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top {
		text-align: center;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
	margin: 0;
	font-size: 200px;
	line-height: 200px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 1750px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
		font-size: 185px;
	}
}

@media (max-width: 1600px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
		font-size: 160px;
		line-height: 170px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
		font-size: 130px;
		line-height: 160px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
		font-size: 100px;
		line-height: 120px;
	}
}

@media (max-width: 767px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
		font-size: 70px;
		line-height: 90px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
		font-size: 60px;
		line-height: 80px;
	}
}

@media (max-width: 425px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top h2 {
		font-size: 50px;
		line-height: 65px;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
	text-align: center;
	font-size: 200px;
	font-weight: 400;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
	opacity: 1;
}

@media (max-width: 1750px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
		font-size: 185px;
	}
}

@media (max-width: 1600px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
		font-size: 160px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
		font-size: 130px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
		font-size: 100px;
	}
}

@media (max-width: 767px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
		font-size: 70px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
		font-size: 60px;
	}
}

@media (max-width: 425px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-middle {
		font-size: 50px;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-bottom {
	text-align: end;
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-left-top .text-bottom {
		text-align: center;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content {
	max-width: 535px;
	position: absolute;
	right: 160px;
	top: 90px;
}

@media (max-width: 1399px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content {
		right: 40px;
		max-width: 450px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content {
		right: 30px;
		max-width: 400px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content {
		position: unset;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content p {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
}

@media (max-width: 1399px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content p {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .content p {
		font-size: 16px;
		line-height: 26px;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team {
	position: absolute;
	top: 460px;
	left: 130px;
}

@media (max-width: 1600px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team {
		margin-top: 0;
		left: 80px;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team {
		top: 450px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team {
		position: unset;
		margin-bottom: 30px;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team ul li {
	border: 4px solid #2F6567;
	background-color: #2F6567;
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team ul li:last-child {
	border: 4px solid #fff;
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team ul li:last-child i {
	color: #fff;
	font-weight: 600;
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-bottom-item .client-team span {
	color: #fff;
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-circle {
	position: unset;
	transform: none;
	left: 0;
	position: relative;
	margin-bottom: -90px;
}

@media (max-width: 991px) {
	.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-circle {
		margin-bottom: 30px;
	}
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-circle .content {
	background-color: #dea057;
	width: 182px;
	height: 180px;
	border: 1px solid #2C6264;
	padding: 10px;
	border-radius: 50%;
	margin: 0 auto;
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-circle .circle-content {
	margin: 0 auto;
	background-color: #fff;
	width: 160px;
	height: 160px;
	padding: 10px;
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-circle .circle-content .rotate-anm {
	border-radius: 50%;
	border: 1px solid #dea057;
	padding: 5px;
}

.wpo-hero-static-s3 .hero-wrapper .hero-item .hero-circle .circle-content svg textPath {
	fill: #dea057;
}

.wpo-hero-static-s3 .hero-image img {
	border-radius: 30px;
}

.wpo-hero-static-s4 {
	background-color: #001026;
	position: relative;
	height: 980px;
	z-index: 1;
}

@media (max-width: 1399px) {
	.wpo-hero-static-s4 {
		height: 870px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s4 {
		height: auto;
	}
}

.wpo-hero-static-s4 .hero-item {
	padding-top: 60px;
}

@media (max-width: 1399px) {
	.wpo-hero-static-s4 .hero-item {
		padding-top: 100px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s4 .hero-item {
		text-align: center;
		padding: 120px 0 60px 0;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s4 .hero-item {
		padding: 100px 0 60px 0;
	}
}

.wpo-hero-static-s4 .hero-item .hero-top h2 {
	margin: 0;
	font-size: 282px;
	font-weight: 400;
	line-height: normal;
	color: #CDB091;
}

@media (max-width: 1865px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 270px;
	}
}

@media (max-width: 1800px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 240px;
	}
}

@media (max-width: 1600px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 210px;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 180px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 145px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 90px;
	}
}

@media (max-width: 767px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 75px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 60px;
	}
}

@media (max-width: 425px) {
	.wpo-hero-static-s4 .hero-item .hero-top h2 {
		font-size: 42px;
	}
}

.wpo-hero-static-s4 .hero-item .hero-bottom {
	position: relative;
}

.wpo-hero-static-s4 .hero-item .hero-bottom .left-content {
	max-width: 400px;
	margin-left: 130px;
	margin-top: 100px;
}

@media (max-width: 1600px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content {
		margin-left: 50px;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content {
		margin-left: 20px;
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content {
		max-width: 300px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content {
		margin: 0 auto;
		max-width: 500px;
	}
}

.wpo-hero-static-s4 .hero-item .hero-bottom .left-content p {
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #fff;
}

@media (max-width: 1399px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content p {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content p {
		font-size: 16px;
		line-height: 25px;
	}
}

.wpo-hero-static-s4 .hero-item .hero-bottom .left-content .hero-btn {
	margin-top: 45px;
}

@media (max-width: 1199px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content .hero-btn {
		margin-top: 20px;
	}
}

.wpo-hero-static-s4 .hero-item .hero-bottom .left-content .hero-btn .theme-btn {
	font-size: 22px;
	color: #CDB091;
	border: 2px solid #CDB091;
	border-radius: 35px;
	padding: 20px 43px;
}

@media (max-width: 1199px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content .hero-btn .theme-btn {
		padding: 14px 30px;
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .left-content .hero-btn .theme-btn {
		padding: 10px 22px;
		font-size: 16px;
	}
}

.wpo-hero-static-s4 .hero-item .hero-bottom .left-content .hero-btn .theme-btn::before {
	background-color: #CDB091;
	border-radius: 0;
}

.wpo-hero-static-s4 .hero-item .hero-bottom .left-content .hero-btn .theme-btn:hover {
	color: #fff;
	border: 2px solid #CDB091;
}

.wpo-hero-static-s4 .hero-item .hero-bottom .right-content {
	position: absolute;
	bottom: -80px;
	right: 300px;
}

@media (max-width: 1600px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .right-content {
		right: 170px;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .right-content {
		right: 100px;
	}
}

@media (max-width: 1199px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .right-content {
		right: 40px;
	}
}

@media (max-width: 991px) {
	.wpo-hero-static-s4 .hero-item .hero-bottom .right-content {
		position: unset;
	}
}

.wpo-hero-static-s4 .hero-item .hero-bottom .right-content ul li {
	border: 4px solid #081F3E;
	background: #081F3E;
}

.wpo-hero-static-s4 .hero-item .hero-bottom .right-content span {
	color: #fff;
}

.wpo-hero-static-s4 .hero-image {
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

@media (max-width: 991px) {
	.wpo-hero-static-s4 .hero-image {
		display: none;
	}
}

@media (max-width: 1399px) {
	.wpo-hero-static-s4 .hero-image img {
		max-width: 450px;
	}
}

.client-team {
	max-width: 205px;
	text-align: start;
}

@media (max-width: 1600px) {
	.client-team {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.client-team {
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
	}
}

.client-team ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

@media (max-width: 991px) {
	.client-team ul {
		justify-content: center;
		margin-left: 0;
	}
}

.client-team ul li {
	width: 60px;
	height: 60px;
	line-height: 48px;
	border-radius: 60px;
	margin: 0 -10px;
	text-align: center;
	border: 4px solid #FFF;
	background: #D9D9D9;
	box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.client-team ul li:last-child {
	background-color: #dea057;
	color: #fff;
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 52px;
}

.client-team ul li:last-child i {
	color: #fff;
	font-weight: 600;
}

.client-team ul li img {
	width: 100%;
	height: 100%;
	border-radius: 100px;
}

.client-team span {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	display: block;
	margin-top: 20px;
}

@media (max-width: 575px) {
	.client-team span {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}
}

.hero-circle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.hero-circle .circle-content {
	width: 150px;
	height: 150px;
	position: relative;
	background: #CDB091;
	padding: 5px;
	font-size: 11px;
	letter-spacing: 2.5px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 100%;
}

@media (max-width: 575px) {
	.hero-circle .circle-content {
		width: 130px;
		height: 130px;
	}
}

.hero-circle .circle-content .rotate-anm {
	animation: roted 30s linear infinite;
}

.hero-circle .circle-content svg textPath {
	fill: #fff;
}

.hero-circle .circle-content .arrows {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	stroke-width: 0.818px;
	width: 82px;
	height: 82px;
	line-height: 79px;
	border-radius: 82px;
	text-align: center;
}

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

	100% {
		transform: rotate(360deg);
	}
}

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

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
/* wpo-site-footer */
.wpo-site-footer {
	background: #3e3e3c;
}

.wpo-site-footer .footer-wrap {
	padding-top: 190px;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.wpo-site-footer .footer-wrap {
		padding-top: 60px;
		padding-bottom: 0;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .footer-wrap {
		padding-top: 40px;
	}
}

.wpo-site-footer .wpo-top-footer {
	text-align: center;
	padding-bottom: 30px;
}

.wpo-site-footer .wpo-top-footer h2 {
	margin: 0;
	color: #fff;
	font-size: 248px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1720px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 230px;
	}
}

@media (max-width: 1600px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 200px;
	}
}

@media (max-width: 1399px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 160px;
	}
}

@media (max-width: 1199px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 135px;
	}
}

@media (max-width: 991px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 100px;
	}
}

@media (max-width: 767px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 75px;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 55px;
	}
}

@media (max-width: 425px) {
	.wpo-site-footer .wpo-top-footer h2 {
		font-size: 40px;
	}
}

.wpo-site-footer .wpo-upper-footer .col {
	min-height: 100%;
}

.wpo-site-footer .link-widget {
	padding: 50px 0 40px 60px;
	border-radius: 40px;
	background: #2B5E60;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	justify-content: space-between;
}

@media (max-width: 1550px) {
	.wpo-site-footer .link-widget {
		padding: 40px 0 40px 40px;
	}
}

@media (max-width: 1399px) {
	.wpo-site-footer .link-widget {
		padding: 30px 0 30px 32px;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget {
		padding: 30px 20px;
	}
}

.wpo-site-footer .link-widget .footer-left {
	padding-bottom: 190px;
}

@media (max-width: 1399px) {
	.wpo-site-footer .link-widget .footer-left {
		padding-bottom: 154px;
	}
}

@media (max-width: 991px) {
	.wpo-site-footer .link-widget .footer-left {
		padding-bottom: 85px;
	}
}

@media (max-width: 767px) {
	.wpo-site-footer .link-widget .footer-left {
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget .footer-left {
		padding-bottom: 30px;
	}
}

.wpo-site-footer .link-widget .footer-left ul li {

	color: #fff;
	font-size: 35px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px;
}

@media (max-width: 1399px) {
	.wpo-site-footer .link-widget .footer-left ul li {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.wpo-site-footer .link-widget .footer-left ul li {
		font-size: 25px;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget .footer-left ul li {
		font-size: 20px;
		padding-bottom: 10px;
	}
}

.wpo-site-footer .link-widget .footer-left ul li:last-child {
	padding-bottom: 0;
}

.wpo-site-footer .link-widget .footer-left ul li a {
	color: #fff;
	transition: all ease 0.4s;
}

.wpo-site-footer .link-widget .footer-left ul li a:hover {
	color: #CDB091;
}

.wpo-site-footer .link-widget .footer-middle {
	padding-bottom: 160px;
}

@media (max-width: 991px) {
	.wpo-site-footer .link-widget .footer-middle {
		padding-bottom: 90px;
	}
}

@media (max-width: 767px) {
	.wpo-site-footer .link-widget .footer-middle {
		padding-bottom: 50px;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget .footer-middle {
		padding-bottom: 30px;
	}
}

.wpo-site-footer .link-widget .footer-middle ul li {

	color: #fff;
	font-size: 35px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px;
}

@media (max-width: 1399px) {
	.wpo-site-footer .link-widget .footer-middle ul li {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.wpo-site-footer .link-widget .footer-middle ul li {
		font-size: 25px;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget .footer-middle ul li {
		font-size: 20px;
		padding-bottom: 10px;
	}
}

.wpo-site-footer .link-widget .footer-middle ul li:last-child {
	padding-bottom: 0;
}

.wpo-site-footer .link-widget .footer-middle ul li a {
	color: #fff;
	transition: all ease 0.4s;
}

.wpo-site-footer .link-widget .footer-middle ul li a:hover {
	color: #CDB091;
}

.wpo-site-footer .link-widget .footer-bottom .copyright {
	margin: 0;
	color: #8adee1;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1399px) {
	.wpo-site-footer .link-widget .footer-bottom .copyright {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	.wpo-site-footer .link-widget .footer-bottom .copyright {
		max-width: unset;
	}
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget .footer-bottom .copyright {
		font-size: 16px;
	}
}

@media (max-width: 425px) {
	.wpo-site-footer .link-widget .footer-bottom .copyright {
		font-size: 14px;
	}
}

.wpo-site-footer .link-widget .footer-bottom .copyright a {
	color: #8adee1;
	transition: all ease 0.4s;
}

.wpo-site-footer .link-widget .footer-bottom .copyright a:hover {
	color: #CDB091;
}

.wpo-site-footer .link-widget .footer-bottom ul {
	display: flex;
	gap: 40px;
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget .footer-bottom ul {
		gap: 20px;
	}
}

.wpo-site-footer .link-widget .footer-bottom ul li {
	padding: 0;
	color: #63B6B9;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 575px) {
	.wpo-site-footer .link-widget .footer-bottom ul li {
		font-size: 16px;
	}
}

@media (max-width: 425px) {
	.wpo-site-footer .link-widget .footer-bottom ul li {
		font-size: 14px;
	}
}

.wpo-site-footer .link-widget .footer-bottom ul li a {
	color: #8adee1;
	transition: all ease 0.4s;
}

.wpo-site-footer .link-widget .footer-bottom ul li a:hover {
	color: #CDB091;
}

.wpo-site-footer .footer-right .footer-contect ul li {
	border-radius: 40px;
	background: #2B5E60;
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	margin-bottom: 30px;
	padding: 45px 0 50px 40px;
}

@media (max-width: 1399px) {
	.wpo-site-footer .footer-right .footer-contect ul li {
		padding: 38px 0 40px 30px;
		font-size: 25px;
	}
}

@media (max-width: 1199px) {
	.wpo-site-footer .footer-right .footer-contect ul li {
		padding: 30px 0 30px 20px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.wpo-site-footer .footer-right .footer-contect ul li {
		padding: 15px 0;
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
	}
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter {
	border-radius: 40px;
	background: #2B5E60;
	padding: 62px 46px 72px;
}

@media (max-width: 1399px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter {
		padding: 50px 30px;
	}
}

@media (max-width: 1199px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter {
		padding: 50px 20px;
	}
}

@media (max-width: 767px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter {
		padding: 40px 20px;
		text-align: center;
	}
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 25px;
}

@media (max-width: 1550px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter h2 {
		font-size: 36px;
	}
}

@media (max-width: 1399px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter h2 {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter h2 {
		font-size: 25px;
	}
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (max-width: 991px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild {
		gap: 15px;
	}
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	border: transparent;
	transition: all 0.3s ease-in-out;
	padding: 22px 0;
	padding-left: 30px;
	width: 100%;
	z-index: 1;
	border-radius: 20px;
	background: #dea057;
}

@media (max-width: 1199px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild {
		font-size: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild {
		font-size: 18px;
		padding: 12px 0;
		padding-left: 16px;
	}
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild:focus-visible {
	outline: -webkit-focus-ring-color auto transparent;
	outline: 0;
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild::-webkit-input-placeholder {
	color: #fff;
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild::-moz-placeholder {
	color: #fff;
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild:-ms-input-placeholder {
	color: #fff;
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-items .fild:-moz-placeholder {
	color: #fff;
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2 {
	padding: 17px 46px;
	border-radius: 20px;
	background: #FDFDFD;
	width: 100%;
	color: #dea057;
	border: 0;
	transition: all ease-in-out 0.3s;
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2::before {
	background-color: #CDB091;
}

.wpo-site-footer .footer-right .footer-contect .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.wpo-site-footer .wpo-upper-footer .col {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-site-footer .wpo-upper-footer .col {
		margin-bottom: 40px;
	}
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -200px;
	z-index: 1111;
	opacity: 0;
	transition: all 0.7s;
}

.sticky-on {
	opacity: 1;
	top: 0;
}

/* 3.2 wpo-service-section */
.wpo-service-section,
.wpo-service-section-s3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.wpo-service-section .wpo-section-title h2,
.wpo-service-section-s3 .wpo-section-title h2 {
	max-width: 70%;
}

@media (max-width: 1199px) {

	.wpo-service-section .wpo-section-title h2,
	.wpo-service-section-s3 .wpo-section-title h2 {
		max-width: 500px;
	}
}

.wpo-service-section .service-card,
.wpo-service-section-s3 .service-card {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
	border-bottom: 2px solid #C9C9C9;
	transition: all 0.8s ease-in-out;
	z-index: 1111;
}

.wpo-service-section .service-card:first-child,
.wpo-service-section-s3 .service-card:first-child {
	border-top: 2px solid #C9C9C9;
}

@media (max-width: 991px) {

	.wpo-service-section .service-card,
	.wpo-service-section-s3 .service-card {
		margin: 0;
		padding: 25px 0;
	}
}

@media (max-width: 991px) {

	.wpo-service-section .service-card,
	.wpo-service-section-s3 .service-card {
		margin: 0;
		padding: 25px 0;
	}
}

@media (max-width: 575px) {

	.wpo-service-section .service-card,
	.wpo-service-section-s3 .service-card {
		padding: 16px 0;
	}
}

.wpo-service-section .service-card .text,
.wpo-service-section-s3 .service-card .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 991px) {

	.wpo-service-section .service-card .text,
	.wpo-service-section-s3 .service-card .text {
		display: block;
	}
}

.wpo-service-section .service-card .text span,
.wpo-service-section-s3 .service-card .text span {
	color: #000;
	text-align: right;
	font-size: 26px;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 1399px) {

	.wpo-service-section .service-card .text span,
	.wpo-service-section-s3 .service-card .text span {
		font-size: 25px;
	}
}

@media (max-width: 991px) {

	.wpo-service-section .service-card .text span,
	.wpo-service-section-s3 .service-card .text span {
		font-size: 20px;
	}
}

@media (max-width: 575px) {

	.wpo-service-section .service-card .text span,
	.wpo-service-section-s3 .service-card .text span {
		font-size: 16px;
	}
}

.wpo-service-section .service-card .text h2,
.wpo-service-section-s3 .service-card .text h2 {
	margin-bottom: 0;
}

.wpo-service-section .service-card .text h2 a,
.wpo-service-section-s3 .service-card .text h2 a {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	display: block;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {

	.wpo-service-section .service-card .text h2 a,
	.wpo-service-section-s3 .service-card .text h2 a {
		font-size: 35px;
	}
}

@media (max-width: 991px) {

	.wpo-service-section .service-card .text h2 a,
	.wpo-service-section-s3 .service-card .text h2 a {
		font-size: 30px;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {

	.wpo-service-section .service-card .text h2 a,
	.wpo-service-section-s3 .service-card .text h2 a {
		font-size: 23px;
	}
}

@media (max-width: 425px) {

	.wpo-service-section .service-card .text h2 a,
	.wpo-service-section-s3 .service-card .text h2 a {
		font-size: 20px;
	}
}

.wpo-service-section .service-card .text h2 a:hover,
.wpo-service-section-s3 .service-card .text h2 a:hover {
	color: #dea057;
}

.wpo-service-section .service-card .image,
.wpo-service-section-s3 .service-card .image {
	position: absolute;
	top: 96%;
	left: 66%;
	transform: translate(-50%, -50%);
	transition: all 0.8s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 11;
}

@media (max-width: 991px) {

	.wpo-service-section .service-card .image,
	.wpo-service-section-s3 .service-card .image {
		left: 82%;
	}
}

@media (max-width: 767px) {

	.wpo-service-section .service-card .image,
	.wpo-service-section-s3 .service-card .image {
		left: 85%;
		top: 60%;
	}
}

@media (max-width: 575px) {

	.wpo-service-section .service-card .image,
	.wpo-service-section-s3 .service-card .image {
		left: 81%;
		top: 50%;
	}
}

.wpo-service-section .service-card .image img,
.wpo-service-section-s3 .service-card .image img {
	border-radius: 20px;
}

@media (max-width: 1199px) {

	.wpo-service-section .service-card .image img,
	.wpo-service-section-s3 .service-card .image img {
		max-width: 300px;
		max-height: 300px;
	}
}

@media (max-width: 767px) {

	.wpo-service-section .service-card .image img,
	.wpo-service-section-s3 .service-card .image img {
		max-width: 180px;
		max-height: 180px;
	}
}

@media (max-width: 425px) {

	.wpo-service-section .service-card .image img,
	.wpo-service-section-s3 .service-card .image img {
		max-width: 140px;
		max-height: 140px;
	}
}

.wpo-service-section .service-card.active,
.wpo-service-section-s3 .service-card.active {
	z-index: 9999;
}

.wpo-service-section .service-card.active .image,
.wpo-service-section-s3 .service-card.active .image {
	opacity: 1;
	visibility: visible;
}

.wpo-service-section .col .service-card:last-child .image,
.wpo-service-section-s3 .col .service-card:last-child .image {
	top: 30%;
}

/* 3.3 wpo-case-section */
.wpo-case-section,
.wpo-case-section-s2,
.wpo-case-section-s3 {
	background-color: #3e3e3c;
}

.wpo-case-section .case-left-sticky,
.wpo-case-section-s2 .case-left-sticky,
.wpo-case-section-s3 .case-left-sticky {
	min-height: 100%;
}

.wpo-case-section .case-left-sticky .wpo-section-title-s2,
.wpo-case-section-s2 .case-left-sticky .wpo-section-title-s2,
.wpo-case-section-s3 .case-left-sticky .wpo-section-title-s2 {
	position: sticky;
	top: 151px;
}

.wpo-case-section .case-left-sticky .wpo-section-title-s2 h2,
.wpo-case-section-s2 .case-left-sticky .wpo-section-title-s2 h2,
.wpo-case-section-s3 .case-left-sticky .wpo-section-title-s2 h2 {
	color: #fff;
}

.wpo-case-section .case-left-sticky .wpo-section-title-s2 p,
.wpo-case-section-s2 .case-left-sticky .wpo-section-title-s2 p,
.wpo-case-section-s3 .case-left-sticky .wpo-section-title-s2 p {
	color: #fff;
}

.wpo-case-section .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2,
.wpo-case-section-s2 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2,
.wpo-case-section-s3 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2 {
	color: #fff;
	border-color: #fff;
}

.wpo-case-section .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2::before,
.wpo-case-section-s2 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2::before,
.wpo-case-section-s3 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2::before {
	background-color: #CDB091;
}

.wpo-case-section .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2:hover,
.wpo-case-section-s2 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2:hover,
.wpo-case-section-s3 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2:hover {
	border: 2px solid #CDB091;
}

.wpo-case-section .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2 i,
.wpo-case-section-s2 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2 i,
.wpo-case-section-s3 .case-left-sticky .wpo-section-title-s2 .title-btn .theme-btn-s2 i {
	color: #fff;
}

.wpo-case-section .case-right-all,
.wpo-case-section-s2 .case-right-all,
.wpo-case-section-s3 .case-right-all {
	padding-left: 85px;
}

@media (max-width: 1630px) {

	.wpo-case-section .case-right-all,
	.wpo-case-section-s2 .case-right-all,
	.wpo-case-section-s3 .case-right-all {
		padding-left: 20px;
	}
}

@media (max-width: 1199px) {

	.wpo-case-section .case-right-all,
	.wpo-case-section-s2 .case-right-all,
	.wpo-case-section-s3 .case-right-all {
		padding-left: 0;
	}
}

.wpo-case-section .case-item,
.wpo-case-section-s2 .case-item,
.wpo-case-section-s3 .case-item {
	margin-bottom: 60px;
}

@media (max-width: 1199px) {

	.wpo-case-section .case-item,
	.wpo-case-section-s2 .case-item,
	.wpo-case-section-s3 .case-item {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {

	.wpo-case-section .case-item,
	.wpo-case-section-s2 .case-item,
	.wpo-case-section-s3 .case-item {
		margin-bottom: 30px;
	}
}

.wpo-case-section .case-item .case-image,
.wpo-case-section-s2 .case-item .case-image,
.wpo-case-section-s3 .case-item .case-image {
	position: relative;
}

.wpo-case-section .case-item .case-image .image,
.wpo-case-section-s2 .case-item .case-image .image,
.wpo-case-section-s3 .case-item .case-image .image {
	overflow: hidden;
	border-radius: 40px;
	transform: scale(1);
}

.wpo-case-section .case-item .case-image .image img,
.wpo-case-section-s2 .case-item .case-image .image img,
.wpo-case-section-s3 .case-item .case-image .image img {
	transition: all ease-in-out 0.4s;
	width: 100%;
	border-radius: 40px;
}

.wpo-case-section .case-item .case-image .image:hover img,
.wpo-case-section-s2 .case-item .case-image .image:hover img,
.wpo-case-section-s3 .case-item .case-image .image:hover img {
	transform: scale(1.1);
}

.wpo-case-section .case-item .case-image .case-tag,
.wpo-case-section-s2 .case-item .case-image .case-tag,
.wpo-case-section-s3 .case-item .case-image .case-tag {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}

@media (max-width: 991px) {

	.wpo-case-section .case-item .case-image .case-tag,
	.wpo-case-section-s2 .case-item .case-image .case-tag,
	.wpo-case-section-s3 .case-item .case-image .case-tag {
		gap: 8px;
		left: 20px;
		bottom: 20px;
	}
}

.wpo-case-section .case-item .case-image .case-tag li,
.wpo-case-section-s2 .case-item .case-image .case-tag li,
.wpo-case-section-s3 .case-item .case-image .case-tag li {
	border-radius: 10px;
	background: #fff;
	color: #dea057;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	padding: 5px 18px;
	transition: all ease-in-out 0.4s;
}

@media (max-width: 1199px) {

	.wpo-case-section .case-item .case-image .case-tag li,
	.wpo-case-section-s2 .case-item .case-image .case-tag li,
	.wpo-case-section-s3 .case-item .case-image .case-tag li {
		font-size: 22px;
		line-height: 30px;
		padding: 4px 15px;
	}
}

@media (max-width: 767px) {

	.wpo-case-section .case-item .case-image .case-tag li,
	.wpo-case-section-s2 .case-item .case-image .case-tag li,
	.wpo-case-section-s3 .case-item .case-image .case-tag li {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 425px) {

	.wpo-case-section .case-item .case-image .case-tag li,
	.wpo-case-section-s2 .case-item .case-image .case-tag li,
	.wpo-case-section-s3 .case-item .case-image .case-tag li {
		font-size: 16px;
		padding: 2px 12px;
		line-height: 24px;
	}
}

.wpo-case-section .case-item .case-text,
.wpo-case-section-s2 .case-item .case-text,
.wpo-case-section-s3 .case-item .case-text {
	padding-left: 10px;
	padding-top: 25px;
}

@media (max-width: 1199px) {

	.wpo-case-section .case-item .case-text,
	.wpo-case-section-s2 .case-item .case-text,
	.wpo-case-section-s3 .case-item .case-text {
		padding-top: 20px;
	}
}

.wpo-case-section .case-item .case-text h3,
.wpo-case-section-s2 .case-item .case-text h3,
.wpo-case-section-s3 .case-item .case-text h3 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1630px) {

	.wpo-case-section .case-item .case-text h3,
	.wpo-case-section-s2 .case-item .case-text h3,
	.wpo-case-section-s3 .case-item .case-text h3 {
		font-size: 35px;
	}
}

@media (max-width: 1399px) {

	.wpo-case-section .case-item .case-text h3,
	.wpo-case-section-s2 .case-item .case-text h3,
	.wpo-case-section-s3 .case-item .case-text h3 {
		font-size: 29px;
	}
}

@media (max-width: 1199px) {

	.wpo-case-section .case-item .case-text h3,
	.wpo-case-section-s2 .case-item .case-text h3,
	.wpo-case-section-s3 .case-item .case-text h3 {
		font-size: 24px;
	}
}

@media (max-width: 575px) {

	.wpo-case-section .case-item .case-text h3,
	.wpo-case-section-s2 .case-item .case-text h3,
	.wpo-case-section-s3 .case-item .case-text h3 {
		font-size: 20px;
	}
}

.wpo-case-section .case-item .case-text h3 a,
.wpo-case-section-s2 .case-item .case-text h3 a,
.wpo-case-section-s3 .case-item .case-text h3 a {
	color: #fff;
	transition: all ease-in-out 0.4s;
}

.wpo-case-section .case-item .case-text h3 a:hover,
.wpo-case-section-s2 .case-item .case-text h3 a:hover,
.wpo-case-section-s3 .case-item .case-text h3 a:hover {
	color: #CDB091;
}

.wpo-case-section .case-item:last-child,
.wpo-case-section-s2 .case-item:last-child,
.wpo-case-section-s3 .case-item:last-child {
	margin-bottom: 0;
}

/* 3.4 wpo-testimonial-section */
@media (max-width: 991px) {
	.wpo-testimonial-section .client-team {
		display: none;
	}
}

.wpo-testimonial-section .owl-nav {
	margin-top: 80px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section .owl-nav {
		margin-top: 25px;
	}
}

.wpo-testimonial-section .owl-nav button {
	border: 0;
	background: transparent;
	position: relative;
	transition: all ease 0.4s;
}

.wpo-testimonial-section .owl-nav button:hover {
	color: #dea057;
}

.wpo-testimonial-section .owl-nav .owl-prev {
	font-size: 30px;
	color: #B4B4B4;
}

.wpo-testimonial-section .owl-nav .owl-next {
	margin-left: 30px;
	font-size: 30px;
	color: #B4B4B4;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section .wpo-section-title h2 {
		max-width: 80%;
	}
}

.wpo-testimonial-section .wpo-testimonial-items {
	display: flex;
	margin-left: 20px;
	align-items: center;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section .wpo-testimonial-items {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section .wpo-testimonial-items {
		display: block;
		text-align: center;
	}
}

.wpo-testimonial-section .wpo-testimonial-items .testimonial-image .image img {
	border-radius: 30px;
}

@media (max-width: 991px) {
	.wpo-testimonial-section .wpo-testimonial-items .testimonial-image .image img {
		width: 100%;
	}
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text {
	max-width: 570px;
	margin-left: 75px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text {
		max-width: 400px;
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text {
		max-width: unset;
		margin-left: 0;
		margin-top: 30px;
	}
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text .icon {
	margin-bottom: 30px;
	max-width: 50px;
}

@media (max-width: 991px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text .icon {
		margin: 0 auto;
		margin-bottom: 7px;
	}
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text p {
	margin: 0;
	font-size: 22px;
	line-height: 39px;
	font-weight: 400;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text p {
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 17px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text p {
		font-size: 16px;
		line-height: 28px;
	}
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
	margin: 0;
	font-size: 35px;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 10px;
}

@media (max-width: 1199px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
		font-size: 33px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
		font-size: 24px;
	}
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text .wpo-testimonial-text-btm span {
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
}

@media (max-width: 575px) {
	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text .wpo-testimonial-text-btm span {
		font-size: 16px;
	}
}

/* 3.5 wpo-fun-fact-section */
.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 50px 0;
	background-color: #dea057;
}

@media (max-width: 991px) {

	.wpo-fun-fact-section,
	.wpo-fun-fact-section-s2 {
		padding: 70px 0;
	}
}

@media (max-width: 575px) {

	.wpo-fun-fact-section,
	.wpo-fun-fact-section-s2 {
		padding: 20px 0;
	}
}

.wpo-fun-fact-section .fun-fact-wrap,
.wpo-fun-fact-section-s2 .fun-fact-wrap {
	/* max-width: 1330px; */
	margin: 0 auto;
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
	width: 25%;
	float: left;
}

@media (max-width: 991px) {

	.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
	.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
		padding: 10px 0;
	}
}

@media (max-width: 991px) {

	.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
	.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
		width: 50%;
	}
}

@media (max-width: 425px) {

	.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
	.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
		width: 100%;
		float: none;
	}
}

.wpo-fun-fact-section .info,
.wpo-fun-fact-section-s2 .info {
	/* display: flex; */
	/* align-items: center; */
	/* gap: 10px; */
}

@media (max-width: 991px) {

	.wpo-fun-fact-section .info,
	.wpo-fun-fact-section-s2 .info {
		display: block;
	}
}

.wpo-fun-fact-section .grid h3,
.wpo-fun-fact-section-s2 .grid h3 {
	margin: 0;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 74px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1399px) {

	.wpo-fun-fact-section .grid h3,
	.wpo-fun-fact-section-s2 .grid h3 {
		font-size: 70px;
	}
}

@media (max-width: 1199px) {

	.wpo-fun-fact-section .grid h3,
	.wpo-fun-fact-section-s2 .grid h3 {
		font-size: 60px;
	}
}

@media (max-width: 767px) {

	.wpo-fun-fact-section .grid h3,
	.wpo-fun-fact-section-s2 .grid h3 {
		font-size: 35px;
	}
}

.wpo-fun-fact-section .grid h3 span,
.wpo-fun-fact-section-s2 .grid h3 span {}

.wpo-fun-fact-section .grid h3+p,
.wpo-fun-fact-section-s2 .grid h3+p {
	margin: 0;
	color: #444444;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	max-width: 100%;
}

@media (max-width: 1399px) {

	.wpo-fun-fact-section .grid h3+p,
	.wpo-fun-fact-section-s2 .grid h3+p {
		font-size: 19px;
	}
}

@media (max-width: 991px) {

	.wpo-fun-fact-section .grid h3+p,
	.wpo-fun-fact-section-s2 .grid h3+p {
		font-size: 20px;
		max-width: unset;
		text-align: center;
	}
}

@media (max-width: 767px) {

	.wpo-fun-fact-section .grid h3+p,
	.wpo-fun-fact-section-s2 .grid h3+p {
		font-size: 14px;
	}
}

/* 3.6 wpo-team-section */
.wpo-team-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.wpo-team-section {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-team-section {
		padding-bottom: 30px;
	}
}

.wpo-team-section .team-container {
	height: 100%;
	width: -moz-max-content;
	width: max-content;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container {
		width: 100%;
		justify-content: center;
	}
}

.wpo-team-section .team-container .team-content {
	display: flex;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container .team-content {
		display: block;
	}
}

.wpo-team-section .team-container .team-content .wpo-section-title-s2 {
	max-width: 480px;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container .team-content .wpo-section-title-s2 {
		margin: 0 auto;
		margin-bottom: 35px;
	}
}

.wpo-team-section .team-container .team-content .wpo-section-title-s2 p {
	max-width: 450px;
}

.wpo-team-section .team-container .team-content .team-right {
	padding-left: 60px;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container .team-content .team-right {
		padding-left: 0;
	}
}

.wpo-team-section .team-container .team-content .team-right .team-item {
	display: flex;
	gap: 25px;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container .team-content .team-right .team-item {
		flex-wrap: wrap;
		gap: 15px;
	}
}

@media (max-width: 575px) {
	.wpo-team-section .team-container .team-content .team-right .team-item {
		gap: 0;
	}
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container .team-content .team-right .team-item .team-card {
		width: 48%;
	}

	.wpo-team-section .team-container .team-content .team-right .team-item .team-card:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.wpo-team-section .team-container .team-content .team-right .team-item .team-card {
		width: 100%;
	}
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card img {
	width: 100%;
	border-radius: 12px;
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom {
		padding-top: 15px;
	}
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text h4 {
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 991px) {
	.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text h4 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text h4 {
		font-size: 24px;
	}
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text h4 a {
	color: #000;
	transition: all ease-in-out 0.4s;
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text h4 a:hover {
	color: #dea057;
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text span {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

@media (max-width: 767px) {
	.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text span {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .text span {
		font-size: 16px;
	}
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .icon {
	padding-right: 30px;
}

.wpo-team-section .team-container .team-content .team-right .team-item .team-card .team-bottom .icon a i {
	color: #dea057;
	font-size: 22px;
}

/* 3.7 wpo-video-section */
.wpo-video-section .video-image {
	position: relative;
	text-align: center;
}

.wpo-video-section .video-image .video-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wpo-video-section .video-image .video-wrap .video-btn {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: hsla(0, 0%, 100%, 0.3);
	border-radius: 50%;
	z-index: 1;
	border: 2px solid #fff;
}

@media (max-width: 991px) {
	.wpo-video-section .video-image .video-wrap .video-btn {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 575px) {
	.wpo-video-section .video-image .video-wrap .video-btn {
		width: 60px;
		height: 60px;
	}
}

.wpo-video-section .video-image .video-wrap .video-btn .fi::before {
	font-size: 35px;
	position: relative;
	color: #fff;
	z-index: 1;
}

@media (max-width: 991px) {
	.wpo-video-section .video-image .video-wrap .video-btn .fi::before {
		font-size: 28px;
	}
}

@media (max-width: 575px) {
	.wpo-video-section .video-image .video-wrap .video-btn .fi::before {
		font-size: 20px;
	}
}

/* 3.8 marquee-section */
.marquee-section {
	overflow: hidden;
}

.marquee-section .marquee_container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: #dea057;
	padding: 30px 0;
}

@media (max-width: 991px) {
	.marquee-section .marquee_container {
		padding: 15px 0;
	}
}

.marquee-section .marquee {
	display: inline-block;
	animation: marquee 30s linear infinite;
}

@media (max-width: 1780px) {
	.marquee-section .marquee {
		padding-left: 160px;
	}
}

@media (max-width: 991px) {
	.marquee-section .marquee {
		padding-left: 103px;
	}
}

.marquee-section h2 {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 0;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1399px) {
	.marquee-section h2 {
		margin-right: 20px;
		font-size: 50px;
	}
}

@media (max-width: 1199px) {
	.marquee-section h2 {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.marquee-section h2 {
		font-size: 25px;
	}
}

.marquee-section h2 img {
	padding-right: 25px;
}

@media (max-width: 1399px) {
	.marquee-section h2 img {
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.marquee-section h2 img {
		max-width: 40px;
		width: 100%;
		padding-right: 14px;
	}
}

@keyframes marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-100%, 0, 0);
	}
}

/* 3.9 wpo-blog-section */
.wpo-blog-section,
.wpo-blog-section-s2 {
	padding-bottom: 90px;
}

@media (max-width: 991px) {

	.wpo-blog-section,
	.wpo-blog-section-s2 {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {

	.wpo-blog-section,
	.wpo-blog-section-s2 {
		padding-bottom: 30px;
	}
}

.wpo-blog-section .blog-card,
.wpo-blog-section-s2 .blog-card {
	display: block;
	padding: 0;
	background: transparent;
	margin-bottom: 30px;
}

.wpo-blog-section .blog-card .image,
.wpo-blog-section-s2 .blog-card .image {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 40px;
}

.wpo-blog-section .blog-card .image img,
.wpo-blog-section-s2 .blog-card .image img {
	border-radius: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 500ms ease;
}

.wpo-blog-section .blog-card .image img:first-child,
.wpo-blog-section-s2 .blog-card .image img:first-child {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: translateX(50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
	transition: all 0.4s ease-in-out;
}

.wpo-blog-section .blog-card .content,
.wpo-blog-section-s2 .blog-card .content {
	padding: 0;
	padding-top: 25px;
}

@media (max-width: 991px) {

	.wpo-blog-section .blog-card .content,
	.wpo-blog-section-s2 .blog-card .content {
		padding-top: 10px;
	}
}

.wpo-blog-section .blog-card .content .text h3,
.wpo-blog-section-s2 .blog-card .content .text h3 {
	margin: 0;
}

.wpo-blog-section .blog-card .content .text h3 a,
.wpo-blog-section-s2 .blog-card .content .text h3 a {
	color: #000;
	font-size: 38px;
	font-weight: 400;
	line-height: 60px;
	transition: all ease-in-out 0.4s;
}

@media (max-width: 1550px) {

	.wpo-blog-section .blog-card .content .text h3 a,
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 33px;
		line-height: 50px;
	}
}

@media (max-width: 1399px) {

	.wpo-blog-section .blog-card .content .text h3 a,
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 991px) {

	.wpo-blog-section .blog-card .content .text h3 a,
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 575px) {

	.wpo-blog-section .blog-card .content .text h3 a,
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 21px;
		line-height: 32px;
	}
}

.wpo-blog-section .blog-card .content .text h3 a:hover,
.wpo-blog-section-s2 .blog-card .content .text h3 a:hover {
	color: #dea057;
}

.wpo-blog-section .blog-card .content .blg-bottom,
.wpo-blog-section-s2 .blog-card .content .blg-bottom {
	padding-top: 10px;
}

.wpo-blog-section .blog-card .content .blg-bottom ul,
.wpo-blog-section-s2 .blog-card .content .blg-bottom ul {
	display: flex;
	gap: 45px;
}

@media (max-width: 1199px) {

	.wpo-blog-section .blog-card .content .blg-bottom ul,
	.wpo-blog-section-s2 .blog-card .content .blg-bottom ul {
		gap: 40px;
	}
}

.wpo-blog-section .blog-card .content .blg-bottom ul li,
.wpo-blog-section-s2 .blog-card .content .blg-bottom ul li {
	position: relative;
	color: #dea057;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

@media (max-width: 1399px) {

	.wpo-blog-section .blog-card .content .blg-bottom ul li,
	.wpo-blog-section-s2 .blog-card .content .blg-bottom ul li {
		font-size: 18px;
		line-height: 27px;
	}
}

@media (max-width: 575px) {

	.wpo-blog-section .blog-card .content .blg-bottom ul li,
	.wpo-blog-section-s2 .blog-card .content .blg-bottom ul li {
		font-size: 16px;
		line-height: 23px;
	}
}

.wpo-blog-section .blog-card .content .blg-bottom ul li a,
.wpo-blog-section-s2 .blog-card .content .blg-bottom ul li a {
	color: #dea057;
	transition: all ease-in-out 0.4s;
}

.wpo-blog-section .blog-card .content .blg-bottom ul li a:hover,
.wpo-blog-section-s2 .blog-card .content .blg-bottom ul li a:hover {
	color: #dea057;
}

.wpo-blog-section .blog-card .content .blg-bottom ul li::before,
.wpo-blog-section-s2 .blog-card .content .blg-bottom ul li::before {
	position: absolute;
	content: "";
	background-color: #dea057;
	top: 50%;
	left: -25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.wpo-blog-section .blog-card .content .blg-bottom ul li:nth-child(1)::before,
.wpo-blog-section-s2 .blog-card .content .blg-bottom ul li:nth-child(1)::before {
	display: none;
}

.wpo-blog-section .blog-card:hover .image img:first-child,
.wpo-blog-section-s2 .blog-card:hover .image img:first-child {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}

.wpo-blog-section .blog-card:hover .image img:nth-child(2),
.wpo-blog-section-s2 .blog-card:hover .image img:nth-child(2) {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}

/* 3.10 wpo-cta-section */
.wpo-cta-section,
.wpo-cta-section-s2 {
	position: relative;
	margin-bottom: -190px;
	z-index: 7;
}

@media (max-width: 991px) {

	.wpo-cta-section,
	.wpo-cta-section-s2 {
		margin-bottom: 0;
		padding-bottom: 90px;
	}
}

@media (max-width: 767px) {

	.wpo-cta-section,
	.wpo-cta-section-s2 {
		padding-bottom: 60px;
	}
}

.wpo-cta-section .cta-wrap,
.wpo-cta-section-s2 .cta-wrap {
	border-radius: 10px;
	background: #f2f2f2;
	padding: 40px 0;
}

@media (max-width: 991px) {

	.wpo-cta-section .cta-wrap,
	.wpo-cta-section-s2 .cta-wrap {
		text-align: center;
		padding: 25px 0;
		border-radius: 10px;
	}
}

.wpo-cta-section .cta-wrap .cta-left,
.wpo-cta-section-s2 .cta-wrap .cta-left {
	padding-left: 100px;
}

@media (max-width: 1600px) {

	.wpo-cta-section .cta-wrap .cta-left,
	.wpo-cta-section-s2 .cta-wrap .cta-left {
		padding-left: 50px;
	}
}

@media (max-width: 991px) {

	.wpo-cta-section .cta-wrap .cta-left,
	.wpo-cta-section-s2 .cta-wrap .cta-left {
		padding-left: 0;
		max-width: 500px;
		margin: 0 auto;
	}
}

.wpo-cta-section .cta-wrap .cta-left h2,
.wpo-cta-section-s2 .cta-wrap .cta-left h2 {
	margin: 0;
	font-size: 70px;
	font-weight: 400;
	line-height: 100px;
	max-width: 780px;
}

@media (max-width: 1600px) {

	.wpo-cta-section .cta-wrap .cta-left h2,
	.wpo-cta-section-s2 .cta-wrap .cta-left h2 {
		font-size: 60px;
		line-height: 90px;
	}
}

@media (max-width: 1399px) {

	.wpo-cta-section .cta-wrap .cta-left h2,
	.wpo-cta-section-s2 .cta-wrap .cta-left h2 {
		font-size: 50px;
		line-height: 75px;
	}
}

@media (max-width: 1199px) {

	.wpo-cta-section .cta-wrap .cta-left h2,
	.wpo-cta-section-s2 .cta-wrap .cta-left h2 {
		font-size: 40px;
		line-height: 60px;
	}
}

@media (max-width: 575px) {

	.wpo-cta-section .cta-wrap .cta-left h2,
	.wpo-cta-section-s2 .cta-wrap .cta-left h2 {
		font-size: 32px;
		line-height: 44px;
	}
}

@media (max-width: 425px) {

	.wpo-cta-section .cta-wrap .cta-left h2,
	.wpo-cta-section-s2 .cta-wrap .cta-left h2 {
		font-size: 26px;
		line-height: 38px;
	}
}

.wpo-cta-section .cta-wrap .cta-left .cta-btn,
.wpo-cta-section-s2 .cta-wrap .cta-left .cta-btn {
	margin-top: 30px;
}

@media (max-width: 575px) {

	.wpo-cta-section .cta-wrap .cta-left .cta-btn,
	.wpo-cta-section-s2 .cta-wrap .cta-left .cta-btn {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {

	.wpo-cta-section .cta-wrap .cta-right,
	.wpo-cta-section-s2 .cta-wrap .cta-right {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {

	.wpo-cta-section .cta-wrap .cta-right img,
	.wpo-cta-section-s2 .cta-wrap .cta-right img {
		max-width: 400px;
	}
}

@media (max-width: 500px) {

	.wpo-cta-section .cta-wrap .cta-right img,
	.wpo-cta-section-s2 .cta-wrap .cta-right img {
		max-width: 300px;
	}
}

@media (max-width: 375px) {

	.wpo-cta-section .cta-wrap .cta-right img,
	.wpo-cta-section-s2 .cta-wrap .cta-right img {
		max-width: 250px;
	}
}

/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 wpo-about-section */
.wpo-about-section .about-left,
.wpo-about-section-s4 .about-left {
	text-align: center;
	padding-right: 100px;
}

@media (max-width: 1600px) {

	.wpo-about-section .about-left,
	.wpo-about-section-s4 .about-left {
		padding-right: 20px;
	}
}

.wpo-about-section .about-left .wpo-section-title,
.wpo-about-section-s4 .about-left .wpo-section-title {
	justify-content: center;
	margin-top: 0;
}

.wpo-about-section .about-right,
.wpo-about-section-s4 .about-right {
	max-width: 1080px;
	margin-left: auto;
}

@media (max-width: 991px) {

	.wpo-about-section .about-right,
	.wpo-about-section-s4 .about-right {
		/* text-align: center; */
		margin-top: 30px;
	}
}

.wpo-about-section .about-right .about-right-content,
.wpo-about-section-s4 .about-right .about-right-content {
	margin-bottom: 52px;
}

@media (max-width: 575px) {

	.wpo-about-section .about-right .about-right-content,
	.wpo-about-section-s4 .about-right .about-right-content {
		margin-bottom: 30px;
	}
}

.wpo-about-section .about-right .about-right-content h3,
.wpo-about-section-s4 .about-right .about-right-content h3 {
	margin: 0;
	font-size: 22px;
	line-height: 44px;
	font-weight: 400;
	color: #00000096;
}

@media (max-width: 1600px) {

	.wpo-about-section .about-right .about-right-content h3,
	.wpo-about-section-s4 .about-right .about-right-content h3 {
		font-size: 20px;
		line-height: 39px;
	}
}

@media (max-width: 1399px) {

	.wpo-about-section .about-right .about-right-content h3,
	.wpo-about-section-s4 .about-right .about-right-content h3 {
		/* font-size: 19px; */
		line-height: 35px;
	}
}

@media (max-width: 991px) {

	.wpo-about-section .about-right .about-right-content h3,
	.wpo-about-section-s4 .about-right .about-right-content h3 {
		font-size: 26px;
		line-height: 42px;
	}
}

@media (max-width: 767px) {

	.wpo-about-section .about-right .about-right-content h3,
	.wpo-about-section-s4 .about-right .about-right-content h3 {
		font-size: 24px;
		line-height: 35px;
	}
}

@media (max-width: 425px) {

	.wpo-about-section .about-right .about-right-content h3,
	.wpo-about-section-s4 .about-right .about-right-content h3 {
		font-size: 16px;
		line-height: 28px;
	}
}

.wpo-about-section .about-right .about-right-image,
.wpo-about-section-s4 .about-right .about-right-image {
	display: flex;
	gap: 40px;
}

@media (max-width: 991px) {

	.wpo-about-section .about-right .about-right-image,
	.wpo-about-section-s4 .about-right .about-right-image {
		gap: 20px;
	}
}

@media (max-width: 575px) {

	.wpo-about-section .about-right .about-right-image,
	.wpo-about-section-s4 .about-right .about-right-image {
		flex-direction: column;
	}
}

@media (max-width: 575px) {

	.wpo-about-section .about-right .about-right-image img,
	.wpo-about-section-s4 .about-right .about-right-image img {
		width: 100%;
	}
}

/* 5.2 wpo-service-section-s2 */
.wpo-service-section-s2 {
	position: relative;
	z-index: 1;
	padding: 160px 0 110px;
}

@media (max-width: 991px) {
	.wpo-service-section-s2 {
		padding: 90px 0 73px;
	}
}

@media (max-width: 767px) {
	.wpo-service-section-s2 {
		padding: 60px 0 43px;
	}
}

.wpo-service-section-s2 .service-wrap {
	overflow: hidden;
}

.wpo-service-section-s2 .service-wrap .service-items {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex: 1;
	cursor: pointer;
	padding: 33px 0;
	border-bottom: 2px solid #C9C9C9;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
	.wpo-service-section-s2 .service-wrap .service-items {
		padding: 17px 0;
	}
}

.wpo-service-section-s2 .service-wrap .service-items:first-child {
	border-top: 2px solid #C9C9C9;
}

.wpo-service-section-s2 .service-wrap .service-items:last-child {
	border-bottom: none;
}

.wpo-service-section-s2 .service-wrap .service-items .service-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 425px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text {
		flex-direction: column;
	}
}

.wpo-service-section-s2 .service-wrap .service-items .service-text h2 {
	margin: 0;
}

.wpo-service-section-s2 .service-wrap .service-items .service-text h2 a {
	color: #000;

	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	display: block;
	transition: all 0.6s ease-in-out;
}

@media (max-width: 1399px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text h2 a {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text h2 a {
		font-size: 30px;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text h2 a {
		font-size: 23px;
	}
}

@media (max-width: 425px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text h2 a {
		font-size: 20px;
	}
}

.wpo-service-section-s2 .service-wrap .service-items .service-text h2 a:hover {
	color: #dea057;
}

.wpo-service-section-s2 .service-wrap .service-items .service-text span {
	color: #000;
	text-align: right;
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 1399px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text span {
		font-size: 25px;
	}
}

@media (max-width: 991px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text span {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-text span {
		font-size: 16px;
	}
}

.wpo-service-section-s2 .service-wrap .service-items .service-expanded {
	display: none;
}

.wpo-service-section-s2 .service-wrap .service-items .service-expanded .service-image {
	width: 100%;
	position: relative;
	top: 40px;
}

@media (max-width: 991px) {
	.wpo-service-section-s2 .service-wrap .service-items .service-expanded .service-image {
		top: 20px;
	}
}

.wpo-service-section-s2 .service-wrap .service-items.active {
	border-bottom: none;
}

.wpo-service-section-s2 .service-wrap .service-items.active .service-default {
	flex-direction: column;
	border-bottom: none;
}

.wpo-service-section-s2 .service-items.active .service-expanded {
	display: flex;
	flex-direction: column;
}

/* 5.3 wpo-case-section-s2 */
.wpo-case-section-s2 .case-wrap,
.wpo-case-section-s3 .case-wrap {
	max-width: 1530px;
	margin: 0 auto;
}

.wpo-case-section-s2 .wpo-section-title-s3,
.wpo-case-section-s3 .wpo-section-title-s3 {
	max-width: 1530px;
	padding-right: 135px;
}

@media (max-width: 1600px) {

	.wpo-case-section-s2 .wpo-section-title-s3,
	.wpo-case-section-s3 .wpo-section-title-s3 {
		padding-right: 20px;
	}
}

@media (max-width: 1399px) {

	.wpo-case-section-s2 .wpo-section-title-s3,
	.wpo-case-section-s3 .wpo-section-title-s3 {
		padding-right: 0;
	}
}

.wpo-case-section-s2 .wpo-section-title-s3 h2,
.wpo-case-section-s3 .wpo-section-title-s3 h2 {
	color: #fff;
	max-width: 956px;
}

@media (max-width: 1399px) {

	.wpo-case-section-s2 .wpo-section-title-s3 h2,
	.wpo-case-section-s3 .wpo-section-title-s3 h2 {
		max-width: 700px;
	}
}

@media (max-width: 1199px) {

	.wpo-case-section-s2 .wpo-section-title-s3 h2,
	.wpo-case-section-s3 .wpo-section-title-s3 h2 {
		max-width: 560px;
	}
}

.wpo-case-section-s2 .case-left-sticky,
.wpo-case-section-s3 .case-left-sticky {
	max-width: 260px;
}

@media (max-width: 991px) {

	.wpo-case-section-s2 .case-left-sticky,
	.wpo-case-section-s3 .case-left-sticky {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
}

.wpo-case-section-s2 .case-left-sticky .grid,
.wpo-case-section-s3 .case-left-sticky .grid {
	position: sticky;
	top: 10px;
}

.wpo-case-section-s2 .case-left-sticky .grid h3,
.wpo-case-section-s3 .case-left-sticky .grid h3 {
	margin: 0;

	color: #fff;
	font-size: 60px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1199px) {

	.wpo-case-section-s2 .case-left-sticky .grid h3,
	.wpo-case-section-s3 .case-left-sticky .grid h3 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {

	.wpo-case-section-s2 .case-left-sticky .grid h3,
	.wpo-case-section-s3 .case-left-sticky .grid h3 {
		font-size: 40px;
	}
}

.wpo-case-section-s2 .case-left-sticky .grid h3 span,
.wpo-case-section-s3 .case-left-sticky .grid h3 span {}

.wpo-case-section-s2 .case-left-sticky .grid h3+p,
.wpo-case-section-s3 .case-left-sticky .grid h3+p {
	margin: 0;

	color: #fff;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-align: start;
	margin-top: 15px;
}

@media (max-width: 1199px) {

	.wpo-case-section-s2 .case-left-sticky .grid h3+p,
	.wpo-case-section-s3 .case-left-sticky .grid h3+p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {

	.wpo-case-section-s2 .case-left-sticky .grid h3+p,
	.wpo-case-section-s3 .case-left-sticky .grid h3+p {
		max-width: unset;
		text-align: center;
	}
}

@media (max-width: 767px) {

	.wpo-case-section-s2 .case-left-sticky .grid h3+p,
	.wpo-case-section-s3 .case-left-sticky .grid h3+p {
		font-size: 18px;
		margin-top: 7px;
	}
}

.wpo-case-section-s2 .case-left-sticky .odometer-formatting-mark,
.wpo-case-section-s3 .case-left-sticky .odometer-formatting-mark {
	display: none;
}

.wpo-case-section-s2 .case-right-all,
.wpo-case-section-s3 .case-right-all {
	padding-left: 55px;
}

@media (max-width: 991px) {

	.wpo-case-section-s2 .case-right-all,
	.wpo-case-section-s3 .case-right-all {
		padding-left: 0;
	}
}

.wpo-case-section-s2 .case-right-all .case-item .case-image .image,
.wpo-case-section-s3 .case-right-all .case-item .case-image .image {
	border-radius: 0;
}

.wpo-case-section-s2 .case-right-all .case-item .case-image .image img,
.wpo-case-section-s3 .case-right-all .case-item .case-image .image img {
	border-radius: 0;
	max-width: 1085px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-height: 730px;
	height: 100%;
}

.wpo-case-section-s2 .case-right-all .case-item .case-text,
.wpo-case-section-s3 .case-right-all .case-item .case-text {
	padding-left: 0;
	padding-top: 25px;
}

@media (max-width: 991px) {

	.wpo-case-section-s2 .case-right-all .case-item .case-text,
	.wpo-case-section-s3 .case-right-all .case-item .case-text {
		padding-top: 15px;
	}
}

.wpo-case-section-s2 .case-right-all .case-item .case-text h3,
.wpo-case-section-s3 .case-right-all .case-item .case-text h3 {
	font-size: 60px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1600px) {

	.wpo-case-section-s2 .case-right-all .case-item .case-text h3,
	.wpo-case-section-s3 .case-right-all .case-item .case-text h3 {
		font-size: 50px;
	}
}

@media (max-width: 1399px) {

	.wpo-case-section-s2 .case-right-all .case-item .case-text h3,
	.wpo-case-section-s3 .case-right-all .case-item .case-text h3 {
		font-size: 44px;
	}
}

@media (max-width: 1199px) {

	.wpo-case-section-s2 .case-right-all .case-item .case-text h3,
	.wpo-case-section-s3 .case-right-all .case-item .case-text h3 {
		font-size: 35px;
	}
}

@media (max-width: 991px) {

	.wpo-case-section-s2 .case-right-all .case-item .case-text h3,
	.wpo-case-section-s3 .case-right-all .case-item .case-text h3 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {

	.wpo-case-section-s2 .case-right-all .case-item .case-text h3,
	.wpo-case-section-s3 .case-right-all .case-item .case-text h3 {
		font-size: 25px;
	}
}

@media (max-width: 425px) {

	.wpo-case-section-s2 .case-right-all .case-item .case-text h3,
	.wpo-case-section-s3 .case-right-all .case-item .case-text h3 {
		font-size: 20px;
	}
}

/* 5.4 wpo-testimonial-section-s2 */
.wpo-testimonial-section-s2 .owl-nav {
	margin-top: 80px;
	text-align: center;
	max-height: 20px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s2 .owl-nav {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.wpo-testimonial-section-s2 .owl-nav {
		margin-top: 30px;
	}
}

.wpo-testimonial-section-s2 .owl-nav button {
	border: 0;
	background: transparent;
	position: relative;
	transition: all ease 0.4s;
	height: 20px;
	line-height: 20px;
}

.wpo-testimonial-section-s2 .owl-nav button:hover {
	color: #dea057;
}

.wpo-testimonial-section-s2 .owl-nav .owl-prev {
	font-size: 30px;
	color: #B4B4B4;
}

.wpo-testimonial-section-s2 .owl-nav .owl-next {
	margin-left: 30px;
	font-size: 30px;
	color: #B4B4B4;
}

.wpo-testimonial-section-s2 .wpo-testimonial-items {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-right: -10px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items {
		display: block;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .testimonial-image .image img {
		width: 100%;
	}
}

.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 {
	max-width: 440px;
	margin-left: 40px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 {
		max-width: 300px;
	}
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 {
		max-width: 520px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 {
		max-width: 400px;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 {
		max-width: unset;
		margin-left: 0;
		margin-top: 30px;
	}
}

.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 .icon {
	margin-bottom: 30px;
	max-width: 50px;
}

@media (max-width: 767px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 .icon {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 p {
	margin: 0;
	font-size: 25px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 40px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 p {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 25px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 p {
		font-size: 18px;
		line-height: 30px;
	}
}

.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 .wpo-testimonial-text-btm h3 {
	margin: 0;
	font-size: 40px;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 10px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 .wpo-testimonial-text-btm h3 {
		font-size: 33px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 .wpo-testimonial-text-btm h3 {
		font-size: 25px;
	}
}

.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 .wpo-testimonial-text-btm span {
	font-size: 20px;
	line-height: normal;
	font-weight: 400;
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-s2 .wpo-testimonial-text-btm span {
		font-size: 18px;
	}
}

/* 5.5 wpo-team-section-s2 */
.wpo-team-section-s2 {
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.wpo-team-section-s2 {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-team-section-s2 {
		padding-bottom: 30px;
	}
}

.wpo-team-section-s2 .team-wrap {
	/* max-width: 1530px; */
	margin: 0 auto;
}

.wpo-team-section-s2 .team-card {
	margin-bottom: 30px;
}

.wpo-team-section-s2 .team-card .image {
	overflow: hidden;
	position: relative;
	margin: 15px 15px 0 15px;
	transform: scale(1);
	border-radius: 10px;
}

.wpo-team-section-s2 .team-card .image img {
	transition: all ease-in-out 0.4s;
	width: 100%;
	/* padding: 10px; */
	/* border-radius: 10px; */
}

.wpo-team-section-s2 .team-card .image::before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: "";
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-30deg);
}

.wpo-team-section-s2 .team-card .team-bottom {
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
	padding-top: 25px;
}

@media (max-width: 991px) {
	.wpo-team-section-s2 .team-card .team-bottom {
		padding-top: 15px;
	}
}

.wpo-team-section-s2 .team-card .team-bottom .text h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1399px) {
	.wpo-team-section-s2 .team-card .team-bottom .text h4 {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.wpo-team-section-s2 .team-card .team-bottom .text h4 {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.wpo-team-section-s2 .team-card .team-bottom .text h4 {
		font-size: 20px;
	}
}

.wpo-team-section-s2 .team-card .team-bottom .text h4 a {
	color: #000;
	transition: all ease-in-out 0.4s;
}

.wpo-team-section-s2 .team-card .team-bottom .text h4 a:hover {
	color: #dea057;
}

.wpo-team-section-s2 .team-card .team-bottom .text span {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

@media (max-width: 767px) {
	.wpo-team-section-s2 .team-card .team-bottom .text span {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	.wpo-team-section-s2 .team-card .team-bottom .text span {
		font-size: 16px;
	}
}

.wpo-team-section-s2 .team-card .team-bottom .icon {
	padding-right: 55px;
}

@media (max-width: 1399px) {
	.wpo-team-section-s2 .team-card .team-bottom .icon {
		padding-right: 20px;
	}
}

.wpo-team-section-s2 .team-card .team-bottom .icon a i {
	color: #dea057;
	font-size: 22px;
}

.wpo-team-section-s2 .team-card:hover .image img {
	transform: scale(1.1);
}

.wpo-team-section-s2 .team-card:hover .image::before {
	animation: shine 0.95s;
}

/* 5.6 wpo-blog-section-s2 */
.wpo-blog-section-s2 .blog-wrap {
	max-width: 1530px;
	margin: 0 auto;
}

.wpo-blog-section-s2 .blog-card .image {
	border-radius: 0;
}

.wpo-blog-section-s2 .blog-card .content .text h3 a {
	font-size: 35px;
	line-height: 50px;
}

@media (max-width: 1550px) {
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 30px;
		line-height: 46px;
	}
}

@media (max-width: 1399px) {
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 991px) {
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-blog-section-s2 .blog-card .content .text h3 a {
		font-size: 22px;
	}
}

/* 5.7 wpo-cta-section-s2 */
.wpo-cta-section-s2 .cta-wrap {
	border-radius: 0;
}

/*======================================
6. Home-style-3
 =======================================*/
/* 6.1 wpo-about-section-s2 */
.wpo-about-section-s2 {
	padding: 100px;
}

@media (max-width: 991px) {
	.wpo-about-section-s2 {
		padding: 70px;
	}
}

@media (max-width: 767px) {
	.wpo-about-section-s2 {
		padding: 60px;
	}
}

.wpo-about-section-s2 .about-item .about-top-content {
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.wpo-about-section-s2 .about-item .about-top-content {
		margin-bottom: 30px;
	}
}

.wpo-about-section-s2 .about-item .about-top-content h2 {
	margin: 0;
	font-size: 100px;
	line-height: normal;
	font-weight: 400;
}

@media (max-width: 1730px) {
	.wpo-about-section-s2 .about-item .about-top-content h2 {
		font-size: 80px;
	}
}

@media (max-width: 1399px) {
	.wpo-about-section-s2 .about-item .about-top-content h2 {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.wpo-about-section-s2 .about-item .about-top-content h2 {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.wpo-about-section-s2 .about-item .about-top-content h2 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.wpo-about-section-s2 .about-item .about-top-content h2 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section-s2 .about-item .about-top-content h2 {
		font-size: 30px;
	}
}

.wpo-about-section-s2 .about-item .about-item {
	position: relative;
}

.wpo-about-section-s2 .about-item .about-item .about-image {
	display: flex;
	gap: 40px;
}

@media (max-width: 767px) {
	.wpo-about-section-s2 .about-item .about-item .about-image {
		flex-direction: column;
		gap: 20px;
	}
}

.wpo-about-section-s2 .about-item .about-item .odometer-item {
	position: absolute;
	top: 50%;
	left: 63%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 50%;
	padding: 20px;
}

@media (max-width: 1199px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item {
		position: unset;
		transform: none;
		margin-bottom: 30px;
		padding: 0;
	}
}

.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border {
	padding: 15px;
	width: 250px;
	height: 250px;
	background-color: #dea057;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border {
		width: 190px;
		height: 190px;
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border {
		margin: 0 auto;
	}
}

.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid {
	width: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
}

@media (max-width: 1199px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid {
		width: 170px;
		height: 170px;
	}
}

.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid h3 {
	margin: 0;

	color: #fff;
	font-size: 100px;
	font-weight: 400;
	line-height: 80px;
}

@media (max-width: 1199px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid h3 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid h3 {
		font-size: 40px;
	}
}

.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid h3 span {}

.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid h3+p {
	margin: 0;

	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	max-width: 105px;
}

@media (max-width: 1199px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid h3+p {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .grid h3+p {
		font-size: 16px;
	}
}

.wpo-about-section-s2 .about-item .about-item .odometer-item .odometer-border .odometer-formatting-mark {
	display: none;
}

/* 6.2 wpo-case-section-s3 */
.wpo-case-section-s3 {
	padding-bottom: 24px;
}

@media (max-width: 991px) {
	.wpo-case-section-s3 {
		padding-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.wpo-case-section-s3 {
		padding-bottom: 30px;
	}
}

.wpo-case-section-s3 .wpo-section-title-s3 {
	flex-direction: column;
	align-items: center;
	padding: 0;
	text-align: center;
	margin-top: 0;
}

.wpo-case-section-s3 .case-item .case-image .image {
	border-radius: 0;
}

.wpo-case-section-s3 .case-item .case-image .image img {
	border-radius: 0;
}

@media (max-width: 1199px) {
	.wpo-case-section-s3 .case-item .case-image .case-tag {
		left: 10px;
		gap: 10px;
	}
}

@media (max-width: 1199px) {
	.wpo-case-section-s3 .case-item .case-image .case-tag li {
		font-size: 20px;
		line-height: 28px;
		padding: 2px 12px;
	}
}

@media (max-width: 575px) {
	.wpo-case-section-s3 .case-item .case-image .case-tag li {
		font-size: 16px;
		line-height: 24px;
		padding: 2px 10px;
	}
}

.wpo-case-section-s3 .case-item .case-text {
	padding-left: 0;
}

.wpo-case-section-s3 .case-item:last-child {
	margin-bottom: 30px;
}

/* 6.3 wpo-testimonial-section-s3 */
.wpo-testimonial-section-s3 .wpo-testimonial-active {
	padding-bottom: 90px;
}

@media (max-width: 767px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-active {
		padding-bottom: 60px;
	}
}

.wpo-testimonial-section-s3 .wpo-testimonial-items {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1566px;
}

.wpo-testimonial-section-s3 .wpo-testimonial-items .icon {
	max-width: 120px;
	margin: 0 auto;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .icon {
		max-width: 80px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .icon {
		max-width: 60px;
	}
}

.wpo-testimonial-section-s3 .wpo-testimonial-items h2 {
	color: #000;
	font-size: 60px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items h2 {
		font-size: 52px;
	}
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items h2 {
		font-size: 38px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items h2 {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items h2 {
		font-size: 24px;
	}
}

.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm {
	padding-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm {
		padding-top: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm {
		padding-top: 20px;
		gap: 10px;
	}
}

.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm .client-image img {
	border-radius: 50%;
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm .client-image img {
		max-width: 70px;
		width: 100%;
	}
}

.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm .client-text h3 {
	margin: 0;
	font-size: 35px;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 10px;
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm .client-text h3 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm .client-text h3 {
		font-size: 22px;
		padding-bottom: 0;
	}
}

.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm .client-text span {
	color: #000;
	font-size: 20px;
	line-height: normal;
	font-weight: 400;
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s3 .wpo-testimonial-items .wpo-testimonial-text-btm .client-text span {
		font-size: 16px;
	}
}

.wpo-testimonial-section-s3 .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.wpo-testimonial-section-s3 .slick-arrow {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: -30px;
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
	transition: all 0.4s ease;
	z-index: 1;
}

.wpo-testimonial-section-s3 .slick-arrow.slick-prev::after,
.wpo-testimonial-section-s3 .slick-arrow.slick-next::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "\f123";
	font-family: flaticon_auctor;
	font-size: 30px;
	color: #B4B4B4;
	transition: all 0.4s ease;
}

.wpo-testimonial-section-s3 .slick-arrow.slick-prev::before,
.wpo-testimonial-section-s3 .slick-arrow.slick-next::before {
	display: none;
}

.wpo-testimonial-section-s3 .slick-arrow.slick-next {
	margin-left: -70px;
}

.wpo-testimonial-section-s3 .slick-arrow.slick-next::after {
	content: "\f124";
}

.wpo-testimonial-section-s3 .slick-arrow.slick-next::before {
	display: none;
}

.wpo-testimonial-section-s3 .slick-arrow:hover::after {
	color: #dea057;
}

.wpo-testimonial-section-s3 .slick-dots {
	text-align: center;
	bottom: 0;
	display: none;
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s3 .slick-dots {
		display: block;
	}
}

.wpo-testimonial-section-s3 .slick-dots li {
	width: unset;
	height: unset;
}

.wpo-testimonial-section-s3 .slick-dots li button {
	background: #D9D9D9;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
}

.wpo-testimonial-section-s3 .slick-dots li button::before {
	display: none;
}

.wpo-testimonial-section-s3 .slick-dots li.slick-active button {
	background: #dea057;
}

.wpo-testimonial-section-s3 .slick-dots li.slick-active button::after {
	position: absolute;
	left: -3px;
	top: -3px;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #dea057;
	border-radius: 50%;
}

/*======================================
7. Home-style-4
 =======================================*/
/* 7.1 wpo-fun-fact-section-s2 */
.wpo-fun-fact-section-s2 {
	background-color: #000D1D;
	margin-top: -1px;
}

/* 7.2 wpo-about-section-s3 */
@media (max-width: 991px) {

	.wpo-about-section-s3 .about-left-item .about-left-image img,
	.wpo-about-section-s4 .about-left-item .about-left-image img {
		width: 100%;
	}
}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 {
	position: absolute;
	margin-top: 0;
	right: 23%;
	bottom: 162px;
	margin-left: 0;
}

@media (max-width: 1399px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 {
		margin-left: 30px;
		margin-top: -100px;
	}
}

@media (max-width: 991px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 {
		margin-left: 0;
		margin-top: 30px;
	}
}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item {
	position: absolute;
	top: 50%;
	left: 63%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 50%;
	padding: 15px;
}

@media (max-width: 1399px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item {
		left: 50%;
	}
}

@media (max-width: 1199px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item {
		padding: 10px;
	}
}

@media (max-width: 991px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item {
		position: unset;
		transform: none;
		margin-top: 30px;
	}
}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border {
	padding: 15px;
	width: 250px;
	height: 250px;
	background-color: #dea057;
	border-radius: 50%;
}

@media (max-width: 1199px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border {
		width: 190px;
		height: 190px;
		padding: 10px;
	}
}

@media (max-width: 991px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border {
		margin: 0 auto;
	}
}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid {
	width: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
}

@media (max-width: 1199px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid {
		width: 170px;
		height: 170px;
	}
}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3 {
	margin: 0;
	color: #fff;
	font-size: 85px;
	font-weight: 400;
	line-height: 80px;
}

@media (max-width: 1199px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3 {
		font-size: 40px;
	}
}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3 span,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3 span {}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3+p,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3+p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	max-width: 105px;
}

@media (max-width: 1199px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3+p,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3+p {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (max-width: 575px) {

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3+p,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .grid h3+p {
		font-size: 16px;
	}
}

.wpo-about-section-s3 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .odometer-formatting-mark,
.wpo-about-section-s4 .about-left-item .about-left-image .image-2 .odometer-item .odometer-border .odometer-formatting-mark {
	display: none;
}

.wpo-about-section-s3 .about-bottom,
.wpo-about-section-s4 .about-bottom {
	margin-top: 50px;
}

.wpo-about-section-s3 .about-bottom .client-item,
.wpo-about-section-s4 .about-bottom .client-item {
	display: flex;
	gap: 25px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {

	.wpo-about-section-s3 .about-bottom .client-item,
	.wpo-about-section-s4 .about-bottom .client-item {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
}

.wpo-about-section-s3 .about-bottom .client-item:last-child,
.wpo-about-section-s4 .about-bottom .client-item:last-child {
	padding-bottom: 0;
}

.wpo-about-section-s3 .about-bottom .client-item .icon,
.wpo-about-section-s4 .about-bottom .client-item .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #CDB091;
	border-radius: 50%;
}

.wpo-about-section-s3 .about-bottom .client-item .text .info h3,
.wpo-about-section-s4 .about-bottom .client-item .text .info h3 {
	margin: 0;
	color: #000;
	font-size: 42px;
	font-weight: 400;
	line-height: 32px;
	padding-bottom: 5px;
}

@media (max-width: 575px) {

	.wpo-about-section-s3 .about-bottom .client-item .text .info h3,
	.wpo-about-section-s4 .about-bottom .client-item .text .info h3 {
		font-size: 18px;
	}
}

.wpo-about-section-s3 .about-bottom .client-item .text .info h3 span,
.wpo-about-section-s4 .about-bottom .client-item .text .info h3 span {}

.wpo-about-section-s3 .about-bottom .client-item .text .info p,
.wpo-about-section-s4 .about-bottom .client-item .text .info p {
	margin: 0;
	color: #000;
	font-size: 23px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 991px) {

	.wpo-about-section-s3 .about-right-item .about-content,
	.wpo-about-section-s4 .about-right-item .about-content {
		/* text-align: center; */
		margin-top: 30px;
	}
}

.wpo-about-section-s3 .about-right-item .about-content .about-top h2,
.wpo-about-section-s4 .about-right-item .about-content .about-top h2 {
	font-size: 45px;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 30px;
}

@media (max-width: 1600px) {

	.wpo-about-section-s3 .about-right-item .about-content .about-top h2,
	.wpo-about-section-s4 .about-right-item .about-content .about-top h2 {
		font-size: 38px;
	}
}

@media (max-width: 1399px) {

	.wpo-about-section-s3 .about-right-item .about-content .about-top h2,
	.wpo-about-section-s4 .about-right-item .about-content .about-top h2 {
		font-size: 34px;
	}
}

@media (max-width: 1199px) {

	.wpo-about-section-s3 .about-right-item .about-content .about-top h2,
	.wpo-about-section-s4 .about-right-item .about-content .about-top h2 {
		font-size: 28px;
	}
}

@media (max-width: 575px) {

	.wpo-about-section-s3 .about-right-item .about-content .about-top h2,
	.wpo-about-section-s4 .about-right-item .about-content .about-top h2 {
		margin-bottom: 10px;
	}
}

@media (max-width: 425px) {

	.wpo-about-section-s3 .about-right-item .about-content .about-top h2,
	.wpo-about-section-s4 .about-right-item .about-content .about-top h2 {
		font-size: 25px;
		text-align: left;
	}
}

.wpo-about-section-s3 .about-right-item .about-content .about-top p,
.wpo-about-section-s4 .about-right-item .about-content .about-top p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	max-width: 660px;
}

@media (max-width: 991px) {

	.wpo-about-section-s3 .about-right-item .about-content .about-top p,
	.wpo-about-section-s4 .about-right-item .about-content .about-top p {
		font-size: 18px;
		line-height: 30px;
		max-width: 100%;
	}
}

@media (max-width: 575px) {

	.wpo-about-section-s3 .about-right-item .about-content .about-top p,
	.wpo-about-section-s4 .about-right-item .about-content .about-top p {
		font-size: 16px;
		line-height: 25px;
	}
}

/* 7.3 wpo-service-section-s3 */
.wpo-service-section-s3 {
	background-color: #001026;
}

.wpo-service-section-s3 .wpo-section-title-s2 h2 {
	color: #fff;
}

@media (max-width: 1550px) {
	.wpo-service-section-s3 .wpo-section-title-s2 h2 {
		font-size: 90px;
	}
}

@media (max-width: 1399px) {
	.wpo-service-section-s3 .wpo-section-title-s2 h2 {
		font-size: 70px;
	}
}

@media (max-width: 1199px) {
	.wpo-service-section-s3 .wpo-section-title-s2 h2 {
		font-size: 60px;
	}
}

@media (max-width: 575px) {
	.wpo-service-section-s3 .wpo-section-title-s2 h2 {
		font-size: 52px;
	}
}

@media (max-width: 425px) {
	.wpo-service-section-s3 .wpo-section-title-s2 h2 {
		font-size: 35px;
	}
}

.wpo-service-section-s3 .wpo-section-title-s2 p {
	padding-top: 22px;
	color: #fff;
}

@media (max-width: 1399px) {
	.wpo-service-section-s3 .wpo-section-title-s2 p {
		padding-top: 0;
	}
}

.wpo-service-section-s3 .wpo-section-title-s2 .title-btn {
	padding-top: 60px;
}

@media (max-width: 1399px) {
	.wpo-service-section-s3 .wpo-section-title-s2 .title-btn {
		padding-top: 20px;
	}
}

.wpo-service-section-s3 .wpo-section-title-s2 .title-btn .theme-btn-s2 {
	color: #fff;
	border-color: #fff;
}

.wpo-service-section-s3 .wpo-section-title-s2 .title-btn .theme-btn-s2::before {
	background-color: #CDB091;
}

.wpo-service-section-s3 .wpo-section-title-s2 .title-btn .theme-btn-s2:hover {
	border-color: #CDB091;
}

.wpo-service-section-s3 .service-all-item {
	margin-left: 50px;
}

@media (max-width: 991px) {
	.wpo-service-section-s3 .service-all-item {
		margin-left: 0;
	}
}

.wpo-service-section-s3 .service-card .text h2 a {
	color: #fff;
}

@media (max-width: 991px) {
	.wpo-service-section-s3 .service-card .text h2 a {
		margin-bottom: 0;
	}
}

.wpo-service-section-s3 .service-card .text h2 a:hover {
	color: #CDB091;
}

@media (max-width: 991px) {
	.wpo-service-section-s3 .service-card {
		padding: 20px 0;
	}
}

@media (max-width: 575px) {
	.wpo-service-section-s3 .service-card {
		padding: 14px 0;
	}
}

@media (max-width: 991px) {
	.wpo-service-section-s3 .service-card .text {
		display: flex;
	}
}

.wpo-service-section-s3 .service-card .text a i {
	font-size: 25px;
	color: #fff;
	transition: all ease 0.4s;
}

@media (max-width: 991px) {
	.wpo-service-section-s3 .service-card .text a i {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.wpo-service-section-s3 .service-card .text a i {
		font-size: 16px;
	}
}

.wpo-service-section-s3 .service-card .text a:hover i {
	color: #CDB091;
}

/* 7.4 wpo-case-section-s4 */
.wpo-case-section-s4 {
	padding-bottom: 90px;
}

.wpo-case-section-s4 .case-item {
	position: relative;
	margin-bottom: 30px;
}

.wpo-case-section-s4 .case-item::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 16, 38, 0) 0%, rgb(0, 16, 38) 100%);
}

.wpo-case-section-s4 .case-item .case-text {
	position: absolute;
	bottom: 25px;
	left: 30px;
	transition: all ease-in-out 0.4s;
}

@media (max-width: 1399px) {
	.wpo-case-section-s4 .case-item .case-text {
		left: 15px;
	}
}

.wpo-case-section-s4 .case-item .case-text h3 {
	margin: 0;
}

.wpo-case-section-s4 .case-item .case-text h3 a {
	font-size: 40px;
	line-height: normal;
	font-weight: 400;
	color: #fff;
	transition: all ease 0.4s;
}

@media (max-width: 1550px) {
	.wpo-case-section-s4 .case-item .case-text h3 a {
		font-size: 35px;
	}
}

@media (max-width: 1399px) {
	.wpo-case-section-s4 .case-item .case-text h3 a {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.wpo-case-section-s4 .case-item .case-text h3 a {
		font-size: 25px;
	}
}

@media (max-width: 425px) {
	.wpo-case-section-s4 .case-item .case-text h3 a {
		font-size: 20px;
	}
}

.wpo-case-section-s4 .case-item .case-text h3 a:hover {
	color: #CDB091;
}

.wpo-case-section-s4 .case-item:hover .case-text {
	bottom: 40px;
}

.wpo-case-section-s4 .col:last-child .case-item {
	margin-bottom: 0;
}

/* 7.5 wpo-testimonial-section-s4 */
.wpo-testimonial-section-s4 {
	position: relative;
	padding-bottom: 0;
	padding-top: 290px;
	overflow: hidden;
}

@media (max-width: 1500px) {
	.wpo-testimonial-section-s4 {
		padding-top: 120px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 {
		padding-top: 90px;
	}
}

@media (max-width: 767px) {
	.wpo-testimonial-section-s4 {
		padding-top: 60px;
	}
}

.wpo-testimonial-section-s4 .testimonial-wrapper {
	background-color: #001026;
	max-height: 800px;
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .testimonial-wrapper {
		max-height: 100%;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 {
	position: relative;
	z-index: 91;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-items {
	max-width: 850px;
	padding-top: 120px;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-items {
		max-width: 630px;
	}
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-items {
		max-width: 510px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-items {
		padding-top: 90px;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-items {
		padding-top: 60px;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .icon {
	margin-bottom: 40px;
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .icon {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .icon img {
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .icon img {
		max-width: 40px;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide {
		text-align: center;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: normal;
	color: #fff;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide h2 {
		font-size: 35px;
	}
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide h2 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide h2 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide h2 {
		font-size: 20px;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm {
	margin-top: 80px;
	display: flex;
	align-items: center;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: start;
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm {
		margin-top: 20px;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img {
	border-radius: 50%;
	margin-right: 18px;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img img {
	border-radius: 50%;
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img img {
		max-width: 80px;
		width: 100%;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm h3 {
	font-weight: 400;
	font-size: 35px;
	line-height: normal;
	color: #fff;
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm h3 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm h3 {
		font-size: 25px;
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm h3 {
		font-size: 20px;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm span {
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #fff;
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm span {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm span {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .wpo-testimonial-content .wpo-testimonial-text-slide .wpo-testimonial-text-btm span {
		font-size: 14px;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	top: auto;
	bottom: 200px;
}

@media (max-width: 1500px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left {
		bottom: 0;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left {
		justify-content: center;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left .testimonial-img {
	position: relative;
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left .testimonial-img {
		text-align: center;
		margin-top: 50px;
	}

	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left .testimonial-img img {
		margin: 0 auto;
	}
}

@media (max-width: 991px) and (max-width: 1510px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left .testimonial-img img {
		max-width: 480px;
	}
}

@media (max-width: 991px) and (max-width: 575px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .testimonial-left .testimonial-img img {
		max-width: 280px;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 5px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

@media (max-width: 1399px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow {
		bottom: -30px;
	}
}

@media (max-width: 1199px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow {
		bottom: 0;
	}
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow {
		display: none;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-prev,
.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-next {
	right: 80px;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-prev::after,
.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-next::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "\f124";
	font-family: flaticon_auctor;
	font-size: 25px;
	color: #B4B4B4;
	transition: all 0.3s ease-in-out;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-prev::before,
.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-next::before {
	display: none;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-next {
	right: 0;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-next::after {
	content: "\f123";
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow.slick-next::before {
	display: none;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-arrow:hover::after {
	color: #CDB091;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-dots {
	text-align: center;
	bottom: -40px;
	display: none;
}

@media (max-width: 991px) {
	.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-dots {
		display: block;
	}
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-dots li {
	width: unset;
	height: unset;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-dots li button {
	background: #D9D9D9;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-dots li button::before {
	display: none;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-dots li.slick-active button {
	background: #dea057;
}

.wpo-testimonial-section-s4 .wpo-testimonial-wrap-s4 .slick-dots li.slick-active button::after {
	position: absolute;
	left: -3px;
	top: -3px;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #dea057;
	border-radius: 50%;
}

/* 7.6 wpo-faq-section */
.wpo-faq-section {
	position: relative;
	z-index: 1;
}

.wpo-faq-section .wpo-faq-wrap {
	max-width: 1530px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.wpo-faq-section img {
		width: 100%;
	}
}

.wpo-faq-section .wpo-section-title {
	margin-top: 0;
	margin-bottom: 69px;
}

@media (max-width: 991px) {
	.wpo-faq-section .wpo-section-title {
		margin-bottom: 30px;
	}
}

.wpo-faq-section .wpo-faq-items {
	margin-left: 40px;
}

@media (max-width: 1199px) {
	.wpo-faq-section .wpo-faq-items {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.wpo-faq-section .wpo-faq-items {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.wpo-faq-section .wpo-faq-box {
		text-align: center;
	}
}

.wpo-faq-wrap .wpo-faq-top-items {
	max-width: 950px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.wpo-faq-wrap .wpo-faq-top-items {
		text-align: center;
		padding-bottom: 30px;
	}
}

.wpo-faq-wrap .wpo-faq-top-items h2 {
	margin: 0;
	font-size: 55px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 25px;
}

@media (max-width: 1199px) {
	.wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 45px;
	}
}

@media (max-width: 575px) {
	.wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 30px;
		padding: 0;
	}
}

.wpo-faq-wrap .wpo-faq-top-items p {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	color: #525252;
}

@media (max-width: 1199px) {
	.wpo-faq-wrap .wpo-faq-top-items p {
		font-size: 22px;
		line-height: 33px;
	}
}

@media (max-width: 991px) {
	.wpo-faq-wrap .wpo-faq-top-items p {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width: 575px) {
	.wpo-faq-wrap .wpo-faq-top-items p {
		font-size: 16px;
		line-height: 25px;
	}
}

.wpo-faq-wrap .accordion-item {
	border: 0;
	border-radius: 0;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	box-shadow: none;
	padding-left: 0;
	margin-bottom: 0;
}

.wpo-faq-wrap .accordion-item:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #DCDCDC;
}

.wpo-faq-wrap .accordion-item .accordion-body {
	padding-top: 26px;
	padding-bottom: 26px;
}

@media (max-width: 1399px) {
	.wpo-faq-wrap .accordion-item .accordion-body {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 575px) {
	.wpo-faq-wrap .accordion-item .accordion-body {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}
}

.wpo-faq-wrap .accordion-item .accordion-body p {
	margin-bottom: 0;
	color: #676767;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}

@media (max-width: 575px) {
	.wpo-faq-wrap .accordion-item .accordion-body p {
		font-size: 14px;
		line-height: 25px;
	}
}

.wpo-faq-wrap .accordion-item .accordion-button:not(.collapsed) {
	box-shadow: none;
	background-color: #dea057;
	color: #fff;
}

.wpo-faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
	color: #fff;
}

.wpo-faq-wrap .accordion-item button {
	padding: 18px 39px;
	border: 0;
	border-radius: 0;
	color: #001635;
	background-color: #F9F9F9;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1399px) {
	.wpo-faq-wrap .accordion-item button {
		font-size: 20px;
		padding: 18px 23px;
	}
}

@media (max-width: 575px) {
	.wpo-faq-wrap .accordion-item button {
		font-size: 16px;
		padding: 14px 14px;
	}
}

.wpo-faq-wrap .accordion-item button::after {
	background: none;
	font-family: "themify";
	content: "\e622";
	font-size: 16px;
	transform: rotate(0deg);
	font-weight: 700;
	color: #525252;
}

.wpo-faq-wrap .accordion-item button.collapsed {
	color: #001635;
}

.wpo-faq-wrap .accordion-item button.collapsed::after {
	content: "\e61a";
}

.wpo-faq-wrap .accordion-item button:focus {
	box-shadow: none;
	outline: none;
	border-color: #F5F3F3;
}

.wpo-faq-wrap .accordion-item .accordion-collapse {
	border: 0;
}

.wpo-faq-wrap .accordion-button {
	background: transparent;
}

/* 7.2 wpo-about-section-s4 style-4*/
.wpo-about-section-s4.style-4 .about-top-title h2 {
	font-size: 45px;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 30px;
}

@media (max-width: 1600px) {
	.wpo-about-section-s4.style-4 .about-top-title h2 {
		font-size: 40px;
	}
}

@media (max-width: 1399px) {
	.wpo-about-section-s4.style-4 .about-top-title h2 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.wpo-about-section-s4.style-4 .about-top-title h2 {
		font-size: 35px;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section-s4.style-4 .about-top-title h2 {
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section-s4.style-4 .about-top-title h2 {
		font-size: 25px;
	}
}

.wpo-about-section-s4.style-4 .about-content {
	margin-top: 60px;
}

@media (max-width: 991px) {
	.wpo-about-section-s4.style-4 .about-content {
		margin-top: 30px;
	}
}

.wpo-about-section-s4.style-4 .about-content p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #000;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.wpo-about-section-s4.style-4 .about-content p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 24px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section-s4.style-4 .about-content p {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.wpo-about-section-s4.style-4 .about-right {
		margin-top: 50px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section-s4.style-4 .about-right {
		margin-top: 30px;
	}
}

.wpo-about-section-s4.style-4 .about-bottom {
	display: flex;
	gap: 70px;
	margin-top: 70px;
}

@media (max-width: 1199px) {
	.wpo-about-section-s4.style-4 .about-bottom {
		gap: 30px;
	}
}

@media (max-width: 425px) {
	.wpo-about-section-s4.style-4 .about-bottom {
		flex-direction: column;
	}
}

@media (max-width: 991px) {
	.wpo-about-section-s4.style-4 .about-bottom {
		justify-content: center;
		margin-top: 50px;
	}
}

.wpo-about-section-s4.style-4 .about-bottom .client-item {
	padding-bottom: 0;
}

@media (max-width: 1199px) {
	.wpo-about-section-s4.style-4 .about-bottom .client-item .text .info p {
		font-size: 24px;
	}
}

/* 7.2 wpo-case-section style-2*/
.wpo-case-section.style-2 {
	background-color: transparent;
}

.wpo-case-section.style-2 .wpo-section-title-s2 h2,
.wpo-case-section.style-2 .wpo-section-title-s2 p {
	color: #000;
}

.wpo-case-section.style-2 .wpo-section-title-s2 .title-btn .theme-btn-s2 {
	color: #000;
	border-color: #000;
}

.wpo-case-section.style-2 .wpo-section-title-s2 .title-btn .theme-btn-s2 i {
	color: #000;
}

.wpo-case-section.style-2 .case-item .case-text h3 a {
	color: #000;
}

.wpo-case-section.style-2 .case-item .case-text h3 a:hover {
	color: #CDB091;
}

/*======================================
8. wpo-practice-single
=======================================*/
.practice-single-content {
	margin-left: 40px;
}

@media (max-width: 1399px) {
	.practice-single-content {
		margin-left: 20px;
	}
}

@media (max-width: 991px) {
	.practice-single-content {
		margin-left: 0;
	}
}

.practice-single-content .title-image {
	margin-bottom: 30px;
}

.practice-single-content .title-image img {
	width: 100%;
}

.practice-single-content h2 {
	font-size: 50px;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 40px;
	color: #000;
}

@media (max-width: 1500px) {
	.practice-single-content h2 {
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.practice-single-content h2 {
		font-size: 45px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.practice-single-content h2 {
		font-size: 33px;
	}
}

.practice-single-content p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 9px;
}

@media (max-width: 991px) {
	.practice-single-content p {
		font-size: 18px;
		line-height: 29px;
	}
}

@media (max-width: 575px) {
	.practice-single-content p {
		font-size: 16px;
		line-height: 26px;
	}
}

.practice-single-content .practice-content h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}

@media (max-width: 1399px) {
	.practice-single-content .practice-content h3 {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.practice-single-content .practice-content h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

@media (max-width: 425px) {
	.practice-single-content .practice-content h3 {
		font-size: 22px;
	}
}

.practice-single-content .practice-content ul li {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	color: #666666;
	padding-bottom: 15px;
}

@media (max-width: 991px) {
	.practice-single-content .practice-content ul li {
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.practice-single-content .practice-content ul li {
		font-size: 16px;
		line-height: 26px;
	}
}

.practice-single-content .practice-content ul li span {
	font-size: 22px;
	line-height: normal;
	font-weight: 400;
	color: #000;
}

@media (max-width: 991px) {
	.practice-single-content .practice-content ul li span {
		font-size: 25px;
	}
}

@media (max-width: 575px) {
	.practice-single-content .practice-content ul li span {
		font-size: 16px;
	}
}

.practice-single-content .practice-content ul li:last-child {
	padding-bottom: 0;
}

.practice-single-content .image-wrap {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.practice-single-content .image-wrap {
		gap: 20px;
	}
}

@media (max-width: 575px) {
	.practice-single-content .image-wrap {
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.practice-single-content .image-wrap .image {
		width: 100%;
	}
}

.practice-single-content .image-wrap .image img {
	width: 100%;
}

.practice-single-content .wpo-faq-wrap {
	padding-top: 100px;
}

@media (max-width: 991px) {
	.practice-single-content .wpo-faq-wrap {
		padding-top: 50px;
	}
}

.practice-single-content .wpo-faq-wrap .wpo-faq-top-items {
	max-width: unset;
}

@media (max-width: 991px) {
	.practice-single-content .wpo-faq-wrap .wpo-faq-top-items {
		text-align: start;
	}
}

.practice-single-content .wpo-faq-wrap .wpo-faq-top-items h2 {
	font-size: 49px;
	line-height: normal;
	font-weight: 400;
	max-width: 100%;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.practice-single-content .wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 45px;
	}
}

@media (max-width: 575px) {
	.practice-single-content .wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 26px;
		padding-bottom: 10px;
	}
}

.practice-single-content .wpo-faq-wrap .wpo-faq-top-items p {
	color: #525252;
}

/*==========================================
9. wpo-attorney-single
===========================================*/
.attorney-pg-area {
	padding-top: 0;
}

@media (max-width: 991px) {
	.attorney-pg-area {
		padding: 90px 0;
	}
}

@media (max-width: 767px) {
	.attorney-pg-area {
		padding: 60px 0;
	}
}

.attorney-pg-area h2 {
	font-weight: 400;
	font-size: 60px;
	line-height: normal;
	color: #000;
	margin-top: 0;
	margin-bottom: 35px;
}

@media (max-width: 1399px) {
	.attorney-pg-area h2 {
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.attorney-pg-area h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}
}

.attorney-pg-area p {
	font-weight: 400;
	font-size: 20px;
	color: #525252;
}

@media (max-width: 991px) {
	.attorney-pg-area p {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.attorney-pg-area p {
		font-size: 16px;
	}
}

.attorney-info-img {
	margin-top: -260px;
	position: relative;
	z-index: 1;
	min-height: 100%;
}

@media (max-width: 1199px) {
	.attorney-info-img {
		margin-top: -170px;
	}
}

@media (max-width: 991px) {
	.attorney-info-img {
		margin-top: 0;
	}
}

.attorney-info-img .attorney-info-img-sticky {
	position: sticky;
	top: 0;
}

.attorney-info-img img {
	width: 100%;
}

.attorney-info-all-text {
	padding-left: 70px;
}

@media (max-width: 1399px) {
	.attorney-info-all-text {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.attorney-info-all-text {
		padding-left: 0;
	}
}

.attorney-info-text {
	padding-top: 60px;
}

.attorney-info-text ul {
	max-width: 720px;
}

.attorney-info-text ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 30px;
	line-height: normal;
	color: #000;
	margin-bottom: 40px;
	list-style: none;

}

@media (max-width: 1199px) {
	.attorney-info-text ul li {
		font-size: 25px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.attorney-info-text ul li {
		font-size: 20px;
	}
}

@media (max-width: 425px) {
	.attorney-info-text ul li {
		display: block;
	}
}

.attorney-info-text ul li:last-child {
	margin-bottom: 0;
}

.attorney-info-text ul li span {
	font-size: 25px;
	color: #727272;
	display: inline-block;
	position: relative;

	flex-basis: 62%;
}

@media (max-width: 1199px) {
	.attorney-info-text ul li span {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.attorney-info-text ul li span {
		font-size: 16px;
	}
}

.attorney-info-text ul li:last-child {
	margin-bottom: 0;
}

.attorney-widget {
	padding-top: 100px;
}

@media (max-width: 991px) {
	.attorney-widget {
		padding-top: 60px;
	}
}

.attorney-exprience-area .exprience-wrap {
	max-width: 930px;
}

.attorney-exprience-area .education-area {
	padding-top: 80px;
}

@media (max-width: 991px) {
	.attorney-exprience-area .education-area {
		padding-top: 60px;
	}
}

.attorney-exprience-area .education-area .education-area {
	max-width: 600px;
}

.attorney-exprience-area .education-area ul {
	list-style: none;
}

.attorney-exprience-area .education-area ul li {
	padding-bottom: 30px;
	position: relative;
	padding-left: 30px;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #525252;
}

@media (max-width: 575px) {
	.attorney-exprience-area .education-area ul li {
		font-size: 18px;
		padding-bottom: 20px;
	}
}

.attorney-exprience-area .education-area ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "\e661";
	font-family: "themify";
	font-size: 14px;
}

.attorney-exprience-area .education-area ul li:last-child {
	padding-bottom: 0;
}

.skills-area {
	padding-top: 100px;
}

@media (max-width: 991px) {
	.skills-area {
		padding-top: 60px;
	}
}

.skills-area .wpo-skill-progress .wpo-progress-single {
	margin-bottom: 30px;
	position: relative;
}

.skills-area .wpo-skill-progress .wpo-progress-single h5 {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #525252;

}

@media (max-width: 767px) {
	.skills-area .wpo-skill-progress .wpo-progress-single h5 {
		font-size: 18px;
	}
}

.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
	margin-bottom: 0;
}

.skills-area .wpo-skill-progress .wpo-progress-single .progress {
	background: #edf1ff;
	height: 10px;
	position: relative;
}

.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
	background-color: #dea057;
}

.skills-area .wpo-skill-progress .progress-number {
	position: absolute;
	right: 0;
	top: -10px;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #525252;
}

@media (max-width: 767px) {
	.skills-area .wpo-skill-progress .progress-number {
		font-size: 18px;
		top: -5px;
	}
}

.wpo-contact-area {
	padding-top: 110px;
}

@media (max-width: 991px) {
	.wpo-contact-area {
		padding-top: 60px;
	}
}

.wpo-contact-area .wpo-contact-title {
	margin-bottom: 40px;
	text-align: start;
}

.wpo-contact-area .wpo-contact-title p {
	max-width: 600px;
}

.wpo-contact-area .theme-btn {
	border-radius: 0;
	outline: 0;
	border: 0;
	background: #dea057;
	color: #fff;
	padding: 20px 35px;
	margin-top: 15px;
}

.wpo-contact-area .theme-btn::before {
	background-color: #CDB091;
}

@media (max-width: 767px) {
	.wpo-contact-area .theme-btn {
		padding: 16px 30px;
	}
}

.wpo-contact-area .quote-form .form-control {
	height: 55px;
	border: 0;
	margin-bottom: 20px;
	padding: 15px;
	background: #ededed;
	background: #F3F3F3;
	color: #1E2E3E;
}

.wpo-contact-area .quote-form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #dea057;
}

.wpo-contact-area .quote-form textarea.form-control {
	height: 170px;
}

.wpo-contact-area .quote-form select.form-control {
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background: #F3F3F3 url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
	position: relative;
	color: #1E2E3E;
}

.quote-form .form-control::-moz-placeholder {
	color: #1E2E3E;
}

.quote-form .form-control::placeholder {
	color: #1E2E3E;
}

.half-col {
	float: left;
	width: 50%;
	padding: 0 15px 5px;
	padding-left: 0;
}

@media (max-width: 575px) {
	.half-col {
		width: 100%;
	}
}

.full-col {
	padding: 0 15px 5px;
	padding-left: 0;
}

.exprience-area {
	padding-top: 60px;
}

/*--------------------------------------------------------------
11. wpo-shop-page
--------------------------------------------------------------*/
.shop-section .shop-grids {
	margin: 0 -15px;
}

@media (max-width: 767px) {
	.shop-section .shop-grids {
		margin: 0 -7px;
	}
}

.shop-section .grid {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 30px;
}

@media (max-width: 991px) {
	.shop-section .grid {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.shop-section .grid {
		width: calc(50% - 15px);
		margin: 0 7px 15px;
	}
}

@media (max-width: 550px) {
	.shop-section .grid {
		width: calc(100% - 15px);
		float: none;
	}
}

.shop-section .grid img {
	width: 100%;
}

.shop-section .details {
	background-color: #f7f7f7;
	text-align: center;
	padding: 35px 15px;
}

.shop-section .details h3 {
	font-size: 30px;
	font-size: 1.6666666667rem;
	margin: 0 0 0.5em;
	font-weight: 400;
}

@media (max-width: 1199px) {
	.shop-section .details h3 {
		font-size: 25px;
		font-size: 1.3888888889rem;
	}
}

@media (max-width: 767px) {
	.shop-section .details h3 {
		font-size: 22px;
		font-size: 1.2222222222rem;
	}
}

.shop-section .details h3 a {
	color: #000;
}

.shop-section .details h3 a:hover {
	color: #dea057;
}

.shop-section .details del {
	color: #333;
}

.shop-section .details del+span {
	display: inline-block;
	padding-left: 20px;
}

.shop-section .add-to-cart {
	margin-top: 20px;
}

.shop-section .add-to-cart a {

	font-size: 16px;
	font-size: 0.8888888889rem;
	color: #dea057;
	padding: 10px 20px;
	border: 2px solid #dea057;
	display: inline-block;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.shop-section .add-to-cart a {
		font-size: 13px;
		font-size: 0.7222222222rem;
		padding: 8px 18px;
	}
}

.shop-section .add-to-cart a:hover {
	background-color: #dea057;
	color: #fff;
}

.shop-section .add-to-cart a i {
	font-size: 15px;
	font-size: 0.8333333333rem;
	display: inline-block;
	padding-left: 5px;
}

.shop-section .grid:hover .add-to-cart a {
	background-color: #dea057;
	color: #fff;
}

/*--------------------------------------------------------------
12. wpo-shop-single-page
--------------------------------------------------------------*/
.shop-single-section {
	/*** product slider ***/
	/*** product info ***/
}

.shop-single-section .shop-single-wrap {
	max-width: 1520px;
	margin: 0 auto;
}

.shop-single-section .shop-single-slider .slider-for {
	text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
	display: inline-block;
	max-width: 650px;
	width: 100%;
}

.shop-single-section .shop-single-slider .slider-nav {
	padding: 0 25px;
	margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav>i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav>i:hover {
	cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
	left: auto;
	right: 0;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
	text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
	display: inline-block;
}

.shop-single-section .product-details {
	padding: 15px 30px 80px;
	/*** product option ***/
}

@media (max-width: 1199px) {
	.shop-single-section .product-details {
		padding: 10px 30px 15px;
	}
}

@media (max-width: 991px) {
	.shop-single-section .product-details {
		margin-top: 45px;
		padding: 40px 30px;
	}
}

@media (max-width: 767px) {
	.shop-single-section .product-details {
		padding: 0;
	}
}

.shop-single-section .product-details h2 {
	font-size: 60px;
	font-size: 3.3333333333rem;
	line-height: 1.4em;
	margin: 0 0 0.33em;
	font-weight: 400;
	color: #262626;
}

@media (max-width: 1399px) {
	.shop-single-section .product-details h2 {
		font-size: 48px;
		font-size: 2.6666666667rem;
	}
}

@media (max-width: 1199px) {
	.shop-single-section .product-details h2 {
		font-size: 40px;
		font-size: 2.2222222222rem;
	}
}

@media (max-width: 575px) {
	.shop-single-section .product-details h2 {
		font-size: 28px;
		font-size: 1.5555555556rem;
	}
}

.shop-single-section .product-details .price {
	font-size: 25px;
	font-size: 1.3888888889rem;
	color: #dea057;
	margin: 7px 0 20px;
	font-weight: 400;
}

@media (max-width: 991px) {
	.shop-single-section .product-details .price {
		font-size: 20px;
		font-size: 1.1111111111rem;
	}
}

@media (max-width: 767px) {
	.shop-single-section .product-details .price {
		font-size: 25px;
		font-size: 1.3888888889rem;
	}
}

.shop-single-section .product-details .price .old {
	font-size: 24px;
	font-size: 1.3333333333rem;
	font-weight: normal;
	color: #676767;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.shop-single-section .product-details .price .old {
		font-size: 20px;
		font-size: 1.1111111111rem;
	}
}

@media (max-width: 767px) {
	.shop-single-section .product-details .price .old {
		font-size: 18px;
		font-size: 1rem;
	}
}

.shop-single-section .product-details .product-rt {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.shop-single-section .product-details .product-rt .rating {
	margin-right: 10px;
}

@media (max-width: 575px) {
	.shop-single-section .product-details .product-rt .rating {
		margin-right: 5px;
	}
}

.shop-single-section .product-details .product-rt .rating i {
	color: #f9d322;
	font-size: 22px;
	font-style: normal;
}

.shop-single-section .product-details .product-rt .rating i:last-child {
	color: #ddd;
}

.shop-single-section .product-details .product-rt span {
	font-size: 25px;
	font-weight: 400;
	line-height: normal;
	color: #001635;
}

@media (max-width: 1199px) {
	.shop-single-section .product-details .product-rt span {
		font-size: 20px;
		font-size: 1.1111111111rem;
	}
}

@media (max-width: 575px) {
	.shop-single-section .product-details .product-rt span {
		font-size: 16px;
		font-size: 0.8888888889rem;
	}
}

.shop-single-section .product-details p {
	margin-bottom: 1.3em;
}

.shop-single-section .product-details ul {
	list-style: none;
}

.shop-single-section .product-details ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	color: #727272;
}

.shop-single-section .product-details ul li:before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #dea057;
	content: "";
	border-radius: 50%;
}

.shop-single-section .product-details .product-option {
	margin-top: 40px;
}

.shop-single-section .product-details .tg-btm {
	margin-top: 25px;
	color: #727272;
}

.shop-single-section .product-details .tg-btm p {
	margin-bottom: 0px;
}

.shop-single-section .product-details .tg-btm p span {
	color: #262626;
	font-weight: 500;
	margin-right: 5px;
}

.shop-single-section .product-details .product-option .product-row button:after {
	display: none;
}

.shop-single-section .product-details .product-option .product-row>div {
	height: 35px;
	display: inline-block;
}

.shop-single-section .product-details .product-option .product-row>div+div {
	margin-left: 15px;
}

.shop-single-section .product-details .product-option .product-row>div+div .theme-btn-s2 {
	border-radius: 0;
	border-width: 1px;
	height: 40px;
	padding: 0 18px;
	font-size: 16px;
	border: 1px solid #dedede;
}

.shop-single-section .product-details .product-option .product-row>div:first-child {
	width: 85px;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover {
	background: #dea057;
	border-color: #dea057;
	color: #fff;
}

.shop-single-section .product-details .product-option .theme-btn {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-size: 0.7777777778rem;
	padding: 0 20px;
	height: 35px;
	line-height: 32px;
	outline: 0;
	border: 2px solid #dedede;
	border-radius: 0;
}

.shop-single-section .product-details .product-option .theme-btn:hover {
	background-color: #dea057;
	color: #fff;
	border-color: #dea057;
}

@media (max-width: 767px) {
	.shop-single-section .product-details .product-option .theme-btn {
		font-size: 14px;
		font-size: 0.7777777778rem;
	}
}

.shop-single-section .product-details .product-option .theme-btn:before {
	display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
	font-size: 15px;
	font-size: 0.8333333333rem;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn {
	background-color: #fff;
	font-size: 18px;
	font-size: 1rem;
	color: #000;
	border: 1px solid rgb(229.5, 229.5, 229.5);
}

.shop-single-section .product-details #product-count {
	border-radius: 0;
	border: 1px solid rgb(229.5, 229.5, 229.5);
}

.shop-single-section .product-details #product-count:focus {
	box-shadow: none;
	outline: none;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	border-color: rgb(229.5, 229.5, 229.5);
	display: block;
	padding: 1px 4px;
	font-size: 10px;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
	background-color: #dea057;
	color: #fff;
}

.shop-single-section .product-info {
	margin-top: 75px;
	/*** tabs ***/
	/*** client rv ***/
	/*** review form ***/
}

@media (max-width: 991px) {
	.shop-single-section .product-info {
		margin-top: 40px;
	}
}

.shop-single-section .product-info h4 {
	font-size: 22px;
	font-size: 1.2222222222rem;
	margin: 0;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 10px;
	color: #000;
}

.shop-single-section .product-info p {
	margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
	margin-bottom: 0;
}

.shop-single-section .product-info .nav-tabs {

	border: 0;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .nav-tabs {
		margin-bottom: 20px;
	}
}

.shop-single-section .product-info .nav-tabs li {
	margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li a.active {
	border: 0;
	outline: 0;
}

.shop-single-section .product-info .nav-tabs a {
	font-size: 16px;
	font-size: 0.8888888889rem;
	color: #525252;
	border: 0;
	border-radius: 0;
	margin: 0;
	display: block;
	padding: 12px 20px 11px;

	position: relative;
}

.newszq .blog-sidebar {
	max-width: 100%;
	border-radius: 10px;
	margin: 0 auto;
}

.newszq .blog-sidebar .posts {
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}

.newszq .blog-sidebar .posts .post {
	width: 49%;
}

.newszq .blog-sidebar .posts .post {
	margin-top: 0;
	padding-bottom: 11px;
	padding-top: 8px !important;
	border-bottom: 1px solid #e4e4e4;
}

.newszq .blog-sidebar .recent-post-widget .posts>.post+.post {
	margin-top: 0;
	padding-top: 0;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .nav-tabs a {
		font-size: 14px;
		font-size: 0.7777777778rem;
		font-weight: normal;
		padding: 10px 10px 8px;
		text-transform: none;
	}
}

.shop-single-section .product-info .nav-tabs a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #dea057;
	border-radius: 4px;
	content: "";
	opacity: 0;
	visibility: hidden;
}

.shop-single-section .product-info .nav-tabs a:hover:before,
.shop-single-section .product-info .nav-tabs a.active:before {
	opacity: 1;
	visibility: visible;
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
	border-color: #dea057;
}

.shop-single-section .product-info .tab-content {
	border-top: 1px solid rgba(33, 81, 83, 0.3);
	padding-top: 30px;
	margin-top: -1px;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .tab-content {
		border: 0;
		padding: 0;
		margin: 0;
	}
}

.shop-single-section .product-info .client-rv {
	overflow: hidden;
	margin-bottom: 30px;
}

.shop-single-section .product-info .client-rv:last-child {
	margin-bottom: 0;
}

.shop-single-section .product-info .client-rv .client-pic {
	width: 100px;
	float: left;
}

.shop-single-section .product-info .client-rv .client-pic img {
	border-radius: 50%;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .client-pic {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

.shop-single-section .product-info .client-rv .details {
	width: calc(100% - 130px);
	float: right;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .details {
		width: 100%;
		float: none;
	}
}

.shop-single-section .product-info .client-rv .name-rating .product-rt {
	display: flex;
	align-items: center;
}

.shop-single-section .product-info .client-rv .name-rating .product-rt span {
	color: #525252;
}

.shop-single-section .product-info .client-rv .name-rating .rating {
	margin-right: 10px;
}

.shop-single-section .product-info .client-rv .name-rating .rating i {
	color: #f9d322;
	font-size: 16px;
	font-style: normal;
}

.shop-single-section .product-info .client-rv .name-rating .rating i:last-child {
	color: #ddd;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .name-rating-time {
		padding-bottom: 3px;
	}
}

.shop-single-section .product-info .client-rv .name-rating-time>div,
.shop-single-section .product-info .client-rv .name-rating>div {
	display: inline-block;
	font-size: 14px;
	font-size: 0.7777777778rem;
}

@media (max-width: 767px) {

	.shop-single-section .product-info .client-rv .name-rating-time>div,
	.shop-single-section .product-info .client-rv .name-rating>div {
		display: block;
	}
}

.shop-single-section .product-info .client-rv .rating {
	padding-left: 12px;
}

.shop-single-section .product-info .client-rv .rating i {
	color: #dea057;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .rating {
		padding-left: 5px;
	}
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
	float: right;
	color: rgb(178.5, 178.5, 178.5);
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .client-rv .name-rating-time .time {
		float: none;
	}
}

.shop-single-section .product-info .client-rv .review-body {
	padding-top: 12px;
}

.shop-single-section .product-info .review-form {
	margin-top: 45px;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .review-form {
		margin-top: 30px;
	}
}

.shop-single-section .product-info .review-form h4 {
	font-size: 40px;
	font-weight: 400;
	color: #262626;
}

@media (max-width: 767px) {
	.shop-single-section .product-info .review-form h4 {
		font-size: 30px;
		font-size: 1.6666666667rem;
	}
}

.shop-single-section .product-info .review-form p {
	margin-bottom: 1.73em;
	color: #727272;
}

.shop-single-section .product-info .review-form .give-rat-sec {
	margin-bottom: 10px;
}

.shop-single-section .product-info .review-form .give-rat-sec p {
	margin-bottom: 0;
}

.shop-single-section .product-info .review-form .give-rating {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	margin-bottom: 10px;
}

.shop-single-section .product-info .review-form .give-rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.shop-single-section .product-info .review-form .give-rating label:last-child {
	position: static;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
	z-index: 5;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
	z-index: 4;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
	z-index: 3;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
	z-index: 2;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
	z-index: 1;
}

.shop-single-section .product-info .review-form .give-rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.shop-single-section .product-info .review-form .give-rating label .icon {
	float: left;
	color: transparent;
}

.shop-single-section .product-info .review-form .give-rating label:last-child .icon {
	color: #ddd;
}

.shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked~.icon,
.shop-single-section .product-info .review-form .give-rating:hover label:hover input~.icon {
	color: #FFD400;
}

.shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked)~.icon:last-child {
	color: #ddd;
	text-shadow: 0 0 5px #FFD400;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	border: 1px solid #dedede;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
	box-shadow: none;
	outline: none;
}

.shop-single-section .product-info .review-form form .form-control::-moz-placeholder {
	color: #727272;
}

.shop-single-section .product-info .review-form form .form-control::placeholder {
	color: #727272;
}

.shop-single-section .product-info .review-form form textarea {
	height: 130px;
}

.shop-single-section .product-info .review-form form>div {
	margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form>div:last-child {
	margin-bottom: 0;
}

.shop-single-section .product-info .review-form form>div:last-child .theme-btn {
	border-radius: 0;
	font-size: 18px;
	padding: 14px 30px;
}

@media (max-width: 1767px) {
	.shop-single-section .product-info .review-form form>div:last-child .theme-btn {
		font-size: 16px;
		padding: 12px 24px;
	}
}

.shop-single-section .slider-nav .slick-slide:focus {
	outline: none;
}

/*===========================
13. wpo-cart-page
===========================*/
.cart-area .cart-wrapper {
	box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
	.cart-area .cart-wrapper table {
		width: 1022px;
	}
}

@media (max-width: 991px) {
	.cart-area .cart-wrapper form {
		overflow: scroll;
		overflow-y: hidden;
	}
}

.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
	width: 10%;
	border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
	text-align: center;
	font-weight: 400;
	color: #262626;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
	list-style: none;
}

.cart-area .cart-wrap th {
	border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
	padding: 40px 0;
}

.cart-area .cart-wrap thead {
	background: #fff;
	color: #000;
	padding: 40px;
}

.cart-area .cart-area form {
	margin: auto;
	text-align: center;
	background: #fff;
}

.cart-area .cart-wrap .product {
	width: 15%;
}

.cart-area .cart-wrap .product ul {
	text-align: left;
	padding-left: 30px;
	list-style: none;
}

.cart-area .cart-wrap .product ul li {
	padding-bottom: 5px;
	font-size: 20px;
	color: #001635;
}

@media (max-width: 767px) {
	.cart-area .cart-wrap .product ul li {
		font-size: 18px;
		font-size: 1rem;
	}
}

.cart-area .cart-wrap .product a {
	font-size: 16px;
	color: #a5a4a4;
}

.cart-area .cart-wrap .product-2 {
	text-align: left;
	padding-left: 55px;
}

.cart-area .cart-wrap .product a:hover {
	color: #dea057;
}

.cart-area .cart-wrap th {
	height: 80px;
	font-weight: 700;
	font-size: 20px;
}

@media (max-width: 767px) {
	.cart-area .cart-wrap th {
		font-size: 18px;
		font-size: 1rem;
	}
}

.cart-area .cart-wrap td {
	padding: 40px 25px;
	font-size: 18px;
	color: #000;
}

@media (max-width: 767px) {
	.cart-area .cart-wrap td {
		font-size: 16px;
		font-size: 0.8888888889rem;
	}
}

.cart-area .cart-wrap td.action ul {
	display: flex;
	justify-content: center;
	list-style: none;
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
	line-height: 45px;
}

.cart-area .cart-wrap td span {
	display: block;
	width: 100px;
	height: 38px;
	line-height: 34px;
	color: #ee9902;
	font-size: 14px;
	border: 1.5px solid #ee9902;
	border-radius: 4px;
}

.cart-area .cart-wrap td.Del span {
	color: #4ABA4E;
	border: 1.5px solid #4ABA4E;
}

.cart-area .cart-wrap td.can span {
	color: #D85656;
	border: 1.5px solid #D85656;
}

.cart-area .cart-wrap td.pro span {
	color: #691A5F;
	border: 1.5px solid #691A5F;
}

.cart-area .cart-wrap .name {
	width: 15%;
}

.cart-area .cart-wrap .action a {
	display: block;
	width: 40px;
	height: 38px;
	line-height: 45px;
	background: #414141;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
}

.cart-area .cart-wrap .action a .fi::before {
	font-size: 20px;
}

.cart-area .cart-wrap .action a:hover {
	background: #dea057;
}

.cart-area .cart-wrap .action li.c-btn {
	margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
	background-color: #dea057;
}

.cart-area .order-wrap {
	padding: 0;
}

.cart-area .cart-wrap tr:nth-child(even) {
	background: #FCFCFC;
}

.cart-area .cart-wrap .quantity {
	position: relative;
	max-width: 110px;
	margin: 0 auto;
}

.cart-area .quantity input {
	width: 105px;
	padding: 0px 35px;
	text-align: center;
	height: 36px;
	position: relative;
	background: #f2f2f5;
	border: none;
	border-radius: 40px;
}

.cart-area .quantity .qtybutton {
	position: absolute;
	top: 0;
	left: 0px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	cursor: pointer;
	color: #333;
	background: #fafaff;
	border-radius: 30px;
}

.cart-area .cart-wrap .quantity .qtybutton {
	top: 50%;
	left: 5px;
	transform: translateY(-51%);
	-webkit-transform: translateY(-51%);
	-moz-transform: translateY(-51%);
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
	border-left: none;
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
	right: 5px;
	left: auto;
	border-right: none;
}

.cart-area .submit-btn-area {
	padding: 40px;
}

.cart-area .submit-btn-area ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
}

@media (max-width: 500px) {
	.cart-area .submit-btn-area ul {
		text-align: center;
		display: block;
	}
}

.cart-area .submit-btn-area ul li:last-child {
	margin-left: 20px;
}

@media (max-width: 500px) {
	.cart-area .submit-btn-area ul li:last-child {
		margin-left: 0;
	}
}

.cart-area .submit-btn-area button {
	border: none;
	outline: none;
}

.cart-area .submit-btn-area .theme-btn-s2 {
	padding: 16px 30px;
	font-size: 18px;
}

@media (max-width: 767px) {
	.cart-area .submit-btn-area .theme-btn-s2 {
		font-size: 16px;
		padding: 12px 22px;
	}
}

.cart-area .submit-btn-area .theme-btn {
	padding: 17px 30px;
	background-color: #CDB091;
	font-size: 18px;
}

@media (max-width: 767px) {
	.cart-area .submit-btn-area .theme-btn {
		font-size: 16px;
		padding: 14px 22px;
	}
}

.cart-area .cart-product-list ul {
	border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
	padding-top: 20px;
	list-style: none;
}

.cart-area .cart-product-list ul li {
	display: flex;
	justify-content: space-between;
	padding: 0px 30px;
	font-weight: 300;
	font-size: 20px;
	line-height: 21px;
	color: #000;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.cart-area .cart-product-list ul li {
		font-size: 18px;
		font-size: 1rem;
	}
}

.cart-area .cart-product-list ul li.cart-b {
	border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
	border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
	color: #dea057;
	padding-top: 30px;
	font-weight: 600;
}

/*===============================
14. wpo-checkout-page
================================*/
.wpo-checkout-area .checkout-wrap {
	background: #fff;
}

.wpo-checkout-area .checkout-wrap ul {
	list-style: none;
}

.wpo-checkout-area #open2 {
	display: block;
}

.wpo-checkout-area #open3 {
	display: none;
}

.wpo-checkout-area #open4 {
	display: none;
}

.wpo-checkout-area .create-account p {
	margin-bottom: 15px;
}

.wpo-checkout-area .create-account {
	display: none;
	padding: 20px;
}

.wpo-checkout-area .create-account span {
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	color: #707070;
}

@media (max-width: 575px) {
	.wpo-checkout-area .create-account span {
		font-size: 14px;
	}
}

.wpo-checkout-area .input-wrap {
	position: relative;
}

.wpo-checkout-area .create-account input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	margin-bottom: 25px;
	padding-left: 20px;
	border-radius: 40px;
}

.wpo-checkout-area .create-account input:focus {
	outline: none;
}

.wpo-checkout-area .create-account button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #333;
	color: #fff;
	width: 108px;
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.wpo-checkout-area .create-account button:hover {
	background: #dea057;
}

.wpo-checkout-area .coupon {
	position: relative;
	cursor: pointer;
	cursor: pointer;
	background: #fff;
}

.wpo-checkout-area .coupon:before {
	position: absolute;
	right: 30px;
	top: 21px;
	content: "\e64b";
	font-family: "themify";
}

.wpo-checkout-area .coupon span {
	position: absolute;
	right: 30px;
	top: 30px;
}

.wpo-checkout-area .coupon label {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	padding: 25px 20px;
	border-left: 4px solid #dea057;
	transition: all 0.3s;
	width: 100%;
}

@media (max-width: 767px) {
	.wpo-checkout-area .coupon label {
		font-size: 15px;
	}
}

.wpo-checkout-area .caupon-wrap {
	background: #fff;
	margin-bottom: 20px;
	transition: all 0.3s;
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.wpo-checkout-area .active-border {
	transition: all 0.3s;
}

.wpo-checkout-area .s1.active-border .coupon-active label,
.wpo-checkout-area .s3.coupon-2 .coupon-3 label {
	border-left: none;
	border-top: 4px solid #dea057;
	border-bottom: 1px solid #dea057;
}

.wpo-checkout-area .s2 .coupon-3 {
	border-top: 4px solid #dea057;
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 {
	border-top: 0;
}

.wpo-checkout-area .s2 .coupon-3 label {
	border-left: 0;
	border-bottom: 1px solid #dea057;
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
	border-left: 4px solid #dea057;
	border-bottom: 0;
}

.wpo-checkout-area .billing-adress .form-style input,
.wpo-checkout-area .billing-adress .form-style select {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	border: none;
	border: 1px solid #ebebeb;
	border-radius: 40px;
}

.wpo-checkout-area .billing-adress .form-style input:focus,
.wpo-checkout-area .billing-adress .form-style select:focus {
	outline: none;
	box-shadow: none;
}

.wpo-checkout-area .billing-adress .form-style label {
	font-size: 18px;
	color: #000;
}

@media (max-width: 575px) {
	.wpo-checkout-area .billing-adress .form-style label {
		font-size: 16px;
	}
}

.wpo-checkout-area .billing-adress .form-style select {
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
	position: relative;
}

.wpo-checkout-area .billing-adress {
	padding: 30px;
}

.wpo-checkout-area .note-area textarea {
	font-size: 18px;
	color: #000;
	width: 100%;
	height: 150px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-left: 10px;
	border: 1px solid #ebebeb;
	border-radius: 20px;
}

@media (max-width: 575px) {
	.wpo-checkout-area .note-area textarea {
		font-size: 16px;
	}
}

.wpo-checkout-area .note-area textarea:focus {
	outline: none;
}

.wpo-checkout-area .biling-item-2 {
	margin-top: 20px;
}

.wpo-checkout-area .biling-item-2 label.fontsize {
	margin-bottom: 20px;
}

.wpo-checkout-area .biling-item-2 .billing-adress {
	padding: 0;
}

.wpo-checkout-area .payment-name ul {
	display: flex;
	justify-content: flex-start;
}

@media (max-width: 575px) {
	.wpo-checkout-area .payment-name ul {
		flex-wrap: wrap;
	}
}

.wpo-checkout-area .payment-area form {
	overflow: unset;
}

.wpo-checkout-area .payment-name ul li {
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.wpo-checkout-area .payment-name ul li input {
	margin-right: 0;
}

.wpo-checkout-area .payment-name ul li {
	margin-right: 15px;
}

@media (max-width: 575px) {
	.wpo-checkout-area .payment-name ul li {
		margin-bottom: 10px;
	}
}

.wpo-checkout-area .payment-area h2 {
	padding-bottom: 40px;
	margin-bottom: 0;
}

.wpo-checkout-area .payment-select {
	padding: 40px 0;
}

.wpo-checkout-area .payment-select ul {
	display: flex;
}

@media (max-width: 575px) {
	.wpo-checkout-area .payment-select ul {
		flex-wrap: wrap;
	}
}

.wpo-checkout-area .payment-select ul li {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #5B5B5B;
}

.wpo-checkout-area .payment-select label {
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.wpo-checkout-area .payment-select label {
		font-size: 16px;
	}
}

.wpo-checkout-area .payment-area h2 {
	font-size: 20px;
	color: #878787;
	font-weight: 700;
}

.wpo-checkout-area .payment-area h2 span {
	font-size: 30px;
	color: #ff493c;
}

.wpo-checkout-area .payment-area {
	width: 100%;
}

.wpo-checkout-area .payment-name ul li input {
	margin-right: 0;
	position: absolute;
	z-index: -1;
}

.wpo-checkout-area .payment-name ul li input:checked~label {
	border: 1px solid #ff493c;
}

.wpo-checkout-area .payment-name label {
	width: 100%;
	border: 1px solid transparent;
}

.wpo-checkout-area .payment-name .visa label {
	border: 1px solid #0057A0;
}

.wpo-checkout-area .payment-name .mas label {
	border: 1px solid #CC0000;
}

.wpo-checkout-area .payment-name .ski label {
	border: 1px solid #691A5F;
}

.wpo-checkout-area .payment-name .pay label {
	border: 1px solid #019CDE;
}

.wpo-checkout-area .payment-option {
	padding: 30px;
}

.wpo-checkout-area .payment-name {
	display: none;
}

.wpo-checkout-area .payment-name.active {
	display: block;
}

.wpo-checkout-area .payment-option.active .payment-name {
	display: none;
}

.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	border: none;
	border: 1px solid #ebebeb;
	border-radius: 40px;
}

.wpo-checkout-area .payment-area .form-style input:focus,
.wpo-checkout-area .payment-area .form-style select:focus {
	outline: none;
}

.wpo-checkout-area .payment-area .form-style label {
	font-size: 18px;
	color: #000;
}

@media (max-width: 575px) {
	.wpo-checkout-area .payment-area .form-style label {
		font-size: 16px;
	}
}

.wpo-checkout-area .payment-area .contact-form {
	margin-top: 40px;
}

.wpo-checkout-area .cout-order-area {
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.wpo-checkout-area .cout-order-area .oreder-item ul li {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #414141;
}

.wpo-checkout-area .cout-order-area .oreder-item ul li.s-total {
	font-weight: 400;
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-header {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-middle {
	border-bottom: 1px solid #ebebeb;
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom {
	border-top: 1px solid #ebebeb;
	color: #dea057;
	font-weight: 600;
}

.wpo-checkout-area .create-account.active {
	display: block;
}

.wpo-checkout-area .contact-form .form-control {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.wpo-checkout-area .contact-form input,
.wpo-checkout-area .contact-form select {
	margin-top: 10px;
}

.wpo-checkout-area .submit-btn-area {
	margin-top: 20px;
}

.wpo-checkout-area .submit-btn-area .theme-btn {
	text-transform: capitalize;
	padding: 16px 30px;
	font-size: 18px;
}

@media (max-width: 767px) {
	.wpo-checkout-area .submit-btn-area .theme-btn {
		padding: 12px 20px;
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
15. wpo-contact-page
--------------------------------------------------------------*/
.map-section .wpo-map {
	height: 550px;
}

@media (max-width: 991px) {
	.map-section .wpo-map {
		height: 350px;
	}
}

@media (max-width: 575px) {
	.map-section .wpo-map {
		height: 200px;
	}
}

.map-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}

.map-section h2.hidden {
	display: none;
}

.contact-page .contact-wrap {
	max-width: 1350px;
	margin: 0 auto;
}

.contact-page .wpo-contact-form-area {
	position: relative;
	padding: 70px 70px 55px 70px;
	max-width: 720px;
	margin: 0 auto;
	background: #f2f2f2;
}

@media (max-width: 1399px) {
	.contact-page .wpo-contact-form-area {
		padding: 50px 40px 40px;
	}
}

@media (max-width: 575px) {
	.contact-page .wpo-contact-form-area {
		padding: 40px 20px 30px;
	}
}

.contact-page .wpo-contact-form-area .contact-title {
	margin-bottom: 30px;
}

.contact-page .wpo-contact-form-area .contact-title h2 {
	margin: 0;
	color: #001635;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 991px) {
	.contact-page .wpo-contact-form-area .contact-title h2 {
		font-size: 35px;
		line-height: 48px;
	}
}

@media (max-width: 575px) {
	.contact-page .wpo-contact-form-area .contact-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

.contact-page .wpo-contact-form-area .col {
	padding: 0 7px;
}

.contact-page .wpo-contact-form-area .form-control {
	width: 100%;
	height: 64px;
	margin-bottom: 16px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #525252;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 575px) {
	.contact-page .wpo-contact-form-area .form-control {
		height: 50px;
		font-size: 16px;
	}
}

.contact-page .wpo-contact-form-area .form-control:focus {
	outline: none;
	box-shadow: none;
}

.contact-page .wpo-contact-form-area .submit-area {
	max-width: 234px;
	text-align: left;
}

.about-three-sia {
	max-width: 1520px;
	margin: 0 auto;
}

.about-three__img {
	position: relative;
	display: block;
	border-radius: 10px;
	height: 100%;
}

.about-three__img-inner {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
}

.about-three__img-inner .overlay-content {
	position: absolute;
	top: 50px;
	right: 0;
	display: flex;
	align-items: center;
	padding: 20px 40px 20px;
	z-index: 5;
}

.about-three__img-inner .overlay-content::before {
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0px;
	right: 0;
	background: var(--thm-primary);
	content: "";
	z-index: -1;
}

.about-three__img-inner .overlay-content::after {
	position: absolute;
	top: 0;
	left: -10px;
	bottom: -10px;
	right: 0;
	background: var(--thm-white);
	content: "";
	z-index: -2;
}

.about-three__img-inner .overlay-content .counter-box {
	position: relative;
	display: block;
}

.about-three__img-inner .overlay-content .counter-box h2 {
	color: var(--thm-white);
	font-size: 60px;
	line-height: 70px;
	font-weight: 400;
}

.about-three__img-inner .overlay-content .text-box {
	position: relative;
	display: block;
	margin-left: 20px;
	flex: 1;
}

.about-three__img-inner .overlay-content .text-box h3 {
	color: var(--thm-white);
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	text-transform: uppercase;
}

.about-three__content {
	position: relative;
	display: block;
	padding: 50px 70px;
	/* margin-left: 50px; */
}

.about-three__content .sec-title {
	padding-bottom: 23px;
}

.about-three__content-text {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.about-three__content-text p {
	margin: 0;
	color: #5a5d60;
	font-size: 17px;
}

.about-three__content-list {
	position: relative;
	display: block;
}

.about-three__content-list ul {
	position: relative;
	display: block;
	overflow: hidden;
}

.about-three__content-list ul li {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

.about-three__content-list ul li:last-child {
	margin-bottom: 0px;
}

.about-three__content-list ul li h3 {
	font-size: 19px;
	line-height: 32px;
	font-weight: 400;
}

.about-three__content-list ul li h3 span {
	position: relative;
	display: inline-block;
	color: var(--thm-primary);
	font-size: 18px;
	line-height: 18px;
	margin-right: 1px;
}

.about-three__content-btn {
	position: relative;
	display: block;
	margin-top: 51px;
}

@media (max-width: 767px) {
	.contact-page .wpo-contact-form-area .submit-area {
		max-width: 200px;
	}
}

.contact-page .wpo-contact-form-area .theme-btn-s2 {
	width: 100%;
	padding: 18px 17px;
	margin-top: 24px;
	color: #fff;
	border: 0;
	border-radius: 30px;
	outline: 0;
	font-size: 20px;
	background: #dea057;
}

@media (max-width: 991px) {
	.contact-page .wpo-contact-form-area .theme-btn-s2 {
		margin-top: 10px;
		padding: 16px 30px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.contact-page .wpo-contact-form-area .theme-btn-s2 {
		margin-top: 10px;
		font-size: 16px;
	}
}

.contact-page .wpo-contact-form-area .theme-btn-s2 i {
	padding-left: 10px;
}

.contact-page .wpo-contact-form-area .form-control::-moz-placeholder {
	color: #525252;
}

.contact-page .wpo-contact-form-area .form-control::placeholder {
	color: #525252;
}

.contact-page .wpo-contact-form-area textarea.form-control {
	height: 200px;
}

@media (max-width: 575px) {
	.contact-page .wpo-contact-form-area textarea.form-control {
		height: 120px;
	}
}

.contact-page .wpo-contact-form-area .contact-validation-active label.error {
	margin-top: -8px;
	margin-bottom: 20px;
}

.contact-page .contact-left-info {
	padding-left: 60px;
	max-width: 526px;
}

@media (max-width: 1199px) {
	.contact-page .contact-left-info {
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.contact-page .contact-left-info {
		padding-left: 0;
		margin-top: 40px;
	}
}

.contact-page .contact-left-info .contact-left-title {
	margin-bottom: 60px;
}

@media (max-width: 575px) {
	.contact-page .contact-left-info .contact-left-title {
		margin-bottom: 15px;
	}
}

.contact-page .contact-left-info .contact-left-title h2 {
	margin: 0;
	font-size: 60px;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	.contact-page .contact-left-info .contact-left-title h2 {
		font-size: 45px;
	}
}

@media (max-width: 575px) {
	.contact-page .contact-left-info .contact-left-title h2 {
		font-size: 22px;
	}
}

.contact-page .contact-left-info .contact-left-title p {
	margin: 0;
	font-size: 28px;
	line-height: normal;
	font-weight: 400;
	color: #999999;
}

@media (max-width: 1199px) {
	.contact-page .contact-left-info .contact-left-title p {
		font-size: 25px;
	}
}

@media (max-width: 575px) {
	.contact-page .contact-left-info .contact-left-title p {
		font-size: 17px;
	}
}

.contact-page .contact-left-info .contact-left-item .contact-info {
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.contact-page .contact-left-info .contact-left-item .contact-info {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.contact-page .contact-left-info .contact-left-item .contact-info {
		margin-bottom: 20px;
	}
}

.contact-page .contact-left-info .contact-left-item .contact-info h3 {
	font-size: 30px;
	line-height: normal;
	font-weight: 400;
	color: #001635;
}

@media (max-width: 1199px) {
	.contact-page .contact-left-info .contact-left-item .contact-info h3 {
		font-size: 22px;
	}
}

.contact-page .contact-left-info .contact-left-item .contact-info p {
	font-size: 23px;
	line-height: 40px;
	font-weight: 400;
	color: #727272;
}

@media (max-width: 1199px) {
	.contact-page .contact-left-info .contact-left-item .contact-info p {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 575px) {
	.contact-page .contact-left-info .contact-left-item .contact-info p {
		font-size: 16px;
		line-height: 22px;
	}
}

.contact-page .contact-left-info .contact-left-item .contact-info:last-child {
	margin-bottom: 0;
}

/*======================================
16. wpo-blog-pg-section
 =======================================*/
/* wpo-blog-pg-section */
.wpo-blog-pg-section {
	/*** format-gallery ***/
	/*** format-video ***/
}

.wpo-blog-pg-section .container {
	/* max-width: 1530px; */
}

@media (max-width: 991px) {
	.wpo-blog-pg-section .container {
		max-width: 90%;
		margin: 0 auto;
	}
}

.wpo-blog-pg-section .wpo-blog-wraper {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.wpo-blog-pg-section .wpo-blog-wraper {
		display: block;
	}
}

.wpo-blog-pg-section .entry-details {
	/* border: 2px solid #F1F1F1; */
	background: #FFF;
	padding: 25px 25px;
	border-top: 3px solid #dea057;
}

@media (max-width: 1399px) {
	.wpo-blog-pg-section .entry-details {
		padding: 25px 20px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .entry-details {
		padding: 15px 15px;
		border-radius: 10px;
	}
}

.wpo-blog-pg-section .wpo-blog-content {
	width: calc(100% - 400px);
	padding-right: 80px;
}

@media (max-width: 1399px) {
	.wpo-blog-pg-section .wpo-blog-content {
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.wpo-blog-pg-section .wpo-blog-content {
		padding-right: 0px;
		width: 100%;
	}
}

.wpo-blog-pg-section .wpo-blog-content .post {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.wpo-blog-pg-section .wpo-blog-content .post {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .wpo-blog-content .post {
		margin-bottom: 18px;
		border-radius: 10px;
	}
}

.wpo-blog-pg-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin-bottom: 11px;
}

.wpo-blog-pg-section .entry-meta ul {
	list-style: none;
}

.wpo-blog-pg-section .entry-meta ul li {
	color: #525252;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
}

.wpo-blog-pg-section .entry-meta ul li a {
	color: #525252;
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
	color: #dea057;
}

.wpo-blog-pg-section .entry-meta ul li i {
	position: relative;
	margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li i:before {
	font-size: 13px;
}

.wpo-blog-pg-section .entry-meta ul li+li {
	margin-left: 0;
	padding-left: 11px;
	position: relative;
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	content: "";
	background: #dea057;
	border-radius: 50%;
}

@media (max-width: 440px) {
	.wpo-blog-pg-section .entry-meta ul li+li:before {
		display: none;
	}
}

@media (max-width: 440px) {
	.wpo-blog-pg-section .entry-meta ul li+li {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .entry-meta ul li {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 440px) {
	.wpo-blog-pg-section .entry-meta ul li {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

.wpo-blog-pg-section .post h3 {
	color: #262626;
	font-size: 27px;
	font-weight: 700;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-wrap: break-word; */
	/* word-break: break-all; */
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 36px;
	margin-bottom: 9px;
}

@media (max-width: 1399px) {
	.wpo-blog-pg-section .post h3 {
		font-size: 45px;
		line-height: 33px;
	}
}

@media (max-width: 991px) {
	.wpo-blog-pg-section .post h3 {
		font-size: 27px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .post h3 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-blog-pg-section .post h3 {
		font-size: 23px;
		line-height: 36px;
	}
}

.wpo-blog-pg-section .post h3 a {
	color: #262626;
}

.wpo-blog-pg-section .post h3 a:hover {
	color: #dea057;
}

.wpo-blog-pg-section .post p {
	margin-bottom: 1em;
	color: #707070;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-wrap: break-word; */
	/* word-break: break-all; */
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-weight: 400;
	line-height: 28px;
}

@media (max-width: 991px) {
	.wpo-blog-pg-section .post p {
		font-size: 16px;
		line-height: 29px;
	}
}

@media (max-width: 575px) {
	.wpo-blog-pg-section .post p {
		font-size: 16px;
		line-height: 24px;
	}
}

.wpo-blog-pg-section .post a.read-more {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 35px;
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .post a.read-more {
		font-size: 15px;
		line-height: 20px;
	}
}

.wpo-blog-pg-section .post a.read-more:hover {
	color: #dea057;
}

.wpo-blog-pg-section .entry-media img {
	width: 100%;
	height: 100%;
	transform: scale(1.01);
}

.wpo-blog-pg-section .format-gallery {
	position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
	background: #dea057;
	color: #fff;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 58px;
	padding: 0;
	margin: 0;
	color: #585656;
	transition: all 0.3s;
	border: 0;
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
		width: 40px;
		height: 40px;
		line-height: 45px;
	}
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
	font-size: 18px;
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
		font-size: 15px;
	}
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
	left: 10px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
	right: 10px;
}

.wpo-blog-pg-section .format-video .video-holder {
	position: relative;
	text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
	opacity: 0.8;
}

.wpo-blog-pg-section .format-video .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 83px;
	height: 83px;
	line-height: 80px;
	background: #000;
	border-radius: 50%;
	z-index: 1;
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .format-video .video-holder a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

.wpo-blog-pg-section .format-video .video-holder a:after {
	position: absolute;
	left: -12px;
	top: -12px;
	width: 106px;
	height: 106px;
	content: "";
	border-radius: 106px;
	z-index: -1;
	border: 1px solid #fff;
}

@media (max-width: 767px) {
	.wpo-blog-pg-section .format-video .video-holder a:after {
		width: 70px;
		height: 70px;
		left: -6px;
		top: -6px;
	}
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
	font-size: 24px;
	font-size: 1.3333333333rem;
	color: #fff;
}

.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-wraper {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-wraper {
		display: block;
	}
}

.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
	padding-left: 80px;
	padding-right: 0;
}

@media (max-width: 1399px) {
	.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
		padding-left: 20px;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
		padding-right: 0px;
		padding-left: 0;
	}
}

.wpo-blog-pg-section.blog-pg-fullwidth .container-fluid {
	max-width: 1250px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.wpo-blog-pg-section.blog-pg-fullwidth .container-fluid {
		max-width: 697px;
		margin: 0 auto;
	}
}

.wpo-blog-pg-section.blog-pg-fullwidth .wpo-blog-content {
	padding: 0;
	width: 100%;
}

/*======================================
17. wpo-blog-single-section
 =======================================*/
/* wpo-blog-single-section*/
.wpo-blog-single-section {
	/*** tag-share ***/
	/*** more-posts ***/
	/*** comments area ***/
	/*** comment-respond ***/
}

.wpo-blog-single-section .container-fluid {
	max-width: 1530px;
}

@media (max-width: 991px) {
	.wpo-blog-single-section .container-fluid {
		max-width: 697px;
		margin: 0 auto;
	}
}

.wpo-blog-single-section .wpo-blog-wraper {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.wpo-blog-single-section .wpo-blog-wraper {
		display: block;
	}
}

.wpo-blog-single-section .wpo-blog-content {
	width: calc(100% - 400px);
	padding-right: 80px;
}

@media (max-width: 1399px) {
	.wpo-blog-single-section .wpo-blog-content {
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.wpo-blog-single-section .wpo-blog-content {
		padding-right: 0px;
		width: 100%;
	}
}

.wpo-blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 40px;
	padding-bottom: 29px;
}

.wpo-blog-single-section .entry-meta ul {
	list-style: none;
}

.wpo-blog-single-section .entry-meta ul li {
	color: #525252;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	display: inline-block;
}

.wpo-blog-single-section .entry-meta ul li a {
	color: #525252;
}

.wpo-blog-single-section .entry-meta ul li a:hover {
	color: #dea057;
}

.wpo-blog-single-section .entry-meta ul li i {
	position: relative;
	margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li i:before {
	font-size: 13px;
}

.wpo-blog-single-section .entry-meta ul li+li {
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}

.wpo-blog-single-section .entry-meta ul li+li:before {
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	content: "";
	background: #dea057;
	border-radius: 50%;
}

@media (max-width: 440px) {
	.wpo-blog-single-section .entry-meta ul li+li:before {
		display: none;
	}
}

@media (max-width: 440px) {
	.wpo-blog-single-section .entry-meta ul li+li {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.wpo-blog-single-section .entry-meta ul li {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 440px) {
	.wpo-blog-single-section .entry-meta ul li {
		/* float: none; */
		/* display: block; */
		margin-bottom: 5px;
	}
}

.wpo-blog-single-section .entry-media {
	margin-bottom: 20px;
}

.wpo-blog-single-section .entry-media img {
	width: 100%;
}

.wpo-blog-single-section .post h2 {
	margin-bottom: 18px;
	font-size: 38px;
	font-weight: 500;
	line-height: 55px;
	color: #262626;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .post h2 {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 991px) {
	.wpo-blog-single-section .post h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-single-section .post h2 {
		font-size: 35px;
		line-height: 44px;
	}
}

@media (max-width: 575px) {
	.wpo-blog-single-section .post h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

.wpo-blog-single-section .post p {
	margin-bottom: 1.5em;
	color: #727272;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .post p {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-single-section .post p {
		font-size: 16px;
		line-height: 27px;
	}
}

.wpo-blog-single-section .post p span {
	color: #000;
	font-size: 40px;
	font-weight: 400;
	line-height: 35px;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .post p span {
		font-size: 25px;
	}
}

.wpo-blog-single-section .post h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 1.8em 0 1em;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .post h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-single-section .post h3 {
		font-size: 20px;
		font-size: 1.1111111111rem;
	}
}

.wpo-blog-single-section .post blockquote {
	max-width: 80%;
	color: #000;
	padding-left: 30px;
	margin-top: 60px;
	margin-bottom: 40px;
	border: 0;
	text-align: left;
	position: relative;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 60px;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .post blockquote {
		font-size: 30px;
		line-height: 40px;
		padding-left: 22px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-single-section .post blockquote {
		font-size: 25px;
		line-height: 35px;
		padding-left: 15px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.wpo-blog-single-section .post blockquote:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-left: 3px solid #181515;
	background: #fff;
	height: 100%;
}

.wpo-blog-single-section .post blockquote h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .post blockquote h4 {
		font-size: 16px;
		line-height: 35px;
	}
}

.wpo-blog-single-section .post blockquote span {
	color: #585656;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .post blockquote span {
		font-size: 16px;
		line-height: 35px;
	}
}

.wpo-blog-single-section .post .gallery {
	overflow: hidden;
	margin: 40px -15px 0;
}

.wpo-blog-single-section .post .gallery>div {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 15px;
}

@media (max-width: 575px) {
	.wpo-blog-single-section .post .gallery>div {
		width: calc(100% - 20px);
		float: none;
		margin: 10px;
	}
}

.wpo-blog-single-section .post .gallery img {
	width: 100%;
}

.wpo-blog-single-section .tag-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 45px;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .tag-wrap {
		display: block;
	}
}

.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
	padding-bottom: 30px;
	color: #000;
}

@media (max-width: 575px) {

	.wpo-blog-single-section .tag-share,
	.wpo-blog-single-section .tag-share-s2 {
		padding-bottom: 20px;
	}
}

.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
	list-style: none;
	display: inline-block;
	overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
	float: left;
}

@media (max-width: 767px) {

	.wpo-blog-single-section .tag-share ul li,
	.wpo-blog-single-section .tag-share-s2 ul li {
		margin: 2px;
	}
}

.wpo-blog-single-section .tag-share ul>li+li,
.wpo-blog-single-section .tag-share-s2 ul>li+li {
	margin-left: 10px;
}

@media (max-width: 767px) {

	.wpo-blog-single-section .tag-share ul>li+li,
	.wpo-blog-single-section .tag-share-s2 ul>li+li {
		margin: 2px;
	}
}

.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
	display: flex;
	align-items: center;
}

.wpo-blog-single-section .tag-share .tag>span,
.wpo-blog-single-section .tag-share-s2 .tag>span {

	color: #000;
	display: inline-block;
	padding-right: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

@media (max-width: 575px) {

	.wpo-blog-single-section .tag-share .tag>span,
	.wpo-blog-single-section .tag-share-s2 .tag>span {
		padding-right: 5px;
	}
}

.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
	list-style: none;
	position: relative;
}

.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
	position: relative;
}

.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
	display: inline-block;
	padding: 5px 18px;
	background: transparent;
	text-transform: capitalize;
	color: #000;
	font-family: "DM Sans";
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #CCC;
}

@media (max-width: 767px) {

	.wpo-blog-single-section .tag-share .tag a,
	.wpo-blog-single-section .tag-share-s2 .tag a {
		font-size: 13px;
	}
}

.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
	color: #dea057;
}

.wpo-blog-single-section .tag-share-s2 .tag a {
	font-size: 16px;
	text-transform: capitalize;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
}

@media (max-width: 575px) {
	.wpo-blog-single-section .tag-share-s2 .tag a {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
}

.wpo-blog-single-section .more-posts {
	overflow: hidden;
	border: 1px solid #D9D9D9;
	border-right: 0;
	border-left: 0;
}

.wpo-blog-single-section .more-posts>div {
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .more-posts>div {
		width: 100%;
		float: none;
	}
}

.wpo-blog-single-section .more-posts>div>a {
	display: inline-block;
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
	padding: 40px 0;
}

@media (max-width: 767px) {

	.wpo-blog-single-section .more-posts .previous-post,
	.wpo-blog-single-section .more-posts .next-post {
		padding: 14px 15px;
		padding-left: 0;
	}
}

.wpo-blog-single-section .more-posts .next-post {
	text-align: right;
	padding-left: 15px;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .more-posts .next-post {
		border-left: 0;
		text-align: left;
	}
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
	position: relative;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .more-posts .next-post .post-control-link {
		padding-right: 0;
	}
}

.wpo-blog-single-section .more-posts .previous-post {
	padding-right: 15px;
	padding-left: 5px;
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link {
	position: relative;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .more-posts .previous-post .post-control-link {
		padding-left: 0;
	}
}

.wpo-blog-single-section .more-posts .previous-post>a>span,
.wpo-blog-single-section .more-posts .next-post>a>span {
	display: block;
}

.wpo-blog-single-section .more-posts .post-control-link {
	text-transform: capitalize;
	font-weight: 600;
	color: #262626;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

.wpo-blog-single-section .more-posts .post-name {
	color: #0000008a;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .more-posts .post-name {
		/* font-size: 17px; */
		/* line-height: 28px; */
	}
}

@media (max-width: 575px) {
	.wpo-blog-single-section .more-posts .post-name {
		font-size: 13px;
		line-height: 25px;
	}
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
	color: #dea057;
}

.wpo-blog-single-section .comments-area {
	margin-top: 40px;
}

.wpo-blog-single-section .comments-area li>div {
	padding: 35px 0;
}

@media (max-width: 991px) {
	.wpo-blog-single-section .comments-area li>div {
		padding: 35px 0;
	}
}

.wpo-blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
	padding-left: 140px;
	list-style-type: none;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .comments-area ol ul {
		padding-left: 40px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-single-section .comments-area ol ul {
		padding-left: 20px;
	}
}

.wpo-blog-single-section .comments-area ol>li:last-child div {
	border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
	color: #001635;
	font-size: 60px;
	font-weight: 400;
	line-height: 70px;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .comments-area .comments-title {
		font-size: 40px;
	}
}

.wpo-blog-single-section .comments-area li>div {
	position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
	position: absolute;
	left: 0;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .comments-area .comment-theme {
		position: static;
	}
}

.wpo-blog-single-section .comments-area .comment-theme img {
	border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
	padding-left: 140px;
	max-width: 980px;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px;
	}
}

.wpo-blog-single-section .comments-area .comment-main-area p {
	color: #888888;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {

	color: #000;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .comments-area .comments-meta h4 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-blog-single-section .comments-area .comments-meta h4 {
		font-size: 25px;
		line-height: 35px;
	}
}

.wpo-blog-single-section .comments-area .comments-meta span {
	text-transform: none;
	display: inline-block;

	color: #585656;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.wpo-blog-single-section .comments-area .comments-meta span {
		font-size: 18px;
		line-height: 28px;
	}
}

.wpo-blog-single-section .comments-area .comment-reply-link {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
	color: #dea057;
}

.wpo-blog-single-section .comments-area .children {
	position: relative;
}

.wpo-blog-single-section .comments-area .shape {
	position: absolute;
	left: 49px;
	top: -175px;
	max-width: 106px;
	max-height: 260px;
	z-index: -1;
}

@media (max-width: 1199px) {
	.wpo-blog-single-section .comments-area .shape {
		display: none;
	}
}

.wpo-blog-single-section .comments-section {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
}

.wpo-blog-single-section .comment-respond {
	margin-top: 0;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .comment-respond {
		margin-top: 0;
	}
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
	margin-bottom: 40px;
	color: #000;
	padding-left: 6%;
	font-size: 50px;
	font-weight: 400;
	line-height: 70px;
}

@media (max-width: 991px) {
	.wpo-blog-single-section .comment-respond .comment-reply-title {
		font-size: 38px;
		text-align: left;
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.wpo-blog-single-section .comment-respond .comment-reply-title {
		font-size: 30px;
		text-align: left;
		line-height: 45px;
		margin-bottom: 0;
	}
}

.wpo-blog-single-section .comment-respond .comment-form {
	/* background: #F6F6F6; */
	padding: 0;
	padding-left: 6%;
}

@media (max-width: 1399px) {
	.wpo-blog-single-section .comment-respond .comment-form {
		padding: 21px 30px;
	}
}

@media (max-width: 767px) {
	.wpo-blog-single-section .comment-respond .comment-form {
		padding: 13px 20px;
	}
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
	background-color: #fff;
	width: 100%;
	height: 44px;
	border: 1px solid transparent;
	padding: 6px 15px;
	margin-bottom: 12px;
	outline: 0;
	box-shadow: none;
	transition: all 0.3s;
	color: #585656;
	font-size: 14px;
	font-weight: 400;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
	box-shadow: none;
	border-color: transparent;
}

@media (max-width: 991px) {

	.wpo-blog-single-section .comment-respond form input,
	.wpo-blog-single-section .comment-respond form textarea {
		height: 40px;
	}
}

.wpo-blog-single-section .comment-respond form textarea {
	height: 140px;
	padding: 15px;
}

@media (max-width: 991px) {
	.wpo-blog-single-section .comment-respond form textarea {
		height: 150px;
	}
}

.wpo-blog-single-section .comment-respond .form-inputs {
	overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
	width: 49%;
	float: left;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
		width: 100%;
		float: none;
	}
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
	width: 49%;
	float: right;
}

@media (max-width: 767px) {
	.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
		width: 100%;
		float: none;
	}
}

.wpo-blog-single-section .comment-respond .form-submit {
	max-width: 190px;
	height: 56px;
	background-color: #dea057;
	color: #fff;
	border-radius: 30px;
	position: relative;
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
}

.wpo-blog-single-section .comment-respond .form-submit::before {
	position: absolute;
	right: 30px;
	top: 50%;
	content: "\e628";
	font-family: "themify";
	color: #fff;
	z-index: 1;
	font-size: 18px;
	transform: translateY(-50%);
	cursor: pointer;
}

.wpo-blog-single-section .comment-respond .form-submit input {
	text-align: left;
	padding-left: 22px;
	margin-bottom: 0;
	line-height: 30px;
	height: 100%;
	border: 0;
	border-radius: 20px;
	outline: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background: transparent;
	color: #fff;
}

.wpo-blog-single-section .comment-respond .form-submit:hover {
	background-color: #3e3e3c;
}

.wpo-blog-single-left-sidebar-section .wpo-blog-wraper {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.wpo-blog-single-left-sidebar-section .wpo-blog-wraper {
		display: block;
	}
}

.wpo-blog-single-left-sidebar-section .wpo-blog-content {
	padding-left: 60px;
	padding-right: 0;
}

@media (max-width: 1399px) {
	.wpo-blog-single-left-sidebar-section .wpo-blog-content {
		padding-left: 20px;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.wpo-blog-single-left-sidebar-section .wpo-blog-content {
		padding-right: 0px;
		padding-left: 0;
	}
}

.blog-single-fullwidth .container-fluid {
	max-width: 1077px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.blog-single-fullwidth .container-fluid {
		max-width: 697px;
		margin: 0 auto;
	}
}

.blog-single-fullwidth .wpo-blog-content {
	padding: 0;
	width: 100%;
}

/*--------------------------------------------------------------
10. wpo-case-single-section
--------------------------------------------------------------*/
.case-single-section .case-single-content {
	margin-left: 30px;
}

@media (max-width: 991px) {
	.case-single-section .case-single-content {
		margin-left: 0;
	}
}

.case-single-section .case-single-content p {
	margin: 0;
	color: #000;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.case-single-section .case-single-content p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.case-single-section .case-single-content p {
		font-size: 16px;
		line-height: 26px;
	}
}

.case-single-section .case-single-content h2 {
	margin: 0;
	font-size: 80px;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 30px;
	color: #000;
}

@media (max-width: 1399px) {
	.case-single-section .case-single-content h2 {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.case-single-section .case-single-content h2 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.case-single-section .case-single-content h2 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.case-single-section .case-single-content h2 {
		font-size: 30px;
	}
}

.case-single-section .case-single-content h3 {
	margin: 0;
	font-size: 40px;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 30px;
	color: #000;
}

@media (max-width: 575px) {
	.case-single-section .case-single-content h3 {
		font-size: 30px;
		padding-bottom: 20px;
	}
}

.case-single-section .case-single-content .case-image-wrap {
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	.case-single-section .case-single-content .case-image-wrap {
		padding-bottom: 30px;
	}
}

.case-single-section .case-single-content .case-image {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.case-single-section .case-single-content .case-image {
		gap: 20px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.case-single-section .case-single-content .case-image {
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.case-single-section .case-single-content .case-image .image {
		width: 100%;
	}
}

.case-single-section .case-single-content .case-image img {
	width: 100%;
}

.case-single-section .case-single-content .progress-image {
	padding-top: 50px;
}

@media (max-width: 991px) {
	.case-single-section .case-single-content .progress-image {
		padding-top: 30px;
	}
}

.case-sidebar {
	max-width: 500px;
}

@media (max-width: 991px) {
	.case-sidebar {
		margin-top: 50px;
	}
}

.case-sidebar .case-details-list .title {
	background-color: #dea057;
	padding: 20px 30px;
}

@media (max-width: 1399px) {
	.case-sidebar .case-details-list .title {
		padding: 20px 20px;
	}
}

@media (max-width: 1199px) {
	.case-sidebar .case-details-list .title {
		padding: 15px;
	}
}

.case-sidebar .case-details-list .title h3 {
	margin: 0;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

@media (max-width: 1399px) {
	.case-sidebar .case-details-list .title h3 {
		font-size: 35px;
	}
}

@media (max-width: 1199px) {
	.case-sidebar .case-details-list .title h3 {
		font-size: 30px;
	}
}

.case-sidebar .case-details-list ul {
	background-color: #F8F8F8;
	padding: 35px 30px;
}

@media (max-width: 1399px) {
	.case-sidebar .case-details-list ul {
		padding: 15px 20px;
	}
}

@media (max-width: 1199px) {
	.case-sidebar .case-details-list ul {
		padding: 20px 15px;
	}
}

.case-sidebar .case-details-list ul li {
	font-size: 22px;

	font-weight: 400;
	line-height: normal;
	color: #001635;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1399px) {
	.case-sidebar .case-details-list ul li {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.case-sidebar .case-details-list ul li {
		font-size: 18px;
	}
}

.case-sidebar .case-details-list ul li span {
	color: #727272;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	flex-basis: 50%;

}

@media (max-width: 1199px) {
	.case-sidebar .case-details-list ul li span {
		font-size: 16px;
		flex-basis: 43%;
	}
}

.case-sidebar .case-details-list ul li:last-child {
	padding-bottom: 0;
}

.case-sidebar .case-details-list ul li .icon {
	display: flex;
	gap: 20px;
	padding: 0;
}

@media (max-width: 1199px) {
	.case-sidebar .case-details-list ul li .icon {
		gap: 10px;
	}
}

.case-sidebar .case-details-list ul li .icon i {
	color: #1E2E3E;
	font-size: 18px;
}

@media (max-width: 1199px) {
	.case-sidebar .case-details-list ul li .icon i {
		font-size: 16px;
	}
}

.wpo-case-section-s3.style-3 {
	background-color: transparent;
	/* border-top: 1px solid #DBDBDB; */
}

.wpo-case-section-s3.style-3 .wpo-section-title {
	justify-content: center;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.wpo-case-section-s3.style-3 .wpo-section-title {
		margin-bottom: 25px;
	}
}

.wpo-case-section-s3.style-3 .wpo-section-title h2 {
	/* color: #000; */
	/* font-size: 100px; */
	/* line-height: normal; */
	/* font-weight: 400; */
	/* margin-bottom: 0; */
}

@media (max-width: 1399px) {
	.wpo-case-section-s3.style-3 .wpo-section-title h2 {
		font-size: 55px;
	}
}

@media (max-width: 1199px) {
	.wpo-case-section-s3.style-3 .wpo-section-title h2 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-case-section-s3.style-3 .wpo-section-title h2 {
		font-size: 45px;
	}
}

@media (max-width: 425px) {
	.wpo-case-section-s3.style-3 .wpo-section-title h2 {
		font-size: 35px;
	}
}

.wpo-case-section-s3.style-3 .case-item .case-text {
	padding-top: 20px;
}

.wpo-case-section-s3.style-3 .case-item .case-text h3 a {
	color: #000;
	transition: all ease-in-out 0.3s;
}

.wpo-case-section-s3.style-3 .case-item .case-text h3 a:hover {
	color: #dea057;
}

/*--------------------------------------------------------------
18. error-404-section
--------------------------------------------------------------*/
.error-404-section {
	text-align: center;
}

.error-404-section .error-message {
	margin-top: 70px;
	padding: 0 200px;
}

@media (max-width: 991px) {
	.error-404-section .error-message {
		margin-top: 50px;
		padding: 0 100px;
	}
}

@media (max-width: 767px) {
	.error-404-section .error-message {
		padding: 0;
	}
}

.error-404-section .error-message h3 {
	font-size: 50px;
	font-weight: 400;
	font-size: 2.7777777778rem;
	margin: 0 0 0.8em;
	color: #000;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.error-404-section .error-message h3 {
		font-size: 35px;
		font-size: 1.9444444444rem;
	}
}

.error-404-section .error-message p {
	margin-bottom: 1.8em;
	color: #000;
}

.error-404-section .error-message .theme-btn {
	color: #fff;
	padding: 14px 40px;
}

.wpo-hero-static .testimonial-image .image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.wpo-hero-static.wpo-testimonial-section-s2 .owl-nav {
	margin-top: 0px;
	text-align: center;
	position: absolute;
	max-height: 20px;
	left: 0;
	width: 100%;
	top: 92%;
	/* transform: translatey(-50%); */
	position: absolute;
}

.bannrr-xia {
	left: 0;
	text-align: center;
	top: 50%;
	transform: translatey(-50%);
	position: absolute;
	width: 100%;
	z-index: 999;
}

.wpo-hero-static {
	z-index: 1;
}

.wpo-hero-static .wpo-testimonial-items .image {
	position: relative;
	z-index: 11;
}

.hero-left-top .theme-btn-s2 {
	color: #fff;
	border: 2px solid #fff;
}

.bannrr-xia p {
	font-size: 20px;
	color: #fff;
	margin: 30px 0;
}

section.wpo-hero-static.wpo-testimonial-section-s2 .owl-nav {
	filter: brightness(0)invert(1);
	margin-top: -26px;

}

.wpo-fun-fact-section .grid {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #ffffff2e;
}

.wpo-fun-fact-section .grid:first-child {
	border-left: 0px solid #ffffff2e;
}

.wpo-fun-fact-section .info {
	margin-left: 7px;
}

.wpo-fun-fact-section .grid img {
	filter: brightness(0)invert(1);
	margin-top: -26px;
}

.wpo-testimonial-section.section-padding {
	background-color: #dea05724;
}

/* .wpo-case-section  .wpo-section-title-s2 h2{
	
    font-size: 50px;
} */
.wpo-blog-pg-section .wpo-blog-content {
	width: 100%;
	padding-right: 0;
	/* overflow: hidden; */
	overflow: hidden;
	border-radius: 10px;
}

.wpo-hero-static .wpo-testimonial-items .image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.2;
	content: "";
	z-index: 2;
}

.bannrr-xia h1 {
	color: #fff;
	font-size: 60px;
}

/*** 
=============================================
    Footer One Css
=============================================
***/
.footer-one {
	/* position: relative; */
	/* display: block; */
	/* background: var(--thm-black-bg); */
	/* overflow: hidden; */
	/* z-index: 10; */
}

.footer-main {
	position: relative;
	display: block;
	padding: 120px 0px 82px;
	overflow: hidden;
	z-index: 1;
}

.footer-one__top {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(var(--thm-white-rgb), 0.1);
	padding-bottom: 60px;
}

.footer-one__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-one__top-text {
	position: relative;
	display: block;
}

.footer-one__top-text h2 {
	color: var(--thm-white);
	font-size: 36px;
	line-height: 48px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-one__top-brand {
	position: relative;
	display: block;
}

.footer-one__top-brand ul {
	position: relative;
	display: block;
}

.footer-one__top-brand ul li {
	position: relative;
	display: inline-block;
	margin-right: 45px;
}

.footer-one__top-brand ul li:last-child {
	margin-right: 0px;
}

.footer-one__top-brand ul li .img-box {
	position: relative;
	display: block;
}

.footer-one__top-brand ul li .img-box img {
	width: 100%;
}

.footer-one__bottom {
	position: relative;
	display: block;
	padding-top: 90px;
}

.single-footer-widget {
	position: relative;
	display: block;
}

.single-footer-widget .title {
	position: relative;
	display: block;
	margin-top: -7px;
	margin-bottom: 23px;
}

.single-footer-widget .title h2 {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	text-transform: capitalize;
}

.footer-widget__about {
	position: relative;
	display: block;
}

.footer-widget__about .logo-box {
	position: relative;
	display: block;
}

.footer-widget__about .logo-box a {
	position: relative;
	display: block;
}

.footer-widget__about .logo-box a img {
	width: auto
}

.footer-widget__about-inner {
	position: relative;
	display: block;
	margin-top: 22px;
}

.footer-widget__about-inner .text-box1 {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.footer-widget__about-inner .text-box1 p {
	color: #B3B7BB;
}

.footer-widget__about-inner .text-box2 {
	position: relative;
	display: block;
}

.footer-widget__about-inner .text-box2 h3 {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.footer-widget__about-inner .text-box2 p {
	color: #B3B7BB;
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-left: -40px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list ul {
	position: relative;
	display: block;
}

.footer-widget__contact-list ul li {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.footer-widget__contact-list ul li:last-child {
	margin-bottom: 0;
}

.footer-widget__contact-list ul li .text1 {
	position: relative;
	color: #B3B7BB;
	margin-bottom: 12px;
}

.footer-widget__contact-list ul li .text1 span {
	position: relative;
	display: inline-block;
	color: var(--thm-primary);
	font-size: 15px;
	line-height: 15px;
	top: 1px;
	margin-right: 4px;
}

.footer-widget__contact-list ul li .text2 {
	color: #B3B7BB;
}

.footer-widget__contact-list ul li .text2 a {
	color: #B3B7BB;
}

.footer-widget__contact-list ul li .text2 a:hover {
	color: var(--thm-white);
}

.footer-widget__service {
	position: relative;
	display: block;
	margin-left: 30px;
}

.footer-widget__service-box {
	position: relative;
	display: block;
}

.footer-widget__service-box ul {
	position: relative;
	display: block;
}

.footer-widget__service-box ul li {
	position: relative;
	display: block;
	margin-bottom: 9px;
}

.footer-widget__service-box ul li:last-child {
	margin-bottom: 0px;
}

.footer-widget__service-box ul li a {
	position: relative;
	display: inline-block;
	color: #B3B7BB;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	font-family: var(--thm-font);
}

.footer-widget__service-box ul li a:hover {
	color: #fff;
}

.footer-widget__service-box ul li a span {
	position: relative;
	display: inline-block;
	color: var(--thm-primary);
	font-size: 15px;
	top: 5px;
	margin-right: 4px;
}

.footer-widget__subscribe {
	position: relative;
	display: block;
	margin-left: 65px;
}

.footer-widget__subscribe-box {
	position: relative;
	display: block;
	margin-top: -14px;
}

.footer-widget__subscribe-form {
	position: relative;
	display: block;
	margin-top: 25px;
}

.footer-widget__subscribe-form .input-box {
	position: relative;
	display: block;
}

.footer-widget__subscribe-form .input-box input[type="email"] {
	color: #B3B7BB;
	font-size: 17px;
	height: 50px;
	font-weight: 500;
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 35px;
	border-radius: 0px;
	outline: none;
	border: none;
	border-bottom: 1px solid #ffffff45;
	font-family: var(--thm-font);
}

.footer-widget__subscribe-form .input-box input[type="email"]::-webkit-input-placeholder {
	color: #B3B7BB;
	font-size: 14px;
	font-weight: 500;
}

.footer-widget__subscribe-form .input-box input[type="email"]:-moz-placeholder {
	color: #B3B7BB;
	font-size: 14px;
	font-weight: 500;
}

.footer-widget__subscribe-form .input-box input[type="email"]::-moz-placeholder {
	color: #B3B7BB;
	font-size: 14px;
	font-weight: 500;
}

.footer-widget__subscribe-form .input-box input[type="email"]:-ms-input-placeholder {
	color: #B3B7BB;
	font-size: 14px;
	font-weight: 500;
}

.footer-widget__subscribe-form-btn {
	position: absolute;
	top: 50%;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: transparent;
	font-size: 17px;
	color: var(--thm-primary);
	padding: 0;
	margin: 0;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__subscribe-form-btn:hover {
	color: #ffffff;
}


.footer-one__checkbox {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 0;
}

.footer-one__checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #B3B7BB;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	cursor: pointer;
	font-family: var(--thm-font);
}

.footer-one__checkbox input[type="checkbox"] {
	/* display: none; */
	position: absolute;
	display: block;
	top: 6px;
	left: 0;
	width: 15px;
	filter: grayscale(1);
	height: 15px;
	vertical-align: middle;
	border: 1px solid #B3B7BB;
	cursor: pointer;
	border-radius: 3px;
	transition: all 300ms ease;
	background: #000000f2;
}

.footer-one__checkbox input[type="checkbox"]+label span {
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid #B3B7BB;
	cursor: pointer;
	border-radius: 3px;
	transition: all 300ms ease;
}

.footer-one__checkbox label span:before {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #B3B7BB;
	background: transparent;
	content: "\e913";
	/* font-family: 'icomoon' !important; */
	transform: scale(0.5);
	opacity: 0;
	font-size: 6px;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-one__checkbox input[type="checkbox"]:checked+label span:before {
	transform: scale(1.0);
	opacity: 1.0;
}

.footer-widget__subscribe-bottom {
	position: relative;
	display: block;
	margin-top: 23px;
}

.footer-widget__subscribe-bottom .title-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.footer-widget__subscribe-bottom .title-box h3 {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	text-transform: capitalize;
}

.footer-widget__subscribe-bottom .social-links {
	position: relative;
	display: block;
}

.footer-widget__subscribe-bottom .social-links a {
	position: relative;
	display: inline-block;
	color: #B3B7BB;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__subscribe-bottom .social-links a:hover {
	color: #fff;
}

.footer-widget__subscribe-bottom .social-links a+a {
	margin-left: 10px;
}

.footer-widget__subscribe-bottom .social-links a span {
	font-size: 25px;
	line-height: 25px;
}


.footer-bottom {
	position: relative;
	display: block;
	border-top: 1px solid #ffffff30;
	padding: 15px 0px 15px;
}

.footer-bottom__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom__text {
	position: relative;
	display: block;
}

.footer-bottom__text p {
	color: #B3B7BB;
	margin-bottom: 0;
}

.footer-bottom__text p a {
	color: var(--thm-primary);
}

.footer-bottom__text p a:hover {
	color: #B3B7BB;
}

.footer-bottom__menu {
	position: relative;
	display: block;
}

.footer-bottom__menu ul {
	position: relative;
	display: block;
}

.footer-bottom__menu ul li {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	padding-left: 25px;
}

.footer-bottom__menu ul li:first-child {
	padding-left: 0;
}

.footer-bottom__menu ul li:last-child {
	padding-right: 0;
}

.footer-bottom__menu ul li::before {
	position: absolute;
	top: 10px;
	bottom: 8px;
	right: 0;
	width: 1px;
	background: #B3B7BB;
	content: "";
}

.footer-bottom__menu ul li:last-child:before {
	display: none;
}

.footer-bottom__menu ul li a {
	color: #B3B7BB;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-bottom__menu ul li a:hover {
	color: var(--thm-white);
}


/*** 
=============================================
    Footer Two Css
=============================================
***/
.footer-two {
	position: relative;
	display: block;
	background: var(--thm-gray-bg);
	z-index: 1;
}

.footer-two .shape1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.footer-two .shape2 {
	position: absolute;
	top: 120px;
	right: 0;
	z-index: -1;
}

.footer-two .footer-main {
	padding: 120px 0px 49px;
}

.footer-two .footer-one__bottom {
	padding-top: 60px;
}

.footer-two__top {
	position: relative;
	display: block;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 50px;
}

.footer-two__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-two__top-inner .logo-box {
	position: relative;
	display: block;
}

.footer-two__top-inner .logo-box a {
	position: relative;
	display: inline-block;
}

.footer-two__top-inner .logo-box a img {
	width: 100%;
}

.footer-two__top-menu {
	position: relative;
	display: block;
}

.footer-two__top-menu ul {
	position: relative;
	display: block;
}

.footer-two__top-menu ul li {
	position: relative;
	display: inline-block;
	margin-right: 38px;
}

.footer-two__top-menu ul li:last-child {
	margin-right: 0;
}

.footer-two__top-menu ul li a {
	color: var(--thm-black);
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--thm-font);
}

.footer-two__top-menu ul li a:hover {
	color: var(--thm-primary);
}

.footer-two__top-menu ul li a span {
	position: relative;
	display: inline-block;
	font-size: 7px;
	top: -1px;
}

.footer-two__top-inner .social-link {
	position: relative;
	display: block;
}

.footer-two__top-inner .social-link ul {
	position: relative;
	display: block;
	line-height: 0;
}

.footer-two__top-inner .social-link ul li {
	position: relative;
	display: inline-block;
	margin-right: 9px;
}

.footer-two__top-inner .social-link ul li a {
	position: relative;
	display: inline-block;
	color: var(--thm-gray);
}

.footer-two__top-inner .social-link ul li a:hover {
	color: var(--thm-primary);
}

.footer-two__top-inner .social-link ul li a span {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
}

.footer-two .single-footer-widget .title h2 {
	color: var(--thm-black);
}

.footer-two .footer-widget__contact-list ul li .text1 {
	color: var(--thm-black);
}

.footer-two .footer-widget__contact-list ul li .text2 {
	color: var(--thm-gray);
}

.footer-two .footer-widget__contact-list ul li .text2 a {
	color: var(--thm-gray);
}

.footer-two .footer-widget__contact-list ul li .text2 a:hover {
	color: var(--thm-primary);
}

.footer-two .footer-widget__service-box ul li a {
	color: var(--thm-gray);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-two .footer-widget__service-box ul li a:hover {
	color: var(--thm-primary);
}

.footer-two .footer-widget__service-box ul li a span {
	color: var(--thm-gray);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-two .footer-widget__service-box ul li a:hover span {
	color: var(--thm-primary);
}

.footer-two .footer-widget__subscribe-form .input-box input[type="email"] {
	color: var(--thm-gray);
	border-color: #D9D9D9;
}

.footer-two .footer-widget__subscribe-form .input-box input[type="email"]::-webkit-input-placeholder {
	color: var(--thm-gray);
}

.footer-two .footer-widget__subscribe-form .input-box input[type="email"]:-moz-placeholder {
	color: var(--thm-gray);
}

.footer-two .footer-widget__subscribe-form .input-box input[type="email"]::-moz-placeholder {
	color: var(--thm-gray);
}

.footer-two .footer-widget__subscribe-form .input-box input[type="email"]:-ms-input-placeholder {
	color: var(--thm-gray);
}

.footer-two .footer-one__checkbox label {
	color: var(--thm-gray);
}

.footer-widget__subscribe .text-box {
	position: relative;
	display: block;
	margin-top: 22px;
}

.footer-widget__subscribe .text-box h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.footer-widget__subscribe .text-box p {
	margin: 0;
}

.footer-two .footer-widget__contact {
	margin-left: 0px;
}

.footer-two .footer-widget__service {
	margin-left: 70px;
}

.footer-two .footer-widget__subscribe {
	margin-left: 15px;
}

.footer-two .footer-widget__subscribe-box {
	max-width: 350px;
	width: 100%;
}


.footer-widget__instagram {
	position: relative;
	display: block;
}

.footer-widget__instagram-box {
	position: relative;
	display: block;
	padding-top: 8px;
}

.footer-widget__instagram-box ul {
	position: relative;
	display: block;
	margin-left: -7px;
	margin-right: -7px;
}

.footer-widget__instagram-box ul li {
	position: relative;
	display: block;
	float: left;
	padding: 0px 5px 0px;
	margin-bottom: 10px;
}

.footer-widget__instagram-box ul li .img-box {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.footer-widget__instagram-box ul li .img-box:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--thm-primary-rgb), 0.8);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	border-radius: 0px;
	z-index: 1;
}

.footer-widget__instagram-box ul li .img-box:hover:before {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.footer-widget__instagram-box ul li .img-box img {
	width: 100%;
}

.footer-widget__instagram-box ul li .img-box .overlay-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	z-index: 5;
}

.footer-widget__instagram-box ul li .img-box:hover .overlay-icon {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.footer-widget__instagram-box ul li .img-box .overlay-icon a {
	position: relative;
	display: inline-block;
	color: var(--thm-white);
}

.footer-widget__instagram-box ul li .img-box .overlay-icon a span {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
}

.footer-two .footer-bottom {
	position: relative;
	display: block;
	background: #f2eee3;
	border-top: 0px solid rgba(var(--thm-white-rgb), 0.1);
	padding: 32px 0px 32px;
}

.footer-two .footer-bottom__text p {
	color: var(--thm-gray);
}

.footer-two .footer-bottom__text p a:hover {
	color: var(--thm-gray);
}

.footer-two .footer-bottom__menu ul li a {
	color: var(--thm-gray);
}

.footer-two .footer-bottom__menu ul li::before {
	background: var(--thm-gray);
}

.wpo-testimonial-section .wpo-faq-wrap {
	max-width: 1530px;
	margin: 0 auto;
}

.cta-right {
	text-align: center;
}

.preloader {
	display: none;
}

.wpo-breadcumb-wrap.sdqa {
	position: absolute;
	z-index: 99;
	top: 38%;
	height: auto;
	width: 100%;
	left: 0;
}

.wpo-page-title-s2 .row {
	position: relative;
}

.wpo-page-title-s2 .row::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.2;
	content: "";
	z-index: 2;
}

.about-three__img-inner img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 10px;
}

section.section-padding.wpo-blog-pg-section {
	background-color: #dea05724;
}

.services-three.wpo-blog-pg-section .wpo-blog-content .post {
	margin-bottom: 36px;
}

.services-three.wpo-blog-pg-section .entry-details {
	border: 1px solid #F1F1F1;
	background: #FFF;
	border-top: 3px solid #dea057;
	padding: 30px 30px;
	border-radius: 0 0 10px 10px;
}

.services-three.wpo-blog-pg-section .post h3 {
	-webkit-line-clamp: 2;
	margin-bottom: 22px;
	margin-top: -17px;
	height: 70px;
}

.services-three.wpo-blog-pg-section .post p {
	-webkit-line-clamp: 2;
}

.service-block_three-icon img {
	filter: brightness(0) invert(1);
}

.service-block_three-icon {
	position: relative;
	width: 80px;
	height: 80px;
	top: -31px;
	font-size: 38px;
	line-height: 65px;
	border-radius: 50px;
	margin-top: -36px;
	text-align: center;
	color: #fff;
	border: 3px solid #fff;
	background-color: #dea057;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.entry-media {
	overflow: hidden;
}

.entry-media a {
	display: block;
}

.entry-media img {
	vertical-align: bottom;
	-webkit-transition: all 500ms ease;
}

.wpo-blog-pg-section .wpo-blog-content:hover .entry-media img {
	transform: scale(1.07, 1.07) rotate(1deg);
}

.services-three-xia {
	max-width: 1530px;
	margin: 0 auto;
}

.about-three .row>* {
	padding: 0;
}

.about-three .about-three-sia .row:nth-child(2n) {
	flex-direction: row-reverse;
}

.about-three-sia .row {
	margin-bottom: 30px;
	border: 1px solid #dea05724;
	border-radius: 10px;
}

.about-three__content-list ul li h3 svg {
	margin-right: 5px;
}

.about-three__content .theme-btn-s2 {
	margin-top: 30px;
	font-size: 17px;
	padding: 8px 17px;
}

.about-three__content .theme-btn-s2 i {
	font-size: 17px;
}

/*** 
=============================================
    Footer Three Css
=============================================
***/
.footer-one.style3 {
	/* position: relative; */
	/* display: block; */
}

.sub-menu-b li {
	position: relative;
	border-bottom: 1px solid #00000017;
}

.sub-menu-b li:last-child {
	border-bottom: 1px solid transparent;
}

.sub-menu-b li img {
	position: absolute;
	right: 13px;
	top: 36%;
	transform: translateX(50%);
	width: 14px;
	filter: grayscale(1);
}

.sub-menu-b li:hover img {
	filter: invert(1);
}

.about-left-image {
	position: relative;
}

.wpo-team-sectioniayh.wpo-team-section-s2 .team-card .team-bottom .text h4 {

	font-size: 30px;
}

.wpo-team-sectioniayh.wpo-team-section-s2 .team-card .team-bottom .text span {
	font-size: 18px;
}

.wpo-team-sectioniayh.wpo-team-section-s2 .team-card .image {
	margin: 0;
}

.wpo-team-sectioniayh.wpo-team-section-s2 .team-card .team-bottom {

	justify-content: space-between;
}

.footer-one.style3 .footer-main {
	padding: 146px 0px 82px;
}

.wpo-team-section-s2.honor .team-card {
	border: 1px solid #F1F1F1;
	border-radius: 10px;
	overflow: hidden;
}

.wpo-team-section-s2.honor .team-card .team-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

.newszq .entry-details {
	border: 1px solid #F1F1F1;
	background: #FFF;
	border-top: 3px solid #dea057;
	padding: 30px 30px;
	border-radius: 0 0 10px 10px;
}

.newszq .posts span {
	display: inline-block;
	margin-right: 10px;
	font-size: 33px;
	vertical-align: middle;
	color: #dea057;
	font-weight: 600;
}

.newszq .posts .post:nth-child(10) {
	border: 0px solid #F1F1F1;
}

.newszq .posts .post:nth-child(9) {
	border: 0px solid #F1F1F1;
}

.newszq .posts .post h4 a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-wrap: break-word; */
	/* word-break: break-all; */
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.wpo-site-header .header-right .close-form .theme-btn img {
	filter: grayscale(1);
}

.why-choose-us-wrapper-4 .why-choose-us-box {
	border: 0px solid #2f2f2f33;
	padding: 30px;
	border-radius: 8px;
	transition: all 0.4s ease-in-out;
	position: relative;
}

@media (max-width: 1399px) {
	.why-choose-us-wrapper-4 .why-choose-us-box {
		padding: 22px;
	}
}

@media (max-width: 991px) {
	.why-choose-us-wrapper-4 .why-choose-us-box {
		padding: 30px;
	}
}

.why-choose-us-wrapper-4 .why-choose-us-box::before {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 100%;
	transition: all ease 0.5s;
	z-index: -1;
	top: 0;
	background: linear-gradient(90deg, var(--theme3) 2.34%, var(--theme3) 100%);
	border-radius: 8px;
}

.why-choose-us-wrapper-4 .why-choose-us-box .top-content {
	display: flex;
	/* align-items: center; */
	gap: 15px;
	margin-bottom: 20px;
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover {
	transform: translateY(-10px);
	/* border: 1px solid var(--theme3); */
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover .top-content .icon img {
	transform: scale(1.15) rotate(5deg);
	filter: brightness(0) invert(1);
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover .top-content h3 {
	color: var(--white);
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover p {
	color: var(--white);
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.why-choose-us-wrapper-4 .why-choose-us-box {
	border: 0px solid #2f2f2f33;
	padding: 30px;
	border-radius: 8px;
	background: #fff;
	transition: all 0.4s ease-in-out;
	position: relative;
}

@media (max-width: 1399px) {
	.why-choose-us-wrapper-4 .why-choose-us-box {
		padding: 22px;
	}
}

@media (max-width: 991px) {
	.why-choose-us-wrapper-4 .why-choose-us-box {
		padding: 25px;
	}
}

.why-choose-us-wrapper-4 .why-choose-us-box::before {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 100%;
	transition: all ease 0.5s;
	z-index: -1;
	top: 0;
	background: linear-gradient(90deg, var(--theme3) 2.34%, var(--theme3) 100%);
	border-radius: 8px;
}

:root {
	--body: #fff;
	--black: #000;
	--white: #fff;
	--theme: #dea057;
	--theme2: #dea057;
	--theme3: #dea057;
	--header: #2F2F2F;
	--text: #50624A;
	--border: #02060A;
	--bg: #F5F6F4;
	--bg2: #50624A;
	--bg3: #F5F6F4;
	--box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.why-choose-us-wrapper-4 .why-choose-us-box .top-content {
	display: flex;
	/* align-items: center; */
	gap: 15px;
	margin-bottom: 20px;
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover {
	transform: translateY(-10px);
	/* border: 1px solid var(--theme3); */
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover .top-content .icon img {
	transform: scale(1.15) rotate(5deg);
	filter: brightness(0) invert(1);
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover .top-content h3 {
	color: var(--white);
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover p {
	color: var(--white);
}

.why-choose-us-wrapper-4 .why-choose-us-box:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.why-choose-us-wrapper-4 .col-lg-6:first-child h3 {
	/* height: 50px; */
}

.why-choose-us-wrapper-4 .col-lg-6 h3 {
	font-size: 1.5rem;
}

.why-choose-us-wrapper-4 .col-lg-6:nth-child(2) h3 {
	/* height: 50px; */
}

.why-choose-us-wrapper-4 .why-choose-us-box p {
	font-size: 16px;
	color: #666;
	height: 90px;
}

.newszq .wpo-blog-content {
	margin-bottom: 30px;
}

.newszq.blogouy .blog-sidebar .posts .post {
	width: 100%;
}

.newszq.blogouy .recent-post-widget .post .details {
	width: calc(100% - 150px);
}

.details {
	position: relative;
}

.tome {
	position: absolute;
	right: -122px;
	top: 11px;
	color: #000;
	font-size: 14px;
}

.newszq.blogouy .blog-sidebar .recent-post-widget .posts {
	padding: 57px;
}

.newszq.blogouy .blog-sidebar .posts .post {
	margin-top: 0;
	padding-bottom: 14px;
	padding-top: 14px !important;
	border-bottom: 1px solid #e4e4e4;
}

.wpo-about-section-s3 .about-right-item .about-content .about-top p,
.wpo-about-section-s4 .about-right-item .about-content .about-top p {
	font-size: 17px;
	margin-bottom: 0;
}

.case-text p {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin-top: 9px;
	color: #ffffffd9;
}

header#header {
	z-index: 9999999999;
}

@media (max-width: 1800px) {
	.wpo-site-header .header-right .header-contact::before {

		height: 80px;
	}
}

@media (max-width: 1600px) {

	.contact-page .contact-left-info .contact-left-title h2 {
		font-size: 50px;
		margin-bottom: 10px;
	}

	.contact-page .contact-left-info .contact-left-item .contact-info h3 {
		font-size: 26px;
	}

	.contact-page .contact-left-info .contact-left-item .contact-info p {
		font-size: 21px;
	}

	.wpo-about-section-s3 .about-right-item .about-content .about-top p,
	.wpo-about-section-s4 .about-right-item .about-content .about-top p {

		line-height: 29px;
	}

	.wpo-fun-fact-section .grid h3,
	.wpo-fun-fact-section-s2 .grid h3 {

		font-size: 66px;
	}

	.wpo-fun-fact-section,
	.wpo-fun-fact-section-s2 {
		padding: 35px 0;
	}

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 {

		transform: scale(0.9);
	}

	.container {
		max-width: 90%;
	}

	.practice-catagory ul li {
		padding: 11px 0;
	}

	.wpo-section-title h2 {
		font-size: 50px;
	}

	.wpo-blog-single-section .container-fluid {
		max-width: 90%;
	}

	.practice-catagory-title h3 {
		font-size: 26px;
	}

	.why-choose-us-wrapper-4 .col-lg-6 h3 {
		height: 50px;
	}

	.wpo-blog-pg-section .post h3 {
		font-size: 24px;
	}

	.services-three.wpo-blog-pg-section .entry-details {
		padding: 27px 24px;
	}

	.services-three.wpo-blog-pg-section .post h3 {
		margin-bottom: 5px;
		font-size: 22px;
	}

	.wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 50px;
	}

	.wpo-faq-wrap .wpo-faq-top-items {
		padding-bottom: 28px;
	}

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 50px;
	}

	.footer-widget__service-box ul li a {
		font-size: 14px;
	}

	.footer-widget__service {
		margin-left: 0;
	}
}

@media (max-width: 1400px) {
	.blog-sidebar .widget h3 {
		font-size: 26px;
		padding: 15px 23px;
	}

	.footer-widget__subscribe {
		margin-left: 0;
	}

	.why-choose-us-wrapper-4 .why-choose-us-box p {
		font-size: 16px;
		line-height: 1.5em;
		height: 90px;
	}

	.wpo-about-section-s4.style-4 .about-content p {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 19px;
	}

	.why-choose-us-wrapper-4 .col-lg-6 h3 {
		font-size: 1.2rem;
	}

	.about-three__content-list ul li h3 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.about-three__content-list ul li {
		margin-bottom: 6px;
	}

	.about-three__content {
		padding: 38px 51px;
	}

	.newszq .entry-details {
		padding: 13px 16px;
	}

	.wpo-case-section-s3.style-3 .wpo-section-title {
		margin-bottom: 26px;
	}

	.wpo-blog-single-section .post p {
		margin-bottom: 1em;
		font-size: 17px;
		line-height: 35px;
	}

	.contact-page .wpo-contact-form-area .form-control {
		height: 47px;
		font-size: 17px;
	}

	.wpo-blog-single-section .post h2 {
		font-size: 35px;
		line-height: 50px;
	}

	.contact-page .contact-left-info .contact-left-title p {
		font-size: 25px;
	}

	.contact-page .contact-left-info .contact-left-item .contact-info {
		margin-bottom: 29px;
	}

	.contact-page .contact-left-info {
		padding-left: 48px;
	}

	.contact-page .contact-left-info .contact-left-title {
		margin-bottom: 30px;
	}

	.contact-page .contact-left-info .contact-left-title h2 {
		font-size: 46px;
	}

	.section-padding {
		padding: 40px 0;
	}

	.wpo-faq-wrap .accordion-item button {
		font-size: 19px;
		padding: 15px 21px;
	}

	.wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 45px;
	}

	.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text p {
		font-size: 20px;
	}

	.wpo-section-title,
	.wpo-section-title-s2,
	.wpo-section-title-s3 {

		margin-bottom: 33px;
	}

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 45px;
	}

	.wpo-fun-fact-section .grid img {
		margin-top: -26px;
		width: 47px;
	}

	.wpo-fun-fact-section,
	.wpo-fun-fact-section-s2 {
		padding: 30px 0;
	}

	.wpo-fun-fact-section .grid h3,
	.wpo-fun-fact-section-s2 .grid h3 {
		font-size: 62px;
	}

	.wpo-about-section-s3 .about-left-item .about-left-image .image-2,
	.wpo-about-section-s4 .about-left-item .about-left-image .image-2 {
		transform: scale(0.8);
	}

	.bannrr-xia h1 {
		font-size: 50px;
	}

	.footer-one.style3 .footer-main {
		padding: 146px 0px 50px;
	}

	.bannrr-xia p {
		font-size: 20px;
		margin: 25px 0;
	}

	.theme-btn,
	.theme-btn-s2 {
		font-size: 17px;
	}

	p {
		font-size: 16px;
	}

	.footer-widget__service-box ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.wpo-blog-single-section .comment-respond .comment-reply-title {
		margin-bottom: 7px;
		padding-left: 6%;
		font-size: 46px;
	}

	.wpo-page-title .wpo-breadcumb-wrap ol li a,
	.wpo-page-title-s2 .wpo-breadcumb-wrap ol li a {
		font-size: 19px;
	}

	.practice-single-content .wpo-faq-wrap {
		padding-top: 70px;
	}

	.blog-sidebar .recent-post-widget .post .details .date {
		font-size: 14px;
	}

	.practice-single-content p {
		font-size: 18px;
	}

	.practice-single-content .practice-content ul li span {
		font-size: 20px;
	}

	.practice-single-content .practice-content ul li {
		font-size: 19px;
		padding-bottom: 8px;
	}

	.practice-single-content .wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 39px;
	}

	.practice-single-content h2 {
		font-size: 39px;
	}

	.blog-sidebar .recent-post-widget .post h4 {
		font-size: 18px;
		line-height: 26px;
	}

}

@media (max-width: 1200px) {
	.wpo-blog-single-section .post h2 {
		font-size: 31px;
		line-height: 45px;
	}

	.blog-sidebar .search-widget input {
		font-size: 19px;
		height: 49px;
	}

	.blog-sidebar>.widget+.widget {
		margin-top: 25px;
	}

	.blog-sidebar .category-widget ul>li+li {
		margin-top: 5px;
		padding-top: 0;
	}

	.blog-sidebar .category-widget ul a {
		font-size: 17px;
		line-height: 32px;
	}

	.blog-sidebar .category-widget ul {
		padding: 18px;
	}

	.wpo-blog-single-section .post p {
		font-size: 16px;
	}

	.wpo-fun-fact-section .grid h3,
	.wpo-fun-fact-section-s2 .grid h3 {
		font-size: 51px;
	}

	.contact-page .contact-left-info .contact-left-item .contact-info p {
		font-size: 20px;
	}

	.contact-page .contact-left-info .contact-left-title p {
		font-size: 24px;
	}

	.contact-page .contact-left-info .contact-left-title h2 {
		font-size: 40px;
	}

	.wpo-faq-wrap .accordion-item .accordion-body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wpo-fun-fact-section .grid h3+p,
	.wpo-fun-fact-section-s2 .grid h3+p {
		font-size: 18px;
	}

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 40px;
	}

	.mt-5 {
		margin-top: 2rem !important;
	}

	.blog-sidebar .recent-post-widget .post h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.wpo-about-section-s3 .about-right-item .about-content .about-top p,
	.wpo-about-section-s4 .about-right-item .about-content .about-top p {
		line-height: 28px;
		font-size: 15px;
	}

	.wpo-about-section-s3 .about-right-item .about-content .about-top h2,
	.wpo-about-section-s4 .about-right-item .about-content .about-top h2 {

		margin-bottom: 12px;
	}

	.services-three.wpo-blog-pg-section .post h3 {
		font-size: 20px;
	}

	.wpo-blog-pg-section .post a.read-more {
		font-size: 15px;
	}

	.wpo-blog-pg-section .post p {
		line-height: 25px;
		font-size: 15px;
		margin-bottom: 6px;
	}

	.wpo-blog-single-section .comment-respond .form-submit {
		max-width: 182px;
		height: 47px;
	}

	.service-block_three-icon {
		line-height: 56px;
		width: 64px;
		height: 64px;
	}

	.services-three.wpo-blog-pg-section .entry-details {
		padding: 27px 15px;
	}

	.wpo-case-section-s3.style-3 .wpo-section-title {
		margin-bottom: 17px;
	}

	.practice-catagory-title h3 {
		font-size: 22px;
	}

	.practice-info span {
		font-size: 23px;
	}

	.practice-info {
		padding: 30px 20px;
	}

	.practice-info .theme-btn {
		padding: 10px 32px;
	}

	.blog-sidebar .recent-post-widget .post .details {
		padding-left: 14px;
	}

	.practice-single-content p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.practice-catagory ul li {
		padding: 8px 0;
	}

	.practice-single-content .practice-content ul li {
		font-size: 17px;
		padding-bottom: 8px;
	}

	.practice-single-content .practice-content h3 {
		font-size: 30px;
	}

	.practice-single-content h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.wpo-faq-wrap .accordion-item .accordion-body p {
		font-size: 16px;
	}

	.wpo-faq-wrap .accordion-item button {
		font-size: 18px;
		padding: 14px 20px;
	}

	.wpo-faq-wrap .wpo-faq-top-items p {
		font-size: 19px;
	}

	.practice-single-content .wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 35px;
	}

	.practice-catagory ul li a {
		font-size: 17px;
	}

	.footer-widget__service {
		margin-left: 0;
	}

	p {
		font-size: 14px;
	}

	.single-footer-widget .title {
		margin-bottom: 13px;
	}

	.footer-widget__subscribe {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.sub-menu-a {
		width: 100%;
	}
	    .wpo-fun-fact-section .grid h3+p, .wpo-fun-fact-section-s2 .grid h3+p {
	        font-size: 14px;
	    }

	.footer-widget__service-box ul li a {
		font-size: 13px;
		line-height: 22px;
	}

	.contact-page .contact-left-info {
		padding-left: 0;
	}

	.section-padding {
		padding: 20px 0;
	}

	.wpo-blog-single-section .post h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.contact-page .contact-left-info .contact-left-title p {
		font-size: 20px;
	}

	.contact-page .contact-left-info .contact-left-item .contact-info {
		margin-bottom: 17px;
	}

	.contact-page .contact-left-info .contact-left-item .contact-info h3 {
		font-size: 20px;
	}

	.contact-page .contact-left-info .contact-left-item .contact-info p {
		font-size: 16px;
	}

	.contact-page .contact-left-info .contact-left-title h2 {
		font-size: 31px;
	}

	.practice-single-content .wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 26px;
	}

	.practice-single-content .practice-content h3 {
		font-size: 26px;
	}

	.wpo-blog-single-section .comment-respond .comment-reply-title {
		margin-bottom: 0;
		padding-left: 6%;
		font-size: 30px;
	}

	.wpo-fun-fact-section,
	.wpo-fun-fact-section-s2 {
		padding: 15px 0;
	}

	.wpo-section-title h2,
	.wpo-section-title-s2 h2,
	.wpo-section-title-s3 h2 {
		font-size: 30px;
	}

	.wpo-fun-fact-section .grid h3,
	.wpo-fun-fact-section-s2 .grid h3 {
		font-size: 37px;
	}

	.wpo-faq-wrap .wpo-faq-top-items h2 {
		font-size: 30px;
		padding: 0;
	}

	.bannrr-xia h1 {
		font-size: 35px;
	}

	.bannrr-xia p {
		font-size: 16px;
		margin: 28px 0;
	}

	.about-left-image .image-2 {
		transform: scale(0.5);
		right: -12% !important;
		top: 35px !important;
		bottom: initial !important;
	}

	.sub-menu-b li {
		border-bottom: 1px solid #ffffff2b;
	}

	.wpo-fun-fact-section .grid img {
		width: 29px;
	}

	.wpo-fun-fact-grids.clearfix {
		display: flex;
		flex-wrap: wrap;
	}

	.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
	.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
		width: 50%;
	}

	.wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(3) {
		border: 0;
	}

	.sub-menu-b li img {
		filter: brightness(0) invert(1);
		width: 12px;
	}

	.service-block_three-icon {
		width: 66px;
		line-height: 56px;
		height: 66px;
	}

	.services-three.wpo-blog-pg-section .post h3 {
		margin-bottom: 16px;
		margin-top: -17px;
		height: auto;
	}

	.owl-carousel .owl-item img {
		width: 20px;
	}

	.case-text p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 9px;
	}

	.wpo-case-section .case-item .case-image .image img,
	.wpo-case-section-s2 .case-item .case-image .image img,
	.wpo-case-section-s3 .case-item .case-image .image img {

		border-radius: 10px;
	}

	.blog-sidebar .recent-post-widget .post h4 {
		font-size: 15px;
	}

	.wpo-testimonial-section .wpo-testimonial-items .testimonial-image .image img {
		border-radius: 10px;
	}

	.newszq .blog-sidebar .posts .post {
		width: 100%;
	}

	.newszq .blog-sidebar .posts .post {
		padding-bottom: 5px;
		padding-top: 5px !important;
	}

	.blog-sidebar .recent-post-widget .post .details {
		width: 100%;
	}

	.newszq .posts .post:nth-child(9) {
		border-bottom: 1px solid #e4e4e4;
	}

	.newszq {
		margin-top: -40px;
	}

	.wpo-blog-single-section .comment-respond .form-submit input {
		padding-left: 15px;
		padding-right: 12px;
		margin-bottom: 0;
		height: 100%;
		font-size: 13px;
	}

	.wpo-blog-single-section .comment-respond .form-submit::before {
		right: 16px;
	}

	.wpo-blog-single-section .comment-respond .form-submit {
		max-width: 154px;
		height: 40px;
		background-color: #dea057;
		border-radius: 30px;
		margin-top: 10px;
	}

	.footer-one__bottom {
		padding-top: 30px;
	}

	.footer-one.style3 .footer-main {
		padding: 0px 0px 28px;
	}

	.wpo-case-section .case-item .case-image .image,
	.wpo-case-section-s2 .case-item .case-image .image,
	.wpo-case-section-s3 .case-item .case-image .image {
		border-radius: 10px;
	}

	.services-three.wpo-blog-pg-section .entry-details {
		padding: 30px 24px;
	}

	.footer-widget__contact {
		margin-left: 0;
	}

	.footer-widget__service {
		display: none;
	}

	.footer-widget__subscribe {
		margin-left: 0;
	}

	.footer-widget__contact-list ul li:last-child {
		margin-bottom: 27px;
		/* display: none; */
	}

	.footer-widget__about-inner {
		margin-top: 5px;
	}

	nav.navigation.navbar.navbar-expand-lg.navbar-light.original {
		display: block !important;
		position: fixed;
		width: 100%;
	}

	.footer-widget__subscribe-bottom {
		display: none;
	}

	.wpo-site-header .navigation {
		display: none !important;
	}

	.footer-bottom__text p {
		font-size: 14px;
	}

	.footer-widget__about-inner .text-box1 {
		/* display: none; */
	}

	.footer-widget__about .logo-box {
		/* display: none; */
	}

	.wpo-page-title-s2 {
		margin-top: 0;
	}

	.wpo-page-title-s2 img {
		height: 200px;
		object-fit: cover;
	}

	.about-left-image {
		display: none;
	}

	.wpo-about-section-s4 .wpo-section-title {
		margin-bottom: 0;
	}

	.wpo-about-section-s4.style-4 .about-right {
		margin-top: 20px;
	}

	.why-choose-us-wrapper-4 .col-lg-6 h3 {
		height: auto;
	}

	.top-content img {
		width: 30px;
	}

	.why-choose-us-wrapper-4 .why-choose-us-box p {
		font-size: 14px;
		margin-bottom: 0;
		padding-bottom: 0;
		height: auto;
	}

	.why-choose-us-wrapper-4 .why-choose-us-box .top-content {
		margin-bottom: 0px;
	}

	.why-choose-us-wrapper-4 .col-lg-6 h3 {
		font-size: 1rem;
	}

	.about-three__content {
		padding: 25px 25px;
	}

	.about-three__content-list ul li {
		margin-bottom: -6px;
	}

	.about-three__content .theme-btn-s2 {
		margin-top: 18px;
	}

	.about-three__content-list ul li h3 svg {
		width: 22px;
	}

	.about-three__content .sec-title {
		padding-bottom: 10px;
	}

	.about-three__content-list ul li h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.about-three__content-text p {
		font-size: 16px;
	}

	.about-three__content-text {
		margin-bottom: 15px;
	}

	.about-three__content .theme-btn-s2 {
		font-size: 15px;
	}

	section.section-padding.wpo-blog-pg-section.newszq {
		margin-top: 0;
	}

	.wpo-blog-pg-section.newszq .wpo-blog-content .post {
		margin-bottom: 0;
	}

	.newszq .entry-details {
		padding: 20px 18px;
	}

	.newszq.blogouy .blog-sidebar .recent-post-widget .posts {
		padding: 12px;
	}

	.tome {
		display: none;
	}

	.blog-sidebar .widget {
		border: 0px solid #F1F1F1;
	}


	.newszq.blogouy .blog-sidebar .posts .post {
		margin-top: 0;
		padding-bottom: 9px;
		padding-top: 9px !important;
	}

	.newszq.blogouy .recent-post-widget .post .details {
		width: 100%;
	}

	.wpo-blog-single-section .tag-wrap {
		margin-top: 20px;
	}

	.wpo-blog-single-section .more-posts .next-post {
		padding-right: 15px;
		padding-left: 5px;
	}

	.wpo-blog-single-section .blog-sidebar {
		display: none;
	}

	.footer-one.style3 .footer-main {
		padding: 0px 0px 28px !important;
	}


	.practice-single-content h2 {
		font-size: 28px;
	}

	.practice-single-page .blog-sidebar {
		display: none;
	}
}
.wpo-blog-single-section .entry-meta {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
}

@media (max-width:750px) {
	.footer-widget__about .logo-box {
		display: none;
	}

	.footer-widget__about-inner .text-box1 {
		display: none;
	}
}

/*# sourceMappingURL=style.css.map */